main .objetivos {

}

main .objetivos .item {
    min-height: 350px;
}

main .objetivos .item .texto {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

main .objetivos .item .texto img {
    max-height: 90px;
}

main .objetivos .item .imagen img {
    max-height: 400px;
}

main .objetivos .item.imagen-flotante .imagen img {
    position: relative;
    /*left: 0;*/
    /*top: -25px;*/
    /*border: 5px solid white;*/
    /*z-index: 2;*/
}

main .objetivos .item .texto p {
    color: #cab943;
    font-size: 1.2rem;
}

main .objetivos .item .texto p i {
    color: grey;
    font-weight: 600;
}

main .contratanos .texto {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 0;
    color: white;
}

main .contratanos {
    position: relative;
}

main .contratanos .texto h3 i {
    font-weight: 600;
}

main .contratanos .texto button {
    background: #cab943;
    border-color: #cab943;
    color: white;
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    text-align: center;
}

/** 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 .objetivos .item.imagen-flotante .imagen img {
        position: relative;
        border: none;
        top: 0;
    }

    main .contratanos .texto {
        top: 20%;
    }

    main .contratanos .texto h3 {
        font-size: 1.5rem;
    }
}

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

/** Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    main .contratanos .texto h3 {
        font-size: 0.8rem;
        margin-bottom: 0.5rem !important;
    }

    main .contratanos .texto button {
        font-size: 0.8rem;
        padding: 0.2rem;
    }
}