/*==================================================================
=            CUSTOM STYLES - PORTAL DE TRABAJO - TERRA             =
====================================================================*/

body {
    font-family: 'Montserrat', sans-serif;
    color: #505050 !important;
    font-size: 1.75rem;
    line-height: 1.7;
}

.button_green {
    color: #028c47;
}

a, .icon_color {
    color: #028c47;
}

    a:hover,
    a:focus {
        color: #508258;
    }

.switch {
    top: 3px !important;
    margin-left: 0px !important;
    margin-right: 10px;
}

.blp {
    border-left: 2px solid #028c47;
}

.blps {
    border-left: 3px solid rgba(190, 213, 60, 1);
}

.well {
    border-radius: 30px;
    background-color: white;
}

.tabla_valores td {
    text-align: right;
}

    .tabla_valores td:first-child {
        text-align: left;
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #3D3D3D;
    margin-bottom: 20px;
}

    h4.style_left {
        padding: 4px 15px 4px 15px;
        border-left: 5px solid #028c47;
    }

.btn {
    padding: 10px 25px;
    border: 0;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    -ms-border-radius: 90px;
    -o-border-radius: 90px;
    border-radius: 90px;
}

.bo {
    border: 2px #3D7A3D solid;
    border-top-left-radius: 90px !important;
    border-bottom-left-radius: 90px !important;
    height: 40px !important;
}

.item_lista input[type=checkbox] {
    margin-right: 7px;
}

.btn-full {
    display: flex;
    justify-content: center;
}

/*----------  GENERATE MULTIPLE COLUMNS  ----------*/
ul.multiple_columns {
    padding: 0;
    list-style: none;
}

/*----------  TXT PRIMARY  ----------*/

.text-primary {
    color: #028c47;
}

/*----------  BTN PRIMARY  ----------*/

label {
    font-weight: 500;
    font-size: 15px;
}

.btn.btn-primary {
    background-color: #028c47;
}

    .btn.btn-primary:hover,
    .btn.btn-primary:focus {
        background-color: rgba(61,122,61,0.9);
    }

/*----------  BTN DEFAULT  ----------*/
.btn.btn-default {
    background-color: rgba(224,224,224,1);
}

    .btn.btn-default:hover,
    .btn.btn-default:focus {
        background-color: rgba(224,224,224,0.9);
    }

.btn-xs {
    padding: 5px 15px !important;
}

.badge-success {
    background-color: #5cb85c;
    padding-top: 5px;
    padding-bottom: 4px;
}

.badge-mt {
    margin-top: -5px;
}

/*----------  MODAL  ----------*/
.modal .modal-header {
    padding: 30px 30px 0px 30px;
    border-bottom: none;
}

.modal .modal-header-success {
    border-top: 15px solid #5cb85c !important;
}

.modal .modal-header-primary {
    border-top: 15px solid #028c47 !important;
}

.modal .modal-header h3 {
    margin: 0;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
}

.modal-header .close {
    font-size: 35px;
    margin-top: -7px;
}

.modal-body {
    padding: 35px 30px 15px 30px;
}

    .modal-body p {
        margin-bottom: 15px;
        padding: 0;
        font-weight: 300;
        font-size: 17px;
        line-height: 25px;
        overflow-wrap: anywhere;
    }

.modal-dialog {
    height: 100vh !important;
    display: flex;
}

.modal .modal-content {
    margin: auto !important;
    height: fit-content !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.modal .modal-footer {
    text-align: center;
    border: 0;
    padding-bottom: 30px;
}


/*=====  End of CUSTOM STYLES  ======*/



/*==============================
=            VARIOS            =
==============================*/

.img_perfil {
    z-index: 1;
    width: 48px;
    height: 48px;
    top: 6px;
}

.img-circle {
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.no_select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.text-alert {
    color: #028c47;
}

.alerta_validacion {
    color: red;
    font-size: x-large;
    font-weight: bold;
    margin-bottom: -7px;
}

#sections {
    margin-top: -150px;
}

    #sections .ctn {
        background-color: #FFFFFF;
        display: table;
        margin: 0 0 35px 0;
        padding: 70px 10%;
        border: 1px solid #EDEFF1;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 15px 15px 30px rgba(0,0,0,0.1);
        -moz-box-shadow: 15px 15px 30px rgba(0,0,0,0.1);
        -ms-box-shadow: 15px 15px 30px rgba(0,0,0,0.1);
        -o-box-shadow: 15px 15px 30px rgba(0,0,0,0.1);
        box-shadow: 15px 15px 30px rgba(0,0,0,0.1);
    }

.form-control {
    height: 38px;
    font-size: 13px;
    font-weight: 500;
    color: #909090;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}

textarea {
    font-size: 15px !important;
    height: auto !important;
}

.input_text_big {
    height: 50px !important;
    font-size: 20px !important;
}

#box_codigo_areaRRHH .prefix,
#box_codigo_area .prefix,
#box_Telefono .prefix,
#box_TelefonoRRHH .prefix {
    position: absolute;
    top: 36px;
    left: -5px;
}

#box_codigo_areaRRHH,
#box_codigo_area,
#box_TelefonoRRHH,
#box_Telefono {
    margin-top: -29px;
}

#update_general .details .bloque_final {
    background-color: #FAFBFD;
}

.bloque_final hr {
    border-top: 3px solid white;
}

.blockquote {
    position: relative;
    font-weight: 300;
    font-size: 18px;
    margin: 30px 0;
    background-color: #FAFBFD;
    padding: 30px;
}

    .blockquote:before,
    .blockquote:after {
        font-family: 'Special Elite', cursive;
        position: absolute;
        color: #dadada;
        font-size: 60px;
        width: 4rem;
        height: 4rem;
        z-index: 9999999;
    }

    .blockquote:before {
        content: '“';
        left: 0;
        top: -20px;
    }

    .blockquote:after {
        content: '”';
        right: 0;
        bottom: 20px;
    }

#lbl_ayuda_email {
    word-break: break-word;
}

/*=====  End of VARIOS  ======*/




/*==============================
=            HEADER            =
==============================*/

section#header {
    padding-top: 70px;
    padding-bottom: 150px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url(../images/header-bg.jpg);
}

    section#header .slogan {
        display: table;
        margin: 0 auto 70px auto;
        background-color: #028c47;
        padding: 5px 25px;
        letter-spacing: 2px;
    }


/*=====  End of HEADER  ======*/


/**
 * TABLETS & MOBILES
 */

@media only screen and (min-width : 768px) {

    /*==============================
=            VARIOS            =
==============================*/

    /*----------  GENERATE MULTIPLE COLUMNS  ----------*/
    ul.multiple_columns {
        height: 700px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

        ul.multiple_columns.mh100 {
            height: 100px;
        }

        ul.multiple_columns.mh200 {
            height: 200px;
        }

        ul.multiple_columns.mh300 {
            height: 300px;
        }

        ul.multiple_columns.mh400 {
            height: 400px;
        }

        ul.multiple_columns.mh500 {
            height: 500px;
        }

        ul.multiple_columns.mh600 {
            height: 600px;
        }

        ul.multiple_columns.mh700 {
            height: 700px;
        }

    /*=====  End of VARIOS  ======*/

}

@media only screen and (min-width: 100px) and (max-width: 600px) {
    /*AJUSTAR PADDING*/
    .padding_min {
        padding: 10px 0% !important;
    }

    .margin_min {
        max-width: 90% !important;
    }

    .special_fs {
        font-size: 0.8em !important;
    }
}

@media only screen and (min-width: 600px) and (max-width: 800px) {
    /*AJUSTAR PADDING*/
    .padding_min {
        padding: 10px 5% !important;
    }

    .margin_min {
        max-width: 90% !important;
    }

    .special_fs {
        font-size: 0.8em !important;
    }
}

/*----------  FX  ----------*/
.fadein {
    animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein { /* Firefox */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein { /* Opera */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*----------  CAPTCHA  ----------*/
.BDC_SoundLink {
    visibility: hidden !important;
}
