*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

body{
    font-family: 'Raleway', sans-serif;
}

.imagotipo{
    width: 100%;
    text-align: center;
    background-color: #213680;
}

.imagotipo img{
    width: 30%;
}

/*Formlario*/
.formulario{
    position: fixed;
    width: 300px;
    background-color: #FFF;
    border-radius: 15px;
    margin-right: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9000;
    border: 2px solid #000  ;
}

.formulario h2{
    margin-top: 5px;
    color: #213680;
    text-align: center;
    font-weight: 700;
}

.formulario input{    
    border: 0;
    border-bottom:  1px solid #000;
    color: #000;
    font-size: 20px;
    width: 250px;
    padding: 5px 0;
}

 .formulario select{    
    border-radius: 15px;
   background-color: #FFF;
    color: #000;
    font-size: 18px;
    width: 200px;
    padding: 5px 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.formulario select option{    
 
    padding: 10px 20px;
   
}

.formulario input:focus{   
   
    outline: none;
}

.checkBX{
    display: flex;
    flex-direction: row;
}

.checkBX label{
    color: #000;
    font-size: 15px;
    margin-left: 5px;
}

#txtChecB{
    width: 25px;
    margin-left: 5px;
}

.btn1{
    background-color: #213680;
    color: #FFF!important;
    width: 130px!important;
    height: 48px!important;
    border-radius: 15px;
    margin-top: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}

.textoUno h2{
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 100;
    font-size: 45px;
    margin-left: 40px;   
    margin-bottom: 10px; 
}

.textoUno ul li{ 

    margin-left: 70px;
    margin-right: 10px;
    font-size: 20px;
}

.textoUno .pFin{
    font-family: 'IBM Plex Sans', sans-serif;
    margin-top: 5px;
    margin-left: 45px;
    font-size: 45px;
}

.textoUno .pFin span{
    color: #0094a7;
}

/*linea amarilla*/
.lineaA{
    padding: 20px 0 0 0;
    width: 100%;
    background-color: #ffb227;
    text-align: center;
}
.lineaA .tlineaA{
    margin-top: 15px;
    color: #FFF;
    font-size: 30px;
}

.lineaA p{
    color: #213680;
    font-size: 30px;
    padding: 0 0 25px 0;
}


/*Licenciaturas*/

.licenciaturas{
    width: 90%;
    margin:20px auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
}

.cartaLicenciatura img{
    width: 100%;
}

.contBtn{
    width: 100%;
    display: flex;
    justify-content: center;
}   

.btnLic{
    height: 40px;
    width: 300px;
    font-size: 25px;
    border-radius: 15px;
    background-color: #213680;
    color: #FFF;
    cursor: pointer;  
}

.hiddeInfo{
    font-size: 20px;
    padding: 5px 5px;
    margin-top: -4px;
    color: white;
    background: #213680;
    min-height: 160px;
    max-height: auto;
}

/*Clase muestra*/
.textoDos h2{
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 700;
    font-size: 45px;
    margin-left: 40px;   
    margin-bottom: 10px;
    color: #ffb227; 
}



.textoDos .pFin{
    font-family: 'IBM Plex Sans', sans-serif;
    margin-top: 5px;
    margin-left: 45px;
    font-size: 30px;
}





@media screen and (max-width:1200px){
    .licenciaturas{       
        grid-template-columns: 1fr 1fr;
        
    }
}

@media screen and (max-width:700px){
    .licenciaturas{       
        grid-template-columns: 1fr;
        
    }
}

/*linea verde*/
.lineaB{
    padding: 20px 0 0 0;
    width: 100%;
    background-color: #0094a7;
    text-align: center;
}
.lineaB .tlineaB{
    margin-top: 15px;
    color: #FFF;
    font-size: 30px;
}

.lineaB p{
    
    font-size: 30px;
    padding: 0 0 25px 0;
}


/*Portada*/
.hero{
    background-image:  url("../imagenes/portada.png");
    width: 100%;
    height: 850px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}

.textos-hero{
    height: 500px;
    color: #fff;
    display: flex;
    
    justify-content: end;
    align-items: center;
}

.textos-hero h1{
    font-size: 60px;
}

.textos-hero p{
    font-size: 25px;
    margin-bottom: 20px;
}

.textos-hero a{
    cursor: pointer;
    color: #000;
   
   
  
   
}

.svg-hero{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

/*Ventajas*/
.ventajas{
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #92c4ff;
}

.ventajas .texto{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: flex-start;
    text-align: center;
    
}

.ventajas .tigre{
    width: 50%;
    margin: 15px auto;
}

.ventajas img{
    width: 40%;
}

.t1{
    font-family: 'IBM Plex Sans', sans-serif;
    color: #FFF;
    font-size: 30px;
}

.t2{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 30px;
    font-weight: 700 ;
}

.t3{
    margin-top: 15px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.t3 span{
    color: #FFF;
    font-size: 25px;
}

@media screen and (max-width: 1200px){
    .ventajas .tigre{
        width: 70%;
    }    
}

@media screen and (max-width: 900px){
    .ventajas{     
     
        grid-template-columns: 1fr;
    }
    
    .ventajas .tigre{
        display: flex;
        justify-content: center;
    }  
}

.info-last{
    background-color: #92c4ff;
}
/* Estilos generales */

.contenedor,
.wave-contenedor{
    width: 90%;
    max-width: 1000px;
    overflow: hidden;
    margin: auto;
    padding: 0 0 80px 0;
}
.contenedor{
    padding: 80px 0;
}

.titulo{
    font-weight: 300;
    font-size: 35px;
    text-align: center;
    margin-bottom: 30px;
}

.titulo.left{
    text-align: left;
}

.titulo.right{
    text-align: right;
}


.info{
    background: #f5576c;
    color: #fff;
}


/*Formlario*/
.formulario2{
    
    width: 300px;
    background-color: #FFF;
    border-radius: 15px;
    margin-right: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid #000  ;
}

.formulario2 h2{
    margin-top: 5px;
    color: #213680;
    text-align: center;
    font-weight: 700;
}

.formulario2 input{    
    border: 0;
    border-bottom:  1px solid #000;
    color: #000;
    font-size: 20px;
    width: 250px;
    padding: 5px 0;
}

 .formulario2 select{    
    border-radius: 15px;
   background-color: #FFF;
    color: #000;
    font-size: 18px;
    width: 200px;
    padding: 5px 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.formulario2 select option{    
    
    padding: 10px 20px;
   
}

.formulario2 input:focus{   
   
    outline: none;
}

.checkBX2{
    display: flex;
    flex-direction: row;
}

.checkBX2 label{
    color: #000;
    font-size: 15px;
    margin-left: 5px;
}

#txtChecB2{
    width: 25px;
    margin-left: 5px;
}

.btn2{
    background-color: #213680;
    color: #FFF!important;
    width: 130px!important;
    height: 48px!important;
    border-radius: 15px;
    margin-top: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}

.fr2{
 
    display: flex;
    justify-content: center;
    background-color: #92c4ff;
    display: none;
}
/* footer */

footer{
    background: #213680;
    font-family: 'IBM Plex Sans', sans-serif;   
}

/*Contactos*/
.contacto{
    display: flex;
    width: 50%;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.flex1{
    color: #ffb227;
    font-size: 50px;
    font-weight: 500;
}

.flex2{
    color: #FFF;
    font-size: 20px;
}

.flex3{
    color: #FFF;
    font-size: 20px;
    margin-top: 15px;
    font-weight: lighter;
}

.flex4, .flex5{
    color: #ffb227;
    font-size: 30px;
    font-weight: 500;
}

.flex6{
    color: #FFF;
    font-size: 20px;
}

.flex7{
    color: #FFF;    
}

.flexR img{
    width: 20px;
}



@media screen and (max-width:800px){
    .textos-hero h1{
        text-align: center;
        font-size: 50px;
    }
    /* estilos generales */
    .titulo{
        font-size: 35px;
    }

    .titulo.left{
        text-align: center;
    }

    .info p{
        text-align: center;
    }

    /* section */
    .website{
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .website img{
        width: 100%;
    }

    .website .contenedor-textos-main{
        width: 100%;
    }

    /* Cards */

    .card{
        width: 90%;
        margin-bottom: 20px;
    }

    /* galeria */

    .galeria-cont>img{
        width: 48%;
    }

    /* last */

    .last-section img{
        width: 98%;
    }

    .last-section .contenedor-textos-main{
        width: 98%;
        margin-bottom: 20px;
    }


}

@media screen and (max-width:400px){
    .titulo,
    .textos-hero h1{
        font-size: 30px;
    }

    .textos-hero p{
        font-size: 20px;
        text-align: center;
    }

    .card{
        height: 380px;
    }

    .website .contenedor-textos-main{
        margin-bottom: 30px;
    }

    .galeria-cont>img{
        width: 97%;
    }
}


@media screen and (max-width:600px){   
    
    .imagotipo img{
        width: 70%;    }
    
 
    
}

.container {
    width: 100vw;
    height: 550px;
    overflow: hidden;
  }
  
  .container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

@media screen and (max-width:650px){
    .svg-hero{
        display: none;
    }
}


.textos-hero2{   
    display: flex;
    
    justify-content: center;
    align-items: center;
    
}



@media screen and (max-width:1200px) {
    .textos-hero{
        display:none;
    }

    .divVacio{
        display: none;
    }
    
    .fr2{
        display: flex;
    }
}

@media screen and (max-width: 1199px){
    .formExtra{
            position: absolute;
           top: 260px;
          
           z-index: 35;
    }
}

@media screen and (min-width: 1200px){
    .formExtra{
            display: none;
    }
}

.conFl{
  display: flex;
  justify-content: center;

}

.conFl .formExtra{
margin: 0 auto;
}

.label3{
    right: 35px; 
    position: relative;   
}