@charset "utf-8";
/* CSS Document */

@import url("https://use.typekit.net/rmc3npn.css");

html body{
background: radial-gradient(circle, rgba(34, 56, 112, 1) 0%, rgba(36, 21, 60, 1) 57%, rgba(23, 28, 54, 1) 100%);
width: 100%;
height: 100%;
      font-family: "podium-sharp-variable", sans-serif;
  font-stretch: 100%;

}
/*reset nav para que no salga fondo blanco en menu principal*/
.nav{
    background: rgba(0,0,0,0) !important;
    box-shadow: 0px 1px 8px rgba(0,0,0,0) !important;
        
}
/*icono corazon*/
section#corazon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40vh;
  transform-style: preserve-3d;
}
.corazon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 450px;
  height: 450px;
  opacity: 1;
  background: url("../img/corazon.svg");
  background-size: cover;
  background-repeat: repeat-x;

  animation: animatecorazon 35s linear infinite;
}
@keyframes animatecorazon {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -750, 0;
  }
}
.texto-corazon {
  transform-style: preserve-3d;
  animation: animateText 35s linear infinite;
}
.texto-corazon span {
  position: absolute;
  top: -10px;
  left: 0px;
  background: transparent;
  color: #30c6d1;
  font-family: "podium-sharp-variable", sans-serif;
  font-variation-settings: "wdth" 70, "wght" 1000;
  font-size: 2.2em;
min-width: 0.7em;
text-align: center;
  transform-origin: center;
  transform-style: preserve-3d;
  padding: 0;
  transform: rotateY(calc(var(--i) * calc(360deg / 55))) translateZ(240px);
}

/* This is the one on the outside */
.texto-corazon span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  transform: translateZ(40px);
  padding-bottom: 5px;
}

@keyframes animateText {
  0% {
    transform: perspective(1000px) rotateY(360deg) rotateX(15deg)
      translateY(-30px);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg) rotateX(15deg)
      translateY(-30px);
  }
}
/*END icono corazon*/

.menu-principal li a.active, 
.menu-principal li a.active svg {
    fill: #30c6d1;
    color: #30c6d1;
}

.menu-principal li a:hover, 
.menu-principal li a:focus {
    opacity: 1;
    cursor: pointer;
    color: #30c6d1;
}

.menu-principal li a:hover svg, 
.menu-principal li a:focus svg {
    fill: #ea3063;
}

.menu-principal li a, 
.menu-principal li a svg {
    color: rgba(48,198,209,0.5);
    fill: rgba(48,198,209,0.5);
}
.logos-izquierda{
 width: 450px;  
height: 100%;
}
.patrocinado span{
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    padding-bottom: 1em;
    display: block;
}


.content-home h1{
   font-family: "podium-sharp-variable", sans-serif;
  font-weight: 900;
  font-stretch: 90%;
  font-variation-settings:
    "wght" 900,
    "wdth" 90;
    color: #ea3063;
    font-size: 35px;
    text-align: center;
     margin-bottom: 1em;
}
.legales h1{
   font-family: "podium-sharp-variable", sans-serif;
  font-weight: 400;
  font-stretch: 100%;
    color: #ffffff;
    font-size: 35px;
    text-align: left;
     margin-bottom: 1em;
    text-transform: uppercase;
}
.gracias {
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
    text-align: center;
    flex-grow: 1; /* Ocupa el espacio disponible sin forzar altura fija */
}

.gracias h1 {
    font-family: "futura-pt-condensed", sans-serif;
    color: #ffffff;
    font-size: 98px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0; /* Elimina márgenes innecesarios */
}

.content-home h2{
  font-weight: 400;
  font-stretch: 100%;
  font-variation-settings:
    "wght" 400,
    "wdth" 100;
    color: #30c6d1;
    font-size: 24px;
    text-align: center;
    margin: 1em auto;
}
.content-home p{
      font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
    color: #ffffff;
    font-size: 18px;
    text-align: left;
    margin-bottom: 0;
}
a.clave{
      font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
    color: #ffffff;
    font-size: 16px;
    text-align: left;
     margin-bottom: 20px;
}
.legales p{
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 18px;
    text-align: left;
     margin-bottom: 20px;
    font-weight: 400;
}
.legales ul li{
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 18px;
    text-align: left;
     margin-bottom: 20px;
    font-weight: 400;
}

.legales li{
    margin-bottom: 1em;
    padding-left:20px;
}

.legales ol{
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 18px;
    text-align: left;
     margin-bottom: 20px;
    font-weight: 400;
}
.content-home p a{
    font-family: 'Roboto', sans-serif;
    color: #ffffff !important;
text-decoration: underline;
}
.loging{
    text-align: left !important;
}
.loging .form-group input{
    text-align: left !important;
    border-radius: 0;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 1.6em;
 
}
    .loging button, .loging button:visited, .btn-votar, btn-votar:visited  {
    border-radius: 0;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    background: #ea3063;
    font-size: 18px;
    padding: 0.3em 2em;
    margin: 1em 0;
        
}
.loging button:hover, .loging button:active, .loging button:focus, .loging button:active, .btn-votar:hover, .btn-votar button:active, .btn-votar button:focus{

    color: #ffffff;
    background: #c72954 !important;
}
.ocultar-desk{
    display: none
}
.breadcrumb li,  .breadcrumb li a.active{
    color: #ea3063 !important;
    font-weight: 400;
    opacity: 1;
  font-family: "podium-sharp-variable", sans-serif;
  font-stretch: 80%;
    font-size: 18px

}
.breadcrumb li a {
    color: #30c6d1 !important;
    opacity:0.4;
    text-decoration: none;
    font-weight: 400;
}
.foto-perfil{

}
.foto-perfil:hover{
   opacity: 0.7;
}
.nombre{
      font-family: "podium-sharp-variable", sans-serif;
  font-weight: 400;
  font-stretch: 80%;
    color: #30c6d1;
    text-align: center;
    margin-top: 0.4em;
    min-height: 35px;
    font-size: 22px;
    line-height: 25px;
        
}
.modal-content{
   /*border-radius: 12px;*/
 border-radius: 0;
    background: rgba(23, 28, 54, 1);
}
.modal-header{
    padding: 0;
    border: 0;
}
.modal-header figure{
    margin: 0 !important;
}
.modal-header img{
    /*border-radius: 12px 12px 0 0;*/
}

.modal-header .btn-close{
    position: absolute;
    top: 2%;
    right: 2%;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FF4D4D'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
.modal-body h1{
    font-size: 25px !important;
  font-family: "podium-sharp-variable", sans-serif;
  font-weight: 400;
  font-stretch: 100%;
    color: #30c6d1;
    margin-bottom: 1em;
    
}
.modal-body p, .modal-body li {
    font-size: 13px !important;
    font-weight: 400;
    color: #ffffff;
    
}
.modal-body p strong  {
    font-size: 13px !important;
    font-weight: 700;
    color: #ffffff;
    
}
.modal-footer{
    border: 0;
}
.nota{
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
}
.txt-vota{
     font-family: "podium-sharp-variable", sans-serif;
  font-weight: 400;
  font-stretch: 100%;
    color: #30c6d1;
    font-size: 22px;
    text-align: left;
}
button{border: 0 !important;}
@media only screen and (max-width: 1120px){
    .manos{
        left: -24%;
        width: 514px;
    }
}

    
@media only screen and (max-width: 990px){
    /*icono corazon*/
section#corazon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 35vh;
  transform-style: preserve-3d;
}
.corazon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
    height: 300px;}
    .content-manos{
    min-height: auto;
}
    .texto-corazon span{
        font-size: 1.2em;
            transform: rotateY(calc(var(--i) * calc(360deg / 55))) translateZ(150px);
    }
    .content-manos-loging{
    min-height: auto;
}
    .ocultar-responsive{
        display: none;
    }
    .ocultar-desk{
        display: block;
    }
    ol.breadcrumb {
        margin: 1.5em auto 0 auto;
    }
    .breadcrumb{
        flex-wrap: nowrap;
        font-size: 12px;
    }
    .logos-footer img{ 
    width: 70%;
    margin-bottom: 2em;
    }
    .gracias h1{
    font-size: 70px;
    margin: 20% auto;
   
}
    .bg-mano{
    background: none;
    }
    .loging button{
        margin: auto;
        display:block;
    }
    a.clave{
        margin: 1em auto;
        text-align: center;
        display: block;
    }
    .ocultar{
        display: none !important;
    }
}
/**corregir esticos sobreescritos al subir la landing**/
.form-text{
    width: 100% !important;
    padding: 10px !important;
}
.btn, .button {
    background: #ea3063 !important;
        padding: 10px 20px !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    float: left !important;
    margin-top: 1em !important;
    border: 0!important;
}
.form-actions {
	display: flex;
    justify-content: flex-start;
    gap: 12px;
}
#edit-recover-pass{
    width: 100% !important;
    text-align: left !important;
    color: #ffffff !important;
    margin: 1em auto !important;
}
#edit-recover-pass a{
    color: #ffffff !important;
}
.cont-check .check-field{
    color: #ffffff !important;
    text-align: left !important;
    margin: 1em 0!important;
}
.button.register, a.button.register {
    text-align: left !important;
    color: #ffffff !important;
    padding-top: 1em !important;
}
p.biometric-option-user-pass {
    display: table!important;
    widows: 100%;
    margin-top: 4em !important;
    
}
.button.show-traditional-login{
    color: #ffffff !important;
    width: 100% !important;
    float: left !important;
    text-align: left !important;
    margin-top: 2em !important;
}
.floating-label{
    color: #ffffff!important;
    text-align: left !important;
    width: 100% !important;
    float: left !important;
    display: table !important;
}
.text-field{
    text-align: left !important;
    padding-top: 2em !important;
}
.traditional-login-toggle{
    margin-bottom: 2em !important;
}
.cont-check.check-field{
    color: #fffffff!important;
    margin-top: 1em;
    text-align: left !important;
}
label.option{
    color: #ffffff!important;
}
a.clave{
    display: none!important;
}