:root {
  --main-tph-color: #ffffff;
  --tph-blanco: #ffffff;
  --tph-negro: #333333;
  --tph-azul: #1a428a;
  --tph-amarillo: #f59c06;
  --tph-gris: #e6e6e6;
  --tph-rojo: red;
  --tph-lila: rgba(156, 43, 135, 1);
  --tph-cuenta-atras: #f59c06;
  --tph-form-label: rgba(156, 43, 135, 1);
  --tph-form-placeholder: white;
  --tph-form-input: black;
  --tph-form-border: black;
  --tph-form-bg: #fff;
  --tph-font-body: 'centurygothic';
  --tph-font-special-principal: 'sourcesans3extralight';
  --tph-font-special-principal-bold: 'sourcesans3bold';
  --tph-font-special-secundaria: 'sourcecodeproextralight';
  --tph-font-special-secundaria-bold: 'sourcecodeprobold';

  /************* VARIABLES DE COLOR *************/
  /* Fondo del contenedor del carrusel */
  --tph-carousel-bg-color: #EEE;
  /* Fondo de las celdas (si no hay imagen) */
  --tph-carousel-cell-bg-color: #8C8;
  /* Color del texto descriptivo */
  --tph-carousel-text-color: #666;
  /* Color del título del servicio */
  --tph-carousel-title-color: #000;
  /* Color de la línea horizontal */
  --tph-carousel-hr-color: #CCC;

  /************* VARIABLES DE TAMAÑO *************/
  /* Ancho de las celdas del carrusel */
  --tph-carousel-cell-width: 600px;
  /* Altura de las celdas del carrusel */
  --tph-carousel-cell-height: 443px;
  /* Margen derecho de las celdas */
  --tph-carousel-cell-margin-right: 10px;
  /* Bordes redondeados de las celdas */
  --tph-carousel-border-radius: 5px;

  /************* VARIABLES DE TIPOGRAFÍA *************/
  /* Familia de fuente */
  --tph-carousel-font-family: sans-serif;
  /* Tamaño del título del servicio */
  --tph-carousel-title-font-size: 18px;
  /* Tamaño de la fuente de la descripción */
  --tph-carousel-description-font-size: 14px;
  /* Espacio arriba de la descripción */
  --tph-carousel-description-margin-top: 10px;
  /* Margen arriba y abajo de la línea horizontal */
  --tph-carousel-hr-margin: 5px 0;

}

/********************************************************************* fuentes *********************************************************/

@font-face {
  font-family: 'centurygothic';
  src: url('../../../fonts/centurygothic.woff2') format('woff2'),
    url('../../../fonts/centurygothic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'centurygothicbold';
  src: url('../../../fonts/centurygothic_bold.woff2') format('woff2'),
    url('../../../fonts/centurygothic_bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'sourcesans3extralight';
  src: url('../../../fonts/SourceSans3-ExtraLight.woff2') format('woff2'),
    url('../../../fonts/SourceSans3-ExtraLight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'sourcesans3bold';
  src: url('../../../fonts/SourceSans3-Bold.woff2') format('woff2'),
    url('../../../fonts/SourceSans3-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'sourcecodeproextralight';
  src: url('../../../fonts/SourceCodePro-ExtraLight.woff2') format('woff2'),
    url('../../../fonts/SourceCodePro-ExtraLight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'sourcecodeprobold';
  src: url('../../../fonts/SourceCodePro-Bold.woff2') format('woff2'),
    url('../../../fonts/SourceCodePro-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.font-body {
  font-family: var(--tph-font-body);
}

.font-din-regular {
  font-family: var(--tph-font-din-regular);
}

.font-din-bold {
  font-family: var(--tph-font-din-bold);
}

.font-arial {
  font-family: Arial, Helvetica, sans-serif;
}

.font-georgia {
  font-family: 'georgia';
}

.font-georgia-i {
  font-family: 'georgiai';
}

.font-typold {
  font-family: 'Typold Regular';
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: var(--tph-font-body);
  color: var(--tph-negro);
  background-color: var(--main-tph-color);
}

img,
iframe {
  max-width: 100%;
}

.bg-promo {
  background-color: var(--tph-amarillo);
}

.bg-menu {
  background-color: var(--tph-blanco);
}

.bg-blanco {
  background-color: var(--tph-blanco);
}

.bg-lila {
  background-color: var(--tph-lila);
}

.bg-blanco-blanco {
  background-color: white;
}

.bg-negro {
  background-color: var(--tph-negro);
}

.bg-azul {
  background-color: var(--tph-azul);
}

.bg-amarillo {
  background-color: var(--tph-amarillo);
}

.color-blanco {
  color: var(--tph-blanco);
}

.color-negro {
  color: var(--tph-negro);
}

.color-azul {
  color: var(--tph-azul) !important;
}

.color-amarillo {
  color: var(--tph-amarillo);
}

.cursor-blocked {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.alert-error {
  margin-bottom: .5rem;
}

.cookies {
  z-index: 99999;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/********************************************************************* Botones *********************************************************/

.btn-formulario {
  background-color: var(--tph-rojo);
  color: var(--tph-blanco);
  font-family: var(--tph-font-special-principal);
  /* font-size: 2.5rem; */
  font-size: 1.6rem;
  padding: 0rem 0rem;
  width: 70%;
}

.btn-formulario:hover {
  background-color: var(--tph-blanco);
  color: var(--tph-rojo);
}

.btn-formulario:focus {
  background-color: var(--tph-rojo);
  color: rgb(255, 255, 255);
}

.btn-promo {
  background-color: rgb(0, 0, 0);
  color: #fff;
}

.btn-promo:hover {
  background-color: rgb(255, 255, 255);
  color: white;
}

.btn-promo:focus {
  background-color: rgb(255, 255, 255);
  color: white;
}

.btn-round-negativo {
  border-radius: 1.3rem !important;
  background-color: rgb(255, 255, 255);
  color: white;
}

.gradiente-texto {
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(to right, #00B09F, #004862);
}

/* Estilo para los inputs de texto dentro del formulario #formCod */
#formCod #codigo_1,
#formCod #codigo_2 {
  font-family: 'jollygoodproperextrabold';
  background-color: var(--tph-rosa);
  color: var(--tph-amarillo);
  border: 2px solid var(--tph-amarillo);
  border-radius: 50px;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  max-width: 50%;
  margin: 0 auto;
}

/* Estilo para los placeholders en los inputs de texto dentro del formulario #formCod */
#formCod #codigo_1::placeholder,
#formCod #codigo_2::placeholder {
  color: var(--tph-amarillo);
  opacity: 1;
  font-weight: bold;
}

/* Estilo para el botón principal dentro del formulario #formCod */
#formCod #btnCod {
  font-family: 'jollygoodproperextrabold';
  background-color: var(--tph-amarillo);
  color: var(--tph-rosa);
  border: 2px solid var(--tph-rosa);
  border-radius: 50px !important;
  font-weight: bold;
  max-width: 50%;
  margin: 0 auto;
  padding: 12px;
}

/* Estilo para el botón de espera dentro del formulario #formCod */
#formCod #btnWait {
  font-family: 'jollygoodproperextrabold';
  background-color: var(--tph-amarillo);
  color: var(--tph-rosa);
  border: 2px solid var(--tph-rosa);
  border-radius: 50px !important;
  max-width: 50%;
  margin: 0 auto;
  padding: 12px;
}

/* Ajustes de tamaño y espaciado para inputs y botones en #formCod */
#formCod input.form-control,
#formCod button.btn {
  padding: 10px;
  font-size: 1rem;
}



/********************************************************************* scrollbar css *********************************************************/
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: white;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--tph-dorado);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: black;
}

.alert {
  font-family: var(--tph-font-body);
}

/********************************************************************************** MENU  *******************************************************************************/

#logo {
  max-width: 100px;
}

.navbar-brand img {
  max-width: 10rem;
}

.navbar-brand {
  max-width: 210px;
  text-align: center;
}

#accesoMicuenta {
  z-index: 99999;
  font-family: var(--tph-font-body);
}

/* Estilos personalizados para el modal del área personal */
.modal-area-personal {
  border: none;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.modal-area-personal .modal-header {
  background: var(--tph-lila);
  padding: 1rem;
  position: relative;
}

.modal-area-personal .btn-close-custom {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  opacity: 1;
  width: 35px;
  height: 35px;
  padding: 0;
  transition: all 0.3s ease;
}

.modal-area-personal .btn-close-custom:hover {
  background-color: white;
  transform: rotate(90deg);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.modal-icon-wrapper {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background: var(--tph-lila);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 20px rgba(156, 43, 135, 0.3);
  animation: pulse-icon 2s infinite;
}

.modal-icon-wrapper i {
  font-size: 2.5rem;
  color: white;
}

@keyframes pulse-icon {

  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 5px 20px rgba(156, 43, 135, 0.3);
  }

  50% {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(156, 43, 135, 0.4);
  }
}

.modal-title-custom {
  font-family: var(--tph-font-special-principal-bold);
  color: var(--tph-lila);
  font-size: 2rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.modal-subtitle {
  font-family: var(--tph-font-body);
  color: var(--tph-negro);
  font-size: 0.95rem;
  margin-bottom: 0;
}

.form-group-custom {
  position: relative;
}

.form-label-custom {
  font-family: var(--tph-font-body);
  color: var(--tph-lila);
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}

.form-control-custom {
  border: 2px solid var(--tph-gris);
  border-radius: 50px;
  padding: 0.75rem 1.25rem;
  font-family: var(--tph-font-body);
  transition: all 0.3s ease;
  background-color: #f8f9fa;
}

.form-control-custom:focus {
  border-color: var(--tph-lila);
  box-shadow: 0 0 0 0.2rem rgba(156, 43, 135, 0.15);
  background-color: white;
  outline: none;
}

.form-control-custom::placeholder {
  color: #999;
  font-size: 0.9rem;
}

.password-wrapper {
  position: relative;
}

.password-toggle {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: var(--tph-lila);
  transition: all 0.3s ease;
  z-index: 10;
}

.password-toggle:hover {
  color: var(--tph-amarillo);
  transform: translateY(-50%) scale(1.1);
}

.recuperar-pass-link {
  color: var(--tph-lila);
  font-family: var(--tph-font-body);
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 600;
}

.recuperar-pass-link:hover {
  color: var(--tph-amarillo);
  text-decoration: underline;
}

.btn-acceso-custom {
  background: var(--tph-lila);
  color: white;
  font-family: var(--tph-font-body);
  font-size: 1.1rem;
  font-weight: bold;
  border: none;
  border-radius: 50px;
  padding: 0.9rem 2rem;
  text-transform: uppercase;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(156, 43, 135, 0.3);
  position: relative;
  overflow: hidden;
}

.btn-acceso-custom::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--tph-lila);
  transition: left 0.3s ease;
  z-index: 0;
}

.btn-acceso-custom:hover::before {
  left: 0;
}

.btn-acceso-custom .btn-text,
.btn-acceso-custom i {
  position: relative;
  z-index: 1;
}

.btn-acceso-custom:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(156, 43, 135, 0.4);
}

.btn-acceso-custom:active {
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(156, 43, 135, 0.3);
}

.btn-cancelar-custom {
  background-color: transparent;
  color: var(--tph-negro);
  font-family: var(--tph-font-body);
  font-size: 0.95rem;
  border: 2px solid var(--tph-gris);
  border-radius: 50px;
  padding: 0.7rem 2rem;
  transition: all 0.3s ease;
}

.btn-cancelar-custom:hover {
  background-color: var(--tph-gris);
  border-color: var(--tph-negro);
  color: var(--tph-negro);
  transform: translateY(-2px);
}

.alert-custom {
  border-radius: 15px;
  font-family: var(--tph-font-body);
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Animación de entrada del modal */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}

.modal.show .modal-dialog {
  animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 576px) {
  .modal-title-custom {
    font-size: 1.5rem;
  }

  .modal-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .modal-icon-wrapper i {
    font-size: 2rem;
  }

  .modal-area-personal .modal-body,
  .modal-area-personal .modal-footer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

#userIcon {
  max-width: 20px;
  margin-left: 8px;
}

#mainMenu {
  font-family: var(--tph-font-special-principal);
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 0%;
  padding-bottom: 0%;
  position: relative;
  background-color: var(--tph-gris);
}

#mainMenu .container-fluid {
  background-color: var(--tph-gris);
  min-height: 4rem;
  color: var(--tph-negro) !important;
  z-index: 1;
}

#mainMenu .nav-link {
  color: var(--tph-negro);
}

/* .navbar-dark .navbar-nav .nav-link {
  color: var(--tph-naranja);
}

.navbar-dark .navbar-brand {
  color: var(--tph-naranja);
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
  color: var(--tph-naranja) !important;
} */

.fixed-top {
  position: fixed !important;
}

/********************************************************************************** masthead  *******************************************************************************/

#masthead h6 {
  font-family: var(--tph-font-special-principal);
  color: var(--tph-blanco);
  font-weight: bold;
}

#masthead .bg-masthead {
  background-color: var(--tph-amarillo);
}



/********************************************************************************** INICIO  *******************************************************************************/
#inicio {
  background-image: url('../../../img/template/leotron-cashback-26/fondo-banner-top.jpg');
}

.hr-dashed {
  border: 0;
  height: 2px;
  margin: 1.5rem 0;
  background-image: repeating-linear-gradient(to right,
      #222 0 10px,
      transparent 10px 16px);
  opacity: .8;
}

#inicio h1 {

  color: var(--tph-lila);
  text-transform: uppercase;
}

.ayuda {
  font-size: 4rem;
  font-family: var(--tph-font-special-principal-bold);
  font-weight: bold;

}

.a-tus {
  font-size: 3rem;
  font-family: var(--tph-font-special-principal);
  line-height: 0.7;
}

.defensas {
  font-size: 3rem;
  font-family: var(--tph-font-special-principal);
}

.gratis {
  font-size: 6rem;
  font-family: var(--tph-font-special-principal-bold);
  font-weight: bold;
  line-height: 0.7;
  padding-bottom: 2rem;
}

#inicioMobile .parrafo-pequeño {
  font-size: 1rem;
  font-family: var(--tph-font-special-secundaria);
  text-transform: uppercase;
  font-weight: bold;
}

#inicioMobile .ayuda {
  font-size: 2rem;
  font-family: var(--tph-font-special-principal-bold);
  font-weight: bold;

}

#inicioMobile .a-tus {
  font-size: 1.5rem;
  font-family: var(--tph-font-special-principal);
  line-height: 0.7;
}

#inicioMobile .defensas {
  font-size: 1.5rem;
  font-family: var(--tph-font-special-principal);
}

#inicioMobile .gratis {
  font-size: 2.5rem;
  font-family: var(--tph-font-special-principal-bold);
  font-weight: bold;
  line-height: 0.7;
  padding-bottom: 2rem;
}

#inicio h2 {
  font-size: 3rem;
  font-family: var(--tph-font-special-secundaria-bold);
  font-weight: bold;
  text-transform: uppercase;
}

#inicio .subtitulo {
  font-size: 1.5rem;
  font-family: var(--tph-font-special-secundaria);
  text-transform: uppercase;
  font-weight: bold;

}

#inicioMobile .titulo {
  font-size: 2rem;
  font-family: var(--tph-font-special-secundaria-bold);
  text-transform: uppercase;
  font-weight: bold;

}

#inicioMobile .subtitulo {
  font-size: 1.2rem;
  font-family: var(--tph-font-special-secundaria);
  text-transform: uppercase;
  font-weight: bold;

}

#inicio p {
  font-size: 1rem;
  font-family: var(--tph-font-special-secundaria);
  text-transform: uppercase;
}

#inicio .img-text {
  max-width: 100px;
}

#inicio button {
  background-color: var(--tph-lila);
  font-family: var(--tph-font-special-principal);
  color: var(--tph-blanco);
}

#inicio a {
  background-color: var(--tph-lila);
  font-family: var(--tph-font-special-secundaria);
  color: var(--tph-blanco);
  border: none;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

#inicioMobile a {
  background-color: var(--tph-lila);
  font-family: var(--tph-font-special-secundaria);
  color: var(--tph-blanco);
  border: none;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#inicio .recupera {
  font-size: 2rem;
  line-height: 1.2;
  color: var(--tph-negro);
  font-family: var(--tph-font-special-secundaria-bold);
  text-transform: uppercase;
  margin-bottom: 0;
}

#inicioMobile .recupera {
  font-size: 1.2rem;
  line-height: 1.2;
  color: var(--tph-negro);
  font-family: var(--tph-font-special-secundaria-bold);
  text-transform: uppercase;
  margin-bottom: 0;
}

#inicio .logo-bizum-negro {
  margin-top: 2rem;
  max-width: 200px;
}

#inicioMobile .logo-bizum-negro {
  margin-top: 2rem;
  max-width: 150px;
}

#inicio .small {
  font-family: var(--tph-font-special-secundaria-bold);
  color: var(--tph-negro);
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 0.9;
  font-weight: bold;
  padding-top: 2rem;

}

#inicio .legenda {
  font-family: var(--tph-font-special-secundaria);
  color: #000000;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.2;
  padding-top: 1rem;
  font-weight: bold;
}

#inicioMobile .legenda {
  font-family: var(--tph-font-special-secundaria);
  color: #000000;
  text-transform: uppercase;
  font-size: 0.8rem;
  line-height: 1.2;
  padding-top: 0rem;
  font-weight: bold;
}

/********************************************************************************** mecánica  *******************************************************************************/

.btn-big {
  font-size: 2rem;
}


#mecanica .img-flecha {
  max-width: 200px;
  margin-bottom: 3rem;
}

#mecanica .titulo {
  font-family: var(--tph-font-special-principal-bold);
  font-size: 2rem;
  color: var(--tph-lila);
  text-transform: uppercase;
  font-weight: bold;
}

#mecanica .logo-bizum-mecanica {
  position: relative;
}

#mecanica h2 {
  font-family: var(--tph-font-special-secundaria-bold);
  color: #000000;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: bold;
}

#mecanica p {
  color: #000000;
  font-size: 1.1rem;
}

/********************************************************************************** countdown  *******************************************************************************/

#countdown {
  font-family: var(--tph-font-special);
  font-size: 2rem;
}

#countdown .wrapper {
  text-align: center;
}

#countdown .time {
  font-family: var(--tph-font-special-secundaria-bold);
  color: #ffffff;
  font-size: 3rem;
  padding: 0.25rem;
}

#countdown .label {
  font-family: var(--tph-font-special-secundaria-bold);
  font-size: 1.8rem;
  display: block;
  color: #ffffff;
}

#countdown svg {
  font: bold 5rem;
  width: 100%;
  height: 120px;
}

#countdown text {
  fill: none;
  stroke: #ffffff;
  stroke-width: 6px;
  stroke-linejoin: round;
  animation: 2s pulsate infinite;
}

@keyframes pulsate {
  50% {
    text-shadow: 4px 4px #fff;
  }
}

/* Tarjeta de cuenta atrás en sección participa */

.countdown-card {
  background-color: var(--tph-lila);
  border-radius: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  color: var(--tph-blanco);
}

.countdown-title {
  font-family: var(--tph-font-special-principal-bold);
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  color: #ffffff;
}

@media (min-width: 768px) {
  .countdown-title {
    font-size: 1.8rem;
  }
}

/********************************************************************************** participa  *******************************************************************************/


#participa .titulo {
  font-family: var(--tph-font-special-principal-bold);
  font-size: 3rem;
  color: var(--tph-lila);
  text-transform: uppercase;
  font-weight: bold;
}

#participa .legenda {
  font-family: var(--tph-font-special-secundaria);
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8rem;
  line-height: 1.2;
  padding-top: 1rem;
  margin-top: 3rem;
}

form#formReg_l label {
  display: block;
  color: var(--tph-form-label);
  font-weight: bold;
}

form#formReg_l input {
  border-radius: 5rem;
  border-color: var(--tph-form-border);
}

form#formReg_l .form-control {
  color: var(--tph-form-input);
  background-color: var(--tph-form-bg);
  font-size: 1rem;
  font-family: var(--font-textos);
}

form#formReg_l .form-select {
  border-color: var(--tph-form-border);
  background-color: var(--tph-form-bg);
  font-family: var(--font-textos);
  border-radius: 5rem;
  color: black;
}

form#formReg_l label.custom-control-label {
  display: block !important;
  color: var(--tph-form-label);
  font-size: 1rem;
}

form#formReg_l .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--tph-form-placeholder);
  opacity: 1;
  /* Firefox */
}

form#formReg_l .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--tph-form-placeholder);
}

form#formReg_l .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--tph-form-placeholder);
}

form#formReg_l .form-select::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--tph-form-placeholder);
  opacity: 1;
  /* Firefox */
}

form#formReg_l .form-select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--tph-form-placeholder);
}

form#formReg_l .form-select::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--tph-form-placeholder);
}

form#formReg_l a {
  color: var(--tph-form-label);
}

form option {
  color: #000000;
  font-size: 1rem;
}

form option:hover {
  background-color: #ffffff;
}

form .input-group-text {
  background: transparent;
  color: #000000;
  border: none;
}


form#formReg_l .form-check {
  font-size: 0.8rem;
}

form .form-check-input:checked {
  background-color: var(--tph-amarillo);
  border-color: var(--tph-amarillo);
}

form #btnReg_l {
  background-color: var(--tph-amarillo);
  font-family: var(--tph-font-special-secundaria);
  color: var(--tph-blanco);
  border: none;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 5rem;
  margin-bottom: 5rem;
  border-radius: 10rem;
  padding-left: 5rem;
  padding-right: 5rem;
}

.form-check-input {
  --bs-form-check-bg: var(--tph-rosa);
}

.bg-azul-participa {
  background-color: var(--tph-azul);
  position: relative;
  min-height: 200px;
}

.bg-azul-participa .flecha {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: auto;
}

/********************************************************************************** premios  *******************************************************************************/



/********************************************************************************** contacto  *******************************************************************************/

#contacto {
  width: 100%;
  /* background-color: var(--tph-dorado); */
  padding: 1rem;
}

#contacto h1 {
  font-size: 4rem;
}

#contacto h2 {
  font-size: 2rem;
}

#contacto .titulo {
  font-family: var(--tph-font-special-principal-bold);
  font-size: 3rem;
  color: var(--tph-lila);
  text-transform: uppercase;
  font-weight: bold;
}

#contacto .subtitulo {
  color: #000000;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
}

#contacto .tel_promo {
  font-family: var(--tph-font-special-principal-bold);
  color: var(--tph-lila);
  font-size: 3rem;
}

.tel_promo a {
  text-decoration: none;
  color: var(--tph-lila);
  /* font-size: 1.5rem; */
  text-align: end;
}

.email_contacto a {
  text-decoration: none;
  color: var(--tph-lila);
  font-size: 1.2rem;
  text-align: start;
  font-weight: bold;
}

/********************************************************************************** footer  *******************************************************************************/

footer {
  background-color: #ffffff;
  position: sticky;
  font-family: var(--tph-font-special-principal);
  border-top: solid var(--tph-lila) 1px;
}

footer ul {
  list-style: none;
}

footer a {
  color: rgb(0, 0, 0);
  font-size: 1.1rem;
  text-decoration: none;
  transition: 0.3s color;
}

footer a:hover {
  color: black;
}

footer .small {
  color: rgb(0, 0, 0);
  font-size: 0.9rem;
}

footer img .small {
  max-width: 1.5rem;
}

.logoBonduellPie {
  max-width: 8rem;
}

.pull-right {
  float: right;
}

.xs-d-flex {
  flex-direction: column;
}

/********************************************************************************** Area personal  *******************************************************************************/
.card-width {
  min-width: 10rem;
}

.flex-adapt {
  flex-direction: column !important;
}

/********************************************************************************** textos  *******************************************************************************/

/********************************************************************************** media query  *******************************************************************************/

@media (min-width: 536px) {}

@media (min-width: 636px) {
  #inicio h1 {
    font-size: 1.7rem;
  }

  #inicio p {
    font-size: 1rem;
  }

  #inicio .img-text {
    max-width: 150px;
  }
}

@media (min-width: 768px) {
  #inicio h1 {
    font-size: 2.5rem;
  }

  #inicio p {
    font-size: 1rem;
  }

  #inicio .img-text {
    max-width: 200px;
  }
}

@media (min-width: 992px) {
  #mecanica .titulo {
    font-size: 3rem;
    text-align: center;
  }

  #mecanica .logo-bizum-mecanica {
    position: absolute;
    top: 82%;
    right: -188px;
    transform: translate(-50%, -50%);
  }

  form#formReg_l .form-check {
    font-size: 1rem;
  }

  form #btnReg_l {
    font-size: 2rem;
  }

  #contacto .titulo {
    font-size: 4.5rem;
  }

  .email_contacto a {
    font-size: 1.5rem;
  }
}

@media (min-width: 1024px) {}

@media (min-width: 1200px) {

  #mecanica .logo-bizum-mecanica {
    position: absolute;
    top: 82%;
    right: -76px;
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 1400px) {
   #mecanica .logo-bizum-mecanica {
    position: absolute;
    top: 75%;
    right: 0;
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 1600px) {

  #mainMenu,
  section,
  header,
  footer {
    max-width: 1920px;
    margin: 0 auto;
  }

}

@media(min-width:1800px) {}