@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');

body{
    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/fondoup1.png") no-repeat center center;
    background-position: up bottom;
    background-repeat: no-repeat;
    background-size: cover;
    min-height:  50vh;
    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;
}

.header-img{
    background-image: url("././images/.logo_pagina_web.png") no-repeat center center;
    background-size: logo-pagina-web;
    height: 30px;
    padding: 60px 30px;
    color: #fffdfc;
    font-size: 25px;
    font-weight: 800;
}
#logo {
    background-size: cover;
    background-position: center center;
    height: 30px;
    width: 90px;
    display: flex;
    padding: 60px 30px;
    color: #fffbfb;
    font-size: 25px;
    font-weight: 800;
}

.logo {
    color: #050505;
    font-size: 25px;
    font-weight: 800;
}

.menu .navbar ul li {
    position: relative;
    float: left;
}

.menu .navbar ul li a{
    font-size: 18px;
    padding: 20px;
    color: #000000;
    display: block;
    font-weight: 600;
}

#menu {
    display: none;
}

#menu-icono {
    width: 25px;
    background-color: #090909;
}

.menu label{
    cursor: pointer;
    display: none;
}

.header-txt {
    text-align: center;
}

.header-txt h1{
    font-size: 85px;
    color: #030303;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.header-txt p {
    color: #080808;
    font-size: 16px;
    padding: 0 250px;
    margin-bottom: 45px;
}

.btn-1{
    display: inline-block;
    padding: 12px 45px;
    border: 1px solid #050505;
    color: #030303;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.btn-1:hover {
    color: #1B293A;
    background-color: #fbfbfb;
}

.general {
    padding: 50px 0;
    text-align: center;
}

.general-conten {
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
}

.general-1 {
    background-image: url(images/fondo_cuadro.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size:cover;
    height: 600px;
    padding: 170px 50px;
}
.general-2 {
    background-image: url(images/fondo_cuadro.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    padding: 170px 90px;
}
.general-3 {
    background-image: url(images/fondo_cuadro.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    padding: 170px 120px;
}
.general-4 {
    background-image: url(images/fondo_cuadro.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    padding: 170px 90px;
}
.general-5 {
    background-image: url(images/fondo_cuadro.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    padding: 170px 90px;
}
.general-6 {
    background-image: url(images/fondo_cuadro.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    padding: 170px 90px;
}

h2 {
    font-size: 70px;
    text-transform: uppercase;
    color: #1B293A;
}

.txt h3 {
    font-size: 18px;
    color: #030303;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.txt p {
    color: #010101;
    font-size: 16px;
}

.info-1 {
     padding: 250px 0;
     background-image: url(images/rombo2.png);
     background-position: up center;
     background-repeat: no-repeat;
     background-size: cover;
     min-height:  100vh;
     border-color: #b4b4b4;
     display: flex;
    
}

.info-1 h3 {
    font-size: 30px;
    color: #0a0a0a;
    text-transform: uppercase;
}
.info-1 p {
    color: #070707;
    font-size: 20px;
    margin-top: 20px;
}


align-items center
.info-content {
    text-align: center;
}

.info-content h2, span{
    color: #000000;
}

.info-circle {
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
}

.circle-txt {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 10px;
}

.circle-1 {
    height: 100px;
    width: 100px;
    border: 6px solid #000000;
    border-radius: 50%;
    padding-top: 35px;
}

.circle-1 h3 {
    color: #070707;
    font-size: 14px;
}

.circle-txt p {
    color: #0a0a0a;
    margin-top: 80px;
    font-size: 25px;
}

.info-2 {
    padding: 300px 0;
    background-image: url(images/fondoup6.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height:  100vh;
    display: flex;
}

.testi {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 35px;
}

.testin-left {
    width: 50%;
    padding-right: 25px;
}

.testin-right {
    width: 50%;
    padding-left: 35px;
}

.testi-txt {
    margin-bottom: 25px;
}

.testi-txt img{
    width: 50px;
    margin-bottom: 15px;
}

.testi-txt h3{
    font-size: 30px;
    color: #050505;
}

.testi-txt p{
    color: #08080869;
    font-size: 25px;
}

.footer {
    padding: 100px 0 0 0;
    text-align: center;
}

.form {
    margin-top: 35px;
}

.campo {
    margin-top: 10px;
    padding: 17px 35px;
    border: 2px solid #b4b4b4;
    outline: none;
    color: #1B293A;
}

.campo::placeholder {
    color: #b4b4b4;
}

.btn-2 {
    pad: 17px 35px;
    border: 2px solid #1B293A;
    background-color: #1B293A;
    color: #fbfbfb;
}

.footer-txt {
    margin-top: 100px;
    border-top: 1px solid #b4b4b47e;
    padding: 20px 0;
}

.footer-txt p {
    color: #1B293A;
    font-size: 16px;
}

@media(max-width:991px) {
    .menu{
        padding: 30px;
    }
    .menu label{
        display: initial;
    }
    .menu .navbar{
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #f9d004;
        display: none;
    }
    .menu .navbar ul li{
        width: 100%;
    } 
    #menu:checked~ .navbar{
        display: initial;
    }
    .header {
        min-height: 0vh;
    }
    .header-conten {
        padding: 100px 30px;
    }
    .header-txt h1{
        font-size: 50px;
    }
    .header-txt p {
        padding: 0;
    }
    .general {
        padding: 30px 30px 0 30px;
    }
    .general-conten{
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }
    .general-1,
    .general-2,
    .general-3,
    .general-4,
    .general-5,
    .general-6{
        height: 350px;
        padding: 100px 40px;
        margin-bottom: 10px;
    }
    .info-1 {
        padding: 200px 30px;
        background-size: cover;
        margin-top: -110px;
    }
    .info-circle {
        flex-direction: column;
        align-items: center;
    }
    .circle-txt {
        width: 100%;
        margin-bottom: 25px;
    }
    .g2 {
        margin-top: 120px;
    }
    .info-2 {
        padding: 280px 30px;
        background-size: cover;
        margin-top: -180px;
    }
    .testi{
        flex-direction: column;
    }
    .testin-left {
        width: 100%;
        padding-right: 0;
    }
    .testin-right {
        width: 100%;
        padding-left: 0;
    }
    h2 {
        font-size: 40px;
    }
    .footer {
        padding: 0;
        margin-top: -140px;
    }
    form {
        display: flex;
        flex-direction: column;
        padding: 0 50px;
    }
    .campo {
        margin: 0 0 10px 0;
    }
    .footer-txt {
        margin-top: 30px;
    }
}

