/*
Theme Name: Flatsome Child
Theme URI: https://viahdc.com/
Author: HDC + ChatGPT
Author URI: https://viahdc.com/
Template: flatsome
Version: 1.0
Description: Tema hijo personalizado para VIA HDC
*/

/* === Estilos personalizados integrados === */
/* Archivo consolidado el 2025-07-25 16:49:49 */

/********************************************************/
/* === ESTILOS GLOBALES PARA BANNERS FULLSCREEN === */
/********************************************************/
.banner-responsive {
  position: relative;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  font-family: inherit;
  text-align: center;
  color: #ffffff !important;
}

.banner-responsive img {
  width: 100%;
  height: auto;
  display: block;
}

.banner-responsive .text-overlay {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 900px;
  color: #ffffff !important;
}

.banner-responsive .text-overlay h2 {
  font-size: 3.5rem;
  margin-bottom: 10px;
  color: #ffffff;
}

.banner-responsive .text-overlay p {
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 0;
  color: #ffffff;
}

/* Responsive para banners fullscreen */
@media (max-width: 767px) {
  .banner-responsive .text-overlay {
    top: 3%;
    padding: 1px;
  }

  .banner-responsive .text-overlay h2 {
    font-size: clamp(1.4rem, 6vw, 0.8rem);
    line-height: 1.4;
  }

  .banner-responsive .text-overlay p {
    font-size: clamp(1.2rem, 5vw, 1rem);
    line-height: 1;
  }
}


/********************************************************/
/* === BANNER 2 === */
/********************************************************/
.banner-2-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 900px;
  color: #ffffff;
}

.banner-2-text h2 {
  font-size: 3.5rem;
  margin-bottom: 10px;
  color: #ffffff;
}

.banner-2-text p {
  font-size: 2rem;
  line-height: 1.6;
  margin: 0;
  color: #ffffff;
}

@media (max-width: 768px) {
  .banner-2-text {
    top: 45%;
  }

  .banner-2-text h2,
  .banner-2-text p {
    font-size: 1.2rem;
  }
}


/********************************************************/
/* === BANNER 3 === */
/********************************************************/
.banner-3-text {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1200px;
  color: #ffffff;
}

.banner-3-text h2 {
  font-size: 3.5rem;
  margin-bottom: 10px;
  color: #ffffff;
}

.banner-3-text p {
  font-size: 2rem;
  line-height: 1.6;
  margin: 0;
  color: #ffffff;
}

@media (max-width: 768px) {
  .banner-3-text {
    top: 55%;
  }

  .banner-3-text h2 {
    font-size: 2rem;
  }

  .banner-3-text p {
    font-size: 1.2rem;
  }
}


/********************************************************/
/* === BANNER 4 === */
/********************************************************/
.banner-4-textbox {
  background-color: #000;
  padding: 40px 20px;
  text-align: center;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  color: #ffffff;
}

.banner-4-textbox h2 {
  font-size: 3rem;
  margin-bottom: 15px;
  color: #FFD700;
}

.banner-4-textbox p {
  font-size: 1.8rem;
  line-height: 1.6;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .banner-4-textbox h2 {
    font-size: 2rem;
  }

  .banner-4-textbox p {
    font-size: 1.2rem;
  }
}


/********************************************************/
/* === BANNER 5 === */
/********************************************************/
.banner-5-textbox {
  background-color: #000;
  padding: 40px 20px;
  text-align: center;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  color: #ffffff;
}

.banner-5-textbox h2 {
  font-size: 3.5rem;
  margin-bottom: 15px;
  color: #ffffff;
}

.banner-5-textbox p {
  font-size: 2rem;
  line-height: 1.6;
  max-width: 900px;
  margin: 0 auto;
  color: #ffffff;
}

@media (max-width: 768px) {
  .banner-5-textbox h2 {
    font-size: 2rem;
  }

  .banner-5-textbox p {
    font-size: 1.2rem;
  }
}


/********************************************************/
/* === BANNER 6 === */
/********************************************************/
.banner-6-container {
  position: relative;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  text-align: center;
  font-family: inherit;
  overflow: hidden;
  color: #ffffff;
}

.banner-6-container img {
  width: 100%;
  height: auto;
  display: block;
}

.banner-6-top-text {
  position: absolute;
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 900px;
  color: #FFD700;
}

.banner-6-top-text h2 {
  font-size: 3.5rem;
  margin: 0;
}

.banner-6-bottom-text {
  position: absolute;
  bottom: 8%;
  left: 5%;
  width: 90%;
  max-width: 900px;
  text-align: left;
  color: #ffffff;
}

.banner-6-bottom-text h3 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.banner-6-bottom-text p {
  font-size: 1.5rem;
  margin: 0;
}

@media (max-width: 768px) {
  .banner-6-top-text h2 {
    font-size: 1.4rem;
  }

  .banner-6-bottom-text h3 {
    font-size: 1rem;
  }

  .banner-6-bottom-text p {
    font-size: 0.8rem;
  }
}


/********************************************************/
/* === ZIG-ZAG (GENÉRICO + MULTICOLOR) === */
/********************************************************/
.zigzag-container {
  background-color: #1f1f1f;
  font-family: inherit;
  padding: 60px 0;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.zigzag-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1400px;
  margin: 0 auto 80px;
  padding: 0 20px;
}

.zigzag-row.reverse {
  flex-direction: row-reverse;
}

.zigzag-img, .zigzag-text {
  flex: 1;
  min-width: 300px;
  padding: 20px;
}

.zigzag-img img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.zigzag-text {
  text-align: left;
  color: #ffffff;
}

.zigzag-text h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.zigzag-text p {
  font-size: 1.5rem;
  line-height: 1.6;
}


/********************************************************/
/* === VARIANTES DE COLOR POR ZIG-ZAG === */
/********************************************************/
/* Usar .zigzag-container.gold / .white / .red */
.zigzag-container.gold .zigzag-text h2 {
  color: #FFD700;
}
.zigzag-container.white .zigzag-text h2 {
  color: #ffffff;
}
.zigzag-container.red .zigzag-text h2 {
  color: #FF4C4C;
}

/* Responsive */
@media (max-width: 768px) {
  .zigzag-row {
    flex-direction: column !important;
  }

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

  .zigzag-text h2 {
    font-size: 1.6rem;
  }

  .zigzag-text p {
    font-size: 1.2rem;
  }
}


/**************************************
* 	_|    _|  _|_|_|      _|_|_|      
	_|    _|  _|    _|  _|            
	_|_|_|_|  _|    _|  _|            
	_|    _|  _|    _|  _|            
	_|    _|  _|_|_|      _|_|_|  = 2025 */
/***************************************/
:root {
  --author: "HDC + ChatGPT, consolidado 2025-07-25";
}