@font-face{
	font-family: fuenteTexto;
	src: url(../fonts/balsamic/BalsamiqSans-Regular.ttf);
}
@font-face{
    font-family: fuenteTitulos;
	src: url(../fonts/merri/MerriweatherSans-ExtraBoldItalic.ttf);
}



html {
    	font-family: fuenteTexto;
    	color:#2695f9;
}

.custom-card {
    background-color: #7b4ff1; /* Color similar al de la imagen */
    padding: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    color: white;
  /*  max-width: 100%;  Ajusta el tamaño máximo */
    position: relative;
    overflow: hidden;
}

.custom-card-tuto {
    background-color: white; /* Color similar al de la imagen */
    border-radius: 50px; /* Bordes redondeados */
    padding: 10px;
    max-width: 100%; /* Ajusta el tamaño máximo */
    position: relative;
    overflow: hidden;
}


/* Añadir formas curvas en las esquinas para el efecto visual */
.custom-card::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -150px;
    width: 300px;
    height: 300px;
    background-color: #6c40e6;
    border-radius: 50%;
    z-index: 1;
}

.custom-card::after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: -150px;
    width: 300px;
    height: 300px;
    background-color: #6c40e6;
    border-radius: 50%;
    z-index: 1;
}

.custom-card h4 {
    font-size: 1.5rem;
    font-weight: bold;
    z-index: 2;
    position: relative;
}

.custom-card .card-body ul {
    padding-left: 0;
    z-index: 2;
    position: relative;
}

.custom-card .card-body li {
    margin-bottom: 10px;
    font-size: 1.1rem;
    z-index: 2;
    position: relative;
}

.custom-card .btn-warning {
    border-radius: 50px;
    font-size: 1.2rem;
    padding: 10px 20px;
    background-color: #ffda58;
    color: #000;
    text-transform: uppercase;
    z-index: 2;
    position: relative;
}


  .img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px; /* Ajusta el tamaño según tus necesidades */
    height: 120px;
}

.img-fluid {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

    .custom-shape-divider-top-1697980787 svg {
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
    transform: translateZ(0);
}



/****************INDEX**********/
  #contenedor1{
    height: 100vh; width:100vw;
 	display: grid;
 	grid-template-rows: 300vh 70vh 100vh;
 	grid-template-columns: 15% 85%; 
 }
   .base{
    height: 100vh; width:100vw;
 }
 
.contenedor2{
	height: auto;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 10px;
}

.r-10{
    border-radius: 10px;
}


.bg-glass{
    background: rgba( 255, 255, 255, 0.5  );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
}

.celeste{
 background-color:#F1f0f6; 
/*  
    background-image: linear-gradient(to left top, #bff098, #97f3bc, #7ff1de, #83ebf6, #9de3ff);

background: rgb(113,197,249);

background: linear-gradient(45deg, rgba(113,197,249,0.9724264705882353) 0%, rgba(194,253,255,0.9416141456582633) 100%); */


}


.botonListado{
    border-radius:100%; border: 1px #ccc solid; width:40px; height:40px; padding:2px;
}
.celeste2{
/* background-color:#2eb9ff54;*/
 
background: #74ebd5;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #ACB6E5, #74ebd5);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #ACB6E5, #74ebd5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.celeste3{
background: #E0EAFC;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #CFDEF3, #E0EAFC);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #CFDEF3, #E0EAFC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.blured{
background: rgb(116,235,213,0.45); /* fallback for old browsers */
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 15px );
-webkit-backdrop-filter: blur( 15px );
border-radius: 10px;
border: 1px solid rgba( 255, 255, 255, 0.18 );
}
.rosado{
    background:#F2599C;
}
.verde{
    background:#B2F431;
}
.amarillo{
    background:#F5E306;
}
.rojo{
    background:#F51B1D;
}



.sombra{
    	box-shadow: -7px -7px 17px rgba(255,255,255,0.6),
				7px 7px 17px rgba(70,70,70,0.15);
}



  #contenedor h2{
  	color:#c13234;
 }

.bg{
    /*#f8f73e  amarillo  #ffa12e  naranja*/
    background-size: cover;
    background-image: linear-gradient(
        rgba(0, 0, 0, 0.01), 
        rgba(0, 0, 0, 0.8)
    ),
 url(../img/111.png); 
    /*background: url(../img/111.png) no-repeat center;*/
    /*background-size: cover;*/
    /*background-image: */
    /*linear-gradient(*/
    /*  rgba(0, 0, 0, 0.5),*/
    /*  rgba(0, 0, 0, 0.5)*/
    /*)*/
}

.bg2{
	background-color: #fafafb;
	grid-column:1/5;
	display:grid;
	grid-template-columns: 15% repeat(2, 35%) 15%;
}

.barra{
  grid-column: 1/5;
  display: grid;
  grid-template-columns: 5% 10% 65% 12%;
  background-color: #2695f9;
  overflow: hidden;
  position: fixed;
  top: 0;
  text-align: center;
  z-index:99;
 
  border-radius:10px;
  width: 98%;
  margin-left:10px;
  margin-top:5px;
}


/*.barraInicio{*/
/*  background-color: #2695f9;*/
/*  overflow: hidden;*/
/*  position: absolute;*/
/*  top: 0;*/
/*  text-align: center;*/
 /* z-index:99;*/


/*}*/




.bg1{
    box-shadow:2px 2px 2px rgb(38,149,249, 0.4);
}
.boton{
        color:#fff;
        background-color: transparent ;
       border: 1px solid white;
        border-radius: 10px;
        cursor:pointer;
        margin:5px;
        padding:10px;
}

.text-celeste{
     color:#2695f9;
}

.text-verde{
    color:#2eff61;
}
.text-amarillo{
    color:#fffa2e;
}
.text-rojo{
    color:#ff2e48;
}
.text-naranja{
    color:#ffa12e;
}
.boton2{
        color: #2695f9;
        background-color: transparent ;
        border: 1px solid #2695f9;
        border-radius: 10px;
        cursor:pointer;
        margin:15px;
        padding:10px;
}
.boton:hover{
        background-color: white ;
        color:#2695f9;
}

.h-50px{ height:50px}

.menu{
    margin: 0;
    padding: 0;
    text-align: center;
}


.texto{
display: block;
width: 25%;
margin-left: 15%;
margin-top: 10%;
}

.texto h1{
   font-size: 44px;
   margin-top: 0px;
   color:white;
   text-shadow:2px 2px rgb(52,73,94, 0.4);
}

.texto h4{
   font-size: 25px;
   color:white;
}
.texto h5{	
   display: grid;	
   align-items: baseline;
   font-size: 16px;
   line-height: 25px;
   color:white;
}



.caja{ 	
	grid-column: 2/4;
	display: grid;
 	grid-template-columns: repeat(2,50%);
 	grid-template-rows: repeat(2,50%);
 	text-align: center;
 	color:#2695f9;
 }
 .tabla{ 	
 	grid-template-rows: 130px repeat(28,6%);
 	color:#2695f9;
 	margin-top: 30px;
 	text-align: left;
 }
 .caja h5{ 	
    font-size: 25px;
  }
.caja1{
	display: grid;
 	border-radius: 10px;
    margin: auto;
 	background-color:#2695f9;
 	color: white;
 	box-shadow: 5px 5px 5px #ccc;
 	height: 90%;
 	width: 90%;
 	align-content: center;
 }

.caja2{
	display: grid;
	justify-content: flex-end;
    align-content: end;
    margin: auto;
 	color: white;
 	height: 90%;
 	width: 90%;
 }
 .arriba{
 	justify-content: flex-end;
    align-content: baseline;
 }
 .azul{	color:#2695f9; }

.cajita{
	grid-column: 1/2;
	border-right: 1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.cajita h4{
	font-size: 12px;
}
.cajita2{
	grid-column: 2/3;
	display: grid;
	grid-template-columns:  repeat(6, calc(100%/6));
	padding-left: 50px;
	padding-top: 35px;
	border-bottom:1px solid #ccc;
}
.caja5{
	margin-top: 20px;
	grid-column: 2/4;
	justify-content: flex-end;
    align-content: end;
    border-radius: 10px;
    margin: auto;
 	box-shadow: 0px 5px 20px #ccc;
 	width: 100%;
 	height:65%;
 	color: #2695f9;
 	padding: 20px;
 }
 .C3{
 	grid-column: 1/2;
 	width: 90%;

 }
  .C4{
 	grid-column: 2/3;
 	width: 90%;
 }
  .C5{
 	grid-column: 3/4;
 	width: 90%;
 }
 .caja6{
	margin-top: 20px;
	grid-column: 2/4;
	display: grid;
	grid-template-columns: repeat(3, calc( 100%/3));
	grid-template-rows: 100%;
	text-align: center;
 }
  .caja6 h4{
font-size: 14px;
justify-content: center;
 }

  .caja7{
	margin-top: 20px;
	grid-column: 2/4;
	display: grid;
	grid-template-columns: repeat(4, calc(100%/4));
	grid-template-rows: 20% 30% 50%;
	text-align: center;
 }

 .img1{  background: url(../img/ES.jpg) no-repeat;}
 .img2{  background: url(../img/pucese.png) no-repeat;}
 .img3{  background-image: url(../img/anai.png) no-repeat;}
 .img4{  background-image: url(../img/dillon.png) no-repeat;}
 .img5{  background-image: url(../img/logoazul.png) no-repeat;}
 .img6{  background-image: url(../img/SFA.png) no-repeat;}
.titulo {
    display: grid;
    grid-template-rows: 100px ;
}
#inicio{
    height: 100vh; width:100vw;
    display: grid;
    grid-template-rows: 100vh;
 	grid-template-columns: 50% 50%; 
 	background-color:#2594f9;
 	color:white;

}

.fondo{
  /* background-image: url("../images/profesor.jpg");*/
   
   background-repeat: no-repeat;
   background-size: cover;
background-image: url("../img/fondochica.jpg");
    
}
#ladoDerecho{
    display: block;
   grid-column: 1/2;
   background-image: url("../images/profesor.jpg");
   background-repeat: no-repeat;
   background-size: cover;
}
#ladoIzquierdo{
   grid-column: 2/3;
   display: grid;
}

.form-group{display:grid; grid-template-rows: 8%;}

.formItems{display: grid;row-gap:4px;text-align: center; grid-template-rows:  50% 20% 15% 10% 15%; margin: 40px;}
.formBotones{display: grid;padding: 10%;row-gap:4px;text-align: center; grid-template-rows: 25%}
 
 
.mt-6, .my-6 { margin-top: 5rem !important;}


.w-90{width:90%;}
.grid-columns{grid-template-columns:100%;}
.grid-1-2{grid-column: 1/2;}
.grid-2-3{grid-column: 2/3;}
.grid-1-3{grid-column: 1/3;}
.grid-3-4{grid-column: 3/4;}
.grid-4-5{grid-column: 4/5;}


.m-750px{
margin-left:  750px;;
}
 
 /*
 
 @media (max-width: 768px) {
    #contenedor {  grid-template-rows: 100vh 70vh 80vh 100vh 70vh 30vh; grid-template-columns: 5% repeat(2, 45%) 5%; transition: all ease-in-out .15s}
     .barra {        grid-template-columns:15% 30% 20% 30%;}
     .texto {  width: 60%;  margin-top: 20%; margin-left: 10%;     }
     .texto h5 {font-size: 12px;line-height: 10px;    }
     .texto h4 {  font-size: 12px;}
     .boton { border-radius: 35px;; }
     .cajita h2{  font-size:25px;    }
     .caja7 {  grid-template-rows: 15% 25% 25% 25%;}
     .caja6 h4 {font-size: 12px;justify-content: center; }
     .img1 { background-size: 90% 50%;  margin: 25px 0px 0px 20px;}
     .img2 { background-size: 97% 40%;  margin: 25px 0px 0px  0px;}
     .img3 { grid-column: 1/3;background-size: 80% 99%;  margin:  0px 0px 0px 50px;}
     .img4 { grid-column: 3/5;background-size: 80% 90%;  margin: 10px 0px 0px 50px}
     .img5 { grid-column: 1/3;background-size: 64% 110%; margin: 25px 0px 0px 80px;}
     .img6 { grid-column: 3/5;background-size: 75% 75%;  margin: 27px 0px 0px 30px;}
     .tabla {grid-template-rows: 100px repeat(27,35px);}
     
     #inicio {  height: 100vh; width:100vw;}
     .fondo{ display:none;}
     #ladoIzquierdo{ grid-row: 1/2; grid-column: 1/3;text-align: center;}
     .w-25{width:50% !important;}
     .form-control {height: 50px; font-size: 20px;  border-radius: 50px;text-align:center;transition: all ease-in-out .15s}
 
 }


  @media (max-width: 456px) {
    #contenedor {  grid-template-rows: 45vh 40vh 130vh 220vh  165vh 70vh ; grid-template-columns: 5% repeat(2, 45%) 5%;}
     .bg { background: url(../img/fondoLogo.svg) no-repeat; background-color: rgba(0, 0, 0, 0);
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
    background-size: 187%;;
    grid-template-columns: 15% repeat(2, 35%) 15%; background-position: bottom; }
     .p-15{padding: 15px;}
     .barra {    grid-template-columns: 15% 20% 28% 30%; padding: 10px; column-gap: 6px;}
     .barra h3 {font-size:15px;}
     .texto {  width: 50%;  margin-top: 20%; margin-left: 10%;     }
     .texto h1 {font-size: 26px;}
     .texto h4 {  font-size: 12px;}
     .texto h5 {   display: none;}
   
     .boton { margin: 0px;  padding: 5px; }
     .bg2 { grid-template-columns: 10% repeat(2, 40%) 5%;}
     .C3 { grid-row: 1/2; }
     .C4 { grid-row: 2/3; grid-column: 1/2;}
     .C5 { grid-row: 3/4; grid-column: 1/2; }
     .caja {    grid-template-rows: repeat(2,50%);}
     .caja h5 {   font-size: 15px;}
     .cajita {   display: grid;   grid-template-rows: 30%;}
     .cajita h2{  font-size:15px;    }
     .cajita h3{  font-size:16px;    }
     
     .caja7 { grid-template-columns: 100%; grid-template-rows: 100px 80px 120px 250px 270px 200px;}
     .caja6 { grid-template-columns: 100%; grid-template-rows: repeat(3, calc(100%/3) ); grid-gap: 20px;}

     .caja5{ height:100%; }
     .caja6 h4 {font-size: 12px;justify-content: center; }
    
     
     .img1 { grid-column: 1/1;background-size: 90%;  margin: 25px 0px 0px 20px;}
     .img2 { grid-column: 1/1;background-size: 97%;  margin: 25px 0px 0px  0px;}
     .img3 { grid-column: 1/1;background-size: 80%;  margin:  0px 0px 0px 50px;}
     .img4 { grid-column: 1/1;background-size: 80%;  margin: 10px 0px 0px 50px;}
     .img5 { grid-column: 1/1;background-size: 64%;  margin: 25px 0px 0px 80px;}
     .img6 { grid-column: 1/1;background-size: 75%;  margin: 27px 0px 0px 30px;}
     .tabla {grid-template-rows: 100px 160px 120px 140px 100px repeat(23,100px);}
     

} 
     
@media (max-width: 375px) {
    #contenedor {  grid-template-rows: 45vh 40vh 150vh 210vh  175vh 70vh; grid-template-columns: 5% repeat(2, 45%) 5%;}
           .bg2 { grid-template-columns: 5% repeat(2, 45%) 5%;}

} */

 .switch-field {
	display: flex;
	margin-bottom: 36px;
	overflow: hidden;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
	
}

.switch-field label {
	background-color: #e4e4e4;
	color: #2695f9;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding: 8px 16px;
	margin-right: -1px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #2695f9;
	box-shadow: none;
	color:white;
}

.switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}

    .paper-effect {
    background: #fefefe; /* Fondo blanco o ligeramente off-white */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 
                0 1px 3px rgba(0, 0, 0, 0.08); /* Sombra suave para dar efecto de elevación */
    border: 1px solid #ddd; /* Borde gris claro */
    padding: 20px; /* Espaciado interno */
    border-radius: 5px; /* Bordes redondeados */

    }

    .paper-effect h2 {
        color: #333; /* Texto oscuro */
        text-align: center; /* Centrar el título */
    }
    
    .paper-effect input {
        background: #f8f8f8; /* Fondo ligeramente gris */
        border: none; /* Quitar bordes */
        border-bottom: 1px solid #ccc; /* Solo borde inferior */
        box-shadow: none; /* Quitar sombras internas */
    
        font-size: 14px; /* Ajustar tamaño de texto */
        padding: 5px 10px; /* Ajustar el padding */
    }
    
    .paper-effect input:focus {
        outline: none; /* Quitar borde al enfocarse */
        border-bottom: 1px solid #999; /* Cambiar color del borde inferior al enfocarse */
    }
    
    .paper-effect .border-bottom {
        border-bottom: 1px solid #ccc; /* Borde inferior gris */
    }
    
    .paper-effect small {
        color: #666; /* Texto en gris para notas */
    }


    .form-paragraph {
        font-size: 14px;
        line-height: 1.5;
        text-align: justify;
    }

    .form-paragraph input[type="text"] {
        display: inline-block;
        width: auto;
        margin-left: 5px;
        margin-right: 5px;
        padding: 2px 5px;
        font-size: 14px;
        line-height: 1.5;
    }

    .form-paragraph small {
        font-size: 14px;
    }


.custom-button {
    text-decoration: none;
    color: #1E5BA5; /* Cambia este color según lo necesites */
    background-color: #E9F4FB; /* Color de fondo similar al de la imagen */
    border-radius: 10px;
    padding:1rem;
    text-align: center;
    transition: background-color 0.3s ease;
}
.custom-button-yellow {
    text-decoration: none;
    color: #806800; /* Oscuro para contraste sobre fondo amarillo */
    background-color: #FFF9C4; /* Amarillo claro */
    border-radius: 10px;
    text-align: center;
    transition: background-color 0.3s ease;
}




.custom-button:hover {
    background-color: #cce7f7; /* Color de fondo al pasar el ratón */
}

.button-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-fixed-size {
    width: 100%;        /* Asegura que ocupe todo el ancho del contenedor */
    height: 200px;      /* Fija la altura deseada */
    object-fit: cover;  /* Mantiene el aspecto y recorta la imagen si es necesario */
}

.glyphicon-education {
    font-size: 20px; /* Tamaño del ícono */
}
 