/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */
/* CSS General */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
html,
body {
   font-family: 'Inter', sans-serif !important;
}

.container {
   padding: 0 110px;
   max-width: 100%;
}

.content {
   padding-top: 0px;
   padding-bottom: 0px;
}

.logo a img {
   max-width: 60% !important;
   margin-top: 15px !important;
}

/* ---------------CSS pagina de index -----------------------*/
/* CSS seccion imagenes */
.grid-img {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
   gap: 110px;
}

.card-img-1,
.card-img-2 {
   display: flex;
   flex-direction: column;
   gap: 10px;
}

.card-img-1 {
   position: relative;
   top: 100px;
}

.card-img img {
   width: 100%;
   height: auto;
   object-fit: cover;

}

.categoria-img {
   font-size: 17px;
   color: black;
   margin-top: 30px;
}

.titulo-img-t {
   font-size: 49px;
   font-weight: 300 !important;
   color: #111;
   line-height: normal;
}

/*CSS para el CTA */
.hero-cta {
   position: relative;
   bottom: -170px;
   z-index: 20 !important;
   background: url("/wp-content/uploads/2025/09/index-img5.jpg") center/cover no-repeat;
   color: white !important;
   display: flex;
   align-items: center;
   justify-content: flex-start;
   padding: 70px;
}

/* Contenido */
.hero-content-cta {
   max-width: 600px;
}

.hero-cta h1 {
   font-size: 64px;
   font-weight: 500;
   margin-bottom: 40px;
   line-height: 1.2;
   color: white !important;
   text-transform: none !important;
}

.hero-cta p {
   font-size: 23px;
   margin-bottom: 40px;
   line-height: 1.6;
}

/* Botón */
.btn-cta {
   background: #e33232;
   color: white !important;
   padding: 15px 55px;
   text-decoration: none;
   font-size: 16px;
   font-weight: 300;
   transition: background 0.3s ease;
}

.btn-cta:hover {
   background: #c92d3c;
}


/*CSS para los testimonios */

.col-index-cli {
   z-index: 0 !important;
   width: 100vw !important;
   margin-left: calc(-50vw + 50%) !important;
   padding: 0 110px;
}

.tit-index-clientes {
   margin-top: 60px;
}

.tit-index-clientes h2 {
   font-size: 64px;
   text-transform: none !important;
   font-weight: 500;

}

/* CSS de testimonios */
.testimonios {
   display: flex;
   flex-wrap: wrap;
   gap: 55px;
   justify-content: space-around;
   color: white !important;
   margin-top: 90px;
}

.card-testimonios {
   flex: 1 1 300px;
   max-width: 350px;

}

.comillas-testimonios {
   font-size: 120px;
   color: #e33232;
   line-height: 0.5;
   font-family: 'Arial', sans-serif;
}

.texto-testimonios {
   margin: 0px 0;
   font-size: 23px;
   line-height: 1.6;
   color: white !important;
   font-weight: 300 !important;
}

.autor-testimonios {
   display: flex;
   align-items: center;
   gap: 15px;
   margin-top: 40px;
}

.foto-testimonios {
   width: 60px;
   height: 60px;
   border-radius: 50%;
   background: #777;
   flex-shrink: 0;
}

.info-testimonios strong {
   display: block;
   font-size: 17px;
   font-weight: bold;
   color: #fff;
}

.info-testimonios span {
   font-size: 17px;
   color: white;
}

/* CSS de conoce la mejor version */

.tit-index-version-marca h2 {
   font-size: 64px;
   text-transform: none !important;
   font-weight: 500;
}

.team-member-job-title {
   font-size: 44px;
   font-weight: 300;
   color: black !important;
   opacity: 1 !important;
   margin-top: 10px;
   line-height: normal;
}


/* CSS de formulario */
.cont-form {
   width: 100vw !important;
   margin-left: calc(-50vw + 50%) !important;
   padding: 150px 110px 30px 110px;
   display: flex;
   justify-content: center;
   margin-bottom: 0px !important;
}

.cont-form>section,
.cont-form>form {
   flex: 1;
   box-sizing: border-box;
}

.proyecto {
   text-align: left;
}

.proyecto h2 {
   font-size: 47px;
   font-weight: 500;
   line-height: 1.3;
   color: white !important;
   text-transform: none !important;
}

.proyecto h2 span {
   color: #e33232;
}

.text_input,
.text_area {
   background-color: transparent !important;
   border: none !important;
   border-bottom: 1px solid white !important;
}

.text_area {
   height: 90px;
}

form .text_input::placeholder {
   color: white !important;
   opacity: 1;
}

form .text_area::placeholder {
   color: white !important;
   opacity: 1;
}

.form-ind .button {
   float: right;
   background-color: #e33232 !important;
   border: none;
}

/*------------- CSS de la pagina cliente------------*/
.cont-cli {
   width: 100vw !important;
   margin-left: calc(-50vw + 50%) !important;
   padding: 0px 110px;
   margin-bottom: 0px !important;
}

.text-sub {
   line-height: 1.2;
}

.color-text-sub {
   color: #ff0000 !important;
}

/* titulo principal------*/

.text-client h1 {
   font-size: 64px;
   text-transform: none !important;
   font-weight: 500;
}

/* seccion clientes------*/
.container-sect {
   color: #fff;
   display: flex;
   justify-content: center;
   align-items: center;
}

.container-cliente {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 40px;

   max-width: 1100px;
   width: 100%;
}

/* Imagen del logo */
.logo-cliente {
   flex: 1.4;
}

.logo-cliente img {
   width: 100%;
   max-width: 800px;

}


.content-cliente {
   flex: 1;
}

.content-cliente h5 {
   font-size: 17px;
   font-weight: 300;
   margin-bottom: 10px;
   color: white !important;
}

.content-cliente h2 {
   font-size: 47px;
   font-weight: 400;
   line-height: 1.2;
   margin-bottom: 20px;
   color: white !important;
   text-transform: none !important;
}

.arrow-cliente {
   font-size: 72px;
   font-weight: 300;
   display: inline-block;
   margin-top: 80px;
   color: white !important;
}

/* seccion Creamos marcas
que impactan------*/

.section-last {
   display: flex;
   justify-content: space-between;
   align-items: center;
   gap: 80px;

}

/* Texto izquierdo */
.left-last h1 {
   font-size: 60px;
   font-weight: 500;
   color: white !important;
   line-height: 1.2;
   text-transform: none !important;
}

/* Texto derecho */
.right-last p {
   font-size: 24px;
   font-weight: 300;
   color: white !important;
   line-height: 1.2;
   max-width: 550px;
}

.right-last span {
   color: #d32f2f;
   /* Rojo para resaltar */
   font-weight: 600;
}


/* testimonio------*/
.sect-test {
   width: 100vw !important;
   margin-left: calc(-50vw + 50%) !important;
   margin-top: 0px !important;
   margin-bottom: 0px !important;
}

.testimonial-container {
   color: white;
   display: flex;
   justify-content: center;
   align-items: center;
}

.testimonial-wrapper {
   width: 100%;
   position: relative;
   overflow: hidden;

}

.testimonial-wrapper h2 {
   padding: 90px 110px 0px 110px;
   font-size: 60px;
   margin-bottom: 20px;
   color: white !important;
   text-transform: none !important;
   font-weight: 500;
}

.testimonial-slider {
   display: flex;
   transition: transform 0.6s ease-in-out;
   width: 100%;
}

.testimonial {
   width: 100%;
   flex-shrink: 0;
   padding: 20px;
   box-sizing: border-box;
}

.div-center {
   display: flex;
   flex-direction: column;
   margin: 0 auto;
   max-width: 900px;
}

.testimonial p {
   font-size: 23px;
   line-height: 1.6;
   margin-bottom: 20px;
   width: 100%;
}

.author {
   display: flex;
   align-items: center;
   gap: 20px;
   text-align: left;
}

.author img {
   width: 90px;
   height: 90px;
   border-radius: 50%;
   background: white;
}

.author-info {
   font-size: 23px;
}

.author-info strong {
   color: white !important;
   line-height: 1.2;
}

.arrow {
   position: absolute;
   right: 10px;
   bottom: 0px;
   font-size: 3rem;
   font-weight: 100;
   cursor: pointer;
   font-family: Arial, sans-serif;
   user-select: none;
   transition: transform 0.2s;
   font-weight: 100;
}

.arrow:hover {
   transform: scale(1.1);
}

/* seccion clientes-marcas------*/

.cont-logos-clientes {
   font-family: Arial, Helvetica, sans-serif;
   background: #fff;
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 40px;
}

.logos-clientes {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
   gap: 40px 60px;
   align-items: center;
   justify-items: center;
   max-width: 1100px;
   width: 100%;
}

.logos-clientes img {
   max-width: 150px;
   height: auto;
   object-fit: contain;
   filter: grayscale(100%);
   opacity: 0.9;
   transition: all 0.3s ease;
}

/* ---------------------CSS DE LA PAGINA SERVICIOS----------------*/
/* seccion 1------*/
.titulo-hexatel h2 {
   font-size: 45px;
   text-transform: none !important;
   font-weight: 400;
}

.cont-img-clothes {
   margin-top: 10px !important;
}

/* seccion mas proyectos------*/
.mas-proyectos {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: flex-start;

   gap: 40px;
}

.mas-proyectos h2 {
   flex: 1 1 100%;
   font-size: 60px;
   margin: 0;
   text-align: left;
   max-width: 300px;
   font-weight: 500;
   text-transform: none !important;
}

.cards-proyectos {
   display: flex;
   flex-wrap: wrap;
   gap: 30px;
   justify-content: center;
}

.card-proyectos {
   text-align: left;
   max-width: 320px;
   flex: 1 1 300px;
}

.card-proyectos img {
   width: 100%;

}

.card-proyectos .categoria-proyectos {
   font-size: 17px;
   color: black;
   margin: 10px 0 5px;

}

.card-proyectos h3 {
   font-size: 55px;
   margin: 0;
   font-weight: 300;
   transition: transform 0.3s ease, color 0.3s ease;

}

.card-proyectos h3:hover {
   transform: scale(0.9);
   color: #ff2627;
   cursor: pointer;
}

/*---------------- CSS de la pagina servivio-plaza-aurora-----------------*/
.page-id-282 .container_wrap {
   background-color: black !important;
}

.av-mfohx33u-7a6e3cbad945534255103b08bc815509 {
   margin-top: 0px !important;
   margin-bottom: 0px !important;
}

.titulo-compro h2 {
   font-size: 50px;
   text-transform: none !important;
   font-weight: 400;
   padding-bottom: 50px;
}

.text-branding p {
   margin-top: 60px;
}

.cont-img-aurora {
   margin-top: 25px !important;
}

.cont-img2-arora {
   margin-top: 25px !important;
}

/*--------------CSS de la pagina de nosotros------------*/
.cont-fondo {
   width: 100vw !important;
   margin-left: calc(-50vw + 50%) !important;
   padding: 0 110px;
}

.titulo-nosotros h2 {
   font-size: 60px;
   line-height: 1.2;
   font-weight: 400;
   text-transform: none !important;
}

.img-nosotros-1 {
   position: relative;
   top: 150px;
}

.sub-20 p {
   margin-top: 0px;
   font-size: 60px;
   line-height: 1.2;
   font-weight: 500;
}

.tit-trabajamos p {
   line-height: 1.2;
}

/* seccion branding estrategico*/
.div-branding {
   display: flex;
   justify-content: center;
   align-items: center;
}

.container-branding {
   background-color: #e33232;
   color: #fff !important;
   width: 100%;
   max-width: 1200px;
   position: relative;
   min-height: 300px;
   display: flex;
   overflow: hidden;
}

.text-left-branding {
   padding: 60px 0px 60px 70px;
   max-width: 60%;
}

.text-left-branding h1 {
   font-size: 58px;
   color: white !important;
   line-height: 1.3;
   font-weight: 500;
   text-transform: none !important;
   margin-bottom: 20px;
}

.text-left-branding p {
   font-size: 13px;
   color: #f0f0f0;
   max-width: 90%;
   line-height: 1.5;
   padding-top: 40px;
}

/* Caja negra */
.text-right-branding {
   position: absolute;
   top: 73.2%;
   right: 0;
   transform: translateY(-50%);
   background-color: #000;
   color: #fff;
   padding: 30px;
   width: 380px;
   text-align: left;
   height: 360px;
}

.text-right-branding p {
   font-size: 34px;
   font-weight: bold;
   line-height: 1.5;
   font-weight: 500;
   margin: 0px;
}

.text-last-nosotros p {
   font-size: 58px;
   font-weight: 500;
   margin: 0px;
}

/* ----------------pagina Contacto---------------*/
.page-id-23 .container_wrap {
   background-color: black !important;
}

.container-info-contacto {
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: row;
   gap: 30px;
   flex-wrap: wrap;
}

.boton-info {
   padding: 30px 50px;
   border: 1px solid white;
    color: white !important;
   font-size: 19px;
}

#footer *{
	color:white !important;
}

#footer i{
	font-size:28px !important;
	
}

#socket *{
	color:white !important;
}

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
   /* Add your Desktop Styles here */

}

@media (max-width: 1290px) {
   .container-branding {
      flex-direction: column !important;
      position: static !important;
   }

   .text-right-branding {
      position: static !important;
      transform: none !important;
      width: 100%;
      padding: 70px;
   }

   .text-right-branding p br {
      display: none;
   }

   .text-left-branding {
      max-width: 100%;
      padding: 60px 70px 60px 70px;
   }

   .text-left-branding h1 br {
      display: none;
   }
}

@media (max-width: 990px) {

   /* seccion clientes------*/
   .container-cliente {
      flex-direction: column;
      text-align: center;
   }
}


@media (max-width: 874px) {

   /* CSS de testimonios */
   .card-testimonios {
      flex: 1 1 100%;
      max-width: 100%;

   }
}

@media (max-width: 767px) {
   .container {
      padding: 0 70px;
   }

   /*-------------- CSS pagina de index -----------*/
   /* CSS seccion imagenes */
   .categoria-img {
      font-size: 15px;
   }

   .titulo-img-t {
      font-size: 39px;
   }

   .card-img-1 {
      margin-bottom: 50px;
   }

   .av-mfhfzg01-bfa03e770f2d63c5af89cb91b009d932 {
      display: none;
   }

   .av-mfhiidi2-a99b8bf70e2ade5fe4c5d149d303a824 {
      margin-top: 40px !important;
   }

   /*CSS para el CTA */
   .hero-cta {
      padding: 30px;
      text-align: center;
      justify-content: center;

   }

   .hero-cta h1 {
      font-size: 40px;
   }

   .hero-cta p {
      font-size: 15px;
   }

   /*CSS para los testimonios */
   .col-index-cli {
      padding: 0 60px;
   }

   .tit-index-clientes h2 {
      font-size: 40px;
      text-align: center;
   }

   /* CSS de testimonios */
   .texto-testimonios {
      font-size: 16px;
   }

   .info-testimonios strong {
      font-size: 15px;
   }

   .info-testimonios span {
      font-size: 15px;
   }

   /* CSS de conoce la mejor version */
   .team-img-container img {
      width: 80%;
   }

   .tit-index-version-marca h2 {
      font-size: 40px;
      text-align: center;
   }

   .team-member-job-title {
      font-size: 34px;
      text-align: center;
   }

   .team-member-name {
      text-align: center;
   }

   /* CSS de formulario */
   .cont-form {
      flex-direction: column;
      padding: 80px 60px;
   }

   .proyecto {
      margin-bottom: 50px;
   }

   .proyecto {
      text-align: center;
   }

   .proyecto h2 {
      font-size: 37px;
   }

   .form-ind fieldset p:last-child {
      display: flex;
      justify-content: center;
   }

   /* testimonio------*/

   .testimonial-wrapper h2 {
      font-size: 40px;
      text-align: center;
      padding: 40px 60px 0px 60px;
   }

   .testimonial p {
      font-size: 19px;
   }

   .arrow {

      font-size: 2.5rem;
   }

   .author-info {
      font-size: 18px;
   }

   .author img {
      width: 70px;
      height: 70px;
   }


   /* CSS de la pagina cliente------*/
   .cont-cli {
      padding: 0px 60px;
   }

   /* titulo principal------*/

   .text-client h1 {
      text-align: center;
      font-size: 40px;
   }

   .text-sub p br {
      display: none;
   }

   /* seccion clientes------*/


   .content-cliente h2 {
      font-size: 42px;
   }

   .content-cliente h5 {
      font-size: 16px;
   }

   .arrow-cliente {
      margin-top: 20px;
      font-size: 42px;
   }

   /* seccion Creamos marcas
que impactan------*/

   .section-last {
      flex-direction: column;
      text-align: center;
      gap: 30px;
      padding: 40px 20px;
   }

   .left-last h1 {
      font-size: 40px;
   }

   .right-last p {
      font-size: 23px;
   }


   /* CSS DE LA PAGINA SERVICIOS------*/
   /* seccion 1------*/
   .info-texto {
      text-align: center !important;
   }

   /* seccion mas proyectos------*/

   .proyectos-proyectos {
      flex-direction: column;
      align-items: center;
      text-align: center;
   }

   .mas-proyectos h2 {
      text-align: center;
      max-width: 100%;
      font-size: 40px;
   }

   .cards-proyectos {
      justify-content: center;
   }

   .card-proyectos h3 {
      font-size: 45px;
   }

   /* CSS de la pagina de nosotros------*/
   .titulo-nosotros h2 {
      font-size: 40px;
      text-align: center;
   }

   .titulo-nosotros h2 br {
      display: none;
   }

   .cont-fondo {
      padding: 0 70px !important;
   }

   .img-nosotros-1 {
      top: 100px;
   }

   .text-somos-equipo p {
      margin-top: 80px;
      text-align: center;
   }

   .text-somos-equipo p br {
      display: none !important;
   }

   .sub-20 p {
      font-size: 30px;
      text-align: center;
   }

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

   .tit-trabajamos p {
      text-align: center;
   }

   .text-trabajamos p {
      text-align: center;
   }

   /* seccion branding estrategico*/
   .text-left-branding h1 {
      font-size: 43px;
      text-align: center;
   }

   .text-left-branding {
      padding: 30px;
   }

   .text-left-branding p {
      max-width: 100%;
      text-align: center;
   }

   .text-right-branding {
      padding: 30px;
      height: auto;
   }

   .text-right-branding p br {
      display: none;
   }

   .text-right-branding p {
      font-size: 24px;
      text-align: center;
   }

   .text-last-nosotros p {
      font-size: 48px;
   }
}

@media (max-width: 480px) {
   .container {
      padding: 0 50px;
   }

   /* CSS pagina de index */
   /* CSS seccion imagenes */
   .categoria-img {
      font-size: 15px;

   }

   .titulo-img-t {
      font-size: 29px;

   }

   .card-img-1 {
      margin-bottom: 50px;
   }

   /*CSS para el CTA */
   .hero-cta {
      bottom: -100px;
   }

   .hero-cta h1 br {
      display: none;
   }

   .hero-cta h1 {
      font-size: 30px;
   }

   .hero-cta p {
      font-size: 15px;
   }

   /*CSS para los testimonios */
   .col-index-cli {
      padding: 0 30px;
   }

   .tit-index-clientes h2 {
      font-size: 30px;
   }

   .tit-index-clientes {
      margin-top: 0px;
   }

   /* CSS de testimonios */
   .comillas-testimonios {
      font-size: 90px;
   }

   /* CSS de conoce la mejor version */
   .tit-index-version-marca h2 {
      font-size: 30px;
   }

   .team-member-job-title {
      font-size: 24px;
   }

   /* CSS de formulario */
   .cont-form {

      padding: 50px 30px;
   }

   .proyecto h2 {
      font-size: 30px;
   }

   /* testimonio------*/
   .testimonial-wrapper h2 {
      font-size: 30px;
      text-align: center;
      padding: 40px 30px 0px 30px;
   }

   .testimonial-wrapper h2 br {
      display: none;
   }

   .testimonial p {
      font-size: 16px;
   }

   .arrow {

      font-size: 2.1rem;
   }

   .author-info {
      font-size: 15px;
   }

   .author img {
      width: 60px;
      height: 60px;
   }



   /* CSS de la pagina cliente------*/
   .cont-cli {
      padding: 0px 30px;
   }

   /* titulo principal------*/

   .text-client h1 {
      font-size: 30px;

   }

   .text-sub p {
      text-align: center !important;
   }

   /* seccion clientes------*/

   .content h2 {
      font-size: 32px;
   }

   .content h5 {
      font-size: 15px;
   }

   .arrow {
      margin-top: 20px;
      font-size: 32px;
   }

   /* seccion Creamos marcas
que impactan------*/
   .left-last h1 {
      font-size: 30px;
   }

   .right-last p {
      font-size: 19px;
   }

   /* PAGINA SERVICIOS------*/
   /* seccion mas proyectos------*/
   .mas-proyectos h2 {
      text-align: center;
      max-width: 100%;
      font-size: 30px;
   }

   .cards-proyectos {
      justify-content: center;

   }

   .cards-proyectos p,
   h3 {
      text-align: center;

   }

   .card-proyectos h3 {
      font-size: 35px;
   }

   /* CSS de la pagina de nosotros------*/
   .cont-fondo {
      padding: 0 30px !important;
   }

   .titulo-nosotros h2 {
      font-size: 20px;
   }

   .img-nosotros-1 {
      top: 40px;
   }

   /* seccion branding estrategico*/
   .text-right-branding p {
      font-size: 20px;

   }

   .text-left-branding h1 {
      font-size: 28px;
   }

   .text-last-nosotros p {
      font-size: 30px;
      line-height: 1.1;
   }

   /* pagina contacto*/
   .boton-info {
      padding: 10px 20px;
   }

   .container-info-contacto {
      gap: 10px !important;
   }

   .boton-info {
      font-size: 15px;
   }
}


/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

