html,
body {
  margin: 0;
  height: 100%;
  background-color: #000;
}

body {
  overflow-x: hidden;
}

h1,
h2 {
  text-align: center;
}

.font-shoulders {
  font-family: "Big Shoulders Display", sans-serif;
}

.full-screen {
  display: block;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.main-margin {
  margin: 0px 0px 0px 50px;
}

.margin-left-minus {
  margin-left: -50px;
}

.margin-left-positive {
  margin-left: 150px;
}

.margin-top {
  margin-top: 25px;
}

#intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--color-just-black);
}

#masthead {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  z-index: 9999;
}
#masthead a {
  padding: 1rem 2rem;
}

#panels #panels-container {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  overflow: hidden;
}

.container {
  width: 100%;
  margin-left: 50px;
}

#panels #panels-container .panel {
  color: var(--color-just-black);
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  text-align: left;
  align-items: center;
  justify-content: center;
}

#panels #panels-container .panel .panels-navigation {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#panels #panels-container .panel .anchor-panel,
#panels #panels-container .panel .nav-panel {
  text-transform: uppercase;
  margin-right: 2rem;
}
#panels #panels-container .panels-navigation {
  position: absolute;
  width: 100%;
  bottom: 2rem;
  right: 2rem;
}

a {
  color: var(--color-just-black);
}

.bg-black {
  background-color: #000;
}

.bg-gray {
  background-color: #f1f1f1;
}

.bg-footer {
  background-image: url(../img/bg-footer.png);
  background-size: cover; /* Hace que el fondo cubra toda la div */
  background-repeat: no-repeat; /* Evita que el fondo se repita */
  background-position: center; /* Centra el fondo */
  padding: 150px;
}

/* seccion main */
.puzzle-icon {
  height: 15px;
}

.coin_container {
  height: 50px;
  margin-top: -50px;
  position: relative;
  margin-left: 850px;
}

.coin_container img {
  transition: transform 0.3s ease;
  cursor: pointer;
  height: 50px;
}

.title-main {
  font-size: 72px;
  color: #fff;
  display: block;
  margin-block-start: 30px;
  margin-block-end: 2px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}

.bg-main {
  background-image: url("../img/rectangle-main.png");
  background-position: 250px center;
  background-repeat: no-repeat;
  min-width: 800px;
}

.btn-secc1 {
  min-width: 155px;
  min-height: 50px;
  color: #ffffff;
  background-color: transparent; /* Fondo transparente */
  background-image: url("../img/btn-bg.png");
  background-repeat: no-repeat; /* No se repite la imagen */
  background-position: center; /* Centra la imagen dentro del botón */
  background-size: contain; /* Ajusta la imagen al tamaño del botón */
  border: none; /* Elimina el borde predeterminado del botón */
  cursor: pointer; /* Cambia el cursor al pasar sobre el botón */
  text-transform: uppercase;
  text-align: center; /* Centra el texto dentro del botón */
  font-family: "Bitter", serif;
  font-size: 16px;
}

.btn-secc1:hover {
  background-image: url("../img/btn-bg-hover.png"); /* Nueva imagen al hacer hover */
  background-size: contain; /* Mantiene el ajuste de la imagen */
}

.pocker-chip-container {
  height: 50px;
  margin: -100px 0px 87px 485px;
  position: relative;
}

.pocker-chip-container img {
  transition: transform 0.3s ease;
  cursor: pointer;
  height: 50px;
}

.hat-main {
  position: absolute;
  opacity: 1;
  height: 150px;
  margin: -100px 0px 0px 785px;
  z-index: 0;
  transition: opacity 0.3s ease, transform 0.5s ease;
}

.hand-speaker {
  position: absolute;
  opacity: 1;
  height: 200px;
  margin: -63px 0px 0px 870px;
  z-index: 1;
  transition: opacity 0.3s ease, transform 0.5s ease;
}

/*  Seccion 1 */
.puzzle-seccion1 {
  height: 250px;
  position: relative;
}

.title-seccion1 {
  font-size: 40px;
  color: #fff;
  margin: -180px 0px 0px 245px;
}
.bg-seccion1 {
  background-image: url("../img/bg-line-seccion1.png");
  background-position: left;
  background-repeat: repeat-x;
  min-width: 980px;
  height: 450px;
}
.rectangle-secc1 {
  margin: -80px 0px 0px 560px;
  position: absolute;
  z-index: -1;
  width: 420px;
}

.title2-seccion1 {
  font-size: 35px;
  color: #fff;
  margin: -225px 0px 0px 1000px;
}

/* Seccion 2 */
.puzzle-seccion2 {
  position: relative;
  margin-top: -150px;
  height: 270px;
}

.title-seccion2 {
  font-size: 120px;
  font-weight: bold;
  color: #fff;
  margin: -170px 0px 0px 450px;
}

/* Seccion 3 */
.rectangle-secc3 {
  margin: -290px 0px 246px 410px;
  width: 750px;
  z-index: -1;
  position: absolute;
}

.main-coin1-secc3 {
  margin: -313px 0px 0px 1050px;
  height: 50px;
  position: absolute;
}

.dices {
  margin: -310px 0px 0px 1100px;
  position: absolute;
}

.pocker-chip-secc3 {
  margin: -180px 0px 0px 1000px;
  position: absolute;
}

/* Seccion 4 */
.title-seccion4 {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  margin: 50px 0px 0px 20px;
}

.puzzle-icon-secc4 {
  margin: -200px 0px 0px 900px;
  position: absolute;
}

/* Seccion 5 */

.title-branding-image {
  position: absolute;
  font-size: 35px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  z-index: 1;
  margin: 15% 0px 0px 35%;
}

/* image increase */

.comparisonSection {
  position: relative;
  padding-bottom: 56.25%; /* to maintain aspect ratio (responsive!) */
}

.comparisonImage {
  width: 100%;
  height: 100%;
}

.afterImage {
  position: absolute;
  overflow: hidden;
  top: 0;
  transform: translate(100%, 0px);
}

.branding-image {
  width: 100%;
}

.image-branding-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  text-align: center;
  width: 1100px;
}

.image-branding {
  background-image: url(../img/branding-parts.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 350px;
  width: 550px;
  padding-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.title-branding-image {
  font-size: 35px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

/* Services List */

.service-title {
  font-size: 70px;
  font-weight: bold;
  color: #409ffe;
  margin-top: -120px;
}

.scroller {
  height: 100vh;
}

.orange {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text {
  color: #fff;
}

.services-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-wrap {
  position: relative;
  overflow: hidden;
  width: 600px;
  height: 80vh;
  margin-left: 150px;
}

.panel-text {
  position: absolute;
  left: 3%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  font-size: 45px;
  font-weight: bold;
  text-transform: uppercase;
  font-weight: 900;
  text-align: left;
  color: #fff;
  transform: translateY(100%);
  opacity: 0;
}

.panel-text ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.panel-text ul li {
  font-size: 25px;
  color: #fff;
  font-family: "Bitter", serif;
}

.p-wrap {
  position: relative;
  overflow: hidden;
  width: 450px;
  height: 80vh;
  margin-right: 150px;
}

.panel-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.panel-image.blue {
  z-index: auto;
  background-image: url(../img/service1.png);
  background-position: center;
  background-repeat: no-repeat;
}

.panel-image.red {
  z-index: auto;
  background-image: url(../img/service2.png);
  background-position: center;
  background-repeat: no-repeat;
}

.panel-image.orange {
  z-index: auto;
  background-image: url(../img/service3.png);
  background-position: center;
  background-repeat: no-repeat;
}

.panel-image.purple {
  z-index: auto;
  background-image: url(../img/service4.png);
  background-position: center;
  background-repeat: no-repeat;
}

/* Servicios sections */

.btn-services-secc {
  min-width: 155px;
  min-height: 50px;
  color: #ffffff;
  background-color: #000;
  background-image: url("../img/rectangle-btn-sections.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  font-family: "Bitter", serif;
  font-size: 16px;
  margin: 10px 0;
  z-index: 10;
  border-radius: 50px;
}

/* Estilo para la sección web-top */
.margin-15 {
  margin: 15px;
}

.sections {
  padding: 0px 150px 100px 150px;
}

.service-section {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  height: 100vh; /* Asegura que cada sección ocupe toda la altura de la ventana */
  position: relative;
}

.service-section.firts {
  z-index: auto;
  background-image: url(../img/bg-service-block.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-section.second {
  z-index: auto;
  background-image: url(../img/bg-service-block.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -20px;
}

.service-section.thirdth {
  z-index: auto;
  background-image: url(../img/bg-service-block.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -20px;
}

.service-section.fourth {
  z-index: auto;
  background-image: url(../img/bg-service-block.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -20px;
}

.service-section.fiveth {
  z-index: auto;
  background-image: url(../img/bg-service-block.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -20px;
}

.service-section.last {
  z-index: auto;
  background-image: url(../img/bg-service-block.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -20px;
}

.service-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 300px; /* Ajusta esta altura según el tamaño de tus imágenes */
}

.service-img-01 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.service-title-image {
  margin: 10px 0;
  z-index: 10;
}

.service-img-02 {
  position: absolute;
  right: 0;
  top: 0;
}

.service-img-03{
  width: 450px;
  height: 300px;
}
.service-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-bottom img {
  margin: 0 50px; /* 250px de espacio total, 125px de margen a cada lado */
}

.aling-center {
  text-align: center;
}

/* Partners slider */

.partners-container {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partners-container-two {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partners {
  height: 100%;
  width: 100%;
  background: #f1f1f1;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.partners-two {
  height: 100%;
  width: 100%;
  background: #f1f1f1;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.partner-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: green;
  height: 80%;
  width: 20%;
  position: relative;
  flex-shrink: 0;
  color: black;
  font-size: 21px;
  cursor: pointer;
  margin: 15px;
}

.partner-box-two {
  display: flex;
  align-items: center;
  justify-content: center;
  background: F1F1F1;
  height: 80%;
  width: 20%;
  position: relative;
  flex-shrink: 0;
  color: black;
  font-size: 21px;
  cursor: pointer;
  margin: 15px;
}

.partner_img {
  width: 250px;
}

.partners_sliders {
  background-color: #f1f1f1;
}

.partner_slider_left,
.partner_slider_right {
  display: flex;
  overflow: hidden; /* Oculta las imágenes fuera del contenedor */
  width: 100%; /* Asegura que todo el contenedor ocupe el ancho completo */
  margin-top: 30px;
}

.partner_slider_left img,
.partner_slider_right img {
  width: 17%; /* Hace que cada imagen ocupe el 25% del ancho del slider, mostrando 4 imágenes a la vez */
  transition: transform 0.5s ease; /* Transición suave para el movimiento */
  margin-left: 30px;
  margin-right: 30px;
}

.partner_slider_left {
  flex-direction: row; /* Alineación horizontal hacia la derecha */
}

.partner_slider_right {
  flex-direction: row-reverse; /* Alineación horizontal hacia la izquierda */
}

.partner_slider_left img,
.partner_slider_right img {
  flex: 0 0 auto; /* Impide que las imágenes se ajusten de tamaño */
}

/* Contact */

.contact_columns {
  display: flex; /* Usamos flexbox para distribuir las columnas */
  justify-content: space-between; /* Asegura que haya espacio entre las columnas */
  width: 100%; /* Asegura que ocupe todo el ancho del contenedor */
}

.left-column,
.rigth-column {
  width: 48%; /* Ajusta el ancho de cada columna, puedes cambiarlo si necesitas más espacio */
  margin-top: 20px;
}

.left-column {
  margin-left: 120px;
}

.rigth-column {
  margin-right: 120px;
}

.contact_columns-w {
  display: flex; /* Usamos flexbox para distribuir las columnas */
  justify-content: space-between; /* Asegura que haya espacio entre las columnas */
  width: 65%; /* Asegura que ocupe todo el ancho del contenedor */
}

.left-column-w {
  width: 10%;
}

.rigth-column-w {
  width: 90%;
}

.btnContactTitle {
  min-width: 155px;
  min-height: 50px;
  color: #ffffff;
  background-color: transparent; /* Fondo transparente */
  background-image: url("../img/rectangle_contact_title.png");
  background-repeat: no-repeat; /* No se repite la imagen */
  background-position: center; /* Centra la imagen dentro del botón */
  background-size: contain; /* Ajusta la imagen al tamaño del botón */
  border: none; /* Elimina el borde predeterminado del botón */
  cursor: pointer; /* Cambia el cursor al pasar sobre el botón */
  text-transform: uppercase;
  text-align: center; /* Centra el texto dentro del botón */
  font-family: "Bitter";
  font-size: 23px;
  padding: 10px;
}

.txt_contact_title {
  font-family: "Big Shoulders Display";
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  margin-block-start: 5px;
  margin-block-end: 5px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.txt_contact_detail {
  font-family: "Big Shoulders Display";
  font-size: 25px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.txt_contact_phone {
  font-family: "Big Shoulders Display";
  font-size: 25px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
}

.megaphone {
  height: 250px;
}

.form-btn-container {
  text-align: right;
}

.btn-form {
  min-width: 155px;
  min-height: 50px;
  color: #000;
  background-color: transparent; /* Fondo transparente */
  background-image: url("../img/btn-bg-hover.png");
  background-repeat: no-repeat; /* No se repite la imagen */
  background-position: center; /* Centra la imagen dentro del botón */
  background-size: contain; /* Ajusta la imagen al tamaño del botón */
  border: none; /* Elimina el borde predeterminado del botón */
  cursor: pointer; /* Cambia el cursor al pasar sobre el botón */
  text-transform: uppercase;
  text-align: center; /* Centra el texto dentro del botón */
  font-family: "Bitter", serif;
  font-weight: bold;
  font-size: 16px;
}

.btn-sending-message {
  min-width: 155px;
  min-height: 50px;
  color: #000;
  background-color: transparent; /* Fondo transparente */
  background-image: url("../img/btn-bg-hover.png");
  background-repeat: no-repeat; /* No se repite la imagen */
  background-position: center; /* Centra la imagen dentro del botón */
  background-size: contain; /* Ajusta la imagen al tamaño del botón */
  border: none; /* Elimina el borde predeterminado del botón */
  cursor: pointer; /* Cambia el cursor al pasar sobre el botón */
  text-transform: uppercase;
  text-align: center; /* Centra el texto dentro del botón */
  font-family: "Bitter", serif;
  font-weight: bold;
  font-size: 16px;
}

.rigth-column-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.btn-form:hover {
  background-image: url("../img/btn-bg.png"); /* Nueva imagen al hacer hover */
  background-size: contain; /* Mantiene el ajuste de la imagen */
}

/* Form styles */
input[type="text"],
select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type="number"],
select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type="text"].error,
select.error {
  border-bottom: 2px solid red; /* Cambiar el borde a rojo */
}

input[type="number"].error,
select.error {
  border-bottom: 2px solid red; /* Cambiar el borde a rojo */
}

input[type="submit"] {
  width: 100%;
  background-color: #4caf50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

textarea {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  resize: none;
}

textarea.error {
  border-bottom: 2px solid red; /* Cambiar el borde a rojo */
}

label {
  font-family: "Big Shoulders Display";
  font-size: 25px;
  color: #444444;
}

input[type="submit"]:hover {
  background-color: #45a049;
}

.captcha-message {
  color: red;
  margin: 15px;
}

/* Footer */

.footer-columns {
  display: flex; /* Activa el modelo Flexbox */
  justify-content: space-between; /* Distribuye el espacio entre las columnas */
  margin: 0px 50px 50px 50px;
}

.column-left {
  width: 60%;
  padding: 0 10px;
}

.column-center {
  width: 30%;
  padding: 0 10px;
}

.column-right {
  width: 10%;
  padding: 0 10px;
}

.column-center {
  text-align: right; /* Alinea el contenido a la derecha */
}

.column-center ul {
  color: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 25px;
  column-count: 2; /* Divide las listas en dos columnas */
  column-gap: 10px; /* Espacio entre las dos columnas */
  margin-bottom: 15px;
}

.footer-bottom {
  font-family: "Bitter";
  font-size: 12px;
  color: #fff;
  border-top: 1px solid #2b64a3;
  padding: 15px;
}

.privacy-text {
  margin-left: 150px;
}

.whats-icon {
  position: fixed; /* Fija la posición de la imagen */
  right: 10px; /* Espacio desde el borde derecho de la pantalla */
  bottom: 10px; /* Espacio desde el borde inferior de la pantalla */
  z-index: 1000; /* Asegura que la imagen quede por encima de otros elementos */
  width: 50px; /* Puedes ajustar el tamaño de la imagen */
  height: auto; /* Mantiene la proporción de la imagen */
  margin: 0px 50px 50px 0px;
}

/* FULL MENU ===================*/

.full-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  z-index: 999;
}

.full-menu .wrap {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.full-menu .wrap .navegacion {
  flex-basis: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.full-menu .navegacion ul {
  list-style: none;
}

.full-menu .navegacion ul li {
  margin: 40px 0px;
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 60px;
  font-weight: bold;
}

.full-menu .navegacion ul li a {
  text-decoration: none;
  color: #fff;
}

.full-menu .navegacion .social-items a {
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  margin: 50px 20px 0px 0px;
}

.full-menu .navegacion ul li a:hover,
.full-menu .navegacion .social-items a:hover {
  color: #0092fe;
}

/* Cambiar imagen al hacer hover para cada menú */
.full-menu .navegacion ul li.menu-item-1 a:hover::before {
  background-image: url("../img/list-point.png"); /* Imagen específica para el primer elemento */
  left: -30px; /* Ajusta la posición a la izquierda */
}

.full-menu .navegacion ul li.menu-item-2 a:hover::before {
  background-image: url("../img/light-bulb.png"); /* Imagen para el segundo elemento */
  left: 200px; /* Ajusta la posición a la izquierda */
}

.full-menu .navegacion ul li.menu-item-3 a:hover::before {
  background-image: url("../img/racket.png"); /* Imagen para el tercer elemento */
  left: -30px; /* Ajusta la posición a la izquierda */
}

.full-menu .navegacion ul li.menu-item-4 a:hover::before {
  background-image: url("../img/hat-menu.png"); /* Imagen para el cuarto elemento */
  left: -10px; /* Ajusta la posición a la izquierda */
}

.full-menu .navegacion ul li.menu-item-5 a:hover::before {
  background-image: url("../img/megaphone-menu.png"); /* Imagen para el quinto elemento */
  left: 190px; /* Ajusta la posición a la izquierda */
}

/* Cambiar la posición de la imagen */
.full-menu .navegacion ul li a:hover::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
}

/* Si necesitas un espaciado adecuado entre el texto y la imagen */
.full-menu .navegacion ul li {
  margin: 40px 0px;
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 60px;
  font-weight: bold;
  position: relative;
}

.full-menu .wrap .menu-text {
  flex-basis: 0;
  flex-grow: 1;
  font-size: 15px;
  color: #9a9a9a;
  font-weight: 600;
  text-align: right;
}

.menu-icon {
  height: 50px;
  margin: 15px 15px 0px 0px;
}

/* Thankyou */
.thankyou_header {
  display: flex;
  align-items: center; /* Centra verticalmente los elementos */
  justify-content: center; /* Centra horizontalmente */
  gap: 20px; /* Espacio entre los elementos */
  text-align: center;
}

.thankyou_header img {
  max-width: 100px; /* Ajusta el tamaño según necesidad */
  height: auto;
}

.btnThankyouTitle {
  min-width: 250px;
  min-height: 50px;
  color: #fff;
  font-weight: bold;
  background-color: transparent; /* Fondo transparente */
  background-image: url("../img/rectangle_contact_title.png");
  background-repeat: no-repeat; /* No se repite la imagen */
  background-position: center; /* Centra la imagen dentro del botón */
  background-size: contain; /* Ajusta la imagen al tamaño del botón */
  border: none; /* Elimina el borde predeterminado del botón */
  cursor: pointer; /* Cambia el cursor al pasar sobre el botón */
  text-transform: uppercase;
  text-align: center; /* Centra el texto dentro del botón */
  font-family: "Bitter";
  font-size: 23px;
  padding: 15px;
}

.white {
  color: #fff;
}

.thanyou_texts {
  position: absolute;
  top: 60%; /* Ajusta según sea necesario */
  left: 60%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 10; /* Asegura que esté delante */
}

.thankyou_main {
  position: relative; /* Hace que el texto se posicione en relación con esta imagen */
  height: 350px;
  margin-top: 100px;
}

.thankyou_container {
  margin-left: 250px;
}

#intro {
  position: relative; /* Para que los elementos absolutos se posicionen dentro */
}

.thanyou_begin {
  font-size: 60px;
  color: #0092fe;
  text-transform: uppercase;
  font-weight: bold;
}

.thankyou_first_letter {
  font-family: "Bitter", serif;
  font-size: 18px;
}

.thankyou_call {
  font-family: "Bitter", serif;
  font-size: 18px;
}

.red_phone {
  width: 150px;
}

.margin-begin {
  padding: 50px;
}

/* Versión móvil */
@media (max-width: 768px) {
  .thankyou_header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    text-align: center;
    margin-top: 70px;
  }

  .thankyou_container {
    margin-left: 50px;
  }

  .btnThankyouTitle {
    min-width: 240px;
    min-height: 50px;
    color: #fff;
    font-weight: bold;
    background-color: transparent;
    background-image: url("../img/rectangle_contact_title.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    font-family: "Bitter";
    font-size: 12px;
    padding: 0px;
  }

  .thanyou_texts {
    position: absolute;
    left: 35%;
    transform: translate(-28%, -86%);
    text-align: center;
    color: white;
    z-index: 10;
    margin-top: -75px;
  }

  .thankyou_main {
    position: relative; /* Hace que el texto se posicione en relación con esta imagen */
    height: 300px;
    margin-top: 335px;
    margin-left: 40px;
  }
}
