/* -----------------------
Contacto
----------------------- */

.contact_background {
  background-color: #151515;
  margin: 0;
  padding: 0 0 10% 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  z-index: 0;
}

.section_contact_newmagg {
  background-color: #151515;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 4%;
  /* pointer-events: none; */
}

.box_contact_newmagg {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  margin-top: 10%;
}

.inner_content {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact_title {
  font-size: 150px;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  color: #999;
  line-height: 1;
  text-align: center;
}

.contact_title span {
  display: block;
}

.contact_title em {
  font-style: normal;
}

.wrap_text_reveal1 {
  overflow: hidden;
  line-height: 220px;
}

.wrap_text_reveal2 {
  overflow: hidden;
  line-height: 220px;
}

.left_aligned {
  text-align: left;
  text-transform: uppercase;
}

.center_line {
  text-align: left;
  text-transform: uppercase;
}

/* Enlaces */
.slider_email {
  color: transparent;
  -webkit-text-stroke: 1px #bebebe;
  /* overflow: hidden; */
  display: inline-block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-decoration: none;
  font-size: 150px;
  line-height: 220px;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  vertical-align: top;
  transition: 1s ease;
}

.slider_email:hover {
  color: #ffffff;
  transition: 1s ease;
}

/* --- */

.hover_underline_ani {
  display: inline-block;
  position: relative;
}

.hover_underline_ani::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 20px;
  bottom: -20px;
  left: 0;
  background-color: #fff;
  /* mix-blend-mode: difference; */
  transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1);
}

.hover_underline_ani:hover::after {
  transform: scaleX(1);
}

.hover_underline_ani.left_email::after {
  transform-origin: bottom right;
}

.hover_underline_ani.left_email:hover::after {
  transform-origin: bottom left;
}

/* --- */

/* Círculo de contacto */
.wrap_circle_contact {
  background-color: #ffcb62;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 25vh;
  right: 10%;
  margin: 20px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
}

.circle_contact {
  position: relative;
  width: 250px;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.circle_contact img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease, filter 0.3s ease;
}

/* Estilo del texto dentro del círculo */
.circle_text {
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  color: white;
  text-align: center;
  pointer-events: none;
  /* Evita que el texto interfiera con el hover */
}

.circle_contact:hover {
  transform: scale(1.1);
}

.circle_contact:hover img {
  filter: invert(41%) sepia(33%) saturate(217%) hue-rotate(3deg);
}

/* Socials */
.socials_wrap {
  background-color: #151515;
  position: relative;
  width: 57%;
  margin-top: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: auto;
}

.wrap_socials_title {
  width: 100%;
  /* margin-left: 39%; */
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.socials_title {
  position: relative;
  font-size: 30px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-align: left;
  margin-bottom: 25px;
  margin-left: 44%;
  width: auto;
}

.wrap_socials_items {
  position: relative;
  width: auto;
  height: 160px;
  display: flex;
  flex-direction: column;
}

.container {
  width: 100%;
  font-family: sans-serif;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.button {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  left: 0;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  color: white;
  transition: 0.3s;
}

/* BUTTON UP */
.label-up {
  font-size: 24px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  display: block;
  margin: 0px 30px;
  height: 100%;
  position: relative;
  top: 0%;
  transition: 0.3s;
}

.button:hover .label-up {
  top: -100%;
}

.up_second {
  color: #f3bc44;
}

/* Dirección */
/* Contenedor principal */
.address_wrap {
  background-color: #151515;
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 12%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: auto;
}

/* Título */
.wrap_address_title {
  background-color: #151515;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: left;
}

.address_title {
  position: relative;
  font-size: 30px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-align: left;
  margin-bottom: 25px;
  margin-left: 25%;
  width: auto;
}

/* Lista de elementos */
.wrap_address_items {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: left;
}

/* Elementos individuales */
.address_items {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
  text-align: left;
  margin-left: 25%;
  width: auto;
}

.address {
  color: #fff;
  overflow: hidden;
  display: inline-block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  text-decoration: none;
  font-size: 24px;
  line-height: 32px;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  vertical-align: top;
}

/* //Dirección */

/* Email 2 */
/* Título */
.wrap_email_title {
  background-color: #151515;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: left;
}

.email_title {
  position: relative;
  font-size: 18px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-align: left;
  margin-bottom: 25px;
  width: auto;
}

.email_address {
  margin-top: 40px;
}

.container_email {
  width: 100%;
  text-align: center;
  margin: 0 0;
  font-family: sans-serif;
}

.button_email {
  display: inline-block;
  height: 60px;
  right: 10%;
  line-height: 60px;
  overflow: hidden;
  position: relative;
  text-align: center;
  color: white;
  border-radius: 2px;
  transition: 0.3s;
  text-decoration: none;
}

/* BUTTON UP */
.label_up_email {
  font-size: 32px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  display: block;
  margin: 0px 30px;
  height: 100%;
  position: relative;
  top: 0%;
  transition: 0.3s;
}

.button_email:hover .label_up_email {
  top: -100%;
}

.label_up_email2 {
  color: #f3bc44;
}

/* //Email 2 */

/* Ajustes para pantallas pequeñas */
@media (max-width: 1600px) {
  .contact_title {
    font-size: 90px;
  }

  .slider_email {
    font-size: 90px;
  }

  .hover_underline_ani::after {
    height: 3px;
  }

  .circle_contact {
    width: 180px;
    height: 180px;
    font-size: 16px;
    left: 10%;
  }
}

@media (max-width: 420px) {
  .address_wrap {
    padding-top: 60px;
    padding-bottom: 30%;
  }

  .contact_title {
    font-size: 40px;
    line-height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .wrap_text_reveal1 {
    line-height: 50px;
  }

  .wrap_text_reveal2 {
    line-height: 50px;
    margin-top: 0;
  }

  .slider_email {
    font-size: 35px;
    line-height: 45px;
  }

  .hover_underline_ani::after {
    height: 1px;
  }

  .wrap_circle_contact {
    top: 60vh;
    right: 20%;
    margin: 20px;
    width: 150px;
    height: 150px;
  }

  .circle_contact {
    width: 150px;
    height: 150px;
    margin: -60px;
    font-size: 14px;
  }

  .address_items {
    margin-left: 7%;
  }

  .address_title {
    margin-bottom: 25px;
    margin-left: 7%;
  }
}

/* -------------------------- */

.section_big_small {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  padding-left: 20%;
}

.wrap_small_title {
  margin-bottom: 40px;
  /* Espaciado entre los títulos */
}

.separator {
  background-color: #ccc;
  width: 70vw;
  height: 1px;
}

.small_title {
  font-size: 18px;
  line-height: 1.4;
  /* Altura de línea ajustada */
  color: #ccc;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.wrap_big_title {
  margin-top: 10px;
  /* Opcional: si necesitas más espacio */
}

.big_title {
  font-size: 140px;
  line-height: 145px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

/*--------------------------------------------------
	Contact Formular
---------------------------------------------------*/

.text-align-center #contact-formular {
  margin: 0 auto;
  max-width: 800px;
}

#contact-formular::after {
  clear: both;
  content: " ";
  display: table;
}

#contactform {
  position: relative;
}

.name-box,
.email-box,
.message-box {
  position: relative;
  display: block;
  color: #000;
}

.light-content .name-box,
.dark-section .name-box,
.light-content .email-box,
.dark-section .email-box,
.light-content .message-box,
.dark-section .message-box {
  color: #fff;
}

.light-content .light-section .name-box,
.light-content .light-section .email-box,
.light-content .light-section .message-box {
  color: #000;
}

.name-box,
.email-box {
  width: 47%;
  float: left;
  margin-bottom: 20px;
  margin-right: 6%;
  position: relative;
}

.name-box::after,
.email-box::after {
  clear: both;
  content: " ";
  display: table;
}

.email-box {
  margin-right: 0px;
}

.message-box {
  float: left;
  width: 100%;
  margin-top: 60px;
}

.verify-box {
  float: left;
  width: 100%;
  margin-bottom: 60px;
}

.text-align-center .verify-box {
  float: none;
  width: auto;
  text-align: center;
  display: table;
  margin: 0 auto;
  margin-bottom: 60px;
}

.verify-sum {
  margin: 0;
  padding: 0;
  float: left;
}

.verify-sum li {
  list-style: none;
  display: block;
  float: left;
  color: #fff;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 3px;
  background-color: #000;
  margin-bottom: 0;
}

.light-content .verify-sum li,
.dark-section .verify-sum li {
  color: #000;
  background-color: #fff;
}

.light-content .light-section .verify-sum li {
  color: #fff;
  background-color: #000;
}

.verify-sum li:nth-child(2),
.verify-sum li:nth-child(4) {
  width: 30px;
  color: #444;
  background-color: transparent !important;
}

.light-content .verify-sum li:nth-child(2),
.light-content .verify-sum li:nth-child(4),
.dark-section .verify-sum li:nth-child(2),
.dark-section .verify-sum li:nth-child(4) {
  color: #fff;
  background-color: transparent !important;
}

.light-content .light-section .verify-sum li:nth-child(2),
.light-content .light-section .verify-sum li:nth-child(4) {
  color: #444;
  background-color: transparent !important;
}

input#verify {
  float: left;
  width: 34px;
  padding: 0;
  height: 34px;
  text-align: center;
  line-height: 34px;
  border: none;
  border-radius: 3px;
  background-color: #000;
  color: #fff;
}

.light-content input#verify,
.dark-section input#verify {
  background-color: #fff;
  color: #000;
}

.light-content .light-section input#verify {
  background-color: #000;
  color: #fff;
}

#contact-formular .required {
  float: left;
  width: auto;
  font-size: 14px;
  line-height: 34px;
  margin-left: 20px;
  margin-bottom: 0;
}

#contact-formular .text-align-center .required {
  float: left;
  margin-left: 0;
  display: block;
  clear: both;
  text-align: center;
  width: 100%;
  padding-top: 10px;
}

input,
textarea {
  color: rgba(0, 0, 0, 1);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  padding: 12px 20px 12px 20px;
  padding-left: 0;
  width: 100%;
  border-radius: 0px;
  margin-bottom: 0px;
  border: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  box-sizing: border-box;
  background-color: transparent;
  outline: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.bigger-form input,
.bigger-form textarea {
  font-size: 48px;
  font-weight: 500;
  height: 100px;
  padding: 0;
}

input[type="search"] {
  padding-left: 0px;
}

.light-content input,
.light-content textarea,
.dark-section input,
.dark-section textarea {
  color: rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.light-content .light-section input,
.light-content .light-section textarea {
  color: rgba(0, 0, 0, 1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

::placeholder,
.light-content .light-section ::placeholder {
  color: currentColor;
  opacity: 1;
}

.light-content ::placeholder,
.dark-section ::placeholder {
  color: currentColor;
  opacity: 1;
}

.light-content :-ms-input-placeholder,
.dark-section :-ms-input-placeholder {
  color: currentColor;
}

.light-content .light-section :-ms-input-placeholder {
  color: currentColor;
  opacity: 1;
}

.light-content ::-ms-input-placeholder {
  color: currentColor;
}

:-ms-input-placeholder {
  color: currentColor;
}

.input_label {
  background-color: currentColor;
  height: 2px;
  left: 0;
  position: absolute;
  top: 49px;
  width: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.bigger-form .input_label {
  top: 99px;
}

.light-content .input_label,
.dark-section .input_label {
  background-color: currentColor;
}

.light-content .light-section .input_label {
  background-color: currentColor;
}

.input_label.slow {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

input:focus+.input_label,
textarea:focus+.input_label {
  width: 100%;
}

input:focus,
textarea:focus {
  color: #000;
}

.light-content input:focus,
.light-content textarea:focus,
.dark-section input:focus,
.dark-section textarea:focus {
  color: #fff;
}

.light-content .light-section input:focus,
.light-content .light-section textarea:focus {
  color: #000;
}

textarea {
  resize: none;
  margin-bottom: 0;
  height: 50px;
  box-sizing: border-box;
  padding: 14px 20px 6px 20px;
  padding-left: 0;
  margin-bottom: 40px;
}

textarea:after {
  background-color: #000;
  content: "";
  height: 2px;
  left: 0px;
  position: absolute;
  top: 20px;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input[type="submit"] {
  margin: 0;
  background: transparent;
  border: none;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  height: 100%;
}

.error_message {
  margin-bottom: 30px;
  font-size: 16px;
  color: #e93735;
}

#success_page p,
#success_page p strong {
  color: #fff;
  margin-top: 20px;
}

#message fieldset {
  border: none;
}

/* ---------------------------------
Animacion de la linea de los imputs
----------------------------------*/
/* Contenedor de los inputs */
.name-box,
.email-box,
.message-box {
  position: relative;
}

/* Línea animada debajo del input */
.input_label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #f3bc44;
  transition: width 0.4s ease-out;
}

.required_color {
  color: #fff;
}

.clapat-button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.button-border {
  background-color: #f3bc44;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.4s ease;
}

.button-border:hover {
  background-color: #6d541f;
  transition: background-color 0.4s ease;
}

.send_message {
  cursor: pointer;
}

.item_title_formu {
  margin: 0 auto;
  position: relative;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 10vh;
}

.data_scroll1 {
  position: relative;
  font-size: 80px;
  color: #686868;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.data_scroll2 {
  font-size: 80px;
  color: #fff;
  font-family: "PPEditorial_New", sans-serif !important;
  font-weight: 200;
  font-style: italic;
}

.input_name,
.input_email,
.input_comments {
  font-size: 40px;
  line-height: 60px;
  color: #222;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.box_input_name,
.box_input_email {
  overflow: hidden;
}

.box_input_comments {
  margin-bottom: 10%;
  margin-top: -5%;
  width: auto;
  height: auto;
  overflow: hidden;
}

/* Media query */
@media (max-width: 1600px) {
  .data_scroll1 {
    font-size: 54px;
  }

  .data_scroll2 {
    font-size: 54px;
    font-family: "PPEditorial_New", sans-serif;
    font-weight: 200;
    font-style: italic;
  }
}

@media (max-width: 420px) {
  .data_scroll1 {
    font-size: 22px;
  }

  .data_scroll2 {
    font-size: 22px;
  }
}

/* ----------------------------
Footer 
------------------------------*/

/* Copiar E-mail */
.container_mail {
  background-color: #151515;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 7%;
  display: flex;
  text-align: center;
  justify-content: center;
}

/* Estilos para el div interno */
.internal_mail {
  width: auto;
  height: 150px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.rolling_text {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  line-height: 80px;
  font-weight: 500;
  font-style: italic;
  color: #ebebeb;
}

/* Estilos para el correo */
.copy_email {
  font-family: "Poppins", sans-serif;
  font-size: 120px;
  line-height: 130px;
  font-weight: 700;
  color: #666;
  cursor: pointer;
  transition: color 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.copy_email:hover {
  color: #fff;
  opacity: 0.7;
  transform: scale(1.05);
  transition: color 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

#copyText {
  transition: opacity 4s ease;
}

/* --- */

/* Icono en el puntero del mouse */
.text_floating_mail {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  position: absolute;
  color: #000;
  font-size: 14px;
  letter-spacing: 1px;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  opacity: 0;
  /* text-transform: uppercase; */
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 333333;
  top: 0;
  left: 0;
  background-size: cover;
  opacity: 0.1;
  backdrop-filter: blur(3px);
  background-color: rgba(255, 165, 0, 0.5);
  border-radius: 50%;
}

.text_floating_mail img {
  width: 40px;
  height: 40px;
}

/* --- */