*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root{
    scroll-behavior: smooth;
}

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

.contenedor{
    width: 90%;
    max-width: 1200px;
    overflow: hidden;
    margin: auto;
    padding: 60px 0;
}

header{
    height: 100vh;
    background-image: linear-gradient(-60deg, rgba(22, 160, 132, 0.45) 0%, rgba(11, 168, 11, 0.407) 100%), url(../img/parejapagando.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.head{
    padding: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
}
/* Icono responsive menu */

#check {
    display: none;
}


/* Container menu */

.container{
    overflow: hidden;
    margin: auto;
}
.menu-navegacion{
    position: fixed;
    width:100%;

    background: rgba(255, 255, 255, 0);
    /* display: flex; */
    /* align-items: center; */
    text-align: center;
    display: grid;
    grid-template-columns: 20% 80%;
    padding: 15px;
   
}
.menu-navegacion.active{
    background: #fff;
    padding: 5px;
}
.menu-navegacion.active .logo,
.menu-navegacion.active a{
color: #439236;
}
.logo{
    padding: 15px;
}

.menu{
    display: flex;
    justify-content: end;
    padding: 25px;
    /* align-items: flex-end; */
    
}


.menu li{
    list-style: none;
    margin: 10px;
    display: flex;
    
}

.menu li a{
    color:#fff;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.5s ease;
    display: block;
}

.menu li a:hover {
padding: 5px 10px;
background: #fff;
color: #011627;
border-radius: 15px;
}

.titulo{
    font-size: 60px;
    margin-bottom: 15px;

}


/* Conocenos */

.subtitulo{
    text-align: center;
    font-weight: 600;
    color: #439236;
    margin-bottom: 40px;
    font-size: 40px;
}

.contenedor-conocenos{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}
.textoconocenos{
    width: 50%;
}
.contenedor-conocenosimg {
    width: 50%;

}

p{
    font-size: 20px;
}
.pasos{
    margin-bottom: 40px;
}

.boton{
    background-image: none !important;
    border-radius: 20px !important;
    display: block !important;
    margin: auto;
    padding: 15px 15px 15px 15px;
    color: #fff;
    background-color: rgba(241, 194, 51,1.0);
    font-size: 20px;
    border-color: #fff;

}

.boton a {
    text-decoration: none;
    color: #fff;
}

/* Seccion permite */

.contenedor-permite{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.viñetas{
    margin-bottom: 40px;
}

.imagen-permite{
    width: 50%;
}
.textopermite{
    width: 50%;
    text-align: left;
    padding-left: 80px;
}
/* Hablemos */


.contenedor-hablemos{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
  
}

.contenedorimg{
    width: 50%;
}
.contenedor-form {
    width: 50%;
}

.imgporque{
    margin-bottom: 40px;
}

.contenedor-x{
 
    overflow: hidden;
    margin: auto;
    background-image: url(https://hola.colegium.com/hubfs/Group%205.png) !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding: 60px 60px 60px 60px;
    color: #fff;
}



/* Scrol para javascript */

.scrol{
    height: 100px;
}

/* Footer */

footer {
    background-color: #011627;
    padding-bottom: 0.1px;
}

.footer-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 60px;
    padding-bottom: 40px;
}

.contact-us{
    width: 40%;
    color: #fff;
}

.brand{

    font-weight: 500;
    font-size: 40px;
}

.social-media {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    

}

.social-media-icon{
    display: inline-block;
    margin-left: 20px;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    color: #fff !important;
}

.social-media-icon:hover { 
    background-color: #fff;
    color: #011627;
}



.social-media-icon i{
    font-size: 30px;
    line-height: 60px;
    color: #fff !important;
}

.line {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    height: 2px;
    background-color: #fff;
    margin-bottom: 60px;

}

/* Formulario */

.contenedor-form{
    background-color: #ffffff !important;
    background-image: none !important;
    border-radius: 50px !important;
    display: block !important;
    padding-bottom: 30px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 30px !important;
}

.subtitulo-2{
    text-align: center;
    font-weight: 600;
    color: #439236;
    margin-bottom: 40px;
    font-size: 40px;
}

.subtitulo-3{
    text-align: center;
    font-weight: 600;
    color: #fff;
    margin-bottom: 40px;
    font-size: 40px;
}


/* Responsive desktop */

@media screen and (min-width:768px) {

}

/* responsive movil */
@media screen and (max-width:800px) {

    
    .container{
        max-width: 800px;
        margin: auto;
    }
    .logo{
        width: 30%;
        
    }
    .menu-navegacion{
        width: 50vw;
        display: none;
    }
    .menu-navegacion.active{
        width: 50vw;
    }
    .titulo{
        font-size: 40px;
        text-align: center;
        
    }

    .contenedor-conocenosimg{
        width: 80%;
        margin-top: 40px;
    }
    .textoconocenos{
        width: 80%;
    }
    .imagen-permite{
        width: 80%;
        margin-bottom: 40px;
    }
    .textopermite{
        width: 80%;
        text-align: center;
        padding-left: 0.5px;    
    }

    .h2{
        text-align: left;
    }

    .contenedorimg{
        width: 80%;
        margin-bottom: 40px;
    }
    .contenedor-form {
            width: 80%;
        }

    .footer-content {
        width: 80%;
        justify-content: center;

    }

    .social-media {
        width: 80%;
        justify-content: space-evenly;
    }

    .social-media i {
        margin-left: 0;
    }

    .contact-us {
        text-align: center;
        width: 80%;
        margin-bottom: 40px;
    }

    #check {
        display: none;
    }
   

    .barra{
        color: #fff;
        font-size: 20px;
        padding: 5px;
        margin-right: 20px;
        cursor: pointer;
    }
    
    .social-media-icon{
    display: inline-block;
    margin-left: 10px;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    color: #fff !important;
}
.subtitulo-2{
    font-size: 25px;
}
.subtitulo-3{
    font-size: 25px;
}
.contenedor-x {
   padding-bottom: 15px;
   padding-left: 1px;
   padding-right: 1px;

}

.subtitulo{
    font-size: 25px;
}

}



/* Iconos sociales */
