/*===========================================================================
=            STYLES BASE - PORTAL DE TRABAJO - GENERAL Y EMPRESAS           =
=============================================================================*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700');

* {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

section#header {
	background-image: url(../images/header-bg.jpg);
	padding-bottom: 60px;
	padding-top: 1px;
}

.panel-body.pt0 {
    margin: -15px;
}

.sombra {
    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);
}

.mtm25 {
    margin-top: -25px;
}

.ofh {
    overflow: hidden;
}

.botonera {
    display: inline-block;
}

    .botonera a {
        display: table-cell;
    }

.b0 {
    border: 0 !important;
}

.brr90 {
    border-top-right-radius: 90px !important;
    border-bottom-right-radius: 90px !important;
}

.left_line_orange {
    padding-left: 10px;
    margin-left: 15px;
    margin-right: -15px;
}

/*----------  LINES  ----------*/
.line_separator_light {
    margin: 0 auto;
    height: 1px;
    width: 100%;
    max-width: 100px;
    background-color: rgba(255,255,255,0.20);
}

.line_separator_dark {
	margin: 0 auto;
	height: 1px;
	width: 100%;
    max-width: 100px;
	background-color: rgba(0,0,0,0.20); 
}

/*----------  COLORS  ----------*/
.color_white {color: #FFFFFF;}
.color_black {color: #000000;}
.bg_white {background-color: #FFFFFF;}
.bg_black {background-color: #000000;}

/*----------  VARIOS  ----------*/
.disable { pointer-events: none; }
.w100{width: 100%;}
.w50{width: 50%;}
.w33{width: 33%;}
.dn {display: none;}
.db {display: block;}
.dib {display: inline-block;}
.dbif {display: inline-flex;}
.wsn {white-space: normal;}
.mw75 {max-width: 75%;}
.mw90 {max-width: 90%;}

.borderless td, .borderless th, .borderless {
    border: none !important;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
}

.preloader_container {
    background-color: black;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}

.preloader {
    width: 70px;
    height: 70px;
    border: 10px solid #eee;
    border-top: 10px solid #666;
    border-radius: 50%;
    animation-name: girar;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    left: calc(50vw - 35px) !important;
    top: 50%;
    position: fixed;
}

@keyframes girar {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


/*----------  LINKS  ----------*/
a, button {
    text-decoration: none;
    font-weight: 500 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

h1 a {
    color: white !important;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: 0;
}

b, strong {
    font-weight: 700;
}

/*----------  ALIGN  ----------*/
.tal {text-align: left;}
.tac {text-align: center;}
.tar {text-align: right;}
.taj {text-align: justify;}

/*----------  TEXT TRANSFORM  ----------*/
.ttu {text-transform: uppercase;}
.ttl {text-transform: lowercase;}
.ttc {text-transform: capitalize;}

/*----------  TEXT DECORATION  ----------*/
.tdu {text-decoration: underline;}

.ns, label, a, img, h1, h2, h2, h3, h4 {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -webkit-user-drag: none !important;
    -khtml-user-drag: none !important;
    -moz-user-drag: none !important;
    -o-user-drag: none !important;
    user-drag: none !important;
}

/*----------  OPACITY  ----------*/
.o0 { opacity: 0; }
.o1 { opacity: 1; }
.o01 { opacity: 0.1; }
.o02 { opacity: 0.2; }
.o03 { opacity: 0.3; }
.o04 { opacity: 0.4; }
.o05 { opacity: 0.5; }
.o06 { opacity: 0.6; }
.o07 { opacity: 0.7; }
.o08 { opacity: 0.8; }
.o09 { opacity: 0.9; }

/*----------  FONT SIZE  ----------*/
.fs12 { font-size: 12px; }
.fs13 { font-size: 13px; }
.fs14 { font-size: 14px; }
.fs15 { font-size: 15px; }
.fs16 { font-size: 16px; }
.fs17 { font-size: 17px; }
.fs18 { font-size: 18px; }
.fs19 { font-size: 19px; }
.fs20 { font-size: 20px; }
.fs25 { font-size: 25px; }
.fs30 { font-size: 30px; }
.fs35 { font-size: 35px; }
.fs40 { font-size: 40px; }
.fs45 { font-size: 45px; }
.fs50 { font-size: 50px; }
.fs55 { font-size: 55px; }
.fs60 { font-size: 60px; }
.fs65 { font-size: 65px; }
.fs70 { font-size: 70px; }

/*----------  FONT WEIGHT  ----------*/
.fw100 { font-weight: 100; }
.fw200 { font-weight: 200; }
.fw300 { font-weight: 300; }
.fw400 { font-weight: 400; }
.fw500 { font-weight: 500; }
.fw600 { font-weight: 600; }
.fw700 { font-weight: 700; }
.fw800 { font-weight: 800; }

.m0 {margin:0;}

.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}

.mra {margin-right: auto;}
.mr10 {margin-right: 10px;}
.mr20 {margin-right: 20px;}
.mr30 {margin-right: 30px;}
.mr40 {margin-right: 40px;}
.mr50 {margin-right: 50px;}

.mb0 {margin-bottom: 0px;}
.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}

.mla {margin-left: auto;}
.ml5 {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.ml30 {margin-left: 30px;}
.ml40 {margin-left: 40px;}
.ml50 {margin-left: 50px;}

.p0 {padding: 0;}
.p10 {padding: 10px;}

.pl10 {padding-left: 10px;}
.pl20 {padding-left: 20px;}
.pl30 {padding-left: 30px;}
.pl40 {padding-left: 40px;}
.pl50 {padding-left: 50px;}

.pt0 {padding-top: 0px;}
.pt10 {padding-top: 10px;}
.pt20 {padding-top: 20px !important;}
.pt30 {padding-top: 30px;}
.pt40 {padding-top: 40px;}
.pt50 {padding-top: 50px;}

.pr0 {padding-right: 0px;}
.pr10 {padding-right: 10px;}
.pr20 {padding-right: 20px;}
.pr30 {padding-right: 30px;}
.pr40 {padding-right: 40px;}
.pr50 {padding-right: 50px;}

.pb0 {padding-bottom: 0px;}
.pb10 {padding-bottom: 10px;}
.pb20 {padding-bottom: 20px !important;}
.pb30 {padding-bottom: 30px;}
.pb40 {padding-bottom: 40px;}
.pb50 {padding-bottom: 50px;}

.pl10 {padding-left: 10px;}
.pl20 {padding-left: 20px;}
.pl30 {padding-left: 30px;}
.pl40 {padding-left: 40px;}
.pl50 {padding-left: 50px;}

/*=====  End of STYLES BASE  ======*/


/**
 * MOBILES & TABLETS
 */
@media only screen and (max-width : 768px) {

/*===================================
=            STYLES BASE            =
===================================*/

/*----------  VARIOS  ----------*/
.disable_mw768 { pointer-events: none; }
.w100_mw768{ width: 100%;}
.w75_mw768{ width: 75%;}
.dn_mw768 { display: none;}
.db_mw768 { display: block;}

/*----------  ALIGN  ----------*/
.tal_mw768 {text-align: left;}
.tac_mw768 {text-align: center;}
.tar_mw768 {text-align: right;}
.taj_mw768 {text-align: justify;}

/*----------  TEXT TRANSFORM  ----------*/
.ttu_mw768 {text-transform: uppercase;}
.ttl_mw768 {text-transform: lowercase;}
.ttc_mw768 {text-transform: capitalize;}

/*----------  OPACITY  ----------*/
.o0_mw768 { opacity: 0; }
.o1_mw768 { opacity: 1; }
.o01_mw768 { opacity: 0.1; }
.o02_mw768 { opacity: 0.2; }
.o03_mw768 { opacity: 0.3; }
.o04_mw768 { opacity: 0.4; }
.o05_mw768 { opacity: 0.5; }
.o06_mw768 { opacity: 0.6; }
.o07_mw768 { opacity: 0.7; }
.o08_mw768 { opacity: 0.8; }
.o09_mw768 { opacity: 0.9; }

/*----------  FONT SIZE  ----------*/
.fs12_mw768 { font-size: 12px; }
.fs13_mw768 { font-size: 13px; }
.fs14_mw768 { font-size: 14px; }
.fs15_mw768 { font-size: 15px; }
.fs16_mw768 { font-size: 16px; }
.fs17_mw768 { font-size: 17px; }
.fs18_mw768 { font-size: 18px; }
.fs19_mw768 { font-size: 19px; }
.fs20_mw768 { font-size: 20px; }
.fs25_mw768 { font-size: 25px; }
.fs30_mw768 { font-size: 30px; }
.fs35_mw768 { font-size: 35px; }
.fs40_mw768 { font-size: 40px; }
.fs45_mw768 { font-size: 45px; }
.fs50_mw768 { font-size: 50px; }
.fs55_mw768 { font-size: 55px; }
.fs60_mw768 { font-size: 60px; }
.fs65_mw768 { font-size: 65px; }
.fs70_mw768 { font-size: 70px; }

/*----------  FONT WEIGHT  ----------*/
.fw100_mw768 { font-weight: 100; }
.fw200_mw768 { font-weight: 200; }
.fw300_mw768 { font-weight: 300; }
.fw400_mw768 { font-weight: 400; }
.fw500_mw768 { font-weight: 500; }
.fw600_mw768 { font-weight: 600; }
.fw700_mw768 { font-weight: 700; }
.fw800_mw768 { font-weight: 800; }

.m0_mw768 {margin:0;}
.p0_mw768 {padding: 0;}

.mt10_mw768 {margin-top: 10px;}
.mt20_mw768 {margin-top: 20px;}
.mt30_mw768 {margin-top: 30px;}
.mt40_mw768 {margin-top: 40px;}
.mt50_mw768 {margin-top: 50px;}

.mr10_mw768 {margin-right: 10px;}
.mr20_mw768 {margin-right: 20px;}
.mr30_mw768 {margin-right: 30px;}
.mr40_mw768 {margin-right: 40px;}
.mr50_mw768 {margin-right: 50px;}

.mb10_mw768 {margin-bottom: 10px;}
.mb20_mw768 {margin-bottom: 20px;}
.mb30_mw768 {margin-bottom: 30px;}
.mb40_mw768 {margin-bottom: 40px;}
.mb50_mw768 {margin-bottom: 50px;}

.pl10_mw768 {padding-left: 10px;}
.pl20_mw768 {padding-left: 20px;}
.pl30_mw768 {padding-left: 30px;}
.pl40_mw768 {padding-left: 40px;}
.pl50_mw768 {padding-left: 50px;}

.pt10_mw768 {padding-top: 10px;}
.pt20_mw768 {padding-top: 20px;}
.pt30_mw768 {padding-top: 30px;}
.pt40_mw768 {padding-top: 40px;}
.pt50_mw768 {padding-top: 50px;}

.pr10_mw768 {padding-right: 10px;}
.pr20_mw768 {padding-right: 20px;}
.pr30_mw768 {padding-right: 30px;}
.pr40_mw768 {padding-right: 40px;}
.pr50_mw768 {padding-right: 50px;}

.pb10_mw768 {padding-bottom: 10px;}
.pb20_mw768 {padding-bottom: 20px;}
.pb30_mw768 {padding-bottom: 30px;}
.pb40_mw768 {padding-bottom: 40px;}
.pb50_mw768 {padding-bottom: 50px;}

.pl10_mw768 {padding-left: 10px;}
.pl20_mw768 {padding-left: 20px;}
.pl30_mw768 {padding-left: 30px;}
.pl40_mw768 {padding-left: 40px;}
.pl50_mw768 {padding-left: 50px;}

/*=====  End of STYLES BASE  ======*/

/**
 * MOVILES
 */
@media only screen and (max-width : 584px) {

/*===================================
=            STYLES BASE            =
===================================*/

/*----------  VARIOS  ----------*/
.disable_mw584 { pointer-events: none; }
.w100_mw584{ width: 100%;}
.dn_mw584 { display: none;}
.db_mw584 { display: block;}

/*----------  ALIGN  ----------*/
.tal_mw584 {text-align: left;}
.tac_mw584 {text-align: center;}
.tar_mw584 {text-align: right;}
.taj_mw584 {text-align: justify;}

/*----------  TEXT TRANSFORM  ----------*/
.ttu_mw584 {text-transform: uppercase;}
.ttl_mw584 {text-transform: lowercase;}
.ttc_mw584 {text-transform: capitalize;}

/*----------  OPACITY  ----------*/
.o0_mw584 { opacity: 0; }
.o1_mw584 { opacity: 1; }
.o01_mw584 { opacity: 0.1; }
.o02_mw584 { opacity: 0.2; }
.o03_mw584 { opacity: 0.3; }
.o04_mw584 { opacity: 0.4; }
.o05_mw584 { opacity: 0.5; }
.o06_mw584 { opacity: 0.6; }
.o07_mw584 { opacity: 0.7; }
.o08_mw584 { opacity: 0.8; }
.o09_mw584 { opacity: 0.9; }

/*----------  FONT SIZE  ----------*/
.fs12_mw584 { font-size: 12px; }
.fs13_mw584 { font-size: 13px; }
.fs14_mw584 { font-size: 14px; }
.fs15_mw584 { font-size: 15px; }
.fs16_mw584 { font-size: 16px; }
.fs17_mw584 { font-size: 17px; }
.fs18_mw584 { font-size: 18px; }
.fs19_mw584 { font-size: 19px; }
.fs20_mw584 { font-size: 20px; }
.fs25_mw584 { font-size: 25px; }
.fs30_mw584 { font-size: 30px; }
.fs35_mw584 { font-size: 35px; }
.fs40_mw584 { font-size: 40px; }
.fs45_mw584 { font-size: 45px; }
.fs50_mw584 { font-size: 50px; }
.fs55_mw584 { font-size: 55px; }
.fs60_mw584 { font-size: 60px; }
.fs65_mw584 { font-size: 65px; }
.fs70_mw584 { font-size: 70px; }

/*----------  FONT WEIGHT  ----------*/
.fw100_mw584 { font-weight: 100; }
.fw200_mw584 { font-weight: 200; }
.fw300_mw584 { font-weight: 300; }
.fw400_mw584 { font-weight: 400; }
.fw500_mw584 { font-weight: 500; }
.fw600_mw584 { font-weight: 600; }
.fw700_mw584 { font-weight: 700; }
.fw800_mw584 { font-weight: 800; }

.m0_mw584 {margin:0;}
.p0_mw584 {padding: 0;}

.mt10_mw584 {margin-top: 10px;}
.mt20_mw584 {margin-top: 20px;}
.mt30_mw584 {margin-top: 30px;}
.mt40_mw584 {margin-top: 40px;}
.mt50_mw584 {margin-top: 50px;}

.mr10_mw584 {margin-right: 10px;}
.mr20_mw584 {margin-right: 20px;}
.mr30_mw584 {margin-right: 30px;}
.mr40_mw584 {margin-right: 40px;}
.mr50_mw584 {margin-right: 50px;}

.mb10_mw584 {margin-bottom: 10px;}
.mb20_mw584 {margin-bottom: 20px;}
.mb30_mw584 {margin-bottom: 30px;}
.mb40_mw584 {margin-bottom: 40px;}
.mb50_mw584 {margin-bottom: 50px;}

.pl10_mw584 {padding-left: 10px;}
.pl20_mw584 {padding-left: 20px;}
.pl30_mw584 {padding-left: 30px;}
.pl40_mw584 {padding-left: 40px;}
.pl50_mw584 {padding-left: 50px;}

.pt10_mw584 {padding-top: 10px;}
.pt20_mw584 {padding-top: 20px;}
.pt30_mw584 {padding-top: 30px;}
.pt40_mw584 {padding-top: 40px;}
.pt50_mw584 {padding-top: 50px;}

.pr10_mw584 {padding-right: 10px;}
.pr20_mw584 {padding-right: 20px;}
.pr30_mw584 {padding-right: 30px;}
.pr40_mw584 {padding-right: 40px;}
.pr50_mw584 {padding-right: 50px;}

.pb10_mw584 {padding-bottom: 10px;}
.pb20_mw584 {padding-bottom: 20px;}
.pb30_mw584 {padding-bottom: 30px;}
.pb40_mw584 {padding-bottom: 40px;}
.pb50_mw584 {padding-bottom: 50px;}

.pl10_mw584 {padding-left: 10px;}
.pl20_mw584 {padding-left: 20px;}
.pl30_mw584 {padding-left: 30px;}
.pl40_mw584 {padding-left: 40px;}
.pl50_mw584 {padding-left: 50px;}

/*=====  End of STYLES BASE  ======*/

/*==================================================================
=            CUSTOM STYLES - PORTAL DE TRABAJO - TERRA             =
====================================================================*/

body {
    font-family: 'Montserrat', sans-serif;
    color: #505050 !important;
    font-size: 1.75rem;
    line-height: 1.7;
}

.switch {
    top: 3px !important;
    margin-left: 0px !important;
    margin-right: 10px;
}

.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;
    }

.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-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;
}

/*----------  BTN PRIMARY  ----------*/

label {
    font-weight: 500;
    font-size: 15px;
}

/*----------  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 {
    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 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;
}

.alerta_validacion {
    color: red;
    font-size: x-large;
    font-weight: bold;
    margin-bottom: -7px;
}

section#sections {
    background-color: #8080809e;
}

#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;
    padding: 10px 25px;
    letter-spacing: 2px;
    font-weight: 600;
}

#header header .slogan h2 {
    font-weight: 600;
}

/*=====  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;
}

#inscriptions.style .btn_action .btn {
    width: 100%;
    max-width: 250px;
    margin: 3px auto;
    border-width: 0px;
    padding: 7px 15px;
    font-size: 14px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    font-family: Montserrat;
    font-weight: 500;
    font-style: normal;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.panel-body.pt0 {
    background-color: #ffffffeb;
    margin-top: 0px;
}