* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Urbanist;
    text-decoration: none;
}
body {
    background-color: #ffffff;
    box-sizing: border-box;
}
.container{
    width: 98%;
    margin: 0 auto;
    overflow: hidden;
}

/*definimos colores*/ 
/*Innicia Banner*/
#banner {
    width: 100%;
    padding: 0;
    background-image: url(../imagenes/A_banners_pizarra-20.png);
    height: 78vh;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
}
.button-banner{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    top: 400px;

}
.btn{
    font-size: 40px;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 8px;
    border-radius: 40px;
    background-color: #FBE27A;
    border-color: #FBE27A;
    color:#254A56;
    font-weight: 500;
    transition: width 2s, height 2s;
}

.btn:hover{
    
    background-color: #254a56cc;
    border-color: #254A56;
    color: #FBE27A;
    
    
}
/*Final Banner*/

/*Inicia Seccion 1*/
.Titulo{
    width: 100%;
    font-size:40px;
    text-align: center;
    color:#254A56;
    margin-top: 52px;
    margin-bottom: 10px;
}
.img-iconos{
    width: 50%;
    display:flex;
    margin-left: 25%;
    margin-top: 40px;
}
.img-iconos img{
    width: 80%;
}

/******SECCION CARRUSEL *******/

.Carrusel {
    width: 100%;
    padding: 0;
    background-size: cover;
    background-position: center;
    height: 65vh;
    background-color: #254a5671;
    box-sizing: border-box;
}
.titulo-carrusel h1{
    width: 100%;
    font-size: 50px;
    margin-bottom: 30px;
    color: #254A56;
    text-align: center;
    text-shadow: 0 -1px 0 #254A56, 0 1px 0 #FBE27A;
    font-weight: bold;
}
.Imagenes-Carrusel{
    margin:auto;
    width:200px;
    transform-style: preserve-3d;
    animation: rotar 30s infinite linear;
}
.Imagenes-Carrusel:hover{
    animation-play-state: paused;
    cursor: pointer;
}
.Imagenes-Carrusel figure{
    position: absolute;
    width: 180px;
    height: 160px;
    left: 10px;
    top: 15px;
    overflow: hidden;    
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
    border-radius: 15px;
}
.Imagenes-Carrusel figure:hover{
    transition: all 150ms;
}
.Imagenes-Carrusel figure:nth-child(1){transform: rotateY(0deg) translateZ(350px);}
.Imagenes-Carrusel figure:nth-child(2){transform: rotateY(40deg) translateZ(350px);}
.Imagenes-Carrusel figure:nth-child(3){transform: rotateY(80deg) translateZ(350px);}
.Imagenes-Carrusel figure:nth-child(4){transform: rotateY(120deg) translateZ(350px);}
.Imagenes-Carrusel figure:nth-child(5){transform: rotateY(160deg) translateZ(350px);}
.Imagenes-Carrusel figure:nth-child(6){transform: rotateY(200deg) translateZ(350px);}
.Imagenes-Carrusel figure:nth-child(7){transform: rotateY(240deg) translateZ(350px);}
.Imagenes-Carrusel figure:nth-child(8){transform: rotateY(280deg) translateZ(350px);}
.Imagenes-Carrusel figure:nth-child(9){transform: rotateY(320deg) translateZ(350px);}

.Imagenes-Carrusel img{
    width: 100%;
    height: 150px;
    transition: all 300ms;
    border-radius: 15px;
}
.Imagenes-Carrusel img:hover{
    transform: scale(1.1);
    transition: all 300ms;
}

@keyframes rotar{
    from {
        transform: rotateY(0deg);
    }to{
        transform: rotateY(360deg);
    }
} 
/***** boton *****/
.button-slider {
    position: relative;
    display: flex;
    justify-content: center;
    top: 35vh;

}
.btn{
    font-size: 40px;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 8px;
    border-radius: 40px;
    background-color: #FBE27A;
    border-color: #FBE27A;
    color:#254A56;
    font-weight: 500;
    transition: width 2s, height 2s;
}

.btn:hover{
    font-size: 45px;
    background-color: #254a56cc;
    border-color: #254A56;
    color: #FBE27A;
}

/********* INICIO FOOTER ******/
footer{
    width: 100%;
    height: 100%;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 32px;
    
}
.container-footer{
    background-color: #254A56;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    box-shadow: 0px 1px 10px rgba(0, 0, 0,0.8);
}
.container-colum{
    width: 100%;
    display: flex;
    
}
.container-colum h1{
    font-size: 20px;
    color:#FBE27A;
    text-align: center;
    margin-bottom:3px;
    margin-top: 10px;
} 
.colum1{
    width: 30%;
    justify-content: center; 
    align-items: center;
}
.colum1 img{
    width: 40%;
    margin: auto;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
}
.colum1 h5{
    color:#FBE27A;
    font-size:20px;
    text-align: center;
    margin-bottom: 10px;
}

.colum2{
    width: 40%;
    justify-content: center; 
    align-items: center;
}
.logo {
    width: 30%;
    margin: auto;
    display: block;
    margin-bottom: 10px;
    
}
.redes-colum2{
    width: 40%;
    display:flex;
    margin-left: 31%;
}

.row img{
    width: 70%;
    
}  
.row2 img{
        width: 70%;  
}
.row3 img{
    width: 70%;
}
.colum3 {
    width: 30%;
    justify-content: center; 
    align-items: center;
}
.icon-contactanos{
    margin-bottom: 20px;
    margin-top:35px;
    display: flex;
    margin-left:80px;

}

.icon-contactanos img{
    width: 36px;
    height: 36px;
}
.icon-contactanos h4{
    color: #FBE27A;
    margin-top: 10px;
    margin-left: 20px;
    
     
}
.grupo-2{
    background-color: #FBE27A;
    text-align: center;
    
}

.grupo-2 small {
    size: 20px;
}


/************ INICIO RESPOSIVE ************/
/********** RESPOSIVE BANNER **********/
@media (max-width:1024px){
    .button-banner{
        top: 60vh;
    }
/* SECCION 1 */
    .Titulo{
        margin-top: 20px;
    }
/*CARRUCEL*/
    .button-slider{
        top: 37vh;
    }
    .btn {

        font-size: 28px;
    }
/* FOOTER */
    
    .colum1 img{
        width: 30%;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .icon-contactanos{
        margin-top: 5px;
        margin-left: 20px;

    }
    .colum1, .colum2, .colum3{
        width: 33.33%;
        
    }

}

/*********/

@media (max-width: 768px){
    #banner{
        height: 45vh;
    }
    .button-banner{
        top: 35vh;
    }
    .btn{
        font-size: 20px;
    }
    /*seccion 1*/
    .Titulo{
        font-size: 30px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .img-iconos{
        margin-top: 10px;
    }
    /* Carrusel */
    .titulo-carrusel h1{
        font-size: 30px;
        margin-bottom: 20px;
    }
    .Carrusel{
        height: 50vh;
    }
    .Imagenes-Carrusel {
        width: 150px;
    }
    .Imagenes-Carrusel figure:nth-child(1){transform: rotateY(0deg) translateZ(200px);}
    .Imagenes-Carrusel figure:nth-child(2){transform: rotateY(40deg) translateZ(200px);}
    .Imagenes-Carrusel figure:nth-child(3){transform: rotateY(80deg) translateZ(200px);}
    .Imagenes-Carrusel figure:nth-child(4){transform: rotateY(120deg) translateZ(200px);}
    .Imagenes-Carrusel figure:nth-child(5){transform: rotateY(160deg) translateZ(200px);}
    .Imagenes-Carrusel figure:nth-child(6){transform: rotateY(200deg) translateZ(200px);}
    .Imagenes-Carrusel figure:nth-child(7){transform: rotateY(240deg) translateZ(200px);}
    .Imagenes-Carrusel figure:nth-child(8){transform: rotateY(280deg) translateZ(200px);}
    .Imagenes-Carrusel figure:nth-child(9){transform: rotateY(320deg) translateZ(200px);}    

    .Imagenes-Carrusel figure{
        width: 120px;
        height: 100px;
        padding: 5px;
    }
    .Imagenes-Carrusel img{
        width: 100%;
        height: 100%;
    }
    .button-slider{
        top: 27vh;
    }
    /***** FOOTER *******/
    
    .colum1 h5{
        font-size: 15px;
    }
    
    .icon-contactanos {
        margin-top: 10px;
        margin-bottom: 5px;
    }
   .icon-contactanos img {
        width: 30px;
        height: 30px;
   }

   .icon-contactanos h4{
    font-size: 12px;
    margin-left: 10px;
    margin-top: 5px;
   }
}

@media (max-width: 425px){
    #banner{
        height: 30vh;
    }
    .button-banner{
        top: 23vh;
    }
    .btn{
        font-size: 13px;
        padding: 2px;
        border-radius: 5px;
    }
    /*seccion 1*/
    .Titulo{
        font-size: 18px;
        margin-top: 3px;
        margin-bottom: 5px;
    }
    .img-iconos{
        margin-top: 10px;
    }
    /* Carrusel */
    .titulo-carrusel h1{
        font-size: 30px;
        margin-bottom: 12px;
    }
    .Carrusel{
        height: 24vh;
    }
    .Imagenes-Carrusel {
        width: 120px;
    }
    .Imagenes-Carrusel figure:nth-child(1){transform: rotateY(0deg) translateZ(150px);}
    .Imagenes-Carrusel figure:nth-child(2){transform: rotateY(40deg) translateZ(150px);}
    .Imagenes-Carrusel figure:nth-child(3){transform: rotateY(80deg) translateZ(150px);}
    .Imagenes-Carrusel figure:nth-child(4){transform: rotateY(120deg) translateZ(150px);}
    .Imagenes-Carrusel figure:nth-child(5){transform: rotateY(160deg) translateZ(150px);}
    .Imagenes-Carrusel figure:nth-child(6){transform: rotateY(200deg) translateZ(150px);}
    .Imagenes-Carrusel figure:nth-child(7){transform: rotateY(240deg) translateZ(150px);}
    .Imagenes-Carrusel figure:nth-child(8){transform: rotateY(280deg) translateZ(150px);}
    .Imagenes-Carrusel figure:nth-child(9){transform: rotateY(320deg) translateZ(150px);}    

    .Imagenes-Carrusel figure{
        width: 80px;
        height: 70px;
        padding: 5px;
    }
    .Imagenes-Carrusel img{
        width: 100%;
        height: 100%;
    }
    .button-slider{
        top: 14vh;
    }
    /***** FOOTER *******/
    
    .container-colum{
        flex-direction: column;
    }
    .colum1, .colum2, .colum3  {
        width: 100%;
    }
    .container-colum h1{
        font-size:0;
        
    }
    .colum1{
        display: flex;
        padding-top: 30px;
        background-image: url(../imagenes/admin-ajax.png);
        background-size: 55px;
        
    }
    .colum1 h5{
        font-size: 12px;
        margin-bottom: 15px;
        margin-top: 0x;
        text-decoration: none;
    }
    
    .colum1 img{
        width: 0;
    }
    .colum1, .colum3{
        background-color: #3b6c7c
    }
   
    .logo{
        width: 0%; 
        margin-bottom: 0; 
           
    }
    .row img, .row2 img, .row3 img{
        width: 50%;
        margin-left: 10%;
        padding: 0;
        margin-bottom: 5px;
    }
    .colum3{
       display: flex;

    }
    .colum3 h1{
        font-size: 0;
    }
    .icon-contactanos {
        margin-top: 6px;
        margin-bottom: 5px;
        margin-left: 6px;
        
    }
   .icon-contactanos img {
        width: 20px;
        height: 20px;
        flex-direction: column;
   }


   .icon-contactanos h4{
    font-size: 8px;
    margin-left: 1px;
    margin-top: 4px;
   }
   .grupo-2 h4{
    font-size: 10px;
   }
}

/********/
@media (max-width: 320px){
    #banner{
            height: 25vh;
        }
        .button-banner{
            top: 20vh;
        }
        .btn{
            font-size: 13px;
            padding: 2px;
            border-radius: 5px;
        }
        .btn over{
            animation: none;
        }
        
        /*seccion 1*/
        .Titulo{
            font-size: 16px;
            margin-top: 3px;
            margin-bottom: 5px;
        }
        .img-iconos{
            margin-top: 10px;
        }
        /* Carrusel */
        .titulo-carrusel h1{
            font-size: 20px;
            margin-bottom: 7px;
        }
        .Carrusel{
            height: 28vh;
        }
        .Imagenes-Carrusel {
            width: 100px;
        }
        .Imagenes-Carrusel figure{
            box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);

        }
        .Imagenes-Carrusel figure:nth-child(1){transform: rotateY(0deg) translateZ(120px);}
        .Imagenes-Carrusel figure:nth-child(2){transform: rotateY(40deg) translateZ(120px);}
        .Imagenes-Carrusel figure:nth-child(3){transform: rotateY(80deg) translateZ(120px);}
        .Imagenes-Carrusel figure:nth-child(4){transform: rotateY(120deg) translateZ(120px);}
        .Imagenes-Carrusel figure:nth-child(5){transform: rotateY(160deg) translateZ(120px);}
        .Imagenes-Carrusel figure:nth-child(6){transform: rotateY(200deg) translateZ(120px);}
        .Imagenes-Carrusel figure:nth-child(7){transform: rotateY(240deg) translateZ(120px);}
        .Imagenes-Carrusel figure:nth-child(8){transform: rotateY(280deg) translateZ(120px);}
        .Imagenes-Carrusel figure:nth-child(9){transform: rotateY(320deg) translateZ(120px);}    
    
        .Imagenes-Carrusel figure{
            width: 70px;
            height: 60px;
            padding: 5px;
        }
        .Imagenes-Carrusel img{
            width: 100%;
            height: 100%;
        }
        .button-slider{
            top: 16vh;
        }
        /***** FOOTER *******/
        footer {
            height: 28vh;
        }
        .container-colum{
            flex-direction: column;
        }
        .colum1, .colum2, .colum3  {
            width: 100%;
        }
        .container-colum h1{
            font-size:0;
            
        }
        .colum1{
            display: flex;
            padding-top: 30px;
            background-image: url(../imagenes/admin-ajax.png);
            background-size: 55px;
            
        }
        .colum1 h5{
            font-size: 12px;
            margin-bottom: 15px;
            margin-top: 0x;
            text-decoration: none;
        }
        
        .colum1 img{
            width: 0;
        }
        .colum1, .colum3{
            background-color: #3b6c7c
        }
       
        .logo{
            width: 0%; 
            margin-bottom: 0; 
               
        }
        .row img, .row2 img, .row3 img{
            width: 50%;
            margin-left: 10%;
            padding: 0;
            margin-bottom: 5px;
        }
        .colum3{
           display: flex;
    
        }
        .colum3 h1{
            font-size: 0;
        }
        .icon-contactanos {
            margin-top: 6px;
            margin-bottom: 5px;
            margin-left: 6px;
            
        }
       .icon-contactanos img {
            width: 20px;
            height: 20px;
            flex-direction: column;
       }
    
    
       .icon-contactanos h4{
        font-size: 8px;
        margin-left: 1px;
        margin-top: 4px;
       }
       .grupo-2 h4{
        font-size: 10px;
       }
    
   .grupo-2 h4{
    font-size: 10px;
   }
}





