#botones-para-comparti {
    text-align: center
}

.facebooko:hover,
.googleo:hover,
.likedino:hover,
.twittero: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
}

.facebooko,
.googleo,
.likedino,
.twittero {
    transition: all .3s ease-out;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    margin-left: 10px
}

@font-face {
    font-family: "Myriad-Pro Light";
    src: url(/fonts/MyriadPro-Light.otf) format("truetype")
}

@font-face {
    font-family: "Myriad-Pro Bold";
    src: url(/fonts/MyriadPro-Bold.otf) format("truetype")
}

* {
    margin: 0;
    padding: 0;
    font-family: Myriad-Pro Light
}

body,
html {
    height: 100%;
    width: 100%;
    margin: 0;
    overflow-x: hidden !important;
    overflow-y: scroll !important
}

b {
    font-family: Myriad-Pro Bold
}

#container {
    min-height: 100%
}

#content {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative
}

#header {
    width: 100%
}

#header nav {
    background: #000;
    display: flex;
    justify-content: center;
    cursor: pointer
}

.menu_bar {
    display: none
}

#header nav ul {
    overflow: hidden;
    list-style: none
}

#header nav ul img {
    margin-right: 25px;
    margin-top: 10px;
    margin-bottom: 10px
}

#header nav ul li {
    float: left
}

#header nav ul li a {
    color: #fff;
    padding: 5px 10px;
    margin-top: 45px;
    display: block;
    text-decoration: none;
    cursor: pointer
}

#header nav ul li a:hover {
    background: rgba(255, 255, 255, .3)
}

.rol:hover>.menu-rol {
    display: block
}

.menu-rol {
    position: absolute;
    display: none;
    width: 190px;
    background: #000
}

.menu-rol li {
    width: 200px;
    height: auto;
    position: relative
}

.menu-rol li a {
    margin: 15px 20px !important;
    padding: 0 !important
}

.menu-rol li:hover {
    background: rgba(0, 0, 0, 0)
}

.menu-fixed {
    position: fixed;
    z-index: 100;
    top: 0
}

.cambio-idioma {
    color: #fff;
    position: fixed;
    left: 10px;
    margin-bottom: 3px;
    vertical-align: middle;
    top: 35px;
    font-size: 14px
}

.cambio-idioma a {
    text-decoration: none;
    color: #fff
}

.social-networks {
    position: fixed;
    top: 12px;
    right: 0
}

.social-networks img {
    margin-right: 4px;
    width: 30px
}

.social-networks a {
    text-decoration: none
}

.facebook:hover {
    background: #3b5998;
    border-radius: 100px
}

.googleplus:hover {
    background: #db3236;
    border-radius: 40px
}

.instagram:hover {
    background: teal;
    border-radius: 40px
}

.twitter:hover {
    background: #4099ff;
    border-radius: 40px
}

.linkedin:hover {
    background: #007bb5;
    border-radius: 40px
}

.youtube:hover {
    background: #b00;
    border-radius: 40px
}

.cambio-idioma-mobile {
    display: none
}

.social-networks-mobile {
    display: none
}

.social-networks-mobile a {
    text-decoration: none
}

.banner {
    width: 100%;
    margin-top: 95px
}

#certifications {
    padding-top: 15px;
    text-align: center;
    margin-bottom: 20px
}

#certifications p {
    text-transform: uppercase;
    font-family: Myriad-Pro Bold;
    font-weight: 700;
    font-size: 25px;
    margin-top: 15px
}

#certifications .logos {
    width: 100px;
    display: inline-block;
    height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 2%;
    margin-right: 2%
}

#certifications .logos span {
    font-size: 13px
}

.box {
    text-align: center;
    max-width: 90%;
    margin: 0 auto
}

h1 {
    text-align: center;
    text-align-last: center;
    -webkit-text-align-last: center;
    -moz-text-align-last: center;
    -ms-text-align-last: center;
    -o-text-align-last: center;
    margin-bottom: 10px;
    background: #000;
    color: #fff
}

.box .item {
    display: inline-table;
    margin: 5px 2%
}

.flip-container {
    margin: 0 auto;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.flip-container:hover .back {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0)
}

.flip-container:hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.back,
.flip-container,
.front {
    width: 100px;
    height: 100px
}

.flipper {
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative
}

.back,
.front {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0
}

.front {
    z-index: 2;
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0)
}

.front img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.front p {
    font-family: Myriad-Pro Bold
}

.back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    padding: 5px;
    font-style: italic;
    font-size: 15px
}

.rights {
    display: block;
    width: 100%;
    margin-top: 210px;
    font-size: 14px;
    text-align: center
}

.container {
    margin: 0 auto;
    padding: 20px 50px;
    background: #fff
}

#sticky-cars {
    left: 0;
    position: fixed;
    top: 150px;
    z-index: 100
}

#sticky-cars a {
    background: #b1b3b4;
    color: #000;
    display: block;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    position: relative;
    text-align: center;
    width: 120px;
    margin-bottom: 5px;
    text-decoration: none;
    border-radius: 18px 18px 18px 18px;
    -moz-border-radius: 18px 18px 18px 18px;
    -webkit-border-radius: 18px 18px 18px 18px
}

#sticky-cars a span {
    line-height: 35px;
    font-family: Myriad-Pro Bold;
    left: -170px;
    position: absolute;
    text-align: center;
    width: 170px;
    border-radius: 18px 18px 18px 18px;
    -moz-border-radius: 18px 18px 18px 18px;
    -webkit-border-radius: 18px 18px 18px 18px
}

#sticky-cars a:hover span {
    left: 100%
}

#sticky-cars a[class*=premium],
#sticky-cars a[class*=premium] span,
#sticky-cars a[class*=premium]:hover {
    background: #b1b3b4
}

#sticky-cars a[class*=lujo],
#sticky-cars a[class*=lujo] span,
#sticky-cars a[class*=lujo]:hover {
    background: #b1b3b4
}

#sticky-cars a[class*=suv],
#sticky-cars a[class*=suv] span,
#sticky-cars a[class*=suv]:hover {
    background: #b1b3b4
}

#sticky-cars a[class*=minivan],
#sticky-cars a[class*=minivan] span,
#sticky-cars a[class*=minivan]:hover {
    background: #b1b3b4
}

#sticky-cars a[class*=maxivan],
#sticky-cars a[class*=maxivan] span,
#sticky-cars a[class*=maxivan]:hover {
    background: #b1b3b4
}

.float-whatsapp {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 16px;
    left: 16px;
    background-color: #30ff76;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 32px;
    box-shadow: 2px 2px 3px #999;
    z-index: 99;
}

.float-phone {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 85px;
    left: 16px;
    background-color: #0076ff;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 32px;
    box-shadow: 2px 2px 3px #999;
    z-index: 99;
}

.float-icon{
    margin-top: 12px;
}       

@media screen and (max-width:1279px) {
    #certifications {
        display: none
    }

    #header nav {
        width: 80%;
        height: 100%;
        left: -100%;
        margin: 0;
        position: fixed;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch
    }

    #header nav ul {
        width: 90%
    }

    #header nav ul li {
        display: block;
        float: none;
        border-top: 1px solid rgba(255, 255, 255, .3)
    }

    #header nav ul li img {
        margin-right: 0
    }

    #header nav ul li a {
        padding: 10px;
        margin-top: 0
    }

    .rol:hover>.menu-rol {
        display: block
    }

    .menu-rol {
        background: #222
    }

    .menu-rol li {
        width: 80%
    }

    .menu_bar {
        display: inline-block;
        width: 100%;
        background: #000
    }

    .menu_bar .bt-menu {
        font-family: Myriad-Pro Bold;
        display: block;
        padding: 20px;
        background: #000;
        color: #fff;
        text-decoration: none;
        font-weight: 700;
        font-size: 25px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .cambio-idioma {
        display: none
    }

    .cambio-idioma-mobile {
        display: inline-flex;
        margin-top: 0;
        width: 100%
    }

    .menu_bar img {
        width: 40px;
        height: 50px;
        bottom: 10px;
        left: 60px;
        position: absolute
    }

    .menu_bar span {
        float: right;
        font-size: 40px
    }

    li#logo_menu {
        display: none !important
    }

    .menus {
        margin-top: 13px !important
    }

    .social-networks {
        display: none;
        position: relative
    }

    .social-networks-mobile {
        display: inline-flex;
        margin-top: 0
    }

    .banner {
        margin-top: 70px
    }

    .back {
        font-size: 13px
    }

    .rights {
        display: none;
        position: relative
    }
}

@media screen and (max-width:500px) {
    #certifications img {
        margin-bottom: 0
    }
    .float-whatsapp {        
        width: 42px;
        height: 42px;
        bottom: 16px;
        left: 7px;                                
        font-size: 28px;        
    }
    
    .float-phone {        
        width: 42px;
        height: 42px;
        bottom: 70px;
        left: 7px;                                
        font-size: 28px;        
    }
    
    .float-icon{
        margin-top: 7px;
    }   
    
}

@media screen and (max-width:1279px) {
    .social-networks {
        display: none
    }
}

#footer {
    background: #000;
    width: 100%;
    font-family: Myriad-Pro Bold;
    bottom: 0;
    display: inline-block;
    color: #fff;
    padding: 2% 0
}

#footer div.mobile {
    display: none
}

#footer section {
    text-align: center;
    float: left;
    width: 25%;
    height: auto
}

#footer span.title {
    display: block;
    margin-bottom: 7px;
    font-family: Myriad-Pro Bold;
    font-size: 20px
}

#footer ul {
    list-style: none
}

#footer ul li a {
    text-decoration: none;
    color: #fff
}

#footer ul li.text {
    display: block;
    padding: 3px 0
}

#footer section div.logo {
    margin-left: 15%;
    background-image: url(/img/partials/logo.gif);
    width: 150px;
    height: 160px;
    background-repeat: no-repeat
}

#footer section ul {
    font-size: 15px
}

@media screen and (max-width:990px) {
    #footer section ul {
        font-size: 13px
    }

    #footer span.title {
        font-size: 18px
    }
}

@media screen and (max-width:890px) {
    #footer span.title {
        font-size: 10px;
        font-size: 15px
    }

    #footer section div.logo {
        background-image: url(/img/partials/logo.gif);
        width: 120px;
        height: 130px
    }
}

@media screen and (max-width:800px) {
    #footer div.mobile {
        display: block;
        padding: 0 10px
    }

    #footer div.mobile ul li {
        padding: 10px 0;
        border-top: 1px solid rgba(255, 255, 255, .3);
        border-bottom: 2px solid rgba(255, 255, 255, .3)
    }

    #footer div.mobile ul li span {
        display: block;
        text-align: right
    }

    #footer div.web {
        display: none
    }
}

.clearfix {
    clear: both
}

.precio {
    text-align: center
}

@media screen and (min-width:1280px) {
    #certifications3 {
        display: none
    }
}