@charset "UTF-8";
/* CSS Document */


.boton_alerta:hover {
    font-family: 'Mada', sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #FF0000;
    text-decoration: none;
    line-height: 26px;
    width: 100%;
    background-color: #FFFFBF;
    padding: 12px;
    border-radius: 17px;
    border: 1px solid #FF0000;
    margin: 0px 0px 0px 0px;
}
.boton_alerta {
    font-family: 'Mada', sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #FFF;
    text-decoration: none;
    line-height: 26px;
    width: 100%;
    background-color: #FF0000;
    padding: 12px;
    border-radius: 17px;
    border: 1px solid #FF0000;
    margin: 0px 0px 0px 0px;
}
.boton_form:hover {
    font-family: 'Mada', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #000;
    text-decoration: none;
    line-height: 26px;
    width: 100%;
    background-color: #CCC;
    padding: 12px;
    border-radius: 9px;
    border: 1px solid #FFF;
    margin: 0px 0px 0px 0px;
}
.boton_form {
    font-family: 'Mada', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #FFF;
    text-decoration: none;
    line-height: 26px;
    width: 100%;
    background-color: #ED1B24;
    padding: 12px;
    border-radius: 9px;
    border: 1px solid #FFF;
    margin: 0px 0px 0px 0px;
}

.boton_confirma_si:hover {
    font-family: 'Mada', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #000;
    text-decoration: none;
    line-height: 26px;
    width: 100%;
    background-color: #FFF;
    padding: 12px;
    border-radius: 22px;
    border: 1px solid #ED1B24;
    margin: 0px 0px 0px 0px;
}
.boton_confirma_si {
    font-family: 'Mada', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #FFF;
    text-decoration: none;
    line-height: 26px;
    width: 100%;
    background-color: #ED1B24;
    padding: 12px;
    border-radius: 22px;
    border: 1px solid #ED1B24;
    margin: 0px 0px 0px 0px;
}
.boton_confirma_no:hover {
    font-family: 'Mada', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #000;
    text-decoration: none;
    line-height: 26px;
    width: 100%;
    background-color: #FFF;
    padding: 12px;
    border-radius: 22px;
    border: 1px solid #C7101A;
    margin: 0px 0px 0px 0px;
}
.boton_confirma_no {
    font-family: 'Mada', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #000;
    text-decoration: none;
    line-height: 26px;
    width: 100%;
    background-color: #DDD;
    padding: 12px;
    border-radius: 22px;
    border: 1px solid #ED1B24;
    margin: 0px 0px 0px 0px;
}

.cel_pre {
    width: 20%;
    font-family: 'Mada', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #333;
    text-decoration: none;
    line-height: 26px;
    padding: 12px;
    border-radius: 9px;
    border: 1px solid #999;
    margin: 10px 0px 0px 0px;
}
.cel_num {
    width: 80%;
    font-family: 'Mada', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #333;
    text-decoration: none;
    line-height: 26px;
    padding: 12px;
    border-radius: 9px;
    border: 1px solid #999;
    margin: 10px 0px 0px 0px;
}
.texto_form {
    width: 100%;
    font-family: 'Mada', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #333;
    text-decoration: none;
    line-height: 26px;
    padding: 12px;
    border-radius: 9px;
    border: 1px solid #999;
    margin: 10px 0px 0px 0px;
}
.texto_form_ch {
    width: 100%;
    font-family: 'Mada', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #333;
    text-decoration: none;
    padding: 3px;
    border-radius: 3px;
    border: 1px solid #999;
    margin: 10px 0px 0px 0px;
}
.texto_registro {
    width: 90%;
    font-family: 'Mada', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #333;
    text-decoration: none;
    line-height: 26px;
    padding: 12px;
    border-radius: 9px;
    border: 1px solid #00567C;
    margin: 20px 0px 0px 0px;
    position: relative;
}

.toggle-password {
    position: relative;
    right: 40px;
    transform: translateY(-10%);
    z-index: 1;
    color: #666;
    cursor: pointer;
}

/*Tablet View*/

@media (min-width: 768px){
    
    .boton_confirma_si:hover {
        font-family: 'Mada', sans-serif;
        font-weight: 400;
        font-size: 17px;
        color: #000;
        text-decoration: none;
        line-height: 26px;
        width: 30%;
        background-color: #FFF;
        padding: 12px;
        border-radius: 22px;
        border: 1px solid #ED1B24;
        margin: 0px 0px 0px 0px;
    }
    .boton_confirma_si {
        font-family: 'Mada', sans-serif;
        font-weight: 400;
        font-size: 17px;
        color: #FFF;
        text-decoration: none;
        line-height: 26px;
        width: 30%;
        background-color: #ED1B24;
        padding: 12px;
        border-radius: 22px;
        border: 1px solid #ED1B24;
        margin: 0px 0px 0px 0px;
    }
    .boton_confirma_no:hover {
        font-family: 'Mada', sans-serif;
        font-weight: 400;
        font-size: 17px;
        color: #000;
        text-decoration: none;
        line-height: 26px;
        width: 30%;
        background-color: #EEE;
        padding: 12px;
        border-radius: 22px;
        border: 1px solid #C7101A;
        margin: 0px 0px 0px 0px;
    }
    .boton_confirma_no {
        font-family: 'Mada', sans-serif;
        font-weight: 400;
        font-size: 17px;
        color: #000;
        text-decoration: none;
        line-height: 26px;
        width: 30%;
        background-color: #DDD;
        padding: 12px;
        border-radius: 22px;
        border: 1px solid #C7101A;
        margin: 0px 0px 0px 0px;
    }
    
    .boton_registrarse:hover {
        font-family: 'Mada', sans-serif;
        font-weight: 400;
        font-size: 17px;
        color: #FFF;
        text-decoration: none;
        line-height: 26px;
        width: 40%;
        background-color: #C7101A;
        padding: 12px;
        border-radius: 9px;
        border: 1px solid #FFF;
        margin: 0px 0px 0px 0px;
    }
    .boton_registrarse {
        font-family: 'Mada', sans-serif;
        font-weight: 400;
        font-size: 17px;
        color: #FFF;
        text-decoration: none;
        line-height: 26px;
        width: 40%;
        background-color: #00567C;
        padding: 12px;
        border-radius: 9px;
        border: 1px solid #FFF;
        margin: 0px 0px 0px 0px;
    }
   .texto_registro {
        width: 40%;
        font-family: 'Mada', sans-serif;
        font-weight: 400;
        font-size: 17px;
        color: #333;
        text-decoration: none;
        line-height: 26px;
        padding: 12px;
        border-radius: 9px;
        border: 1px solid #00567C;
        margin: 20px 0px 0px 0px;
        
    }
    
    .toggle-password {
        position: relative;
        right: 40px;
        transform: translateY(-10%);
        z-index: 1;
        color: #666;
        cursor: pointer;
    }
    
}

/*Desktop View*/

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

