/*CSS by AGRA*/
:root{
    --blanco: #ffffff;
    --negro: #000000;
    --negroB: #3a3a3a;
    --rojo: #ee4724;
    --gris: #dadada;
    --grisM: #696969;
    --notoSemiBold: "NotoSans-SemiBold";
    --notoMedium: "NotoSans-Medium";
    --notoRegular: "NotoSans-Regular";
    --notoItalic: "NotoSans-Italic";
    --notoBold: "NotoSans-Bold";
}

/*Let's Start*/
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap'); */
@font-face{
  font-family: "NotoSans-SemiBold";
  src: url('../fonts/NotoSans-SemiBold.ttf');
}
@font-face{
  font-family: "NotoSans-Medium";
  src: url('../fonts/NotoSans-Medium.ttf');
}
@font-face{
  font-family: "NotoSans-Regular";
  src: url('../fonts/NotoSans-Regular.ttf');
}
@font-face{
  font-family: "NotoSans-Italic";
  src: url('../fonts/NotoSans-Italic.ttf');
}
@font-face{
  font-family: "NotoSans-Bold";
  src: url('../fonts/NotoSans-Bold.ttf');
}

/*** 

====================================================================
  Globals
====================================================================

***/
.preloader{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  display: block;
  background-color: var(--rojo);
}
.preloader .preloaderLogo{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
  height: auto;
  display: block;
}
.preloader path {
  stroke-dasharray: 2566;
  stroke-dashoffset: 2566;
  stroke: white;
  stroke-width: .9;
  fill: none;
  animation: dash 7s ease-in-out;
}

@keyframes dash {
  from {
    stroke-dashoffset: 2566;
  }
  to {
    stroke-dashoffset: 0;
    fill: white;
  }
}
body{
  margin: 0;
  padding: 0;
}
body, h1, h2, h3, h4, h5, h6{
    font-family: var(--notoRegular);
}
.container{
  max-width: 100%;
  padding: 0 100px;
}
a:hover{
  text-decoration: none!important;
}
*:focus{
	outline: none;
}
.navbar-nav{
  margin: 0 0 0 auto;
}
#navbarContent{
  justify-content: center;
}
.container-header{
  position: relative;
  z-index: 99;
  width: 100%;
  box-shadow: 0px 2px 5px rgba(0,0,0,.6);
  padding: 0px 100px;
  border-bottom: 1px solid #706f6f;
}
#home .container-header{
  position: absolute;
}
.navbar .nav-item:not(:last-child) {
  margin-right: 30px;
}
.dropdown-toggle::after {
   transition: transform 0.15s linear; 
}
.show.dropdown .dropdown-toggle::after {
  transform: translateY(3px);
}
.navbar{
  padding: 0;
}
.navbar-nav a{
  color: var(--gris);
  font-weight: 500;
  font-size: 16px;
  transition: .5s ease-in-out;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  font-family: var(--notoMedium);
}
.navbar-nav a:before{
  content: "";
  position: absolute;
  bottom: -70%;
  background: var(--rojo);
  height: 4px;
  width: 70px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition:.5s ease-in-out;
}
.navbar-nav a:hover:before{
  opacity: 1;
}
.navbar-nav a:hover{
  color: var(--rojo);
  font-family: var(--notoBold);
}
.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link{
  padding-right: 0;
}
.dropdown-menu {
  margin-top: 0;
  padding: 0;
  left: -80%;
  border: 1px solid #000;
  border-radius: 0; 
}
a.dropdown-item{
	padding: .75rem 1.5rem;
}
a.dropdown-item.active, a.dropdown-item:active{
	background: var(--rojo);
	color: var(--blanco)!important;
}
a.dropdown-item:focus, a.dropdown-item:hover{
	background: var(--rojo);
	color: var(--blanco)!important;
}
.dropdown-menu.show:after{
	content: "";
    position: absolute;
    top: 1px;
    left: calc(50% - 5px);
    transform: translateX(-50%);
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-top: 8px solid transparent;
    border-left: 8px solid transparent;
    margin-top: -17px;
    z-index: 99;
}
.dropdown-menu.show:before{
	content: "";
    position: absolute;
    top: 0px;
    left: calc(50% - 5px);
    transform: translateX(-50%);
    border-right: 8px solid #00000000;
    border-bottom: 8px solid #000;
    border-top: 8px solid transparent;
    border-left: 8px solid transparent;
    margin-top: -17px;
    z-index: 99;
}
.box-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo-header img{
  width: 250px;
}
.f-nav{
  background: var(--negro);
  position: fixed!important;
  animation-name: scroll-down;
  animation-duration: 1.5s;
}
@keyframes scroll-down {
  from {transform: translate(0,-100%);}
  to {transfrom: translate(0,0);}
}
.f-nav .navbar-nav a{
  color: var(--blanco);
}


/*** 

====================================================================
  Home
====================================================================

***/
.contentBannerHome{
  position: relative;
  background: url('../archivos/home/banner/renta_de_autos.jpg');
  min-height: 100vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.contentBannerHome .contentBx{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.contentBannerHome .contentTitle .title{
  font-family: var(--notoBold);
  font-size: 50px;
  line-height: 55px;
  color: var(--blanco);
  margin-bottom: 50px;
  text-align: center;
}
.contentBannerHome .devider{
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 96px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contentBannerHome .bgDevider{
  min-width: 900px;
}
#ventajas{
  padding: 70px 0;
}
#ventajas .headerTitle{
  position: relative;
  text-align: center;
}
#ventajas .headerTitle .title{
  color: var(--rojo);
  font-size: 50px;
  line-height: 55px;
  font-family: var(--notoBold);
}
#ventajas .headerTitle .subtitle{
  font-size: 23px;
  color: var(--grisM);
  font-family: var(--notoMedium);
}
#ventajas .contentVentajas{
  margin-top: 50px;
}
#ventajas .contentBx{
  margin-bottom: 50px;
  text-align: center;
}
#ventajas .contentBx img{
  width: 90px;
  margin: 0 auto;
}
#ventajas .contentBx .content{
  margin-top: 25px;
}
#ventajas .contentBx .content .title{
  white-space: pre-line;
  text-align: center;
  margin: 0;
  font-size: 25px;
  line-height: 30px;
  font-family: var(--notoSemiBold);
  color: var(--negroB);
}
#ventajas .contentBx .content .title span{
  font-size: 15px;
}
#ventajas .contentBx .content .description{
  text-align: justify;
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 0px;
  font-family: var(--notoRegular);
  color: var(--grisM);
}
#ventajas .contentBtn{
  margin: 0 auto;
  text-align: center;
}
#ventajas .contentBtn a{
  padding: 10px 35px;
  display: table;
  margin: 0 auto;
  border-radius: 8px;
  background: var(--rojo);
  color: var(--blanco);
  transition: .5s ease-in-out;
  font-family: var(--notoBold);
  border: 1px solid var(--rojo);
}
#ventajas .contentBtn a:hover{
  background: transparent;
  color: var(--rojo);
}
#showCars{
  padding: 70px 0;
  background-color: var(--rojo);
}
#showCars .headerTitle{
  text-align: center;
  margin-bottom: 50px;
}
#showCars .headerTitle .title{
  color: var(--blanco);
  font-size: 50px;
  line-height: 55px;
  font-family: var(--notoMedium);
}
#showCars .headerTitle .title span{
  color: #f8b5a7;
  font-family: var(--notoBold);
}
#showCars .headerTitle .blockTitle{
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 8px;
  background: #f8b5a7;
  display: table;
  margin: 0 auto 20px;
}
#showCars .headerTitle .blockTitle p{
  color: var(--rojo);
  margin-bottom: 0;
  line-height: 25px;
  font-size: 20px;
  font-family: var(--notoBold)s;
}
#showCars .colVehicles .imgFirst{
  width: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
#showCars .colVehicles .contentBx .content{
  background-color: #f16c50;
  padding: 40px 20px;
  text-align: center;
}
#showCars .colVehicles .content .name{
  color: var(--blanco);
  margin-bottom: 20px;
  line-height: 25px;
  font-size: 20px;
  font-family: var(--notoBold);
}
#showCars .colVehicles .content .listEspecification{
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#showCars .colVehicles .content .listEspecification li{
  display: flex;
  align-items: center;
  padding: 3px 10px;
}
#showCars .colVehicles .content .listEspecification li img{
  width: 12px;
  height: auto;
  margin-right: 3px;
}
#showCars .colVehicles .content .listEspecification li p{
  margin-bottom: 0;
  line-height: 21px;
  color: var(--blanco);
  font-family: var(--notoMedium);
}
#showCars .colVehicles .content .price{
  color: var(--blanco);
  font-family: var(--notoBold);
  white-space: pre-line;
}
#showCars .colVehicles .content .contentBtn a{
  padding: 10px 40px;
    background-color: var(--rojo);
    border: 1px solid var(--rojo);
    color: var(--blanco);
    border-radius: 8px;
    display: table;
    margin: 25px auto 0;
    font-size: 17px;
    transition: .5s ease-in-out;
    font-family: var(--notoBold);
}
#showCars .colVehicles .content .contentBtn a:hover{
  background-color: transparent;
  color: var(-rojo);
  border: 1px solid var(--blanco);
}
#showCars .colVehicles .content .contentBtn a span{
  font-size: 13px;
  margin-left: 10px;
  transition: .5s ease-in-out;
}
#showCars .colVehicles .content .contentBtn a:hover span{
  transform: translateX(10px);
}
.carouselCarsHome .owl-nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.carouselCarsHome .owl-nav .owl-prev{
  position: absolute;
  left: 5px;
  outline: none;
}
.carouselCarsHome .owl-nav .owl-next{
  position: absolute;
  right: 5px;
  outline: none;
}
.carouselCarsHome .owl-nav .owl-prev span,
.carouselCarsHome .owl-nav .owl-next span{
  font-size: 60px;
  color: var(--blanco);
  opacity: .75;
  transition: .5s ease-in-out;
}
.carouselCarsHome .owl-nav button span:hover{
  opacity: 1;
}
#testimonials{
  padding: 70px 0 130px;
}
#testimonials .headerTitle{
  text-align: center;
}
#testimonials .headerTitle .title{
  color: var(--rojo);
  font-size: 50px;
  line-height: 55px;
  white-space: pre-line;
  font-family: var(--notoBold);
}
#testimonials .headerTitle .subtitle{
  font-size: 23px;
  color: var(--grisM);
  font-family: var(--notoMedium);
}
#testimonials .circleTestimonial{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  background-color: #f0f0f0;
  border-radius: 50%;
}
#testimonials .rowTestimonial{
  margin-top: 120px;
}
.owl-carousel-testimonial .item{
  text-align: center;
  padding: 0 100px;
}
.owl-carousel-testimonial .item i{
  font-size: 70px;
  color: var(--rojo);
}
.owl-carousel-testimonial .item .description{
  font-family: var(--notoItalic);
  font-size: 35px;
  line-height: 40px;
  color: var(--negroB);
  margin: 40px 0;
}
.owl-carousel-testimonial .item .name{
  font-family: var(--notoMedium);
  color: #878787;
  font-size: 25px;
  line-height: 30px;
  margin: 0;
}
.owl-carousel-testimonial .owl-nav{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0;
  width: 100%;
}
.owl-carousel-testimonial .owl-nav .owl-prev{
  position: absolute;
  left: 5px;
}
.owl-carousel-testimonial .owl-nav .owl-next{
  position: absolute;
  right: 5px;
}
.owl-carousel-testimonial .owl-nav .owl-prev, .owl-carousel-testimonial .owl-nav .owl-next{
  line-height: 0!important; 
  font-size: 70px!important;
}
.owl-carousel-testimonial .owl-nav .owl-prev:focus, .owl-carousel-testimonial .owl-nav .owl-next:focus{
  outline: 0;
}
.owl-carousel-testimonial.owl-theme .owl-nav [class*=owl-]:hover{
  color: var(--rojo);
}
#maps{
  padding: 70px 0 340px;
  background-color: var(--rojo);
}
#maps .contentMap{
  width: 85%;
  z-index: 4;
}
#maps .bckgdPoints{
  position: absolute;
  z-index: 3;
  top: 60%;
  width: 100%;
  left: 0;
  height: 75%;
}
#maps .bckgdPoints.pointsSmall{
  top: 40%;
}
#maps .headerTitle p{
  text-align: center;
  color: var(--blanco);
  font-family: var(--notoBold);
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 40px;
}
#maps .contentMap .location{
  height: 600px;
}
#maps .contentMap .location.mapSmall{
  height: 400px;
}
#maps .contentInfo{
  position: absolute;
  top: 0%;
  left: 10%;
  background: #f8b5a7;
  background-color: #f8b5a7;
  padding: 30px 140px 30px 30px;
  border-radius: 10px;
  width: 80%;
  z-index: 2;
}
#maps .bckgdPoints .points{
  background-image: url('../archivos/icons/pattern.svg');
  position: absolute;
  z-index: 1;
  height: 100%;
  top: 0;
  left: 15%;
  width: 80%;
  margin-right: -30px;
  transform: rotateZ(180deg);
  margin-bottom: -30px;
  opacity: .5;
}
#maps .contentInfo .content{
  margin-bottom: 20px;
}
#maps .contentInfo .content.phone{
  min-height: 90px;
}
#maps .contentInfo .content:last-child{
  margin-bottom: 0;
}
#maps .contentInfo .logoMap{
  width: 160px;
  margin-bottom: 25px;
}
#maps .contentInfo .name{
  color: var(--rojo);
  margin-bottom: 0;
  font-family: var(--notoBold);
  font-size: 15px;
}
#maps .contentInfo .description{
  font-family: var(--notoMedium);
  color: var(--blanco);
  font-size: 14px;
  margin-bottom: 0;
}
#maps .contentInfo a.description{
  display: block;
}

#sectionCars .container-header,
#sectionPasajeros .container-header,
#sectionCarga .container-header,
#sectionContacto .container-header,
#sectionAviso .container-header{
  position: relative;
  background: var(--negro);
}

.rowRequest .headerRequest{
  margin-top: 15px;
}
.rowRequest .headerRequest .title{
  font-size: 18px;
  color: var(--rojo);
  font-family: var(--notoBold);
  text-align: center;
}
.rowRequest .listRequest{
  padding-left: 15px;
  list-style: disc;
}
.rowRequest .listRequest li{
  font-size: 15px;
  color: var(--negroB);
  font-family: var(--notoMedium);
}

.headerSectionTipo{
  padding: 50px 0;
  background: var(--rojo);
}
.headerSectionTipo .title{
  font-size: 50px; 
  font-family: var(--notoBold);
  line-height: 55px;
  color: var(--blanco);
  margin: 0;
}

.pagePasajerosCars,
.pageCargaCars{
  padding: 70px 0;
}
/* .pagePasajerosCars .contentCar{

} */
.pagePasajerosCars .headerCategory p,
.pageCargaCars .headerCategory p{
  margin-bottom: 0;
  padding: 40px 0;
  position: relative;
  font-size: 35px;
  color: var(--negroB);
  font-family: var(--notoBold);
}
.pagePasajerosCars .headerCategory p:after,
.pageCargaCars .headerCategory p:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(90% - 20px);
  height: 3px;
  background-color: var(--rojo);
  transform: translateY(-50%);
}
.pageCargaCars .headerCategory p:after{
  width: calc(65% - 20px);
}
.pagePasajerosCars .contentCar .contentBx,
.pageCargaCars .contentCar .contentBx{
  display: flex;
  margin-bottom: 40px;
}
.pagePasajerosCars .contentCar .contentBx.reverse,
.pageCargaCars .contentCar .contentBx.reverse{
  flex-direction: row-reverse;
}
.pagePasajerosCars .contentCar .contentBx .imgCar,
.pageCargaCars .contentCar .contentBx .imgCar{
  border-radius: 8px;
}
.pagePasajerosCars .contentCar .contentBx .content,
.pageCargaCars .contentCar .contentBx .content{
  padding-left: 0px;
  width: 100%;
}
.pageCargaCars .contentCar .contentBx .content .description{
  margin-top: 10px; 
  color: var(--negroB);
  white-space: pre-line;
}
.pagePasajerosCars .contentCar .contentBx .content .title,
.pageCargaCars .contentCar .contentBx .content .title{
  font-size: 35px;
  color: var(--rojo);
  font-family: var(--notoBold);
  line-height: 40px;
  margin-bottom: 0px;
  white-space: pre-line;
}
.pagePasajerosCars .rowContentInfo,
.pageCargaCars .rowContentInfo{
  display: flex;
  align-items: center;
}
.pagePasajerosCars .rowContentInfo,
.pageCargaCars .rowContentInfo{
  text-align: center;
}
.colContentInfo .headerTitleInfo .title{
  color: var(--rojo);
  font-family: var(--notoBold);
  font-size: 30px;
  line-height: 35px;
}
.colContentInfo .contentInfo{
  padding: 25px 25px;
  background-color: #f0f0f0;
  border-radius: 8px;
}
.colContentInfo .content .info{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid rgb(238 71 36 / .2);
}
.colContentInfo .content .info .date,
.colContentInfo .content .info .price{
  margin-bottom: 0;
  font-family: var(--notoMedium);
  font-size: 15px;
}
.colContentInfo .content .info .date span{
  color: var(--rojo);
  font-size: 13px;
}
.colContentInfo .contentInfo .btnReserva{
  margin-top: 30px;
  text-align: center;
  display: flex;
  justify-content: space-evenly;
}
.colContentInfo .contentInfo .btnReserva .clickReserva,
.colContentInfo .contentInfo .btnReserva .clickRequisito{
  outline: none;
  background: var(--rojo);
  color: var(--blanco);
  border: 1px solid var(--rojo);
  transition: .5s ease-in-out;
  padding: 10px 30px;
  border-radius: 8px;
  font-family: var(--notoBold);
}
.colContentInfo .contentInfo .btnReserva .clickReserva:hover,
.colContentInfo .contentInfo .btnReserva .clickRequisito:hover{
  background: transparent;
  color: var(--rojo);
  border: 1px solid var(--rojo);
}
.colContentInfo .contentInfo .extra{
  text-align: center;
  color: var(--rojo);
  font-size: 14px;
  margin-top: 25px;
  font-family: var(--notoSemiBold);
}
.colContentInfo .contentInfo .extra p{
  margin-bottom: 0;
}
.colContentInfo .contentInfo .aviso{
  text-align: center;
  color: var(--rojo);
  font-size: 14px;
  margin-top: 5px;
  font-family: var(--notoSemiBold);
}


.headerSectionContacto{
  padding: 50px 0;
  background: var(--rojo);
}
.headerSectionContacto .title{
  font-size: 50px; 
  font-family: var(--notoBold);
  line-height: 55px;
  color: var(--blanco);
  margin: 0;
}
.contactoPage{
  padding: 40px 0 70px;
}
.contactoPage .headerTitle p{
  margin-bottom: 0;
  padding: 40px 0;
  position: relative;
  font-size: 35px;
  color: var(--negroB);
  font-family: var(--notoBold);
}
.contactoPage .headerTitle p:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(65% - 20px);
  height: 3px;
  background-color: var(--rojo);
  transform: translateY(-50%);
}

#avisoPrivacidad{
  padding: 70px 0;
}
#avisoPrivacidad .headerTitle p{
  text-align: center;
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 45px;
  color: var(--rojo);
  font-family: 'NotoSans-Bold';
}
#avisoPrivacidad p{
  text-align: justify;
  margin-bottom: 10px;
}
#avisoPrivacidad p a,
#avisoPrivacidad ul li a{
  text-decoration: none;
  font-family: var(--notoSemiBold);
  color: var(--negro);
  transition: .5s ease-in-out;
}
#avisoPrivacidad p a:hover,
#avisoPrivacidad ul li a:hover{
  color: var(--rojo);
}
#avisoPrivacidad p.titleP{
  font-family: var(--notoBold);
  margin-bottom: 0px;
  margin-top: 25px;
}
#avisoPrivacidad ul.list{
  list-style: disc;
}
#avisoPrivacidad ul.list:marker, 
#avisoPrivacidad ul.listAlpha:marker{
  color: var(--rojo);
} 
#avisoPrivacidad ul.listAlpha{
  list-style: lower-alpha;
}
.popRequisitos {
  position: relative;
  background: rgb(255 255 255 / .9);
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  border-radius: 15px;
}

/* Forms */
#formBanner{
  background: rgb(255 255 255 / .9);
  padding: 15px 5px 10px;
  max-width: 1300px;
  margin: 0 auto;
  border-radius: 15px;
}
#formBanner .colForm{
  display: flex;
  flex-wrap: wrap;
}
#formBanner .colForm:nth-child(2){
  margin-top: 15px;
}
#formBanner .colForm .content{
  flex: 0 0 25%;
  display: flex;
  align-items: flex-end;
}
#formBanner .colForm .content label{
  padding-left: 10px;
  margin-bottom: 0;
  font-family: var(--notoSemiBold);
  color: var(--negroB);
}
#formBanner .colForm input{
  outline: none;
  border: 1px solid var(--rojo);
  padding: 10px 10px;
  margin: 5px 10px 10px;
  width: 100%;
  font-size: 15px;
  width: -webkit-fill-available;
}
#formBanner .colForm select{
  outline: none;
  border: 1px solid var(--rojo);
  padding: 10px 10px;
  margin: 5px 10px 10px;
  width: 100%;
  font-size: 13px;
  width: -webkit-fill-available;
}
.formBtnBanner{
  display: table;
  margin: 25px auto 10px;
  background: var(--rojo);
  padding: 10px 40px;
  border-radius: 8px;
  border: 1px solid var(--rojo);
  color: var(--blanco);
  cursor: pointer;
  text-transform: uppercase;
  font-family: var(--notoBold);
  transition: .5s ease-in-out;
}
.formBtnBanner:hover{
  background: transparent;
  color: var(--rojo);
}
#totalCar{
  padding-left: 15px;
  padding-top: 15px;
  position: absolute;
  top: 65%;
  font-size: 20px;
}
#totalCar span{
  color: var(--rojo);
  font-family: var(--notoSemiBold)
}
#totalDias{
  padding-left: 15px;
  padding-top: 15px;
  position: absolute;
  top: 80%;
  font-size: 17px;
}


.popSingleVehicle {
  position: relative;
  background: rgb(255 255 255 / .9);
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  border-radius: 15px;
}
.formInteriorVehicles{
  padding: 30px 0 0;
}
.formInteriorVehicles .content{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.formInteriorVehicles .content .col2{
  display: flex;
  flex: 0 0 50%;
}
.formInteriorVehicles .content input{
  width: 100%;
  padding: 5px 10px;
  margin: 5px 5px;
  font-size: 15px;
  width: -webkit-fill-available;
}
.formInteriorVehicles .content .dateContent{
  margin-top: 15px;
}
.formInteriorVehicles .content .dateContent label{
  padding-left: 5px;
  margin-bottom: 0;
  font-family: var(--notoSemiBold);
}
.formBtnReserveSingle{
  display: table;
  margin: 25px auto 10px;
  background: var(--rojo);
  padding: 10px 40px;
  border-radius: 8px;
  border: 1px solid var(--rojo);
  color: var(--blanco);
  cursor: pointer;
  text-transform: uppercase;
  font-family: var(--notoBold);
  transition: .5s ease-in-out;
}
.formBtnReserveSingle:hover{
  background: transparent;
  color: var(--rojo);
}
#totalCarSingle{
  padding-left: 15px;
  padding-top: 15px;
  font-size: 20px;
}
#totalCarSingle span{
  color: var(--rojo);
  font-family: var(--notoSemiBold)
}
#totalDiasSingle{
  padding-left: 15px;
  padding-top: 0;
  font-size: 17px;
}
.formInteriorVehicles .messageForm{
  text-align: center;
}
#formBanner{
  position: relative;
}
#formBanner .messageForm{
  text-align: center;
}


#formContactPage{
  max-width: 1120px;
  margin: 0 auto;
}
#formContactPage .contentBx{
  display: flex;
}
#formContactPage .contentBx .content{
  width: 100%;
  margin: 15px 10px;
  position: relative;
  width: -webkit-fill-available;
}
#formContactPage .contentBx .content label{
  display: block;
  margin-bottom: 5px;
  font-family: var(--notoSemiBold);
}
#formContactPage .contentBx .content input,
#formContactPage .contentBx .content textarea{
  width: 100%;
  padding: 5px 10px 5px 50px;
}
#formContactPage .contentBx .content input:focus,
#formContactPage .contentBx .content textarea:focus{
  background-color: #dadada;
}
#formContactPage .contentBx .content i{
  position: absolute;
  top: 40px;
  left: 15px;
  color: var(--rojo);
  opacity: .5;
}
#formContactPage .contentBx .content input,
#formContactPage .contentBx .content textarea{
  outline: none;
  border: 1px solid var(--grisM);
}
#formContactPage .messageForm{
  text-align: center;
}
.btnContactPage{
  display: table;
  margin: 25px auto 10px;
  background: var(--rojo);
  padding: 10px 40px;
  border-radius: 8px;
  border: 1px solid var(--rojo);
  color: var(--blanco);
  cursor: pointer;
  text-transform: uppercase;
  font-family: var(--notoBold);
  transition: .5s ease-in-out;
}
.btnContactPage:hover{
  background: transparent;
  color: var(--rojo);
}

.headerSectionFaq{
  padding: 50px 0;
  background: var(--rojo);
}
.headerSectionFaq .title{
  font-size: 50px; 
  font-family: var(--notoBold);
  line-height: 55px;
  color: var(--blanco);
  margin: 0;
}
.faqPage{
  padding: 70px 0 70px;
}
.btn-transparent.btn-faq{
  color: var(--blanco);
  padding: 8px 50px;
}
.btn-transparent.btn-faq:hover{
  color: var(--verde);
  background: var(--blanco);
  border: 1px solid var(--verde);
}
#faq .acod-head .question{
  font-size: 17px;
}
#faq .acod-head .question.open{
  background: var(--negro);
  color: var(--blanco);
}
#faq .acod-body .answer{
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
  text-align: justify;
}
#faq .acod-body .answer a{
  color: var(--negroB);
}
#faq .acod-body .answer:last-child{
  margin-bottom: 0;
}
.p-tb15{
  padding: 15px 0;
}
/*-------------------------------------
  5. Accordians 
-------------------------------------*/
.wt-accordion .wt-panel {
  background-color:transparent;
  border:none;
  margin-bottom:10px;
  
  border-radius:0;
  -webkit-border-radius:0px;
  -moz-border-radius:0;
  
  box-shadow:none;
  -webkit-box-shadow:none;
  -moz-box-shadow:none; 
}

.acod-head {
  position:relative;
}
.acod-title {
  margin-top:0;
  margin-bottom:0;
}
.acod-title a{
  position:relative;
  z-index:1;
  overflow:hidden;
}
.acod-head .fa {
  margin-right:5px;
}

.acod-head a {
  display:block;
  padding:15px 40px 15px 15px;
}
.acod-head a,
.acod-head a:hover,
.acod-head a:active,
.acod-head a:focus {
  color:#3d474a;
}

.acod-body {
  color:#777;
}

/*Accodian open close indicator css*/
.acod-head .indicator {
  padding:15px;
  color:#ababab;
  position:absolute;
  right:0;
  top:0;
}
.acod-head .indicator .fa, 
.acod-head.acc-actives .indicator .fa {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.acod-head.acc-actives .indicator .fa,
.acod-head [aria-expanded="true"] .indicator .fa {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Accordion bg gray */
.acc-bg-gray a {
  background-color:#F5F5F5;
}
.acc-bg-gray .acod-head .indicator {
  color:var(--rojo);
}
.acc-bg-gray.acc-has-bg .acod-body{
  color:#fff;
}



#footer{
  padding: 10px 0;
  background: url('../archivos/home/fondo_footer.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#footer .container{
  padding: 0 180px;
}
#footer .flex-row{
  display: flex;
  align-items: center;
  position: relative;
}
#footer .logoFooter{
  width: 200px;
  height: auto;
}
#footer .contentBx p{
  font-size: 15px;
  color: var(--blanco);
  margin-bottom: 0;
  font-family: var(--notoMedium);
}
#footer .contentBx.polities{
  text-align: center;
}
#footer .contentBx.polities .socialsFooter a{
  font-size: 17px;
    margin: 0 10px 15px;
    width: 30px;
    display: inline-block;
    transition: .5s ease-in-out;
    height: 30px;
    /* line-height: 15px; */
    background: var(--blanco);
    border-radius: 50%;
    color: var(--rojo);
}
#footer .contentBx.polities .socialsFooter a:hover{
  color: var(--blanco);
  background: var(--rojo);
}
#footer .contentBx.polities .socialsFooter a i{
  line-height: 30px;
}
#footer .contentBx.polities a{
  color: var(--blanco);
  margin-bottom: 0px;
}
#footer .contentBx.polities p{
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 22px;
}
#footer .contentBx.logoCreated{
  text-align: right;
}
#footer .contentBx.logoCreated img{
  width: 140px;
  height: auto;
}
.chat{
  position: fixed;
  left: 5px;
}




/*Redes Desktop*/
.cont-info-float{position: fixed; top: 40%; right: 20px; z-index: 99;}
.info-float img{width: 50px; display: block; margin: 10px 0; filter: drop-shadow(1px 3px 2px black);}
.cont-redes-phone{display: none;}
.info-float img.face-float{width: 44px; padding: 1px; filter: drop-shadow(2px 4px 2px black); margin-left: 1px;}

/*Animation*/
.info-float:hover img{animation: move linear 2s infinite;}
.wow{visibility: hidden;}

@keyframes move{
  0%{transform: translateX(-10px);}
  50%{transform: translateX(10px);}
  100%{transform: translateX(-10px);}
}




/*** 

====================================================================
  Responsive
====================================================================

***/
/*Lap 1366px*/
@media only screen and (max-width: 1366px){
    .containerFormHome{padding: 0 30px;}
}
/*Ipad Pro Vertical*/
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: portrait){
    
}

/*Ipad Pro Horizontal*/
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: landscape){
    
}

/*Ipad Horizontal*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
    
}

/*Ipad Vertical*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
    
}

/*Phone Vertical*/
@media only screen
  and (min-device-width: 320px) 
  and (max-device-width: 736px) 
  and (orientation: portrait){ 
    .contentBannerHome .bgDevider{min-width: 100%;}
    .navbar-toggler{background: var(--blanco);}
    .hidden-mb{display: none!important;}
  	.navbar-nav a{padding-top: 10px; padding-bottom: 10px;}
  	.logo-header img{width: 150px;}
    .container-header{padding: 0 15px; background: var(--negro);}
    .container{padding: 0 15px;}
  	.logo-header, .navbar-toggler{margin-bottom: 0px;}
  	.navbar .nav-item{margin-right: 0!important; border-top: 1px solid #000; }
    .slick-prev, .slick-next{width: 30px; height: 30px; padding: 5px;}
  	.slick-prev{left: 15px;}
  	.slick-next{right: 15px;}
  	.dropdown-menu.show:after, .dropdown-menu.show:before{display: none;}

    /*  */
    .navbar-nav a:before{display: none;}
    .contentBannerHome{min-height: calc(100vh - 65px);}
    .contentBannerHome .contentBx{top: 45%;}
    .contentBannerHome .contentTitle .title{font-size: 30px; line-height: 35px; margin-bottom: 30px;}
    #home .container-header{position: relative;}
    #formBanner .colForm .content{flex: 1 1 25%;}
    #formBanner .colForm input{padding: 5px 10px;}
    .contentBannerHome .devider{display: none;}
    #ventajas .headerTitle .title{font-size: 30px; line-height: 35px;}
    #ventajas .headerTitle .subtitle{font-size: 18px;}
    #ventajas .contentVentajas{margin-top: 35px;}
    #ventajas .contentBx img{width: 70px;}
    #ventajas .contentBx .content{margin-top: 15px;}
    #ventajas .contentBx .content .description{margin-top: 20px;}
    #ventajas .contentBx{margin-bottom: 40px;}
    #showCars{padding: 70px 0 40px;}
    #showCars .headerTitle .blockTitle p{font-size: 15px; line-height: 20px;}
    #showCars .headerTitle .title{font-size: 30px; line-height: 35px;}
    #showCars .colVehicles .contentBx{margin-bottom: 35px;}
    #testimonials{padding: 70px 0 80px;}
    #testimonials .circleTestimonial{width: 300px; height: 300px;}
    #testimonials .headerTitle .title{font-size: 30px; line-height: 35px;}
    #testimonials .headerTitle .subtitle{font-size: 20px;}
    #testimonials .rowTestimonial{margin-top: 45px;}
    .owl-carousel-testimonial .item{padding: 0 30px;}
    .owl-carousel-testimonial .item .description{font-size: 20px; line-height: 25px;}
    .owl-carousel-testimonial .item .name{font-size: 20px; line-height: 25px;}
    #maps{padding: 70px 0;}
    #maps .headerTitle p{font-size: 25px; line-height: 30px;}
    #maps .contentMap{width: 100%;}
    #maps .contentMap .location{height: 300px;}
    #maps .contentInfo{position: relative; width: 100%; left: 0; padding: 30px 30px 30px 30px;}
    #maps .bckgdPoints{height: auto; position: relative; margin-top: 15px; top: 0;}
    #maps .bckgdPoints .points{display: none;}
    #maps .rowMaps .colMap:last-child{margin-top: 50px;}
    #footer{padding: 10px 0 30px;}
    #footer .logoFooter{width: 180px; margin: 0 auto 20px;}
    #footer .contentBx.polities{margin-bottom: 25px;}
    #footer .contentBx.logoCreated{text-align: center;}
    #footer .contentBx.logoCreated img{width: 130px;}
    #footer .container{padding: 0 15px;}
    #faq-mini .flex-col{display: block;}
    #faq-mini .flex-col .description{text-align: center; margin-bottom: 30px;}

    .headerSectionTipo{padding: 30px 0;}
    .headerSectionTipo .title{font-size: 30px; line-height: 35px;}
    .pagePasajerosCars, .pageCargaCars{padding: 30px 0 0px;}
    .pagePasajerosCars .headerCategory p, .pageCargaCars .headerCategory p{font-size: 30px; line-height: 35px;}
    .pagePasajerosCars .headerCategory p:after{width: calc(75% - 20px);}
    .pageCargaCars .headerCategory p:after{width: calc(20% - 20px);}
    .pagePasajerosCars .contentCar .contentBx, .pageCargaCars .contentCar .contentBx{display: block; margin-bottom: 80px;}
    .pagePasajerosCars .contentCar .contentBx .imgCar, .pageCargaCars .contentCar .contentBx .imgCar{max-width: 100%; margin-bottom: 25px;}
    .pagePasajerosCars .contentCar .contentBx .content, .pageCargaCars .contentCar .contentBx .content{padding-left: 0;}
    .pagePasajerosCars .contentCar .contentBx .content .title, .pageCargaCars .contentCar .contentBx .content .title{font-size: 28px; line-height: 33px; white-space: normal;}
    /* .pagePasajerosCars .contentCar .contentBx .content ul, .pageCargaCars .contentCar .contentBx .content ul{} */
    .pagePasajerosCars .contentCar .contentBx .content ul li, .pageCargaCars .contentCar .contentBx .content ul li{margin: 5px;}
    .headerSectionContacto{padding: 30px 0;}
    .headerSectionContacto .title{font-size: 30px; line-height: 35px;}
    .contactoPage .headerTitle p{font-size: 25px; line-height: 30px;}
    .contactoPage .headerTitle p:after{width: calc(25% - 20px);}
    #formContactPage .contentBx{flex-wrap: wrap;}

    #formatCar .headerTitle .title{font-size: 30px; line-height: 35px;}
    #formatCar .selectPhoto{justify-content: center; margin-bottom: 40px;}
    .formInteriorVehicles .content .col2{flex: 1 1 50%;}
    
    



}

/*Phone Horizontal*/
@media only screen
  and (min-width: 320px) 
  and (max-width: 736px) 
  and (orientation: landscape){ 
}