:root {
    --body-font: "Lato", sans-serif;
    --bg-dark: #0c0b09;
    --bg-light: #f9f9f9;
    --bg-body: #f8f8f8;
    --bg-breadcrumb: #01060f;
    --color-texto: #999999;
    --color-negro: #111111;
    --color-blanco: #ffffff;
    --color-principal: #bda179;

    /* estado */
    --color-green: #11b76b;
    --color-blue: #0049d0;
    --color-yellow: #fba707;

    --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    --box-shadow2: 0 0 15px rgba(0, 0, 0, 0.17);
    --transition: all 0.5s ease-in-out;
    --transform-scale: scale(1.01);

}

/* lato-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lato-v24-latin/lato-v24-latin-regular.woff2') format('woff2');
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    scroll-behavior: inherit !important;
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
html,
body {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    box-sizing: border-box;
}
body {
    font-family: var(--body-font);
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 1.1;
    color: var(--color-texto);
    background: var(--bg-body);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1200px;
    }
}
a {
    color: var(--color-negro);
    display: inline-block;
}
a,
a:active,
a:focus,
a:hover {
    outline: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-decoration: none;
}
a:hover {
    color: var(--color-principal);
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: auto;
}
*::-moz-selection {
    background: var(--color-principal);
    color: var(--color-blanco);
    text-shadow: none;
}
::-moz-selection {
    background: var(--color-principal);
    color: var(--color-blanco);
    text-shadow: none;
}
::selection {
    background: var(--color-principal);
    color: var(--color-blanco);
    text-shadow: none;
}
*::-moz-placeholder {
    color: var(--color-texto);
    font-size: 16px;
    opacity: 1;
}
*::placeholder {
    color: var(--color-texto);
    font-size: 16px;
    opacity: 1;
}
.overflow-hidden {
    overflow: hidden;
}

/* ===== alertify ===== */
.alertify-notifier .ajs-message {
    border-radius: 6px !important;
    font-weight: 500;
    color: var(--color-negro);
}

/*========== scrollbar ==========*/
::-webkit-scrollbar{
    width: .60rem;
    background-color: var(--color-negro);
    border-radius: .5rem;
}
::-webkit-scrollbar-thumb{
    background-color: #c8b8a1;
    border-radius: .5rem;
}
::-webkit-scrollbar-thumb:hover{
    background-color: var(--color-principal);
}

/* Eliminar sombras al presionar botones */
input,
select,
textarea,
input[type=text],
input[type=date],
input[type=url],
input[type=email],
input[type=password],
input[type=tel],
button,
button[type=submit] {
    box-shadow: none !important;
}

/* ===== input - label ===== */
.inputFloating {
    font-size: 1rem;
    color: var(--color-negro);
    border-radius: 5px;
}
.inputFloating.textarea {
    height: 100px;
}
.inputFloating:focus {
    box-shadow: none;
    outline: 0 none;
    border: 1px solid var(--color-principal);
}
.labelFloating {
    color: var(--color-negro);
    font-size: 0.8rem;
    border-radius: 0;
    font-weight: 400;
    border-radius: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
}

/* ===== titulos ===== */
.titulos {
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
    color: var(--color-principal);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}
.subtitulos {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
}
@media (max-width: 1200px) {
    .subtitulos {
        font-size: 32px;
    }
}

/* ===== header ===== */
.header {
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0;
    border-bottom: 1px solid rgba(12, 11, 9, 0.01);
}
.header.header-scrolled {
    top: 0;
    /*background: rgba(12, 11, 9, 0.6);*/
    background: #151515 !important;
    border-bottom: 1px solid rgba(12, 11, 9, 0.6);
}
.header .logo {
    margin: 0;
    padding: 0;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.header .logo a {
    color: var(--color-blanco);
}
.header .logo img {
    max-height: 40px;
    /*filter: drop-shadow(1px 2px 15px var(--color-principal));*/
}
/* btn-consultar */
.header .btn-consultar {
    border: 2px solid var(--color-principal);
    color: var(--color-blanco);
    border-radius: 5px;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
    transition: 0.5s;
}
.header .btn-consultar:hover {
    background: var(--color-principal);
    color: var(--color-blanco);
    cursor: pointer;
}
@media (max-width: 992px) {
    .header .btn-consultar {
        margin: 0 15px 0 0;
        padding: 10px 12px;
        font-size: 9px;
    }
}

/* ===== nav escritorio ===== */
.header .navbar {
    padding: 0;
}
.header .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
.header .navbar li {
    position: relative;
}
.header .navbar a,
.header .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    color: var(--color-blanco);
    white-space: nowrap;
    transition: 0.3s;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.header .navbar a i,
.header .navbar a:focus i {
    font-size: 11px;
    line-height: 0;
    margin-left: 5px;
}
.header .navbar a:hover,
.header .navbar .active,
.header .navbar .active:focus,
.header .navbar li:hover > a {
    color: #d9ba85;
}
.header .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: var(--color-blanco);
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}
.header .navbar .dropdown ul li {
    min-width: 200px;
}
.header .navbar .dropdown ul a {
    padding: 10px 20px;
    color: #444444;
}
.header .navbar .dropdown ul a i {
    font-size: 11px;
}
.header .navbar .dropdown ul a:hover,
.header .navbar .dropdown ul .active:hover,
.header .navbar .dropdown ul li:hover > a {
    color: var(--color-principal);
}
.header .navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.header .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}
.header .navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}
@media (max-width: 1200px) {
    .header .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .header .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/* ===== nav mobile ===== */
.header .mobile-nav-toggle {
    color: var(--color-blanco);
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}
@media (max-width: 992px) {
    .header .mobile-nav-toggle {
        display: block;
    }
    .header .navbar ul {
        display: none;
    }
}
.header .navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    transition: 0.3s;
    z-index: 999;
}
.header .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 30px;
    right: 15px;
}
.header .navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 6px;
    background-color: var(--color-blanco);
    overflow-y: auto;
    transition: 0.3s;
}
.header .navbar-mobile a,
.header .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 11px;
    color: #1a1814;
}
.header .navbar-mobile a:hover,
.header .navbar-mobile .active,
.header .navbar-mobile li:hover > a {
    color: var(--color-principal);
}
.header .navbar-mobile .getstarted,
.header .navbar-mobile .getstarted:focus {
    margin: 15px;
}
.header .navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: var(--color-blanco);
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.header .navbar-mobile .dropdown ul li {
    min-width: 200px;
}
.header .navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}
.header .navbar-mobile .dropdown ul a i {
    font-size: 11px;
}
.header .navbar-mobile .dropdown ul a:hover,
.header .navbar-mobile .dropdown ul .active:hover,
.header .navbar-mobile .dropdown ul li:hover > a {
    color: var(--color-principal);
}
.header .navbar-mobile .dropdown > .dropdown-active {
    display: block;
}

/* ===== inicio ===== */
.inicio {
    height: 100vh;
    min-height: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    z-index: 0;
}
.inicio .div-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background: #222222;
    z-index: -1;
}
.inicio .texto {
    height: 100vh;
    min-height: 750px;
    color: rgba(255, 255, 255, 0.8);
    z-index: 3;
}
.inicio .texto .subtitulo {
    text-transform: uppercase;
    font-weight: 700;
    color: var(--color-principal);
    font-size: 13px;
    letter-spacing: 2px;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    border-radius: 50px;
}
.inicio .texto .titulo {
    font-weight: 700;
    color: var(--color-blanco);
    font-size: 60px;
    line-height: 1.2;
    margin-top: 15px !important;
    margin-bottom: 20px !important;
}
@media (max-width: 992px) {
    .inicio .texto .titulo {
        font-size: 40px;
    }
}
.inicio .texto .btn-vermas {
    background: transparent !important;
    border: 2px solid var(--color-principal);
    color: var(--color-blanco);
    padding: 10px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
    transition: 0.5s;
}
.inicio .texto .btn-vermas:hover {
    background: var(--color-principal) !important;
    color: var(--color-blanco);
}

/* ===== nosotros ===== */
.nosotros {
    padding: 40px 0px;
    overflow: hidden;
}
/*
.nosotros .descripcion {
    letter-spacing: 1px;
}
*/
.nosotros .btn-consultar {
    background: var(--color-principal);
    color: var(--color-blanco);
    opacity: 0.8;
    border: 2px solid var(--color-principal);
    padding: 10px 15px;
    margin-bottom: 30px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
    transition: 0.5s;
}
.nosotros .btn-consultar:hover {
    background: var(--color-principal);
    color: var(--color-blanco);
    opacity: 1;
    cursor: pointer;
}
@media (max-width: 992px) {
    .nosotros {
        padding-top: 0px;
    }
    .nosotros .boton {
        text-align: center;
    }
}
/* item */
.nosotros .item {
    width: 100%;
    padding: 0;
}
.nosotros .item .imagen {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 230px;
}
.nosotros .item .texto {
    background: var(--color-blanco);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.06);
}
.nosotros .item .texto h1 {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.nosotros .item:hover .texto {
    background: #222222;
    -webkit-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.18);
}
.nosotros .item:hover .texto h1 {
    color: var(--color-blanco);
}

/* ===== servicios ===== */
.servicios {
    padding: 40px 0px;
    overflow: hidden;
}
.servicios .item {
    width: 100%;
    background: var(--color-blanco);
    padding: 20px 15px;
    margin-bottom: 20px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.06);
}
.servicios .item .icono {
    margin-bottom: 8px;
}
.servicios .item .icono span {
    font-size: 40px;
    line-height: 1.2;
    color: var(--color-principal);
}
.servicios .item .texto {
    width: 100%;
}
.servicios .item .texto h1 {
    font-size: 13px;
    font-weight: 700;
    margin-top: 5px !important;
    color: var(--color-principal);
    letter-spacing: 1px;
    text-transform: uppercase;
}
.servicios .item:hover {
    background: var(--color-principal);
    -webkit-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.18);
}
.servicios .item:hover .icono span,
.servicios .item:hover .texto h1 {
    color: var(--color-blanco);
}

/* ===== adquirir-unidad ===== */
.adquirir-unidad {
    padding: 40px 0px;
    min-height: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    z-index: 0;
}
.adquirir-unidad .div-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0.9;
    background: #222222;
    z-index: -1;
}
@media (max-width: 992px) {
    .adquirir-unidad {
        text-align: center;
        background-position: center center !important;
    }
    .adquirir-unidad .descripcion {
        margin: auto;
    }
    .adquirir-unidad .boton {
        margin: auto;
    }
}
.adquirir-unidad .descripcion .subtitulos {
    color: var(--color-blanco);
}
.adquirir-unidad .btn-adquirir-unidad {
    background: transparent !important;
    border: 2px solid var(--color-principal);
    color: var(--color-blanco);
    padding: 10px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
    transition: 0.5s;
}
.adquirir-unidad .btn-adquirir-unidad:hover {
    background: var(--color-principal) !important;
    color: var(--color-blanco);
}

/* ===== unidades ===== */
.unidades {
    padding: 40px 0px;
    overflow: hidden;
}
.unidades .item {
    background: var(--color-blanco);
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.04);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media (max-width: 992px) {
    .unidades .item {
        margin-bottom: 40px;
    }
}
.unidades .item:hover {
    -webkit-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.08);
}
/* img */
.unidades .item .img-unidad {
    display: block;
    width: 100%;
    height: 280px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 0;
}
.unidades .item .img-unidad:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0;
    background: #222222;
    z-index: -1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.unidades .item:hover .img-unidad:after {
    opacity: 0.5;
}  
/* detalle-unidad */
.unidades .item .detalle-unidad {
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0;
}
.unidades .item:hover .detalle-unidad {
    background: #222222;
    color: rgba(255, 255, 255, 0.7);
}
/* titulo */
.unidades .item .detalle-unidad .titulo h1 {
    font-size: 30px;
    margin-bottom: 10px;
    text-align: center;
}
.unidades .item .detalle-unidad .titulo h1 a {
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}
.unidades .item:hover .detalle-unidad .titulo h1 a {
    color: var(--color-blanco) !important;
}
/* descripcion */
.unidades .item .detalle-unidad .descripcion {
    text-align: center;
}
.unidades .item .detalle-unidad .datos span {
    font-size: 11px;
    font-weight: 700;
    padding: 5px;
    margin: 5px;
}
.unidades .item .detalle-unidad .datos small {
    font-size: 13px;
    font-weight: 700;
    color: var(--color-principal);
}
/* btn-consultar */
.unidades .item .detalle-unidad .btn-consultar {
    text-align: center;
    margin-top: 15px;
}
.unidades .item .detalle-unidad .btn-consultar a {
    background: transparent;
    border: 2px solid var(--color-principal);
    color: var(--color-principal);
    padding: 10px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
    transition: 0.5s;
}
.unidades .item .detalle-unidad .btn-consultar a:hover {
    background: var(--color-principal);
    color: var(--color-blanco) !important;
    cursor: pointer;
}
.unidades .item:hover .detalle-unidad .btn-consultar a {
    color: var(--color-principal);
}
/* caracteristicas */
.unidades .caracteristicas {
    margin-top: 10px;
}
.unidades .caracteristicas h1 {
    font-size: 14px;
    font-weight: 700;
    color: #111;
    text-transform: uppercase;
}
.unidades .caracteristicas ul li {
    list-style: circle !important;
}

/* ===== recorrido ===== */
.recorrido {
    padding: 40px 0px;
    min-height: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    z-index: 0;
}
.recorrido .div-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: -1;
    background: #222222;
    opacity: 0.5;
}
.recorrido .video-height {
    height: 400px;
}
.recorrido .video span {
    text-transform: uppercase;
    font-weight: 700;
    color: var(--color-principal);
    font-size: 13px;
    letter-spacing: 2px;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    border-radius: 50px;
}
.recorrido .video h1 {
    font-weight: 600;
    color: var(--color-blanco);
    font-size: 40px;
    line-height: 1.2;
    margin-top: 20px !important;
    margin-bottom: 30px !important;
}
@media (max-width: 1200px) {
    .recorrido .video h1 {
        font-size: 32px;
    }
}
.recorrido .video .video-icon {
    width: 80px !important;
    height: 80px;
    border-radius: 50%;
    display: block;
    background: var(--color-principal);
    opacity: 0.7;
    margin: 0 auto;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}
.recorrido .video .video-icon:hover {
    cursor: pointer;
    opacity: 1;
}
.recorrido .video .video-icon i {
    color: var(--color-blanco);
    font-size: 25px;
    line-height: 1;
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(197, 168, 128, 0.4);
        -webkit-box-shadow: 0 0 0 0 rgba(197, 168, 128, 0.4);
        box-shadow: 0 0 0 0 rgba(197, 168, 128, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 30px rgba(197, 168, 128, 0);
        -webkit-box-shadow: 0 0 0 30px rgba(197, 168, 128, 0);
        box-shadow: 0 0 0 30px rgba(197, 168, 128, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(197, 168, 128, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(197, 168, 128, 0);
        box-shadow: 0 0 0 0 rgba(197, 168, 128, 0);
    }
}

/* ===== modal-video ===== */
.modal-video {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    max-width: 640px;
}
.modal-video video {
    width: 100%;
    height: auto;
}
.modal-video .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 999;
}
.modal-video .close-btn {
    position: absolute;
    top: 25px;
    right: 25px;
    background: rgba(0, 0, 0, 0.5);
    color: var(--color-blanco);
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50px;
    z-index: 1001; /* Asegura que el botón esté por encima del video */
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 992px) {
    .modal-video {
        width: 100%;
    }
}

/* ===== contacto ===== */
.contacto {
    padding: 40px 0px;
    overflow: hidden;
}
.contacto .redes {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contacto .redes .item {
    text-align: center;
}
.contacto .redes .item i {
    color: var(--color-principal);
    font-size: 22px;
    margin-bottom: 5px;
}
.contacto .redes .item span {
    font-size: 14px;
    font-weight: 400;
}
/* btn-contacto */
.contacto .formulario .btn-contacto {
    border: 2px solid var(--color-principal);
    background: var(--color-principal);
    color: var(--color-blanco);
    opacity: 0.8;
    border-radius: 5px;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
    transition: 0.5s;
}
.contacto .formulario .btn-contacto:hover {
    background: var(--color-principal);
    color: var(--color-blanco);
    opacity: 1;
    cursor: pointer;
}

/* ===== ubicacion ===== */
.ubicacion {
    padding: 40px 0px;
    min-height: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    z-index: 0;
}
.ubicacion .div-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0.9;
    background: #222222;
    z-index: -1;
}
@media (max-width: 992px) {
    .ubicacion{
        text-align: center;
        background-position: center center !important;
    }
}
.ubicacion .subtitulos {
    color: var(--color-blanco) !important;
}
/* mapa */
.ubicacion .mapa {
   text-align: center;
   margin-top: 30px !important;
}
.ubicacion .mapa iframe {
    border: 3px solid var(--color-principal);
    border-radius: 15px;
    width: 70%;
    height: 450px;
}
@media (max-width: 992px) {
    .ubicacion .mapa iframe {
        width: 100%;
        height: 350px;
    }
}

/* ===== footer ===== */
.footer {
    padding: 60px 0px 0px 0px;
    overflow: hidden;
    background: #1a1a1a;
    color: rgba(255, 255, 255, 0.7);
}
/* logo */
.footer .footer-item .logo {
    /*filter: drop-shadow(1px 2px 15px var(--color-principal));*/
    margin-bottom: 30px;
}
.footer .footer-item .logo img {
    height: 100px;
}
.footer .footer-item h1 {
    color: var(--color-blanco);
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
}
.footer .footer-item ul li {
    margin-bottom: 10px;
}
.footer .footer-item ul li a {
    color: rgba(255, 255, 255, 0.7);
}
.footer .footer-item ul li a i {
    font-size: 14px;
    color: var(--color-principal);
}
.footer .footer-item ul li a:hover {
    color: var(--color-principal);
}
.footer .footer-item ul li a:hover i {
    color: var(--color-principal);
}
/* footer-social */
.footer-social {
    text-align: center;
}
.footer-social li {
    list-style: none;
    margin: 0 5px 0 0;
    display: inline-block;
}
.footer-social li a {
    height: 50px;
    width: 50px;
    display: block;
    color: var(--color-principal);
    border-radius: 50px;
    position: relative;
    background: rgba(255, 255, 255, 0.04);
}
.footer-social li a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: var(--color-principal) !important;
}
.footer-social li a:hover {
    background: var(--color-principal);
}
.footer-social li a:hover i {
    color: var(--color-negro) !important;
}
/* copyright */
.footer .bg-copyright {
    background: #151515 !important;
    color: rgba(255,255,255,.5);
    font-size: 13px;
}

/* ===== btn-whatsapp ===== */
.btn-whatsapp {
    position: fixed;
    width: 75px;
    height: 75px;
    bottom: 0;
    left: 0;
    padding: 1rem;
    z-index: 997;
}
.btn-whatsapp img {
    width: 100%;
    transition: all 0.5s;
    border-radius: 50%;
}
.btn-whatsapp img:hover {
    opacity: 0.85;
    transform: translateY(-1px);
    cursor: pointer;
}

/* ===== btn-volverarriba ===== */
.btn-volverarriba {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: var(--color-principal);
    border: 4px solid var(--color-blanco);
    width: 45px;
    height: 45px;
    border-radius: 50px;
    transition: all 0.4s;
}
.btn-volverarriba:hover {
    opacity: 0.85;
    transform: translateY(-1px);
    cursor: pointer;
}
.btn-volverarriba i {
    font-size: 18px;
    color: var(--color-blanco);
    line-height: 0;
}