﻿:root {
    --button1: #56CBA1;
    --button2: #CF8383;
    --button3: #C262EF;
    --button4: #5F9ADE;
}
/*-------------- FORM LOGUIN --------------*/
.divButton {
    margin: 20px auto;
}

.buttonForm {
    width: 95%;
    margin: auto;
    height: 45px;
    border-radius: 5px;
    border: none;
    background-color: var(--primary);
    font-size: 18px;
    color: var(--white);
    text-transform: uppercase;
}

.buttonRecover {
    width: 60%;
    margin: auto;
    height: 45px;
    border-radius: 5px;
    border: none;
    background-color: var(--primary);
    font-size: 18px;
    color: var(--white);
    text-transform: uppercase;
}

/**/
.buttonRigth {
    width: 90%;
    margin: auto;
    text-align: right;
}

.buttonEdit {
    width: 150px;
    height: 50px;
    background-color: var(--white);
    border-radius: 5px;
    border: 1px solid var(--buttonSub);
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--buttonSub);
}

    .buttonEdit:hover {
        background-color: var(--buttonSub);
        font-weight: 500;
        color: var(--white);
    }

        .buttonEdit:hover .iconEdit {
            color: var(--white);
        }

.iconEdit {
    font-size: 20px;
    color: var(--buttonSub);
    vertical-align: sub;
    margin: 5px;
}

/**/
.Buttons_adm {
    margin: 30px auto;
}

.buttonAdm {
    width: 50px;
    height: 50px;
    border: 2px solid var(--primary);
    border-radius: 5px;
    margin: auto 25px auto auto;
}

.iconUpload, .iconDoc {
    font-size: 30px;
    color: var(--primary);
    vertical-align: sub;
}

/**/

.Buttons_cat {
    margin: 30px auto;
}

.buttonCategory {
    width: 90%;
    height: 65px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    color: var(--white);
}

.buttonCategorySub {
    width: 90%;
    height: 65px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    color: var(--white);
    margin: 10px auto;
}

#Bienes, #BienesSub {
    background-color: var(--button1);
}

#Ahorros, #AhorrosSub {
    background-color: var(--button2);
}

#Salud, #SaludSub {
    background-color: var(--button3);
}

#Cash, #CashSub {
    background-color: var(--button4);
}

#Lucy {
    background-color: #add56b;
}

.buttonSave {
    width: 30%;
    margin: auto;
    height: 45px;
    border-radius: 5px;
    border: none;
    background-color: var(--primary);
    font-size: 18px;
    color: var(--white);
    text-transform: uppercase;
}

.buttonReplace {
    width: 95%;
    height: 60px;
    margin: auto;
    background-color: var(--white);
    border: 2px solid var(--primary);
    border-radius: 5px;
    border-style: dashed;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--primary);
    font-weight: bold;
}

    .buttonReplace:hover {
        background-color: var(--primary);
        border: 2px solid var(--white);
        border-style: dashed;
        color: var(--white);
        font-weight: 500;
    }

        .buttonReplace:hover .iconClip {
            color: var(--white);
        }

.iconClip {
    color: var(--primary);
    vertical-align: sub;
    font-weight: 500;
}

.divButtonsDoc {
    margin: 50px auto 10px;
    justify-content: center;
}

.buttonDocs {
    width: 30%;
    height: 60px;
    margin: 10px 20px;
    background-color: var(--white);
    border: 2px solid var(--primary);
    border-radius: 5px;
    font-size: 18px;
    color: var(--primary);
    text-transform: uppercase;
    font-weight: bold;
}

    .buttonDocs:hover {
        background-color: var(--primary);
        color: var(--white);
        font-weight: 500;
    }

/*FIRMA*/
.divButtonsSignature {
    margin: 10px auto;
    justify-content: center;
}

#ImgDocFirma {
    width: 50%;
    height: 130px;
    margin: 30px auto;
}

.buttonFirma {
    width: 35%;
    height: 60px;
    margin: 10px 20px;
    background-color: var(--white);
    border: 2px solid var(--primary);
    border-radius: 5px;
    font-size: 16px;
    color: var(--primary);
    text-transform: uppercase;
    font-weight: bold;
}

    .buttonFirma:hover {
        background-color: var(--primary);
        color: var(--white);
        font-weight: 500;
    }

        .buttonFirma:hover .iconClip {
            color: var(--white);
        }

.container_signature {
    margin: 50px auto auto;
}

.buttonDocFirma {
    width: 65%;
    height: 50px;
    margin: 10px 20px;
    background-color: var(--white);
    border: 2px solid var(--primary);
    border-radius: 5px;
    font-size: 16px;
    color: var(--primary);
    text-transform: uppercase;
    font-weight: bold;
}

    .buttonDocFirma:hover {
        background-color: var(--primary);
        color: var(--white);
        font-weight: 500;
    }

.contButtonRight {
    text-align: right;
    margin: 100px auto 50px;
}

.buttonAcept {
    width: 30%;
    margin: auto;
    height: 45px;
    border-radius: 5px;
    border: none;
    background-color: var(--primary);
    font-size: 18px;
    color: var(--white);
    text-transform: uppercase;
}

    .buttonAcept:hover {
        border: 2px solid var(--primary);
        background-color: var(--white);
        color: var(--primary);
        font-weight: bold;
    }

/*-------------- DETALLES Y PLANES --------------*/
.buttonsSeguros {
    width: auto;
    position: absolute;
    bottom: 45px;
    right: 10px;
}

.buttonDetails {
    width: 160px;
    height: 40px;
    margin: auto 5px;
    border-radius: 5px;
    border: 1px solid var(--card3);
    background-color: var(--white);
    font-size: 14px;
    font-weight: 500;
    color: var(--card3);
    text-transform: uppercase;
}

    .buttonDetails:hover {
        border: 1px solid var(--card3);
        background-color: var(--card3);
        color: var(--white);
        font-weight: 500;
    }

.buttonSelect {
    width: 160px;
    height: 40px;
    margin: auto 5px;
    border-radius: 5px;
    border: 1px solid var(--purple);
    background-color: var(--purple);
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
    text-transform: uppercase;
}

    .buttonSelect:hover {
        background-color: var(--white);
        color: var(--purple);
        font-weight: 500;
    }

.selectPlan {
    width: 160px;
    height: 40px;
    margin: auto 5px;
    border-radius: 5px;
    border: 1px solid var(--primary);
    background-color: var(--primary);
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
}

.buttonSettings {
    width: 90%;
    height: 40px;
    margin: 10px auto;
    border-radius: 5px;
    border: 1px solid var(--primary);
    background-color: var(--white);
    font-weight: 500;
    color: var(--primary);
    text-transform: uppercase;
}

.buttonNext {
    width: 90%;
    height: 40px;
    margin: 10px auto;
    border-radius: 5px;
    border: 1px solid var(--white);
    background-color: var(--primary);
    font-weight: 500;
    color: var(--white);
    text-transform: uppercase;
}

.btnFirma {
    width: 80%;
    height: 50px;
    border: 1px solid var(--primary);
    background-color: var(--primary);
    border-radius: 5px;
    font-weight: 500;
    color: var(--white);
    text-transform: uppercase;
    margin: 0 auto;
}
/*------------------BOTON CATEGORIAS--------------*/
.btnCategory {
    width: 100%;
    height: 120px;
    background: none;
    border: none;
    outline: none;
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: center;
    /*background-position-x: 35px;*/
    background-position-y: 5px;
}

.labelButton {
    font-size: 16px;
    margin: 80px auto auto auto;
}

.btnSubCat {
    width: 55%;
    height: 40px;
    border-radius: 20px;
    background: linear-gradient(0.25turn, var(--primary), var(--primary), var(--difuminado));
    border: none;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
}

.buttonsItems {
    margin: 10px auto;
}

.buttonItem {
    border: none;
    background-color: transparent;
}

.iconButtons {
    color: var(--primary);
    vertical-align: middle;
}

.buttonUpDoc {
    height: 45px;
    margin: auto 10px;
    background: none;
    border-radius: 5px;
    border: 2px solid var(--primary);
    background-color: var(--white);
    font-weight: 500;
    color: var(--primary);
}

.iconUpDoc {
    color: var(--primary);
    vertical-align: middle;
}

.button_social {
    margin: 10px 0px;
    border: none;
    outline: none;
}

.iconBot {
    font-size: 20px;
    color: var(--primary);
}

/***/

.containerSendEmail {
    margin-top: 125px;
}

.buttonSendEmail {
    width: 30%;
    margin: auto;
    height: 45px;
    border-radius: 5px;
    border: none;
    background-color: var(--primary);
    font-size: 18px;
    color: var(--white);
    text-transform: uppercase;
}


/*PDF*/

.divButtonPdf {
    display: flex;
    flex-direction: column;
    margin: 50px 0 0 0;
}

.btn_pdf {
    width: 15%;
    margin: 10px auto;
    height: 45px;
    border-radius: 5px;
    border: none;
    background-color: var(--primary);
    font-size: 18px;
    color: var(--white);
    text-transform: uppercase;
    outline: none;
}
/*------------------MEDIA QUERIES--------------*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    /*body {
        background-color: pink;
    }*/

    .Buttons_adm {
        text-align: center;
    }

    .Buttons_cat {
        text-align: center;
    }

    .buttonCategory {
        width: 90%;
        margin: 20px auto;
    }

    .buttonDocs {
        width: 60%;
    }

    #ImgDocFirma {
        width: 70%;
        text-align: left;
    }

    .buttonFirma {
        width: 65%;
    }

    .container_signature {
        margin: auto;
    }

    .buttonsItems {
        display: flex;
        align-items: center;
        flex-direction: column;
        align-content: center;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    /*body {
        background-color: gray;
    }*/

    .Buttons_adm {
        text-align: center;
    }

    .Buttons_cat {
        text-align: center;
    }

    .buttonCategory {
        width: 90%;
        margin: 20px auto;
    }

    .buttonDocs {
        width: 40%;
    }

    #ImgDocFirma {
        width: 70%;
        text-align: left;
    }

    .container_signature {
        margin: auto;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    /*body {
        background-color: orange;
    }*/

    .container_signature {
        margin: auto;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    /*body {
        background-color: plum;
    }*/

    .Buttons_adm {
        text-align: left;
    }

    .buttonCategory {
        width: 90%;
        margin: 20px auto;
    }

    .buttonDocs {
        width: 30%;
    }

    #ImgDocFirma {
        width: 50%;
        text-align: left;
    }

    .buttonFirma {
        width: 40%;
        height: 60px;
        margin: 10px 10px;
    }

    .buttonDocFirma {
        width: 80%;
    }

    .container_signature {
        margin: 50px auto auto;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    /*body {
        background-color: mediumaquamarine;
    }*/

    .buttonCategory {
        width: 90%;
        margin: 20px auto;
    }

    .buttonDocs {
        width: 30%;
    }

    /**/
    #ImgDocFirma {
        width: 60%;
        text-align: center;
    }

    .buttonFirma {
        width: 35%;
        height: 60px;
        margin: 10px 20px;
    }

    .buttonDocFirma {
        width: 65%;
    }

    .container_signature {
        margin: 50px auto auto;
    }
}
