@charset "UTF-8";

/*--------------------------------------------------------------
>>> TABLA DE CONTENIDO:
----------------------------------------------------------------
# Normalize
# Links
# Transitions
# Utilities
# Header
# Header Sticky
# Panel Side Mobile
# Footer

# Hero
# Titulo
# Tabs
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@font-face {
    font-family: 'corporate_slight';
    src: url('../../assets/fonts/corporate_s_light_regular-webfont.woff2') format('woff2'),
         url('../../assets/fonts/corporate_s_light_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'corporateabold';
    src: url('../../assets/fonts/corporatea-bold-webfont.woff2') format('woff2'),
         url('../../assets/fonts/corporatea-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'corporateabold_italic';
    src: url('../../assets/fonts/corporatea-bolditalic-webfont.woff2') format('woff2'),
         url('../../assets/fonts/corporatea-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'corporate_a_cond_probold';
    src: url('../../assets/fonts/corporateacondpro-bold-webfont.woff2') format('woff2'),
         url('../../assets/fonts/corporateacondpro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'corporate_a_cond_promedium';
    src: url('../../assets/fonts/corporateacondpro-medium-webfont.woff2') format('woff2'),
         url('../../assets/fonts/corporateacondpro-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'corporateamedium';
    src: url('../../assets/fonts/corporatea-medium-webfont.woff2') format('woff2'),
         url('../../assets/fonts/corporatea-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'corporatearegular';
    src: url('../../assets/fonts/corporatea-regular-webfont.woff2') format('woff2'),
         url('../../assets/fonts/corporatea-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html {
    font-size: 16px;
    overflow-x: hidden;
}

body {
    font-family: 'corporatearegular';
    background-color: #000;
    color: #fff;
    font-size: 16px;
    position: relative;
}

p {
    font-weight: 400;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'corporateabold';
}

img {
    max-width: 100%;
    height: auto;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a:hover, a:focus, a:active {
  color: #fff;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
# Transitions
--------------------------------------------------------------*/
a, .Web-Header, .Web-Header.Sticky, img, .panel-overlay, {
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    letter-spacing: normal;
    color: #a4a4a4;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
.Main-Wrapper {
    display: block;
    position: relative;
}

.panel-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
}

.panel-overlay.active {
    opacity: 1;
    visibility: visible;
}

.cta {
    display: block;
    width: fit-content;
    max-width: 100%;
    padding: 11px 24px;
    background: #000;
    border: 2px solid #fff;
    color: #fff;
    font-family: 'corporate_a_cond_probold';
    font-size: 24px;
    line-height: 1;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.cta:hover {
  background: #fff;
  color: #000;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.Web-Header {
    width: 100%;
    padding: 20px 0;
}

.main-header .header-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}

.header-row > [class^=col-header] {
    display: flex;
    align-items: stretch;
    position: static;
}

.header-row .col-header {
    flex-basis: 0;
    flex-grow: 0.33;
    max-width: 100%;
    width: 100%;
    min-height: 1px;
    align-items: center;
}

.header-row .col-header.col-header_left {
    -ms-flex-pack: center;
    justify-content: flex-start;
    flex-grow: 0.2;
}   

.header-row .col-header.col-header_right {
    flex-grow: 0.8;
    justify-content: flex-end;
}

.main-navigation {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: auto;
}

.main-navigation > ul {
    position: relative;
    display: flex;
    width: 100%;
    vertical-align: middle;
    height: 100%;
}

.main-navigation ul {
    font-family: 'corporate_slight';
    font-weight: normal;
    font-size: 1.25rem;
    list-style: none;
    margin: 0px 0px;
    padding: 0px 0px;
}

.main-navigation > ul > li {
    margin: 0px 40px;
    padding: 0px 0px;
    float: left;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.main-navigation ul > li > a {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    outline: none;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.main-navigation ul > li.header_cta > a {
    background-color: #006348;
    text-transform: math-auto;
    font-size: 0.938rem;
    line-height: 1;
    padding: 12px 26px;
    border-radius: 10px;
}

.main-navigation ul li.menu-item-has-children > a {
    padding: 0 24px 0 0;
    background-image: url("../../assets/img/arrow-down.png");
    background-repeat: no-repeat;
    background-position: 95% 50%;
    vertical-align: top;
}

.main-navigation ul li ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    background: #0186ba;
    border: none;
    border-radius: 0px;
    background-clip: padding-box;
    z-index: 5;
    display: none;
}

.main-navigation ul li ul.sub-menu li {
    float: none;
    min-width: 100%;
    position: relative;
    border-bottom: none;
}

.main-navigation ul li ul.sub-menu li a {
    padding: 0 20px;
    font-size: 18px;
    line-height: 40px;
}

.main-navigation ul li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}

.main-nav-mob {
    display: flex;
    align-items: center;
}

.col-header_right .header-logo {
    margin-left: 24px;
}

.logo-principal {
    width: 300px;
}

.menu-burger {
    position: relative;
    width: 32px;
    height: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-left: 16px;
    cursor: pointer;
    display: flex;
}

.menu-burger > span {
    width: 100%;
    height: 2px;
    background-color: #fff;
    opacity: 1;
    transform: translateY(0) rotate(0);
    transition: all 0.3s;
}

/*--------------------------------------------------------------
# Header Sticky
--------------------------------------------------------------*/
.header-sticky {
    position: fixed;
    top: -200px;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #000;
    opacity: 0;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
    padding: 12px 0;
}

.Web-Header.Sticky .header-sticky {
    top: 0;
    opacity: 1;
}

.header-sticky .menu-burger > span {
    width: 100%;
    height: 2px;
    background-color: #fff;
    opacity: 1;
    transform: translateY(0) rotate(0);
    transition: all 0.3s;
}

/*--------------------------------------------------------------
# Panel Side Mobile
--------------------------------------------------------------*/
.side-panel {
    width: 575px;
    max-width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    overflow-x: hidden;
    z-index: 9999;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    /* -webkit-transform: translateX(0); */
    /* -ms-transform: translateX(0); */
    /* transform: translateX(0); */
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.side-panel.side-panel-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.side-panel_inner {
    height: 100%;
    padding: 24px;
    padding-top: 0;
}

.side-panel_head {
    padding: 14px 0 13px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.side-panel_body {
    padding: 1rem 0;
}

.side-panel-redes {
    margin-top: 24px;
    line-height: 0;
}

.side-panel_body nav ul li {
    margin-bottom: 0.5rem;
}

.side-panel_body nav ul li a {
    font-family: 'corporate_slight';
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0px;
    text-decoration: none;
    font-size: 1.125rem;
}

.side-panel_body nav ul li p {
    font-family: 'corporate_slight';
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    text-decoration: none;
    font-size: 1.125rem;
    margin-bottom: 0;
}

.dropdown-menu {
    background-color: #009fe3;
    border: 0;
    width: 100%;
    padding: 10px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.Web-Footer {
    padding: 100px 0;
    background-color: #000;
}

.logo-footer {
    width: 300px;
    display: block;
    margin: auto;
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
.seccion_hero {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #000;
}

.seccion_hero::before {
    content: '';
    display: block;
    width: 100%;
    height: 375px;
    position: absolute;
    top: 80px;
    right: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    z-index: 2;
    pointer-events: none;
}

.seccion_hero::after {
    content: '';
    display: block;
    width: 100%;
    height: 375px;
    position: absolute;
    bottom: 80px;
    right: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    z-index: 2;
    pointer-events: none;
}

.seccion_hero .hero {
    width: 100%;
    height: 750px;
    object-fit: cover;
}

.seccion_hero h1 {
    position: absolute;
    text-transform: uppercase;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    font-size: 10rem;
    line-height: 1;
    margin: 0;
    pointer-events: none;
}

/*--------------------------------------------------------------
# Titulo
--------------------------------------------------------------*/
.seccion_titulo {
    position: relative;
    top: -80px;
}

.seccion_titulo h2 {
    font-family: 'corporateabold_italic';
    text-align: center;
    font-size: 4rem;
    line-height: 4.625rem;
    margin-bottom: 32px;
}

.seccion_titulo p {
    font-family: 'corporateamedium';
    font-size: 1.563rem;
    line-height: 1.813rem;
}

/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
.seccion_tabs {
    padding-bottom: 20px;
}

.wrapper_btns_tabs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.btnTab {
    font-family: 'corporate_a_cond_promedium';
    background-color: transparent;
    color: #fff;
    border: 0;
    border-top: 2px solid #fff;
    padding: 20px 0;
    font-size: 30px;
    line-height: 1;
    opacity: 0.5;
}

.btnTab.active {
    opacity: 1;
}

.btnTab span {
    display: block;
    margin-bottom: 20px;
}

.btnTab img {
    width: 100%;
}

.tab_head {
    background-color: #c7c9ca;
    color: #2d2d2d;
    padding: 40px 0;
}

.tab_container {
    max-width: 1140px;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
}

.tab_head .linea {
    width: 100%;
    height: 4px;
    background-color: #000;
    margin-bottom: 20px;
}

.tab_head h3 {
    font-family: 'corporate_a_cond_probold';
    text-transform: uppercase;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 10px;
}

.tab_head h4 {
    font-family: 'corporate_a_cond_probold';
    text-transform: uppercase;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 24px;
}

.tab_head p {
    margin: 0;
    font-size: 24px;
    line-height: 28px;
}

.tab_images {
    position: relative;
}

.tab_images_gradient::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    z-index: 1;
    pointer-events: none;
}

.tab_images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tab_head_negro {
    background-color: #000;
    color: #fff;
}

.tab_head_negro .linea {
    background-color: #fff;
}

.galeriaFiltro {
    display: flex;
    align-items: center;
    gap: 40px;
}

.galeriaFiltro .btnGaleria {
    background-color: transparent;
    border: 0;
    color: #2d2d2d;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'corporate_a_cond_probold';
    font-size: 32px;
    line-height: 1;
    opacity: 0.5;
}

.galeriaFiltro .btnGaleria.active {
    opacity: 1;
}

.galeria_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    background-color: #c7c9ca;
}

.galeria_grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.galeria_grid div:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}

.galeria_grid div:nth-child(2) {
    max-height: 597px;
}

.galeria_grid div:nth-child(3) {
    max-height: 597px;
}

.seccion_tab.active {
    display: block;
}

.box_galeria {
    display: none;
}

.box_galeria.active {
    display: block;
}

/*--------------------------------------------------------------
# Modelos
--------------------------------------------------------------*/
.seccion_modelos {
    padding: 60px 0;
    background-image: url('../../assets/img/fondo.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.seccion_modelos h2 {
    font-family: 'corporate_a_cond_probold';
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 48px;
    font-size: 40px;
    line-height: 1;
    color: #fff;
}

.seccion_modelos .cta {
    margin: auto;
}

/*--------------------------------------------------------------
# Formulario
--------------------------------------------------------------*/
.seccion_formulario {
    padding: 60px 0;
    background-image: url('../../assets/img/fondo-formulario.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.seccion_formulario h2 {
    font-family: 'corporate_a_cond_probold';
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 48px;
    font-size: 40px;
    line-height: 1;
}

.box_formulario {}
.form-dark {
  max-width: 500px;
    width: 100%;
    margin: auto;
}
.form-dark .form-group {
    margin-bottom: 10px;
}
.box_formulario input {
    font-family: 'corporate_slight';
    width: 100%;
  padding: 10px 12px;
  background: transparent;
  border: 2px solid rgba(255,255,255);
  color: #fff;
  font-size: 18px;
  outline: none;
}

.box_formulario select {
    font-family: 'corporate_slight';
    width: 100%;
    padding: 12px 12px;
    background: #fff;
    border: 2px solid rgba(255, 255, 255);
    color: #000;
    font-size: 18px;
    outline: none;
}

input::placeholder {
  color: rgba(255,255,255,0.85);
}

.btn-submit {
  display: block;
    margin: auto;
    margin-top: 24px;
    width: 100%;
    max-width: 300px;
    padding: 14px 10px;
    background: #000;
    border: 2px solid #fff;
    color: #fff;
    font-family: 'corporate_a_cond_probold';
    font-size: 24px;
    line-height: 1;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit:hover {
  background: #fff;
  color: #000;
}

.carousel-indicators {
    margin-bottom: 32px;
}

.carousel-indicators [data-bs-target] {
    width: 10px !important;
    height: 10px !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-radius: 50% !important;
}

/*--------------------------------------------------------------
# Carrusel Modelos
--------------------------------------------------------------*/
.carousel-modelos {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: auto;
  overflow: hidden;
}
.carousel-modelos .carousel-track {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 420px;
}
.carousel-modelos .carousel_item {
  position: absolute;
  transition: 
    transform 0.6s ease,
    opacity 0.6s ease;
  opacity: 0;
  text-align: center;
}
.carousel-modelos .carousel_item img {
  width: 450px;
  max-width: 100%;
  pointer-events: none;
}
.carousel-modelos .carousel_item span {
  font-family: 'corporateabold';
    display: block;
    font-size: 48px;
    line-height: 1;
    color: #000;
}
/* Estados */
.carousel-modelos .carousel_item.center {
  transform: translateX(0) scale(1);
  opacity: 1;
  z-index: 3;
}
.carousel-modelos .carousel_item.left {
  transform: translateX(-380px) scale(0.75);
  opacity: 0.6;
  z-index: 2;
}
.carousel-modelos .carousel_item.right {
  transform: translateX(380px) scale(0.75);
  opacity: 0.6;
  z-index: 2;
}
/* Botones */
.nav-carousel {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
}
.nav-carousel.prev { left: -10px; }
.nav-carousel.next { right: -10px; }
.nav-carousel.prev svg {
    transform: rotate(180deg);
}
.link-carousel {
    display: block;
    color: #000;
    text-decoration: none;
}