/*Theme Name: Esthec
Theme URI: esthec.terrace.cl
Description: Template hecho para Esthec por SOMOS JAM
Version: 1.0
Author: SOMOS JAV
Author URI: https://somosjam.cl/
*/
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --cBase: #f0bd7d;
  --cBlack: #272727;
  --cBlackB: #1a1a1a;
  --cBlue: #0062ff;
}
* {
  font-family: "Raleway", sans-serif;
}

body {
  background: var(--cBlack);
}

.c_base {
  color: var(--cBase);
}
.c_blue {
  color: var(--cBlue);
}
.f_bold {
  font-weight: bold;
}
.f_regular {
  font-weight: 400;
}

.container-extra {
  max-width: 1400px;
  margin: 0 auto;
}

.textos_container_banner a {
  color: white;
  opacity: 0.5;
}
.textos_container_banner {
  writing-mode: vertical-rl;
  transform: rotate(180deg) translateY(-16%);
  position: absolute;
  top: 16%;
  z-index: 999;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.textos_container_banner .linea {
  width: 3px;
  height: 18px;
  background: var(--cBase);
  display: block;
  margin: 12px 0;
}
.textos_container_banner > a:nth-child(3) {
  opacity: 1;
}
header#header > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card_logo_terrace {
  max-width: 300px;
  position: relative;
  left: -20px;
}
.card_logo_esthec {
  max-width: 166px;
}

/* banner */

.swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.gallery-top {
  height: 90vh;
  width: 100%;
}

.gallery-thumbs {
  height: 20vh;
  box-sizing: border-box;
  padding: 10px 0;
}

.contenedor_thumbs_slider {
  max-width: 750px;
  margin: 25px auto 0 auto;
}

.gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.imagen_flotante_swipper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  max-width: 720px;
  display: flex;
}

.banner_home {
  position: relative;
  padding: 0 30px;
}

.bullets_container {
  position: absolute;
  top: 38%;
  transform: translateY(-38%);
  z-index: 999;
  left: 0;
}
.contenedor_logo_centro {
  max-width: 450px;
  margin: 0 auto;
}

.contenedor_logo_centro_esthec {
  max-width: 120px;
  position: relative;
  top: -35px;
}

.contenedor_logos_centro {
  max-width: 450px;
  margin: 50px auto 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.texto_logo_centro {
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
}

.barra_left {
  width: 50%;
  margin: 60px 0;
}

.barra_left hr {
  border: 1px solid var(--cBase);
  margin: 0;
}

.contenedor_title h4 {
  font-size: 40px;
  font-weight: 400;
}

.contenedor_title {
  margin-bottom: 15px;
}

.contenedor_texto p {
  font-size: 18px;
}

.contenedor_top_what_esthec {
  box-shadow: 12px -17px 0 var(--cBase);
  background: var(--cBase);
}
.contenedor_top_what_esthec {
  display: flex;
  align-items: center;
}
.contenedor_top_what_esthec > div {
  height: 170px;
  background: transparent;
}

.contenedor_bottom_what {
  display: flex;
  height: 190px;
  margin-top: 15px;
}

.contenedor_bottom_what > div:nth-child(2) {
  width: 30%;
}
.contenedor_bottom_what > div:nth-child(1) {
  width: 75%;
  margin-right: 15px;
}

.barra_right {
  margin: 60px 0;
  display: flex;
  justify-content: flex-end;
}

.barra_right hr {
  border: 1px solid var(--cBase);
  margin: 0;
  width: 50%;
}

.contenedor_banner_mid {
  max-width: 500px;
  height: 460px;
  position: relative;
  margin: 0 auto;
}

.card_overlay h4 {
  font-weight: 400;
}
.card_overlay {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid white;
  font-size: 23px;
  padding: 0 35px;
}

.card_ventaja:hover {
  background: var(--cBase);
}
.card_ventaja {
  max-width: 300px;
  margin: 0 auto;
  height: 250px;
  padding: 30px 10px;
  position: relative;
  transition: all 500ms;
}

.title_ventaja {
  display: flex;
  align-items: center;
}

.parrafo_ventaja {
  display: flex;
  justify-content: flex-end;
}

.parrafo_ventaja p {
  max-width: 250px;
}
.parrafo_ventaja p {
  font-size: 17px;
}

.icon_ventaja {
  height: 45px;
  width: 45px;
  margin-right: 10px;
}

.title_ventaja h4 {
  font-size: 22px;
}

.barra_before_ventajas {
  background: var(--cBase);
  height: 100px;
  width: 2px;
  margin-left: 50px;
}

.contenedor_banner_letras {
  width: 60%;
}

.facil_instalacion__wrapper {
  height: 200px;
  max-width: 50%;
  margin: initial !important;
}

.carrucel_facil_instalacion {
  display: flex;
  justify-content: flex-end;
  position: relative;
  top: -55px;
  flex-direction: column;
  align-items: flex-end;
}

.pg-bottom .swiper-pagination-bullet {
  background: #707070;
  opacity: 1;
  width: 35px;
  transform: initial !important;
  height: 3px !important;
  margin: 0 3px;
  outline: none !important;
  border-radius: initial !important;
}
.pg-bottom .swiper-pagination-bullet-active {
  background: var(--cBase) !important;
  transform: initial !important;
}

.pg-bottom {
  left: initial !important;
  transform: initial !important;
  /* background: red; */
  width: initial !important;
  position: relative !important;
}

.pg-bottom-banner .swiper-pagination-bullet {
  background: #707070;
  opacity: 1;
  width: 3px;
  transform: initial !important;
  height: 35px !important;
  margin: 0 3px;
  margin-bottom: 0px;
  outline: none !important;
  border-radius: initial !important;
  display: block;
  margin-bottom: 12px;
}
.pg-bottom-banner .swiper-pagination-bullet-active {
  background: var(--cBase) !important;
  transform: initial !important;
}

.pg-bottom-banner {
  left: initial !important;
  transform: initial !important;
  /* background: red; */
  width: initial !important;
  position: relative !important;
}

.contenedor_bullets_facil {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  margin-top: 20px;
  max-width: 450px;
  width: 100%;
}

.title_terrace_esthec h4 {
  font-size: 25px;
}

.barra_left.barra_esthec {
  margin: 35px 0;
}

.seccion_black {
  min-height: 400px;
  background: var(--cBlackB);
  display: flex;
  align-items: center;
  justify-content: center;
}

.contenedor_grilla_terrace {
  max-width: 825px;
  padding-left: 100px;
  bottom: -85px;
  position: relative;
  z-index: 2;
}

.card_grilla_terrace {
  position: relative;
  height: 230px;
}

.contenedor_grilla_terrace > div > div {
  padding: 5px;
}

.overlay_grilla_terrace {
  position: absolute;
  bottom: 7px;
  color: antiquewhite;
  text-shadow: 1px 1px 3px black;
  font-weight: bold;
  left: 7px;
}

#title_terrace_esthec {
  position: relative;
  bottom: -35px;
}

.contenedor_grilla_nautico {
  display: flex;
  justify-content: flex-end;
  padding-right: 100px;
  position: relative;
  top: -100px;
  z-index: 2;
}

.contenedor_grilla_nautico > div {
  max-width: 737px;
}

.contenedor_grilla_nautico > div > div {
  padding: 5px;
}

.card_grilla_terrace {
  position: relative;
  height: 230px;
}

.contenedor_general_section_blak {
  position: relative;
  z-index: 1;
}

.contenedor_general_section_blak .barra_right {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  margin-top: 30px;
  margin-bottom: 0;
}

.contenedor_black_tech {
  margin-top: 210px;
  margin-bottom: 45px;
}

.background_black_tech {
  background: var(--cBlackB);
  min-height: 400px;
  position: relative;
  max-height: 545px;
}

.top_black_tech {
  background: transparent;
  position: relative;
  top: -150px;
  max-width: 800px;
  margin: 0 auto;
  border-left: 2px solid var(--cBlue);
  padding: 9px 0px 50px 21px;
}

.dato_top_black_tech {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.title_top_black_tech {
  margin-bottom: 10px;
}

.resumen_top_black_tech {
  padding-left: 30px;
}

.title_resumen_black_tech {
  margin-bottom: 24px;
}

.title_top_black_tech h4 {
  font-size: 40px;
}

.title_top_black_tech > span {
  font-size: 21px;
  font-weight: bold;
}

.title_resumen_black_tech h4 {
  font-size: 25px;
}

.card_imagen_top_black {
  max-width: 300px;
  height: 420px;
  box-shadow: 27px 21px 0px 0px var(--cBlue);
}

.card_imagen_top_black img {
  object-position: right;
}

.background_black_tech:before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 20%;
  width: 2px;
  background: var(--cBlue);
  content: "";
}

.background_black_tech:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
  height: 2px;
  background: var(--cBlue);
  content: "";
}

.card_bottom_tech {
  height: 160px;
}

.columna_img_bottom_tech > div {
  padding: 5px;
}

.bottom_black_tech > div {
  align-items: center;
}
.bottom_black_tech {
  position: relative;
  top: -55px;
}

.title_sensor {
  position: relative;
  padding-bottom: 30px;
  padding-top: 50px;
}
.title_sensor:before {
  position: absolute;
  content: "";
  background: var(--cBlue);
  right: 10%;
  top: 0;
  bottom: 0;
  width: 2px;
}

.title_sensor:after {
  position: absolute;
  content: "";
  background: var(--cBlue);
  right: 10%;
  width: 55%;
  height: 2px;
  bottom: 0;
}

.title_sensor h4 {
  font-size: 25px;
  text-align: center;
}

.parrafo_sensor {
  max-width: 700px;
  margin: 35px auto 35px auto;
}

.esthec_sin_limites h4 {
  font-size: 25px;
  text-align: center;
}

.contenedor_esthe_sin_limites {
  margin-top: 50px;
  position: relative;
}

.contenedor_imagene_sin_limite {
  height: 207px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}
.contenedor_imagene_sin_limite_full {
  height: 430px;
  position: relative;
  z-index: 2;
}

.barra_lateral_fondo {
  position: absolute;
  bottom: 0;
  width: 55%;
  right: 0;
  background: var(--cBase);
  height: 100px;
  z-index: 1;
}

section.contenedor_16razones:before {
  position: absolute;
  content: "";
  width: 3px;
  top: 0;
  height: 65%;
  right: 10%;
  background: var(--cBase);
}
section.contenedor_16razones {
  padding-top: 120px;
  position: relative;
}

.contenedor_16_img {
  max-width: 300px;
  margin: 0 auto;
  position: relative;
}

.title_razones {
  position: absolute;
  bottom: 7px;
  right: 33px;
}

.contenedor_grilla_razones {
  margin-top: 50px;
}

.card_razones {
  display: flex;
  align-items: center;
  max-width: 210px;
  margin: 0 auto;
  margin-bottom: 22px;
}

.card_razones__img {
  min-width: 50px;
  max-width: 51px;
  margin-right: 16px;
  height: 50px;
  width: 50px;
}

.contenedor_parallax {
  background-image: url(./assets/terraza-grilla.png);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: #2d2d2d;
  background-blend-mode: overlay;
  min-height: 400px;
  position: relative;
  margin: 40px 0;
  padding: 50px 0;
}

.contenedor_parallax:before {
  content: "";
  position: absolute;
  top: 0;
  left: 6%;
  width: 2px;
  height: 60%;
  background: var(--cBase);
}

.contenedor_title_parallax h4 {
  font-size: 25px;
  font-weight: 400;
}

.contenedor_title_parallax h5 {
  font-size: 20px;
  font-weight: 400;
}

.cantidad_anios {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 30px;
}

.cantidad_anios h3 {
  font-size: 159px;
}
.sub_cantidad {
  position: relative;
  top: -36px;
}
.title_historia h4 {
  font-size: 25px;
  text-align: center;
  font-weight: 400;
}
.card_iconos_derecha {
  max-width: 40px;
}
.list_iconos_derecha {
  position: fixed;
  z-index: 99;
  right: 2%;
  bottom: 5%;
}

.title_historia h5 {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.parrafo_historia {
  margin-top: 40px;
}

.card_img_historia {
  max-height: 230px;
  height: 100%;
}

.contenedor_grilla_imagenes {
  margin-top: 30px;
}

.contenedor_conocemas {
  margin-top: 40px;
}

.card_conocemas {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-left: 45px;
}
.content_video_swipper {
  width: 75%;
}

.content_video_swipper > video {
  width: 100%;
}

.card_conocemas__contenido {
  width: 25%;
  background: var(--cBase);
  padding: 30px 13px;
  position: relative;
  left: -40px;
}

.card_conocemas__contenido h4 {
  font-size: 20px;
}

.card_conocemas__contenido p {
  font-size: 14px;
  margin-top: 15px !important;
}

.pg-bottom_conoce_mas .swiper-pagination-bullet {
  background: #707070;
  opacity: 1;
  width: 35px;
  transform: initial !important;
  height: 3px !important;
  margin: 0 3px;
  outline: none !important;
  border-radius: initial !important;
}
.pg-bottom_conoce_mas .swiper-pagination-bullet-active {
  background: var(--cBase) !important;
  transform: initial !important;
}

.pg-bottom_conoce_mas {
  left: initial !important;
  transform: initial !important;
  width: initial !important;
  position: relative !important;
  margin-top: 25px;
}

.carrucel_conoce_mas {
  margin-top: 50px;
}

.swipperconoce-next,
.swipperconoce-prev {
  color: var(--cBase) !important;
}

/* footer */

.content_footer {
  background: var(--cBlackB);
  padding: 55px 0;
  margin-top: 40px;
}
.title_contacto {
  margin-bottom: 60px;
}
.title_contacto h4 {
  font-size: 30px;
  text-align: center;
}
.card_logo_footer {
  margin-bottom: 20px;
}
.card_logo_footer > img:nth-child(1) {
  max-width: 240px;
}
.card_logo_footer > img:nth-child(2) {
  max-width: 160px;
  display: block;
  position: relative;
  padding-left: 70px;
  top: -20px;
}
.card_datos_contacto h5 {
  font-size: 18px;
  margin-bottom: 17px !important;
}
.card_contacto_list {
  display: flex;
  align-items: center;
  margin-bottom: 11px;
}
.contenedor_inputs {
  background: var(--cBlack);
  padding: 40px 20px 20px 35px;
}
.flex_input {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
form.form_footer button {
  background: var(--cBase);
  border: none;
  padding: 10px 70px;
  color: black;
  font-size: 18px;
  font-weight: bold;
  max-width: 300px;
  margin: 0 auto;
  display: block;
  width: 100%;
  position: relative;
  top: -23px;
  outline: none;
  cursor: pointer;
}
.card_input {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 20px;
  width: 100%;
}
.card_input label {
  color: white;
}
.card_input input {
  width: 100%;
  background: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid var(--cBase);
  outline: none;
  padding: 10px 15px;
  color: white;
}

.card_contacto_list a span {
  color: white;
}
.card_contacto_icon {
  width: 15px;
  margin-right: 10px !important;
  height: 15px;
}

header#header {
  position: sticky;
  top: 0;
  z-index: 99999;
  background: var(--cBlack);
}

.contenedor_menu_general {
  position: fixed;
  top: 88px;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--cBlackB);
  z-index: 999999;
  padding: 60px 0;
  transition: all 500ms;
  transform: translateX(-150%);
}
.list_menu_anchor {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.card_menu_anchor {
  margin-bottom: 10px;
}
.card_menu_anchor a {
  color: white;
  font-size: 25px;
}

.card_menu_anchor a:before {
  position: absolute;
  content: "";
  background: var(--cBase);
  height: 2px;
  width: 0;
  bottom: -7px;
  transition: all 500ms;
}
.card_menu_anchor a:hover:before {
  width: 100%;
}
.card_menu_anchor {
  margin-bottom: 10px;
}
.card_menu_anchor a {
  color: white;
  font-size: 25px;
  position: relative;
}
.card_menu_icon {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.icon_menu_header {
  max-width: 60px;
  margin-left: 10px;
}

@media (max-width: 1300px) {
  .contenedor_parallax:before {
    left: 2%;
  }
  section.contenedor_16razones:before {
    right: 3%;
  }
}

@media (max-width: 991px) {
  .contenedor_top_what_esthec {
    margin-top: 69px;
  }
  .contenedor_grilla_terrace {
    padding-left: 0;
  }
  .contenedor_grilla_nautico {
    padding-right: 0;
  }
  .background_black_tech {
    background: var(--cBlackB);
    min-height: auto;
    position: relative;
    max-height: initial;
    padding-bottom: 29px;
  }
  .top_black_tech {
    padding: 10px 0px 50px 10px;
    top: 0;
  }
  .card_imagen_top_black {
    margin: 33px auto 0;
  }
  .bottom_black_tech {
    position: relative;
    top: 0;
  }
  .bottom_black_tech > div > div:nth-child(1) > div {
    justify-content: center;
  }
  .row.columna_img_bottom_tech {
    justify-content: center;
  }
  .flex_footer > div {
    flex-direction: column-reverse;
  }
  .card_footer_contacto {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .card_conocemas {
    flex-wrap: wrap;
    padding-left: 0;
  }
  .card_conocemas__contenido {
    max-width: 80%;
    margin: 0 auto;
    width: 100%;
    left: 0;
  }
  .content_video_swipper {
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
  }
  .contenedor_banner_letras {
    width: 100%;
  }
  .carrucel_facil_instalacion {
    top: 0;
  }
  .facil_instalacion__wrapper {
    max-width: 100%;
  }
  .contenedor_black_tech {
    margin-top: 0;
  }
  .card_logo_esthec {
    max-width: 110px;
  }
  .card_logo_terrace {
    max-width: 230px;
    position: relative;
    left: 0;
    margin: 0 15px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    z-index: 999 !important;
  }
  .contenedor_menu_general {
    top: 69px;
  }
  .textos_container_banner {
    transform: rotate(180deg) translateY(0);
    right: 0;
    top: 0;
  }
  .card_razones__title {
    margin-top: 8px;
  }
  .card_razones__title h4 {
    font-size: 13px;
    text-align: center;
  }
  .card_razones__img {
    margin-right: 0;
  }
  .card_razones {
    margin-bottom: 22px;
    flex-direction: column;
  }
}

@media (max-width: 571px) {
  .card_ventaja {
    height: auto;
  }
  .contenedor_top_what_esthec {
    flex-wrap: wrap;
  }
  .contenedor_top_what_esthec > div {
    height: 175px;
    max-width: 400px;
    margin-bottom: 13px;
    background: transparent;
    width: 100%;
    margin: 0 auto 13px;
  }
  .contenedor_bottom_what {
    display: flex;
    height: auto;
    margin-top: 15px;
    flex-wrap: wrap;
  }
  .contenedor_bottom_what > div:nth-child(1) {
    width: 100%;
    margin-right: 0;
    height: 200px;
    margin-bottom: 16px;
  }
  .contenedor_bottom_what > div:nth-child(2) {
    width: 100%;
    margin-bottom: 17px;
    height: 200px;
  }
  .contenedor_banner_mid {
    max-width: 500px;
    height: 270px;
    position: relative;
    margin: 0 auto;
  }
  .flex_input {
    flex-wrap: wrap;
  }
  .facil_instalacion__wrapper {
    height: 100px;
  }
  .gallery-top {
    height: 50vh;
  }
  .gallery-thumbs {
    height: 9vh;
  }
  .card_logo_esthec {
    max-width: 50px;
  }
  .card_logo_terrace {
    max-width: 140px;
    position: relative;
    left: 0;
    margin: 0 13px;
  }
  .contenedor_menu_general {
    top: 42px;
  }
}
