﻿section {
    margin-bottom: 50px;
}

    section p:nth-of-type(n+2) {
        text-align: left;
    }


.img-reponsive {
    width: 100%;
    height: auto;
}

.image-overlay-container {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.image-overlay-text {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: bold;
    z-index: 2;
}

    .image-overlay-text p {
        font-size: 1.2rem;
    }

    .image-overlay-text h1 {
        font-size: 2.5rem;
    }

.c-footer-botonera__btns {
    margin-left: unset;
    justify-content: space-evenly;
}

@media (max-width: 768px) {
    .image-overlay-text h1 {
        font-size: 1.5rem;
    }
}

@media (max-width: 461px) {

    .image-overlay-text h1 {
        font-size: 25px;
    }

    .image-overlay-text {
        top: 10%;
        left: 52%;
    }

        .image-overlay-text p {
            font-size: small;
        }

    #imgHeaderMobile, #imgTimeLineMobile {
        display: block !important;
    }

    #imgHeaderPC, #imgTimeLinePC {
        display: none;
    }

    .c-footer-botonera__btns {
        gap: 17px;
    }
}

.c-btn-card:hover h3 {
    color: #fff;
}

.c-botonera__wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 100%;
    border-radius: 20px 20px 0 0;
}

.c-btn-card__wrapper h3 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #03930e;
}

.c-btn-card:hover {
    background-color: #03930e !important;
    color: #fff !important;
}

    .c-btn-card:hover p, .c-btn-card:hover strong, .c-btn-card:hover i {
        color: #fff !important;
    }


#areaAclientes {
    text-align: center;
}

    #areaAclientes p {
        text-align: center !important;
    }

    #areaAclientes #imgAreaClientes {
        max-width: 600px;
        height: auto;
    }

    #areaAclientes div {
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

#sectionPilotos {
    text-align: center;
}

    #sectionPilotos img {
        max-width: 900px;
    }

    #sectionPilotos p:nth-of-type(n+2) {
        text-align: left;
    }
