/* Estilos generales */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    background-color: #67d4a2;
    color: #fff;
}

header .logo img {
    height: 50px;
}

header .btn {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #2c4e3a;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-family: 'Roboto Black';
    src: local("Roboto");
}

nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
}

.social-media a img {
    height: 30px;
    margin-left: 10px;
}



.banner {
    text-align: center;
    padding: 50px 20px;
    background: url('img/manos.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    align-items: center;

    position: relative;
}

.banner h1 {
    margin: 0;
    font-size: 2.5em;
    color: #2d4d98;
}

.banner p {
    font-size: 1.2em;
}

.intro {
    background-color: #133074;
    color: white;
    text-align: center;
    padding: 1px;

    position: relative;
    top: -55px;
    left: 0;
    right: 0;
    
}

.intro p{
    color: #67d4a2;
}

.services h2{
    color: #2d4d98;
    font-size: 40px;
}
.services p{
    color: #2d4d98;
    font-size: 20px;
}

.services, .benefits, .nosotros, .pagamenos {
    margin-left: 100px;
    margin-top: 70px;
    margin-bottom: 50px;
}

.services{
    margin-top: 80px;
}

.intro #hijo .btn {
    position: relative;
    top: -130px;
    padding: 10px 20px;
    background-color: #67d4a2;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
}

.banner #padre{
    position:relative;
  }

.banner #padre img{
    width: 50%;
}
  


.services .service {
    display: inline-block;
    width: 30%;
    vertical-align: text-top;
    list-style: disc;
    text-align: center;
}

.services #groove{
    border-left: groove;
    border-right: groove;
}

.services div{
    align-items: top;
}

.services .service h3{
    color: #4f8866;
}


.services .service li{
    color: #5e5e5e;
    padding-top: 5px;
    text-align: left;
    margin-left: 20%;
}

.services .service img {
    height: 100px;
}

.nosotros .info{
    margin-right: 20%;
}

.nosotros .info #izquierdo{
    display: inline-block;
    width: 60%;
    float: left;
}

.nosotros .info #derecho{
    display: inline-block;
    width: 30%;
}

.nosotros h2, .benefits h2, .pagamenos h2{
    background: linear-gradient(to bottom,#67d4a2,#3e8158);
    background-clip: text;
    border: #fff;
    border-radius: 10px;
    color: white;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    margin-right: 15px;
    margin-left: 13px;
    margin-top: 10px;
}

.nosotros p{
    color: #5e5e5e;
    margin-left: 10px;
    margin-right: 10px;
}

.nosotros .info #derecho img{
    width: 90%;
}

.benefits h2{
    text-align: right;
    margin-right: 15%;
}

.benefits .info{
    margin-right: 20%;
}

.benefits .info #izquierdo{
    display: inline-block;
    width: 45%;
    float: left;
}
.benefits .info #izquierdo img{
    width: 120%;
}

.benefits .info #derecho{
    display: inline-block;
    text-align: left;
    width: 55%;
}

.benefits .info #derecho li{
    list-style: none;
    padding-left: 40px;
    padding-top: 20px;
    background-image: url('img/check.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: 30px;
    color: #2d4d98;
    font-weight: bold;
    text-align: initial;
}

.benefits .info #derecho p{
    padding-left: 40px;
    padding-bottom: 10px;
}

.pagamenos{
    text-align: center;
    padding-top: 200px;
}

.pagamenos .btn {
    text-align: center;
    position: relative;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #2d4d98;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    border: 1px solid #67d4a2;
    box-shadow: 2px 10px 19px #2d4d98;
    font-weight: bold;
}

.values{
    position: relative;
    background-color: #67d4a2;
    text-align: center;
    left: 0;
    right: 0;
    padding-top: 10px;
}

.values p{
    color: white;
    font-size: x-large;
    margin-bottom: 10px;
}

.values h2{
    color: #2c4e3a;
    font-size: 40px;
    margin-bottom: 40px;
    margin-top: 10px;
}

.values .value{
    display: inline-block;
    vertical-align: text-top;
    width: 326px;
    margin-top: 20px;
}

.values .value h3{
    color: #fff;
    margin-top: 10px;
    margin-bottom: -10px;
}

.values .value p{
    color: #2c4e3a;
    margin-right: 10px;
    font-size: medium;
}

.values .value img {
    border: 3px solid white;
    border-radius: 20px;
    box-shadow: 0px 8px 12px #3d3d407a;
    width: 50%;
}

.mission-vision{
    position: relative;
    background-color: #67d4a2;
    left: 0;
    right: 0;
    padding-top: 50px;
    place-items: center;
}

.mission-vision .mission{
    align-items: center;
    padding-bottom: 40px;
}

.mission-vision h2{
    color: #2c4e3a;
    font-size: 40px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.mission-vision .mission h3{
    color: #c2fedb;
    width: 330px;
}

.mission-vision .mission p{
    width: 300px;
    text-align: left;
    color: white;
}

.mission-vision .mission .izquierdo{
    display: inline-block;
    float: left;
    border-top: solid white;
    left: 0%;
    right: 0%;
    width: 130px;
}

.mission-vision .mission .izquierdo img{
    width: 80%;
    padding-top: 20px;
    padding-left: 10px;
}
.mission-vision .mission .derecho{
    display: inline-block;
    border-top: solid white;
}

footer {
    text-align: center;
    padding: 20px;
    background-color: #012d73;
    color: #fff;
    place-items: center;
}

footer .juntos{
    background-color: #012260;
    border-radius: 23px;
}

footer .juntos h2{
    padding-top: 50px;
}

footer .juntos p{
    color: #67d4a2;
    font-size: large;
    margin-left: 150px;
    margin-right: 150px;
}

footer .btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #012260;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    border: 1px solid #67d4a2;
    margin-bottom: 20px;
}

footer .company-info {
    margin-top: 20px;
}

footer .company-info .info{
    align-items: center;
}

footer .company-info .info .izquierdo{
    display: contents;
}
footer .company-info .info .izquierdo img{
    width: 20%;
    vertical-align: top;
    padding-right: 30px;
}

footer .company-info .info .derecho{
    display: inline-block;
    width: 52%;
}

footer .company-info .info .derecho h5{
    margin-top: 0px;
    margin-bottom: 10px;
}

footer .company-info .info .derecho span{
    font-size: 12px;
}

footer .company-info .info .derecho .verde{
    color: #67d4a2;
}

footer .company-info .info .derecho br{
    width: 0px;
}

footer .company-info .Derechos{
    font-size: 10px;
}



@media (max-width: 768px) {
    header {
        flex-direction: column;
        align-items: center;
    }
    .banner {
        padding: 20px;
        text-align: center;
    }
    .banner img {
        width: 100%;
    }
    .intro #hijo .btn {
        position: relative;
        top: 10px;
        padding: 10px 20px;
        background-color: #67d4a2;
        color: #fff;
        text-decoration: none;
        border-radius: 25px;
    }
    .services .service {
        width: 100%;
        margin: 20px 0;
    }
    .benefits .info {
        flex-direction: column;
    }
    .nosotros .info{
        margin-right: 15%;
        text-align: center;
        position: relative;
    }
    .benefits .info #izquierdo {
        width: 100%;
        text-align: center;
    }
    .benefits .info #derecho {
        display: inline-block;
        width: 100%;
        text-align: left;
    }
    .nosotros .info #izquierdo{
        width: 100%;
        text-align: center;
        padding-top: 170px;
    }
    .nosotros .info #derecho {
        position: absolute;
        top: 0px;
        left: 100px;
    }
    .nosotros .info #derecho img{
        width: 200px;
    }
    .pagamenos{
        align-items: center;
        padding-top: 0;
    }
    footer .company-info .info {
        flex-direction: column;
        align-items: center;
    }
    footer .juntos p{
        color: #67d4a2;
        font-size: large;
        margin-left: 20px;
        margin-right: 20px;
    }
}

