main .objetivos h3 {
    color: #cab943;
    font-weight: 700;
}

main .objetivos h3 i {
    color: grey;
}

main .objetivos button {
    background: #cab943;
    color: white;
    font-weight: 700;
    border-color: #cab943;
    padding: .5rem 1.5rem;
}

main .equipo,
main .conocimientos,
main .contratar {
    background: #cab943;
}

main .equipo h2 {
    color: white;
    font-weight: 600;
}

main .equipo .persona h6 {
    font-size: 0.8rem;
}

main .equipo .persona h4,
main .equipo .persona h5,
main .equipo .persona h6 {
    color: white;
}

main .equipo button {
    background: white;
    color: #cab943;
    font-weight: 700;
    border-color: white;
    padding: .5rem 1.5rem;
}
main .asesoramiento {
    position: relative;
}

main .asesoramiento .texto {
    position: absolute;
    top: 45%;
    left: 65%;
}

main .asesoramiento .texto h1 {
    color: white;
    font-size: 3rem;
}

main .asesoramiento .texto h1 strong {
    font-size: 4.5rem;
}

main .conocimientos h3 {
    color: white;
    font-weight: 300;
}

main .conocimientos h3 strong {
    font-weight: 700;
}

main .conocimientos button {
    background: white;
    border-color: white;
    color: grey;
    font-weight: 600;
    padding: .5rem 1.5rem;
}

main .exploracion {
    position: relative;
}

main .exploracion .texto {
    position: absolute;
    top: 45%;
    left: 15%;
}

main .exploracion .texto h1 {
    color: white;
    font-size: 3rem;
}

main .exploracion .texto h1 strong {
    font-size: 4.5rem;
}

main .confiaron h3 {
    color: #cab943;
}

main .confiaron #carouselEmpresas .carousel-control-prev i,
main .confiaron #carouselEmpresas .carousel-control-next i {
    color: #cab943;
}

main .confiaron button {
    background: #cab943;
    color: white;
    font-weight: 600;
    border-color: #cab943;
    padding: .5rem 1.5rem;
}

main .contratar h4,
main .contratar a {
    color: white;
}

main .contratar a:hover {
    color: white;
}

/** MEDIA QUERIES */

/** Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

}

/** Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    main .asesoramiento .texto h1,
    main .exploracion .texto h1 {
        font-size: 2rem;
    }

    main .asesoramiento .texto h1 strong,
    main .exploracion .texto h1 strong{
        font-size: 2.5rem;
    }
}

/** Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    main .asesoramiento .texto h1,
    main .exploracion .texto h1 {
        font-size: 1.5rem;
    }

    main .asesoramiento .texto h1 strong,
    main .exploracion .texto h1 strong {
        font-size: 2rem;
    }
}

/** Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    main .asesoramiento .texto {
        left: 45% !important;
    }

    main .asesoramiento .texto h1,
    main .exploracion .texto h1 {
        font-size: 1rem;
    }

    main .asesoramiento .texto h1 strong,
    main .exploracion .texto h1 strong {
        font-size: 1.5rem;
    }
}