@font-face {
    font-family: RenaultBold;
    /* requerido */
    src: url(../fonts/RenaultLife-Bold.otf);
    /* requerido */
}
@font-face {
    font-family: RenaultLife-BoldItalic;
    /* requerido */
    src: url(../fonts/RenaultLife-BoldItalic.otf);
    /* requerido */
}
@font-face {
    font-family: RenaultLife-Italic;
    /* requerido */
    src: url(../fonts/RenaultLife-Italic.otf);
    /* requerido */
}

@font-face {
    font-family: Great;
    /* requerido */
    src: url(../fonts/GreatVibes-Regular.otf);
    /* requerido */
}

@font-face {
    font-family: Bultler;
    /* requerido */
    src: url(../fonts/Butler_Light.otf);
    /* requerido */
}

@font-face {
    font-family: BultlerBold;
    /* requerido */
    src: url(../fonts/Butler_Bold.otf);
    /* requerido */
}

@font-face {
    font-family: Sathu;
    /* requerido */
    src: url(../fonts/sathu.otf);
    /* requerido */
}

@font-face {
    font-family: gillsans;
    /* requerido */
    src: url(../fonts/gillsans.otf);
    /* requerido */
}

@font-face {
    font-family: seravek;
    /* requerido */
    src: url(../fonts/seravek.otf);
    /* requerido */
}

/*oscilar*/

@-webkit-keyframes swing {
    15% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    30% {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px);
    }
    50% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    65% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    80% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes swing {
    15% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    30% {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px);
    }
    50% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    65% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    80% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/* fin oscilar*/

/* desaparecer*/

@keyframes desaparecer {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes desaparecer {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes desaparecer {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes desaparecer {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* desaparecer fin */

/* aparecer*/

@keyframes aparecer {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes aparecer {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes aparecer {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes aparecer {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* desaparecer fin */

/* encojer*/

@keyframes encojer {
    0% {
        width: 35%;
    }
    100% {
        width: 28%;
    }
}

@-webkit-keyframes encojer {
    0% {
        width: 35%;
    }
    100% {
        width: 28%;
    }
}

@-moz-keyframes encojer {
    0% {
        width: 35%;
    }
    100% {
        width: 28%;
    }
}

@-o-keyframes encojer {
    0% {
        width: 35%;
    }
    100% {
        width: 28%;
    }
}

/* encojer fin */

/* encojer*/

@keyframes encojer2 {
    0% {
        width: 55%;
    }
    100% {
        width: 47%;
    }
}

@-webkit-keyframes encojer2 {
    0% {
        width: 55%;
    }
    100% {
        width: 47%;
    }
}

@-moz-keyframes encojer2 {
    0% {
        width: 55%;
    }
    100% {
        width: 47%;
    }
}

@-o-keyframes encojer2 {
    0% {
        width: 55%;
    }
    100% {
        width: 47%;
    }
}

/* encojer fin */

/* crecer*/

@keyframes crecer {
    0% {
        width: 28%;
    }
    100% {
        width: 35%;
    }

}

@-webkit-keyframes crecer {
    0% {
        width: 28%;
    }
    100% {
        width: 35%;
    }
}

@-moz-keyframes crecer {
    0% {
        width: 28%;
    }
    100% {
        width: 35%;
    }
}

@-o-keyframes crecer {
    0% {
        width: 28%;
    }
    100% {
        width: 35%;
    }
}

/* crecer2 fin */

@-webkit-keyframes espera {
    0% {
        opacity: .2;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: .2;
    }
}

@keyframes slidy {
    0% {
        left: 0%;
    }
    16.6% {
        left: 0%;
    }
    33.3% {
        left: -100%;
    }
    50% {
        left: -100%;
    }
    66.6% {
        left: -200%;
    }
    83.3% {
        left: -200%;
    }
    100% {
        left: -300%;
    }
}

@keyframes slidy2 {
    0% {
        left: -100%;
    }
    90% {
        left: 2%;
    }
    100% {
        left: 0%;
    }

}

@keyframes slidy-servicio1 {
    0% {
        left: 0%;
    }
    100% {
        left: -100%;
    }

}
@keyframes slidy-servicio2 {
    0% {
        left: 0%;
    }
    100% {
        left: -200%;
    }

}
@keyframes slidy-servicio3 {
    0% {
        left: 0%;
    }
    100% {
        left: -300%;
    }

}
@keyframes slidy-servicio4 {
    0% {
        left: 0%;
    }
    100% {
        left: -400%;
    }

}
@keyframes slidy-servicio5 {
    0% {
        left: 0%;
    }
    100% {
        left: -500%;
    }

} 
 
.flotantefb {
    position: fixed;
    z-index: 7;
    left: 6px;
    bottom: 22%;
    text-align: center;
}
.promo{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(1,1,1,0.8);
    -webkit-animation: aparecer 2s;
    /* Safari 4+ */
    -moz-animation: aparecer 2s;
    /* Fx 5+ */
    -o-animation: aparecer 2s;
    /* Opera 12+ */
    animation: aparecer 2s;
    /* IE 10+, Fx 29+ */
    transition: all 2s;
}
.promo1{   
    position: absolute;
    width: 30%;
    height: 70%;
    top: 10%;
    left: 35%;
    z-index: 9999999;
    -webkit-animation: aparecer 3s;
    /* Safari 4+ */
    -moz-animation: aparecer 3s;
    /* Fx 5+ */
    -o-animation: aparecer 3s;
    /* Opera 12+ */
    animation: aparecer 3s;
    /* IE 10+, Fx 29+ */
    transition: all 2s;
}
.promo1img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
} 
.cerrarpromo{
    position: absolute;
    z-index: 9;
    top: -2%;
    right: -2%;
    width: 5%;
}

body {
    background: url(../../img/FONDO.png) fixed;
    background-size: 110%;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 3%;
    margin: 0;
}

.servicio-grua-desk{
    position: fixed;
    z-index: 9999;
    left: 0%;
    top: 12%;
    width: 10%;
    text-align: right;
}
.tache{
    position: relative;
    top: 0;
    left: 0;
    width: 10%;
   
}
.grua-tel{
    float: left;
    width: 100%;
}

.home {

    text-align: center;

}
.nosotros-body{
    background-color: black;
    background-image: none;
}
.contacto{
    text-align: center;
    background-color: red;
    width: 100%;
    height:80%;
    position: fixed;
    top:9.3%;
    padding-bottom: 3%;
    margin: 0;
}
.contacto h1{
    color: white;
    font-family: RenaultLife-BoldItalic;
    font-size: 3rem;
}
form{
    width: 60%;
    position: fixed;
    padding-left: 20%;
    z-index: 9999;
}
form label{
    font-family: RenaultLife-Italic;
    color: white;
    font-size: .8rem;
}
.formulario-izquierda{
    width: 45%;
    float: left;
    text-align: left;
}
.formulario-derecha{
    width: 55%;
    float: left;
    text-align: left;
}
.campos{
    width: 80%;
    border-radius: 1px;
    height: 1.5rem;
    font-family: RenaultLife-Italic;
}
.mensaje{
    width: 100%;
    height: 4.7rem;
    font-family: RenaultLife-Italic;
}
.enviar{
    width: 33%;
    height: 30px;
    border-radius: 1px;
    font-family: RenaultLife-BoldItalic;
    background-color:   #b00000 ;
    border: none;
    color: white; 
}
.carro-contacto{
    position: fixed;
    z-index: 1;
    width: 110%;
    bottom: 3%;
    left: 0;
     animation: 2s slidy2;
}
.nosotros{
    text-align: center;
    background: url(../../img/FONDO-nosotros.png);
    background-size: auto 100%;
    width: 100%;
    height:80%;
    position: fixed;
    top:9.3%;
    padding-bottom: 3%;
    margin: 0;
    overflow-y: auto;
}
.nosotros img{
    padding-top: 5%;
    width: 17%;
}
.nosotros h1{
    line-height: .5rem;
    font-family: RenaultBold;
    color: white;
    font-size: 1.5rem;
    padding-top: 1rem;
}
.nosotros div{
    width: 95%;
    padding-left: 2.5%;
    
}
.nosotros a{
    font-family: RenaultLife-Italic;
    color: white;
    text-align: center;
    font-size: 1rem;
}

.ubicacion{
    text-align: center;
    background: url(../../img/FONDO-mapa.png);
    background-size: 100% 100%;
    width: 100%;
    height:80%;
    position: fixed;
    top:9.3%;
    padding-bottom: 3%;
    margin: 0;
}

.servicios{
    text-align: center;
    background-color: white;
    background-size: 100% 100%;
    width: 100%;
    height:80%;  
    position: fixed;
    top:9.3%;
    padding-bottom: 3%;
    margin: 0;
}
.titulo-servicios{
    color: red;
    font-family: RenaultBold;
    font-size: 4rem;
}
#slide-servicios{
    width: 1900%;
    height: 55%;
    position: relative;
    margin: 0;
    left: 0;
    top:-13%;
    text-align: left;
    transition: left 2s;
    -webkit-transition: left 2s; /* Safari 3.1 to 6.0 */
    
}
.servicio{
    width: 5.26%;
    text-align: center;
    float: left;
    color: black;

}
.flecha-derecha{
    width: 2%;
    position: fixed;
    top:40%;
    right: 5%;
    cursor: pointer;
}
.flecha-izquierda{
    width: 2%;
    position: fixed;
    top:40%;
    left: 5%;
    cursor: pointer;
}
.servicio img{
    width: 30%;
    
}
.imagen-servicio{
    float: left;
    padding-left: 10%;
}
.texto-servicio{
    width: 35%;
    padding-left: 9%;
    float: left;
    color: black;
    text-align: left;
    padding-top: 50px;
    padding-right: 5%;
}
.texto-servicio h1{
    color: black;
     font-family: RenaultBold;
    font-size: 1.2rem;
    color: red;
}
.texto-servicio p{
    color: black;
    font-family: RenaultLife-Italic;
}
.menu-servicios{
    width: 80%;
     padding-left: 10%;
    float: left;
    position: relative;
    margin: 0;
    left: 0;
    top:-10%;
    z-index: 999;
}
.menu-servicios img{
    width: 4.55%;
    padding-left: 1%;
    float: left;
    cursor: pointer;
}

.titulo-servicio-focus{
    width: 100%;
    text-align: center;
    
}
#tit-serv{
    padding-top: 10px;
    width: 20%;
    background-color: transparent;
     font-family: RenaultLife-BoldItalic;
    border: none;
    color:red;
    text-align: center;
}





#menu {
    position: fixed;
    z-index: 999;
    height: 20px;
    width: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    height: 3%;

}

.logo-menu {
    width: 21%;
    padding-right: 3%;
    text-align: right;
    float: left;
    background-color: black;
    padding-top: 20px;
    height: 40px;

}

.logo-menu img {
    width: 49%;

}

.opcion-menu {
    width: 12%;
    background-color: white;
    position: relative;
    float: left;
    padding-top: 20px;
    height: 40px;
    font-family: seravek;
    font-size: .83rem;
    color: red;
}

.opcion-menu-img {
    display: none;
    position: absolute;
    width: 40%;
    left: 25%;
    top: 15%;


}

.opcion-menu:hover {
    background-color: red;
    cursor: pointer;
}

.opcion-menu:hover a {
    display: none;
}

.opcion-menu:hover .opcion-menu-img {
    display: inline;
}

.opcion-menu-mapa {
    width: 12%;
    background-color: white;
    float: left;
    height: 60px;
}

.mapita {
    width: 28%;
    padding-top: 5px;
}

.opcion-menu-mapa:hover .mapita {
    -webkit-animation: crecer .3s ease-out;
    /* Safari 4+ */
    -moz-animation: crecer .3s ease-out;
    /* Fx 5+ */
    -o-animation: crecer .3s ease-out;
    /* Opera 12+ */
    animation: crecer .3s ease-out;
    /* IE 10+, Fx 29+ */
    width: 35%;
    cursor: pointer;
}

.opcion-menu-mapa:not(hover) .mapita {
    -webkit-animation: encojer .3s ease-out;
    /* Safari 4+ */
    -moz-animation: encojer .3s ease-out;
    /* Fx 5+ */
    -o-animation: encojer .3s ease-out;
    /* Opera 12+ */
    animation: encojer .3s ease-out;
    /* IE 10+, Fx 29+ */
}

.opcion-menu-redes {
    width: 16%;
    background-color: white;
    float: left;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    height: 20px;
}

.redes {
    width: 11%;
    padding-left: 3%;
}

.redes:hover {
    cursor: pointer;
}

.datos-home {
    width: 100%;
    position: fixed;
    z-index: 1;
    bottom: 0;
    height: 40%;
    background: url(../../img/BARRA-ROJO.png) fixed;
    background-size: 100%;
}

.datos-home-datos {
    width: 80%;
    position: absolute;
    z-index: 2;
    bottom: 15%;
    left: 10%;
    height: 60%;
    color: white;
    font-family: RenaultBold;
    font-size: .9rem;
    text-align: center;
    background: url(../../img/BARRA-AUTO.png) fixed;
    background-size: 100%;
}

.datos-home-datos p {
    margin-top: 3.5%;
}

div#slider {
    overflow: hidden;
    width: 100%;
    position: fixed;
    z-index: 2;
    top: -15%;
    height: 77%;
    background: url(../../img/FONDO3.png) fixed;
    background-size: 100%;
    vertical-align: bottom;
}

div#slider figure img {
    width: 25%;
    float: left;
    position: relative;
    top: 0;
}

div#slider figure {
    position: relative;
    width: 400%;

    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 20s slidy infinite;
}



.logo-index {
    width: 10%;
}

.mercedes-index {
    position: absolute;
    width: 54%;
    left: 23%;
    top: 25%;
}

.entrar {
    position: absolute;
    width: 20%;
    left: 40.5%;
    z-index: 99;
    top: 52%;
    font-size: 1rem;
    color: white;
    font-family: RenaultBold;
    -webkit-animation: espera 2s infinite;

}

.entrar:hover {
    cursor: pointer;
    -webkit-filter: drop-shadow(0px 0px 6px #ffffff);


}

.footer {
    position: fixed;
    right: 0;
    z-index: 99;
    height: 3%;
    padding-bottom: 1%;
    padding-top: 1%;
    margin-bottom: 0;
    background-color: black;
    bottom: 0;
    width: 100%;
    color: white;
    text-decoration: none;
    font-family: gillsans;
    font-size: .7rem;
    text-align: center;
    padding-right: 3%;
}


.movil {
    display: none;
}
.rotate-smartphone{
    display: none;
}

@media screen and (min-width: 320px) and (max-width: 400px) {
    
        .promo1{
    position: absolute;
    width: 90%;
    top: 10%;
    left: 5%;
}
    .promo1img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.cerrarpromo{
    position: absolute;
    z-index: 9;
    top: -2%;
    right: -2%;
    width: 7%;
}
 
    
    .flotantefb{
        display: none;
    }
    .servicio-grua-desk{
        display: none;
    }

    body{
        padding-top: 15%;
    }
    .desktop {
        display: none;
    }
    .movil {
        display: inline;
    }
    #menu-resp-op {
        width: 100%;
        height: 100%;
        z-index: 999;
        padding-top: 10%;
        margin: 0;
        left: 0;
        top: 0%;
        position: fixed;
        background: url(../../img/FONDO-MENU.png) no-repeat fixed center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        display: none;
        

    }
    .cerrar-menu-resp{
        position: fixed;
        width: 3.5%;
        z-index: 999;
        top:2%;
        left: 5%;
        cursor: pointer;
        
        
    }
    .opciones{
        width: 100%;
        float: left;
        padding-left: 25%;
        
    }
    .opcionimagen{
         width: 20%;

        float: left;

    }
    .opcionimagen img{
        width: 100%;
        -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
    }
    .opciontexto{
        width: 20%;
        padding-top: 3.5%;
        float: left;

       
    }
    .opciontexto a{
        color: white;
        font-family: RenaultLife-Italic;
        font-size: 1.1rem;
    }
    .datos{
        width: 100%;
        height: 15%;
        z-index: 999;
        margin: 0;
        left: 0;
       bottom: 0%;
        position: fixed;
         background: url(../../img/IMAGEN-DIRECCION.png) center;
        background-size: 120%;
         color: white;
    font-family: RenaultBold;
    font-size: .7rem;
    text-align: center;
    }
    .menu-resp {
        position: fixed;
        z-index: 8;
        height: 20px;
        width: 100%;
        top: 0;
        left: 0;
        background-color: red;
        height: 7%;
        padding-top: 4%;
    }
    .lineas{
        width: 15%;
        height: 100%;
        float: left;
         cursor: pointer;
    }
    .lineas img{
        width: 45%;
        padding-left: 27.5%;
        padding-right: 27.5%;
    }
    .logo-menu-resp{
        width: 85%;
        float: left;
    }
    .logo-menu-resp img{
        width: 50%;
    }


    .fondo-responsivo {
        display: inline;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        background: url(../../img/FONDO-resp.png) no-repeat fixed center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;

    }
    .logo-index {
        width: 33%;

    }

    .mercedes-index {
        position: absolute;
        width: 90%;
        left: 5%;
        top: 40%;
    }

    .entrar {
        position: absolute;
        width: 20%;
        left: 40.5%;
        z-index: 99;
        top: 52%;
        font-size: 1rem;
        color: white;
        font-family: RenaultBold;
        -webkit-animation: espera 2s infinite;

    }
    .footer {
        position: fixed;
        right: 0;
        z-index: 99;
        height: 5%;
        padding-bottom: 1%;
        padding-top: 1%;
        margin-bottom: 0;
        background-color: black;
        bottom: 0;
        width: 90%;
        padding-left: 5%;
        color: white;
        text-decoration: none;
        font-family: gillsans;
        font-size: .7rem;
        text-align: center;
        padding-right: 5%;
    }

    .garantia-calidad-resp{
        width: 100%;
        height: 22.6%;
        top:9%;
        position: absolute;
        padding-top: 5%;
        padding-bottom: 5%;
        float: left;
        background: url(../../img/GARANTIA-DE-CALIDAD-resp.png) no-repeat fixed center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;

    }
    .compromiso-entrega-resp{
        width: 100%;
        height: 22.6%;
          position: absolute;
          top: 37.6%;
        padding-top: 5%;
        padding-bottom: 5%;
        float: left;
        background: url(../../img/COMPROMISO-DE-ENTREGA-resp.png) no-repeat fixed center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .tecnologia-actual-resp{
        width: 100%;
        height: 22.6%;
        position: absolute;
        top: 65.3%;
        padding-top: 5%;
        padding-bottom: 5%;
        float: left;
        background: url(../../img/TECNOLOGIA-ACTUAL-resp.png) no-repeat fixed center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .opciones-home-text{
        width: 60%;
        float: left;
    }
    .opciones-home-text img{
        width: 80%;
    
    }
    .opciones-home-text h1{
        font-size: 1rem;
        font-family: RenaultBold;
        text-align: left;
        margin-left: 10px;
        color: white;
        display: none;
    }
    .opciones-home-text p{
        margin-left: 10px;
        text-align: left;
        font-size: .8rem;
        color: white;
        font-family: RenaultLife-Italic;
         display: none;
    }
    .opciones-home-img{
        width: 40%;
        float: left;
    }
    .opciones-home-img img{
        width: 90%;
      
    }
    .nosotros-resp{
    text-align: center;
    background: url(../../img/FONDO-nosotros.png);
    background-size: auto 100%;
    width: 100%;
    height:40%;
    position: fixed;
    top:9.3%;
    padding-bottom: 3%;
    margin: 0;
}
    .nosotros-resp img{
        padding-top: 10%;
        width: 40%;
        padding-bottom: 5%;
    }
    .nosotros-info{
    width: 90%;
    padding-left: 5%;
        padding-right: 5%;
        height: 140%;
        overflow-y: scroll;
        background-color: white;
    }
    .nosotros-info h1{
    line-height: .5rem;
    font-family: RenaultBold;
    color: black;
    font-size: 1.5rem;
    padding-top: 1rem;
}
.nosotros-info a{
    font-family: RenaultLife-Italic;
    color: black;
    text-align: center;
    font-size: .8rem;
}
.contacto{
    text-align: center;
    background-color: white;
    width: 100%;
    height:100%;
    position: fixed;
    top:9.3%;
    padding-bottom: 3%;
    margin: 0;
    overflow-y: scroll;
}
    .contacto img{
        width: 20%;
    }
.contacto h1{
    color: white;
    font-size: 1.8rem;
    color: black;
}
form{
    width: 60%;
    padding-left: 20%;
}
form label{
    font-family: RenaultLife-Italic;
    color: black;
    font-size: .8rem;
}
.formulario-izquierda{
    width: 100%;
    float: left;
    text-align: left;
}
.formulario-derecha{
    width: 100%;
    float: left;
    text-align: left;
}
.campos{
    width: 100%;
    border-radius: 4px;
    height: 1.5rem;
    background-color: #dcdcdc;
    font-family: RenaultLife-Italic;
}
.mensaje{
    width: 100%;
    height: 4.7rem;
    border-radius: 4px;
    background-color: #dcdcdc;
    font-family: RenaultLife-Italic;
}
.enviar{
    width: 50%;
    height: 30px;
    border-radius: 5px;
    font-family: RenaultLife-BoldItalic;
    background-color:   #b00000 ;
    color: white; 
}
.servicios{
    text-align: center;
    background-color: white;
    width: 100%;
    height:100%;
    position: fixed;
    top:9%;
    padding-bottom: 3%;
    margin: 0;
    
}
 .titulo-servicios{
    color: black;
    font-family: RenaultBold;
    font-size: 2rem;
     line-height: .3rem;
}
    #servicios-imagen{
        width: 50%;
        
        
    }
    #imagenesdeservicio{
    width: 1900%;
    height: 56.5%;
    position: relative;
    margin: 0;
    left: 0;
    top:0%;
    text-align: left;
    transition: left 2s;
    -webkit-transition: left 2s; /* Safari 3.1 to 6.0 */ 
}
    .imagen-service{
        width: 5.26%;
        text-align: center;
        float: left;
        color: black;
    }
    #menu-servicios1{
        position: relative;
        margin: 0;
        left: 0;
        top:-35%;
        width: 100%;
        height: 52%;
        float: left;
        background-color: black;
        overflow-y: scroll;
        padding-bottom: 10%;
    }
        #menu-servicio-opcion-1{
        width: 1100%;
        position: relative;
        height: 1rem;
        padding-top:.3rem;
        padding-bottom: .3rem;
        color: white;
        font-family: seravek;
        font-size: .8rem;
        text-align: center;
        left: 0;
        transition: left 2s;
        -webkit-transition: left 2s; /* Safari 3.1 to 6.0 */    
        background: rgba(48,48,48,1);
        background: -moz-linear-gradient(top, rgba(48,48,48,1) 0%, rgba(41,41,41,1) 9%, rgba(38,38,38,1) 18%, rgba(54,53,54,1) 39%, rgba(77,77,77,1) 55%, rgba(54,54,54,1) 69%, rgba(48,48,48,1) 76%, rgba(48,48,48,1) 88%, rgba(94,94,94,1) 99%, rgba(94,94,94,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(48,48,48,1)), color-stop(9%, rgba(41,41,41,1)), color-stop(18%, rgba(38,38,38,1)), color-stop(39%, rgba(54,53,54,1)), color-stop(55%, rgba(77,77,77,1)), color-stop(69%, rgba(54,54,54,1)), color-stop(76%, rgba(48,48,48,1)), color-stop(88%, rgba(48,48,48,1)), color-stop(99%, rgba(94,94,94,1)), color-stop(100%, rgba(94,94,94,1)));
        background: -webkit-linear-gradient(top, rgba(48,48,48,1) 0%, rgba(41,41,41,1) 9%, rgba(38,38,38,1) 18%, rgba(54,53,54,1) 39%, rgba(77,77,77,1) 55%, rgba(54,54,54,1) 69%, rgba(48,48,48,1) 76%, rgba(48,48,48,1) 88%, rgba(94,94,94,1) 99%, rgba(94,94,94,1) 100%);
        background: -o-linear-gradient(top, rgba(48,48,48,1) 0%, rgba(41,41,41,1) 9%, rgba(38,38,38,1) 18%, rgba(54,53,54,1) 39%, rgba(77,77,77,1) 55%, rgba(54,54,54,1) 69%, rgba(48,48,48,1) 76%, rgba(48,48,48,1) 88%, rgba(94,94,94,1) 99%, rgba(94,94,94,1) 100%);
        background: -ms-linear-gradient(top, rgba(48,48,48,1) 0%, rgba(41,41,41,1) 9%, rgba(38,38,38,1) 18%, rgba(54,53,54,1) 39%, rgba(77,77,77,1) 55%, rgba(54,54,54,1) 69%, rgba(48,48,48,1) 76%, rgba(48,48,48,1) 88%, rgba(94,94,94,1) 99%, rgba(94,94,94,1) 100%);
        background: linear-gradient(to bottom, rgba(48,48,48,1) 0%, rgba(41,41,41,1) 9%, rgba(38,38,38,1) 18%, rgba(54,53,54,1) 39%, rgba(77,77,77,1) 55%, rgba(54,54,54,1) 69%, rgba(48,48,48,1) 76%, rgba(48,48,48,1) 88%, rgba(94,94,94,1) 99%, rgba(94,94,94,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#5e5e5e', GradientType=0 );

    }
    #info-servicio-resp{
        width: 1100%;
        position: relative;
        height: 100%;
        padding-top:.5rem;
        padding-bottom: .5rem;
        color: white;
        font-family: seravek;
        font-size: .8rem;
        text-align: center;
        left: 0;
        transition: left 2s;
        -webkit-transition: left 2s; /* Safari 3.1 to 6.0 */ 
    }
   
    .infooo{
        margin: 1rem;
    }
    .menu-servicio-opcion{
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: .3rem;
        padding-bottom: .3rem;
        float: left;
        color: white;
        font-family: seravek;
        font-size: .8rem;
        text-align: left;
        background: rgba(48,48,48,1);
        background: -moz-linear-gradient(top, rgba(48,48,48,1) 0%, rgba(41,41,41,1) 9%, rgba(38,38,38,1) 18%, rgba(54,53,54,1) 39%, rgba(77,77,77,1) 55%, rgba(54,54,54,1) 69%, rgba(48,48,48,1) 76%, rgba(48,48,48,1) 88%, rgba(94,94,94,1) 99%, rgba(94,94,94,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(48,48,48,1)), color-stop(9%, rgba(41,41,41,1)), color-stop(18%, rgba(38,38,38,1)), color-stop(39%, rgba(54,53,54,1)), color-stop(55%, rgba(77,77,77,1)), color-stop(69%, rgba(54,54,54,1)), color-stop(76%, rgba(48,48,48,1)), color-stop(88%, rgba(48,48,48,1)), color-stop(99%, rgba(94,94,94,1)), color-stop(100%, rgba(94,94,94,1)));
        background: -webkit-linear-gradient(top, rgba(48,48,48,1) 0%, rgba(41,41,41,1) 9%, rgba(38,38,38,1) 18%, rgba(54,53,54,1) 39%, rgba(77,77,77,1) 55%, rgba(54,54,54,1) 69%, rgba(48,48,48,1) 76%, rgba(48,48,48,1) 88%, rgba(94,94,94,1) 99%, rgba(94,94,94,1) 100%);
        background: -o-linear-gradient(top, rgba(48,48,48,1) 0%, rgba(41,41,41,1) 9%, rgba(38,38,38,1) 18%, rgba(54,53,54,1) 39%, rgba(77,77,77,1) 55%, rgba(54,54,54,1) 69%, rgba(48,48,48,1) 76%, rgba(48,48,48,1) 88%, rgba(94,94,94,1) 99%, rgba(94,94,94,1) 100%);
        background: -ms-linear-gradient(top, rgba(48,48,48,1) 0%, rgba(41,41,41,1) 9%, rgba(38,38,38,1) 18%, rgba(54,53,54,1) 39%, rgba(77,77,77,1) 55%, rgba(54,54,54,1) 69%, rgba(48,48,48,1) 76%, rgba(48,48,48,1) 88%, rgba(94,94,94,1) 99%, rgba(94,94,94,1) 100%);
        background: linear-gradient(to bottom, rgba(48,48,48,1) 0%, rgba(41,41,41,1) 9%, rgba(38,38,38,1) 18%, rgba(54,53,54,1) 39%, rgba(77,77,77,1) 55%, rgba(54,54,54,1) 69%, rgba(48,48,48,1) 76%, rgba(48,48,48,1) 88%, rgba(94,94,94,1) 99%, rgba(94,94,94,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#5e5e5e', GradientType=0 );

    }
    .menu-servicio-opcion img{
        width: .6rem;
        position: absolute;
       right: 1rem;
    }
     .flechaderecha{
          width: 3%;
        position: fixed;
        z-index: 9999999;
        top:41%;
        right: 3%;
        cursor: pointer;
    }
     .flechaizquierda{
        width: 3%;
        position: fixed;
        z-index: 9999999;
        top:41%;
        left: 3%;
        cursor: pointer;

    }
        .menu-servicio-fin{
        width: 100%;
        height: 2rem;
        float: left;
            background-color: black;
    }
    #detalle-servicio-resp{
        display: none;
        position: relative;
        margin: 0;
        left: 0;
        top:-35%;
        width: 100%;
        height: 52%;
        float: left;
        background-color: black;
        padding-bottom: 10%;
    }
    .servicio-txt-resp{
         width: 9.09%;
        text-align: center;
        float: left;
        color: white;
        font-family: seravek;
        font-size: .8rem;
    
    }
     .info-detall-resp{
         width: 9.09%;
        height: 100%;
        padding-top: 2rem;
        text-align: center;
        float: left;
        color: white;
        font-family: seravek;
        font-size: 1rem;
        background: url(../../img/servicios-responsiva/AFINACION-MAYOR.png) no-repeat fixed center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
     .info-detall-resp1{
         width: 9.09%;
        height: 100%;
        padding-top: 2rem;
        text-align: center;
        float: left;
        color: white;
        font-family: seravek;
        font-size: 1rem;
        background: url(../../img/servicios-responsiva/REPARACION-DE-FRENOS.png) no-repeat fixed center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
     .info-detall-resp2{
         width: 9.09%;
        height: 100%;
        padding-top: 2rem;
        text-align: center;
        float: left;
        color: white;
        font-family: seravek;
        font-size: 1rem;
        background: url(../../img/servicios-responsiva/REPARACION-DE-CLUTCH.png) no-repeat fixed center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
     .info-detall-resp3{
         width: 9.09%;
        height: 100%;
        padding-top: 2rem;
        text-align: center;
        float: left;
        color: white;
        font-family: seravek;
        font-size: 1rem;
         background: url(../../img/servicios-responsiva/GRUUA.png) no-repeat fixed center;
        
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
     .info-detall-resp4{
         width: 9.09%;
        height: 100%;
        padding-top: 2rem;
        text-align: center;
        float: left;
        color: white;
        font-family: seravek;
        font-size: 1rem;
        background: url(../../img/servicios-responsiva/REPARACION-DE-SUSPENSIONES.png) no-repeat fixed center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .info-detall-resp5{
         width: 9.09%;
        height: 100%;
        padding-top: 2rem;
        text-align: center;
        float: left;
        color: white;
        font-family: seravek;
        font-size: 1rem;
         background: url(../../img/servicios-responsiva/HOJALTERIA.png) no-repeat fixed center;
        
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
     .info-detall-resp6{
         width: 9.09%;
        height: 100%;
        padding-top: 2rem;
        text-align: center;
        float: left;
        color: white;
        font-family: seravek;
        font-size: 1rem;
       background: url(../../img/servicios-responsiva/DIRECCIONES.png) no-repeat fixed center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .info-detall-resp7{
         width: 9.09%;
        height: 100%;
        padding-top: 2rem;
        text-align: center;
        float: left;
        color: white;
        font-family: seravek;
        font-size: 1rem;
        background: url(../../img/servicios-responsiva/CAJAS-DE-TRANSMISION.png) no-repeat fixed center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
     .info-detall-resp8{
         width: 9.09%;
        height: 100%;
        padding-top: 2rem;
        text-align: center;
        float: left;
        color: white;
        font-family: seravek;
        font-size: 1rem;
        background: url(../../img/servicios-responsiva/AIRE-ACONDICIONADO.png) no-repeat fixed center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
     .info-detall-resp9{
         width:9.09%;
        height: 100%;
        padding-top: 2rem;
        text-align: center;
        float: left;
        color: white;
        font-family: seravek;
        font-size: 1rem;
        background: url(../../img/servicios-responsiva/SISTEMA-ELECTRICO.png) no-repeat fixed center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
     .info-detall-resp10{
         width: 9.09%;
        height: 100%;
        padding-top: .3rem;
        text-align: center;
        float: left;
        color: white;
        font-family: seravek;
        font-size: 1rem;
        background: url(../../img/servicios-responsiva/OTROS.png) no-repeat fixed center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    
}
@media screen and (min-width: 400px) and (max-width: 700px) {
    .flotantefb{
        display:  none;
    }
    .rotate-smartphone{
        display: inline;
        position: fixed;
        z-index: 9999999998;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        background: rgba(166,166,166,1);
        background: -moz-radial-gradient(center, ellipse cover, rgba(166,166,166,1) 0%, rgba(246,246,246,1) 0%, rgba(110,110,110,1) 100%);
        background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(166,166,166,1)), color-stop(0%, rgba(246,246,246,1)), color-stop(100%, rgba(110,110,110,1)));
        background: -webkit-radial-gradient(center, ellipse cover, rgba(166,166,166,1) 0%, rgba(246,246,246,1) 0%, rgba(110,110,110,1) 100%);
        background: -o-radial-gradient(center, ellipse cover, rgba(166,166,166,1) 0%, rgba(246,246,246,1) 0%, rgba(110,110,110,1) 100%);
        background: -ms-radial-gradient(center, ellipse cover, rgba(166,166,166,1) 0%, rgba(246,246,246,1) 0%, rgba(110,110,110,1) 100%);
        background: radial-gradient(ellipse at center, rgba(166,166,166,1) 0%, rgba(246,246,246,1) 0%, rgba(110,110,110,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6a6a6', endColorstr='#6e6e6e', GradientType=1 );
    }
    .rotate-smartphone img{
        width: 30%;
        padding-top: 5%;
    }
}
