*,
*::after,
*::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    transition: all 0.2s;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    font-family: "Open Sans", sans-serif;
    color: #1b2335;
    font-size: 13px;
}

.covid {
    background: #eaeaea;
    padding: 10px 0;
    font-weight: 700;
}

.covid a {
    color: #133f70;
}

.reserva {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
    padding: 15px;
    background: #f5f5f5;
    border-radius: 10px;
    box-shadow: 0 0 5px #0000005c;
}

.tarjeta {
    background: #fff;
    /* box-shadow: 0 0 5px #0000005c; */
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
  }

header {
    /*
  background: rgb(53, 198, 223);
  background: -moz-linear-gradient(
    47deg,
    rgba(53, 198, 223, 1) 50%,
    rgba(0, 51, 196, 1) 100%
  );
  background: -webkit-linear-gradient(
    47deg,
    rgba(53, 198, 223, 1) 50%,
    rgba(0, 51, 196, 1) 100%
  );
  background: linear-gradient(
    47deg,
    rgba(53, 198, 223, 1) 50%,
    rgba(0, 51, 196, 1) 100%
  );
  */
    background: #fff;
    /*background: linear-gradient(65deg, rgb(200 211 223) 5%, rgb(15 61 113) 90%);*/
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#35c6df", endColorstr="#0033c4", GradientType=1);
    padding: 15px 0;
    margin-bottom: 50px;
}

header .container {
    display: flex;
    justify-content: space-between;
}

.rr {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.telefonos {
    text-align: right;
    color: #fff;
    font-size: 16px;
}

.telefonos a {
    color: #fff;
}

.logo {
    padding: 10px 0;
}

.logo img {
    width: 200px;
    display: block;
    margin: auto;
}

.imgTop {
    background: url("https://themegoods-cdn-pzbycso8wng.stackpathdns.com/letsblog/demo/wp-content/uploads/2015/07/15794918936_855690cb09_b1.jpg");
    height: 300px;
    background-size: 100%;
    background-position: center center;
}

.lang {
    margin-left: 15px;
    display: inline-block;
    font-weight: 700;
}


/*nav {
  padding: 15px 0;
}*/

nav span {
    display: none;
    cursor: pointer;
}

nav ul {
    display: flex;
    justify-content: end;
    padding: 1em 0;
}

nav ul li {
    margin: 0 20px;
}


/*
nav ul li:not(:last-child) {
  margin: 0 20px;
}
*/

nav ul li {
    position: relative;
    display: flex;
}

nav ul li a {
    color: #212529;
    font-weight: bold;
    display: block;
    transition: all 0.2s;
    font-size: 1em;
    margin: auto;
}

nav ul li {
    /*background-color: #fff;
  padding: 0px 10px;
  border-radius: 5px;
  text-align: center;*/
}

nav ul li a:hover {
    color: #c3d7ff;
}

nav ul li ul {
    display: none;
    position: absolute;
    top: 100%;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    width: 160%;
    z-index: 100;
}

nav ul li:hover ul.submenu {
    display: block;
}

nav ul li ul li:not(:last-child) {
    margin: 0;
}

nav ul li ul li {
    margin-bottom: 0 !important;
}

nav ul li ul li a {
    color: #0f3c71;
    display: flex;
    justify-content: space-between;
    padding: 10px;
}


/* submenu nivel 2*/

nav ul li ul li ul {
    display: none;
    left: 100%;
    top: 0;
    z-index: 100;
    width: 140%;
}

nav ul li ul li:hover ul.submenu2 {
    display: block;
}


/* submenu nivel 3*/

.submenu3 {
    display: none;
}

.submenu2 li:hover ul {
    display: block;
}

section {
    margin-bottom: 50px;
}

section h2,
section h1 {
    font-size: 30px;
    color: #0f3c71;
    margin-bottom: 30px;
    font-weight: 700;
}

.carrusel img {
    width: 100%;
}

.slick-dots {
    /*bottom: 30px;*/
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: rgba(2555, 255, 255, 0.8);
    border-radius: 50%;
}

.slick-dots li button::before {
    content: "";
}

.slick-active li button {
    background: rgba(255, 255, 255, 1);
}

.links a {
    font-size: 18px;
    margin-right: 10px;
    color: #003aa0;
    font-weight: 700;
}

.links .active {
    color: #198754;
}

#reserva div,
#form_reserva div,
#busqueda div {
    margin: 9px 0;
}

#reserva .form-check .form-check-input {
    float: left;
    margin-left: -0.5em;
    margin-right: 10px;
}

#reserva .btn,
#busqueda .btn,
#form_reserva .btn {
    background: #198754;
    color: #fff;
    width: 100%;
    font-size: 15px;
    font-weight: 800;
}

#reserva input,
#form_reserva input {
    height: 45px;
}

#busqueda,
#entregaOtroLugar {
    display: none;
}

#flexCheckDefault {
    height: 14px !important;
}

.ProTotal h2 {
    font-size: 30px;
    color: #0f3c71;
    margin-bottom: 50px;
    font-weight: 700;
}

.menuMoil {
    display: none;
}

.telefonosMov {
    display: none;
}

.listadoRentas {
    display: flex;
    flex-wrap: wrap;
}

.listadoRentas div {
    width: 50%;
    font-size: 18px;
    font-weight: 600;
    color: #11159a;
    margin-bottom: 5px;
}

.listadoRentas i,
.RentaMexico i {
    color: #198754;
}

.conoce {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.conoce a {
    font-size: 18px;
    width: 60%;
    background: #198754;
    color: #fff;
    text-align: center;
    padding: 30px 10px;
    border-radius: 10px;
}


/*.imgBanner {
  margin-top: 50px;
}*/

.imgBanner img {
    width: 100%;
}

.RentaMexico {
    text-align: justify;
}

.RentaMexico ul {
    margin-bottom: 10px;
}

.RentaMexico li {
    margin-bottom: 5px;
}

.panel-default {
    border-color: #ddd;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    color: #717171;
    text-align: justify;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-bottom-color: transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit;
    font-weight: 600;
}

.panel-body {
    padding: 15px;
}

.panel li {
    margin-bottom: 6px;
}

.panel i,
.panel a {
    color: #198754;
}

.datosSearch {
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 5px;
}

.datosSearch h2 {
    font-size: 17px;
    font-weight: 800;
    background: #f9f9f9;
    padding: 10px;
    text-transform: uppercase;
}

.datosSearch li {
    padding-bottom: 5px;
    border-bottom: dashed 1px #eaeaea;
    margin-bottom: 5px;
}

.datosSearch a.btn,
.datosSearch input[type="submit"].btn {
    background: #198754;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-top: 19px;
}

.titleDatos {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.titleDatos ul {
    display: flex;
    margin-bottom: 8px;
}

.titleDatos ul li {
    margin: 0 10px;
}

.titleDatos ul li a {
    height: 40px;
    width: 40px;
    background: #ddd;
    display: block;
    font-weight: 800;
    color: #fff;
    text-align: center;
    line-height: 2;
    border-radius: 50%;
    font-size: 20px;
}

.titleDatos ul li a.active {
    background: #0f3c71;
}

.seleccionarAuto label {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.seleccionarAuto select {
    font-size: 15px;
}

#selecAuto {
    margin-bottom: 0;
}

.titleListado {
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 10px;
    color: #0f3c71;
    margin-top: 15px;
}

.ListCars article {
    padding: 30px;
    box-shadow: 0 2px 15px 3px rgba(155, 155, 155, 0.1);
    margin-bottom: 25px;
    color: #6b86a2;
}

.ListCars article .box-car {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tipoAuto {
    font-size: 18px;
    font-weight: 700;
    border-bottom: dashed 1px #ddd;
    margin-bottom: 16px;
    padding-bottom: 10px;
}

.ListCars article .h3 {
    font-size: 16px;
    border-bottom: dashed 1px #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.article-car-icon {
    display: flex;
}

.article-car-icon li:not(:last-child) {
    margin-right: 10px;
}

.price {
    font-size: 20px;
    font-weight: 700;
    border: 1px solid #eaf1f9;
    border-radius: 5px;
    padding: 10px;
}

.ListCars .car-button .btn {
    width: 100%;
    background: #0e3d6e;
    color: #fff;
}

.incluye {
    border: 1px solid #eee;
    padding: 10px;
    margin-top: 10px;
    color: #0f3d71;
    border-radius: 5px;
}

.incluye li {
    margin-bottom: 10px;
}

.incluye .h3 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.simbologia {
    margin-top: 40px;
}

.fixed {
    position: fixed;
}

.crumb {
    display: flex;
    color: #6b86a2;
}

.crumb li:not(:last-child) {
    margin-right: 10px;
}

.crumb a {
    color: #6b86a2;
}

.crumb a.active {
    color: #198754;
}

.crumb a:hover {
    color: #198754;
}

.titleExtras {
    border-top: dashed 1px #ddd;
    padding-top: 8px;
}

.titleInfoCLiente {
    border-top: dashed 1px #ddd;
    padding-top: 8px;
    margin: 20px 0;
    color: #0f3c71;
    font-weight: 700;
    font-size: 20px;
}

.car-button select {
    width: 80px;
}

.btnContinuar .btn {
    float: right;
    background: #0f3c71;
    color: #fff;
    font-weight: 700;
}

.terminos {
    display: inline-block;
    margin: 15px 0;
    text-decoration: underline;
}

.tuAuto {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
}

.tuAuto .h3 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #0f3d71;
    background: #f9f9f9;
    padding: 10px;
}

.table-your-car {
    display: flex;
    justify-content: space-evenly;
    margin: 25px 0;
}

.table-your-car .td:not(:last-child) {
    border-right: 1px dashed #eee;
}

.table-your-car .td {
    text-align: center;
    width: 33.3333333%;
}

.tuAutoCar {
    display: block;
    margin: auto;
}

.note {
    margin: 25px 0;
}

.btn-change-description {
    background: #198754;
    color: #fff;
    margin: auto;
}

.data_flight {
    margin: 15px 0;
}

.btn-continue {
    float: right;
}

.reservaTitlte {
    display: flex;
    justify-content: space-between;
}

.conceptos {
    display: flex;
    justify-content: space-between;
    padding: 7px 0;
}

.conceptos:not(:last-child) {
    border-bottom: dashed 1px #eee;
}

.total,
.totalNumber {
    font-size: 16px;
    font-weight: 800;
}

.botonesPago {
    display: flex;
    justify-content: space-between;
}

.botonesPago a:nth-child(2n) {
    margin-right: 15px;
    margin-left: 15px;
}

.gracias {
    text-align: center;
    padding: 100px 0;
    letter-spacing: 2px;
}

.gracias h2 {
    font-weight: 800;
    margin-bottom: 10px;
}

.gracias h3 {
    font-weight: 800;
    margin: 20px 0;
}

.excl {
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
    font-size: 36px;
    line-height: 2;
    margin-bottom: 30px;
}

footer {
    background: #133f70;
    padding: 60px 0 0 0;
    margin-top: 40px;
}

.redes ul {
    display: flex;
}

.redes a {
    font-size: 32px;
}

.redes li:not(:last-child) {
    margin-right: 10px;
}

.container-menu {
    display: flex;
    flex-wrap: wrap;
}

.container-menu a {
    color: #fff;
    font-weight: 600;
}

.container-menu a:hover {
    color: #9ecef7;
}

.container-menu .box-item {
    width: 50%;
    margin-bottom: 7px;
}

.copy {
    padding: 20px 0;
}

.copy .container {
    display: flex;
    align-items: center;
}

.copy a {
    display: inline-block;
    margin: 0 20px;
}

@media (max-width: 1024px) {
    .price {
        font-size: 15px;
    }

    .car-include img {
        /* width: 80%;*/
        display: block;
        margin: auto;
    }

    .tipoAuto {
        font-size: 16px;
    }

    .ListCars article .h3 {
        font-size: 14px;
    }

    .redes a {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .posReciente {
        flex-direction: column;
    }

    .datosReciente {
        margin-left: 0;
    }

    .posReciente:not(:last-child) {
        margin-bottom: 30px;
    }
}

@media (max-width: 500px) {
    header {
        padding: 0;
    }

    .telefonos {
        display: none;
    }

    .logo {
        padding: 0;
    }

    .logo img {
        width: 75%;
        margin: 15px auto;
    }

    #reserva .btn,
    #busqueda .btn {
        font-size: 17px;
        padding: 8px 0;
    }

    .telefonosMov {
        display: block;
    }

    .carrusel {
        display: none;
    }

    header .container {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 15px;
        padding-bottom: 15px;
        flex-direction: column;
    }

    .menuMoil {
        display: flex;
        width: 30px;
        height: 30px;
        flex-direction: column;
        justify-content: center;
        padding: 10px;
        cursor: pointer;
        align-items: center;
    }

    .menuMoil li:not(:last-child) {
        margin-bottom: 5px;
    }

    .menuMoil li {
        border: 1px solid #fff;
        width: 20px;
        /*margin: ;*/
    }

    .mmMovil {
        display: flex;
        justify-content: space-between;
        padding: 10px;
        background: #198754;
    }

    nav {
        background: #fff;
        position: fixed;
        width: 80%;
        height: 100vh;
        top: 0;
        right: -400px;
        /*opacity: 0;*/
        z-index: 100;
        transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        overflow-y: scroll;
    }

    nav span {
        display: block;
        width: 50px;
        height: 50px;
        font-weight: 800;
        font-size: 20px;
        position: absolute;
        right: 50px;
        /*color: #fff;*/
    }

    nav ul {
        flex-direction: column;
        margin-top: 50px;
        padding: 10px;
    }

    nav ul li {
        margin: 0 !important;
    }

    nav ul li a {
        width: 100%;
        padding: 12px 0;
    }

    .submenu,
    nav ul li ul li ul {
        position: static;
        margin: 0;
        background: none;
        box-shadow: none;
        padding: 4px;
    }

    nav ul li ul li ul {
        padding-left: 15px;
    }

    nav ul li ul li a {
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .submenu3 {
        background: rgba(255, 255, 255, 0.1);
    }

    .links a {
        font-size: 14px;
    }

    .imgTop {
        background-size: cover;
        height: 120px;
    }

    .dropdown-item {
        font-size: 13px;
    }

    .listadoRentas {
        flex-direction: column;
    }

    .listadoRentas div {
        width: 100%;
        font-size: 15px;
        margin: 0;
    }

    .conoce {
        justify-content: center;
    }

    .conoce a {
        width: 100%;
        margin: 25px 0;
        font-weight: 700;
    }

    .movilRowListado {
        flex-direction: column-reverse;
    }

    #positioner-fixer-left {
        display: none;
    }

    .titleDatos {
        flex-direction: column-reverse;
    }

    .titleDatos ul {
        justify-content: center;
    }

    .seleccionarAuto {
        width: 100%;
        margin: 30px 0;
    }

    .numeracion {
        width: 100%;
        margin-top: 30px;
    }

    .ListCars article .box-car {
        flex-direction: column;
    }

    .ListCars article {
        padding: 10px;
    }

    .box-car div {
        width: 100%;
    }

    article .car-include {
        margin: 30px 0;
    }

    article .car-include img {
        /* width: 50%;*/
    }

    article .price {
        text-align: center;
    }

    .botonesPago {
        flex-direction: column;
    }

    .botonesPago a:nth-child(2n) {
        margin-right: 0;
        margin-left: 0;
    }

    .gracias {
        padding: 50px 0;
    }

    footer .col-md-2:not(:last-child) {
        margin-bottom: 50px;
    }

    .copy .container div {
        display: none;
    }

    .copy .container {
        justify-content: space-between;
        flex-direction: column;
        height: 100px;
    }

    footer .img-fluid {
        width: 200px;
        display: block;
        margin: auto;
    }

    .redes {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .activeNav {
        right: -50px;
    }

    .container-menu .box-item {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 10px 0;
    }
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1100px;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1000px;
}

#reserva>#form_reserva,
#reserva {
    background: rgb(200 211 223) 5%;
}


/**01-10-2022*/

.banner-eng {
    background: url(../images/banner_reserveNow.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: inherit;
}

.banner {
    background: url(../images/Banner-home-Car-rental.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: inherit;
}

.banner:after,
.banner-eng:after,
.inner_banner:after {
    background-color: #000;
    content: "";
    left: 0;
    opacity: 0.4;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.forba {
    background: #ffffff;
    padding: 2em;
}

.banner-form h5 {
    color: #44403c;
    font-size: 23px;
}

.banner-form h5 i {
    font-size: 20px;
}

.banner-form input[type="text"],
.banner-form input[type="time"],
.banner-form input[type="date"] {
    width: 100%;
    color: #2d2926;
    outline: none;
    font-size: 16px;
    /*padding: 0.8em 1em;*/
    border: 1px solid #b3b995;
    -webkit-appearance: none;
    margin-bottom: 0.8em;
    letter-spacing: 1px;
    background: none;
    border-radius: 0;
}

.banner-form input[type="submit"] {
    color: #ffffff;
    padding: 0.8em 1em;
    font-size: 16px;
    cursor: pointer;
    border: 2px solid #ffffff;
    outline: none;
    background: #041e42;
    width: 100%;
    letter-spacing: 1px;
    transition: 0.5s all;
    border-radius: 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.banner-form input[type="submit"]:hover {
    background: #333;
    border: 2px solid #333;
}


/*-- place holder --*/

.banner-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ccc;
}

.banner-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc;
}

.banner-form :-ms-input-placeholder {
    /* IE 10+ */
    color: #ccc;
}

.banner-form :-moz-placeholder {
    /* Firefox 18- */
    color: #ccc;
}

.banner-form input[type="text"],
.banner-form input[type="email"],
.banner-form input[type="password"] {
    width: 100%;
    color: #2d2926;
    outline: none;
    font-size: 16px;
    /*padding: 0.8em 1em;*/
    border: 1px solid #b3b995;
    -webkit-appearance: none;
    margin-bottom: 0.8em;
    letter-spacing: 1px;
    background: none;
    border-radius: 0;
}

.banner-form input[type="submit"] {
    color: #ffffff;
    padding: 0.8em 1em;
    font-size: 16px;
    cursor: pointer;
    border: 2px solid #ffffff;
    outline: none;
    background: #041e42;
    width: 100%;
    letter-spacing: 1px;
    transition: 0.5s all;
    border-radius: 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.banner-form input[type="submit"]:hover {
    background: #333;
    border: 2px solid #333;
}


/*-- place holder --*/

.banner-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ccc;
}

.banner-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc;
}

.banner-form :-ms-input-placeholder {
    /* IE 10+ */
    color: #ccc;
}

.banner-form :-moz-placeholder {
    /* Firefox 18- */
    color: #ccc;
}