    /** HOME STYLES **/
#phrase {
    text-align: center;
    color: #FFF;
    background-color: #000;
    text-transform: uppercase;
    padding: 28px 0;
    margin-bottom: 15px;
}
    #phrase h2 {
        font-family: Myriad-Pro Bold;
    }
    #phrase span {
        display: block;
        margin-top: -25px;
    }     
.highlight {
    text-align: center;
    text-transform: uppercase;
    font-family: Myriad-Pro Bold;
    font-weight: bold;
    font-size: 25px;
}
.highlight2 {
    text-align: center;
    text-transform: uppercase;
    font-family: Myriad-Pro Bold;
    font-weight: bold;
    font-size: 20px;
}
.index-section {
    margin: 0 auto;
    margin-bottom: 18px;
    text-align: center;
    padding: 10px 0;
}
    .index-section a {
        text-decoration: none;
    }
    .index-section p {
        width: 30%;
    }
    .services{
        margin: 0 auto;
        display: inline-block;

        margin-top: 1%;
        margin-bottom: 30px;
        margin-left: 30px;
        margin-right: 30px;

        background-repeat: no-repeat;
        width: 350px;
        height: 198px;
    }

    .services span {
        display: block;
        height: 30%;
        margin-top: 40%;
        color: #FFF;
        font-size: 110%;
        background: rgba(0,0,0,0.7);
        line-height: 50px;
    }
    .services p {
        text-decoration: none;
        color: #000;
        width: 100%;
        margin-top: 15px;
        margin-bottom: 25px;
        font-family: Myriad-Pro Bold;
    }
#service1 {
    background-image: url("/img/home/rentaautochofer_350x198.webp");
}
#service2 {
    background-image: url("/img/home/blindados_350x198.webp");
}
#service3 {
    background-image: url("/img/home/traslados_350x198.webp");
}
#service4 {
    background-image: url("/img/home/serviciochofer_300x170.png");
}
.benefits {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    text-align: center;
}
    .benefits .benefit-type {
        width: 25%;
        display: inline-block;
        text-align: center;
        padding: 0 30px;
    }
    .benefits .benefit-type img {
        width: 50px;
        height: 50px;
    }
    .benefits .benefit-type p {
        font-family: Myriad-Pro Bold;
        font-size: 20px;
    }
    .benefits .benefit-type>ul li{
        list-style: none;
        font-size: 15px;
    }

#botones-para-compartir{
    text-align:center;
}

.likedino:hover, .facebooko:hover, .instagramo:hover, .youtubeo:hover{
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    transition:all .3s ease-out;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
    
.likedino, .facebooko, .instagramo, .youtubeo {
    transition:all .3s ease-out;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    margin-left:10px; /* espacio entre cada boton */
}

@media screen and (min-width: 1600px) {
    .services {
        width: 420px;
        height: 238px;
        margin-left: 60px;
        margin-right: 60px;
    }
    
    #service1 {
        background-image: url("/img/home/rentaautochofer_420x238.webp");
    }
    #service2 {
        background-image: url("/img/home/blindados_420x238.webp");
    }
    #service3 {
        background-image: url("/img/home/traslados_420x238.webp");
    }
}

@media screen and (max-width: 1279px) {
    #certifications2{
        display: block;
    }
}

@media screen and (max-width: 800px) {
    .benefits .benefit-type {
        width: 40%;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 500px){
    #phrase span {
        margin-top: -10px;
    }
    .services {
        width: 250px;
        height: 141px;
        margin-left: 0;
        margin-right: 0;
    }
        #service1 {
            background-image: url("/img/home/rentaautochofer_250x141.png");
        }
        #service2 {
            background-image: url("/img/home/blindados_250x141.png");
        }
        #service3 {
            background-image: url("/img/home/traslados_250x141.png");
        }
        #service4 {
            background-image: url("/img/home/serviciochofer_250x141.png");
        }
        .services span {
            font-size: 70%;
            line-height: 30px;
        }
    .benefits .benefit-type {
        width: 70%;
        display: inline-block;
        padding-top: 20px;
    }     
}
@media screen and (max-width: 320px) {  
    .services {
        width: 150px;
        height: 85px;
        margin-left: 0;
        margin-right: 0;
    }
    #service1 {
        background-image: url("/img/home/rentaautochofer_150x85.png");
    }
    #service2 {
        background-image: url("/img/home/blindados_150x85.png");
    }
    #service3 {
        background-image: url("/img/home/traslados_150x85.png");
    }
    #service4 {
        background-image: url("/img/home/serviciochofer_150x85.png");
    }
    .services span {
        font-size: 50%;
        line-height: 25px;
    }
}
a {
    color: unset;
    text-decoration: unset;
}