@charset "utf-8";
@import url("reset.css");
@import url("xxxl-grid.css");

/*------------------------------------------------------------------
VARIABLES
-------------------------------------------------------------------*/

 :root {
    --primario: #00335C;
    --secundario: #7d7d7d;
}


/* ----------------------------------------------------------------
Bootstrap Adjustments
-----------------------------------------------------------------*/

@media (min-width: 1440px) {
    .container {
        width: auto;
        max-width: 1350px;
    }
}

@font-face {
    font-family: 'AllerLight';
    src: url('../Aller/Aller_Lt.ttf');
}

@font-face {
    font-family: 'Aller';
    src: url('../Aller/Aller_Rg.ttf');
}


/* ----------------------------------------------------------------
Basic
-----------------------------------------------------------------*/

iframe {
    width: 100%;
    border: 0 !important;
    overflow: hidden !important;
}

html,
body {
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Montserrat', sans-serif;
    background-color: var(--primario);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

h1 {
    font-weight: 700;
}

a {
    text-decoration: none;
}

a:hover {
    color: var(--primario);
}

footer {
    background-color: #f5f5f5;
    padding: 20px 20px;
    margin-top: auto;
}

.dropdown-item:hover {
    background-color: #696868;
}


/* ----------------------------------------------------------------
FONTS
-----------------------------------------------------------------*/

.AllerLight {
    font-family: 'AllerLight';
    letter-spacing: 6px;
    font-size: 18px;
}

.Aller {
    font-family: 'Aller' !important;
    font-weight: 600;
    letter-spacing: .0892857143em;
}

.Aller2 {
    font-family: 'Aller' !important;
    font-weight: 500;
    letter-spacing: .0892857143em;
}

.font-esp {
    font-family: 'Aller'!important;
    font-size: 1.8em;
    letter-spacing: 10px;
}

.font-otros {
    font-family: 'Aller'!important;
    font-size: 1.8em;
    letter-spacing: 10px;
    font-style: italic;
    font-weight: 700;
}

h2 span {
    font-family: 'AllerLight';
    letter-spacing: 10px;
    font-style: italic;
}

nav h6 {
    font-size: .95rem;
}

.font-200 {
    font-weight: 200;
    font-style: italic;
}

.font-15 {
    font-size: 15px;
}

.font-500 {
    font-weight: 500;
}

.font-500-subrayado {
    font-weight: 500;
    text-decoration: underline;
    font-size: 13px;
}

.font-900 {
    font-weight: 900;
    letter-spacing: 3px;
}

.font-600-Aller {
    font-family: Aller!important;
    font-size: 1.6em;
    font-weight: 600;
}

.font-2-em {
    font-size: 2.4em;
    font-weight: 600;
}

.font-w-800 {
    font-size: 2.4em;
    font-weight: 800;
}


/* ----------------------------------------------------------------
BACKGROUND
-----------------------------------------------------------------*/

.bg-white-2 {
    background-color: #fff;
}

.bg-inicio {
    background-color: var(--primario);
    opacity: .80;
    padding: 10px 15px 10px 15px;
    border-radius: 20px;
    color: #fff;
    box-shadow: 5px 2px 8px #989898;
}

.bg-inicio2 {
    background-color: var(--primario);
    padding: 10px 15px 10px 15px;
    border-radius: 20px;
    color: #fff;
    box-shadow: 5px 2px 8px #989898;
}

.bg-inicio3 {
    background-color: #fff;
    padding: 10px 15px 10px 15px;
    border-radius: 20px;
    color: #000;
}

.bg-gray {
    background-color: rgb(128, 130, 133);
}

.bg-gray2 {
    background-color: #E2E4E7;
    color: #000;
    padding: 1rem 1.25rem;
}

.bg-nombre {
    background-color: #00335C;
}

.bg-nombre p {
    font-family: 'AllerLight';
    letter-spacing: 6px;
    font-size: 18px;
}

.bg-detalle {
    background-color: var(--secundario);
    height: 180px;
    color: #00335c;
    font-size: 18px;
}

.bg-detalle h5 {
    font-size: 150%;
    font-family: 'Aller';
}

.bg-detalle h6 {
    font-size: 100%;
    font-weight: 800 !important;
}

.bg-detalle-2 {
    background-color: var(--secundario);
    height: 150px;
    color: #00335c;
    font-size: 18px;
}

.bg-detalle-2 h5 {
    font-size: 150%;
    font-family: 'Aller';
}

.bg-detalle-2 h6 {
    font-size: 100%;
    font-weight: 800 !important;
}

.bg-titulo {
    background-color: var(--primario);
    padding: 20px 10px 20px 30px;
    position: absolute;
    z-index: 3;
}

.bg-titulo h1 {
    font-size: 30px;
    font-weight: 800!important;
}

.trapecio {
    position: absolute;
    width: 250px;
    height: 0px;
    padding: 0px 200px 24px 150px;
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
    border-bottom: 90px solid var(--primario);
    z-index: 3;
}

@media (min-width: 1200px) {
    .bg-titulo {
        background-color: var(--primario);
        padding: 20px 40px 20px 140px;
        position: absolute;
        z-index: 3;
    }
    .bg-titulo h1 {
        font-size: 50px;
        font-weight: 800!important;
    }
    .trapecio {
        position: absolute;
        width: 250px;
        height: 0px;
        padding: 0px 600px 24px 150px;
        padding: 0px 600px 22px 50px;
        border-right: 60px solid transparent;
        border-left: 60px solid transparent;
        border-bottom: 110px solid var(--primario);
        border-bottom: 115px solid var(--primario);
        z-index: 3;
    }
}

.trapecio2 {
    z-index: 3;
    position: absolute;
    width: 250px;
    height: 0px;
    padding: 0px 30px 49px 300px;
    padding: 0px 30px 50px 300px;
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
    border-bottom: 100px solid var(--primario);
    border-bottom: 98px solid var(--primario);
}

.bg-pagination {
    background-color: var(--primario);
    padding: 8px 15px 5px 15px;
    border-radius: 3px;
    cursor: pointer;
    font-family: 'Aller';
}

.bg-pagination-2 {
    background-color: #fff;
    padding: 8px 15px 5px 15px;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: 0px 1px 3px #989898;
    font-family: 'Aller';
}

.bg-pagination-3 {
    background-color: #fff;
    padding: 5px 10px 5px 10px;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: 0px 1px 3px #989898;
}

.bg-vendido {
    background-color: var(--secundario);
    font-family: 'AllerLight';
    letter-spacing: 6px;
}

.bg-inter {
    background-color: var(--primario);
    margin-top: 15px;
    padding: 2px 40px 2px 40px;
    position: absolute;
    font-size: 24px;
    font-family: 'Aller';
    font-weight: 300;
}

.bg-inter-vendido {
    background-color: #00182B;
    margin-top: 15px;
    padding: 2px 40px 2px 40px;
    position: absolute;
    z-index: 3;
    font-size: 24px;
    font-family: 'Aller';
    font-weight: 300;
}

.bg-card {
    background-color: var(--primario);
    width: 100%;
}

.bg-boton-detalle-1 {
    border-radius: 0px;
    padding: 40px 10px 40px 10px;
    background: #fff;
    box-shadow: 5px 5px 10px #c1c1c1, -5px -5px 10px #ffffff;
}

.bg-boton-detalle-2 {
    border-radius: 0px;
    padding: 40px 10px 40px 10px;
    background: var(--secundario);
}

.bg-boton-detalle-3 {
    border-radius: 0px;
    padding: 40px 10px 40px 10px;
    background: var(--primario);
}

.bg-boton-detalle-1 h4 {
    font-weight: 800;
}

.bg-boton-detalle-2 h4 {
    font-family: 'Aller';
    font-weight: 700;
    font-size: 2em;
}

.bg-boton-detalle-3 h4 {
    font-family: 'Aller';
    font-weight: 700;
    font-size: 1.6em;
}

.bg-registro {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #fff;
    padding: 60px 30px 60px 30px;
    box-shadow: 2px 2px 5px #5a5a5a;
}

.bg-registro p {
    font-family: 'Aller';
}

.bg-acordeon {
    color: #000;
    padding: 1rem 1.25rem;
}

.bg-acordeon:hover {
    background-color: #CBCCCF;
    padding: 1rem 1.25rem;
}

.bg-blue-2 {
    background-color: #3f5071;
    padding: 20px 20px 20px 20px;
}

.bg-white {
    background-color: #fff;
    padding: 10px 10px 10px 10px;
}

.bg-inter-2 {
    background-color: var(--primario);
    margin-top: 0px;
    padding: 2px 40px 2px 30px;
    position: absolute;
}

.bg-inter-2 h4 {
    font-size: 24px;
    font-family: 'Aller';
    font-weight: 300;
}

.bg-nombre-2 {
    background-color: var(--secundario);
}

.bg-nombre-2 p {
    font-family: 'AllerLight';
    letter-spacing: 6px;
    font-size: 18px;
}

.vendido {
    background-color: rgba(31, 30, 30, .74902);
    color: #fff;
    position: absolute;
    padding: 15px 250px 15px 150px;
    z-index: 2;
    vertical-align: middle;
    text-align: center;
    font-size: 28px;
}

@media (min-width: 1200px) {
    .vendido {
        background-color: rgba(31, 30, 30, .74902);
        color: #fff;
        position: absolute;
        padding: 15px 250px 15px 260px;
        z-index: 2;
        vertical-align: middle;
        text-align: center;
        font-size: 28px;
    }
}

.bg-blue {
    background-color: #00335C !important;
}

.disponible-bg {
    background-size: cover;
    height: 274px;
}

.vendido-bg {
    background-size: cover;
    height: 250px;
    filter: grayscale(80%);
    background-position: center center;
}

.sin-registros-1 {
    background-color: #26a69a;
    padding-top: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.aviso {
    background-color: #26a69a;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.bg-img-detalle {
    width: 100%;
    box-shadow: -15px -15px #00335C;
}

.bg-img-detalle2 {
    width: 100%;
    box-shadow: -15px -15px #00335C;
    filter: grayscale(80%);
}

.bg-gradient-2 {
    background: linear-gradient(to right, #00335C 0%, #00335C 50%, #fff 50%, #fff 100%);
}


/* @media (min-width: 1200px) {
    body {
        background: linear-gradient(to right, #00335C 0%, #00335C 50%, #fff 50%, #fff 100%);
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    }
} */


/* ----------------------------------------------------------------
SLIDER
-----------------------------------------------------------------*/

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.position-opcion {
    background-color: var(--primario);
    position: absolute !important;
    margin-top: 50px;
    padding: 8px 30px 8px 0px;
    z-index: 3;
}


/* ----------------------------------------------------------------
ICON SIZE
-----------------------------------------------------------------*/

.icon-size {
    font-size: 30px;
}

.icon-size-1 {
    font-size: 40px;
    color: var(--primario);
}

.icon-size-2 {
    font-size: 24px;
}

.icon-size-3 {
    font-size: 24px;
    color: var(--primario);
}

.icon-bg {
    background-color: var(--primario);
    border-radius: 50%;
    padding: 5px;
}

.icon-bg:hover {
    background-color: #0e2435bc;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
}


/* ----------------------------------------------------------------
FONT
-----------------------------------------------------------------*/

.fs-10 {
    font-size: 60px;
}


/* ----------------------------------------------------------------
TEXT COLOR
-----------------------------------------------------------------*/

.text-blue {
    color: #3681BC;
    cursor: pointer;
}

.text-blue-navbar {
    color: var(--primario);
    opacity: .62;
    cursor: pointer;
}

.text-blue-navbar:hover {
    color: var(--primario) !important;
    opacity: 100%;
    cursor: pointer;
}

.text-blue-2 {
    color: var(--primario);
}

.text-black {
    color: #000;
}

.text-gray {
    color: var(--secundario);
}

.text-green {
    color: #388e3c;
}

.text-red {
    color: crimson;
}


/* ----------------------------------------------------------------
BOTONES
-----------------------------------------------------------------*/

.boton-detalle {
    background-color: #fff;
    padding: 4px 0px 4px 0px;
    margin-left: 30px;
    margin-right: 30px;
}

.boton-detalle p {
    font-weight: 900;
    font-size: 15px;
}

.boton-detalle:hover {
    background-color: #E8EBEF;
    cursor: pointer;
}

.btn-gray {
    background-color: var(--secundario);
    color: #fff;
    border-color: var(--secundario);
    padding: 10px 30px 10px 30px;
}


/* ----------------------------------------------------------------
SLIDER VEHICULO
-----------------------------------------------------------------*/

* {
    box-sizing: border-box;
}

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;
    width: 16.66%;
}

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}


/* ----------------------------------------------------------------
MODAL VEHICULO INFORMACIÓN
-----------------------------------------------------------------*/

.modal1 {
    display: none;
    position: fixed;
    z-index: 4;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content1 {
    background-color: #fefefe;
    margin: 5% 15% 5% 15%;
    padding: 20px;
    border: 1px solid #888;
    width: 70%;
}

@media (min-width: 1200px) {
    .modal-content1 {
        margin: 5% 15% 5% 30%;
        padding: 20px;
        border: 1px solid #888;
        width: 40%;
    }
}


/* The Modal (background) */

.modal2 {
    display: none;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.modal-content2 {
    background-color: #fefefe;
    margin: 8% 8%;
    padding: 20px;
    border: 1px solid #888;
    border-radius: 5px;
    width: 25%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.close2 {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close2:hover,
.close2:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


/* ----------------------------------------------------------------
CHECK MODAL
-----------------------------------------------------------------*/

#trigger {
    display: none;
}

.checker {
    background-image: url(../../img/checkbox.png);
    background-position: left center;
    background-size: auto 100%;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    float: left;
    margin-right: 12px;
}

#trigger:checked+.checker {
    background-position: right center;
}

#trigger2 {
    display: none;
}

.checker2 {
    background-image: url(../../img/checkbox.png);
    background-position: left center;
    background-size: auto 100%;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    float: left;
    margin-right: 12px;
}

#trigger2:checked+.checker2 {
    background-position: right center;
}

.subtitulo {
    background-color: var(--secundario);
    margin-top: 8px;
    padding-top: 3px;
}

.subtitulo2 {
    background-color: var(--secundario);
    margin-top: 6px;
    margin-bottom: 4px;
    padding-top: 4px;
}

.linea {
    background-color: rgba(0, 0, 0, .12);
    margin-bottom: 12px;
    padding-top: 3px !important;
    transform: rotate(90deg);
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: #7d7d7d;
    border-style: solid;
    border-width: 0;
}

.back-head {
    background-image: url('../../img/unidades/back-head.png');
    width: 100%;
    background-position: 50%;
    background-position-x: 50%;
    background-position-y: center;
    background-size: cover;
    height: 200px;
    height: 280px;
}

.back-head-filtro {
    height: 100%;
    position: absolute;
    width: 100%;
    background: #000524;
    background: linear-gradient(90deg, rgba(145, 157, 228, .74) 9%, rgba(111, 111, 212, .42) 65%, rgba(19, 5, 140, .5158438375) 90%);
}


/* ----------------------------------------------------------------
SLIDER INDEX
-----------------------------------------------------------------*/

.mySlides2 {
    display: none;
}

.prev2 {
    cursor: pointer;
    position: absolute;
    background-color: #000;
    opacity: 40%;
    padding: 6px 10px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    user-select: none;
}

.next2 {
    cursor: pointer;
    position: absolute;
    background-color: #fff;
    padding: 6px 10px;
    color: var(--secundario);
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    user-select: none;
}

.pagination1 {
    position: absolute !important;
    margin-left: 20px;
    margin-bottom: 90px;
    z-index: 3;
    padding-top: 340px;
    padding-top: 240px;
}

.pagination2 {
    position: absolute !important;
    margin-left: 50px;
    z-index: 3;
    padding-top: 340px;
    padding-top: 240px;
}

.circulo-paginacion {
    position: absolute !important;
    left: 50%;
    margin-left: -86px;
    margin-top: 10px;
    z-index: 3;
}

@media (min-width: 1200px) {
    .pagination1 {
        position: absolute !important;
        margin-left: 20px;
        margin-bottom: 90px;
        z-index: 3;
        padding-top: 750px;
        padding-top: 350px;
    }
    .pagination2 {
        position: absolute !important;
        margin-left: 50px;
        z-index: 3;
        padding-top: 750px;
        padding-top: 350px;
    }
    .circulo-paginacion {
        margin-left: 350px;
    }
}

@media (min-width: 1920px) {
    .pagination1,
    .pagination2 {
        padding-top: 650px;
    }
}

.dot2 {
    cursor: pointer;
    height: 36px;
    width: 36px;
    margin: 0 2px;
    background-color: transparent;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.circulo {
    height: 16px;
    width: 16px;
    background-color: white;
    border-radius: 50%;
    margin-top: 10px;
    margin-left: 10px;
}

.active,
.dot2:hover {
    background-color: #00335c49;
}

.dot2:hover .circulo,
.active .circulo {
    background-color: #00335c !important;
}

.fade2 {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade2 {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@media only screen and (max-width: 300px) {
    .prev2,
    .next2 {
        font-size: 11px
    }
}

.scroll-image {
    overflow-y: scroll;
    max-height: 500px;
    width: 40%;
    margin: 20px 0px;
    margin-left: 120px;
}

@media (min-width: 1200px) {
    .scroll-image {
        overflow-y: scroll;
        max-height: 500px;
        width: 100%;
        margin-left: 0px;
        margin: 0px 0px;
    }
}

.login {
    border-radius: 9px;
    background: #fff;
    padding: 20px;
}

.active2 {
    background-color: #696868;
    color: var(--primario) !important;
    font-style: italic;
    font-weight: bold !important;
}

.active3 {
    background-color: var(--primario) !important;
    padding: 8px 8px 8px 10px !important;
    border-radius: 20px !important;
    color: #fff !important;
    box-shadow: 5px 2px 8px #989898;
}

.active01 {
    color: var(--primario);
    opacity: .62;
    cursor: pointer;
    padding: 8px 8px 8px 10px !important;
}

.subrayado {
    text-decoration: underline;
    text-decoration-color: #7d7d7d;
}


/* ----------------------------------------------------------------
MARGINS
-----------------------------------------------------------------*/

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-300 {
    margin-bottom: 300px;
}

.pt-2px {
    padding-top: 2px;
}

.pb-2px {
    padding-bottom: 2px;
}


/*MODAL BOOTSTRAP*/

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}


/* ----------------------------------------------------------------
DEPURAR
-----------------------------------------------------------------*/


/*
* {
background-color: rgba(255, 0, 0, .2);
}

* * {
background-color: rgba(0, 255, 0, .2);
}

* * * {
background-color: rgba(0, 0, 255, .2);
}

* * * * {
background-color: rgba(255, 0, 255, .2);
}

* * * * * {
background-color: rgba(0, 255, 255, .2);
}

* * * * * * {
background-color: rgba(255, 255, 0, .2);
}

* * * * * * * {
background-color: rgba(255, 0, 0, .2);
}

* * * * * * * * {
background-color: rgba(0, 255, 0, .2);
}

* * * * * * * * * {
background-color: rgba(0, 0, 255, .2);
}
*/