/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 hola custom*/

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@300;400;500;700&display=swap');

body#index .row { margin: 0; }
body.over { overflow: hidden; }
a {
  color: #FF5F00;
  text-decoration: underline;
}

.hamburguer-bt {
  cursor: pointer;
 /* height: 60px;*/
  /*position: absolute;*/
 /* right: 50%;
  top: 10px;*/
/*  width: 35px;*/
  width: 32px;

 /* margin-top: -30px;*/
  transition: all .2s ease-out;
  display: inline-block;
  z-index: 999999;
  margin-right: 18px;
    /*margin-top: 8px;*/
}

.hamburguer-bt .hamburguer-bt__stripe {
  width: 100%;
  height: 3px;
  background: black;
  margin: 6px auto;
  transition: all 0.3s;
  backface-visibility: hidden;
}

.hamburguer-bt.on .hamburguer-bt__stripe__top {
  transform: rotate(45deg) translate(5px, 7px);
}

.hamburguer-bt.on .hamburguer-bt__stripe__middle {
  opacity: 0;
}

.hamburguer-bt.on .hamburguer-bt__stripe__bottom {
  transform: rotate(-45deg) translate(5px, -8px);
}



.full-menu { display: none;  }
.full-menu.on { display: block; background-color: rgba(0,0,0,0.5); color: #fff;
    display: block;
  
    color: #fff;
    width: 100%;
    position: fixed;
    left: 0;
    height: 100%;
    z-index: 99999;
    top: 0;
     transition: all .2s ease;


 }
 .full-menu-blanco { opacity: 1; height: 0px;  transition: all .2s ease;      position: fixed;
    top: -17px;
    left: 0;
   
    overflow: hidden; z-index: 9999; width: 100%; background-color: #fff;     display: flex;
    align-items: center;
    justify-content: start;}


 .full-menu-blanco.on { opacity: 1; width: 100%; background-color: #fff; height: 60%;  position: fixed;
    left: 0;
  
    z-index: 999999;
    top: 0;  transition: all .2s ease;}
    .full-menu-blanco ul li a {  font-family: 'Roboto Condensed', sans-serif; color: #000; font-weight: 500; text-decoration: none; font-size: 1rem;    }
    #header .full-menu-blanco ul li a:hover { color: #FF5F00; }

    .full-menu-blanco ul h3 {  font-family: 'Roboto Condensed', sans-serif; color: #000; font-weight: 700; font-size: 1.5rem; text-transform: uppercase;  }

main { max-width: 1600px; margin: 0 auto; }

#header .logo { width: 85px;     z-index: 9999999;
    position: relative; }
#top-menu { margin: 0; padding-left: 0px; }

.link-logo  {     width: 86.23px;  z-index: 9999999;
    position: relative; top: -2px;}
.link-logo svg path:nth-child(2) {
    fill: #ff5f00;
}

#wrapper {
  padding: 0;
  box-shadow: none;
}

.container-fluid {
  padding: 0;
}

.btn-primary {
  color: #fff;
  background-color: #FF5F00;
  border-color: #FF5F00;
}

.btn-primary:hover {
  opacity: 0.5;
  background-color: #FF5F00;
  border-color: #FF5F00;
}

.carousel {
  box-shadow: none;
  margin: 0;
}

.carousel .carousel-inner {
  height: 40vw;
  max-height: 640px;
  padding: 0;
  margin: 0;
}

.carousel .carousel-item {
  background-size: cover;
  background-position: center center;
	background-color: #FF5F00;
}

.carousel .carousel-inner .btn-vermas {
  position: absolute;
  right: 2.4rem;
  bottom: 50px;
  background-color: #fff;
  color: #FF5F00;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.25rem;
  padding: 7px 32px;
  border-radius: 0;
  z-index: 1;
}
@media screen and (min-width:992px){
  .carousel .carousel-inner .btn-vermas {
    padding: 7px 32px;
    bottom: 3.125rem;
  }
}
.carousel-control {
  width: 3%;
}
a.link-logo {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
}
#header { padding: 8px 16px; padding: 8px 17.5px; display: flex; align-items: center; min-height: 61.59px }
#header .top-menu li {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #FF5F00;
  /*margin: 0px 10px;*/
  margin-left: 26.3px;
}

#header .top-menu li a {

/* font-size: 20px;*/
  font-size: 17.6px;
  color: #000;
   padding: 0px;
    line-height: 23px;
        position: relative;
    top: 1px; left: 1px;
}
#header .top-menu li:first-child a {
	color: #FF5F00;
/*	border-bottom: 2px solid #FF5F00;*/
	border-bottom: .123rem solid #ff5f00;

   
}
#header .top-menu li a:hover, 
#header .top-menu li a:active, 
#header .top-menu a[data-depth="0"]:hover {
	color: #FF5F00;
	background-color: transparent;
}

#featured_categories {
  background-color: #FF5F00;
  padding: 1rem;
  margin-bottom: -25px;
}

#featured_categories ul li {
  background-color: #FF5F00;
  box-shadow: none;
}

#featured_categories ul li h3 a {
  color: #fff;
  border: 3px solid #fff;
  display: block;
  font-size: 18px;
  padding: 6px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  text-decoration: none;
}
#featured_categories ul li a:focus { outline: none; }

#featured_categories .category-carousel-nav {
  right: 64px;
  left: inherit;
  top: 43px;
  background: rgba(0, 0, 0, .6);
  width: 40px;
  height: 40px;
}

#featured_categories .category-carousel-nav i {
  font-size: 2.5rem;
  color: #fff;
      text-shadow: none;
}

#featured_categories .category-carousel-nav.next {
  right: 15px;
}
#featured_categories ul li {
  margin: 0;
  padding: 23px;
  padding-top: 40px;
}
@media screen and (min-width:768px) {
  #featured_categories ul li {
    padding: 23px;
  }
}

#featured_categories {
  margin-bottom: -25px;
}

.carousel .carousel-item {
  position: relative;
}

.carousel .carousel-item .caption {
  top: 148px;
  bottom: inherit;
}
.carousel .carousel-item .caption {
  max-width: 420px;
}

.carousel .carousel-item .caption h3 {
  text-shadow: 0px 3px 6px #000000A1;
  font: normal normal bold 35px/42px Roboto Condensed;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-shadow: 0px 3px 6px #000000A1;
}

#featured_categories .pf-slick-slider {
  padding: 0;
	
}

#featured_categories .h3.section-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  text-align: left;
  padding-left: 21px;
  padding-top: 7px;
}

#wrapper {
 /* padding-left: 30px;
  padding-right: 30px;*/
  background-color: #fff;
  max-width: 1600px;
}

.row.selectores {
  background: #E8E8E8;
  margin-left: 0px;
  margin-right: 0px;
  padding: 9px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
  padding-left: 23px;
  padding-right: 11px;
}
.row.selectores .cantidad { font-size: 18px; padding-top: 7px; }

.tail-select .select-label .label-inner {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 18px;
}
.tail-select .select-label {

background-image: none; position: relative;

}
.tail-select .select-label:after { content: ""; width: 20px; height: 20px; background-image: url(../img/down-chevron.png); display: block;
    position: absolute;
    right: 5px;
    top: 10px;
    background-size: 20px;
    background-repeat: no-repeat; transition: all .2s ease;  }
.tail-select.active .select-label:after {
  transition: all .2s ease; 

  transform: rotate(180deg);
}
.tail-select .select-dropdown ul li.dropdown-option:before {

  top: 5px;
  
    width: 20px;
    height: 20px;
}
.tail-select .select-dropdown ul li { padding-left:  1.9rem; }

.tail-select .select-label {
  background-color: transparent;
  color: #000;
}

.tail-select .select-label:hover {
  background-color: #fff;
  color: #000;
}

.tail-select.active .select-label {
  background-color: #fff;
  color: #000;
}

.tail-select .select-dropdown ul li.dropdown-option {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.tail-select .select-dropdown ul li.dropdown-option.selected {}

.tail-select .select-dropdown ul li.dropdown-option.selected:before {
  background-color: #FF5F00
}

.reviews-loading .box-producto {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #E1E1E1;
  padding: 25px;
  margin-bottom: 25px;
  padding-top: 48px;
}

.box-producto a.btn-vermas {
  background: #FF5F00;
  color: #fff;
  border-radius: 0;
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.box-producto h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0px;
  color: #FF5F00;
  text-align: center;
  text-transform: uppercase;
  line-height: 19px;
  margin-bottom: 3px;
}

.box-producto h3 a {
  color: #FF5F00;
  text-decoration: none;
}

.box-producto h4 {
  letter-spacing: 0px;
  color: #191919;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  min-height: 25px;
  line-height: 17px;
  margin-bottom: 0;
}

.box-producto h4 a {
  color: #000;
  text-decoration: none;
}

.product-price-and-shipping .price {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  letter-spacing: 0px;
  color: #191919;
  text-transform: uppercase;
  font-size: 30px;
  font-size: 28px;
}

.product-price-and-shipping .inicial {
  font: normal normal bold 17px/20px Roboto;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  letter-spacing: 0px;
  color: #4E4E4E;
}

.product-price-and-shipping {
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 10px;
}

.cajas-pagina {
  background-color: #FF5F00; 
}
.pagina-img { height: 250px; width: 100%; background-size: cover;     background-position: center center;
    margin-bottom: 10px; position: relative; }

.btn-linkpagina {
color: #fff;
    border: 3px solid #fff;
    display: block;
    font-size: 18px;
    padding: 6px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    text-decoration: none; text-transform: uppercase; border-radius: 0;}
.pagina-texto { 

        position: absolute;
    bottom: 15px; 
    left: 15px;  }

  .cajas-pagina > .row {

    padding: 40px 13px; }
    .cajas-pagina  .col-md-4 { padding: 0px 40px; }

.pagina-texto h2 {
    font: normal normal bold 20px/22px Roboto;
     font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
letter-spacing: 0px;
color: #FFFFFF; margin-bottom: 0;}
.pagina-texto h3 {
font: normal normal normal 17px/20px Roboto;
letter-spacing: 0px;
color: #FFFFFF; }

.fade:not(.show) { opacity: inherit; }
.fade.show {
    /* opacity: 1; */
    transition: opacity .15s linear;
}
.fade.show.active { opacity: 1; }

.renting { background-color: #E8E8E8; }

.renting .table { font-family: 'Roboto Condensed', sans-serif;  font-weight: bold; font-size: 20px;}

.sub-renting {     background: white;
    padding: 60px 39px;
    margin: 0px 30px; }

    .renting h2 { font: normal normal bold 30px/37px Roboto;
      font-family: 'Roboto Condensed', sans-serif;  font-weight: bold;
letter-spacing: 0px;
color: #191919;
text-transform: uppercase; margin-bottom: 30px; }

.box-table { border: 1px solid #707070;
    padding: 40px 25px;
    margin-top: 6px; }

.nav-link { 
       font-family: 'Roboto Condensed', sans-serif;  font-weight: bold;
letter-spacing: 0px;
color: #000; font-size: 23px; }

.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
  color: #FF5F00;
  background-color: #FFF;
  border: 1px solid #FF5F00; 
}
.nav-tabs .nav-link {
border-top-left-radius: 0;
    border-top-right-radius: .50rem;     width: 222px;
    border: 1px solid #707070; padding: 4px 20px;
    text-align: center;}

span.suv-plan {
      color: #191919;
  }
.tab-pane img {
  padding: 20px 10px;
  width: 100%;
}
.sub-renting .nav {
  padding-left: 30%;
}

.sub-renting .nav-tabs {
  border-bottom: none;
}

.sub-renting .img-car {
  position: relative;
  top:66px;
  width: 193px;
}

.comparativo {
  position: relative;
  top: -87px;
}

.renting .subtitulo { font: normal normal normal 20px/24px Roboto;
letter-spacing: 0px;
color: #191919;  font-family: 'Roboto Condensed', sans-serif;  }
p.gastos { font: normal normal bold 20px/24px Roboto;
letter-spacing: 0px;
color: #191919; font-family: 'Roboto Condensed', sans-serif;  font-weight: bold; margin-top: 15px;}

.mapa {     background-color: #191919;     padding: 3.25rem 3.125rem; }
.mapa h2 {
font: normal normal bold 30px/37px Roboto Condensed;
letter-spacing: 0px;
color: #FFFFFF; }

.video { background-color: #FF5F00; padding: 100px 60px; }
.video .box-video { max-width: 900px; margin: 0 auto;  }

footer#footer {
    padding: 21px 30px;
    background: #191919;
    color: #fff;
   /* margin: 0px 30px;*/ padding-bottom: 0;  } 

   footer#footer .logo-blanco { width: 87px;     margin-top: 11px; }

   ul.ul-footer {
    text-align: center;
  }
    .ul-footer li { display: inline-block; font: normal normal bold 14px/22px Roboto Condensed;
letter-spacing: 0px;
color: #FFFFFF;    color: #FFFFFF;
    margin: 0;
    margin-right: 18px;
    padding: 0;
    margin-top: 18px; }
    .ul-footer li a{ color: #fff; text-decoration: none; }

    .col-copy { margin-top: 25px; padding-bottom: 8px; margin-bottom: 25px;}

    .col-copy p { margin: 0; font: normal normal normal 16px/19px Roboto;
letter-spacing: 0px;
color: #FFFFFF;}

.col-rrss { text-align: right; }
.col-rrss a { text-decoration: none;
    display: inline-block;
    margin-right: 12px;
    margin-top: 12px; }
.col-rrss a:hover { text-decoration: none;  }
.col-rrss a:last-child { margin-right: 0; }



.slider-producto { height: 580px; width: 100%; background: #000; position: relative; }
.slider-producto h1 { 
  display: none;
  position: absolute;
  width: 100%;
  padding-top: 13vw;
  text-align: center;
    z-index: 1;
    color: #fff; font: normal normal bold 40px/48px Roboto Condensed;
letter-spacing: 0px;
color: #FFFFFF;
text-shadow: 0px 3px 6px #000000A1; text-transform: uppercase; max-width: 400px;}
@media screen and (min-width:1366px) {
  .bg-pro {
    background-size: contain !important;
    background-repeat: no-repeat;
    height: 495px;
  }
  .slider-producto {
    height: 477px;
    
  }
  .slider-producto .slick-dots {
    bottom: 50px;
  }
  .barra-black {
    position: relative;
    top: 10px;
}
}
@media screen and (min-width:992px) {
  .slider-producto h1 { position: absolute;
    top: 6rem;
    left: 7rem;
    padding-top: 0;
    text-align: left;
    display: block;
  }
}


.barra-black { background-color: #000; padding: 30px 40px;}
.barra-black ul { font: normal normal bold 12px/22px Roboto Condensed;
letter-spacing: 0px;
color: #FFFFFF; text-transform: uppercase; padding: 0; margin: 0; padding-left: 12px; 
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
@media screen and (min-width:992px) {
  .barra-black ul { 
    font: normal normal bold 18px/22px Roboto Condensed;
    justify-content: flex-start;
    }
}
.barra-black ul li { display: inline-block; margin-right: 20px;}

.barra-black img.icono-auto { margin-right: 7px; width: 45px; }

.barra-black .col-caracteristicas, .barra-black .col-ficha { display: flex; align-items: center; }


.barra-black .col-ficha {  justify-content: right; padding-top: 2px; padding-bottom: 5px; padding-right: 25px; }


.barra-black .col-ficha a { text-decoration: none;display: inline-block; text-transform: uppercase; color: #FF5F00; font: normal normal bold 15px/22px Roboto Condensed;
  letter-spacing: 0px;
  color: #FF5F00; text-transform: uppercase; margin: 0; }

@media screen and (min-width:992px){
  .barra-black .col-ficha {  
    padding-top: 0; 

  }
  .barra-black .col-ficha a { 
    font: normal normal bold 18px/22px Roboto Condensed;
  }
}


.barra-black .col-ficha img { width: 28px; }

.col-descripcion {  }
.col-descripcion > h3 { margin-top: 3rem; margin-bottom: 1.5rem; }
.col-descripcion .table-borderless td {
  font: normal normal normal 22px/26px Roboto;
letter-spacing: 0px;
color: #191919;    padding: 5px;


}
.col-elige h3 { margin-top: 3rem; margin-bottom: 2rem; }

.main-producto { background-color: #FF5F00; }
.detalle-producto { padding: 3rem 2rem; }

.detalle-producto h2 { font: normal normal bold 40px/48px Roboto Condensed;
letter-spacing: 0px;
color: #FFFFFF;  }

.detalle-producto h3 { font: normal normal bold 30px/37px Roboto Condensed;
letter-spacing: 0px;
color: #191919; }
.detalle-producto .col-md-12 h3 { margin-bottom: 24px; } 
.incluye { font: normal normal normal 22px/27px Roboto;
letter-spacing: 0px;
color: #191919; padding: 0;     margin-bottom: 25px;}
.incluye ul, .equipamiento ul { padding: 0; }
.incluye li,
.equipamiento li {

    font: normal normal normal 18px/27px Roboto;
letter-spacing: 0px;
color: #191919;     margin-bottom: 13px; 

list-style: none;
  background-image: url("../img/check_icono.png");
  background-repeat: no-repeat;
      background-position: left top;
    background-size: 25px;
    padding-left: 29px;
}
.incluye li img {
    width: 24px;
}




.description-lista li span { width: 50%; border: 1px solid ; }

.table-borderless td { border: none; font: normal normal normal 22px/35px Roboto;
 font: normal normal normal 18px/27px Roboto;
    letter-spacing: 0px;
    color: #191919; padding: 4px 1px;}

.d-block.barra-black ul li {
    display: inline-block;
    color: #fff;
}
.d-block.barra-black ul li img { margin-right: 5px; }

.ver-mas {     background:  #fff;
    color: #FF5F00;
    border-radius: 0;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    text-transform: uppercase; max-width: 240px;margin: 0 auto;
    text-align: center;
    padding: 7px;
    margin-bottom: 3rem;
    margin-top: 2rem; cursor: pointer; border: 1px solid #FF5F00; transition: all .3 ease; }

.ver-mas:hover {  background: #FF5F00; color: #fff; transition: all .3 ease; }    

.product-variants>.product-variants-item select { width: 100%;
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-bottom: 2px solid #fff;
    border-radius: 0; color: #fff; background: transparent url(../img/down-chevron-blanco.png) no-repeat scroll right .5rem center/1.25rem 1.25rem; font: normal normal normal 20px/24px Roboto Condensed;
letter-spacing: 0px;
color: #FFFFFF;}

   .product-variants span.control-label { font: normal normal bold 22px/27px Roboto Condensed;
letter-spacing: 0px;
color: #191919; text-transform: uppercase; }

  .detalle-producto h1 { font: normal normal bold 25px/30px Roboto Condensed;
letter-spacing: 0px;
color: #FFFFFF; margin-bottom: 1rem; }

.product-variants>.product-variants-item { margin-bottom: 1rem; }

.btn-contratar {  background: #191919 ;font: normal normal bold 20px/24px Roboto Condensed; letter-spacing: 0px;     width: 100%;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0; padding: 5px;
  }
    .btn-contratar:hover { color: #FF5F00; }

    .bg-pro { width: 100%; height: 580px;  }

    .slider-producto .slick-next { right: 5px; }
    .slider-producto .slick-prev { left: 5px; z-index: 1;}


    #main .page-header {     padding:  7% 50px 0 50px;
    margin: 0;
    color: #FF630F; background-color: #f8f8f8;}
      #main .page-header h1 { margin: 0; color: #191919; text-transform: uppercase; }
    .page-content.page-cms { background-color: transparent; color: #000; padding: 100px 50px;}
    .page-content.page-cms p { 
          font: normal normal normal 14px/24px Roboto Condensed;
          line-height: 1.25;
          color: #000; 
          margin-bottom: 1.5rem;
        }
    .page-content.page-cms h1,  
    .page-content.page-cms h2
    {      
      font: normal normal bold 30px/37px Roboto Condensed;
      font-weight: bold;
    }
    .page-content.page-cms h3 { font: normal normal bold 25px/30px Roboto Condensed;
      font-weight: bold; }
    .page-content.page-cms h4 { font: normal normal bold 20px/30px Roboto Condensed;
        font-weight: bold; text-transform: uppercase;margin-bottom:20px !important;}


    #cms #wrapper { background-color: #f8f8f8;  }

.current-price {
    font: normal normal bold 40px/24px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
} 
.product-prices .tax-shipping-delivery-label { display: none; }

.product-variants>.product-variants-item .radio-label {
font: normal normal bold 30px/24px Roboto;
letter-spacing: 0px;
color: #FFFFFF;     border: none;
    background: transparent;
    box-shadow: none;
    padding: 0;}
    
.product-variants>.product-variants-item #group_15 { padding: 0; margin: 0; }

#quoteModal {}

#quoteModal .form-control { border-radius: 0;
    border: none;
    border-bottom: 1px solid #b1b0b0; }
    #quoteModal .form-control:disabled, #quoteModal .form-control[readonly] {

      opacity: .5;
    }

#quoteModal .modal-title {
font: normal normal bold 40px/48px Roboto Condensed;
letter-spacing: 0px;
color: #191919;
text-transform: uppercase;
}
#quoteModal .close {
    float: right;
    margin: -1rem -1rem -1rem auto; font-size: 60px;
    font-weight: 300;
    /* color: #000; */
    opacity: 1; margin-bottom: 7px;}

#quoteModal .form-group label { 
  font: normal normal bold 20px/24px Roboto Condensed;
  letter-spacing: 0px;
  color: #191919; 
  text-transform: uppercase;
  padding-top: 11px;
}

#quoteModal .form-group label.error { font: normal normal bold 13px/16px Roboto ; text-transform:inherit; color: #cf1010;}

#quoteModal .modal-body p {
font: normal normal normal 12px/20px Roboto;
letter-spacing: 0px;
color: #8B8B8B; }

#quoteModal .btn-enviar { background-color: #FF5F00;     color: #fff;
    text-transform: uppercase;
    border-radius: 0;font: normal normal bold 20px/24px Roboto Condensed;
letter-spacing: 0px; }

#quoteModal .modal-content { padding: 10px 20px; }

#quoteModal .form-check-label {
  padding-left: 4px;
  margin-bottom: 0;
  cursor: pointer;
  padding-top: 0 !important;
}
#quoteModal .form-check-inline {
  display: inline-block;
  margin-right: 0;
}

#quoteModal .form-check-inline.form-check-inline {
  margin-left: 0;
}


.modal.fade .modal-dialog {
      transition: transform .3s ease-out;
    transform: translate(0,0px);
     /* transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);*/

    
}

.modal-body label{
  font-family: 'Roboto Condensed', sans-serif;
}

.product-flag { font: normal normal bold 20px/24px Roboto Condensed;
letter-spacing: 0px;
color: #FFFFFF; background: #191919;     padding: 5px 10px;
    top: 37px;
    left: 40px; font-size: 18px;}

 .product-price-and-shipping .price span {font: normal normal bold 20px/24px Roboto Condensed;
letter-spacing: 0px;
color: #191919; text-transform: lowercase; font-size: 18px;}

.carousel .carousel-indicators { width: 100%; display: flex;     margin: 0;  bottom: 18px; }

.carousel-indicators li { border-radius: 4.5px; width: 11px; height: 11px; margin: 6px; border:1px solid #ffffff ; background-color: #000000;     }
.carousel-indicators .active { width: 11px; height: 11px; margin: 6px; background-color: #FF5F00; border:1px solid #ffffff ; }

.row.filter_results .col-lg-3 {
    padding: 18px; padding: 13px;
}

.row.filter_results {padding: 0px 25px; padding: 0px 20px; }
.reviews-loading .box-producto { margin-bottom: 0; }

.renting .nav-link:focus, .renting .nav-link:hover { color: #FF5F00; }

.modal-backdrop.fade { opacity: .7; }

.slider-producto .slick-dots { bottom: 120px;  }
.slider-producto .slick-dots li { width: auto;
  margin: 0; }

   .slider-producto .slick-dots li button:before { 
     font-family: inherit; font-size: 0; 
     width: 9px;
    height: 9px;
    border-radius: 4.5px;
    margin: 6px;
    background-color: #FFFFFF; opacity: 1; }

    .slider-producto .slick-dots li.slick-active button:before { background-color: #FF5F00; opacity: 1; }

    .slider-producto .slick-next:before { font-family: Material Icons;     content: "navigate_next"; font-size: 43px;
    line-height: 31px;
   
    background: rgba(0,0,0,0.6); }
    .slider-producto .slick-prev:before { font-family: Material Icons;     content: "navigate_before"; font-size: 43px;
    line-height: 31px;
   
    background: rgba(0,0,0,0.6);}

    .slider-producto .slick-next { right: 46px;  }
    .slider-producto .slick-prev { left: 42px; }

    .current-price .valor { font: normal normal bold 25px/24px Roboto Condensed;
letter-spacing: 0px;
color: #FFFFFF; }

 .current-price .current-price-descrip { font: normal normal bold 20px/24px Roboto Condensed;
letter-spacing: 0px;
color: #FFFFFF; }
.current-inicial span:first-child { font: normal normal bold 25px/24px Roboto Condensed;
letter-spacing: 0px;
color: #FFFFFF;  }
.current-inicial span:last-child { font: normal normal bold 20px/24px Roboto Condensed;
letter-spacing: 0px;
color: #FFFFFF; }

.carousel .carousel-control .icon-next i, .carousel .carousel-control .icon-prev i {
  background: rgba(0,0,0,0.6); 
}
.carousel .carousel-control .icon-next i:hover, .carousel .carousel-control .icon-prev i:hover {
  color: #fff;
}

.box-producto .product-thumbnail img { padding: 0px 11px;}

.product-thumbnail img { margin: 0 auto; display: block; margin-top: 20px; }
.carousel .carousel-control .icon-prev {     left: 50px; }
.carousel .carousel-control .icon-next {
    right: 50px;
}



#quoteModal .modal-content { padding: 20px 50px; }

.detalle-producto .product-variants>.product-variants-item select option { color: #000; }


.box-coti { /*padding-left: 24px;  */    padding-right: 30px;}

.col-coti {
  position: absolute;
    top: 0;
    right: 0;
    background: #ff5f00a8;
    padding: 20px;
    max-width: 488px;
}

.coti-row{
  position: relative;
}
/** PAGINA FORGOT PASSWORD **/
.forgot-pass{
  background-image: url('../img/Banner-Que-es-Renting.jpg');
  background-size: cover;
}
.form-forgot{
  padding: 5%;
}
/** PAGINA RENTING**/

#renting .card {
  position: relative; 
   display: flex; 
   flex-direction: column;
   min-width: 0; 
   word-wrap: break-word; 
   background-color: #fff; 
   background-clip: border-box; 
   border: none; 
   border-radius: 0;
   box-shadow: none;
}

#renting .card-block {
  padding: 0;
}

.renting-banner{
  height: 500px;

}

.renting-text {
  position: relative;
  top: 322px;
  width: 100%;
  padding-left: 5%;
}

.renting-text h1 {
  color: #fff;
  font-size: 61px;
  text-shadow: 2px 2px #2125297d;
}

.renting-text h2{
  color:#fff;
  font-weight: 400;
  text-shadow: 2px 2px #2125297d;

}



.que_es {
  background: #000;
  /* background-image: url("../img/banner-renting-que-es.png"); */
  background-size: cover;
}


.rent-subtitle {
  color: #666666;
}

.rent-title {
  color: #ff5f00;
  font: normal normal bold 30px/37px Roboto;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.rent-info {
  padding: 5%;
}
.rent-info p {
  color: #fff;
  font: normal normal normal 20px/24px Roboto;
  letter-spacing: 0px;
  font-family: 'Roboto Condensed', sans-serif;
}

.que_incluye {
  background: #ff5f00;
  padding: 5% 10% 15% 10%;
}

.rent-title-incl {
  margin-bottom: 7%;
  font: normal normal bold 30px/37px Roboto;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
    color: #191919;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.rent-opc {
  padding: 3%;
}
.rent-opc img {
  width: 90%;
  padding-top: 12px;
}


.rent-opc-text h2{
  margin-bottom: 7%;
  font: normal normal bold 20px/37px Roboto;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
    color: #191919;
    text-transform: uppercase;
    margin-bottom: 10px;
}


.rent-opc-text p{
  font-weight: 600;
  font: normal normal normal 17px/24px Roboto;
  letter-spacing: 0px;
  font-family: 'Roboto Condensed', sans-serif;
}

.quieres {
  text-align: center;
  position: relative;
  top:  -265px;
  padding: 0 10%;
}

.quieres h2{
  text-align: center;
  color: #fff;
  font: normal normal bold 30px/37px Roboto;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.faqs .gomakoil_faq_page{
  text-align:left;
}

.faqs .gomakoil_faq_page hr{opacity: 0;}

.rent-sub-inner {
  background: #000;
  padding: 24% 12%;
  height: 440px;
}

.rent-sub-inner h3, .rent-sub-inner p{
  font: normal normal normal 20px/24px Roboto;
  letter-spacing: 0px;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  
}

.rent-sub-inner h3 {
  padding: 30px 7%;
  font-weight: 700;
}

.rent-numb {
  background: #ff5f00;
  padding: 6px 20px;
  border-radius: 48px;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}

.btn-sub {
  background: #fff;
    color: #FF5F00;
    border-radius: 0;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 240px;
    margin: 0 auto;
    text-align: center;
    padding: 7px;
    margin-bottom: 3rem;
    margin-top: 2rem;
    cursor: pointer;
    border: 1px solid #FF5F00;
}

.btn-sub:hover {
  background: #FF5F00;
  color: #fff;
  transition: all .3 ease;
}

.faqs {
  margin-top: -10%;
  text-align: center;
}
.faqs h2{
  color:#000;
}

.gracias {
  margin:10% 0;
  text-align: center;
}

.benefits {
  background-color: #ff5f00;
  bottom: -25px;
}

.benefit-box {
  background: #000;
  padding: 15%;
  position: relative;
  top: -65px;
  box-shadow: 5px 5px 25px 0 rgb(0 0 0 / 30%);
}

.benefit-box span{
  color: #fff;
  font-size: 2rem;
  font-family: Roboto Condensed, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  
}

.rent-benf {
  padding: 0 0 2rem 26px;
  background-size: 16px auto;
  background-image: url("../img/check-black.svg");
  background-repeat: no-repeat;
  background-position: 0 10%;
  
}

.rent-benf p{
  font-size: 1rem;
  font-family: Roboto Condensed, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}

.sixt-rent-benef {
  padding-top: 45px;
}


/***/

/**PAGOS*/
div#_desktop_user_info {
  right: 0;
  position: absolute;

}

div#_desktop_user_info a {
  text-decoration: none;
  font-weight: 600;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 17.6px;
  color: #FF5F00;
}

div#_desktop_user_info a:hover {
  text-decoration: none;
  color: #000;
}

div#_desktop_user_info .icon-pago {
  width: 15%;
}

.pago-web {
  background: #FF5F00;
  color: #fff;
  font-weight: 600;
  font-size: 1.3rem;

}

.pago-web:hover {
  background: #fff;
  color: #FF5F00;

}

.pasos_pago {
  background: #e1e1e1;
  padding-top: 5%;
}

.pasos_pago h2{
  color: #ff5f00;
  font-size: 2.2rem;
}

.pasos_card {
  padding: 11% 5%;
}

.pasos_card .img-pago {
  width: 60%;
}

.pasos_card h3{
  font-size: 20px;
  color: #ff5f00;
  margin-top: 20px;
}

.pasos_card p {
  color: #000;
  font-weight: 900;
  font-size: 16px;
  line-height: 20px;
  padding: 0;
  
}

#payment .btn-sub{
  font-size: 1.3rem;
}

#payment .faqs {
  margin-top: 5%;
  text-align: center;
  padding-right: 0;
  padding-left: 0;
}

#payment .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
#payment .card-block {
  padding: 0;
}
.payment_pasos {
  top: -176px;
  padding: 0 5%;
}

.payment_pasos_title{
  text-align: center;
  color: #fff;

}
.payment_desc{
  text-align: center;
  padding-top: 5%;
}

.payment-benef {
  padding: 2% 10%;
}

.payment-benef p{
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 800;
  font-size: 19px;
  margin-bottom: 0;
  text-align: center;
 
}
.payment-benef p::before {
  font-family: Material Icons;
  content: "check";
  font-size: 30px;
  color: #ff5f00;
  top: 5px;
  position: relative;
  font-weight: 500;
}

.payment-img {
  /*padding-left: 40%;*/
  margin-left: 25%;
    margin-right: auto;
    display: block;
}
.payment-img img {
  width: 255px;
}

.payment-banner {
  height: 500px;
}
.payment-text {
  position: relative;
  top: 322px;
  width: 100%;
  padding-left: 5%;
}

.payment-text h1 {
  color: #fff;
  font-size: 61px;
  text-shadow: 2px 2px #2125297d;
}

.payment-text h2 {
  color: #fff;
  font-weight: 400;
  text-shadow: 2px 2px #2125297d;
}

.page-authentication #content {
  padding: 0;
  max-width: 100%;
  margin: 0 auto;
}

.login-form {
  margin: 5%;
}

.login-form a {
  color: #FF5F00;
  text-decoration: underline;
}

.login-form .btn-primary {
  color: #fff;
  background-color: #FF5F00;
  border-color: #FF5F00;
}


#authentication .benefits {
  background-color: #ff5f00;
  bottom: -26px;
}

/*PAGINA DE PAGO ONECLIK**/
.oneclickrecurrente.container {
  max-width: 100%;
}
.oneclickrecurrente label{
  font-size: inherit;
  padding: 0;
}
.oneclickrecurrente table{
  width: 100%;
}

.oneclickrecurrente select {
  word-wrap: normal;
  width: 100%;
}
.oneclickrecurrente .form-check{
  text-align: left;
}
.label-left{
  text-align: left;
}

.oneclickrecurrente .btn-warning {
    color: #fff;
    background-color: red;
    border-color: red;
    text-transform: uppercase;
}

.oneclickrecurrente .btn-primary:focus {
  color: #000;
  background-color: #ccc;
  border-color: #ccc;
  box-shadow: none;
}

.oneclickrecurrente .center {
  text-align: center;
}

.oneclick-step-title {
  text-align: center;
  padding: 5%;
}

.psgrinfo17 {
  min-height: 600px;
  border: 1px solid #ccc;
}
div#oneclick-pay {
  padding: 5% 0;
}


/***/

#module-oneclickrecurrente-paymentlist #content {
  box-shadow: 2px 2px 8px 0 rgb(0 0 0 / 20%);
  background: #fff;
  padding: 1rem;
  font-size: .875rem;
  color: #7a7a7a;
}

@media (max-width: 1366px) {
  .quieres {
    text-align: center;
    position: relative;
    top: -150px;
    padding: 0 10%;
  }

  .quieres.payment_pasos {
    text-align: center;
    position: relative;
    top: -177px;
    padding: 0 10%;
  }
}
@media (max-width: 1024px) {
  .benefit-box span {
    color: #fff;
    font-size: 1.8rem;
    font-family: Roboto Condensed, Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
  }

  .quieres {
    text-align: center;
    position: relative;
    top: -142px;
    padding: 0 10%;
  }

  .payment-benef p {
    font-weight: 800;
    font-size: 13px;
    margin-bottom: 0;
    text-align: left;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
      max-width: 1000px;
  }

}
@media (max-width: 800px) {
  .payment-img {
    padding: 0 8%;
  }
  .benefit-box span {
    color: #fff;
    font-size: 1.3rem;
    font-family: Roboto Condensed, Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
  }

  .quieres.payment_pasos {
    text-align: center;
    position: relative;
    top: -108px;
    padding: 0 2%;
    margin-bottom: 0;
  }

  .payment_pasos p{
    font-size: 18px;
  }

  .payment-benef p {
    font-weight: 800;
    font-size: 17px;
  }

  .rent-sub-inner {
    background: #000;
    padding: 24% 12%;
    height: 461px;
  }

  .quieres {
    text-align: center;
    position: relative;
    top: -153px;
    padding: 0 10%;
  }
  .payment-benef {
    padding: 5% 0;
  }
}
@media (max-width: 600px) {
  .payment-banner {
    height: 150px;
  }

  .payment-text h1,h2 {
    font-size: 17px;
    
  }
  
  .payment-text{
    top: 44px;
    font-size: 17px;
    text-shadow: 2px 2px #2125297d;
    color:#fff;
  }

  .payment-img {
    padding: 0;
  }
  .payment-img img {
    width: 200px;
  }

  .quieres.payment_pasos {
    text-align: center;
    position: relative;
    top: -55px;
    padding: 0 26%;
    margin-bottom: 30%;
  }
  .payment_pasos_title h2{
    font-size: 26px;
  }
  .payment-img {
    /* padding-left: 40%; */
    margin-left: 0;
    margin-right: auto;
    display: block;
  }
}
@media (max-width: 475px) {
  .carousel .carousel-inner {
    height: 106.66vw;
  }
  .col-coti {
    position: relative;
    right: 0;
    
  }

  .renting-banner {
    height: 150px;
  }

  .renting-text {
    top: 70px !important;

  }
  .renting-text h1 {
    color: #fff;
    font-size: 17px;
    text-shadow: 2px 2px #2125297d;
  }
  .renting-text h2 {
    color: #fff;
    font-weight: 400;
    text-shadow: 2px 2px #2125297d;
    font-size: 17px;
  }
  .rent-opc img {
    width: 35%;
    padding-top: 12px;
  }

  .que_es {
    background-image: none;
  }

  .que_incluye {
    background: #ff5f00;
    padding: 5% 10% 20% 10%;
    text-align: center;
  }

  .quieres {
    top: 34px !important;
  } 
  
  .quieres h2 {
    color:#000;
    
  }

  .faqs .faqs-card-block {
    padding: 30px !important;
    
  }

  .rent-sub-inner {
    background: #000;
    padding: 12% 12%;
    height: 360px;
  }

  .sixt-rent-benef {
    padding-top: 0;
  }

  .faqs {
    margin-top: 10%;
    text-align: center;
  }

  .payment-banner {
    height: 150px;
  }

  .payment-text h1,h2 {
    font-size: 20px;
    
  }
  .payment-text{
    top: 44px;
    font-size: 17px;
    text-shadow: 2px 2px #2125297d;
    color:#fff;
  }

  .payment-img {
    padding: 0;
  }
  .payment-img img {
    width: 200px;
  }
  .payment_pasos.rent-sub-inner {
    background: #000;
    padding: 5% 12%;
    height: 360px;
  }

  .que_incluye.payment_pasos_title {
    background: #ff5f00;
    padding: 5% 10% 5% 10%;
    text-align: center;
  }

  .quieres.payment_pasos {
    text-align: center;
    position: relative;
    top: -55px;
    padding: 0 18%;
    margin-bottom: 35%;
  }
  .payment-img {
    /* padding-left: 40%; */
    margin-left: 0;
    margin-right: auto;
    display: block;
  }
  .payment-benef {
    padding: 5% 15%;
  }

  .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 77%;
  }

  .page-customer-account #content {
    box-shadow: 2px 2px 8px 0 rgb(0 0 0 / 20%);
    background: #fff;
    padding: 0 !important;
    font-size: .875rem;
    color: #7a7a7a;
  }
  .forgotten-password .form-fields label.required {
    width: 100%;
  }
  #authentication .benefit-box {
    background: #000;
    padding: 15%;
    position: relative;
    top: -19px;
    box-shadow: 5px 5px 25px 0 rgb(0 0 0 / 30%);
  }

  .user-info {
    width: 60%;
    float: right;
  }

}

@media (max-width: 1024px) {
  .nav-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: .50rem;
    width: 166px;
    border: 1px solid #707070;
    padding: 4px 20px;
    text-align: center;
  }
  .sub-renting .img-car {
    position: relative;
    top: 66px;
    width: 140px;
  }
  .tab-pane img {
    padding: 20px 10px;
    width: 100%;
}
}
@media (max-width: 991px) {
  .carousel {
    left: 0;
    padding-bottom: 0; width: 100%;
  }

  .carousel .carousel-item .caption .caption-description .page-content.page-cms ul, .carousel .carousel-item .caption .caption-description h3, .carousel .carousel-item .caption .caption-description p, .page-content.page-cms .carousel .carousel-item .caption .caption-description ul { color: #fff;  }
  .carousel .carousel-item .caption .caption-description h3 { line-height: 20px; text-align: left; }
  
   .carousel .carousel-item .caption { position: absolute;top: 0;
    left: 30px;
    text-align: left; }

   .sub-renting { padding: 60px 23px;
    margin: 0px 15px; }

 .renting .col-md-7.pl-2{  padding-left: calc(var(--bs-gutter-x)/ 2)!important;}
 .renting .col-md-5.pr-1 {     padding-right: calc(var(--bs-gutter-x)/ 2)!important;  }
 #_desktop_top_menu { display: inline-block!important; }
 #_desktop_top_menu .top-menu { padding: 0; margin: 0; }
 #header .top-menu li a {    padding: 7px;
    font-size: 17px;}
    #header { background-color: #fff; }
      .renting .table { font-size: 15px; }
      .video { padding: 30px; }
      .btn-linkpagina { margin-bottom: 25px; }

}

@media (max-width: 768px) {
	.renting .nav-tabs .nav-link {     width: 125px; }
	.renting .table { font-size: 14.5px; }
	.renting .table { line-height: 19px; }
  .sub-renting .nav {
    padding-left: 0;
  }
  .sub-renting .img-car {
    position: unset;
    top: 0;
    width: 62%;
    margin-left: 10%;
  }
  .comparativo {
    position: relative;
    top: -18px;
  }
  .tab-pane img {
    padding: 20px 10px;
    width: 100%;
}
  #footer, .col-rrss { text-align: center; }
  .bg-pro, .slider-producto { height: 400px;}
  #_desktop_top_menu .top-menu { margin-left: 10px; }
 #header .top-menu li a {    padding: 4px; }
 .d-block.barra-black ul li { display: block; margin-bottom: 10px; }
 .barra-black .col-ficha {  justify-content: left; } 
 #_desktop_top_menu { display: none!important }
 .carousel .carousel-inner .btn-vermas { left: -201px;
  right: 0;
  margin: auto;
  max-width: calc(100% - 16rem);
  z-index: 1; }
 .carousel .carousel-item .caption { text-align: center; right: 0; left: 0; display: none;}
 .carousel .carousel-item .caption .caption-description h3 { text-align: center; }
 #featured_categories .h3.section-title { text-align: center;    position: absolute;
  z-index: 1; }

 .renting h2, .renting .subtitulo { text-align: center; }
 .renting .col-md-5.pr-1 { margin-bottom: 30px; }
 .renting .col-md-7.pl-2 .nav-tabs { margin-top: 10px!important; }

    .col-rrss a { margin-right: 5px; }
 	.col-rrss a svg { height: 20px; }
 	.bg-pro, .slider-producto {
 	    background-position: center center; 
 	}
 	.d-block.barra-black ul li { display: flex; align-items: center; justify-content: center; padding-top: 5px; width: 114px;}
  .barra-black { padding: 5px 40px; }
 	.d-block.barra-black ul li img { max-height: none!important; width: 25px;     margin-right: 10px; }
 	.barra-black .col-ficha { justify-content: center; padding-right: 0px; }
 	.detalle-producto h2, .detalle-producto h3 { text-align: center; }
 	.detalle-producto h1 { margin-bottom: 0;    text-align: center;
    margin-top: 15px;  }
 	.box-coti { padding-right: 0px; }
 	#quoteModal .modal-content {  padding: 20px 25px; }
  #quoteModal .w-75 { width: 100%!important }
  #send-result > .d-flex {   flex-direction: column; text-align: center; } 
  .result-message { font-size: 19px; }
  .carousel .carousel-item .caption h3 {padding: 30px;}
  .carousel .carousel-inner .btn-vermas {
    position: absolute;
    left: -6px;
    bottom: 50px;
    background-color: #ffffff;
    color: #FF5F00;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.25rem;
    padding: 7px;
    border-radius: 0;
    z-index: 1;
}

.faqs-card-block {
  position: relative;
  display: block;
  margin-bottom: .75rem;
  background-color: #fff;
  padding: 30px 40px;
  
}
  .renting-text {
    position: relative;
    top: 273px;
    width: 100%;
    padding-left: 5%;
  }

  .que_es {
    background: #000;
    background-image: none !important;
    background-size: cover;
    display: inline-block;
  }

  .quieres {
    text-align: center;
    position: relative;
    top: -152px;
    padding: 0 10%;
  }
  .benefits {
    bottom: 0;
    margin: 0 0 -25px;
  }

  .col-coti {
    position: relative;
    right: 0;
    
  }


 }
 @media  screen and (min-width:992px) {
  .d-block.barra-black ul li { padding-top: 0; }
 }
@media (max-width: 520px) {
  .box-table {    padding: 40px 15px;}
  .bg-pro, .slider-producto {
  height: 35vw;
  }
  .renting .nav-tabs .nav-link {     width: 125px;font-size: 12px; }

 }

 .page-content.page-cms ul, p {
  font: normal normal normal 18px/27px Roboto;
  color: #191919;
}

.form-check-input:checked {
  background-color: #FF5F00;
  border-color: #FF5F00;
}
.form-control:focus{
  box-shadow: none;
}
.form-check-input:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(255, 95, 0, 0.8);
}

.slider-producto .slick-arrow{
  display: none !important; 
}
.result-message { font-weight: 400; }
@media screen and (min-width:992px){
  .slick-arrow{
    display: block !important;
  }
  .incluye{
    column-count: 2;
    column-gap: 30px;
  }
}