/*Indexy general pag */

@font-face {
    font-family: 'Futura'; /* nombre que usarás en font-family */
    src: url('../Tipografías/Tipografías/FuturaLT.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body {
    font-family: 'Futura', sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-image: url('../image/background.png');
    background-size: cover;            
    background-repeat: no-repeat;       
    background-position: center center; 
    background-attachment: fixed;       
}

.logo-pride {
    width: 30%;         
    max-width: 300px;   
    height: auto;       
    display: block;
    margin: 0 auto;     
}

section {
    text-align: center;
}

.texto-landing{
   
    color: #00205F;
}

.texto-index{
    margin-left: 15%;
    margin-right: 15%;
}

.btn-pride {
  background-color:#FF3366;
  color: #FFFFFF;
  border: 2px solid #FF3366;
  border-radius: 30px; 
  padding: 3px 50px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
   font-size: 20px;
   text-decoration: none;
}

.btn-pride:hover {
  background-color: #FFFFFF;
  color: #FF3366;
  border-color: #FF3366;
}

.logo-jgarcia{
    width: 20%;         
    max-width: 300px;   
}

/*Formulario pag */

.registro-bg {
    background-image: url('../image/form.png'); 
    background-size: cover;            
    background-position: center;       
    background-repeat: no-repeat;                      
}

.titulo-espacios{
    margin-left: 22px;
    margin-right: 30px;
    margin-top: 15px;
}

.label-espacios{
    margin: inherit;
    margin-left: 70px;
}

.linea{
    width: 70%;
}

.logo-form{
     width: 70%;         
    max-width: 300px; 
}

.title-form{
    font-size: 25px;
    text-align: center;  
    color:#fff;
}

.input-pride::placeholder {
    color: #e3e3e3;
    text-align: center;
}

.input-pride {
    border-radius: 10px;
    padding: 5px;
    border: 1px solid #ccc;
    transition: background-color 0.3s ease;
    width: 50%;
    align-items: center;

}

.texto-clausula {
    font-size: 0.75rem;
    color: #fff;
     margin-bottom: 2px; 
    font-size: 0.85rem;  
    line-height: 1.2;
}
label{
    color: #fff;
}
input[type="checkbox"].form-check-input {
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%; 
    border: 2px solid #FF3366;
    background-color: white;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    transition: 0.2s ease;
}

input[type="checkbox"].form-check-input:checked {
    background-color: #FF3366;
    border-color: #FF3366;
}

.puntos {
    position: absolute;
    bottom: -40px; 
    left: 0;
    width: 120px; 
    z-index: 0;
}
.col-md-5.position-relative {
    position: relative; 
}

/* Mensaje Pag  */

.mensaje-texto {
    position: absolute;
    top: 40%;  
    left: 20%; 
    right: 20%; 
    color:#FF3366; 
    font-size: 20px;
    white-space: pre-wrap; 
    pointer-events: none; 
    text-align: left; 
}
.web-link {
  color: #00205F; 
  font-weight: 900; 
  text-decoration: none; 
}

.web-link:hover {
  text-decoration: underline; 
}
.logo-mensaje{
    width: 30%;
}
.logo-pride-mensaje{
    width: 50%;
    
}
.desktop-img {
    display: block;
}
.mobile-img {
    display: none;
}

/* Pag Terminos y condicines */

.title-terminos{
    font-size: 25px;
    color: #00205F;
    font-weight: 900;
}

.parrafo{
    font-size: 13px;
    color: #FF3366;

    margin-left: 10%;
    margin-right: 10%;
    text-align: justify;
}
.subtitulo{
    font-size: 20px;
    color: #00205F;
    font-weight: 900;
    text-align: justify;
    margin-left: 8%;
    margin-right: 8%;
}
.fecha{
    font-size: 20px;
    color: #00205F;
    text-align: right;
    margin-right: 8%;
}