/* General */

:root {
  /*Primera Opcion*/
  --principal: #ec413d;
  --Gris: #333333ff;
  --hover: #bb0404;
  /*Lo usamos para hovers */
  /*(to right, #aa0000 0%, #aa0000 100%)*/
  /*Underline Link*/

  /*Segunda Opcion*/
  --Amarillo: rgb(150, 190, 38);
  --AmarilloClaro: #fceccaff;
  --NegroOscuro: rgb(22, 22, 21);
  --GrisClarito: rgb(214, 37, 205);
  --rojoLogo: #ec413d;
  --celesteLogo: #2ad4ff;
  --rojoFondo: #6c1919;
  --grisClaroCastillo: #b3b3b3;
  --grisOscuroCastillo: #999999;
  /* #2ad4ffff #ec413dff */
}

* {
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

/* Navbar */

.navbar-total {
  padding: 0 10rem !important;
  background-color: var(--celesteLogo) !important;
  border-bottom: 1px solid var(--NegroOscuro) !important;
}

.text-dire {
  color: var(--rojoLogo);
  font-weight: bold;
  font-family: "Bauhaus 93";
}

.name-bussines {
  margin-left: 1rem;
  font-family: "Bauhaus 93";
  font-size: 2rem !important;
  display: inline-block;
  vertical-align: bottom;
  /* Alinea verticalmente el texto en la parte inferior */
  color: var(--Gris) !important;
}

.name-bussines:hover,
.text-dire:hover {
  color: var(--Gris) !important;
  transition: 0.3s !important;

}

.logo-and-text {
  display: inline-block;
  
  vertical-align: middle;
  /* Alinea verticalmente el contenedor */

}

.logo {
  display: inline-block;
  vertical-align: middle;
  /* Alinea verticalmente el logo */

}

.options-navbar {
  margin-top: auto !important;

}

.navbar-items {
  margin-left: auto;
  font-size: 1.2rem;
  font-weight: bold;

}

.nav-items {
  margin: 0 0.8rem;
}

.underline-link {
  background-image: linear-gradient(to right, #ec413d 0%, #ec413d 100%) !important;
  background-repeat: no-repeat !important;
  background-size: 0% 2px !important;
  /* Grosor del subrayado */
  background-position: 0 100% !important;
  /* Inicio del gradiente desde la parte inferior */
  transition: background-size 0.3s ease !important;
  /* Transición de la animación */
  color: #000000ff !important;
}

.underline-link:hover {
  background-size: 100% 2px !important;
  /* Ancho completo del subrayado al pasar el mouse */
}

.text-price {
  background-color: var(--NegroOscuro);
  border-radius: 7%;
  padding: 0 1rem;
}

.text-price:hover {
  background-color: var(--rojoLogo);
  transition: 0.3s;
}

.color-price {
  color: white !important;
}

.color-price:hover {
  color: var(--NegroOscuro) !important;
}

@media (max-width: 1200px) {
  .navbar-total {
    padding: 0 4rem !important;
  }
}

@media (max-width: 991px) {
  .navbar-total {
    padding: 0 1rem !important;
  }

  .text-price {
    background: none;
    color: var(--NegroOscuro) !important;
    padding: 0 0 !important;
    border-radius: 0% !important;
  }

  .text-price:hover {
    background: none;
  }

  .color-price {
    color: var(--NegroOscuro) !important;
  }

  .nav-items {
    border-top: 0.1px solid white !important;
    font-weight: normal !important;
  }

  .nav-items:hover {
    border-top: 0.4px solid #000000ff !important;
  }

  .underline-link:hover {
    background-size: 0% 0px !important;
    /* Ancho completo del subrayado al pasar el mouse */
  }
}

@media (max-width: 530px) {
  .navbar-total {
    padding: 0 0.4rem !important;
  }

  .name-bussines {
    font-size: 1.7rem !important;
  }

  .logo {
    width: 50px !important;
    height: 50px !important;
  }
}
@media (max-width: 470px) {

  .navbar-total {
    padding: 0 0.3rem !important;
  }

  .name-bussines {
    font-size: 1.3rem !important;
    margin: 0 0.3rem !important;
  }

  .logo {
    width: 50px !important;
    height: 50px !important;
  }
}
@media (max-width: 440px) {
  .navbar-total {
    padding: 0 0.1rem !important;
  }

  .name-bussines {
    font-size: 1.3rem !important;
  }

  .logo {
    width: 50px !important;
    height: 50px !important;
  }
}


/*Section 1 Presentación*/

.section-1 {
  display: flex;
  background-color: rgb(245, 245, 245) !important;
  padding: 3rem 11rem 3rem 11rem !important;
  border-bottom: 1px solid var(--celesteLogo);
  
}

.column-left-s1 {
  display: flex;
  justify-content: center;
  flex-direction: column;

}
.column-right-s1 {

  display: flex;
  justify-content: center;
  
}

.title-s1 {
  font-size: 5rem;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  color: var(--rojoLogo);
  
  
}

.span-title-s1{
  white-space: nowrap; /* Evita que el texto se divida en palabras individuales */
}

.subtitle-s1 {
  font-size: 1.6rem;
  margin-left: 6px !important;
  color: var(--rojoLogo);
  font-weight: bold;
  white-space: nowrap;
}


@media (max-width: 1650px) {
  /*
  .title-s1 {
    font-size: 7rem !important;

  }

  .img-section-1 {
    width: 500px !important;
    height: 500px !important;
  }
  */
}

@media (max-width: 1450px) {
  .section-1 {

    padding: 3rem 7rem 3rem 7rem !important;
  }

  .title-s1 {
    font-size: 5rem !important;

  }

  .img-section-1 {
    width: 500px !important;
    height: 500px !important;
  }
}

@media (max-width: 1265px) {
  .section-1 {
    padding: 3rem 7rem 3rem 7rem !important;
  }

  .title-s1 {
    font-size: 4rem !important;

  }

  .img-section-1 {
    width: 450px !important;
    height: 480px !important;
  }
  .subtitle-s1 {
    font-size: 1.4rem !important;
  }
}

@media (max-width: 1100px) {
  .section-1 {

    padding: 1.5rem 5rem 3rem 5rem !important;
  }

  .title-s1 {
    font-size: 4rem !important;

  }

  .img-section-1 {
    width: 400px !important;
    height: 440px !important;
  

  }


  .subtitle-s1 {
    font-size: 1.3rem;

  }

}
@media (max-width: 991px) {
  .section-1 {

    padding: 1.5rem 2rem 3rem 2rem !important;
  }

  .title-s1 {
    font-size: 4rem !important;

  }

  .img-section-1 {
    width: 400px !important;
    height: 440px !important;
    

  }

  

  .subtitle-s1 {
    font-size: 1.3rem;

  }

}
@media (max-width: 900px) {
  .section-1 {

    padding: 1.5rem 2rem 2rem 2rem !important;
  }

  .title-s1 {
    font-size: 3rem !important;

  }

  .img-section-1 {
    width: 350px !important;
    height: 380px !important;
  }

  .subtitle-s1 {
    font-size: 1.1rem;

  }

}



@media (max-width: 740px) {
  .section-1{
    display: flex;
    justify-content: center !important;
    align-items: center !important;
  }
  .row-section-1 {
    flex-direction: column !important;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;

  }

  .column-left-s1 {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 2rem 5rem !important;

  }

  .title-s1 {
    font-size: 4rem !important;
  }

  .img-section-1 {
    margin-top: 3rem !important;
    margin-bottom: 1rem !important;
    position: relative !important;
    width: 450px !important;
    height: 490px !important;
  }

  .subtitle-s1 {
    font-size: 1.2rem;
    padding-right: 7rem;

  }

}

@media (max-width: 620px) {
  .section-1 {

    padding: 1.5rem 0rem 2rem 0rem !important;
  }

  .title-s1 {
    font-size: 3.5rem !important;

  }
  .subtitle-s1 {
    font-size: 1.1rem;
    padding-right: 4rem;
  }
  .img-section-1 {
    width: 450px !important;
    height: 490px !important;
  }

}

@media (max-width: 560px) {
  .subtitle-s1 {
    margin-left: 1rem;
   
  }
}


@media (max-width: 450px) {
  .title-s1 {
    font-size: 3.5rem !important;
  }
  .subtitle-s1 {
    margin-left: 1rem;
    font-size: 1rem;
    padding-right: 1rem;
  }

  .img-section-1 {
    width: 350px !important;
    height: 380px !important;
  }

  
}



@media (max-width: 430px) {

  .title-s1 {
    font-size: 3rem !important;
  }

  .img-section-1 {

    display: flex;
    justify-content: center !important;
    align-items: center !important;
  }

}

@media (max-width: 360px) {
  .img-section-1 {
    width: 340px !important;
    height: 360px !important;
  }

}

/**Section 1.5*/
/* Contenedor de los botones */
.section-1-5 {
  background-color: var(--Gris) !important;
  padding: 4rem 0; /* Espacio superior e inferior equilibrado */
  display: flex;
  justify-content: center;
  align-items: center;

}

.trailer{
  background-color: #f9f9f9;
  border-radius: 5%;
}

.tittle-trailer{
  text-align: center !important;
  padding: 0 8rem 0.5rem 8rem !important;
  text-wrap: balance !important;
  color: var(--Gris);


  border-radius: 8px;
  font-size: 2rem;
  margin-top: 2rem;
  font-weight: 800;
  text-decoration: underline double var(--celesteLogo); 

  
}
/*
.trailer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
}
  */

.button-trailer {
  background-color: #2ad4ff;
  color: #fff;
  padding: 0.8rem 1.5rem;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1rem;
  transition: background-color 0.3s;
}

.name-trailer{
  background-color: var(--principal);
  color: #fdfdfd;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 1.5rem;
  margin-top: 1rem;
}

.text-trailer {
  background-color: #e0f7ff;
  color: #333;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 1.5rem;
  margin-top: 1rem;
  text-align: center;
}






.trailer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 500px; /* Ajusta el tamaño que necesites */
  margin: auto;
  
}

#video {
  margin-top: 2rem;
  width: 100%;
  height: auto;
  max-width: 100%; /* Asegura que el video no supere el ancho del contenedor */
  border: 1px white solid;
}



.trailer-item p {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    margin: auto;
}

@media (max-width: 840px) {
  .trailer {
    flex-direction: column !important;
    align-items: center;
    
  }
  .trailer-item {
    width: auto !important;
  }
}
@media (max-width: 720px) {
  .tittle-trailer {
    padding: 0 2rem 0.5rem 2rem !important;

  }
}
@media (max-width: 600px) {
  .trailer-item {
    margin: 1rem 3rem;

  }
}
@media (max-width: 480px) {
  .trailer-item {
    margin: 1rem 1.5rem;

  }
  .trailer {
    margin: 1rem 1rem;
  
  }
}

/**Section 2*/

.section-2 {
  padding: 1rem 0 4rem 0;
}

.title-main-s2 {
  text-align: center !important;
  padding: 2rem 0 1rem 0;
  color: var(--Gris);
  font-weight: 800;
  text-decoration: underline double var(--celesteLogo); 
  
}

.subtitle-main-s2 {
  text-align: center !important;
  padding: 0 13rem 0.5rem 13rem !important;
  text-wrap: balance !important;
}

.row-top-section-2 {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.icons-s2 {
  margin: 0 1rem !important;
}

/*Right S2*/
.card-right-s2 {
  display: flex !important;
  justify-content: left !important;
  margin: 1rem 0rem 1rem 0rem !important;
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.card-alone-right-s2 {
  width: 30rem;
  box-shadow: 2px 2px 4px rgba(1, 1, 1, 1);
  border: 3px outset var(--principal) !important;
  border-radius: 10px 20px 30px 40px !important;
  background-color: var(--Gris) !important;
}

/*Left S2*/
.card-left-s2 {
  display: flex !important;
  justify-content: right !important;
  margin: 1rem 0rem 1rem 0rem !important;
  padding-right: 3rem !important;
}

.card-alone-left-s2 {
  width: 30rem;
  box-shadow: 2px 2px 4px rgba(1, 1, 1, 1);
  border: 3px outset var(--principal) !important;
  border-radius: 10px 20px 30px 40px !important;
  background-color: var(--Gris) !important;
}

.title-s2 {
  color: var(--principal) !important;
  font-weight: bold;
  /*text-shadow: 0px 1px 1px var(--principal) */
}

.subtitle-s2 {
  color: white !important;
}

.text-s2 {
  color: white !important;
}

@media (max-width: 991px) {
  .subtitle-main-s2 {
    padding: 0 4rem 0.5rem 4rem !important;
  }

  .row-top-section-2,
  .row-bot-section-2 {
    flex-direction: column !important;
    display: flex;
    width: 100% !important;
  }

  .card-right-s2,
  .card-left-s2 {
    margin: 1rem 0rem 1rem 0rem !important;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
    width: 50rem !important;
  }

  .row-top-section-2 {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  }

  .card-alone-left-s2,
  .card-alone-right-s2 {
    width: 60rem;
  }
}

@media (max-width: 776px) {
  .subtitle-main-s2 {
    font-size: 1.1rem;
  }
}

@media (max-width: 576px) {
  .subtitle-main-s2 {
    padding: 0 2rem 0.5rem 2rem !important;
    font-size: 1rem;
  }

  .icons-s2 {
    margin: 0 0.4rem !important;
    width: 120px !important;
  }
}


/* Section 3 Tipos de Clientes */
.section-3 {
  background-image: url(../img/bosqueFondo.png);
  background-attachment: fixed;
  /* Fija el fondo para que se desplace con la página */
  background-position: center;
  /* Centra el fondo */
  overflow-y: auto;
  padding-bottom: 12rem;
  /*filter: blur(2px);*/

}

.title-s3 {
  color: var(--principal);
  text-align: center;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.section-container-s3 {
  display: flex;
  justify-content: center;
  /* Centrar horizontalmente */
  align-items: center;
  /* Centrar verticalmente */
}

.two-images-s3 {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.images-text-s3 {
  flex-direction: column;
  text-align: center;
  margin: 0 6rem;
}

.images-s3 {
  background-color: var(--Amarillo);
  border-radius: 50%;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  transition: filter 0.5s ease-in-out; /* Transición suave */
}
.images-s3:hover {
  filter: brightness(115%); /* Ajusta el brillo al 150% */
}
  

.text-s3 {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.3rem;
}

@media (max-width: 1100px) {
  .two-images-s3 {
    display: block;
  }
}

@media (max-width: 770px) {
  .title-s3 {
    margin: 1.5rem 0;
  }




}

/* section 4 caracteristicas */

.section-4 {
  background-color: var(--Gris);
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 2.5rem 0;
}

.subtitle-main-s4 {
  text-align: center;
  padding: 2rem 0 0 0;
  color: var(--principal);
  font-weight: bold;
}

.title-main-s4 {
  text-align: center;
  padding: 0 0 1.7rem 0;
  color: white;
  font-weight: 800;
  text-decoration: underline double var(--celesteLogo);
}

.container-columns-s4 {
  display: flex;
  align-items: center;
  justify-content: center;

}

.item-characteristics-s4 {
  display: flex;
  flex-direction: row;
}

.img-s4 {
  border-radius: 10%;
}

.texts-left-s4 {
  display: flex;
  flex-direction: column;
  text-align: right;
  margin-right: 1rem;
  margin-bottom: 2.5rem;
}

.texts-right-s4 {
  text-align:start !important;
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-left: 1rem;
  margin-bottom: 2.5rem;
}

.tiny-title-s4 {
  color: var(--principal);
  font-size: 20px;
  font-weight: bold;
  
}

.text-s4 {
  color: white;
  font-size: 16px;
}

.icon-s4 {
  width: 50px;
  height: 50px;
  margin-top: 10px;
}


@media (max-width: 991px) {
  .container-columns-s4 {
    display: flex;
    flex-direction: column;
  }

  .item-characteristics-s4 {
    width: 350px !important;
  }

  .texts-left-s4,
  .texts-right-s4 {
    text-align: center !important;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .ic-mq-left-s4 {
    flex-direction: row-reverse !important;
  }

  .column-mq-lr-s4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .img-s4{
    margin-bottom: 3.5rem !important;
  }
  .col-mq-img-s4{
    width: 45% !important;
  }
  

}

@media (max-width: 600px) {
  .col-mq-img-s4{
    width: 70% !important;
  }
  .section-4 {
    padding: 1.5rem 0 1.5rem 0;
  }
}

/*Section 5 */
.section-5 {
  background-image: url(../img/playafondo.png);
  background-attachment: fixed;
  width: 100%;
  background-repeat: no-repeat;
  /* Fija el fondo para que se desplace con la página */
  background-position: center;
  /* Centra el fondo */
  overflow-y: auto;
  padding-bottom: 12rem;
  /*filter: blur(2px);*/

}

/*Section 6*/
.section-6{
  padding-top: 3rem;
  text-align: center;
}

.subtitle-main-s6{
  font-weight: bold;
}

.title-main-s6{
  color: var(--Gris);
  font-weight: 800;
  text-decoration: underline double var(--celesteLogo);
}

.cards-s6{
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 3rem 0;
  gap: 2rem;
}

.card-1-s6, .card-2-s6, .card-3-s6{
  color: white;
  /*box-shadow: 2px 2px 4px rgba(1, 1, 1, 1);*/
  border: 3px outset var(--principal) !important;
  background-color: var(--Gris) !important;
  width: 400px;
  padding: 2rem 0;
  border-radius: 15px;
 
}

.a-card-1,.a-card-2,.a-card-3{
  text-decoration: none;
    color: inherit; /* Hereda el color del texto del elemento padre */
    cursor: pointer; /* Cambia el cursor para indicar que es interactivo */
    transition: 0.5s ease-in-out; /* Transición suave */
}


.card-1-s6:hover, .card-2-s6:hover, .card-3-s6:hover { 
  box-shadow: 0 0 20px var(--principal);
  transition: 0.4s ease-in-out;   
}

.card-1-s6:hover .link-whatsapp-s6, .card-2-s6:hover .link-whatsapp-s6, .card-3-s6:hover .link-whatsapp-s6{
  background-image: linear-gradient(to right, var(--celesteLogo) 0%, var(--Gris) 100%) !important;
    background-repeat: no-repeat !important;
    
    background-size: 100% 100% !important;
}


.title-card-s6{
  padding: 2.5rem 0;
  font-size: 26px;
  margin: 0 !important;
  color: rgb(207, 207, 207);
}
.type-card-s6{
  
  font-weight: 900;
  text-shadow: 5px 5px 7px rgba(0, 0, 0, 0.918);
  color: white !important;

  
}
.subtitle-card-s6{
  padding: 0rem 0;
  margin: 1.1rem 0 !important;
  font-size: 26px;
  color: white;
  background-color: rgb(99, 99, 99);

}
.subtitle2-card-s6{
  padding: 0rem 0;
  margin: 1.1rem 0 !important;
  font-size: 24px;
  color: white;
  background-color: rgb(99, 99, 99);

}
.text-card-s6{
  margin: 0.5rem 0 !important;
  padding-left: 3rem;
  text-align: left;

}
.circulo-check-s6{
  border: 2px solid var(--principal);
  border-radius: 50%;
  padding: 0.2rem 0.4rem;
}
.link-whatsapp-s6{
  text-decoration: none;
  padding: 0.8rem 3rem;
  border: 3px outset var(--principal) !important;
  border-radius: 10px;
  cursor: pointer;
  color: white;
  font-weight: bold;

  
    
    background-size: 0px 100%  !important;
    /* Grosor del subrayado */
    background-position: 0 100% !important;
    /* Inicio del gradiente desde la parte inferior */
    transition: background-size 0.5s ease !important;
    /* Transición de la animación */
  
}


.link-card-s6{
  margin: 2rem 0;
}
.text-price-s6{
  font-size: 1rem !important;
}
@media (max-width: 1350px){
  .section-6{
    padding: 3rem 2rem 0 2rem;
  }
}

@media (max-width: 991px){
  .cards-s6{
    display:flex;
    flex-direction: column;
  }
}
@media (max-width: 490px){
  .card-1-s6, .card-2-s6, .card-3-s6{
    width: 340px;

  }
  .text-card-s6{
    font-size: 0.9rem;
    padding-left: 2rem;
    text-align: left;
  }
}

/* section 7 - preguntas frecuentes */

.section-7{
  padding: 2.5rem 5rem !important;
  background-color: var(--Gris);
}

.subtitle-main-s7{
  text-align: center;
  color: white;
  font-weight: bold;
}

.title-main-s7{
  text-align: center;
  padding: 0 0 1.7rem 0;
  color: white;
  font-weight: 800;
  text-decoration: underline double var(--celesteLogo);
}

.question-s7{
background-color: var(--grisClaroCastillo) !important;
box-shadow: none !important;
font-weight: bold !important;
}

.question-s7::target{
  background-color: var(--principal) !important;
  
}


.img-and-question{
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.questions-s7{
  width: 500px;
}
.img-s7{
  border-radius: 20px;
  box-shadow: -10px 10px 20px 0 black, /* shadow izquierdo */
              0 10px 20px 0 black;    /* shadow inferior */
}

.info-s7{
  font-size: 1.3rem; 
  margin-left: 1rem;
  padding-top: 0.2rem;
  padding-left: 0.7rem;
  text-decoration: none;
  color: white;
  
  

}
.info-s7-bis{
  font-size: 1.3rem; 
  margin-left: 1rem;
  padding-top: 0.2rem;
  padding-left: 0.7rem;
  text-decoration: none;
  color: white;
}

@media (max-width: 1150px){
  .img-and-question{
    flex-direction: column;
  }
  .subtitle-main-s7{
    font-size:2rem;
  }
  .title-main-s7{
    font-size: 2.2rem;
  }
}

@media (max-width: 600px){

  .subtitle-main-s7{
    font-size:1.6rem;
  }
  .title-main-s7{
    font-size: 1.8rem;
  }
  
}

@media (max-width: 580px){

  .questions-s7{
    width: 400px;
  }
  .img-s7{
    width: 500px !important;
  }
  .info-s7-bis{
    font-size: 1rem; 
  }
}
@media (max-width: 480px){
  .questions-s7{
    width: 350px ;
  }
  .img-s7{
    width: 370px !important;
  }
  .section-7{
    padding: 1.5rem 2rem !important;
  }
}
@media (max-width: 385px){
  .questions-s7{
    width: 320px;
  }
  .img-s7{
    width: 350px !important;
  }
}

/*Section 8 */
.section-8{
  padding-top: 2.5rem;
  text-align: center;
}

.subtitle-main-s8{
  font-weight: bold;
}

.title-main-s8{
  color: white;
  font-weight: 800;
  text-decoration: underline double var(--celesteLogo);
  text-align: left;
}

.content-s8{
  display: flex;
  justify-content: center;
  padding: 3rem 0 3rem 0;
  gap: 3rem;
}

.form-s8{
  display: block;
  margin-bottom: 1rem;
  height: 3rem;
  width: 30rem;
  border: 2px dotted var(--principal); /* Grosor del borde y color */
  padding: 15px; /* Espacio interior para evitar que los puntos toquen el contenido */
}

.form-textarea-s8{
  display: block;
  margin-bottom: 1rem;
  height: 9rem;
  width: 30rem;
  border: 2px dotted var(--principal); /* Grosor del borde y color */
  padding: 15px; /* Espacio interior para evitar que los puntos toquen el contenido */
}

.button-form-s8{
  
  color: white;
  display: block;
  margin-bottom: 1rem;
  height: 3rem;
  width: 30rem;
  background-color: var(--Gris);
  border: none;
  font-weight: bold;
}
.button-form-s8:hover{
  background-color: var(--celesteLogo);
  color: var(--Gris);
  transition: 1s;
}

.texts-s8{
  width: 30rem;
  text-align: left;
}
.text-s8{
  margin-bottom: 2rem;
  color: #f9f9f9;
}

.icon-and-text{
  margin-bottom: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}



.icons-s8{
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin-top: 2rem;
}

.icon-contact-s8{
  width: 70px; /* Ajusta el tamaño del círculo según tus necesidades */
  height: 70px;
  border-radius: 50%; /* Hace que el borde sea redondo */
  border: 3px dashed var(--principal); /* Define el borde punteado */
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-contact-s8:hover {
  border: 7px outset var(--principal) !important;
  cursor: pointer;
  background-size: 0px 100%  !important;
  /* Transición de la animación */
  background-size: 100% 100% !important; /*Si lo sacas queda solo el border*/
}

@media (max-width: 1150px){
  .content-s8{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
}
@media (max-width: 640px){
  .form-s8,.form-textarea-s8,.button-form-s8,.texts-s8{
    width: 25rem;
  }
}

@media (max-width: 540px){
  .form-s8,.form-textarea-s8,.button-form-s8,.texts-s8{
    width: 20rem;
  }
}

/*Whatsapp*/
.container-whatsapp-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  transition: transform 0.3s ease-in-out;
}

.whatsapp-icon {
  cursor: pointer;
}

.whatsapp-icon:hover {
  transform: scale(1.1);
}
@media (max-width: 991px){
  .whatsapp-icon {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 550px){
  .whatsapp-icon {
    width: 45px;
    height: 45px;
  }

}

.footer{
  background-color: whitesmoke;
  color: var(--Gris);
  margin-bottom: 0;
  text-align: center;
  padding: 0.9rem 0;
  font-weight: bold;
}