@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;

}

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

.container {
    max-width: 1200px;
    margin: 0 auto;
}
.header {
    background-image: url(images/7.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
}

.logo {
    
    color: #FFFDFC;
    font-size: 25px;
    font-weight: 800;
    background-image: url(images/logo.png);

}

.menu .navbar ul li {

    position: relative;
    float: left;
    
}

.menu .navbar ul li a {

    font-size: 18px;
    padding: 20px;
    color: white;
    display: block; 
    font-weight: 600;  
}

#menu {
    display: none;
}

.menu-icono {
    width: 25px;
}

.menu label {
    cursor: pointer;
    display: none;
}

.header-txt {
    text-align: center;
}

.header-txt h1 {
    font-size: 85px;
    color: #FFFDFC;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.header-txt p {
    color: #BEBEBE;
    font-size: 16px;
    padding: 0 250px;
    margin-bottom: 45 px;
}

.btn-1 {
    display: inline-block;
    padding: 12px  45px;
    border: 1px solid #FFFDFC;
    color: #FFFDFC;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

 .btn-1:hover {
    color: #1B293A;
    background-color: #FFFDFC;

 }

 .general {
    padding: 50px 0;
    text-align: center;

 }

 .general-content {
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
    background-image: url(images/Diseño\ sin\ título.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    display: flex;
   


    
 }

 .general-1 {
    
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    height: 300px;
    padding: 100px 20px;
    
 }
 
 .general-2 {
    
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    height: 300px;
    padding: 100px 20px;
    
 }

 .general-3 {
    
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    height: 300px;
    padding: 100px 20px;
    
 }

 .general-content2 {
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
    background-image: url(images/uscoso.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    display: flex;
   


    
 }


 .general-4 {
    background-image: url(images/11.png);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    height: 300px;
    padding: 100px 20px;
    
 }

 .general-5 {
    background-image: url(images/12.png);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    height: 300px;
    padding: 100px 20px;
 }

 .general-6 {
    background-image: url(images/13.png);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    height: 300px;
    padding: 100px 20px;
    
 }

 h2 {
    font-size: 70px;
    text-transform: center;
    color: #1B293A;
 }

 .txt h3 {
    font-size: 18px;
    color: #1b293a;
    text-transform: center;
    margin-bottom: 20px;
 }

 .txt p {
    color: #1B293A;
    font-size: 16px;
    text-align: center;
    
 }

 .info-1 {
    padding: 100px 0;
    background-image: url(images/9.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;

 }
 
.info-content {
    text-align: center;
    font-size: 20px;
    color: #BEBEBE;

}

.info-content h2, span {
    color: #1B293A;

}

.info-circle {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding:0%
}

.circle-txt {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 30px;
}

.circle-1 {
    height: 100px;
    width: 100px;
    border: 1px solid #1B293A;
    border-radius: 50%;
    padding-top: 35px;
}

.circle-1 h3 {
    color: #1B293A;
    font-size: 16px;
}

.circle-txt p {
    color: #1B293A;
    margin-top: 70px;

}

.info-2 {
    padding: 250px 0;
    background-image: url(images/8.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.testi {
    display: flex;
    align-items: center;
    text-align: left;
    margin-top: 35 px;

}

.testi-left {
    width: 50%;
    padding-right: 25px;

}

.testi-right {
    width: 50%;
    padding-left: 25px;

}

.testo-txt {
    margin-bottom:  25px;
}

.testi-txt img {
    width: 50px;
    margin-bottom: 15px;

}

.testi-txt h3 {
    font-size: 50px;
    color: #FFFDFC;

}

.testi-txt {
    color: #BEBEBE;
    font-size: 16px;

}

.footer {
    padding: 100px 0 0 0;
    text-align: center;    

}

.form {
    margin-top: 35px;

}

.campo {
    margin-right: 10px;
    padding: 17px 35px;
    border: 2px solid #B4B4B4;
    outline: none;
    color: #1B293A;
}
 .campo ::placeholder {
    color: #b4b4b4;
    
 }
 .btn-2 {
    padding: 17px 33;
    border: 2px solid #1B293A;
    background-color: #1B293A;
    color: #FFFDFC;

 }

 .footer-txt {
    margin-top: 100px;
    border-top: 1px solid #B4B4B47E;
    padding: 20px;
 }
 .footer-txt p {
    color: #1B293A;
    font-size: 20px;

 }

 .piepag {
    background-color: #000014;
    background-image: url(images/coso\ 1.png);
background-size: auto;
    background-repeat: no-repeat;
    background-size: 90% 90%;
 }

 @media (max-width: 991px) {
    .menu {
        padding: 30px;
    }
    .menu label {
        display: initial;
    }
    .menu .navbar {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #000014;
        display: none;

    }

    .menu .navbar ul li {
        width: 100%;
    }

    #menu :checked ~ .navbar {
    display: initial;
    }

    header {
        min-height: 0vh;
    }

    .header-content {
        padding: 100px 30px;
    }

    .header-txt h1 {
        font-size: 50px;
    }

    .header-txt p {
        padding: 0;

    }

    .general {
        padding: 30px 30px 0 30px;
    }

    .general-content {
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }
    



 }
 