﻿:root {
    --inputGeneral: #707070;
    --invalid: #FF4B4B;
}

/*-------------- FORM --------------*/
.containerFormLogin {
    width: 85%;
    margin: 10px auto;
}

.container_form {
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 100vh;*/
}

.form {
    background-color: white;
    width: 100%;
    border-radius: 8px;
    padding: 20px 5px;
    /*padding: 20px 40px;*/
    /*box-shadow: 0 10px 25px rgba(92, 99, 105, .2);*/
}

.inputContainer {
    height: 45px;
    width: 100%;
    position: relative;
    margin: auto auto 50px;
}

.inputContainerSub {
    height: 45px;
    width: 95%;
    position: relative;
    margin: auto auto 50px;
}

.selectContainer {
    height: 45px;
    width: 100%;
    position: relative;
    margin: auto auto 50px;
}

.section_contentSub {
    margin: 130px auto 50px;
}

.divFormSimple {
    width: 50%;
    margin: auto;
}

#data_recover_pass,  #data_change_pass, #data_contact {
    width: 60%;
    margin: 30px auto auto;
}
/*-------------- INPUT --------------*/
.input {
    height: 100%;
    width: 100%;
    padding: 0 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 4px;
    border: 1px solid var(--inputGeneral);
    outline: none;
    background: none;
    color: var(--inputGeneral);
    z-index: 1;
}

.select {
    height: 100%;
    width: 100%;
    padding: 0 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 4px;
    border: 1px solid var(--inputGeneral);
    outline: none;
    background: none;
    color: var(--inputGeneral);
    z-index: 1;
}
/*::placeholder {
    color: transparent;
}*/

.label_head {
    background-color: var(--white);
    position: absolute;
    padding: 0 4px;
    transition: 0.5s;
    top: -10px;
    left: 8px;
    z-index: 10;
    color: var(--inputGeneral);
    font-weight: 400;
    font-size: 14px;
}

.input:focus {
    border: 2px solid var(--primary);
    color: var(--inputGeneral);
}

.input:not(:placeholder-shown) + .label {
    top: -10px;
    left: 8px;
    z-index: 10;
    font-size: 14px;
}

.select:not(:placeholder-shown) + .label {
    top: -10px;
    left: 8px;
    z-index: 10;
    font-size: 14px;
}

.inp_textarea {
    height: 130px !important;
    padding: 10px 5px;
}

.inputContainerEmail {
    height: 45px;
    width: 100%;
    position: relative;
    margin: auto auto 35px;
}

.formEmail{

}
/*-------------- IFRAME  --------------*/
.contenedor-responsivo {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.iframe-responsivo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
/*-------------- INVALID --------------*/
input.invalid {
    color: var(--invalid) !important;
    border: 2px solid var(--invalid) !important;
}

    input.invalid + label.label_head + label.label_bottom {
        display: block;
        color: #FF4B4B;
        font-weight: 500;
        position: relative;
    }

.label_bottom {
    text-align: left;
    top: 45px;
}


textarea.invalid {
    color: var(--invalid) !important;
    border: 2px solid var(--invalid) !important;
}

    textarea.invalid + label.label_head + label.label_bottom {
        display: block;
        color: #FF4B4B;
        font-weight: 500;
        position: relative;
        top: 135px;
    }


/*-------------- PASSWORD --------------*/
.icon_pass, .icono-bm, .icono-bc {
    color: var(--inputGeneral);
    cursor: pointer;
    z-index: 500;
}

.inner_addon {
    position: relative;
}

    /*-------------- RIGHT --------------*/
    .inner_addon .icon_pass {
        position: absolute;
        padding: 11px;
    }

    .inner_addon .buttonCode {
        position: absolute;
        padding: 3px;
    }

.right_addon .icon_pass {
    right: 0px;
}

.right_addon .buttonCode {
    right: 0px;
}

.right_addon input {
    padding-right: 30px;
}

/*-------------- LEFT --------------*/
.iconSearch {
    color: var(--txtSub);
}

.inner_addon .iconSearch {
    position: absolute;
    padding: 7px 10px;
    pointer-events: none;
}

.left_addon .iconSearch {
    left: 0px;
}

.left_addon input {
    padding-left: 40px;
}

/*-------------- CHECKBOX --------------*/
.div_checkbox {
    margin: -25px auto 0px;
}

.labelCheckbox {
    display: block;
    /*padding-left: 15px;*/
    /*text-indent: -15px;*/
}

input[type="checkbox"] {
    width: 18px;
    height: 18px;
    padding: 0;
    margin: 0;
    accent-color: var(--primary);
    outline: 2px solid var(--primary);
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}
    /*CHECKED*/

    input[type="checkbox"].invalid {
        outline: 3px solid var(--red);
    }

.textRecover {
    color: var(--txtGeneral);
}
/*-------------- TEXTS --------------*/
.h1_title {
    font-size: 30px;
}

.h2Tilte {
    font-size: 25px;
    text-align: left;
}

.h4_text {
    font-size: 18px;
    text-align: center;
    /*width: 50%;*/
    margin: 10px auto;
}

.textForm {
    text-align: left;
}

input[type="checkbox"].acceptBeneficios {
    width: 18px;
    height: 18px;
    padding: 0;
    margin: auto 10px auto 20px;
    accent-color: var(--primary);
    outline: 2px solid var(--primary);
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

.noteCP {
    text-align: left;
    width: 100%;
    margin: 10px auto 20px;
}

.icon_important {
    vertical-align: bottom;
    margin: auto 5px;
    color: var(--primary);
}

.indicationPass {
    text-align: justify;
    margin: 10px auto 50px;
}
/*------------------ CONTACTO --------------*/
#contacto {
    width: 55%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 5px 9px 15px #00000029;
    border-radius: 6px;
    margin: auto;
    padding: 20px;
}

.h4_contact {
    font-size: 18px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0.8px;
}

.text_note {
    font-size: 18px;
    text-align: left;
    font-weight: lighter;
    color: var(--gray);
}

/*CENTRO DE AYUDA*/
.section_info {
    background-color: var(--primary);
    padding: 50px 0px 25px;
}

.div_btnHelp {
    text-align: center;
}

.imgHelp {
    height: 50px;
}
.contenedorPdf {
    padding-left:100px;

}

.tetxBtnHelp {
    font-size: 16px;
    color: var(--gray);
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 10px auto;
}

.rowInfoHelp {
    width: 80%;
    margin: auto !important;
}

.div_infoContact {
    margin: 50px auto;
}

.h5_title {
    font-size: 20px;
    font-weight: bold;
    color: var(--white);
}

.textContat {
    font-size: 18px;
    font-weight: 400;
    color: var(--white);
}

/*AYUDA SEGURO*/
.textCall {
    font-size: 18px;
    color: white;
    font-weight: lighter;
    text-align: center;
    letter-spacing: 0.3px;
}

.textTel {
    font-size: 20px;
    color: var(--white);
    font-weight: 400;
    text-align: center;
}

.iconTel {
    font-size: 25px;
    color: var(--white);
    vertical-align: sub;
}

.linkTel {
    font-size: 20px;
    color: var(--white);
}

#tabSchedule {
    width: 90%;
    margin: auto;
    font-size: 18px;
    font-weight: lighter;
    text-align: left;
}

    #tabSchedule td {
        color: var(--white);
    }

.div_btnHelpSure {
    text-align: center;
    max-width: 850px;
    margin: auto;
}

.titleAyuda {
    font-weight: 500;
    color: var(--primary);
}

.textAyuda {
    font-weight: lighter;
    width: 50%;
    margin: 10px auto 80px;
}
/*------------------MEDIA QUERIES--------------*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    /*body {
        background-color: pink;
    }*/
    .containerFormLogin {
        width: 95%;
    }

    .divFormSimple {
        width: 90%;
        margin: auto;
    }

    #data_recover_pass,  #data_change_pass, #data_contact {
        width: 95%;
        margin: 30px auto auto;
    }

    .selectContainer {
        width: 90%;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    /*body {
        background-color: gray;
    }*/
    .containerFormLogin {
        width: 90%;
    }

    .divFormSimple {
        width: 90%;
        margin: auto;
    }

    #data_recover_pass,  #data_change_pass, #data_contact {
        width: 95%;
        margin: 30px auto auto;
    }

    .selectContainer {
        width: 90%;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    /*body {
        background-color: orange;
    }*/

    .divFormSimple {
        width: 80%;
        margin: auto;
    }

    #data_recover_pass,  #data_change_pass, #data_contact {
        width: 80%;
        margin: 30px auto auto;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    /*body {
        background-color: plum;
    }*/
    .containerFormLogin {
        width: 100%;
    }

    .divFormSimple {
        width: 50%;
        margin: auto;
    }

    #data_recover_pass,  #data_change_pass, #data_contact {
        width: 95%;
        margin: 30px auto auto;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    /*body {
        background-color: mediumaquamarine;
    }*/
    .containerFormLogin {
        width: 85%;
    }

    .divFormSimple {
        width: 50%;
        margin: auto;
    }

    #data_recover_pass,  #data_change_pass, #data_contact {
        width: 85%;
        margin: 30px auto auto;
    }

    .selectContainer {
        width: 100%;
    }
}
