@font-face {
    font-family: 'Adam Light';
    src: url('assets/fonts/Adam-Light/Adam-Light.eot');
    /* IE9 Compat Modes */
    src: url('assets/fonts/Adam/Adam-Light.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('assets/fonts/Adam-Light/Adam-Light.otf') format('otf'),
        /* Legacy iOS */
        url('assets/fonts/Adam-Light/Adam-Light.woff') format('woff'),
        /* Pretty Modern Browsers */
        url('assets/fonts/Adam-Light/Adam-Light.woff2') format('woff2'),
        /* Pretty Modern Browsers */
        url('assets/fonts/Adam-Light/Adam-Light.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('assets/fonts/Adam-Light/Adam-Light.svg#Adam-Light') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Adam Bold';
    src: url('assets/fonts/Adam-Bold/Adam-Bold.eot');
    /* IE9 Compat Modes */
    src: url('assets/fonts/Adam-Bold/Adam-Bold.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('assets/fonts/Adam-Bold/Adam-Bold.otf') format('otf'),
        /* Legacy iOS */
        url('assets/fonts/Adam-Bold/Adam-Bold.woff') format('woff'),
        /* Pretty Modern Browsers */
        url('assets/fonts/Adam-Bold/Adam-Bold.woff2') format('woff2'),
        /* Pretty Modern Browsers */
        url('assets/fonts/Adam-Bold/Adam-Bold.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('assets/fonts/Adam-Bold/Adam-Bold.svg#Adam-Bold') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Gotham Book';
    src: url('assets/fonts/Gotham/Gotham-Book.eot');
    /* IE9 Compat Modes */
    src: url('assets/fonts/Gotham/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('assets/fonts/Gotham/Gotham-Book.woff') format('woff'),
        /* Pretty Modern Browsers */
        url('assets/fonts/Gotham/Gotham-Book.woff2') format('woff2'),
        /* Pretty Modern Browsers */
        url('assets/fonts/Gotham/Gotham-Book.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('assets/fonts/Gotham/Gotham-Book.svg#Gotham-Book') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Gotham Medium';
    src: url('assets/fonts/Gotham/Gotham-Medium.eot');
    /* IE9 Compat Modes */
    src: url('assets/fonts/Gotham/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('assets/fonts/Gotham/Gotham-Medium.woff') format('woff'),
        /* Pretty Modern Browsers */
        url('assets/fonts/Gotham/Gotham-Medium.woff2') format('woff2'),
        /* Pretty Modern Browsers */
        url('assets/fonts/Gotham/Gotham-Medium.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('assets/fonts/Gotham/Gotham-Medium.svg#Gotham-Book') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Gotham Bold';
    src: url('assets/fonts/Gotham/Gotham-Bold.eot');
    /* IE9 Compat Modes */
    src: url('assets/fonts/Gotham/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('assets/fonts/Gotham/Gotham-Bold.woff') format('woff'),
        /* Pretty Modern Browsers */
        url('assets/fonts/Gotham/Gotham-Bold.woff2') format('woff2'),
        /* Pretty Modern Browsers */
        url('assets/fonts/Gotham/Gotham-Bold.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('assets/fonts/Gotham/Gotham-Bold.svg#Gotham-Book') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Gotham Black';
    src: url('assets/fonts/Gotham/Gotham-Black.eot');
    /* IE9 Compat Modes */
    src: url('assets/fonts/Gotham/Gotham-Black.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('assets/fonts/Gotham/Gotham-Black.woff') format('woff'),
        /* Pretty Modern Browsers */
        url('assets/fonts/Gotham/Gotham-Black.woff2') format('woff2'),
        /* Pretty Modern Browsers */
        url('assets/fonts/Gotham/Gotham-Black.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('assets/fonts/Gotham/Gotham-Black.svg#Gotham-Book') format('svg');
    /* Legacy iOS */
}



html {
    scroll-padding-top: 75px;
}

b {
    font-family: "Gotham Bold", Sans-serif;
}

.marked-text {
    font-family: "Gotham Black", Sans-serif;
    font-size: 16px;
    font-weight: 900;
}

p {
    font-family: "Gotham Book", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #1A1A1A;
}
a {
    text-decoration: none !important;
    color: #000 !important;
}

ul {
    list-style: none;
    padding: 0;
    margin-inline-start: 0;
    padding-left: 0 !important;
}
span.underline-nice {
    background-image: linear-gradient(120deg, rgba(29, 91, 162, 0.1) 0%, rgba(29, 91, 162, 0.1) 100%);
    background-repeat: no-repeat;
    background-size: 97% 0.5em;
    background-position: 0 100%;
    transition: background-size 0.25s ease-in;
    width: fit-content;
}

.justify-small-caps {
    font-variant: small-caps;
    text-align: justify;
}
.small-caps {
    font-variant: small-caps;
}
.title-underline {
    color: #1d5ba2;
    width: 5% !important;
    align-items: center;
    display: block;
    margin: auto;
    border-top: 3px solid;
    border: 1;
    opacity: 1;
}
h2.sections-title {
    color: #000000;
    font-family: "Adam Bold", Sans-serif;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 8px;
    text-align: center;
    padding: 75px 0 0 0;
}

/* Bootstrap Resets */
.row {
    --bs-gutter-x: 10px !important;
    --bs-gutter-y: 10px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.container {
    --bs-gutter-x: 10px !important;
    --bs-gutter-y: 10px !important;
}

/* Header */
span.lang {
    font-size: 18px;
    font-weight: 700;
    font-family: "Adam Bold", Sans-serif !important;
    color: #000 !important;
    padding: 10px 0px 10px 0px;
}

a.lang {
    font-size: 16px;
    font-weight: 700;
    font-family: "Adam Bold", Sans-serif !important;
    color: #1D5BA2 !important;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
}

a.lang:visited {
    color: #1D5BA2 !important;
}

a:hover {
    text-decoration: none;
}

.header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 60px;
    background: #F2F2F2;
    z-index: 999;
    transition: 0.3s all;
}

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

header .logo {
    position: relative;
    display: inline-block;
    /*vertical-align: middle;*/
    max-width: 60px;
    margin: 10px 0;
}

.header .iso {
    max-width: 142px;
}


body.fixed:not(.absolute) {
    padding-top: 70px;
}

.header.fixed {
    position: fixed;
    background: rgba(242, 242, 242, 1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    z-index: 9998;
    -webkit-animation: slideInDown 0.3s ease-out;
    -moz-animation: slideInDown 0.3s ease-out;
}

/* Header > Navigation */

.header .nav-menu {
    position: relative;
    float: right;
    width: 35px;
    padding: 15px 0;
    cursor: pointer;
    z-index: 21;
    overflow: hidden;
}

.header .nav-menu .menu-line {
    float: right;
    display: block;
    width: 100%;
    height: 2px;
    margin: 4px 0;
    background: #000;
    transition: 0.3s;
    border-radius: 6px;
}

.header.opened .nav-menu .menu-line:nth-child(1) {
    transform: rotate(45deg);
    width: 40px;
    margin-top: 14px;
}

.header.opened .nav-menu .menu-line:nth-child(3) {
    transform: rotate(-45deg);
    width: 40px;
    margin-top: -16px;
}

.header.opened .nav-menu .menu-line:nth-child(2) {
    opacity: 0;
}

.header .navigation {
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: center;
    background: rgba(242, 242, 242, 1);
}

.header.opened .navigation {
    display: block;
}

.header .navigation ul {
    position: relative;
    margin: 15px 0;
}

.header .navigation ul li a {
    display: block;
    position: relative;
    padding: 10px 12px;
    font-size: 16px;
    font-weight: 700;
    font-family: "Adam Bold", Sans-serif !important;
    font-variant: small-caps;
    color: #000;
    text-decoration: none;
}

.header .navigation ul li.active a,
.header .navigation ul li a:hover {
    text-decoration: none;
}

.header .navigation ul li ul {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header .navigation ul li.open-submenu>ul {
    display: block;
}

.header .navigation .socialmedia li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
}

.header .navigation .socialmedia li a {
    display: block;
    padding: 0;
    text-align: center;
    color: #000;
    font-size: 21px;
}

.header .navigation .socialmedia li a:hover {
    color: #000;
}

.section-container {
    padding: 75px 65px;
}

.container {
    max-width: 100% !important;
    padding: 0 75px !important;
}

/*Background intro*/
.container-bkg {
    background-image: url(./assets/images/sense-28-intro-bkg.webp);
    height: 80vh;
    background-position: center bottom;
    background-size: cover;
}

/*Section Project Intro*/
.section-project {
    text-align: center;
}

h1.title {
    color: #1D5BA2;
    font-family: "Gotham Bold", Sans-serif;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 4px;
    font-variant: small-caps;
    text-align: center;
    margin-bottom: 20px !important;
}

h2.values {
    color: #000000;
    font-family: "Adam Bold", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 8px;
    text-align: center;
}

/* Grid Images section */
.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 75px 0 75px 0;
}

.grid-item {
    max-width: 100%;
    object-fit: cover;
    filter: grayscale(100%);
}
.grid-item:hover {
    filter: grayscale(0%);
    transition: filter 0.4s linear;
}

/* Section Planos */

/* Slick Sliders */
div.slick-slider.slick-initialized.slick-dotted {
    width: 80vw;
    margin: auto;
}
.slick-slider {
    margin-top: 50px !important;
}


.slider-item img {
    max-width: 80%;
    display: block;
    margin: auto;
}

span.lb-number {
    display: none !important;
}

.slick-prev:before,
.slick-next:before {
    color: rgba(29, 91, 162, 1) !important;
}

.slick-track {
    margin-left: 0 !important; 
    margin-right: 0 !important;
}

/*Section Ubicacion (Google Map)*/
iframe.google-map {
    width: 100%;
    height: 500px;
    padding: 50px 0;
}

/* Section Places */
.section-places {
    margin: 50px 0;
}
.img-places {
    height: auto;
    max-width: 100%;
}
article {
    height: auto;
}
.places-title {
    font-family: "Gotham Bold", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 20px;
    font-variant: small-caps;
}
.places-extract{
    font-family: "Gotham Bold", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    font-variant: small-caps;
}

/* Section Contact */
div.section-contact {
    /*max-width: 1140px;*/
    margin-right: auto;
    margin-left: auto;
}
h2.contact {
    font-family: "Adam Light", Sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: #000000;
    letter-spacing: 8px;
}
.underline-contacto {
    color: #c9beb6;
    width: 10% !important;
    border-top: 3px solid;
    border: 1;
    opacity: 1;
}

/* Formulario */

.form-control{
    font-family: "Gotham Book", Sans-serif;
    font-size: 14px !important;
    line-height: 1.7em;
    font-variant: small-caps;
    margin-bottom: 15px;
    border-color: #000000 !important;
    border-width: 1px 1px 1px 1px !important;
}
.form-control:focus{
    border-color: none !important;
    box-shadow: none !important;
}
.btn {
    font-family: "Adam Bold", Sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.8em;
    letter-spacing: 4px;
    background-color: rgba(29, 91, 162, 0.2) !important;
    color: #000000;
    border-color: #000000;
    margin: 0 0 15px 0;
    padding: 10px 25px;
    transition: all 0.1s ease-in-out;
    border-style: solid;
    border-width: 0 !important;
    border-radius: 0 !important;
}

.alert-info {
    --bs-alert-color: white !important;
    --bs-alert-bg: rgba(29, 91, 162, 1) !important;
    --bs-alert-border-color: none !important;
}



/* Footer */
div.footer-container {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #000000B3;
    padding-bottom: 0 !important;
}
footer .col-about {
    padding: 0 50px 0 0 !important;
}
img.logo-footer {
    width: 60px;
    margin-bottom: 15px;
}
.text-about {
    font-family: 'Gotham Book';
    font-size: 14px;
    font-weight: 600;
    color: #1A1A1A;
    font-variant: small-caps;
}
h3.footer {
    font-family: "Adam Bold", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 4px;
    color: #1A1A1A;
}
h3.redes {
    margin-top: 25px;
}
li.footer-list {
    font-family: 'Gotham Book';
    font-size: 14px;
    font-weight: 500;
    color: #1A1A1A;
    font-variant: small-caps;
    padding-bottom: 5px;
    list-style: none;
}
span.text {
    padding-left: 10px;
}
.powered-logo {
    width: 1.5em;
    height: 1.5em;
}
.powered {
    font-family: "Adam Bold", Sans-serif;
    text-transform: uppercase;
    font-size: 16px;
}
.copyrigth-container {
    display: flex;
    align-items: center;
}

/* Back to top floating button */
#back-top {
    background: rgba(29, 91, 162, 0.2);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: center 15px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 0px;
    opacity: 0.8;
    display: block;
}

img.arrow-top {
    border-style: none;
    height: auto;
    max-width: 100%;
}




/* MEDIA QUERIES */
@media (max-width: 400px) {
    .container-bkg {
        height: 25vh !important;
    }
}

@media (min-width: 400px) and (max-width: 767px) {
    .container-bkg {
        height: 45vh !important;
    }
}

@media (min-width: 767px) and (max-width: 1200px) {
    .container-bkg {
        height: 65vh !important;
    }
}





@media (max-width: 767px) {
    html {
        scroll-padding-top: 100px;
    }
    p {
        font-size: 14px;
    }

    header .logo {
        max-width: 50px;
        margin: 10px 0;
    }

    .container {
        padding: 0 20px !important;
    }

    .section-container {
        padding: 50px 15px;
    }

    .grid-container {
        grid-template-columns: 1fr;
    }
    .slider-item img {
        max-width: 100% !important;
    }
    .col-footer {
        margin-top: 25px !important;
    }

}

@media (min-width: 768px) and (max-width: 1200px) {
    .grid-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

/* Media Screen Min 1200px */
@media screen and (min-width: 1200px) {
    .header {
        min-height: 90px;
    }

    .header .logo {
        max-width: 60px;
        margin-right: 80px;
    }

    .header .nav-menu {
        display: none;
    }

    .header .navigation {
        display: flex;
        align-items: center;
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        background: transparent;
    }

    .header .navigation ul,
    .header .navigation ul li {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin-right: 40px;
    }

    .header .navigation ul {
        margin: 0;
    }

    .header .navigation>ul>li a {
        padding: 34.5px 5px;
        font-size: 13px;
    }

    .header .navigation .menu {
        margin-right: 16px;
    }

    .header .navigation .menu li a {
        text-align: left;
        font-size: 18px;
    }

    .header .navigation .menu li ul {
        display: none;
        position: absolute;
        top: 90px;
        left: 0;
        width: 150px;
        background: #000;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    }

    .header .navigation ul li:hover>ul {
        display: block;
    }

    .header .navigation .menu li ul li {
        display: block;
        margin: 0;
    }

    .header .navigation .menu li ul li a {
        display: block;
        padding: 10px 15px;
        font-size: 16px;
        color: #fff;
        font-weight: 500;
        border-bottom: 1px solid #fff;
    }

    .header .navigation .menu li ul li:last-child a {
        border-bottom: 0;
    }

    .header .navigation .menu li ul li ul {
        top: 0;
        left: 150px;
        width: 200px;
    }

    .header .navigation .menu li ul li ul ul {
        left: 200px;
    }

    .header .navigation ul li.menu-appointment a {
        margin-left: 6px;
    }

    body.fixed:not(.absolute) {
        padding-top: 90px;
    }

    .header.fixed {
        min-height: 70px;
    }

    .header.fixed .top {
        display: none;
    }

    .header.fixed .logo {
        max-width: 60px;
    }

    .header.fixed .navigation>ul>li a {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .header.fixed .navigation .socialmedia li a {
        padding: 0;
    }
}


/* Media Screen Max 1199px */
@media screen and (max-width: 1199px) {
    .header .iso {
        display: none;
    }

}

@media screen and (min-width: 1400px) {
    .text-container {
        padding: 0 350px;
    }
    .slider-item img {
        max-width: 60%;
    }
}

/* Media Screen Max 1199px */
@media screen and (max-width: 1199px) {
    .header .navigation {
        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    }

    .header .navigation .menu li.active a,
    .header .navigation .menu li a:hover {
        background: #000;
        color: #00AFCB !important
    }

    .header .navigation .socialmedia {
        padding-bottom: 30px;
    }

    .header .navigation ul li.open-submenu>ul {
        background: rgba(0, 0, 0, 0.05);
    }

    .header .navigation ul li ul li a {
        padding-top: 6px;
        padding-bottom: 6px;
        font-size: 16px;

    }

    .header .iso {
        display: none;
    }
}
