.superior{
    background-color: #0177db;
    height: 50px;
}
.foto_identidad{
    width: 50%;
     @media screen and (max-width:414px){
        width: 100%;
        }
        @media screen and (max-width:818px){
          width: 100%;
        }
         @media screen and (max-width:980px){
          width: 80%;
    } 
}
#boton{
    border: 0px;
    border-radius: 0;
    color: white;
    font-size: 13px;
}
.baner_superior{
    display: flex;
    color: white;
    font-size: 13px;
}
.arriba{
    width: 680px;
    padding-right: 20px;
    margin-top: 13px;
    @media screen and (max-width:414px){
        width: 90px;
        }
        @media screen and (max-width:810px){
            width: 150px;
           } 
}
.arriba3{
    width: 1000px;
    padding-right: 20px;
    margin-top: 13px;
    @media screen and (max-width:414px){
        width: 90px;
        }
        @media screen and (max-width:810px){
            width: 150px;
           } 
}
.arriba2{
    width: 900px;
    @media screen and (max-width:414px){
        width: 90px;
        }
        @media screen and (max-width:810px){
            width: 150px;
           } 
}
#gestiones:first-child{
    margin-left: 5%;
}
#gestiones{
    color: white;
    text-decoration: none;
    margin: 15px;
}
#gestiones2{
    margin-left: 5%;
    margin-right: 200px;
    color: white;
    text-decoration: none;
     @media screen and (max-width:414px){
        margin-right: 0px;
        }
        @media screen and (max-width:810px){
            margin-rigt: 0px;
           } 
           @media screen and (max-width:980px){
            margin-right: 0px;
           } 
}
.fondo {
  position: relative;
}
.fondo::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px; /* Ajusta la altura del efecto */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), transparent);
  pointer-events: none; /* Para que no bloquee clics */
}
.navbar-brand img{
    margin-left: 15px;
    @media screen and (max-width:818px){
        width: 50%;
        }
    @media screen and (max-width:414px){
        width: 50%;
        }

}
.inicio{
    margin-left: 10px;
    color: white;
    text-decoration: none;
    margin-top: 11px;
        @media screen and (max-width:980px){
           margin-left: 0;
           margin-top: 0;
           } 
}
.inicio label{
    @media screen and (max-width:980px){
        font-size: 10px;
    } 
}
.inicio img{
    width:22px;
    height:22px;
    @media screen and (max-width:980px){
        width:15px;
        height:15px;
    } 

}
.formulario{
    border-radius: 0px;
}
.search-input {
    background-image: url('../img/lupa2.png'); 
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: 95%; 
    padding-left: 35px;
    border-radius: 0px !important;
    border: 1px solid #ccc;
    margin-left: 25px;
}
.slider{
    max-width: 100%;
    height: 500px;
}

#imagenes img{
    width: 100%;
    height: 450px;
    object-fit: contain;
}
#prueba{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: transparent;
    border: solid 3px white;
    margin-bottom: 15px;
}
#prueba .active {
  background-color: #fff;
}
#prueba2{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: transparent;
    border: solid 3px #3b3a3a;
    margin-bottom: 15px;
}
#prueba2 .active {
  background-color: #000;
}
.division-fondo { 
    position: relative;
    overflow: hidden;
}
.division-fondo::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: url('../img/18.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.10;
    z-index: 0;
}
.division-fondo > * {
    position: relative;
    z-index: 1;
}
.polo{
    font-weight: bolder;
    font-size: 40px;
    color: #0177db;
    margin-top: 4px;
    @media screen and (max-width:818px){
        font-size: 20px;
        margin-top: 4px;
        }
    @media screen and (max-width:414px){
       font-size: 20px;
       margin-top: 0px;
        }
        @media screen and (max-width:980px){
        font-size: 20px;
        margin-top: 4px;
    } 

}
.somos{
    font-size: 22px;
    font-weight: bolder;
    color:#0177db;
    @media screen and (max-width:414px){
        font-size: 15px;
        margin-top: 10px;
        }
       @media screen and (max-width:818px){
        font-size: 15px;
        margin-top: 4px;
        }
        @media screen and (max-width:980px){
        font-size: 15px;
        margin-top: 4px;
    } 
}
.somos2{
    font-size: 22px;
    font-weight: bolder;
    color:#0177db;
        @media screen and (max-width:414px){
        font-size: 15px;
        margin-top: 50px !important;
        }
        @media screen and (max-width:818px){
        font-size: 13px;
        margin-top: 0;
        }
        @media screen and (max-width:980px){
        font-size: 13px;
        margin-top: 0;
    } 
}
.secciones{
    background-color: white;
    padding: 15px;
    border-radius: 0px;
    box-shadow:black 1px 1px 5px;
}
.accordion-custom .accordion-button {
  font-size: 15px;
  background-color: transparent;
  border-radius: 0px;
  border-top: 2px solid #075da5;
  border-bottom: 2px solid #075da5;
  box-shadow: none;
  color: #000;
  padding: 10px 15px;
     @media screen and (max-width:818px){
        font-size: 14px;
        padding: 5px;
        }
        @media screen and (max-width:980px){
        font-size: 14px;
        padding: 5px;
    } 
}

.accordion-custom .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #000;
}

.accordion-custom .accordion-item {
  border: none;
  border-radius: 0px;
}

.accordion-custom .accordion-body {
  font-size: 15px;
  padding: 15px;
  border-top: none;
  border-bottom: 1px solid #ccc;
  @media screen and (max-width:818px){
        font-size: 13px;
        padding: 5px;
        }
        @media screen and (max-width:980px){
         font-size: 13px;
        padding: 5px;
    } 
}
.instituciones{
    font-weight: bolder;
    font-size: 38px;
    color: #0177db;
        @media screen and (max-width:414px){
        font-size: 20px;
        margin-top: 25px;
        }
}
.instituciones a{
    text-decoration: none;
}
.titulo1{
    font-size: 25px;
    font-weight: bolder;
    color: #0177db;
}
.centro-card {
  border-bottom: solid #075da5 3px !important;
  border-radius: 0px !important;
  overflow: hidden;
  font-family: Verdana, sans-serif;
}

.img-centro {
  height: 180px;
  object-fit: contain;
  border-radius: 0px !important;
}

.card-title {
    font-family: Verdana, sans-serif;
    font-size: 14px;
    justify-content: left;
}

.social-icons {
  margin-top: 10px;
}
.social-icons a {
  color: #333;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #007bff;
}

.social-icons2 a {
  color: #333;
  transition: color 0.3s;
  margin-left: 5px;
}
.social-icons2 a:first-child{
    margin-left: 0px;
}
.social-icons2 a:hover {
  color: #007bff;
}
.boton2 button{
    border: solid #075da5 2px;
    border-radius: 0px;
    margin-right: 5%;
    font-size: 13px;
}
#iconos{
    width: 20px;
    height: 20px;
}
.gmail{
    font-size: 13px;
    color: darkslategrey;
    margin-top: 10px;
}
.solicitud{
    margin: auto;
}
.solicitud-titulo{
    font-size: 16px !important;
    font-weight: bolder;
    color: #0177db;
}
.solicitud-descripcion{
    font-size: 14px;
    color: darkslategrey;
}
.solicitud a{
    border: solid #075da5 2px;
    border-radius: 0px;
    font-size: 15px;
}
.carousel-wrapper {
  position: relative;
  overflow: hidden;
  width: 85%;
  margin: auto;
}

.carousel-container {
  display: flex;
  transition: transform 0.5s ease;
  gap: 1rem;
}

.carousel-card {
  flex: 0 0 calc(95% / 4);
  box-sizing: border-box;
  border: solid white 1px;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #075da5;
  background-color: transparent;
  border: none;
  font-size: 3rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
  z-index: 1;
}

.carousel-btn.prev { left: 0; }
.carousel-btn.next { right: 0; }

/* Responsive */
@media (max-width: 768px) {
  .carousel-card { flex: 0 0 50%; } /* 2 por fila */
}

@media (max-width: 576px) {
  .carousel-card { flex: 0 0 100%; } /* 1 por fila */
}
.footer{
    background-color: #dadada;

}
.footer-interior{
    margin: auto !important;
}
.footer-interior .col-sm-2 img{
    width: 80%;
    height: auto;
      @media screen and (max-width:414px){
          width: 30% !important;
        }
        @media screen and (max-width:810px){
          width: 80%;
        } 
         @media screen and (max-width:980px){
         width: 80%;
    } 
    
}
.footer-titulo{
    font-size: 25px;
    font-weight: bolder;
    color: #666666;
    font-variant: normal;
}
.footer-titulo2{
    font-size: 25px;
    font-weight: bolder;
    color: #666666;
    font-variant: normal;
    margin-bottom: -0.5px;
}
.footer-descripciones{
    font-size: 14px;
    color: darkslategrey;
    margin-top: -15px;
    text-decoration: none;
}
.footer-descripciones2{
    font-size: 14px;
    color: darkslategrey;
    margin-top: -15px;
    text-decoration: none;
}
.inferior{
    background-color: #363636;
    color: darkgrey;
    padding: 1px;
}
.mensaje{
    font-size: 14px;
    color: #666666;
}
.mensaje input{
    border: 0px;
    border-radius: 0px;
}
.mensaje button{
    border-radius: 0px;
}
.escuela-division{
    border-radius: 0px;
}
.escuela-titulo1{
    justify-content: center;
    align-items: center;
    align-self: center;
}
.escuela-titulo img{
    width: 100%;
    height: auto;
}
.escuela-titulo1 p{
    font-size: 16px;
    color: #075da5;
    font-weight: bolder;

}
.escuela-titulo p{
    font-size: 16px;
    color: #075da5;
    font-weight: bolder;
}
.escuela-titulo .col-sm-2 img{
    width: 80%;
    height: auto;
}
.escuela-cuerpo .col-sm-2 p{
    font-weight: bolder;
    font-size: 13px;
    color: #3b3a3a;
    border-right: solid #3b3a3a 2px;
    padding: 5px;
            
}
.escuela-cuerpo .col-sm-10 label{
    font-size: 14px;
    color: #363636;
    font-weight: 500;
    width: 98%;
    text-align: justify;
    font-family: Verdana, sans-serif;
}
.cuerpo-imagenes img{
    width: 100%;
    height: 150px;
}
.custom-modal-dialog {
  margin: auto;
}
.custom-modal-content {
  border-radius: 0px !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  padding: 25px;
  font-family: Verdana, sans-serif;
  font-size: 14px;
  color: #363636;
}
.modal-cuerpo{
   border-radius: 0px !important;  
}
.filtros .col-sm-3{
    background-color: white;
    padding: 25px;
    box-shadow: black 1px 1px 4px;
    height: min-content;
    margin-right: 3%;
}
.filtros .col-sm-3 p{
    text-align: left !important; 
    color: #075da5;
    font-size: 18px;
    font-weight: bolder;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.filtros input{
    border-radius: 0px;
}
.filtros select{
    border-radius: 0px;
}
.filtros button{
    border-radius: 0px;
}
.interfaz-curso .col-sm-2 img{
    width: 50px;
    height: 50px;

}
.cuerpo-curso{
    min-height: 100px;
    background-color: white;
    text-align: left;

}
.cuerpo-curso img{
    width: 100%;
    height: 100px;
    object-fit: contain;
}
.cuerpo-curso .text-primary{
    font-weight: 700;
    font-size: 15px;
}
.cuerpo-curso .mb-0{
    color: darkslategray;
    font-size: 14px;
    text-decoration: none;
}
.cuerpo-curso .mb-0:hover{
    color: darkslateblue;
}

.profesor-division{
    border-radius: 0px;
}
.profesor-cuerpo .col-sm-10 img{
    width: 100%;
    border-radius: 50%;
    height: auto;
    @media screen and (max-width:414px){
        width: 20%;
        }

}
.profesor-cuerpo .col-sm-2 p{
    font-weight: bolder;
    font-size: 13px;
    color: #3b3a3a;
    border-right: solid #3b3a3a 2px;
    padding: 5px;
    text-align: right;
        @media screen and (max-width:414px){
        font-size: 11px;
        padding: 0px;
        border-right: 0px;
        text-align: left;
        }
        @media screen and (max-width:810px){
            font-size: 11px;
            padding: 0px;
            border-right: 0px;
            text-align: left;
        } 
        @media screen and (max-width:980px){
         font-size: 11px;
            padding: 0px;
            border-right: 0px;
            text-align: left;
    } 
}
.profesor-cuerpo .col-sm-10 label{
    font-size: 14px;
    color: #363636;
    font-weight: 500;
    width: 98%;
    text-align: justify;
    font-family: Verdana, sans-serif;
        @media screen and (max-width:414px){
           font-size: 11px;
           width: 95%;
        }
        @media screen and (max-width:810px){
           font-size: 11px;
           width: 95%;
        } 
         @media screen and (max-width:980px){
           font-size: 11px;
           width: 95%;
    } 
}
.profesor-cuerpo .mb-0{
    color: darkslategray;
    font-size: 15px;
    text-decoration: none;
}
.titulo-curso{
    font-size: 16px;
    color: #075da5;
    font-weight: bolder;
}
.script-titulo{
    margin-left: 3%;
    font-size: 16px;
    color: #075da5;
    font-weight: bolder;
}
.aplicar{
    border-radius: 0px;
}
.negrita{
    font-weight: 700;
    font-size: 18px;
        @media screen and (max-width:414px){
        font-size: 13px;
        }
        @media screen and (max-width:818px){
        font-size: 12px;
        }
        @media screen and (max-width:980px){
        font-size: 12px;
    } 
}
.oferta{
    overflow: hidden;
}
.general{
    margin: auto;
    text-align: left !important;
}
.oferta img{
    float: left; 
    width: 200px;
    height: 150px; 
    object-fit: cover; 
    margin-right: 15px; 
    margin-bottom: 10px;
    @media screen and (max-width:818px){
        width: 100px;
        height: 100px;
        }
        @media screen and (max-width:980px){
         width: 100px;
        height: 100px;
    } 
}
#mierda{
    width: 100%;
    height: 550px;
    overflow: hidden;
}
.oferta p{
    color: darkslategrey;
    font-size: 15px;
    @media screen and (max-width:818px){
        font-size: 13px;
        }
        @media screen and (max-width:980px){
         font-size: 13px;
    } 
}
.descripcion-fija{
    color: darkslategrey;
    font-size: 15px;
    @media screen and (max-width:414px){
          flex-direction: row;
        }
    @media screen and (max-width:818px){
        font-size: 14px;
        height: 120px;
        overflow: hidden;
        }
        @media screen and (max-width:980px){
         font-size: 14px;
        height: 120px;
        overflow: hidden;
    } 
}
.boton_ver a{
    border-radius: 0px;
    border: solid #075da5 3px;
}
.imagen-container{
    position: relative;
    height: 200px;
}
.imagen-base,
.imagen-superior{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}
.imagen-superior{
    opacity: 0.8;
}
.pru{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
        @media screen and (max-width:414px){
          flex-direction: row;
        }
        @media screen and (max-width:810px){
          flex-direction: row;
        } 
        @media screen and (max-width:980px){
         flex-direction: row;
    } 
    
}
.pru div{
    width: 15%;
    height: auto;
}
.logo-enlace{
    position: absolute;
}
.logo{
    width: 150px;
    height: 130px;
    opacity: 0.9;
    object-fit: contain;
    @media screen and (max-width:414px){
        width: 60px !important;
        object-fit: fill;
        height: 50px !important;
    }
    @media screen and (max-width:810px){
        width: 100px;
        object-fit: contain;
        height: 100px;
    }
    @media screen and (max-width:980px){
         width: 100px;
        object-fit: contain;
        height: 100px;
    } 
    @media screen and (max-width:1045px){
        width: 100px;
        object-fit: contain;
        height: 100px;
    }
}
.eso{
    color: darkslategrey;
    font-size: 16px;
    font-weight: 600;
    
}
.institutos{
    align-items: center;
    align-content: center;
    justify-content: center;
}
.institutos img{
    width: 100%;
    height: 150px;
    object-fit: contain;
    filter: drop-shadow(1px 1px 3px black);
}
.lugar{
    background: white;
    padding: 2px;
    box-shadow: 1px 1px 5px;
}
.lugar .col-sm-8 p{
    justify-content: left !important;
    color: #333;
    font-size: 18px;
    font-weight: 600;
}
.enterate{
    background-color: white;
    padding: 10px;
    border-radius: 0px;
    box-shadow:black 1px 1px 5px;
    width: 520px;
    margin-left: 2px !important;
        @media screen and (max-width:414px){
        width: 385px !important;
        }
        @media screen and (max-width:818px){
        width: 300px !important;
        }
         @media screen and (max-width:980px){
        width: 355px;
    } 

}
.enterate .col-sm-3 img{
    width: 100%;
    height: 100px;
    object-fit: contain;
}
.enterate .col-sm-9 h6{
    font-size: 15px;
    @media screen and (max-width:818px){
        font-size: 12px;
        margin-top: 4px;
        }
        @media screen and (max-width:980px){
        font-size: 12px;
        margin-top: 4px;
    } 
}
.enterate .col-sm-9 label{
    color: darkslategray;
    font-size: 14px;
    @media screen and (max-width:818px){
        font-size: 12px;
        }
        @media screen and (max-width:980px){
        font-size: 12px;
    } 
}
.enterate2{ 
    background-color: white;
    padding: 15px;
    border-radius: 0px;
    box-shadow:black 1px 1px 5px;

}
.enterate2 .col-sm-2 img{
    width: 100%;
    height: 50px;
    margin: 5px;
        @media screen and (max-width:414px){
           width: 100% !important;
           height: 200px !important;
        }
        @media screen and (max-width:818px){
           width: 150%;
           height: auto;
        }
        @media screen and (max-width:980px){
          width: 150%;
           height: auto;
    } 
}
.enterate2 a{
    text-decoration: none;
}
.enterate2 .col-sm-10 p:hover{
    color: #075da5;
}
.enterate2 .col-sm-10 p{
    font-size: 13px;
    color:darkslategrey;
    @media screen and (max-width:818px){
        font-size: 11px;
        }
        @media screen and (max-width:980px){
            font-size: 11px;
    } 
} 
#blue{
    color: #075da5;
    font-weight: 600;
}
.blue2{
    color: darkslategrey;
    font-size: 15px;
    font-weight: 500;
}
.noticia{
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
    color: darkslategrey;
    text-align: justify;
}
.noticia2{
    font-size: 13px;
    color: darkslategrey;
    text-align: justify;
}
.noticia2 a{
    text-decoration: none;
    color: darkslategrey;;
}
.texto_mensaje{
   background-color: #ccc;
   color: #363636;
   font-size: 14px;
}
.texto_mensaje input{
    border-radius: 0px;
    font-size: 14px;
}
.texto_mensaje button{
    border-radius: 0px;
    font-size: 14px;
}
.resultados .muestras{
    margin: auto;
}
.mover{
    margin-left: 10px;
}
.nuevo2{
    margin-right: -3%;
}
.nuevo{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
     @media screen and (max-width:414px){
        flex-direction: column;
        }
}
.nuevo a{
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #363636;
}
.nuevo .col-sm-2{
    margin-left: 9%;
}
.nuevo3{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
     @media screen and (max-width:414px){
        flex-direction: column;
        }
}
.nuevo3 a{
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #363636;
}
.nuevo3 .col-sm-2{
    margin-left: 35%;
}
#tamano_letra{
    padding-left: 10px;
}
#tamano_letra a{
    font-size: 18px !important;
}
#tamano_letra a:hover{
    color: #075da5;
}
.pedacito{
    border-top: solid red 1px;
    width: 25px;
}
.resultados .muestras2{
    margin: auto;
    display: flex;
}
.gestion{
    width: 330px;
    background-color: white;
    padding: 15px;
    box-shadow: black 1px 1px 4px;
    height: min-content;
}
.gestion h4{
    color: #075da5;
    padding-left: 15px;
    font-weight: 600;
}
.gestion2{
    background-color: white;
    padding: 25px;
    box-shadow: black 1px 1px 4px;
    margin-left: 25px;
    height: 500px;
}
.poquito{
    margin-left: 5px;
}
.exit{
    margin-top: 13px;
    margin-left: 15px;
}
.formulario2{
    background-color: white;
    padding: 25px;
    border-radius: 0px;
    box-shadow: black 1px 1px 4px;
}
.formulario2 h4{
    font-weight: 600;
    color: #075da5;
}
.formulario2 p{
    font-size: 15px;
    color: darkslategrey;
}
.formulario2 h5{
    font-weight: 600;
    color: #075da5;
}
.formulario2 .col-sm-12{
    margin: auto;
}
.formulario2 input{
    border-radius: 0;
}
.formulario2 select{
    border-radius: 0;
    color: darkslategrey;
}
.formulario2 button{
    border-radius: 0px;
}
#formulario{
    border-radius: 0px !important;
}