@font-face {
    font-family: 'Araboto';
    src: url('../fonts/Araboto-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
  }
*{
    margin: 0;
    padding: 0;
    font-family:'Araboto';

}
/*.navbar-fija{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
}
body{
    padding-top: 20rem;
}
.navbar-name{
    font-size: calc(1em + 3vw);
}
/* Home */
.title{
    padding-top: 3vh;
    font-size: calc(1em + 3vw);
    display: flex;
    justify-content: center;
    text-align: center;
    margin: auto;
}

.atencion_personalizada{
    /* display: inline-block;
    margin: auto; */
}
.atencion_personalizada .cardH{
    margin: 40px;
    
}
.alinearh{
    display: inline-block;
    margin: auto;
}
.atencion_grupal{
    /* display: inline-block;
    margin: auto; */
}
.atencion_grupal .cardH{
    margin: 40px;
}

/* Deportistas_Clubes */
.center-title{
    text-align: center;
    margin: 20px auto;
    font-size: calc(1em + 5vw);

}
.center-text{
    align-items: center;
    display: flex;
    justify-content: center;
    width: 60vw;
    margin: 20px auto;
    font-size: 115%;
    padding: 1px 0px;

}
.image-group{
    display: flex;
    justify-content: center;
    align-items: center;  
     
}
.images{
    width: 20vw;
    display: inline-block;
}

/* Sobre_mi */
.text-p{
    padding-top: 5vh;
}

.para-sobre{
    padding-bottom: 3vh;
    font-size: 150%;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: auto;
    width: 70vw;
}

/* Testimonio */
.texto-testimonio{
    background-color: gainsboro;
}
.intro{
    margin-left: auto;
    margin-right: auto;
    padding-left: 3vw;
    padding-right: 3vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    margin-top: 30px;
    margin-bottom: -1px;
    background-color: white;
    width: 90vw;

}
.test-nombre{
    font-size: 250%;
    font-weight: bold;

}
.test-disciplina{
    font-size: 200%;

}
.test-rol-pais{
    font-size: 150%;
    color: rgb(79, 79, 80);
}

.test-texto{
    white-space: pre-line;
    font-size: 150%;
    
}

.text-texto-w{
    margin-left: auto;
    margin-right: auto;
    padding-left: 3vw;
    padding-right: 3vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
    margin-top: 30px;
    margin-bottom: -1px;
    background-color: white;
    width: 90vw;
    
}

.sep-gray{
    height: 10px;
    margin-bottom: -1px;
}

/* Clasificación_Testimonio */

.search_clas{
margin-top: 30px;
margin-bottom: 30px;
}
.clas_align{
    display: inline-block;
    margin: auto;
    
}
.not-found{
    font-size: 250%;
    padding-top: 10px;
    width: 70vw;
    padding-left: 10vw;
    padding-bottom: 30px;
}

/* Form_Contacto */
.t-contact{
    align-items: center;
    display: flex;
    justify-content: center;
    padding-top: 30px;
    font-size: calc(1em + 3vw);
}
.Form-contact-N{
    width: 70vw;
    margin: 30px; 
}
.m-contact{
    color:white;
    background-color: #252021;
    padding-bottom: 26px;
    padding-left: 30px;
}
.tel-contact{
    color:white;
    background-color: #252021;
    padding-top: 20px;
    padding-left: 30px;
    padding-bottom: 10px;
}

/* Contacto */
.footer{
    background-color: #252021;
}
.t-footer{
    /*font-family:Arial, Helvetica, sans-serif;*/
    color:white;
    align-items: center;
    display: flex;
    justify-content: center;
    padding-top: 20px;
    font-size: calc(1em + 3vw);
}
.Form-contact {
    color: white;
    width: 70vw;
    margin: 30px;
}
.tel-footer{
    color: white; 
    padding-bottom: 10px;
    padding-left: 30px;
}
.m-footer{
    color: white; 
    padding-bottom: 50px;
    padding-left: 30px;
    display: flex; 
    align-items: center;
    clear: left;
}

/* Captcha */
.captchaErrorBox{
    display:none;
    width: fit-content;
    padding: 10px 10px 10px 10px;
    border: 3px solid rgb(209, 16, 16);
    border-radius: 5px;
    color: rgb(153, 15, 15);
    background-color: rgb(228, 226, 226);
}


/* Gracias_NoValido */
.GNV{
 font-size: 525%;
 padding-top: 70px;
 width: 70vw;
 padding-left: 10vw;
}

/* Subir_Testimonio */
.form_testimonio{
    padding-top: 30px;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Comprar Libro */
.venta-libro{
    margin: 40px;
    text-align: center;
    font-size: 200%;
}
.tapa-libro{
    margin: auto;
    width: 30vw;
    padding-bottom: 10px;
}
