:root {
    --gris: #808080;
    
}   

.monse{
    font-family: 'Montserrat', sans-serif!important;
}

.roboto{
    font-family: 'Roboto', sans-serif!important;
}

.title-slide{
    font-family: 'Montserrat', sans-serif!important;
    font-size: 50px!important;
    color: #ffffff;
    text-shadow: 2px 3px 5px #000;
    font-weight: 300!important;
}

.subtitle-slide{
    font-family: 'Montserrat', sans-serif!important;
    font-size: 50px!important;
    color: #ffffff;
    text-shadow: 2px 3px 5px #000;
    font-weight: 300!important;
}

.btn-slide{
    font-family: 'Montserrat', sans-serif!important;
    font-size: 28px!important;
    font-weight: 400!important;
    text-shadow: 2px 3px 5px #000;
}
.btn-slide:hover{
    text-shadow: none;
}

.p-slide{
    font-family: 'Montserrat', sans-serif!important;
    font-weight: 300!important;
    color: #fff;
    text-shadow: 2px 3px 5px #000;
    font-size: 23px!important;
}

.w-300{
    font-weight:300 !important;
}
.w-400{
    font-weight:400 !important;
}
.w-500{
    font-weight:500 !important;
}
.w-700{
    font-weight:700 !important;
}
.w-900{
    font-weight:900 !important;
}

.colorbottom-slide{
    padding-bottom: 70px;
}

.l-gris{
    color: #808080;
}

.l-negra{
    color: #000000;
}

.l-blanca{
    color: #ffffff;
}

.title-san-angel{
    font-size: 45px;
    font-weight: 700;
}

.subtitle-san-angel{
    font-size: 23px;
    font-weight: 500;
}

.p-no-margin{
    margin: 0;
}

.justi-parrafo{
    text-align: justify;
}

.no-uppercase{
    text-transform: none;
}

.frase-cerradora{
    font-size: 17px;
    line-height: 22px;
}

.mar-b-5-parrafos{
    margin-bottom: 5%!important;
}

.mar-t-subtitle-content{
    margin-top: 2%;
}

.flex-content{
    display: flex;
    justify-content: center;
    align-items: center;
}

.f-titles-23{
    font-size: 23px;
}

.padd-r-departments{
    padding-right: 80px !important;
    padding-left: 45px!important;
}

.cursive{
    font-style: italic;
}

.list-type{
    position: relative;
    list-style-type: none;
    margin-left: 15px;
    margin-bottom: 5px;
}

.list-type:before{
	position:absolute;
	content:"";
	top:15%;
	margin-left:-10px;
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #000;
}

.mar-l-text-list{
    margin-left: 5px;
}

.title-sections{
    font-size: 40px;
}

ul.listDepto a li{
    padding: 10px 5px 10px 5px;
    font-size: 16px;
    color: #808080;
}

ul.listDepto{
    margin-top: 0px;
}

.dis.lh-100{
    line-height: 100px;
}

.dis-flex-menu{
    display: flex;
}

.redes{
    padding: 0 15px;
}

.scrolled .dis.lh-100{
    line-height: 57px;
}

.cont-whats {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
    padding-right: 25px;
}

.dis-block-header {
    display: block;
}

.whats-header {
    width: 35px;
    height: 100%;
    margin-left: 10px;
}

.lh-18-whats{
    line-height: 18px!important;
}

.paddt-cont-info-header{
    padding-top: 25px;
}

.no-decoration{
    text-decoration: none !important;
}

.bold:hover{
    font-weight: 700!important;
}

.lh-15{
    line-height: 17px !important;
}

.right-info-header{
    text-align: right;
}

.tp-forcenotvisible{
    visibility: visible!important;
    display: block!important;
}

.gris:hover{
    color: #808080;
}

.mensaje-footer{
    position: absolute;
    
}

.form-control{
    background: transparent!important;
    color: #fff !important;
}

input.l-blanca{
    color: #ffffff!important;
}

textarea.l-blanca{
    color: #ffffff!important;
}












/**********botones***************/

.btn-content{
    padding: 10px 30px;
    border: 1px solid #000;
    background: transparent;
    color: #000;
    font-size: 16px;
}

.btn-content:hover{
    color: #fff;
    background: #808080;
    border: 1px solid #808080;
    text-decoration: none;
}

.btn-content-2{
    padding: 10px 30px;
    border: 1px solid #fff;
    background: #fff;
    color: #808080;
    font-size: 16px;
}

.btn-content-2:hover{
    color: #fff;
    background: #808080;
    border: 1px solid #808080;
    text-decoration: none;
}

.content-boton{
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 7%;
}

.content-boton-2{
    margin-top: 7%;
}

.footer_top .q_social_icon_holder:hover i.simple_social{
    color: #808080!important;
}



/**********************POP UP******************************/


.white-popup {
  position: relative;
  background: rgba(128, 128, 128, .75);
  padding: 20px;
  width: auto;
  max-width: 800px;
  margin: 20px auto;
}

.boton-pop{
    text-align: center;
    padding: 10px 15px;
    width: 120px;
    background: transparent;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #fff;
}

.boton-pop:hover{
    text-align: center;
    padding: 10px 15px;
    width: 120px;
    background: transparent;
    font-size: 16px;
    cursor: pointer;
     border: 1px solid #0777bd;
}

.title-popup{
    color: #fff;
}

.form-control:hover{
    border: 1px solid #0777bd;
}

.form-control{background-color: transparent; color: #fff;}

.mfp-close-btn-in .mfp-close{color: #fff;}