html{
    scroll-behavior: smooth;
}


body{
    font-size: 16px;
    font-family: Montserrat,sans-serif;    
    background-color: #fff;
    color: #3C3C3C;
    overflow-x: hidden;
}

.checkbox-round {
    width: 1em;
    height: 1em;
    background-color: white;
    border-radius: 50%;
    border: 1px solid #5d2d867a;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.checkbox-round:checked {
    background-color: #5d2d867a;
}

@media (max-width: 481px) {
  body{
    font-size: 12px;
  }
}

h1{
    font-size: 2.5em;
    font-family: Raleway,sans-serif;
    font-weight: bolder;
    color: #000000;
}

h4{
    font-size: 1.2em;
    font-family: Raleway,sans-serif;
    font-weight: bolder;
    color: #000000;
}

@media (max-width: 991px) {
    h2, .h2{
        font-size: 23px !important;
    }
    h3, .h3{
        font-size: 20px !important;
    }
    .autos-boton-reservar-container{
      width: 190px !important;
    }
}

/*----------HEADER-------------*/

.autos-boton-reservar-container a {
  color: white;
  text-decoration: none;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 21px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #333;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.header-back{
    background-color: #efefef;
}

.content-header{
    height: 96px;
    padding-top: 14px;
    background-color: rgba(0, 0, 0, 0.85);
}

@media (max-width: 991px) {
    .content-header{
        height: 64px!important;
        padding-top: 0;
        background-color: rgba(0, 0, 0, 0.85);
    }
    .navbar{
        min-height: 10px!important;
    }

    .header-big-text{
        font-size: 18px!important;
        color: gainsboro!important;
    }

    .header-medium-text{
        font-size: 14px!important;
        color: gainsboro!important;
    }
    .container-testimonios{
        height: 1900px !important;
    }
}


.wrapper{
    /*position: absolute;
    z-index: 99999;
    padding-bottom: 25px;*/
    border-bottom: none;
}

@media (max-width: 991px) {
    .wrapper{
        width: 94%;
        border-bottom: none;
    }
}

.menuFixed{
    position: fixed;
    z-index: 999;
    /*margin-left: -5px;*/
    width: 100%;
    margin-left: 0px;
    background-color: #ff8500 !important;
    color: #fff;
    border-bottom: 1px solid #ffffff !important;
    box-shadow: none !important;
    height: 82px;
}

.fijo{
    top: 0px;
    height: 80px !important;    
    left: 0;
    width: 100%;
    opacity: 0.97;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    -ms-transition-duration: 1s;
    transition-duration: 1s;
}

.fijo.menuFixed{
    background-color: #ff8500 !important;
}

@media (max-width: 991px) {
    .fijo{
        display: none !important;
    }
}

.fijo .header{
    height: 51px !important;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    -ms-transition-duration: 1s;
    transition-duration: 1s;
}

.fijo .menu-ingles{
    color: #FFF !important;
}

.fijo #logo-header{
    /*width: 140px !important;*/
    margin-top: 42px !important;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    -ms-transition-duration: 1s;
    transition-duration: 1s;
}

.fijo .topbar{
    display: none !important;
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    -ms-transition-duration: 0.7s;
    transition-duration: 0.7s;
}

.fijo .navbar-collapse{
    margin-top: 0px !important;
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    -ms-transition-duration: 0.7s;
    transition-duration: 0.7s;
}

.fijo .header .navbar-default .navbar-nav li a{
    background-color: transparent !important;
}

.fijo .header .navbar-default {
    margin-top: 0px !important;
}

.fijo a {
    color: #FFF !important;
}

.fijo .header .navbar-default .navbar-nav li a:hover {
    color: #FFF !important;
}

.header {
}

.header .navbar {
    margin: 0;
}

.header .navbar-default{
    background-color: transparent;
    border: none;
    /*float: right;
    margin-top: 45px;
    padding-left: 20px;*/
}

.header .navbar-default .navbar-nav > li.button-start > a {
    background: #ffffff;
    color: #1d3760 !important;
    border-radius: 6px;
    padding: 9px 14px !important;
    margin-top: -3px;
}

.header .navbar-default .navbar-nav > li.button-start > a:hover {
    background: #f2f5fb;
    color: #1d3760 !important;
}


.header .navbar-brand {
    z-index: 1;
    height: 100%;
    position: relative;
    padding: 0 10px 10px;
}

@media(min-width: 768px) and (max-width: 998px) {
    .header .navbar-brand {
        margin-top: 0;
    }
}

.header .navbar-default .navbar-toggle {
    border-color: #fff;
    margin-top: 48px;
}

.header .navbar-default .navbar-toggle .fa {
    color: #3C3C3C;
    font-size: 19px;
}

.header .navbar-toggle,
.header .navbar-default .navbar-toggle:hover,
.header .navbar-default .navbar-toggle:focus {
  /*  background: transparent;
    padding: 6px 10px 4px;
    font-size: 30px;*/
    color: #df7030;
}

.header .navbar-toggle:hover {
}

.header .navbar-collapse {
    position: relative;
}

.header .navbar-default .navbar-nav > li > a {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.2px;
    text-transform: none;
}

.header .navbar-default .navbar-nav > .active > a {
    color: #FFFFFF;
}

@media (min-width: 992px) {
    .header .navbar-nav {
        float: right;
    }
}

.header.no-topbar .navbar-brand {
    margin-top: 30px;
}

.header.no-topbar .navbar-toggle {
    margin-top: 25px;
}

@media (min-width: 992px) {
    .header.no-topbar .navbar-nav {
        padding-top: 36px;
    }
}

@media (max-width: 991px) {
    .header .navbar-header {
        float: none;
    }

    .header .navbar-toggle {
        display: block;
    }

    .header .navbar-collapse.collapse {
        display: none !important;
    }

    .header .navbar-collapse.collapse.in {
        display: block !important;
        overflow-y: auto !important;
    }

    .header .navbar-nav {
        margin: 0 0 5px;
        float: none !important;
        display: flex;
        flex-direction: column;
        min-height: calc(100vh - 120px);
    }

    .header .navbar-nav > li {
        float: none;
    }

    .header .navbar-nav > li > a {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .header .navbar-collapse,
    .header .navbar-collapse .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        background-color: #ffffff;
        position: fixed;
        width: 86%;
        max-width: 420px;
        right: 0;
        left: auto;
        top: 0;
        height: 100vh;
        min-height: 100vh;
        overflow-y: auto !important;
        box-shadow: -8px 0 24px rgba(0, 0, 0, 0.25);
        border-left: 1px solid #e7e7e7;
        z-index: 1001;
        padding-top: 92px !important;
        padding-bottom: 24px !important;
    }

    .header .navbar-collapse:before {
        content: "";
        position: absolute;
        top: 20px;
        left: 22px;
        width: 230px;
        height: 58px;
        background: url("../imagenes/logo.png") no-repeat left center;
        background-size: contain;
    }

    .mobile-menu-close {
        position: absolute;
        top: 20px;
        right: 16px;
        width: 34px;
        height: 34px;
        border: 1px solid #d8dde8;
        background: #fff;
        color: #f39a4b;
        font-size: 28px;
        line-height: 28px;
        text-align: center;
        padding: 0;
        border-radius: 4px;
        z-index: 1002;
    }

    .header .navbar-default .navbar-nav > li > a {
        font-family: Montserrat, sans-serif;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0.1px;
        color: #6d7692 !important;
        padding: 20px 22px;
        border-bottom: 1px solid #eef0f4 !important;
        text-align: left;
    }

    .header .navbar-default .navbar-nav > li a {
        color: #6d7692 !important;
    }

    .navbar-default .navbar-nav .open .dropdown-menu li a{
        color: #FFF !important;
    }

    .header .menu .dropdown-menu {
        border-radius: 0px !important;
    }

    .header .navbar-default .navbar-nav > li > a:focus {
        background: none;
    }

    .header .navbar-default .navbar-nav > li > a:hover {
        color: #1f3561 !important;
    }

    .header .navbar-default .navbar-nav > .active > a,
    .header .navbar-default .navbar-nav > .active > a:hover,
    .header .navbar-default .navbar-nav > .active > a:focus {
        background: transparent;
        color: #1f3561 !important;
    }

    .header .navbar-default .navbar-nav > li.button-start {
        padding: 18px 22px 18px;
        border-bottom: none;
        margin-top: auto;
        display: flex;
        justify-content: center;
    }

    .header .navbar-default .navbar-nav > li.button-start > a {
        background: #1f3561;
        color: #ffffff !important;
        text-align: center;
        border-radius: 8px;
        border-bottom: none !important;
        font-size: 16px;
        font-weight: 800;
        padding: 14px 12px !important;
        margin: 0 !important;
        width: 100%;
        max-width: 340px;
    }

    .header .dropdown .dropdown-submenu > a {
        font-size: 13px;
        color: #555 !important;
        text-transform: uppercase;
    }

}

@media (min-width: 992px) {
    .header .navbar-collapse {
        padding: 0;
    }

    .header .navbar {
        min-height: 80px !important;
    }

    .header .container > .navbar-header,
    .header .container-fluid > .navbar-header,
    .header .container > .navbar-collapse,
    .header .container-fluid > .navbar-collapse {
        margin-bottom: -10px;
    }

    .header .navbar-nav {
        position: relative;
    }

    .header .navbar-default .navbar-nav > li > a {
        /*bottom: -1px;*/
        position: relative;
        padding: 10px 10px 9px 5px;
        margin-right: 10px;
        font-family: Montserrat, sans-serif;
        font-size: 15px;
        font-weight: 900;
        letter-spacing: 0.2px;
    }

    .header .navbar-default .navbar-nav > li > a,
    .header .navbar-default .navbar-nav > li > a:focus {
        border-bottom: solid 2px transparent;
    }

    .header .navbar-default .navbar-nav > li > a:hover,
    .header .navbar-default .navbar-nav > .active > a {
        /*position: relative;
        background-color: #272727 !important;*/
        color: #555 !important;
        /*height: 50px;*/
    }

    .header .navbar-default .navbar-nav > li.button-start > a:hover{
        color: #000 !important;
    }


    .header .navbar-default .navbar-nav > li > a,
    .header .navbar-default .navbar-nav > li > a:hover,
    .header .navbar-default .navbar-nav > li > a:focus,
    .header .navbar-default .navbar-nav > .active > a,
    .header .navbar-default .navbar-nav > .active > a:hover,
    .header .navbar-default .navbar-nav > .active > a:focus {
        background: none;
    }

    .header .navbar-default .navbar-nav > .open > a,
    .header .navbar-default .navbar-nav > .open > a:hover,
    .header .navbar-default .navbar-nav > .open > a:focus {
        color: #31318F;
    }

    .header .navbar-default .navbar-nav > li:hover > a {
        /*color: #FFFFFF;*/
    }

    .header .dropdown-menu {
        padding: 0;
        border: none;
        min-width: 200px;
        border-radius: 0;
        z-index: 9999 !important;
        border-top: solid 2px #31318F;
        border-bottom: solid 2px #687074;
    }

    .header .dropdown-menu li a {
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 400;
        padding: 6px 15px;
    }

    .header .dropdown-menu .active > a,
    .header .dropdown-menu li > a:hover {
        color: #fff;
        filter: none !important;
        background: #666666 !important;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        border-radius: 15px;
        border: none;
    }

    .header .dropdown-menu li > a:focus {
        background: #666666 !important;
        filter: none !important;
    }

    .header .navbar-nav > li.dropdown:hover > .dropdown-menu {
        display: block;
    }

    .header .open > .dropdown-menu {
        display: none;
    }

    .header .navbar .search-open {
        width: 330px;
    }
}

.header .dropdown-submenu {
    position: relative;
}

.header .dropdown > a:after,
.header .dropdown-submenu > a:after {
    top: 8px;
    right: 9px;
    font-size: 11px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
}

@media (max-width: 991px) {
    .header .dropdown-submenu > a:after {
        content: " ";
    }
}

.header .dropdown > a:after {
    top: 9px;
    right: 15px;
    content: "\f107";
}

.header .dropdown-submenu > .dropdown-menu {
    top: 3px;
    left: 100%;
    margin-top: -5px;
    margin-left: 0px;
}

.btn-aula-virtual{
    background-color: #418FDE;
    padding: 8px;
    color: #FFFFFF !important;
}

.btn-webmail{
    background-color: #47B11D;
    padding: 8px;
    color: #FFFFFF !important;
}

/*----------MENU-------------*/

.header .menu .nav,
.header .menu .dropup,
.header .menu .dropdown,
.header .menu .collapse {
    position: static;
	text-align: center;
	vertical-align: middle;
    text-align: center;
    padding-top: 10px;
    padding-right: 5%;
}

.header .menu .navbar-inner,
.header .menu .container {
    position: relative;
}

.header .menu .dropdown-menu {
    left: auto;
    left: auto;
    margin-top: -8px;
    background-color: #666666;
    border: none;
    border-radius: 10px;
}

.header .menu .dropdown-menu > li {
    display: block;
}

.header .menu .dropdown-submenu .dropdown-menu {
    left: 100%;
}

.header .menu .nav.pull-right .dropdown-menu {
    right: 0;
}

.header .menu .menu-content {
    *zoom: 1;
    padding: 0;
}

.header .menu .menu-content:before,
.header .menu .menu-content:after {
    content: "";
    display: table;
    line-height: 0;
}

.header .menu .menu-content:after {
    clear: both;
}

.header .menu.navbar .nav > li > .dropdown-menu:after,
.header .menu.navbar .nav > li > .dropdown-menu:before {
    display: none;
}

.header .menu .dropdown.menu-fullwidth .dropdown-menu {
    left: 0;
    right: 0;
    overflow: hidden;
}

@media (min-width: 992px) {
    .header .menu .dropdown.menu-fullwidth .dropdown-menu {
        margin-left: 10px;
        margin-right: 15px;
    }
}

@media (min-width: 992px) {
    .header .menu .equal-height {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .header .menu .equal-height-in {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.header .menu .equal-height-list h3 {
    font-size: 15px;
    font-weight: 400;
    padding: 0 10px 0 13px;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .header .menu .big-screen-space {
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .header .menu .equal-height-in {
        padding: 20px 0;
        border-left: 1px solid #eee;
    }

    .header .menu .equal-height-in:first-child {
        border-left: none;
        margin-left: -1px;
    }

    .header .menu .equal-height-list {
        width: 100%;
    }

    .header .menu .equal-height-list li a {
        display: block;
        margin-bottom: 1px;
        position: relative;
        border-bottom: none;
        padding: 5px 10px 5px 15px;
    }

    .header .menu .equal-height-list a:hover {
        text-decoration: none;
    }

    .header .menu .menu-fullwidth li a {
        padding: 5px 10px 5px 30px;
    }

    .header .menu .menu-fullwidth li a:after {
        top: 7px;
        left: 15px;
        font-size: 11px;
        content: "\f105";
        position: absolute;
        font-weight: normal;
        display: inline-block;
        font-family: FontAwesome;
    }

    .header .menu .menu-fullwidth .disable-icons li a {
        padding: 5px 10px 5px 15px;
    }

    .header .menu .menu-fullwidth .disable-icons li a:after {
        display: none;
    }
}

@media (min-width: 737px) and (max-width: 991px) {
    .header .menu .menu-content .container {
        width: 690px !important;
    }

    .header .menu .equal-height {
        margin-right: 0;
    }

    .header .menu .equal-height-in {
        padding-right: 0;
        margin-right: -15px;
    }
}

@media (max-width: 991px) {
    .header .menu .equal-height {
        margin-right: 0;
    }

    .header .menu .equal-height-in {
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .header .menu .dropdown.menu-fullwidth .dropdown-menu {
        width: auto;
    }

    .header .menu .equal-height-in,
    .header .menu .equal-height-list {
        display: block;
    }

    .header .menu .menu-fullwidth .dropdown-menu > li > ul {
        display: block;
    }

    .header .menu .equal-height-list h3 {
        color: #555;
        margin: 0 0 5px;
        font-size: 13px;
        font-weight: 400;
        padding: 6px 25px 5px;
        border-bottom: solid 1px #eee;
    }

    .header .menu .equal-height-list li a {
        color: #687074;
        display: block;
        font-size: 13px;
        font-weight: 400;
        margin-left: 15px;
        padding: 6px 25px;
        border-bottom: solid 1px #eee;
    }

    .header .menu .equal-height-list > h3.active,
    .header .menu .equal-height-list > .active > a,
    .header .menu .equal-height-list > .active > a:hover,
    .header .menu .equal-height-list > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .header .menu .equal-height-list li a:hover {
        color: #333;
        text-decoration: none;
    }
}

.logo{
    /*width: 250px;
    margin-top: 18px;
    margin-bottom: -7px;*/
    margin-top: -27px;
    margin-left: 7%;
    position: absolute;
    z-index: 1;
    max-width: 190px;
}

.logo_footer{
  float: left;
  width: 150px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.img_pago{
  float: right;
  width: 60px;
  margin-right: 10px;
  /*margin-top: 25px;
  margin-bottom: 25px;*/
}

@media (max-width: 991px) {
    .logo{
        width: 185px;
        margin-top: -23px;
        position: relative;
    }
}

.back-home{
    background: -moz-linear-gradient(-45deg, rgba(123,178,138,0.95) 0%, rgba(248,248,156,0.95) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(123,178,138,0.95)), color-stop(100%,rgba(248,248,156,0.95)));
    background: -webkit-linear-gradient(-45deg, rgba(123,178,138,0.95) 0%,rgba(248,248,156,0.95) 100%);
    background: -o-linear-gradient(-45deg, rgba(123,178,138,0.95) 0%,rgba(248,248,156,0.95) 100%);
    background: -ms-linear-gradient(-45deg, rgba(123,178,138,0.95) 0%,rgba(248,248,156,0.95) 100%);
    background: linear-gradient(135deg, rgba(123,178,138,0.95) 0%,rgba(248,248,156,0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f27bb28a', endColorstr='#f2f8f89c',GradientType=1 );
    width: 100%;
    height: 600px;
    padding-top: 120px;
}

.home-tittle{
    font-size: 28px;
    margin-top: 57px;
    color: #fff;
}

.home-subtittle{
    font-size: 18px;
    color: #fff;
    margin-top: 37px;
}


/*----------GENERAL-------------*/

.margin-top-40{
    margin-top: 40px;
}

.titulo-seccion{
    margin-bottom: 20px;
}

.margin-left-80{
    margin-left: 80px;
}

.margin-top-10{
    margin-top: 10px;
}

.margin-top-15{
    margin-top: 15px;
}

.margin-top-25{
    margin-top: 25px;
}

.margin-bottom-15{
    margin-top: 15px;
}

/*----------HOME-------------*/
.btn-derecha{
    color: #2F2E2E;
    margin-left: 25px;
}

.btn-derecha:hover, btn-derecha:active, btn-derecha:focus{
    color: #2F2E2E;
    margin-left: 25px;
    text-decoration: none;
}

.botonera-derecha{
    padding-top: 5px;
}

.btn-premium{
    background-color: #5d2d86;
    /*border-color: #272727;*/
    color: #FFF;
    padding-left: 7%;
    padding-right: 7%;
    font-size: 1.2em;
}

.btn-premium:hover{
    /*background-color: #272727;
    border-color: #272727;
    color: #FFF;*/
    color: #FFF;
    font-weight: bolder;
}

.btn-commerce{
    background-color: #66a968;
    border-color: #5b9c5d;
    color: #FFF;
    border-radius: 6px;
    border: 2px solid #fff;
    text-transform: uppercase;
}

.btn-commerce:hover{
    background-color: #66a968;
    border-color: #5b9c5d;
    color: #FFF;
    border-radius: 6px;
    border: 2px solid #fff;
    text-transform: uppercase;
}

.parpadea {

    animation-name: parpadeo;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

    -webkit-animation-name:parpadeo;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{
    0% { background-color: #66a968; }
    50% { background-color: #66a968; }
    100% { background-color: #76da79; }
}

@-webkit-keyframes parpadeo {
    0% { background-color: #66a968; }
    50% { background-color: #66a968; }
    100% { background-color: #76da79; }
}

@keyframes parpadeo {
    0% { background-color: #66a968; }
    50% { background-color: #66a968; }
    100% { background-color: #76da79; }
}

.btn-buscar{
    /*font-size: 18px;*/
}

.btn-premium:focus{
    background-color: #272727;
    border-color: #272727;
    color: #FFF;
}

.btn-premium:active{
    background-color: #272727;
    border-color: #272727;
    color: #FFF;
}

.content-general{
    margin-top: 15px;
}

.caja{
    background: #707070;
    padding: 10px;
}

.caja h3, h4{
    margin-top: 2px;
    color: #FFF;
}

.caja label{
    color: #fff !important;
    font-size: 14px;
}

.caja-chica{
    background: #7fbf81;
    padding: 10px;
}

.caja-chica label{
    color: #fff !important;
    font-size: 12px;
}

.promo-home{
    border: 4px solid #FFF;
    background: #FFF;
}

.promo-home-img{
    max-width: 100%;
    max-height: 100%;
}

.promo-home-titulo{
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 26px;
    margin-top: 10px;
}

.promo-texto-chico{
    color: #CCC;
    font-size: 14px;
}

.promo-texto-grande{
    color: #757575;
    font-size: 24px;
}

/*INTERNAS*/

.back-interno{
    background: #FFF;
    padding: 15px;
}

.resultados-textos{
    font-size: 19px;
    margin-bottom: 10px;
}

.nombre-item{
    font-size: 23px;
}

.datos-item{
    font-size: 15px;
}

.precio-item{
    color: #2F2E2E;
    font-size: 35px;
    padding-top: 15px;
}

.detalle-item{
    padding-top: 60px;
}

.caja-item{
    margin-bottom: 10px;
    background: #f7f7f7;
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.descripcion-cv{
    color: #FFF;
    font-size: 22px;
}

.precio-cv{
    color: #FFF;
    font-size: 22px;
}

.precio-entrega-horario-nocturno {
    color: #FFF;
    font-size: 16px;
}

.precio-caracteristicas{
    color: #FFF;
    font-size: 13px;
}

.item-reserva{
    color: #fff;
    font-size: 20px;
    margin-right: 9px;
    padding-bottom: 5px;
    text-decoration: none;
}

@media (max-width: 991px) {
    .item-reserva{
        font-size: 10px !important;
        margin-right: 0px !important;
    }
    .descripcion-cv {
        font-size: 16px !important;
    }
    .precio-cv {
        font-size: 19px !important;
    }
    .seleccionarVehiculo{
        font-size: 11px !important;
    }
}

.item-reserva:focus, .item-reserva:active, .item-reserva:hover{
    color: #fff;
    font-size: 20px;
    margin-right: 9px;
    padding-bottom: 5px;
    text-decoration: none;
}

.item-reserva-activo{
    border-bottom: 3px solid #2f2e2e;
}

.hide{
    display: none;
}

.descripcion-entrega{
    color: #eaeaea;
    margin-bottom: 10px;
    font-size: 13px;
}

.seleccionarVehiculo{
    margin-top: 12px;
}

.content-auto-disponibilidad{
    margin-bottom: 10px;
}

.portada{
    background-position-y: -37px;
    height: 587px;
    margin-top: -16px;
    padding-top: 6px;
}

@media (max-width: 991px) {
    .portada{
        background-position-y: -37px;
        height: 415px;
        margin-top: -16px;
        padding-top: 0px;
    }
}

.portada-img{
    border-radius: 50%;
    width: 170px;
    height: 170px;
    margin: auto;
}


@media (max-width: 991px) {
    .portada-img{
        border-radius: 50%;
        width: 100px;
        height: 100px;
        margin: auto;
    }
}

.portada-back{
    background: rgba(255, 255, 255, 0.5) !important;
    padding-top: 14px;
}

.portada-row{
    width: 75%;
    margin: auto;
    margin-top: 20px;
}

@media (max-width: 991px) {
    .portada-row{
        width: 90%;
        margin: auto;
    }
}

.circulo{
    margin-bottom: 25px;
}

.vehiculo-nombre{
    background-color: #643a89;
    font-size: 25px;
    color: #FFF;
    padding: 7px;
    margin-bottom: 20px;
}

@media (max-width: 991px) {

    .vehiculo-nombre{
        background-color: #643a89;
        font-size: 15px;
        color: #FFF;
        padding: 7px;
        margin-bottom: 20px;
        height: 50px;
        font-size: 1rem;
        overflow: hidden;
        text-overflow: clip;
    }

    .texto{
        font-size: 11px;
    }

    .contacto-datos{
        margin-top: 13px;
    }

    #formReservaHome{
        font-size: 11px !important;
    }
}

.vehiculo-img{
    overflow: hidden;
}

.vehiculo-img img{
    max-width: 100%;

    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.vehiculo-img:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.count-up-vehiculos {
    background-image: url(../imagenes/portada.jpg);
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center!important;
    background-attachment: fixed;
    color: #ffffff;
    padding: 80px 0;
}

.seccion-quienes-somos {
    background-color: #363636;
    color: #FFFFFF;
    padding-top: 13px;
    padding-bottom: 20px;
    margin-top: 30px;
}
/*-------------------------------------------------------------------*/
/* Footer
/*-------------------------------------------------------------------*/

.footer {
    background: #333333;
    /*padding: 25px;*/
    /*height: 100px;*/
}

.copyright{
    padding-top: 10px;
}

@media (max-width: 991px) {
    .copyright{
        font-size: 12px;
        text-align: center;
        padding-top: 15px;

    }
}

.social{
    color: #fff;
    border-radius: 50%;
    padding: 10px;
    margin-right: 5px;
    width: 43px;
    height: 43px;
    display: inline-block;
}

.social-fb{
    background-color: #4267b2;
}

.social-tw{
    background-color: #1da1f2;
}

.social-ig{
    background-color: #6b463c;
}

#bloquea {
    display: none;
    width: 100%;
    height: 110%;
    position: fixed;
    z-index: 10000;
    background-color: black;
    zoom: 1;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

#actualizando {
    text-align: center;
    display: none;
    z-index: 10001;
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.codigo-valido{
    font-size: 20px;
    margin-left: -25px;
    margin-top: 6px;
    color: #009406;
}

.monto-pagar{
    font-size: 18px;
    color: #4c4c4c;
}

.mayoria-edad{
    padding-top: 43px;
}

@media (max-width: 991px) {
    .mayoria-edad{
        padding-top: 12px;
    }
    /*.seleccion-hora{
        margin-top: 10px;
    }*/
}

.cantidad-adicionales {
    width: 100px;
    margin-left: 10px;
}

.adicional-con-cantidad {
    display: -webkit-inline-box;
}

.detalleAdicionales {
    font-size: 13px;
    color: #eaeaea;
}

.content-letras{
    position: absolute;
    width: 100%;
    top: 222px;
    color: #fff;
}

.letras{
    margin-bottom: -35px;
    padding-left: 145px;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}

.letras-1{
    font-size: 80px;
    margin-bottom: -44px !important;
}

.letras-2{
    font-size: 68px;
}

.letras-3{
    font-size: 56px;
}

.letras-4{
    font-size: 65px;
}

.letras-pasos{
    color: #fff;
    margin-bottom: -18px;
}

.letras-pasos-1{
    font-size: 68px;
    color: #CCC !important;
    margin-top: 18px;
}

.letras-pasos-2{
    font-size: 60px;
}

.letras-pasos-3{
    font-size: 66.5px;
}

.carousel-inner{
    height: 460px;
}

#carousel-premium-opiniones .carousel-inner{
    height: 260px;
}

.seccion-gris{
    background-color: #5d2d86;
    /*padding: 25px;*/
}

.seccion-gris-claro{
    background-color: #707070;
    padding: 25px;
}

.caja-home{
    /*background-color: #FFF;*/
    background-color: rgba(255, 255, 255, 0.6);
    padding: 15px;
    position: absolute;
    top: -400px;
    width: 85%;

}

.buscar-disponibilidad{
    color: #5d2d86;
    font-size: 2em;
    margin-bottom: 10px;
    margin-top: -20px;
    text-align: center;
    font-weight: bolder;
}

.line-title {
  border-top: 1px solid #5d2d86;
  margin-bottom: 25px;
}

#fechaDevolucion, #fechaEntrega, #horaDevolucion, #horaEntrega {
  color: #5d2d86;
  font-size: 0.8em;
  font-family: 'Public Sans', sans-serif;
  cursor: pointer;
}

.simples-pasos{
    font-size: 73px;

}

@media (max-width: 991px) {
    .buscar-disponibilidad{
        font-size: 14px;
    }
    .caja-home{
        position: initial;
        width: 100%;
    }
    .simples-pasos{
        font-size: 30px;
    }
    .pasos {
        font-size: 14px !important;
        text-align: center;
        margin-top: 5px;
    }
    .tarjetas{
        width: 140px;
        margin: auto;
        margin-top: 15px;
    }
    .content-caja-home{
        margin-left: -25px;
        margin-right: -25px;
    }
    .simples-pasos-ingles-1{
        font-size: 18px !important;
        text-align: center !important;
        margin-top: 0px !important;
        font-style: italic;
    }
    .simples-pasos-ingles-2{
        font-size: 10px !important;
        font-style: italic;
    }
    .label-ingles {
        font-size: 10px !important;
    }
    .seccion-gris {
      padding: 5px;
    }
}

.img-autos{
    text-decoration: none;
}

.img-autos:active, .img-autos:after, .img-autos:focus, .img-autos:hover, .img-autos:visited{
    text-decoration: none !important;
}

.simples-pasos-1{
    color: #ccc;
}

.simples-pasos-2{
    color: #fff;
}

.simples-pasos-ingles-1{
    color: #FFF;
    text-transform: uppercase;
    font-size: 35px;
    text-align: left;
    margin-top: -23px;
    margin-left: 3px;
}

.simples-pasos-ingles-2{
    text-transform: uppercase;
    font-size: 12px;
}

.label-ingles{
    color: #757575;
    font-size: 13px;
}

.pasos{
    color: #fff;
    font-size: 19px;
}

.contacto input, textarea{
    background-color: #e3e3e3 !important;
    border-radius: 0px !important;
}

.contacto-consulta{
    height: 190px !important;
}

.padding-conductor{
    padding-top: 32px;
}

.text-conductor{
  font-size: 1em;
  font-family: 'Public Sans', sans-serif;
  margin-left: 20px;
}

.letras-llamanos{
    font-size: 44px;
    color: #CCC !important;
    margin-top: 60px;
}

.letras-opiniones{
    font-size: 28px;
    color: #CCC !important;
    margin-top: 10px;
}

.opionones-fb, .opionones-fb:hover, .opionones-fb:visited, .opionones-fb:focus{
    color: #fff;
    background-color: #4267b2;
    border-radius: 50%;
    margin-right: 5px;
    width: 43px;
    height: 43px;
    display: inline-block;
    padding-left: 11px;
    padding-top: 3px;
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
}

.llamanos{
    font-size: 60px;
    cursor: pointer;
}

.call-us{
    font-size: 22px !important;
}

.llamanos:active, .llamanos:focus, .llamanos:visited, .llamanos:hover{
    text-decoration: none;
}

.llamanos-fb, .llamanos-fb:hover{
    color: #cccccc;
    margin-right: 19px;

}

.llamanos-ws, .llamanos-ws:hover{
    color: #4ced69;
}

.menu-ingles{
    margin-top: -5px;
    color: #757575;
    font-size: 12px;
}

@media (max-width: 991px) {
    .menu-ingles{
        text-align: left;
        margin-bottom: -5px;
        font-size: 11px;
    }
}

.texto-recorrido{
    font-size: 15px !important;
    font-weight: normal !important;
}

.banderas-content{
    position: relative;
    right: 0;
    z-index: 9999;
}

.bandera{
    width: 30px;
}

.estrellas-content{
    margin-top: 25px;
    font-size: 21px;
}

.estrellas-content .estrella{
    color: #f7a600;
    font-size: 25px;

}

.estrellas-content a, .estrellas-content a:hover, .estrellas-content a:active, .estrellas-content a:focus, .estrellas-content a:visited{
    color: #CCC !important;
    text-decoration: none;
}

.parpadea-estella {

    animation-name: parpadeo-estella;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

    -webkit-animation-name:parpadeo-estella;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo-estella{
    0% { color: #f7a600; }
    50% { color: #f7a600; }
    100% { color: #f7db00; }
}

@-webkit-keyframes parpadeo-estella {
    0% { color: #f7a600; }
    50% { color: #f7a600; }
    100% { color: #f7db00; }
}

@keyframes parpadeo-estella {
    0% { color: #f7a600; }
    50% { color: #f7a600; }
    100% { color: #f7db00; }
}

.nombre-auto-reserva{
    font-size: 17px;
}

.img-ssl{
    width: 100px;
}

.auto-recomendado{
    font-size: 19px;
}

@media (max-width: 991px) {
    .recomendado{
        font-size: 12px;
    }
    .auto-recomendado{
        font-size: 14px;
    }
    .btn-recomendado{
        font-size: 12px !important;
    }
}

/* Estilos nuevos de premium  nuevo */

/*Menu Superior*/

.menuSuperior {
    background: #333333;
    color: #fff;
    padding-left: 7%;
    padding-right: 7%;
    font-weight: normal;
    width: 100%;
    margin: 0px;
}

.menuSuperior .fas {
    font-size: 14px;
}

.primerItem {
    margin-left: 0px!important;
    float: left;
}

.ultimoItem {
    margin-right: 0px!important;
    float: right;
}

.flex-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}
.flex-item {
    display:flex;
    align-items: center;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 10px 0 10px 0px;
    margin-left: auto;
    margin-right: auto;
}
.flex-item .icono{
    flex-grow:0;
    flex-shrink:0;
}

.texto-lateral-icono {
    padding-left: 10px;
    padding-right: 45px;
    font-size: 1.2em;
}

.texto-lateral-icono .fa-phone {
  top: 2px;
  position: relative;
  display: contents;
}

.inverso {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.contenedorLinea {
    display: table;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
}

.contenedorLinea i, .contenedorLinea span {
    display: table-cell;
    vertical-align: middle;
}
.iconoSocial {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.iconoSocial a{
    color: #fff;
    text-decoration: none;
}

.iconoSocial a:hover{
    color: #d9d9d9;
    text-decoration: none;
}

.iconoSocial a .fa-2x {
    font-size: 1.5em;
}

.top-phone {
  width: 1em;
  margin-right: 5px;
}

.reloj-reservar-img {
  width: 1.5em;
  margin-right: 10px;
}

.select-img-calendario {
    width: 1.2em;
    margin-right: 5px;
}

/*FIN Menu Superior*/


/* Opiniones */

.grid-items {
  /*margin-left: -15px;
  margin-right: -15px;*/
}

.grid-items .grid-item {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}

.grid-items.slick-slider .grid-item {
  clear: none !important;
}

.grid-items .item-inner {
  position: relative;
}

.grid-space-0 .grid-item {
  padding: 0;
}

.testimonial_item {
  text-align: center;
}

.testimonial_item .testimonial_item--inner {
  margin-bottom: 20px;
}

.testimonial_item .testimonial_item--image span {
  width: 64px;
  height: 64px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.la_testimonials--style-1 .testimonial_item--excerpt {
  margin: 0 auto;
  font-size: 48px;
  line-height: 1.5;
}

.la_testimonials--style-1 .testimonial_item--title-role {
  margin-top: 30px;
  display: inline-block;
  padding: 6px 25px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.la_testimonials--style-1 .testimonial_item--title {
  display: inline-block;
}

.la_testimonials--style-1 .testimonial_item--role {
  display: inline-block;
}

.la_testimonials--style-1 .testimonial_item--role:before {
  content: "\f111";
  display: inline-block;
  padding: 0 5px;
  font-family: FontAwesome;
  font-size: 5px;
  vertical-align: middle;
}

.la_testimonials--style-2 .testimonial_item--image span {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.la_testimonials--style-2 .testimonial_item--excerpt {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: bold;
  margin-top: 40px;
}

.la_testimonials--style-2 .testimonial_item--title-role {
  display: inline-block;
}

.la_testimonials--style-2 .testimonial_item--title-role:before {
  content: "-";
}

.la_testimonials--style-2 .testimonial_item--title-role:after {
  content: "-";
}

.la_testimonials--style-2 .testimonial_item--title {
  font-size: 14px;
  display: inline-block;
}

.la_testimonials--style-2 .testimonial_item--role {
  display: none;
}

.la_testimonials--style-2 .slick-dots {
  margin-top: 5px;
}

.la_testimonials--style-3 .testimonial_item--inner {
  margin-top: 40px;
  padding: 60px 35px 30px;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
}

.la_testimonials--style-3 .testimonial_item--image {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  top: -40px;
  margin-left: -40px;
}

.la_testimonials--style-3 .testimonial_item--image img {
  border-radius: 50%;
}

.la_testimonials--style-3 .testimonial_item--title {
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  padding-bottom: 5px;
}

.la_testimonials--style-3 .testimonial_item--title:before {
  content: "";
  width: 25px;
  display: block;
  height: 3px;
  margin: 20px auto 11px;
}

.la_testimonials--style-3 .slick-dots {
  margin-top: 0;
}

.la_testimonials--style-4 .testimonial_item--image {
  margin-bottom: 23px;
}

.la_testimonials--style-4 .testimonial_item--image span {
  width: 80px;
  height: 80px;
}

.la_testimonials--style-4 .testimonial_item--excerpt {
  font-size: 14px;
  line-height: 30px;
}

.la_testimonials--style-4 .testimonial_item--title-role:before {
  content: "";
  width: 50px;
  border-top-width: 1px;
  border-top-color: inherit;
  border-top-style: solid;
  display: block;
  margin: 15px auto 20px;
}

.la_testimonials--style-4 .testimonial_item--title-role .testimonial_item--title {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
}

.la_testimonials--style-4 .testimonial_item--title-role .testimonial_item--role {
  display: none;
}

.la_testimonials--style-5 .item-inner {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0;
  padding: 40px 40px 30px;
  text-align: left;
}

.la_testimonials--style-5 .item-inner:before {
  content: "";
  background: url(assets/images/quote.png) no-repeat center top;
  height: 23px;
  position: absolute;
  top: -12px;
  left: 40px;
  width: 60px;
}

.la_testimonials--style-5 .testimonial_item--image {
  display: none;
}

.la_testimonials--style-5 .testimonial_item--excerpt {
  font-size: 20px;
  line-height: 30px;
}

.la_testimonials--style-5 .testimonial_item--excerpt:after {
  content: "";
  display: block;
  height: 2px;
  background-color: #fff;
  width: 40px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.la_testimonials--style-5 .testimonial_item--title {
  display: inline-block;
}

.la_testimonials--style-5 .testimonial_item--role {
  display: inline-block;
}

.la_testimonials--style-5 .testimonial_item--role:before {
  content: "";
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 8px;
}

.la_testimonials--style-5.slick-vertical {
  padding-right: 60px;
}

.la_testimonials--style-5.slick-vertical .slick-list {
  padding-top: 25%;
  padding-bottom: 25%;
}

.la_testimonials--style-5.slick-vertical .slick-dots {
  margin: 0;
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.la_testimonials--style-5.slick-vertical .slick-dots li {
  display: block;
  width: 10px;
  height: 10px;
  margin: 10px 0;
}

.la_testimonials--style-5.slick-vertical .slick-slide:not(.slick-active) {
  opacity: 0.5;
}

.la_testimonials--style-6 .testimonial_item--inner {
  padding: 40px 40px 40px 140px;
  background-color: #fff;
  margin-bottom: 0;
  text-align: left;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
}

.la_testimonials--style-6 .testimonial_item--info {
  margin-bottom: 15px;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 500;
}

.la_testimonials--style-6 .testimonial_item--image {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 30px;
  background-color: #fcfcfc;
  border-radius: 50%;
}

.la_testimonials--style-6 .testimonial_item--image img {
  border-radius: 50%;
}

.la_testimonials--style-6 .testimonial_item--title {
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  display: inline-block;
  margin-right: 5px;
}

.la_testimonials--style-6 .testimonial_item--role {
  display: inline-block;
}

.la_testimonials--style-7 .testimonial_item--image {
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
}

.la_testimonials--style-7 .testimonial_item--excerpt {
  font-size: 18px;
  margin-top: 25px;
}

.la_testimonials--style-7 .testimonial_item--bottom {
  display: none;
}

.la_testimonials--style-8 .testimonial_item {
  text-align: left;
}

.la_testimonials--style-8 .testimonial_item--inner {
  background-color: #fff;
  padding: 60px 60px 60px 140px;
  margin-bottom: 0;
}

.la_testimonials--style-8 .testimonial_item--image {
  position: absolute;
  left: 45px;
  top: 50%;
  margin-top: -45px;
}

.la_testimonials--style-8 .testimonial_item--excerpt {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 15px;
}

.la_testimonials--style-8 .testimonial_item--title {
  text-transform: uppercase;
  font-weight: bold;
}

.la_testimonials--style-8 .star-rating {
  margin-top: 10px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-loading .slick-list {
  background-color: #fff;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-track, .slick-slide {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

/*Fixed issue of image overlap*/
.slick-initialized .slick-slide {
  /*display: block;*/
  position: relative;
  z-index: 1;
  outline: none;
}

.slick-initialized .slick-slide.slick-active {
  z-index: 9;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

@media (max-width: 1024px) {
  .item {
    width: 960px !important;
  }
}

@media (max-width: 800px) {
  .item {
    width: 700px !important;
  }
}

@media (max-width: 540px) {
  .item {
    width: 510px !important;
  }

}

@media (min-width: 1920px) {

  .item {
    width: calc(100% - 100px) !important;
    margin-left: 3% !important;
  }

}

@media (max-width: 481px) {

  .item {
    width: 390px !important;
  }
  .carousel-indicators{
    bottom: -35px;
  }

}

@media (max-width: 380px) {
  .item {
    width: 355px !important;
  }
}

@media (max-width: 320px) {
  .item {
    width: 300px !important;
  }
}

/*FIN Opiniones*/

/* Footer */

.texto-lateral-icono-footer{
  font-family: 'Public Sans', sans-serif;
  font-size: 1em;
  color: white;
  font-weight: bold;
}

.texto-lateral-icono-footer-entregas {
  font-family: 'Public Sans', sans-serif;
  font-size: 1em;
  color: white;
  font-weight: lighter;
}

.ultimoItem-footer {
    margin-top: 12px!important;
    /*float: right;*/
    width:70%;
    float: right;    
}

.contenedorLinea-footer,.contenedorLinea-footer2,.contenedorLinea-footer-lugares  {
  margin: auto;
}

.texto-lateral-icono-footer-copyright{  
  font-size: 13px;
  color: #FF8500;
  font-weight: regular;
}

.texto-lateral-icono-footer-copyright2{  
    font-size: 13px;
    color: #f6f6f6;
    font-weight: regular;
  }

.logo_footer {
  margin-right: 100px;
}

@media (max-width: 481px) {

  .logo_footer {
    width: 110px;
    float: none;
    margin-bottom: 0px;
    padding-left: 20px;
    margin-right: 0px;
  }

  .contenedorLinea-footer2 {      
    margin-top: 5px!important;
    margin-bottom: 5px!important;
    margin-left: 5px!important;
  }

  .ultimoItem-footer{
    width:100%;
  }

  .contenedorLinea-footer-lugares {
    margin-top: 5px;
  }

  .img_pago{
    float: right;
    width: 40px;
    margin-right: 15px;
    /*margin-top: 25px;
    margin-bottom: 25px;*/
  }

}

/* FIN Footer */

/* Nuevo Reservas */

.nuevoReservas {
    background: #eeeeee !important;
}


/*Step 1 - Buscador*/

.nuevoReservas .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    height: auto;
    width: 100%;
    line-height: 1;
}

.nuevoReservas .caja-home {
    background-color: rgba(0, 0, 0, 0.80)!important;
    color: #fff;
}

.nuevoReservas .buscar-disponibilidad {
    text-transform: uppercase;
    color: #fff;
}

.nuevoReservas .buscar-disponibilidad h2, .buscar-disponibilidad h1 {
    font-size: 24px;
    font-family: "Open Sans";
    font-weight: 600;
}

.nuevoReservas .seleccionarFormulario span {
    display: inline;
}
.nuevoReservas .input-group {
    display: block;
}
.nuevoReservas .seleccionarFormulario input, .seleccionarFormulario select {
    width: calc(100% - 20px)!important;
    display: inline;
    border-radius: 0px!important;
}

.nuevoReservas .seleccionarFormularioCheck input[type="checkbox"]  {
    display: inline;
    margin-top: 0px!important;
    border-radius: 0px!important;
}

.nuevoReservas .labelCheckbox  {
    margin-left: 10px;
    font-weight: 400;
    font-size: 14px;
}

.nuevoReservas .iconoForm {
    margin-right: 17px;
    margin-left: 8px;
}

.nuevoReservas .detailsContainer .iconoForm {
    color: #1ba521;
}

.nuevoReservas .botonBuscar {
    margin-top: 20px;
    padding: 10px;
    width: calc(100% - 35px);
    margin-left: 35px;
    text-transform: uppercase;
    border: 0;
    letter-spacing: 4px;
    font-weight: 400;
    font-family: "Open Sans";
    background: #f3f3f3;
    color: #000;
}

.nuevoReservas .botonBuscar:hover, .botonBuscar:active, .botonBuscar:focus {
    background: #b2b2b2;
    color: #fff;
}

.nuevoReservas .buscar-disponibilidad {
    margin-bottom: 0px;
}
.nuevoReservas .caja-home {
    padding: 10px 35px 35px 20px!important;
    margin-right: auto;
    position: absolute;
    top: -508px!important;
    left: -200px!important;
}

.nuevoReservas .linkPromocionesVigentes {
    color: #fff;
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    text-decoration: underline;
    text-transform: lowercase;
    display: block;
    margin-top: 18px;
    margin-left: 5%;
}

.nuevoReservas .linkPromocionesVigentes:hover, .linkPromocionesVigentes:active, .linkPromocionesVigentes:focus {
    color: #d9d9d9;
}


.nuevoReservas .carousel-control.right, .carousel-control.left {
    background: none;
    opacity: 1;
}



@media (max-width: 991px) {

    .nuevoReservas .fondoHeaderPrincipal img {
        display: none;
    }

    .nuevoReservas .caja-home {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        position: initial;
    }
    .nuevoReservas .imagenMercadoPago {
        margin-top: 10%!important;
    }
    .nuevoReservas .mediosdePago {
        padding-bottom: 10%!important;
        padding-top: 10%;
    }

    .nuevoReservas .opinionesClientes {
        padding-top: 10%;
    }

    .nuevoReservas .contenedorFoto {
        margin-top: 5%!important;
    }
    .nuevoReservas .fondoHeaderPrincipal {
        background: #fff;
    }
}

.nuevoReservas .fondoHeaderPrincipal {
    background: black;
}

.nuevoReservas .fondoHeaderPrincipal img {
    width: 100%;
    height: 82vh;
}

/* FIN Buscador */

/* Steps del proceso de resreva */
.nuevoReservas .contenedorReserva {
margin-bottom: 5%
}

@media (min-width: 980px) {
    .nuevoReservas .container {
        width: 90%;
    }
}


.nuevoReservas #inicio {
  /*  display: none; */
}

.stepsReserva {
    background: #5d2d86;
    color: white;
    max-width: 900px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 7px 0px 7px 0px;
    margin-top: 5%;
    margin-bottom: 5%;
}

.stepsReserva a {
    color: #fff;
}

.stepsReserva .item-stepReserva {
    border-right: 1px solid white;
}


.stepsReserva .item-reserva {
    font-size: 24px;
    font-weight: 300;
}

/* .stepsReserva .item-reserva:hover {
    font-weight: 800;
} */

.stepsReserva .item-reserva-activo {
    text-decoration: none;
    font-weight: 800;
    border-bottom: 0px;
}

.nuevoReservas .box {
    background: white;
    padding: 45px;
    min-height: 400px;
}

.nuevoReservas .box h2 {
    color: #000;
    margin-top: 0px;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
}

.nuevoReservas .box hr {
    border-top: 1px solid #000;
}
.nuevoReservas #datosReservaFechas {
    margin-top: 30px;
}

.nuevoReservas .box h4 {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.nuevoReservas .box p {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}



/* FIN Steps del proceso de resreva */

/* Resultados de búsqueda */

.listadoBusqueda {
    margin-left: -15px;
}

#resultadosNuevos {
    display: none;
    margin-bottom: 40px;
}

.resultadoBusqueda h3 {
    font-size: 24px;
    font-weight: 500;
    color: white;
    background: #6b4190;
    text-align: center;
    padding: 7px 0px 7px 0px;
    margin-bottom: 20px;
}

.resultadoBusqueda .detailsContainer h4 {
    font-weight: 600;
    margin-top: 15px;
}

.resultadoBusqueda .contenedorPrecioxDia {
    margin-top: 30px;
    height: 30px;
    border-bottom: 1px solid black;
}
.contenedorPreciosLateral {
    margin-top: 25px;
    border-bottom: 1px solid black;
}
.resultadoBusqueda .textoPrecioXDia{
    vertical-align: -webkit-baseline-middle!important;
}

.textoPrecioXDiaLateral {
    vertical-align: sub;
}

.resultadoBusqueda .priceUnitNumber {
    font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
    font-weight: 800;
    float: right;
}

.resultadoBusqueda .priceTotalText {
    text-align: right;

}


.priceTotalRight {
    margin-right: 10px!important;
}
.resultadoBusqueda .seleccionarVehiculo {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    background: #6d4292;
    padding: 5px 15px;
    font-size: 16px!important;
    float: right;
}

.resultadoBusqueda a:hover {
    background: #f3f3f3;
    color: black;
    cursor: pointer
}

/* .adicionales {
    padding: 15px 5px!important;
} */

.adicionales hr {
    margin-bottom: 10px;
    margin-top: 10px;
}

.adicionales h3 {
    font-size: 24px;
    font-weight: 500;
    color: white;
    background: #6b4190;
    text-align: center;
    padding: 7px 0px 7px 7px;
    margin-bottom: 20px;
}

.adicionales h4 {
    font-size: 18px!important;
   font-weight: 600;
}

.adicionales label {
    color: #000;
    font-size: 14px;
    font-weight: 200;
    margin-left: 10px;
}

.adicionales .precioAdicional {
    text-align: right;
    font-weight: 200;
    font-size: 14px;
    color: black;
}

.adicionales .cantidad-adicionales {
    width: 50px;
    display: inline-block;
}


.adicionales button {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    background: #6b4190;
    padding: 5px 15px;
    font-size: 16px!important;
    float: right;
}

.adicionales button:hover {
    background: #f3f3f3;
    color: black;
    cursor: pointer
}


.nuevoReservas .priceTotalRight {
    color: black;
    font-weight: 200;
    font-size: 12px;
    text-align: right;
}

.nuevoReservas .pricexDiaRight {
    font-size: 18px;
    font-weight: 800;
}


/* Barra lateral*/

.nuevoReservas .contenedorAdicionalesLateral {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.nuevoReservas .adicionalesLateral {
    font-size: 14px;
    font-weight: 200;
    color: black;
    display: none;
}

.nuevoReservas .adicionalesLateral .fa-check-circle {
    color: #1ba521;
}

.nuevoReservas .precioLuegodeAdicionales {
    color: white!important;
    background: #6b4190!important;
    padding: 10px 5px!important;
    font-weight: 600!important;
    font-size: 17px!important;
    text-align: center!important;
    width: 100%!important;
    margin-right: 0px!important;
}



.nuevoReservas .resumenReserva {
    min-height: 0px;
    margin-bottom: 30px;
}

.nuevoReservas .toggleIcon {
    display: none;
}

.nuevoReservas h2 small {
    display: none;
}

@media (min-width: 768px) {
    .nuevoReservas .collapse {
      display: block;
      height: auto !important;
      visibility: visible;
    }
  }


  @media (max-width: 768px) {
    .nuevoReservas .toggleIcon {
        display: block!important;
    }
    .nuevoReservas h2 small {
        display: block;
        font-size: 12px;
        margin: 10px 0px;
        text-transform: lowercase;
    }
  }

/* Fin Barra lateral */


/* Tercer paso */

.nuevoReservas .contenedorPasoTres h3 {
    font-size: 24px;
    font-weight: 500;
    color: white;
    background: #6b4190;
    text-align: center;
    padding: 7px 0px 7px 0px;
    margin-bottom: 20px;
}

.nuevoReservas .entregaYdevolucionContenedor, .pagoContenedor {
    min-height: 0px!important;
}

.contenedorPasoTres button {
    text-decoration: none;
    font-weight: 800;
    color: #fff;
    background: #6b4190;
    padding: 5px 15px;
    font-size: 16px!important;
    float: right;
}
.contenedorPasoTres button:hover {
    background: #f3f3f3;
    color: black;
    cursor: pointer
}

.contenedorPasoTres label {
    font-size: 14px;
    color: black;
    font-weight: 200;
}

.ivaDetails {
    display: none;
}

#pickUpSite, #dropOffSite {
    display: none;
}

#pickUpSite span, #dropOffSite span {
    color: black;
}

#pickUpSite .textDetail, #dropOffSite .textDetail {
    color: black;
    font-weight: 200;
    font-size: 14px;
}

/* Fin tercer paso*/

/* Fin Nuevo Reservas */

#MP-Checkout-dialog {
  z-index: 1000 !important;
}

.container-info {
    padding-top: 50px;
}

.container-info .titulo {
    font-size:1.6em;
    padding-top: 20px;
    color:black;
    font-weight: bold;
}

.container-info .row {
    padding-top: 20px;
    padding-bottom: 20px
}

.container-info .media-heading {
    font-size: 1.4em;
    padding-top: 30px;
}

.container-info p {
    padding-top: 30px;
    color:#656665;
    font-size:0.8em;
}

.container-info li {    
    margin-top: 10px;    
}

.container-info-gris p {
    margin-top: 30px;
    color:#656665;
    font-size:0.8em;
}

.container-info-gris {
    background: #f6f6f6
}

.ancho-70 {
    width:70%
}

.ancho-60 {
    width:60%
}

.container-info-gris .titulo {
    font-size:1.6em;
    padding-top: 20px;
    font-weight: bold;
}

.container-info-gris img {
    height:100px
}

.container-banner {
    position:relative;
    text-align: center;
    background: #f6f6f6
}

.container-banner div {
    color: white;
}

.container-banner .titulo {
    position:absolute;
    transform: translate(-50%, -50%);
    left:50%;
    top:25%;    
    width:100%;
    font-size:2em!important;
}

.container-banner .titulo-secundario {
    position:absolute;
    transform: translate(-50%, -50%);
    left:50%;
    top:45%;
    font-size:24px;
    width:100%
}

.container-banner button {
    position:absolute;
    transform: translate(-50%, -50%);
    left:50%;
    top:70%;
    font-size: 1.2em;
    width:12em;
}

.container-banner a {
    position:absolute;
    transform: translate(-50%, -50%);
    left:50%;
    top:70%;
    font-size: 1.2em;
    width:19em;
}


.container-banner span {
    color:#5d2d86
}

.imagen-chica {
    height:25px!important;
}

.imagen-icono {
    height:20px!important;
}

.container-info-gris .titulo-con-color {
    font-size:1.2em;
    padding-top: 20px;
    color:#5d2d86
}

.container-info-gris .caption {
    padding: 10px;
}

.container-info-gris li {
    font-size:0.8em;
    margin-top: 10px;
    color: #656665;
}

.info-resaltado {
    font-size:1.0em!important;
}

.contacto-item {
    margin-left: 30px;
}

.enviar-contacto {
    color:#f6f6f6;
    background: #5d2d86;
}

.button-start{
    background: #EA5C1C;
    color:#f6f6f6;    
    text-align: center;
    font-size:14px!important;    
    margin: auto;
    font-weight: bold;
    font-size:18px;
}

.button-start-reverse{
    color:#EA5C1C;    
    background: #f6f6f6;
    text-align: center;    
    margin: auto;
    font-weight: bold;
    font-size:18px;
}

.imagen-header-container{    
    position: relative;
    top: 0px;
    left: 0px;
    height: 10vw;
}

.imagen-header-monitor{
    position: absolute;
    top: 220px;
    right: 150px;
}

.imagen-header-texto{
    position: absolute;
    left: 10%;
    top: 60%; 
    color:#f6f6f6;    
}

.header-big-text{
    font-size:65px;    
    font-weight: bold;
    color:#f6f6f6;    
}

.header-medium-text{
    font-size:2vw;    
    width:70%;
    color:#f6f6f6;    
}

div.card {
    width: 100%;
    height:200px!important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    padding: 20px;
    margin-top:25px;
  }

div.card-contacto {
    width: 100%;    
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);    
    padding: 50px;
    margin:10px;
}

div.card img {
    width:30%;
}

.textoCard {    
    padding-top: 20px;
    padding-left:25px;
    padding-right:25px;
    color:#000000!important;    
}

.textoCardSmall{
    font-size:13px;           
}
.textoCardMedium{
    font-size:18px;    
}

.textoCardMediumClientes{
    font-size:18px;
    color: white;
}

.section-title{
    font-size:30px;
    color:#EA5C1C;
    font-weight: bold;
}

.section-title-clientes{
    font-size:30px;
    color:white;
    font-weight: bold;
    text-align: center;
}

.section-title-reverse{
    font-size:42px;
    color:#F6F6F6;
    font-weight: bold;
}

.itemCheck{
    padding-left:35px;   
    font-size:16px;    
}

.margin-top-10{
    margin-top: 20px;
}

.margin-top-20{
    margin-top: 20px;
}

.form-control{    
    background-color: #F6F6F6!important;
}

/*Flecha para hacer la pagina hacia arriba*/
.ir-arriba{
    display:none;
    background-repeat:no-repeat;
    font-size:20px;
    color:black;
    cursor:pointer;
    position:fixed;
    bottom:10px;
    right:31px;
    z-index:2;
}

.float{
    position:fixed;
    width: 60px;
    height: 60px;
    bottom: 80px;
    right: 25px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}
.float:hover {
    text-decoration: none;
    color: #25d366;
    background-color:#fff;
}

.my-float{
    margin-top:16px;
}

.container-testimonios{
    height: 790px;
}

.medio-pago{
    padding: 25px;
    text-align: center;
}

.medio-pago-img{
    width: 230px;
}

.medio-pago-img-mp{
    width: 158px !important;
    margin-top: 16px !important;
}

.medio-pago-img-paypal {
    margin-top: 30px !important;
}

.map-filter{
    width: 100%;
    height: 25px;
    background-color: #fff;
    margin-top: -47px;
    position: relative;
    z-index: 99;
}

@media (max-width: 991px) {
    .medio-pago{
        padding: 15px;
        text-align: center;
    }

    .medio-pago-img{
        width: 110px;
    }

    .medio-pago-img-mp{
        width: 87px !important;
        margin-top: 23px !important;
    }

    .medio-pago-img-paypal {
        margin-top: 30px !important;
    }

    .medio-pago-img-pix{
        margin-top: -137px; !important;
    }
}

/* Landing redesign test */
.landing-redesign {
    font-family: Montserrat, sans-serif;
    color: #23395d;
}

.landing-redesign h1,
.landing-redesign h2,
.landing-redesign h3,
.landing-redesign h4 {
    color: #1d3760;
    font-weight: 800;
    line-height: 1.15;
}

.landing-redesign p {
    color: #59677f;
    font-size: 16px;
    line-height: 1.7;
}

.hero-redesign {
    background-color: #ff8500 !important;
    background-image: none !important;
    padding: 110px 0 80px;
    overflow: hidden;
}

.hero-redesign h1,
.hero-redesign .hero-copy > p {
    color: #ffffff;
}

.hero-redesign .hero-copy > p {
    font-size: 17px;
    line-height: 1.75;
}

.hero-redesign h1 {
    font-size: 54px;
    margin: 16px 0;
}

@keyframes heroFadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 32px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes heroFloat {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(0, -14px, 0);
    }
}

@keyframes heroGlowPulse {
    0%,
    100% {
        box-shadow: 0 18px 45px rgba(22, 48, 89, 0.18);
    }
    50% {
        box-shadow: 0 24px 55px rgba(22, 48, 89, 0.28);
    }
}

.hero-redesign .hero-animate {
    opacity: 0;
    animation: heroFadeInUp 0.85s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero-redesign .hero-animate--1 {
    animation-delay: 0.1s;
}

.hero-redesign .hero-animate--2 {
    animation-delay: 0.25s;
}

.hero-redesign .hero-animate--3 {
    animation-delay: 0.4s;
}

.hero-redesign .hero-animate--4 {
    animation-delay: 0.55s;
}

.hero-redesign .hero-animate--5 {
    animation:
        heroFadeInUp 1s cubic-bezier(0.22, 1, 0.36, 1) 0.35s forwards,
        heroGlowPulse 4s ease-in-out 1.4s infinite;
}

.hero-visual-img {
    animation: heroFloat 5.5s ease-in-out 1.4s infinite;
    will-change: transform;
}

.hero-badge {
    display: inline-block;
    background: #163059;
    color: #fff;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.hero-actions {
    margin-top: 30px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.hero-redesign .button-start,
.hero-redesign .button-start-reverse {
    border-radius: 10px;
    padding: 11px 20px;
}

.hero-visual {
    background: rgba(255, 255, 255, 0.35);
    border-radius: 24px;
    padding: 20px;
    box-shadow: 0 18px 45px rgba(22, 48, 89, 0.18);
    will-change: transform;
}

.hero-visual img {
    margin: 0 auto;
    display: block;
}

@media (prefers-reduced-motion: reduce) {
    .hero-redesign .hero-animate,
    .hero-redesign .hero-animate--5,
    .hero-visual-img {
        animation: none;
        opacity: 1;
        transform: none;
        box-shadow: 0 18px 45px rgba(22, 48, 89, 0.18);
    }
}

.logos-strip {
    padding: 38px 0;
    background: #fff;
}

.logos-strip h3 {
    font-size: 28px;
    margin-bottom: 25px;
}

.logos-main {
    margin: 0 auto;
}

.features-overview {
    padding: 75px 0;
    background: #f8fbff;
}

.section-heading {
    margin-bottom: 35px;
}

.section-heading h2 {
    font-size: 42px;
    margin-bottom: 12px;
}

.feature-card {
    background: #fff;
    border: 1px solid #e8ecf4;
    border-radius: 18px;
    box-shadow: 0 14px 35px rgba(16, 40, 80, 0.08);
    padding: 28px 24px;
    margin-top: 25px;
    min-height: 250px;
}

.feature-card img {
    width: 60px;
}

.feature-card h4 {
    margin-top: 18px;
    margin-bottom: 10px;
    font-size: 24px;
}

.split-section {
    padding: 70px 0;
    background: #fff;
}

.split-section.soft-bg {
    background: #f3f7fc;
}

.split-align {
    display: flex;
    align-items: center;
}

.split-section h2 {
    font-size: 40px;
}

.split-section ul {
    margin-top: 20px;
    padding-left: 20px;
}

.split-section li {
    margin-bottom: 10px;
    color: #53657f;
    font-size: 16px;
}

.split-image {
    border-radius: 18px;
    background: #fff;
    padding: 10px;
}

.payments-inline {
    margin-top: 24px;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
}

.payments-inline img {
    height: 36px;
    width: auto;
}

.payments-section {
    padding: 65px 0;
    background: #ffffff;
}

.payments-section .section-heading h2 {
    font-size: 38px;
}

.payments-grid {
    margin-top: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 46px;
    flex-wrap: wrap;
}

.payments-grid img {
    height: 132px;
    width: auto;
}

.payments-marquee {
    margin-top: 14px;
    overflow: hidden;
    width: 100%;
}

.payments-marquee-track {
    display: flex;
    align-items: center;
    gap: 46px;
    width: max-content;
    animation: payments-marquee-scroll 38s linear infinite;
}

.payments-marquee-track img {
    height: 132px;
    width: auto;
}

@keyframes payments-marquee-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.clients-highlight {
    padding: 80px 0;
    background: #fff;
}

.clients-highlight h2 {
    font-size: 44px;
}

.clients-marquee {
    margin-top: 25px;
    overflow: hidden;
    width: 100%;
}

.clients-marquee-track {
    display: flex;
    align-items: center;
    gap: 36px;
    width: max-content;
    animation: clients-marquee-scroll 42s linear infinite;
}

.clients-marquee-track img {
    max-width: 540px;
    width: 44vw;
    min-width: 320px;
    height: auto;
}

@keyframes clients-marquee-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 991px) {
    .clients-marquee-track {
        gap: 20px;
        animation-duration: 36s;
    }

    .clients-marquee-track img {
        width: 80vw;
        min-width: 260px;
    }
}

.testimonials-modern {
    padding: 80px 0;
    background: #18335f;
}

.testimonials-modern h2,
.testimonials-modern p {
    color: #fff;
}

.testimonial-card {
    background: #fff;
    border-radius: 16px;
    min-height: 180px;
    padding: 22px;
    margin-bottom: 18px;
}

.testimonial-card p {
    color: #45566f;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.45;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 18px;
}

.testimonials-grid .testimonial-card {
    margin-bottom: 0;
    min-height: 320px;
    width: 100%;
}

.testimonial-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.testimonial-logo {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #ea5c1c;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.testimonial-stars {
    color: #f4b400;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 800;
}

.testimonial-author {
    display: block;
    color: #1d3760;
    margin-top: 12px;
    margin-bottom: 8px;
    font-weight: 800;
}

.testimonial-company {
    display: inline-block;
    border-radius: 999px;
    border: 1px solid #d9e1ef;
    color: #5b6f8f;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 10px;
}

.stats-countup {
    padding: 70px 0;
    background: #f8fbff;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.stats-countup.stats-countup--visible {
    opacity: 1;
    transform: translateY(0);
}

.stats-countup-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    text-align: center;
}

.stats-countup-item {
    background: #fff;
    border: 1px solid #e8ecf4;
    border-radius: 16px;
    box-shadow: 0 14px 35px rgba(16, 40, 80, 0.08);
    padding: 28px 20px;
}

.stats-countup-value {
    color: #ff8500;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.1;
}

.stats-prefix {
    display: inline-block;
    margin-right: 2px;
}

.stats-countup-label {
    margin: 10px 0 0;
    color: #1d3760;
    font-size: 18px;
    font-weight: 700;
}

.contact-modern {
    padding: 80px 0;
    background: #ffffff;
}

.contact-modern h2 {
    font-size: 42px;
}

.contact-modern .card-contacto {
    background: #fff;
    border: 1px solid #e8ecf4;
    border-radius: 18px;
    box-shadow: 0 14px 35px rgba(16, 40, 80, 0.08);
    margin: 0;
}

@media (max-width: 991px) {
    .hero-redesign {
        padding: 80px 0 55px;
    }

    .hero-redesign .hero-actions .button-start-reverse {
        margin-bottom: 24px;
    }

    .hero-redesign h1 {
        font-size: 36px;
    }

    .section-heading h2,
    .split-section h2,
    .clients-highlight h2,
    .contact-modern h2 {
        font-size: 30px;
    }

    .split-align {
        display: block;
    }

    .feature-card {
        min-height: 200px;
    }

    .payments-grid {
        gap: 22px;
    }

    .payments-grid img {
        height: 68px;
    }

    .payments-marquee-track {
        gap: 22px;
        animation-duration: 34s;
    }

    .payments-marquee-track img {
        height: 68px;
    }

    .testimonials-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .stats-countup-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .stats-countup-value {
        font-size: 40px;
    }
}

@media (max-width: 640px) {
    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .stats-countup-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .stats-countup-value {
        font-size: 32px;
    }

    .stats-countup-label {
        font-size: 15px;
    }

    .stats-countup-item {
        padding: 20px 12px;
    }
}

.site-footer-redesign {
    background: #ffffff;
    margin-top: 0;
}

.footer-cityline {
    height: 120px;
    background: linear-gradient(180deg, #de7332 0%, #e9843f 100%);
    position: relative;
}

.footer-cityline:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 72px;
    background: linear-gradient(0deg, rgba(23, 48, 93, 0.2), rgba(23, 48, 93, 0));
}

.footer-cta-wrap {
    margin-top: -70px;
    position: relative;
    z-index: 3;
}

.footer-cta-card {
    background: #17305d;
    border-radius: 14px;
    padding: 34px 36px;
    color: #fff;
}

.footer-cta-card h3 {
    margin: 0 0 8px;
    font-size: 36px;
    color: #fff;
    font-weight: 800;
}

.footer-cta-card p {
    margin: 0;
    color: #d8e2f4;
    font-size: 16px;
}

.footer-cta-action {
    text-align: right;
    padding-top: 14px;
}

.footer-main {
    padding: 40px 0 20px;
    background: #fff;
}

.footer-main-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.footer-main-row::before,
.footer-main-row::after {
    display: none;
}

.footer-col {
    float: none;
}

.footer-col-header,
.footer-main h4 {
    margin: 0 0 10px;
    min-height: 22px;
    line-height: 1.2;
}

.footer-col-header {
    display: flex;
    align-items: flex-start;
}

.site-footer-redesign .logo_footer {
    width: 170px;
    margin: 0;
    padding: 0;
    float: none;
    display: block;
    margin-top: -61px;
}

.footer-copy {
    color: #617391;
    font-size: 14px;
    line-height: 1.5;
    max-width: 280px;
    margin: 0;
}

.footer-main h4 {
    color: #1d3760;
    font-size: 18px;
    font-weight: 800;
}

.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #5d6d87;
    font-size: 14px;
    text-decoration: none;
}

.footer-links a:hover {
    color: #ea5c1c;
}

.footer-mini-cta {
    width: 100%;
    margin-top: 5px;
}

.footer-bottom {
    margin-top: 22px;
    padding-top: 16px;
    border-top: 1px solid #e6ebf3;
    color: #7b8ca8;
    font-size: 13px;
}

@media (max-width: 991px) {
    .footer-cityline {
        height: 90px;
    }

    .footer-cta-wrap {
        margin-top: -52px;
    }

    .footer-cta-card {
        padding: 24px 20px;
    }

    .footer-cta-card h3 {
        font-size: 28px;
    }

    .footer-cta-action {
        text-align: left;
        padding-top: 18px;
    }

    .footer-main {
        padding-top: 28px;
    }

    .footer-main-row {
        display: block;
    }

    .footer-main .footer-col {
        margin-bottom: 20px;
    }
}

#map {
    width: 100%;
    height: 680px;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
    position: relative;
}

@media (max-width: 991px) {
    #map {
        margin-top: 20px;
        height: 560px;
    }
}