@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}


.zuzen{margin: 0px auto;}

body,html{
    width: 100%;
    height: 100%;
    font-family: sans-serif;
}

body{
    background-image: url(blue-sky-and-clouds-watercolor-texture-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
header{
    padding-top: 30px;
}

.cabecera{
    height: 100%;
    width: 100%;
    padding-top: 50px;
/*    position: relative;*/
}


.logo img{ width: 100%; }



/*----------------------------------------------------------------*/



.matri{
    position: absolute;
    top:25%;
    left: 25%;
    width: 50%;
    
}

.matri img{
    text-align: center;
}

.pinpirin h1{
    color: #2E5586;
    text-align: center;
    font-family: 'poppins';
    font-size: 50px;
    line-height: 1em;
    margin-bottom: 50px;
}
.pincolor{
    color: #4EC0DE;
}

.pinpirin h2{
    color: #242957;
    font-family: 'poppins', sans-serif;
    text-align: center;
 }

.pinpirin h2 a{
    color: #242957;
    text-decoration: none;

}

.pinpirin h3{
    font-family: 'poppins', sans-serif;
    text-align: center;
    font-size: 50px;
    margin-bottom: -30px

}

.pinpirin h3 a{
    color: white;
    text-decoration: none;
    text-shadow: 2px 0px 2px rgba(0, 99, 150, 1);
}

.pinpirin p{
    font-family: 'poppins', sans-serif;
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
    line-height: 1em;
}


.pinpirin p a{
    color: black;
    text-decoration: none;
}



/*-----------------------------------------------------------------*/






/*-----------------------------------------------------------------*/


iframe{
    filter: grayscale(2);
    
}

.cont{
    font-size: 50px;
    font-family: 'Rozha One', sans-serif;
    color: #242957;
    text-align: center;
    margin: 70px auto;
}

.contact{
    border: 7px solid white;
}


















/*-----------estilos grid------------*/
.flexi{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/*-----------------------columnas-------------------------*/
.col-1{width: 8.33%;}
.col-2{width: 16.66%;}
.col-3{width: 25%;}
.col-4{width: 33.33%;}
.col-5{width: 41.66%;}
.col-6{width: 50%;}
.col-7{width: 58.33%;}
.col-8{width: 66.66%;}
.col-9{width: 75%;}
.col-10{width: 83.33%;}
.col-11{width: 91.66%;}
.col-12{width: 100%;}
/*-----------------------fin columnas-------------------------*/


@media screen and (max-width: 1366px){

/*-----------------------columnas-------------------------*/
    
    .cabecera{ background-position: center;}
    .matri{ width: 40%;}
    .matri p{ font-size: 18px;}
    
    
    .urdin{ right: 7%; top: 24%;}
    .urdin h1{ font-size: 79px;}
    .btn{ width: 35%;}
    .sein{ width: 45%;}
    .seinalea{ background: none;}
    .idiom{height: 60%;}
    
    
    
    
    
}
/*-----------------------fin columnas-------------------------*/

@media screen and (max-width: 1028px){  
    
    .flexi{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }

    
/*-----------------------columnas-------------------------*/
    .seintr{display: none;}
    .col-t-1{width: 8.33%;}
    .col-t-2{width: 16.66%;}
    .col-t-3{width: 25%;}
    .col-t-4{width: 33.33%;}
    .col-t-5{width: 41.66%;}
    .col-t-6{width: 50%;}
    .col-t-7{width: 58.33%;}
    .col-t-8{width: 66.66%;}
    .col-t-9{width: 75%;}
    .col-t-10{width: 83.33%;}
    .col-t-11{width: 91.66%;}
    .col-t-12{width: 100%;}
    
    
    
  .pinpirin{
        padding: 25px;
    }
    
    
    }
    
    
    
    
    
/*-----------------------fin columnas-------------------------*/
    
    
    
    
    
    
    
@media screen and (max-width: 640px){ 
    
    
    
/*-----------------------columnas-------------------------*/
    .col-m-1{width: 8.33%;}
    .col-m-2{width: 16.66%;}
    .col-m-3{width: 25%;}
    .col-m-4{width: 33.33%;}
    .col-m-5{width: 41.66%;}
    .col-m-6{width: 50%;}
    .col-m-7{width: 58.33%;}
    .col-m-8{width: 66.66%;}
    .col-m-9{width: 75%;}
    .col-m-10{width: 83.33%;}
    .col-m-11{width: 91.66%;}
    .col-m-12{width: 100%;}
    
    .pinpirin{
        padding: 25px;
    }
    
    .pinpirin h1{
        font-size: 36px;
    }
    
    
    }
    
    
    
/*-----------------------fin columnas-------------------------*/

@media screen and (max-width: 375px){ 
    
    
    
/*-----------------------columnas-------------------------*/
 
    
    .cabecera{background-position: unset;}
    .urdin h1{font-size: 90px;}
    .btn a{font-size: 26px;}
    .btnn a{font-size: 33px;}
    .sein{ width: 100%; padding-top: 170px;}
    .sein h1{ font-size: 50px;}
    .sein p{ font-size: 16px;}
    
    .gris{width: 100%;}
    
    }
    
    
    
/*-----------------------fin columnas-------------------------*/

