/* RESET
-------------------------------------------------- */
html,
button,
input,
select,
textarea {
    color: #000;
    padding: 0;
}

body {
    background-color: #fff;
    max-width: 100%;
    overflow-x: hidden;
    font-family: 'Red Hat Display', sans-serif;
}

::-webkit-input-placeholder {
    color: #5e5e5e;
    opacity: 1 !important;
}

:-moz-placeholder {
    color: #5e5e5e;
}

::-moz-placeholder {
    color: #5e5e5e;
}

:-ms-input-placeholder {
    color: #5e5e5e;
}

input[placeholder],
[placeholder],
*[placeholder] {
    color: #5e5e5e;
}

iframe {
    border: 0;
    background-color: transparent !important;
}


header {
    background-color: transparent;
    max-width: 100vw;
    overflow-x: hidden;
}

.navbar,
.navbar-toggler {
    border-radius: 0;
    transition: all 800ms ease;
}

.navbar {
    padding: 55px 0;
    max-width: 100vw;
    overflow-x: hidden;
}

.navbar-toggler {
    padding: 0 0;
    z-index: 99;
    width: 40px;
    height: 40px;
    border: none;
    outline: none !important;
}

.navbar-toggler .navbar-toggler-icon {
    transition: all 400ms ease;
    width: 40px;
    height: 40px;
}

.navbar-toggler[aria-expanded="true"]>.navbar-toggler-icon {
    transform: rotate(45deg);
}

.navbar-brand {
    position: relative;
    z-index: 99;
}

.navbar-collapse {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 0;
    display: block;
    background-color: #1d1d1b;
    transition: all 800ms ease;
    overflow: hidden;
}

.navbar-collapse:not(.show) {
    display: block !important;
}

.navbar-collapse.show {
    height: auto;
    top: 0;
}

.navbar-nav {
    width: 100%;
    padding: 200px 0 0 0;
}

.navbar-nav li a {
    color: #fff;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 0 0 72px 0;
    font-size: 32px;
    text-decoration: none;
}

.navbar-nav li a:hover,
.navbar-nav li.active a {
    color: #fc0;
    text-decoration: none;
}

/* Scrolled */
.navbar.scrolled {
    background-color: #1d1d1b;
    padding: 15px 0;
}

/* HERO */
.hero {
    max-height: 80vh;
    display: block;
    position: relative;
    overflow: hidden;
}

.hero .down-arrow {
    position: absolute;
    left: 50%;
    bottom: 50px;
    z-index: 2;
    transform: translateX(-50%);
    color: #fff;
    transition: all 400ms ease;
    padding: 40px 0;
}

.hero .down-arrow:hover {
    bottom: 40px;
}

.hero>.hero-caption {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
}

.hero>.hero-caption h1 {
    font-size: 56px;
    text-align: center;
    max-width: 380px;
    color: #fff;
}

/* About */
.about {
    position: relative;
    padding: 90px 0 95px;
    background: url(../img/mesh.png);
    background-attachment: fixed;
}

.about-text {
    text-align: center;
    width: 90%;
    max-width: 800px;
    margin: 0px auto;
}

.about-text p {
    margin-bottom: 0;
    font-size: 19px;
    font-weight: 300;
    text-align: center;
    line-height: 1.35;
}


/* Location */
.location {
    padding: 40px 0 70px;
    text-align: center;
    color: #fff;
    background: #000 url(../img/mesh.png) bottom center;
    position: relative;
    background-attachment: fixed;
}

.location::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #000;
    content: "";
    border-bottom: 1px solid #eee
}

.location .container {
    position: relative;
    z-index: 2;
}

.location h2 {
    display: block;
    text-align: center;
    font-size: 22px;
    margin-bottom: 40px;
}

.location .map {
    display: block;
    width: 100%;
    height: 400px;
}

@media (max-width: 991px) {
    .location .map {
        display: block;
        width: 100%;
        height: 75vh;
    }
}

#location-map .gm-style-iw {
    background: #000;
    border-radius: 0;
    font-weight: 900;
    color: #fff;
    font-size: 19px;
    overflow: hidden;
}

#location-map .gm-style-iw button {
    background: #000;
    color: #fff;
}

#location-map .gm-style .gm-style-iw-d {
    background: #000;
    overflow: hidden !important;
    padding-bottom: 10px;
    padding-right: 10px;
}

#location-map .gm-style .gm-style-iw-d>div {
    background-color: #000;
}

#location-map .gm-style-iw-t::after {
    display: none !important;
}


/* Galpon */
.galpon {
    position: relative;
    padding: 90px 0 95px;
    background: url(../img/mesh.png) center top;
    background-attachment: fixed;
}

.galpon h2 {
    font-size: 62px;
    display: block;
    margin-bottom: 30px;
}

.galpon h3 {
    font-size: 39px;
    display: block;
    font-weight: 500;
    margin-bottom: 30px;
}

.galpon .sociales .d-flex,
.galpon .corporativas .d-flex {
    flex-wrap: wrap;
    ;
}

.galpon .sociales p {
    width: 33.33%;
}

.galpon .corporativas p {
    width: 50%;
}

@media (max-width: 991px) {
    .galpon .sociales p {
        width: 50%;
    }

    .galpon .corporativas p {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .galpon .sociales p {
        width: 100%;
    }
}

/* Planos */
.planos {
    position: relative;
    padding: 40px 0;
    border-top: 3px solid #000;
}

.planos ul#planos {
    border: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 40px;
}

.planos .nav-tabs .nav-link {
    border: none;
    position: relative;
    padding-left: 40px;
    color: #000;
    font-size: 20px;
    font-weight: 300;
}

.planos .nav-tabs .nav-link::before {
    position: absolute;
    left: 0;
    top: 16px;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    background: transparent;
    content: "";
}

.planos .nav-tabs .nav-link:hover::before {
    background: rgba(0, 0, 0, .5);
}

.planos .nav-tabs .nav-link.active::before {
    background: #000;
}

.planos .nav-tabs .nav-link#tab-espacios::before {
    border-radius: 50rem;
}

.planos .tab-content .tab-pane>img {
    max-width: 100%;
}

@media (min-width: 768px) {
    .planos ul#planos {
        border: none;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {

    .planos .nav-tabs .nav-link {
        border: none;
        position: relative;
        padding-left: 24px;
        color: #000;
        font-size: 18px;
        font-weight: 300;
    }

    .planos .nav-tabs .nav-link::before {
        top: 14px;
        width: 18px;
        height: 18px;
    }

    /*	.planos ul#planos{margin-bottom: 150px;}
	.tab-content > .active {padding-bottom: 150px;}
*/
}

/*Contacto*/
.contacto {
    background-color: #f6f6f6;
    padding: 50px 0;
}

.form-control,
.btn-secondary,
.dropdown-menu,
.show>.btn-secondary.dropdown-toggle,
.btn-secondary:hover,
.btn-default {
    background-color: #fff;
    border-radius: 0;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    font-weight: 300;
    border: none;
    margin-bottom: 20px;
}

textarea.form-control {
    height: 180px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #000;
}

.btn-secondary::after {
    position: absolute;
    top: 18px;
    right: 10px;
}

.dropdown-menu {
    width: 100%;
}

.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-default {
    background-color: #000;
    color: #fff;
    text-align: center;
}

.btn-default:hover {
    background-color: #1d1d1b;
    color: #fff;
}

.contacto p {
    color: #aaa;
}

.form-control::placeholder {
    color: #000;
    opacity: 1;
}

/* Carousel */
.owl-carousel {
    padding: 100px 0;
    background-color: #000;
    max-width: 100vw;
    overflow: hidden;
}

.image-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    z-index: -1;
}

.image-background img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.item-img {
    position: relative;
    overflow: hidden;
    padding-top: 60%;
}

@media (max-width: 767px) {
    .owl-carousel {
        padding: 80px 0;
    }

    .item-img {
        padding-top: 85%;
    }
}

@media (max-width: 600px) {
    .owl-carousel {
        padding: 60px 0;
    }

    .item-img {
        padding-top: 85%;
    }
}

.owl-carousel .owl-item:not(.center) img {
    filter: grayscale(1);
}

/* footer */
footer {
    position: relative;
    background: #000;
    padding: 44px 0;
    color: #fff;
}

.footer-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 0px;
}

footer a {
    color: #fff;
    position: relative;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left center;
}

footer a:hover {
    color: #fc0;
}

footer a.icon-email {
    background-image: url(../img/email.png);
}

footer a.icon-instagram {
    background-image: url(../img/instagram.png);
}