/* ======= Google fonts (Oswald & Didact Gothic) ======= */
@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Oswald:wght@200;300;400;500;600;700&display=swap');


/* ======= Basic ======= */
html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}

body {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #000000;
    overflow-x: hidden !important;
    background: #ffffff;
}

p {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #000000;
    margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    line-height: 1.25em;
    margin: 0 0 20px 0;
}

img {
    width: 100%;
    height: auto;
}

img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #323232;
}

span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

b {
    font-weight: 400;
    color: #273373;
}

/* text field */
button,
input,
optgroup,
select,
textarea {
    font-family: 'Oswald', sans-serif;
}

input[type="email"]:focus,
input[type="text"]:focus,
input[type="number"]:focus,
textarea:focus {
    outline: none;
}

input[type="email"],
input[type="text"],
input[type="number"],
textarea {
    max-width: 100%;
    margin-bottom: 10px;
    padding: 10px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    background-image: none;
    border-bottom: 1px solid #f4f4f4;
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
}

input:focus,
textarea:focus {
    border-bottom-width: 1px;
    border-color: #273373;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background: #273373;
    border: 1px solid transparent;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    background-color: #323232;
    color: #ffffff;
    border: 1px solid transparent;
}

select {
    padding: 10px;
    border-radius: 5px;
}

table,
th,
tr,
td {
    border: 1px solid #f4f4f4;
}

th,
tr,
td {
    padding: 10px;
}

input[type="radio"],
input[type="checkbox"] {
    display: inline;
}

/* submit and alert success  */
input[type="submit"] {
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    background: #ffffff;
    color: #273373;
    padding: 8px 24px;
    margin: 0;
    position: relative;
    font-size: 16px;
    letter-spacing: 3px;
}

.alert-success {
    background: transparent;
    color: #ffffff;
    border: 1px solid #273373;
    border-radius: 0px;
}

/* Placeholder */
::-webkit-input-placeholder {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
}

:-moz-placeholder {
    color: #ffffff;
}

::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #ffffff;
}


.o-hidden {
    overflow: hidden;
}

.position-re {
    position: relative;
}

.full-width {
    width: 100%;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-fixed {
    background-attachment: fixed;
}

.pattern {
    background-repeat: repeat;
    background-size: auto;
}

.bold {
    font-weight: 600;
}

.count {
    font-family: 'Oswald', sans-serif;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.js .animate-box {
    opacity: 0;
}

/* ======= Helper ======= */
.mt-0 {
    margin-top: 0 !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

/* ======= Selection ======= */
::-webkit-selection {
    color: #000000;
    background: rgba(0, 0, 0, 0.1);
}

::-moz-selection {
    color: #000000;
    background: rgba(0, 0, 0, 0.1);
}

::selection {
    color: #000000;
    background: rgba(0, 0, 0, 0.1);
}

/* ======= Section ======= */
.section-padding {
    padding: 50px 10px;
}

.section-title {
    font-size: 40px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    text-align: left;
    position: relative;
    letter-spacing: 5px;
    word-spacing: 5px;
    margin-bottom: 50px;
}

.section-title span {
    color: #273373;
}

/* ======= Buttons style ======= */
.butn-light {
    position: relative;
    line-height: 1.2em;
}

.butn-light a {
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    background: transparent;
    color: #273373;
    padding: 12px 24px;
    margin: 0;
    position: relative;
    font-size: 16px;
    letter-spacing: 3px;
    border: 2px solid #273373;
}

.butn-light a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #273373;
}

.butn-light a span {
    position: relative;
    z-index: 2;
}

.butn-light a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.butn-light a:hover span {
    color: #ffffff;
}

/* ======= Navbar ======= */
.navbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 99;
    padding-right: 10%;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar .icon-bar {
    color: #273373;
}

.navbar .navbar-nav .nav-link {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 5px 5px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.navbar .navbar-nav .nav-link.nav-color {
    color: #272727;
}

.navbar .navbar-nav .nav-link:hover {
    color: #273373;
}

.navbar .navbar-nav .active {
    color: #273373 !important;
}

.nav-scroll {
    background: #ffffff;
    padding: 0 10% 0 0;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.nav-scroll .icon-bar {
    color: #273373;
}

.nav-scroll .navbar-nav .nav-link {
    color: #272727;
}

.nav-scroll .navbar-nav .active {
    color: #273373 !important;
}

.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: #000000;
}

.nav-scroll .logo {
    width: 100px;
}

.nav-scroll .logo-img {
    margin-bottom: 0px;
}

.nav-scroll .logo-wrapper {
    padding: 15px 70px 15px 150px;
    background: #ffffff;
}

.logo-wrapper {
    float: left;
    background: transparent;
    padding: 30px 50px;
}

.logo {
    content: url("/img/logo-blanco.svg");
    padding: 0;
    width: 50%;
    text-align: center;
}

.nav-scroll .logo-wrapper {
    content: url("/img/logo.svg");
    padding: 15px 70px 15px 150px;
    background: rgb(255, 255, 255);
    width: 23%;
}

.dropdown:hover .dropdown-menu,
.dropdown:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.dropdown .nav-link {
    cursor: pointer;
}

.dropdown .nav-link i {
    padding-left: 1px;
    font-size: 9px;
}

.dropdown-item {
    position: relative;
}

.dropdown-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.dropdown-item span {
    display: block;
    cursor: pointer;
}

.dropdown-menu,
.sub-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    width: 200px;
    padding: 15px 10px;
    border-radius: 0;
    border: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.dropdown-menu .dropdown-item,
.sub-menu .dropdown-item {
    padding: 5px 15px;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #272727;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.025);
    background-color: transparent;
}

.dropdown-menu .dropdown-item:last-child,
.sub-menu .dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-menu .dropdown-item:hover,
.sub-menu .dropdown-item:hover {
    background: transparent;
    padding-left: 20px;
    color: #273373;
}

.dropdown-menu .dropdown-item a,
.sub-menu .dropdown-item a {
    display: block;
}

.dropdown-menu .dropdown-item i,
.sub-menu .dropdown-item i {
    padding: 13px 0 0 5px;
    font-size: 8px;
    float: right;
}

.dropdown-menu .dropdown-item em,
.sub-menu .dropdown-item em {
    font-size: 8px;
    background-color: #272727;
    padding: 2px 4px;
    color: #ffffff;
    border-radius: 2px;
    position: absolute;
    right: 10px;
    top: 5px;
}

.dropdown-menu.last {
    left: -30%;
}

.sub-menu {
    position: absolute;
    left: 100%;
    top: -5px;
}

.sub-menu.left {
    left: -100%;
    margin-left: -20px;
}

.mega-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    right: -150px;
    width: 800px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.mega-menu .dropdown-title {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding: 0 15px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.mega-menu .dropdown-menu {
    position: static !important;
    float: left;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-right: 1px solid rgba(255, 255, 255, 0.03);
    ;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media screen and (max-width: 767px) {
    .navbar {
        padding-right: 0px;
        padding-right: 0px;
        background: #ffffff;
    }

    .nav-scroll {
        background: #ffffff;
    }

    .logo-wrapper {
        float: left;
        padding: 15px;
    }

    .nav-scroll .logo-wrapper {
        width: 30%;
        padding: 15px;
        background-color: #ffffff;
    }
}

/* ======= Header ======= */
.header {
    min-height: 100vh;
    overflow: hidden;
}

.header .caption .o-hidden {
    display: inline-block;
}

.header .caption h1 {
    position: relative;
    margin-bottom: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 5px;
}

.header .caption p {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #ffffff;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    margin-right: 15px;
}

/* ======= Slider style ======= */
.slider-fade .owl-item {
    height: 100vh;
    position: relative;
}

.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.slider-fade .item .caption {
    z-index: 9;
}

.slider-fade .item .caption h1 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: 'Oswald', sans-serif;
}

.slider-fade .item .caption h2 {
    font-size: 15px !important;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
}

/* owl-dots next and prev */
.slider-fade .owl-theme .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-fade .owl-theme .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 3px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #273373;
    border-radius: 15px;
    transition: .5s;
}

.slider-fade .owl-theme .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: #ffffff;
    border-radius: 5px;
}

.slider-fade .owl-theme .owl-dot.active {
    background: #273373;
    border-color: #273373;
}

/* owl-nav next and prev */
.owl-nav {
    position: absolute;
    width: 200px;
    height: 45px;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.owl-prev {
    float: left;
}

.owl-next {
    float: right;
}

.owl-theme .owl-nav [class*=owl-] {
    width: 45px;
    height: 45px;
    line-height: 34px;
    background: #273373;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #ffffff;
    font-size: 15px;
    cursor: pointer;
    border: 1px solid #273373;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}

.owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #273373;
}

@media screen and (max-width: 768px) {
    .owl-nav {
        display: none;
    }
}

/* ======= Formulario ======= */
.v-middler {
    position: relative;
    width: 100%;
    top: 60%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.formulario {
    padding: 20px;
}

.formulario h1 {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.5px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
}

.formulario h2 {
    font-size: 17px;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: 0px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 50px;
}

.contact-block .form #sendmessage, .contact-block .form #errormessage {
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact-block .form #sendmessage.show, .contact-block .form #errormessage.show, .contact-block .form .show {
    display: block;
}

.contact-block .form .validation {
    color: #ff0000;
    text-align: left;
    margin-top: -7px;
}

/* =======  Content Lines  ======= */
.content-wrapper {
    position: relative;
}

.content-lines-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.content-lines-inner {
    position: absolute;
    width: 1140px;
    left: 50%;
    margin-left: -570px;
    top: 0;
    height: 100%;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}

.content-lines {
    position: absolute;
    left: 33.666666%;
    right: 33.666666%;
    height: 100%;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
}

/* ======= toTop Button ======= */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: 'themify';
    content: '\e648';
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    font-weight: 700;
    color: #323232;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: rgba(0, 0, 0, 0.2);
    stroke-width: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap {
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.progress-wrap::after {
    color: #273373;
}

.progress-wrap svg.progress-circle path {
    stroke: #273373;
}

/* ======= Nosotros ======= */
.about {
    padding-bottom: 90px;
}

.about .about-img img:hover {
    transform: scale(0.95);
}

.about .about-img {
    position: relative;
}

.about .about-img .img {
    padding: 0 15px 30px 30px;
    position: relative;
}

.about .about-img .img:before {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    right: 45px;
    bottom: 0;
    border: 1px solid #f4f4f4;
}

.about .about-img .img img {
    position: relative;
    z-index: 2;
    background: #272727;
}

.about-img-2 {
    position: relative
}

.about-img .about-img-2 {
    width: 40% !important;
    position: absolute;
    bottom: 0px;
    right: 45px;
    z-index: 3;
    padding: 20px 15px;
    color: #272727;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    letter-spacing: 5px;
    font-size: 13px;
    line-height: 1.5em;
    text-align: center;
}

.about-buro {
    background: #f4f4f4;
}

/* ======= Amenidades ======= */
.amenidades .item {
    margin-bottom: 30px;
}

.amenidades .info {
    text-align: center;
    padding: 10px 20px;
    position: relative;
    overflow: hidden;
}

.amenidades .info h6 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
    color: #273373;
    margin-bottom: 50px;
}

.amenidades .owl-theme .owl-dots {
    position: absolute;
    height: 45px;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.amenidades .owl-theme .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 3px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #273373;
    border-radius: 15px;
    transition: .5s;
}

.amenidades .owl-theme .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: #273373;
    border-radius: 5px;
}

.amenidades .owl-theme .owl-dot.active {
    background: #273373;
    border-color: #273373;
}

/* owl-nav next and prev */
.amenidades .owl-theme .owl-nav {
    position: absolute;
    width: 250px;
    height: 45px;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.amenidades .owl-theme .owl-prev {
    float: left;
}

.amenidades .owl-theme .owl-next {
    float: right;
}

.amenidades .owl-theme .owl-nav [class*=owl-] {
    width: 45px;
    height: 45px;
    line-height: 34px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #273373;
    font-size: 15px;
    cursor: pointer;
    border: 1px solid #273373;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}

.amenidades .owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: #273373;
    border: 1px solid #273373;
    color: #ffffff;
}

.amenidades .single-service i {
    color: #273373;
    font-size: 50px;
}

.amenidades .single-service h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
    color: #273373;
    margin-top: 10px;
}

.amenidades .single-service p {
    text-align: justify;
}

@media screen and (max-width: 768px) {
    .amenidades .owl-theme .owl-nav {
        display: none;
    }
}

/* ======= Consultorio ======= */
.consultorio .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.consultorio .owl-theme .owl-dots {
    position: absolute;
    height: 45px;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.consultorio .owl-theme .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 3px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #273373;
    border-radius: 15px;
    transition: .5s;
}

.consultorio .owl-theme .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: #273373;
    border-radius: 5px;
}

.consultorio .owl-theme .owl-dot.active {
    background: #273373;
    border-color: #273373;
}

/* owl-nav next and prev */
.consultorio .owl-theme .owl-nav {
    position: absolute;
    width: 200px;
    height: 45px;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.consultorio .owl-theme .owl-prev {
    float: left;
}

.consultorio .owl-theme .owl-next {
    float: right;
}

.consultorio .owl-theme .owl-nav [class*=owl-] {
    width: 45px;
    height: 45px;
    line-height: 34px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #273373;
    font-size: 15px;
    cursor: pointer;
    border: 1px solid #273373;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}

.consultorio .owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: #273373;
    border: 1px solid #273373;
    color: #ffffff;
}

@media screen and (max-width: 768px) {
    .consultorio .owl-theme .owl-nav {
        display: none;
    }
}

/* ======= Mapa ======= */
#map {
    height: 400px;
}

.leaflet-popup {
    margin-bottom: 50px;
}

.leaflet-popup-tip {
    background: #ffffff;
}

.leaflet-popup-content {
    background-color: #ffffff;
    height: 50px;
    width: 280.5px !important;
    margin: 0;
    padding: 0;
}

.leaflet-popup-content-wrapper {
    border-radius: 0;
    padding: 0;
}

.leaflet-container a.leaflet-popup-close-button {
    color: #000000;
    opacity: 1;
}

.logo-leaflet {
    width: 50px !important;
    margin-top: -25px;
    margin-left: -22px;
}

.listing-window-content {
    padding: 5px;
}

.listing-window-content h3 {
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
}

.listing-window-content p {
    font-size: 13px;
    text-align: center;
    margin-top: 0;
}

.listing-window-content .links {
    margin-top: -8px;
}

.listing-window-content .links .flaticon-waze {
    position: relative;
    top: 3px;
    font-size: 18px;
    margin-right: 5px;
}

.listing-window-content .links .flaticon-google {
    position: relative;
    top: 3px;
    font-size: 18px;
    margin-right: 5px;
}

.listing-window-content .links a {
    color: #000000;
    text-transform: capitalize;
}

.listing-window-content .links a:hover {
    color: var(--theme-color);
}

.listing-window-content .links span {
    font-size: 13px;
    margin-right: 7px;
    margin-left: 5px;
}

/* ======= Footer style ======= */

.main-footer {
    padding: 60px 0 0;
    border-top: 1px solid #f4f4f4;
}

.main-footer.dark {
    background: #ffffff;
    color: #000000;
}

.main-footer .abot p {
    color: #000000;
}

.main-footer .abot .social-icon {
    text-align: center;
    margin-bottom: 20px;
}

.main-footer .abot .social-icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #efefef;
    color: #000000;
    border-radius: 100%;
    margin-right: 3px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.main-footer .abot .social-icon a:hover {
    border: 1px solid #273373;
    background: transparent;
    color: #273373;
}

.main-footer .fothead h6 {
    margin-bottom: 0px;
    font-family: 'Oswald', sans-serif;
    color: #273373;
    font-size: 17px;
}

.main-footer .fotcont .fothead h6 {
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 400;
    position: relative;
    padding-bottom: 5px;
    font-size: 16px;
}

.main-footer .fotcont .fothead h6:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    border: none;
}

.main-footer .fotcont p {
    margin-bottom: 0px;
}

/* sub footer */
.main-footer .sub-footer {
    padding: 30px 0 10px 0;
    margin-top: 30px;
    border-top: 1px solid #f4f4f4;
}

.main-footer .sub-footer p {
    font-size: 14px;
    color: #000000;
    margin-top: 7px;
}

.main-footer .sub-footer p a:hover {
    color: #273373;
}

.main-footer .sub-footer p.right {
    text-align: right;
}

/* ====== Coming Soon ======= */
.comming {
    min-height: 100vh;
    height: auto;
    position: relative;
    background-blend-mode: overlay;
    background: rgba(0, 0, 0, 0.5);
    background-image: url("../img/slider/edificio.webp");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #ffffff;
}

@media (max-width: 767px) {
    .comming {
        min-height: 200vh;
    }
}

.comming .item {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 15px;
    margin-bottom: 30px;
}

.comming .item i {
    font-size: 30px;
}

.comming h6 {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 45px;
    letter-spacing: 5px;
    line-height: 1.5em;
}

.comming h2 {
    font-size: 25px;
    line-height: 1.25em;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
}

/* go home */
.go-back {
    margin-top: 45px;
}

.go-back a {
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.go-back a:hover {
    color: #ffffff;
}

.go-back a span {
    transition: all .5s;
}

.go-back a span i {
    color: #ffffff;
    font-size: 18px;
}

.go-back a:hover span {
    padding-right: 15px;
}

/* =======  Overlay Effect Bg image  ======= */
[data-overlay-dark],
[data-overlay-darkgray],
[data-overlay-light] {
    position: relative;
}

[data-overlay-dark] .container,
[data-overlay-darkgray] .container,
[data-overlay-light] .container {
    position: relative;
    z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-darkgray]:before,
[data-overlay-light]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-overlay-dark]:before {
    background: #000;
}

[data-overlay-darkgray]:before {
    background: #272727;
}

[data-overlay-light]:before {
    background: #ffffff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
    color: #ffffff;
}

[data-overlay-darkgray] h1,
[data-overlay-darkgray] h2,
[data-overlay-darkgray] h3,
[data-overlay-darkgray] h4,
[data-overlay-darkgray] h5,
[data-overlay-darkgray] h6,
[data-overlay-darkgray] span {
    color: #ffffff;
}

[data-overlay-light] h1,
[data-overlay-light] h2,
[data-overlay-light] h3,
[data-overlay-light] h4,
[data-overlay-light] h5,
[data-overlay-light] h6,
[data-overlay-light] span {
    color: #999;
}

[data-overlay-dark] p {
    color: #999;
}

[data-overlay-darkgray] p {
    color: #999;
}

[data-overlay-light] p {
    color: #999;
}

[data-overlay-dark="0"]:before,
[data-overlay-darkgray="0"]:before,
[data-overlay-light="0"]:before {
    opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-darkgray="1"]:before,
[data-overlay-light="1"]:before {
    opacity: 0.1;
}

[data-overlay-dark="2"]:before,
[data-overlay-darkgray="2"]:before,
[data-overlay-light="2"]:before {
    opacity: 0.2;
}

[data-overlay-dark="3"]:before,
[data-overlay-darkgray="3"]:before,
[data-overlay-light="3"]:before {
    opacity: 0.3;
}

[data-overlay-dark="4"]:before,
[data-overlay-darkgray="4"]:before,
[data-overlay-light="4"]:before {
    opacity: 0.4;
}

[data-overlay-dark="5"]:before,
[data-overlay-darkgray="5"]:before,
[data-overlay-light="5"]:before {
    opacity: 0.5;
}

[data-overlay-dark="6"]:before,
[data-overlay-darkgray="6"]:before,
[data-overlay-light="6"]:before {
    opacity: 0.6;
}

[data-overlay-dark="7"]:before,
[data-overlay-darkgray="7"]:before,
[data-overlay-light="7"]:before {
    opacity: 0.7;
}

[data-overlay-dark="8"]:before,
[data-overlay-darkgray="8"]:before,
[data-overlay-light="8"]:before {
    opacity: 0.8;
}

[data-overlay-dark="9"]:before,
[data-overlay-darkgray="9"]:before,
[data-overlay-light="9"]:before {
    opacity: 0.9;
}

[data-overlay-dark="10"]:before,
[data-overlay-darkgray="10"]:before,
[data-overlay-light="10"]:before {
    opacity: 1;
}


/* ======= Responsive ======= */
@media screen and (max-width: 991px) {
    .bg-fixed {
        background-attachment: scroll !important;
    }

    .navbar .logo {
        text-align: left;
        content: url("/img/logo.svg");
        width: 30%;
        margin-left: 0px;
    }

    .nav-scroll .logo {
        width: 150px;
    }

    .logo-img {
        margin-bottom: 0px;
    }

    .navbar button {
        margin-right: 15px;
        outline: none !important;
        background: transparent;
    }

    .navbar button:hover {
        background: transparent;
    }

    .navbar .container {
        max-width: 100%;
    }

    .navbar .navbar-collapse {
        max-height: 360px;
        overflow: auto;
        background: #ffffff;
        text-align: left;
        padding: 15px 30px 30px 15px
    }

    .navbar .nav-link {
        margin: 0px auto !important;
    }

    .navbar .navbar-nav .nav-link {
        color: #272727;
    }

    .nav-scroll .navbar-collapse .nav-link {
        color: #272727 !important;
    }

    .nav-scroll .navbar-collapse .active {
        color: #272727 !important;
    }

    .dropdown-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 100%;
        display: none;
    }

    .dropdown-menu .sub-menu {
        position: static;
        margin-top: 15px;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 100%;
        display: none;
    }

    .dropdown:hover .dropdown-menu,
    .dropdown:hover .mega-menu {
        display: block;
    }

    .dropdown .dropdown-menu:hover .sub-menu {
        display: block;
    }

    .dropdown .mega-menu {
        width: 100%;
        position: static;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 100%;
        display: none;
    }

    .dropdown .mega-menu .dropdown-menu {
        border: 0;
        margin: 0;
    }

    .dropdown .mega-menu .dropdown-title {
        border-bottom-color: #f4f4f4;
    }

    .dropdown-menu .dropdown-item,
    .sub-menu .dropdown-item {
        color: #272727;
        border-bottom: 1px solid #f4f4f4;
    }

    .header {
        background-attachment: scroll !important;
        background-position: 50% 0% !important;
    }

    .hero-corner,
    .hero-corner2,
    .hero-corner3,
    .hero-corner4 {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .header .caption h1 {
        font-size: 30px;
        margin-bottom: 15px;
        letter-spacing: 10px;
        line-height: 1.35em;
    }

    .header .caption p {
        font-size: 15px;
        margin-right: 10px;
    }

    .header .caption .butn-light {
        margin-right: 10px;
    }

    .main-footer .sub-footer p.right {
        text-align: left;
    }

    .main-footer .abot .social-icon {
        text-align: left;
        margin-bottom: 15px;
    }

    .footer .logo {
        padding: 0;
        width: auto;
        margin: 0px 0;
    }
}

@media screen and (max-width: 480px) {
    .section-head h4 {
        font-size: 30px;
    }

    .footer {
        padding: 60px 0;
    }

    .text-left {
        text-align: center;
    }

    .text-center {
        text-align: center;
    }

    .text-right {
        text-align: center;
    }
}