@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i'); 

h1, h2, h3, h4, h5{
	color: #001780;
}

p{
	line-height: 1.8 !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.section_dark, .section_dark h1, .section_dark h2, .section_dark h3, .section_dark h4, .section_dark h5, .section_dark p, .section_dark p a{
	color: #FFF !important;
}
blockquote+h2, blockquote+h3, blockquote+h4, blockquote+header h2, form+h2, form+h3, form+h4, form+header h2, ol+h2, ol+h3, ol+h4, ol+header h2, p+h2, p+h3, p+h4, p+header h2, table+h2, table+h3, table+h4, table+header h2, ul+h2, ul+h3, ul+h4, ul+header h2 {
    margin-top: 40px;
}
.section_grey h1, .section_grey h2, .section_grey h3{
	color: #001780;
}
.section_grey p{
	color: #808080 !important;
}
.txt_highlight_light p{
    background-color: #84be3f !important;
    color: #FFF !important;
    padding: 15px;
	font-weight: 300;
}
.sedes_us h4{
	color: #333333;
	font-size: 24px;
}
.sedes_us p{
	line-height: 1.8;
}
.sedes_us p i{
	margin-right: 10px;
}
.sedes_us .vc_tta-panel-heading h4 a{
	font-weight: 400;
	color: #696969 !important;
	font-size: 20px;
	border-bottom: solid 1px #e0e0e0 !important;
	padding: 18px 20px !important;
}
.sedes_us .vc_tta-panel-heading h4 a:first-child{
	border-top: solid 1px #e0e0e0 !important;
}
.sedes_us .vc_active .vc_tta-panel-heading h4 a{
	color: #84BE3F !important;
}

.comments-area ol{
	
}
.comments-area ol li{
	list-style: none;
}
.comments-area .comment-metadata, .comments-area .comment-metadata a{
	font-size: 14px;
    color: #bfbfbf;
}
comments-area article.comment-body {
    padding-bottom: 20px;
}
.contact_icon i {
    background-color: #fff;
    color: #001780;
    font-size: 22px;
    width: 55px;
    height: 55px;
    border-radius: 50px;
    text-align: center;
    vertical-align: middle;
    padding-top: 17px;
    box-shadow: 0 0 0 2px #001780;
}
.social_contact a {
    display: inline-block;
    margin-right: 20px;
}
.social_contact i{
	background-color: #fff;
    font-size: 22px;
	width: 55px;
    height: 55px;
    border-radius: 50px;
    text-align: center;
    vertical-align: middle;
    padding-top: 17px;
}
.social_contact i.fa-facebook-f{
	color: #42599e;
	box-shadow: 0 0 0 2px #42599e;
}
.social_contact i.fa-instagram{
	color: #cd486b;
	box-shadow: 0 0 0 2px #cd486b;
}
.social_contact i.fa-twitter{
	color: #55acee;
	box-shadow: 0 0 0 2px #55acee;
}
.social_contact i.fa-whatsapp{
	color: #25d366;
	box-shadow: 0 0 0 2px #25d366;
}
.social_contact a:last-child{
	margin-right: 0px;
}
.form_contact input[type=text], .form_contact input[type="email"], .form_contact input[type="tel"], .form_contact textarea{
	padding: 8px 15px 8px 45px;
    border-radius: 4px;
    box-shadow: none;
    border: solid 1px #001780;
    background-color: #FFF;
}
.form_contact textarea{
	height: 140px;
}

.form_contact .nombre:before, .form_contact .phone:before, .form_contact .email:before, .form_contact .mensaje:before {
    display: block;
    position: absolute;
    top: 10px;
    left: 12px;
    font-size: 24px;
    font-family: fontawesome;
    text-align: center;
    width: auto;
    opacity: 0.3;
    pointer-events: none;
    transform: translateY(-50%);
    transition: opacity .3s,color .3s;
}
.form_contact .nombre:before{
	content: '\f007';
}
.form_contact .phone:before{
	content: '\f095';
}
.form_contact .email:before{
	content: '\f0e0';
}
.form_contact .mensaje:before{
	content: '\f075';
	top: 20px;
}
.form_contact input[type=text]:focus, .form_contact input[type=email]:focus, .form_contact input[type=tel]:focus, .form_contact textarea:focus{
    border: solid 1px #84BE3F;
}
.form_contact input[type=submit]{
	padding: 6px 40px;
    border-radius: 4px;
    box-shadow: none;
	color: #FFF;
    background-color: #84BE3F;
	outline: none;
	border: solid 1px #84BE3F;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.form_contact input[type=submit]:hover{
	background-color: transparent;
	color: #84BE3F;
}
.ler-header-container .ler-header-top .ler-top-mediossociales .ler-mediossociales-tel {
    margin-left: 0px !important;
}
.menu_footer_sh ul{
	margin-left: 0px;
}
.menu_footer_sh ul li{
	
}

/********************Responsive********************/
@media(min-width:1200px) {
}
@media(max-width:1200px) {
}
@media only screen and (min-width:992px) and (max-width: 1200px) {
   
}

@media(max-width:992px) {
}
@media only screen and (min-width:768px) and (max-width: 991px) {
}
@media(max-width:767px) {

	}
@media only screen and (min-width:480px) and (max-width: 768px) {
}

@media(max-width:480px) {

   
	}

/*=============== WhatsApp Style==============*/
    .whatsapp_fix{
        position: fixed;
        bottom: 12%;
        right: 0px;
        z-index: 5000;
    }
    .whatsapp_fix a{
        background-color: #25d366;
        color: #fff;
        display:inline-block;
        padding: 10px 10px;
        box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.3);
        border-radius: 5px 0px 0px 5px;
    }
    .whatsapp_fix a:hover{
        color:#FFF !important;
    }
    .whatsapp_fix a i{
        display:block;
        text-align: center;
        font-size: 50px;
    }
    .txt_1_chat{
        display: block;
        font-size: 30px;
        line-height: 30px;
    }
    .txt_2_chat{
        display: block;
        font-size: 16px;
        line-height: 18px;
    }

@media(max-width:992px) {
    .whatsapp_fix{
    	top:80%;
    }
    .whatsapp_fix a i {
        font-size: 40px;
    }
    .txt_1_chat {
        font-size: 22px;
        line-height: 22px;
    }
    .whatsapp_fix a {
        width: 130px;
    }
}
@media(max-width:767px) {
    .whatsapp_fix a {
        width: 260px;
    	bottom:30px;
    }
    .whatsapp_fix a i {
        display: inline-block;
        float: left;
    	margin-right: 10px;
    }
    .txt_1_chat {
        display: inline-block;
        float: left;
    }
    .txt_2_chat {
        line-height: 18px;
        display: inline-block;
    	font-size: 14px;
    }
}