.cabecera {
    position: relative;
    background-color: black;
    margin-bottom: 40px;
    padding: 30px 0;
    padding-top: 60px;
    padding-bottom: 60px;
}

.logo {
    
}

.datos {
    
}

.bottom5 { margin-bottom:5px; }
.bottom10 { margin-bottom:10px; }
.bottom15 { margin-bottom:15px; }
.bottom20 { margin-bottom:20px; }
.bottom30 { margin-bottom:30px; }


ul.descriptioncar {
    padding: 0px;
    list-style-type: none;
}

.descriptioncar li {
    color: black;
    border-bottom: solid 1px rgba(255, 0, 0, 0.19);
}

.top25 {
    margin-top: 25px;
    border: solid #bbbbbb 1px;
    padding: 15px 0px;
    border-radius: 10px;
    background-color: rgba(214, 214, 214, 0.1);
    
}

/*.top25 h2 {
    min-height: 60px;
}*/


#requisitos {
    background-color: #191919;
    padding-bottom: 35px;
    font-size: 20px;
}

.title {
    text-align: center;
    font-size: 30px;
    margin-top: 25px;
    margin-bottom: 30px;
}

  /* Ubicar icono de reCaptcha v3 */
  .grecaptcha-badge{
    margin-bottom: 150px !important;  
}	

.grecaptcha-badge { visibility: hidden; }

.text-captcha {
    color: #f8f8f8;
    font-weight: bold;
    font-size: 9px;
    line-height: 18px;
}