/*
Theme Name: FOGAPI
Theme URI: http://www.staffdigital.pe
Author: Miguel Fuentes - mfuentes@staff.digital
Author URI: http://www.staffdigital.pe
Description: Template desarrollado a medida para el cliente "FOGAPI".
Version: 1.0
License: Premium
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fogapi
*/

*, *:after, *:before { 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
*{
	padding: 0;
	margin: 0;
}
.clearfix:after,
.menu:after,
.menu-item:after,
.owl-stage:after,
.tnp-widget-minimal form:after{
	content: "";
	clear: both;
	visibility: hidden;
	display: block;
	height: 0;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*
-----------------------------------
GENERAL
-----------------------------------
*/

a {
	color: #ffffff !important;
}

a:hover{
    color:# #DDDDDD;
}

body {
	padding: 0;
	margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    color: #333333;
}
.open__menu__responsive{
    overflow: hidden;
}

.left{
	text-align: left;
}
.right{
    text-align: right;
}
.center{
    text-align: center;
}
.aling-left{
    float: left;
}
.aling-right{
    float: right;
}
.aling-center{
    display: block !important;
    margin: 0 auto;
}

/* Content style */
.wrapper {
	width: 100%;
	margin: 0 auto;
    position: relative;
}
 
/* Header styles and animations */

#wrapper_site{
    /*padding-top: 72px;*/
    overflow-x: hidden;
}
.hbc_active{
    padding-bottom: 72px;
}

.header {
	background: #ffffff;
	color:#000000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    height: 102px;
    padding: 0px;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.header .menu_bar{
    padding: 32px 0px;
	padding-left: 8%;
	padding-right: 8%;
}

.header.small-header,
.header.header_bg_color{
    height: 70px;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,0.16);
}
.header.small-header  .menu_bar,
.header.header_bg_color  .menu_bar{
    padding: 15px 0px;
	padding-left: 8%;
    padding-right: 8%;
}

.header.small-header .top_header,
.header.header_bg_color .top_header{
    display: none;
}

.header_pages.header_bg_color{
    margin-top: 70px;
}

.top_header{
    line-height: 34px;
    background: #FFFFFF;
    text-align: center;
    color: #929292;
    font-family: 'Gotham-Book';
    font-size: 14px;
}
.top_header a{
    color: #929292;
    text-decoration: none;
}
.top_header a:hover{
    color: #39579C;
}
.top_header .header_text_phone:before{
    font-family: icomoon;
    color: #929292;
    content: "\e915";
    margin-right: 8px;
    vertical-align: middle;
}
.header .logo{
    width: 170px;
    height: 40px;
}

.logo{
	float: left;
    position: relative;
    z-index: 1;
}
.logo a,
.logo img{
    display: block;
}
.logo .white,
.logo .color{
    position: absolute;
    top: 0px;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
.logo .color,
.header.small-header .white{
    opacity: 1;
}
.header.small-header .color,
.header.header_bg_color .color{
    opacity: 1;
}
.header-solid .header .white{
    opacity: 0;
}
.header-solid .header .color{
    opacity: 1;
}

.headerbar{
	float: right;
	position: relative;
}

header.header .wrapper{
    /*width: 100%;
    max-width: 100%;*/
}


/* MENUS TOP */

.phone_header{
    padding-left: 20px;
}

.phone_header:before{
    content: "\e90e";
    font-family: icomoon;
    font-size: 25px;
    position: absolute;
    left: 0px;
    top: 8px;
    color: #ffffff;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.phone_header:hover:before{
    color: #e44740;
}
.header.small-header .phone_header:before{
    color: #00263a;
}
.header.small-header .phone_header:hover:before{
    color: #e44740;
}
.widget_menu_responsive .phone_header{
    padding-left: 35px;
}
.widget_menu_responsive .phone_header:before{
    color: #FFFFFF;
    top: 0px;
}
.widget_menu_responsive .phone_header:hover:before{
    color: #e44740; 
}
@media screen and (max-width: 1024px) {
    .widget_menu_responsive .menu-item-24,
    .widget_menu_responsive .menu-item-390,
    .widget_menu_responsive .menu-item-391{
        display: none;
    }
}

.headerbar_menu .menu{
	margin: 0px;
	padding: 0px;
	list-style: none;
    float: left;
    position: relative;
}

.headerbar_menu .menu li{
    position: relative;
	float: left;
}
.headerbar_menu .menu li a{
    font-weight: 700;
	color: #FFFFFF;
	font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    line-height: 40px;
	text-decoration: none;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    display: block;
    padding: 0 22px;
    position: relative;
}
.headerbar_menu .menu li a:hover,
.headerbar_menu .menu li.current-menu-item a{
    color: #e44740;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.headerbar_menu{
    position: relative;
}

.headerbar_menu .menu li:hover a:before,
.headerbar_menu .menu li.current-menu-item a:before,
.header.small-header .headerbar_menu .menu li:hover a:before,
.header.small-header .headerbar_menu .menu li.current-menu-item a:before{
    /*content: "";
    height: 3.6px;
    position: absolute;
    bottom: -18px;
    left: 0px;
    width: 100%;*/
}

.headerbar_menu .menu li:hover a:before,
.headerbar_menu .menu li.current-menu-item a:before{
    background: #FFFFFF;
}
.header.small-header .headerbar_menu .menu li:hover a:before,
.header.small-header .headerbar_menu .menu li.current-menu-item a:before,
.header.header_bg_color .headerbar_menu .menu li:hover a:before,
.header.header_bg_color .headerbar_menu .menu li.current-menu-item a:before{
    background: #4BA4DB;
}
.header.small-header .headerbar_menu .menu li a,
.header.header_bg_color .headerbar_menu .menu li a,
.header.header_bg_color .headerbar_menu .menu li.phone_header:before{
    color: #00263a;
}
.header.small-header .headerbar_menu .menu li a:hover,
.header.small-header .headerbar_menu .menu li.current-menu-item a,
.header.header_bg_color .headerbar_menu .menu li a:hover,
.header.header_bg_color .headerbar_menu .menu li.current-menu-item a,
.header.header_bg_color .headerbar_menu .menu li.phone_header:hover:before{
    color: #e44740;
}


.headerbar_menu .menu .sub-menu{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 68px;
    left: 0px;
    background: #FFFFFF;
    width: 325px;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    padding: 8px 0px;
    border-top: solid 1px #FFFFFF;
}
.header.small-header .headerbar_menu .menu .sub-menu{
    border-top: solid 1px #4BA4DB;
}
.headerbar_menu .menu li:hover  .sub-menu{
    opacity: 1;
    visibility: visible;
}
.headerbar_menu .menu .sub-menu li{
    display: block;
    float: none;
    width: 100%;
    list-style: none;
    margin: 0px;
}
.headerbar_menu .menu .sub-menu li a{
    color: #929292;
    line-height: 40px;
    padding: 0 30px;
}
.headerbar_menu .menu .sub-menu li a:hover{
    color: #4BA4DB;
}
.headerbar_menu .menu li:hover .sub-menu li a:before,
.header.small-header .headerbar_menu .menu li:hover .sub-menu li a:before{
    display:none !important;
    border: dashed 3px red;
}

/**/

.menu_open:before,
.menu_close:before{
    /*content: "";
    height: 70px;
    width: 1px;
    background: #e7e7e7;
    position: absolute;
    top: -16px;
    left: 0px;
    z-index: 5;*/
}

.menu_open{
    position: relative;
    font-size: 40px;
    cursor: pointer;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.menu_open{
    width: 23px;
    text-align: center;
	top: 10px;
    line-height: 40px;
    float: left;
    color: #F2A03D;
    font-size: 26px;
    margin-left: 22px;
	display: none;
}

.menu_open:hover{
    color: #e44740;
}


.header.small-header .menu_open,
.header.small-header .menu_close,
.header.header_bg_color .menu_open,
.header.header_bg_color .menu_close{
    color: #00263a;
}
.header.small-header .menu_open:hover,
.header.small-header .menu_close:hover,
.header.header_bg_color .menu_open:hover,
.header.header_bg_color .menu_close:hover{
    color: #e44740;
}

.open__menu__responsive .menu_open,
.open__menu__responsive #menu-menu-top .menu_open{
    /*display: none;*/
}
.open__menu__responsive .menu_close,
.open__menu__responsive .headerbar_menu .social_media{
    display: block;
}

.social_media_responsive{
    padding: 30px;
}
.social_media_responsive .social_media_list i{
     border: solid 1px #ffffff !important;
}
.social_media_responsive .social_media_list li a{
    color: #ffffff !important;
}
.social_media_responsive .social_media_list i:hover{
    border: solid 1px #43bfdf !important;
}

/* MENU RESPONSIVE */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: #6c753c;
    overflow-x: hidden;
    transition: 0.5s;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.16);
}
.content_menu_responsive .menu{

}
.content_menu_responsive .menu li{
    display: table;
    float: left;
    width: 33.333%;
    min-height: 305px;
    border-bottom: solid 1px rgba(255,255,255,0.30);
    /*margin-left: -1px;
    margin-top: -1px;*/
}
.content_menu_responsive .menu li:nth-child(2),
.content_menu_responsive .menu li:nth-child(5){
    border-left: solid 1px rgba(255,255,255,0.30);
    border-right: solid 1px rgba(255,255,255,0.30);
}
.content_menu_responsive .menu li a{
    text-decoration: none;
    font-family: 'ProximaNova-Regular';
    font-weight: bold;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    font-size: 24px;
    transition: 0.3s;
    line-height: 20px;
    padding: 0px 30px;
    text-align: center;
    text-transform: uppercase;
}
.content_menu_responsive .menu li a:hover,
.content_menu_responsive .menu li.current-menu-item a{
    color: #FF8300;
}

.btn_contact_header{
    width: 200px;
    text-align: center;
    line-height: 70px;
    display: block;
    float: right;
    /*margin-right: -200px;*/
    margin-top: -16px;
    background: #FF8300;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: 'ProximaNova-Regular';
    font-size: 14px;
    text-decoration: none;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.btn_contact_header:hover{
    color: #012639;
}

.load_layer_responsive{
    width: 0;
    height: 0px;
}
.open__menu__responsive .sidenav{
    width: 436px;
}
.open__menu__responsive .overlay_menu_responsive{
    height: 100%;  
    width: 100%;  
    position: fixed;  
    z-index: 2;  
    top: 0;
    background: rgba(0,0,0,0.39);
    overflow-y: hidden;  
    transition: 0.5s;
}
.wrapper_sidenav{
    padding: 84px 72px;
}
.wrapper_sidenav .widget{
    border-bottom: solid 1px #e2e2e2;
    padding-bottom: 30px;
    margin-bottom: 30px;
    width: 292px;
    position: relative;
}
.wrapper_sidenav .widget.content_logo_side a{
    display: block;
}
.wrapper_sidenav .widget img{
    max-width: 100%;
    height: auto;
}
.wrapper_sidenav .widget:last-child{
    border: none;
}
.wrapper_sidenav .widget .menu_close{
    position: absolute;
    top: -42px;
    right: 0px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 20px;
    color: #FFFFFF;
    cursor: pointer;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.wrapper_sidenav .widget .menu_close:hover{
    color: #e44740;
}
.wrapper_sidenav .widget .menu_close:before{
    content: "\e902";
    font-family: icomoon;
}

@media screen and (max-width: 380px) {
    .open__menu__responsive .sidenav{
        width: 100%;
    }
    .wrapper_sidenav{
        padding-left: 30px;
        padding-right: 30px;
    }
}

/**/

.open__menu__responsive .sidenav .wrapper{
    width: 100%;
    max-width: 100%;
}

.column_contact.contact_responsive{
    width: 100%;
    text-align: center;
}
.column_contact.contact_responsive h3{
    color: #ffffff;
    text-transform: uppercase;
    margin: 20px 0px;
}
.column_contact.contact_responsive a{
    display: block;
    color: #FFFFFF;
    text-decoration: none;
}
.column_contact.contact_responsive a:hover{
    color: #FF8300;
}
.column_contact.contact_responsive .widget_content{
    text-align: center;
}
.column_contact.contact_responsive .widget_content ul.social_media {
    display: inline-block;
    margin: 0;
    padding: 0;
    zoom:1;
    *display: inline;
    margin-top: 30px;
}
.column_contact.contact_responsive .widget_content ul.social_media li a{
    color: #FFFFFF !important;
}
.column_contact.contact_responsive .widget_content ul.social_media li a:hover{
    color: #FF8300 !important;
}

@media screen and (max-width: 1440px) {
    /*.btn_contact_header{
        margin-right: 0px;
    }
    .logo{
        margin-left: 0px;
    }*/
}
@media screen and (max-width: 1440px) {
    .headerbar_menu .menu li{
        margin: 0 5px;
    }
}
@media screen and (max-width: 1024px) {
    .headerbar_menu .menu{
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .content_menu_responsive .menu li a{
        font-size: 20px;
    }
}
@media screen and (max-width: 640px) {
    .open__menu__responsive .headerbar_menu .social_media{
        display: none;
    }
    .content_menu_responsive .menu li{
        margin-left: 0px;
        margin-top: 0px;
        min-height: 200px;
    }
    .open__menu__responsive .sidenav{
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 100%;
    }
}
@media screen and (max-width: 630px) {
    .btn_contact_header{
        width: 150px;
    }
}
@media screen and (max-width: 480px) {
    .btn_contact_header{
        display: none;
    }
    .content_menu_responsive .menu li,
    .content_menu_responsive .menu li:nth-child(2),
    .content_menu_responsive .menu li:nth-child(5){
        width: 100%;
        min-height: auto;
        border-bottom: solid 1px rgba(255,255,255,0.30);
        border-left: 0px;
        border-right: 0px;
    }
    .content_menu_responsive .menu li a{
        display: block;
        padding: 15px;
    }
    .menu_open,
    .menu_close{
        width: 50px;
    }
    .header{
        height: 86px;
    }
    .top_header{
        display: none;
    }
}
@media screen and (max-width: 375px) {
    .phone_header{
        display: none;
    }
    .content_menu_responsive .menu li{
        width: 100%;
        min-height: auto;
        margin-top: -1px;
    } 
}

 
/* SLIDER */

.home-item-slider-cnt{
    max-width: 1200px;
    width: 98%;
    margin: auto;
    position: relative;
    z-index: 5;
}

.home-item-slider-table{
    display: table-cell;
    width: 2000px;
    /*height: 100vh;*/
    height:750px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content_item_ImageVideo_slider{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.content_item_ImageVideo_slider .wrapper{
    width: 100%;
}
.item_content_text_slider{
    position: absolute;
    top: 0px;
    z-index: 5;
    width: 100%;
    height: 100%;
}

.home-slider-wrapper .item_slider_home {
    list-style-type: none;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.slider_home .owl-item .content_btn_slider a{
    color: #b88e80;
    font-family: 'ProximaNova-Light';
    font-size: 15px;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.slider_home .owl-item .content_btn_slider a:before{
    content: "";
    position: absolute;
    bottom: -11px;
    height: 1px;
    background: #b88e80;
    width: 100%;
}
.slider_home .owl-item .content_btn_slider a:hover{
    color: #FFFFFF;
}
.slider_home .owl-item .content_btn_slider a:hover:before{
    background: #FFFFFF;
}

/* START ANIMATE SLIDER */

.slider_home .owl-item .content_title_text_slider,
.slider_home .owl-item .content_btn_slider{
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.slider_home .owl-item .content_title_text_slider{
    -webkit-transform: translateX(-90px);
    -moz-transform: translateX(-90px);
    -o-transform: translateX(-90px);
    -ms-transform: translateX(-90px);
    transform: translateX(-90px);
}
.slider_home .owl-item .content_btn_slider{
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
}
.slider_home .owl-item.active .content_title_text_slider,
.slider_home .owl-item.active .content_btn_slider{
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.slider_home .owl-item.active .content_title_text_slider{
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.slider_home .owl-item.active .content_btn_slider{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}


/* END ANIMATE SLIDER */

.home-slider-wrapper .item_slider_home:before,
.home-slider-wrapper .item_slider_home:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home-slider-wrapper .item_slider_home:before{
background: -moz-linear-gradient(left, rgba(70,85,104,0.65) 0%, rgba(70,85,104,0.70) 27%, rgba(70,85,104,0.50) 64%, rgba(70,85,104,0.50) 100%);
background: -webkit-linear-gradient(left, rgba(70,85,104,0.65) 0%,rgba(70,85,104,0.70) 27%,rgba(70,85,104,0.50) 64%,rgba(70,85,104,0.50) 100%);
background: linear-gradient(to right, rgba(70,85,104,0.65) 0%,rgba(70,85,104,0.70) 27%,rgba(70,85,104,0.50) 64%,rgba(70,85,104,0.50) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#465568', endColorstr='#00465568',GradientType=1 );
}
.items-slider{
    position: relative;
    padding: 10px 58px 10px 58px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.items-slider h1{
    font-family: 'Roboto-Bold';
    font-size: 45px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    position: relative;
    z-index: 2;
    line-height: 1.2;
}

.items-slider .title_slider{
    font-family: 'ProximaNova-Bold';
    font-size: 78px;
    color: #FFFFFF;
    display: block;
    margin-bottom: 30px;
}
.items-slider p{
    font-family: 'Gotham-Book';
    position: relative;
    font-size: 25px;
    color: #5D5D5D;
    margin: 0;
}

.slider_home .owl-prev,
.slider_home .owl-next{
    position: absolute;
    top: 50%;
    width: 28px;
    height: 130px;
    line-height: 130px;
    text-align: center;
    margin-top: -65px;
    background: #FFFFFF;
    font-size: 30px;
}

.slider_home .owl-prev{
    left: 50%;
    margin-left: -14px;
}
.slider_home .owl-next{
    right: 17px;
}

/* NEW STYLE NAV SLIDER */

.slider_home .owl-nav .owl-prev a:before,
.slider_home .owl-nav .owl-next a:before{
    position: absolute;
    font-family: icomoon;
    font-size: 10px;
    color: #FFFFFF;
    border: dashed 1px red;
}
.slider_home .owl-nav .owl-prev a:before{
    content: "\e927";
    right: 8px;
}
.slider_home .owl-nav .owl-next a:before{
    content: "\e926";
    left: 8px;
}
.slider_home .owl-nav .owl-next a{
    text-align: right;
}

.btn_animate_down {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn_animate_down:hover:before,
.btn_animate_down:focus:before,
.btn_animate_down:active:before {
  -webkit-animation-name: icon-animate-down;
  animation-name: icon-animate-down;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;

}
/**/
.btn_animate_up {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.btn_animate_up:hover:before,
.btn_animate_up:focus:before,
.btn_animate_up:active:before {
  -webkit-animation-name: icon-animate-up;
  animation-name: icon-animate-up;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Animate Down */
@-webkit-keyframes icon-animate-down {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes icon-animate-down {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* Icon Animate Up */
@-webkit-keyframes icon-animate-up {
  16.65% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  33.3% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  49.95% {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
  }
  66.6% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  83.25% {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes icon-animate-up {
  16.65% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  33.3% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  49.95% {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
  }
  66.6% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  83.25% {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/**/
.slider_home{
    z-index: 1;
}
.slider_home .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 0px;
    margin-bottom: 0px;
    position: absolute;
    bottom: 50px;
    margin-left: 18%;
}
.slider_home .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.slider_home .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 5px 7px;
    background: none;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    border: solid 1px #012639;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.slider_home .owl-dots .owl-dot.active span,
.slider_home .owl-dots .owl-dot:hover span {
    background: #012639;
}

.slider_home .item_slider_home video {
    min-width: 100%;
    min-height: 100%;
    display: inline-block;
    vertical-align: baseline;
    position: absolute;
}

@media screen and (max-width: 1366px){
    .slider_home .owl-next{
        right: 5%;
    }
    .slider_home .owl-prev{
        left: 5%;
    }
    .home-item-slider-table,
    .content_item_ImageVideo_slider{
        height: 510px;
    }
}
@media screen and (max-width: 1280px){
    .slider_home .owl-next{
        right: 1%;
    }
    .slider_home .owl-prev{
        left: 1%;
    }
}
@media screen and (max-width: 1024px){
    .items-slider .title_slider{
        font-size: 40px;
    }
    .items-slider p{
        font-size: 20px;
    }
}
@media screen and (max-width: 768px){
    .slider_home .item_slider_home video{
        margin-left: -900px;
    }
    .items-slider .title_slider,
    .slider_home .owl-item.active .content_btn_slider{
        text-align: center;
    }
}
@media screen and (max-width: 640px){
    .slider_home .item_slider_home video{
        margin-left: -920px;
    }
}
@media screen and (max-width: 480px){
    .items-slider .title_slider{
        font-size: 30px;
    }
    .slider_home .owl-nav{
        display: none;
    }
}

@media screen and (max-width: 380px){
    .items-slider{
        padding-left: 20px;
        padding-right: 20px;
    }

    .items-slider .title_slider{
        font-size: 25px;
    }
    .slider_home .item_slider_home video{
        margin-left: -1100px;
       /* margin-top: -54px;
        border: dashed 1px red;
        height: 100px;*/
    }
}
@media screen and (max-width: 360px){
    /*.slider_home .item_slider_home video{
        margin-left: -1100px;
    }*/
}

/*.content_video video { display: none; }
@media (-webkit-video-playable-inline) {
    .content_video video { display: initial; }
}*/


/* HEADER PAGES */
.header_pages{
    min-height: 400px;
	margin-top: 70px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.header_pages h3{
    font-size: 45px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 0px;
    padding-left: 60px;
}
.header_pages h3 strong{
    font-weight: 700;
    color: #ffffff;
    display: block;
}
.header_pages:before{
    content: "";
    background-color: rgba(3,38,56,0.5);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.09);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
 
.header_pages .wrapper{
    z-index: 1;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


@media screen and (max-width: 1024px){
    .header_pages{
        min-height: 300px;
    }
    .header_pages h3{
        font-size: 45px;
        line-height: 45px;
    }
}
@media screen and (max-width: 640px){
    .header_pages{
        min-height: 250px;
    }
    .header_pages h3{
        font-size: 35px;
        line-height: 35px;
    }
}
@media screen and (max-width: 480px){
    .header_pages h3{
        font-size: 30px;
    }
}
@media screen and (max-width: 375px){
    .header_pages{
        min-height: 200px;
    }
    .header_pages h3{
        font-size: 30px;
        padding-left: 0px;
        text-align: center;
    }
}


/* CUSTOM GRID */

.row-grid:after{clear:both; content:" "; display:block; visibility:hidden; height:0;}
.row-grid{padding: 0px;margin: 0px -5px; margin-bottom: 10px; list-style: none;}
.row-grid.no-margin{margin-right: 0px; margin-left: 0px; margin-bottom: 0px}
.row-grid.no-margin-bottom{ margin-bottom: 0px; }
.row-grid img{max-width: 100%; height:auto; display: block;}
.column-1,
.column-2,
.column-3,
.column-4,
.column-5{
    float: left;
    position: relative;
    min-height: 1px; 
    padding: 0px 10px;
}
.column-1{width: 100%;}
.column-2{width: 50%;}
.column-3{width: 33.333%;}
.column-4{width: 25%;}
.column-5{width: 20%;}

.no-padding{padding: 0px;}
.no-padding-right{padding-right: 0px;}
.no-padding-left{padding-left: 0px;}

@media screen and (max-width: 640px){
    .row-grid{
        margin: 0 0px;
    }
}

/* CONTENT */
p{
    margin-bottom: 20px;
	text-align: justify;
}
h1, h2, h3, h4, h5, h6{
    font-weight: normal;
}

h1{
    font-size: 28px;
	 color: #d96e30  !important ; 
}
h2{}
h3{
    font-size: 23px;
    margin-bottom: 28px;
    color: #012639;
}
h4{
    font-size: 21px;
    margin-bottom: 12px;
    color: #e02b20;
}
h5{
    color: #808286;
    font-size: 20px;
    margin-bottom: 38px;
}
h6{
    font-size: px;
}

aside{
    position: relative;
}

.home .main_content{
    padding-top: 0px;
}

.main_content{
    padding: 70px 0;
}
.main_content.header_active_solid{
    margin-top: 70px;
}
.main_content p{
    margin-bottom: 20px;
    line-height: 20px;
}
.main_content h2{
    color: #e02b20;
    font-size: 25px;
    line-height: 44px;
    margin-bottom: 35px;
    text-transform: uppercase;
}
.main_content h2 strong{
    font-size: 38px;
    font-weight: normal;
    color: #39579C;
}
.main_content ul{
    /*margin: 0px;
    padding: 0px;
    margin-top: 30px;
    margin-bottom: 30px;*/
}
.main_content ul li{
    /*list-style: none;
    padding-left: 30px;
    position:relative;
    margin-bottom: 20px;
    font-size: 18px;*/
    list-style: none;
}
.main_content ul li:before{
    /*content: "\e914";
    font-family: icomoon;
    font-size: 4px;
    position: absolute;
    left: 0px;
    top: 0px;*/
}

.main_content h1.title_page{
    position: relative;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 70px;
}
.main_content h1.title_page:before{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    width: 54px;
    height: 2px;
    background: #e43f40;
}
section h3.title_section{
    color:  #012639;
    font-size: 30px;
    font-weight: 700 !important;
    padding-bottom: 22px;
    position: relative;
    margin-bottom: 45px;
}
section h3.title_section:before{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    width: 54px;
    height: 2px;
    background: #e44041;
}

.main_content ul.list-check{
    margin: 15px 0;
}

.main_content ul.list-check li{
    padding-left: 0px;
}
.main_content ul.list-check li i{
    margin-right: 8px;
    color: #39579C;
}

.content_staff ul.list-check li i,
.content_staff ul li i{
    display: none;
}

.aligncenter{
    display: block;
    margin: 0 auto;
}
.alignleft{
    float: left;
    margin-right: 15px;
}
.alignright{
    float: right;
    margin-left: 15px;
}

.content_service ul.list-check{
    padding-left: 0px;
}
.content_service ul.list-check li{
    list-style: none;
    padding-left: 25px;
    position: relative;
    margin: 5px 0;
}
.content_service ul.list-check li:before{
    font-size: 20px;
    color: #39579C;
    content: "\e906";
    font-family: icomoon;
    vertical-align: middle;
    left: 0px;
    position: absolute;
}
.content_service ul.list-check li i{
    display: none;
}

@media screen and (max-width: 640px){
    .wrapper_mision_vision h3,
    .wrapper_valores h3,
    .coberturas h3,
    .column_internal_office h3{
        font-size: 25px;
    }
}

/* SLIDER HOME */

.home-slider-wrapper{
    /*position: relative;*/
}
.home_slider_ancla {
    position: absolute;
    width: 200px;
    height: 75px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0px;
    text-align: center;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
}
.home_slider_ancla:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    background: #FFF;
    z-index: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.mousey {
  width: 3px;
  padding: 10px 12px;
  height: 20px;
  border: 2px solid #808080;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
  margin: 0 auto;
  margin-top: 24px;
  position: relative;
  z-index: 5;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #808080;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}

/* HOME - BLOCK ABOUT US */

.block_about_home{
    padding: 80px 0px;
    overflow: hidden;
}
.block_about_home .title_section:before {
    left: 0px;
    transform: translateX(-50%);
}
.block_about_home span{
    display: block;
    font-size: 19px;
    line-height: 25px;
}
.block_about_home .column-2.first-child{
    padding-left: 137px;
}
.block_about_home .column-2.last-child{
    padding-left: 88px;
}
.block_about_home .content_info_row_about{
    max-width: 345px;
}
.block_about_home .content_info_row_about span{
    display: block;
    padding-bottom: 30px;
}
.btn_about_us{
    background-color: #d96e30;
    box-shadow: 0 4px 10px 0 rgba(209, 209, 210, 0.5);
    line-height: 45px;
    padding: 0px 33px;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
	    border-radius: 10px;
}
.btn_about_us:hover{
	text-decoration: none;
    color: #FFFFFF;
    background-color: #cf6121;
}
.block_about_home .wrapper:before{
    position: absolute;
    content: "";
    width: 625px;
    height: 427px;
    background: url(../../../../www.cdefogapi.pe/web/wp-content/uploads/2018/03/logo2.png);
    left: -130px;
    top: -95px;
}

@media screen and (max-width: 768px) {
    .block_about_home .column-2.first-child,
    .block_about_home .column-2.last-child{
        padding: 0 10px;
    }
    .block_about_home .content_info_row_about{
        max-width: 100%;
    }
    .block_about_home .wrapper:before{
        left: 50%;
        transform: translateX(-50%);
    }
}
@media screen and (max-width: 640px) {
    .block_about_home .wrapper:before{
        display: none;
    }
    .block_about_home .column-2{
        width: 100%;
        text-align: center;
    }
    .block_about_home .column-2.first-child{
        margin-bottom: 30px;
    }
    .block_about_home .column-2 img{
        display: block;
        margin: 0 auto;
    }
    .block_about_home .title_section:before{
        left: 50%;
    }
}

/* HOME - BLOCK SERVICE */

.block_services_home{
    background: #e44740;
    padding: 52px 0;
    position: relative;
    overflow: hidden;
}
.block_services_home .wrapper:after{
    content: "";
    width: 615px;
    height: 466px;
    position: absolute;
    right: -230px;
    bottom: -265px;
    background: url('../../../../www.cdefogapi.pe/web/wp-content/uploads/2018/03/logo.png');
}
.block_services_home h3{
    margin-bottom: 52px;
    padding-bottom: 0px !important;
}
.block_services_home h3:before{
    display: none;
}
.block_services_home .content_services{
    padding: 0 15px;
}
.block_services_home article{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(123, 121, 121, 0.5);
    margin-bottom: 10px;
}
.block_services_home .image_featured_service{
    width: 100%;
    height: 187px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
}
.block_services_home .image_featured_service a{
    position: absolute;
    width: 100%;
    height: 100%;
}
.block_services_home .content_info_services{
    padding: 38px;
	text-align: center;
}
.block_services_home .content_info_services h4,
.block_services_home .content_info_services h4 a{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #333333 !important;
    height: 45px;
    overflow: hidden;
    display: block;
    text-decoration: none;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.block_services_home .content_info_services h4 a:hover{
    color: #d96e30 !important;
}
.block_services_home .content_btn_service{
    padding-top: 70px;
}
.block_services_home .content_btn_service a{
    display: block;
    width: 170px;
    margin: 0 auto;
    text-align: center;
    border-radius: 10px;
    line-height: 45px;
    background: #d96e30;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    text-decoration: none;
}
.block_services_home .content_btn_service a:hover{
	background-color: #cf6121 ;
}
.block_services_home .slick-dots{
    padding-top: 20px;
}
.block_services_home .slick-dots li button{
    background: #FFFFFF;
}
.block_services_home .slick-dots li button:hover,
.block_services_home .slick-dots li.slick-active button{
    background: #F2A03D;
}

@media screen and (max-width: 768px) {
    .block_services_home .wrapper:after{
        display: none;
    }
}

/* HOME - BLOCK NEWS */

.block_news_home{
    background: #f2f2f2;
    padding-top: 78px;
}

.block_news_home .image_featured_news{
    min-height: 549px;
    width: 100%;
}

.block_news_home .content_items_extranet .image_inner{
    border-radius: 5px;
}
.block_news_home .image_featured_news{
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    backface-visibility: hidden;
}
.block_news_home .content_items_extranet .image_inner a:hover .image_featured_news {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    transform: scale(1.04);
}
.block_news_home .content_items_extranet .row-grid{
    margin-right: -10px;
    margin-left: -10px;
}
.block_news_home .content_items_extranet .column-4{
    padding: 0 10px;
}
.block_news_home .content_items_extranet .column-4:first-child{
    width: 50%;
}
.block_news_home .content_btn_news{
    padding: 52px 0;
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    color: #032638;
}
.block_news_home .content_btn_news a{
    font-weight: 500;
    font-size: 17px;
    color: #e44740 !important;
    text-decoration: none;
    position: relative;
}
.block_news_home .content_btn_news a:hover{
    text-decoration: underline;
}
.block_news_home .content_btn_news a:after{
    display: inline-block;
    content: "\e90f";
    font-family: icomoon;
    font-size: 10px;
    background: #e44740;
    color: #FFFFFF;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: 13px;
    vertical-align: top;
}

.block_news_home .content_items_extranet .image_inner span{
    padding: 36px;
    bottom: 0px;
    text-align: left;
    font-style: 25px;
    font-weight: 700;
    color: #FFFFFF;

}
.block_news_home .content_items_extranet .image_inner .content_title_post{
    display: block;
    height: 85px;
    overflow: hidden;
    color: #FFFFFF;
    text-decoration: none;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.block_news_home .content_items_extranet .image_inner a:hover .content_title_post{
    color: #e44740;
}
.block_news_home .content_items_extranet .image_inner .date_post{
    text-transform: capitalize;
    font-size: 15px;    
    font-weight: 300;
    display: block;
    margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
    .block_news_home .content_items_extranet .column-4:first-child,
    .block_news_home .content_items_extranet .column-4{
        width: 33.333%;
    }   
}
@media screen and (max-width: 480px) {
    .block_news_home .content_items_extranet .column-4:first-child,
    .block_news_home .content_items_extranet .column-4{
        width: 100%;
        margin-bottom: 20px;
    }
    .block_news_home .content_items_extranet .column-4:last-child{
        margin-bottom: 0px;
    }
    .block_news_home .content_btn_news{
        padding: 20px 0px;
    }
    .block_news_home .image_featured_news{
        min-height: 400px;
    }
}
@media screen and (max-width: 380px) {
    .block_news_home .content_btn_news a{
        display: block;
    }
}

/* HOME - BLOCK FEEDBACK */

.block_feedback_home{
    padding: 50px 0px;
    background: #f2f2f2;
    position: relative;
}
.wrapper_feedback{
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    /*overflow-x: hidden;*/
}
.content_feedback{
    padding: 15px 12px;
}
.content_feedback article{
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 0 40px 0 rgba(60, 44, 0, 0.08);
    max-width: 430px;
    padding: 76px 44px;
}
.content_feedback article h4{
    font-weight: 700;
    font-size: 15px;
    color: #333333;
    margin-bottom: 5px;
}
.content_feedback article h5{
   color: #333333;
   font-weight: 300;
   font-size: 15px;
}
.content_feedback article figure{
    float: left;
    margin-right: 22px;
    height: 50px;
    width: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.content_feedback footer{
    font-weight: 500;
    line-height: 21px;
}
.wrapper_quote_feedback{
    width: 515px;
    height: 470px;
    float: left;
    padding-left: 260px;
    padding-right: 85px;
    padding-top: 115px;
    position: relative;
}
.wrapper_quote_feedback span{
    display: block;
    position: relative;
    z-index: 1;
}
.wrapper_quote_feedback:before{
    content: "";
    background: url(assets/images/shape_quote.png);
    width: 395px;
    height: 411px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.wrapper_quote_feedback .title_section:before {
    left: 0px;
    transform: translateX(-50%);
}
.wrapper_quote_feedback .content_info_feedback{
    font-size: 20px;
    color: #032638;
}

.slider_feedback_home .slick-dots {
    position: relative;
    left: 0%;
    transform: translateX(0%);
    padding: 10px 0px;
}
.block_feedback_home .slider_feedback_home{
    width: 1800px;
}

@media screen and (max-width: 1370px) {
    .wrapper_feedback{
        max-width: 100%;
    }
    .content_feedback article{
        max-width: 390px;
    }
    .wrapper_quote_feedback{
        padding-left: 100px;
    }
}

@media screen and (max-width: 1024px) {
    .content_feedback article{
        max-width: 350px;
    }
    .wrapper_quote_feedback{
        width: 250px;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 50px
    }
}
@media screen and (max-width: 768px) {
    .content_feedback article{
        max-width: 350px;
    }
    .wrapper_quote_feedback{
        width: 100%;
        float: none;
        padding: 15px 10px;
        text-align: center;
        height: auto;
    }
    .wrapper_quote_feedback .title_section{
        text-align: center;
    }
    .wrapper_quote_feedback .title_section:before {
        left: 50%;
        transform: translateX(-50%);
    }
    .wrapper_quote_feedback:before{
        width: 100%;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    .slider_feedback_home .slick-dots {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        padding: 10px 0px;
        z-index: 1;
    }
    .block_feedback_home .slider_feedback_home{
        width: 100%;
    }
}
@media screen and (max-width: 640px){
    .block_feedback_home{
        padding-bottom:  80px;
    }
    .content_feedback article{
        padding: 30px;
    }
    .content_feedback article figure{
        display: block;
        float: none;
        margin:  0 auto;
        margin-bottom: 15px;
    }
    .content_feedback article header,
    .content_feedback article footer{
        text-align: center;
    }
}
@media screen and (max-width: 480px){
    .content_feedback article{
        max-width: 100%;
    }
}

/* HOME - BLOCK REGULADORAS */

.block_reguladoras_home{
    padding: 60px 0;
    padding-top: 0px;
    position: relative;
    background: #f2f2f2;
}
.block_reguladoras_home .content_entidad_regulardora .column-2{
    padding-left: 196px;
    position: relative;
    padding-right: 20px;
}
.block_reguladoras_home .content_entidad_regulardora .column-2:last-child{
    padding-left: 150px;
}
.block_reguladoras_home .content_entidad_regulardora .column-2 a img,
.block_reguladoras_home .content_entidad_regulardora .column-2 img{
    position: absolute;
    left: 0px;
}
.block_reguladoras_home .content_entidad_regulardora span{
    font-size: 14px;
    font-weight: 300;
    color: #9d9d9d;
}
@media screen and (max-width: 640px){
    .block_reguladoras_home .content_entidad_regulardora{
        text-align: center;
    }
    .block_reguladoras_home .content_entidad_regulardora .column-2,
    .block_reguladoras_home .content_entidad_regulardora .column-2:last-child{
        width: 100%;
        margin-bottom: 20px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .block_reguladoras_home .content_entidad_regulardora .column-2:last-child{
        margin-bottom: 0px;
    }
    .block_reguladoras_home .content_entidad_regulardora .column-2 a,
    .block_reguladoras_home .content_entidad_regulardora .column-2 a img,
    .block_reguladoras_home .content_entidad_regulardora .column-2 img{
        position: relative;
        display: block;
        margin:  0 auto;
        margin-bottom: 10px;
    }
    .block_reguladoras_home{
        padding: 30px 0;
        padding-top: 0px;
    }
}

/* CONTACT */

.page-template-theme-contacto .wrapper_content_contact{
    padding: 70px 0;
}

.column_first_contact p{
    color: #808286;
}

.wrapper_content_contact{
    position: relative;
}
.wrapper_content_contact:before,
.wrapper_content_contact:after{
    position: absolute;
    content: "";
}
.wrapper_content_contact:before{
    top: 0;
    width: 356px;
    height: 683px;
    background: url(assets/images/bg_line_contact.html) 0 0 no-repeat;
}
.wrapper_content_contact:after{
    top: 0;
    right: 0;
    width: 478px;
    height: 754px;
    /*background: url(assets/images/bg_line_02_contact.png) 0 0 no-repeat;*/
}

@media screen and (max-width: 1366px){
    .wrapper_content_contact:before,
    .wrapper_content_contact:after{
        display: none;
    }
}
@media screen and (max-width: 1024px){
    .wrapper_content_contact .wcf7_shortcode{
        padding: 0px 20px;
        padding-left: 35px;

    }
    .column_first_contact{
        padding: 0 20px;
    }
    .column_contact_form_7:before{
        top: -100px;
        bottom: -100px;
    }

}
@media screen and (max-width: 768px){
    .wrapper_content_contact .column-2{
        width: 100%;
    }
    .wcf7_shortcode{
        padding: 0 25px !important;
    }
    .column_first_contact{
        text-align: center;
    }
    .column_first_contact .adress_office{
        display: inline-block;
        margin: 0;
        padding: 0;
        zoom: 1;
        float: none !important;
        margin-top: 30px;
    }
    .column_first_contact .adress_office li{
        width: 50%;
        text-align: left !important;
        float: left;
    }
    .main_content .adress_office li:last-child{
        margin: 0 20%;
        width: 60%;
    }
    .column_first_contact {
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 50px;
    }
    .column_contact_form_7{
        background: #abb5bb;
        padding: 50px 0;
    }
    .column_contact_form_7:before{
        display: none;
    }
    .page-template-theme-contacto .wrapper_content_contact{
        padding-bottom: 0px;
    }

}

@media screen and (max-width: 640px) {
    .column_first_contact .adress_office li{
        padding: 0px !important;
        width: 100%;
        text-align: center !important;
        margin-bottom: 25px !important;
    }
    .column_first_contact .adress_office li:before{
        display: block;
        position: relative;
        text-align: center !important;
        width: 100%;
    }
    .main_content .adress_office li:last-child{
        width: 100%;
        margin: 0;
    }
}

.wrapper_cf7{
    margin: 0 auto;
}
.wrapper_cf7 h3{
    margin: 20px 0px;
    margin-bottom: 30px; 
    color: #012639;
    font-size: 18px;
}
.wrapper_cf7 .row-grid.last_child{
    margin-bottom: 38px
}
.wrapper_cf7 .row-grid.last_child .wpcf7_control_wrap{
    margin-bottom: 0px;
}
.wrapper_cf7 p{
    margin-bottom: 0px;
}
.wrapper_cf7 .row-grid .column-2.first-child{
    padding-right: 8px; 
}
.wrapper_cf7 .row-grid .column-2.last-child{
    padding-left: 8px;
}
.column_internal_office{
    width: 600px;
    float: right;
}
.column_contact_form_7{
    position: relative;
}
.column_contact_form_7:before{
    position: absolute;
    content: "";
    background: #abb5bb;
    top: -113px;
    bottom: -113px;
    left: 0;
    width: 160%;
    z-index: 1;
}
.wcf7_shortcode{
    position: relative;
    z-index: 1;
    padding-left: 98px;
}
.wcf7_shortcode p{
    color: #4B4A4A;
}
.column_internal_office{
    padding-top: 70px;
    padding-right: 80px;
    padding-bottom: 20px;
    padding-left: 25px;
}
.column_internal_office h3,
.column_internal_office span{
    font-family: 'Gotham-Bold';
}
.column_internal_office h3{
    font-size: 40px;
    color: #39579C;
    position: relative;
    margin-bottom: 75px;
}
.column_internal_office span{
    font-size: 24px;
    color: #43bfdf;
    display: block;
    margin-bottom: 45px;
    position: relative;
    padding-left: 25px;
}
.column_internal_office span:before{
    content: "\e914";
    font-family: icomoon;
    position: absolute;
    color: #43bfdf;
    left: 0px;
    font-size: 5px;
    width: 25px;
    height: 29px;
    line-height: 29px;
    text-align: center;
}
.column_internal_office h3:after{
    content: "";
    position: absolute;
    width: 60px;
    height: 2px;
    background: #39579C;
    left: 0px;
    bottom: -20px;
}
.column_internal_office .adress_office{
    padding: 0px;
    margin: 0;
}
.column_internal_office .adress_office li{
    list-style: none;
    padding-left: 105px;
    margin-bottom: 53px;
    font-size: 22px;
    position: relative;
}
.main_content .adress_office li{
    list-style: none;
    padding-left: 45px;
    position: relative;
    margin-bottom: 35px;
    font-size: 16px;
    color: #FFFFFF;
    font-family: 'ProximaNova-Regular';
    font-weight: normal;
}
.main_content .adress_office li:last-child{
    margin-bottom: 55px;
}

.adress_office li:before{
    content: "";
    font-family: icomoon;
    position: absolute;
    top: -13px;
    left: -15px;
    width: 56px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    font-size: 28px;
}
.adress_office li.telephone:before{
    content: "\e902";
    font-size: 28px;
    left: -15px;
}
.adress_office li.address:before{
    content: "\e900";
    font-size: 28px;
    left: -15px;
}
.adress_office li.email:before{
    content: "\e901";
    font-size: 28px;
    left: -15px;
}
.adress_office li a{
    color: #FFFFFF;
    text-decoration: none;
}
.adress_office li a:hover{
    color: #FF8300;
}
 
.gmaps{
    min-height: 530px;
    width: 100%;
}
.animated-dot{ width:20px; height:20px; left:-9px;  top:-5px;  position:relative }
.animated-dot .middle-dot{ width:16px; height:16px; border-radius:30px; position:absolute; left:2px; top:2px; transform-origin:50% 50%; animation-fill-mode:forwards; animation-iteration-count:infinite; background-color: #39579C; }
.animated-dot .signal{width:180px; pointer-events:none; height:180px; border-radius:200px; position:absolute; left:-80px; top:-80px; opacity:0; -webkit-animation:animationSignal cubic-bezier(0,.55,.55,1) 2s; animation:animationSignal cubic-bezier(0,.55,.55,1) 2s;  transform-origin:50% 50%;  animation-fill-mode:forwards;  animation-delay:0.78s;  animation-iteration-count:infinite; background-color: #39579C;}
.animated-dot .signal2{width:180px; height:180px; pointer-events:none; border-radius:200px; position:absolute; left:-80px; top:-80px; opacity:0; -webkit-animation:animationSignal cubic-bezier(0,.55,.55,1) 2s; animation:animationSignal cubic-bezier(0,.55,.55,1) 2s;  transform-origin:50% 50%;  animation-fill-mode:forwards;  animation-delay:1s;  animation-iteration-count:infinite; background-color: #39579C;}
@-webkit-keyframes animationSignal{0%{ opacity:0;  transform: scale(0.00)}
    1%{opacity:0.25}
    20%{opacity:0.25}
    60%{ transform: scale(1);  opacity:0}
}
@-webkit-keyframes animationSignal2{0%{ opacity:0}
    1%{opacity:0.2}
    20%{opacity:0.17}
    60%{ opacity:0}
}
@keyframes animationSignal{0%{ opacity:0;  transform: scale(0.00)}
    1%{opacity:0.25}
    20%{opacity:0.25}
    60%{ transform: scale(1);  opacity:0}
}
@keyframes animationSignal2{0%{ opacity:0}
    1%{opacity:0.2}
    20%{opacity:0.17}
    60%{ opacity:0}
}
.page-template-theme-contacto footer.footer{
    margin-top: 0px;
}
@media screen and (max-width: 1024px){
    .column_internal_office{
        width: 100%;
        padding-right: 25px;
    }.column_internal_office .adress_office li{
        padding-left: 50px;
        font-size: 20px;
        -ms-word-wrap: break-word;
            word-wrap: break-word;
    }
    .adress_office li:before{
        width: 40px;
        left:0px;
    }

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

    .column_contact_form_7:before{
        top: -70px;
        bottom: -99px;
    }
    .content_info_contat_office,
    .content_maps_contat_office{
        width: 100%;
    }
    .column_internal_office{
        padding: 25px;
    }
    .gmaps{
        min-height: 350px;
    }
}

/* NOSOTROS */


.page-template-theme-team .main_content{
    padding: 50px 0px;
}

/**/

.wrapper_content_about{
    max-width: 910px;
    width: 100%;
    margin: 0 auto;
}

.page-template-theme-team .main_content{
    padding: 50px 0px;
}
.page-template-theme-team .main_content .wrapper:before{
    content: "";
    width: 678px;
    height: 28px;
    background: #FFFFFF;
    top: -78px;
    position: absolute;
    left: 50%;
    margin-left: -339px;
}
.page-template-theme-team .main_content h3{
    color: #b88e80;
}
.block_001_about{
    padding: 45px 0px 0px 0px;
    position: relative;
}
.block_001_about:before{
    position: absolute;
    content: "";
    top: 0;
    width: 343px;
    height: 809px;
    background: url(assets/images/bg_line_about.html) 0 0 no-repeat;
}

.block_001_about .column-2.first-child{
    width: 710px;
}
.block_001_about .column-2.last-child{
    width: 670px;
    margin-right: -180px;
    margin-bottom: -45px;
    z-index: 4;
}
.block_001_about .content_info{
    padding-left: 33px;
    padding-right: 60px;
    font-size: 17px;
}
.subtitle_header_nosotros{
    padding-left: 240px;
    height: 130px;
    margin-bottom: 58px;
}
.subtitle_header_nosotros span{
    display: block;
    text-transform: uppercase;
}
.subtitle_header_nosotros span:nth-child(1){
    font-family: 'ProximaNova-Bold';
    font-size: 190px;
    position: absolute;
    top: -22px;
    left: 26px;
    color: #006987;
}
.subtitle_header_nosotros span:nth-child(2){
    font-family: 'Lora-Regular';
    color: #39579C;
    font-size: 76px;
}
.subtitle_header_nosotros span:nth-child(3){
    font-family: 'ProximaNova-Semibold';
    color: #808286;
    font-size: 28px;
}

.block_001_about .column-2.last-child:before{
    content: "";
    background: #ffffff;
    position: absolute;
    left: -63px;
    top: -90px;
    height: 90px;
    width: 150%;
}
/**/

.block_002_about{
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
    min-height: 545px;
    padding: 105px 0px;
    color: #FFFFFF;
}
.block_002_about:before,
.block_002_about:after{
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.block_002_about:before{
    background: rgba(70,85,104,0.8);
}
.block_002_about:after{
    background: rgba(0,105,135,0.14);
    z-index: 1;
}
.block_002_about .wrapper{
    z-index: 3;
}
.block_002_about h3{
    color: #FFFFFF;
    font-family: 'MyriadPro-Regular';
    font-size: 21px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.block_002_about .content_mv{
    display: block;
    margin-bottom: 74px;
}
.block_002_about p{
    font-family: 'Lora-Italic';
    font-size: 18px;
}
.block_002_about .column-2.first-child{
    padding-right: 50px;
}
.block_002_about .column-2.last-child{
    padding-left: 120px;
    padding-right: 95px;
}
.why_values .items_values{
    float: left;
    width: 50%;
    margin-bottom: 65px;
}
.why_values .items_values img{
    display: block;
    margin-bottom:30px;
}

.items_values {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.8s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -moz-transition: all 0.8s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -o-transition: all 0.8s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -ms-transition: all 0.8s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    transition: all 0.8s cubic-bezier(0.68, -0.45, 0.165, 1.35);
}
.items_values.active {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

/**/

.block_003_about{
    padding: 64px 0px;
}
.block_003_about .content{
    padding-bottom: 80px;
    font-family: 'Lora-Italic';
    font-size: 17px;
}
.list_why_select{
    padding: 0px;
    margin: 0px;
}
.list_why_select li{
    list-style: none;
    margin-bottom: 120px;
    font-family: 'Lora-Italic';
    font-size: 17px;
}
.list_why_select li:last-child{
    margin-bottom: 0px;
}
.list_why_select li img{
    float: left;
    margin: 0px;
    padding-left: 33px;
    padding-right: 54px;
}
.list_why_select li h4{
    font-size: 18px;
}


.list_why_select li img {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.7s ease-in;
    -moz-transition: all 0.7s ease-in;
    -o-transition: all 0.7s ease-in;
    -ms-transition: all 0.7s ease-in;
    transition: all 0.7s ease-in;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.block_003_about.active .list_why_select li img {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.block_003_about .list_why_select li:nth-child(2) img {
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
    -ms-transition-delay: .4s;
    transition-delay: .4s;
}
.block_003_about .list_why_select li:nth-child(3) img {
    -webkit-transition-delay: .8s;
    -moz-transition-delay: .8s;
    -o-transition-delay: .8s;
    -ms-transition-delay: .8s;
    transition-delay: .8s;
}
.block_003_about .list_why_select li:nth-child(4) img {
    -webkit-transition-delay: .12s;
    -moz-transition-delay: .12s;
    -o-transition-delay: .12s;
    -ms-transition-delay: .12s;
    transition-delay: .12s;
}

/**/

.wrapper_list_staff{
    overflow: hidden;
    margin-top: 90px;
}
.wrapper_list_staff ul{
    margin: 0px -63px;
}
.wrapper_list_staff ul li{
    padding: 0px 63px 38px 63px;
    border-bottom: solid 1px #c1c1c1;
    margin-bottom: 34px;
    position: relative;

}
.wrapper_list_staff ul li img{
    width: 100%;
    height: auto;
}
.main_content .wrapper_list_staff ul li h3{
    padding: 30px 17px;
    margin: 0px;
    font-family: 'ProximaNova-Semibold';
    font-size: 20px;
    position: relative;
    color: #808286;
}
.wrapper_list_staff ul li h3:before{
    /*content: "";
    height: 2px;
    position: absolute;
    left: 0px;
    bottom: -40px;
    width: 100%;
    background: #39579C;
    display: none;*/
}
.wrapper_list_staff ul li h3:after{
    position: absolute;
    font-family: icomoon;
    content: "\e909";
    font-size: 18px;
    bottom: -16px;
    right: 17px;
}
.wrapper_list_staff ul li a{
    text-decoration: none;
    display: block;
}
.wrapper_list_staff ul li a h3{
    color: #808286;
}
.wrapper_list_staff ul li:hover h3:before{
    display: block;
}
.wrapper_list_staff ul li:hover h3{
    color: #39579C;
}

.line_h_staff h3:before {
    content: "" !important;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -40px;
    transition: all .3s ease;
}
.line_h_staff h3:before{
    left: 0;
    background: #39579C;
    height: 2px;
    z-index: 10;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    transition: transform .7s cubic-bezier(.19,1,.22,1),background .6s ease,-webkit-transform .7s cubic-bezier(.19,1,.22,1);
}
.line_h_staff:hover h3:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
}

.line_h_staff:hover h3:after {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

/**/



@media screen and (max-width: 1366px){
    .wrapper_mision_vision.vision,
    .wrapper_mision_vision.mision{
        background-image: none;
    }
}
@media screen and (max-width: 1024px){
    /*.block_001_about .column-2.first-child,
    .block_001_about .column-2.last-child{
        width: 50%;
    }*/
    /*.subtitle_header_nosotros{
        padding-left: 0px;
        height: auto;
    }*/
    .subtitle_header_nosotros span{
        /*position: relative !important;
        top: 0px !important;
        left: 0px !important;*/
    }
    .wrapper_list_staff ul{
        margin-left: 0px;
        margin-right: 0px;
    }
    .wrapper_list_staff ul li{
        padding-left: 20px;
        padding-right: 20px;
    }
    .block_001_about .column-2,
    .block_001_about .column-2.first-child{
        width: 100%;
    }
    .block_001_about .content_info{
        padding: 0 18px;
    }
    .block_001_about .column-2.last-child:before{
        display: none;
    }
    .block_001_about .column-2.last-child{
        width: 100%;
    }
    .block_001_about .column-2 img{
        display: block;
        margin: 0 auto;
    }
    .block_001_about:before{
        display: none;
    }
}
@media screen and (max-width: 768px){
    .block_002_about .column-2.first-child,
    .block_002_about .column-2.last-child{
        width: 100%;
        padding: 0 25px;
    }
    .block_003_about .content{
        padding-bottom: 30px;
    }
    .list_why_select{
        text-align: center;
    }
    .list_why_select li{
        margin-bottom: 20px;
    }
    .list_why_select li img{
        float: none;
        display: block;
        margin:  0 auto;
        margin-bottom: 20px;
    }
    .wrapper_list_staff ul li{
        width: 50%;
    }
    .block_001_about .column-2.first-child{
        float: none;
        width: 100%;
    }
    .block_001_about .column-2.last-child{
        display: none;
    }
    .subtitle_header_nosotros span{
        text-align: left;
    }
    .why_values .items_values{
        width: 25%;
        /*text-align: center;*/
        margin-bottom: 20px;
    }
    .why_values .items_values img{
       /* display: block;
        margin: 0 auto;*/
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 640px){
    .page-template-theme-team .main_content .wrapper:before{
        display: none;
    }
}
@media screen and (max-width: 480px){
    .block_002_about .column-2.first-child,
    .block_002_about .column-2.last-child{
        text-align: center;
        margin-bottom: 20px;
    }
    .why_values .items_values{
        text-align: center;
        width: 50%;
    }
    .why_values .items_values img{
        display: block;
        margin: 0 auto;
    }
    .wrapper_list_staff ul li{
        width: 100%;
    }

    .block_001_about .content_info{
        text-align: justify;
    }

    .subtitle_header_nosotros{
        padding-left: 200px;
    }
    .subtitle_header_nosotros span:nth-child(1){
        font-size: 150px;
    }
    .subtitle_header_nosotros span:nth-child(2){
        font-size: 65px;
    }
    .subtitle_header_nosotros span:nth-child(3){
        font-size: 22px;
    }
    .subtitle_header_nosotros{
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 360px) {
    .subtitle_header_nosotros{
        padding-left: 0px;
        height: auto;
    }
    .subtitle_header_nosotros span{
        position: relative !important;
        top: 0px !important;
        left: 0px !important;
        text-align: center;
    }
    .subtitle_header_nosotros{
        margin-bottom: 30px;
    }
    .why_values .items_values{
        float: none;
        width: 100%;
    }
}



.wrapper_valores{
    padding-top: 100px;
}
.wrapper_valores h3{
    font-size: 37px;
    color: #39579C;
    font-family: 'Gotham-Bold';
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 100px;
}
.wrapper_valores h4{
    font-size: 18px;
    margin-bottom: 30px;
    color: #39579C;
}
.content_general_item_valores{
    padding-left: 130px;
    position: relative;
    margin-bottom: 80px;
}
.content_general_item_valores figure{
    display:block;
    position: absolute;
    left: 32px;
    width: 70px;
    height: 70px;
    border: solid 1px #43bfdf;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; 
}
 
.content_general_item_valores figure img{
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: 21% auto;
}

@media screen and (max-width: 768px){
    .wrapper_valores .column-2{
        float:none;
        width: 100%;
    }
}
@media screen and (max-width: 640px){
    .content_general_item_valores{
        padding-left: 0px;
        margin-bottom: 50px;
    }
    .content_general_item_valores figure{
        left:0px;
        position:relative;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .wrapper_valores h4{
        text-align: center;
    }
    .content_general_item_valores span{
        text-align: center;
        display: block;
    }
}

/* EQUIPO */

/* STAFF */

.single-staff .main_content{
    padding: 62px 0px;
}

.single-staff .header{
    border-bottom: solid 1px #808286;
}

.single-staff .main_content h1{
    font-family: 'Lora-Regular';
    color: #39579C;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.single-staff .main_content .history_back{
    display: block;
    padding: 36px 0px;
    padding-left: 30px;
    margin-bottom: 25px;
    font-family: 'ProximaNova-Regular';
    font-size: 14px;
    color: #666666;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: -28px;
}
.single-staff .main_content .history_back:before{
    content: "\e91e";
    font-family: icomoon;
    font-size: 8px;
    margin-right: 12px;
    line-height: 14px;
}
.margin_content_single_staff{
    padding-left: 42px;
    padding-right: 83px;
}
.single-staff .main_content .social_media_list li{
    padding-left: 0px;
}
.single-staff .main_content .social_media_list li:before{
    display: none;
}
.type_staff{
    display: block;
    text-transform: capitalize;
     font-family: 'Lora-Italic';
     margin-bottom: 46px;
     color: #4b4a4a;
}
.content_image_staff_responsive .image_featured_service{
    display: none;
}

@media screen and (max-width: 768px) {
    .margin_content_single_staff{
        padding:  0 20px;
        text-align: justify;
    }
 
    .content_image_staff_responsive .image_responsive_content_staff{
        display: block;
        padding-bottom: 30px;
    }
    .content_image_staff_responsive .image_responsive_content_staff img{
        display: block;
        margin: 0 auto;
    }
    .single-staff .main_content .column-2{
        width: 100%;
    }
    .single-staff .main_content .history_back{
        margin-left: 0px;
    }
}

/* CONTACT FORM 7 */

.wpcf7_control_wrap.active label,
.wpcf7_control_wrap.active label{
    color: #9B9B9B;
    /*top: -10px;*/
    -webkit-transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
    transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
    opacity: 0;
}

.refull.active label{
    color: #9B9B9B !important;
}


.wpcf7_control_wrap.active label,
.wpcf7_control_wrap.active label{
    color: #9B9B9B;
}

.wpcf7_control_wrap input[type="text"],
.wpcf7_control_wrap input[type="email"],
.wpcf7_control_wrap input[type="tel"],
.wpcf7_control_wrap input[type="number"],
.wpcf7_control_wrap input[type="password"],
.wpcf7_control_wrap textarea,
.wpcf7_control_wrap select,
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="number"],
#contact-form input[type="password"],
#contact-form textarea,
#contact-form select{
    width: 100%;
    outline: none;
    border: none;
    background: #FFFFFF;
    border: solid 1px #dcdcdc;
    padding: 14px 17px;
    color: #012639;
    font-size: 14px;
    font-family: inherit;
    font-weight: 400;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.wpcf7-form-control-wrap textarea{
    height: 90px;
}
.wpcf7_control_wrap input[type="text"]:focus,
.wpcf7_control_wrap input[type="email"]:focus,
.wpcf7_control_wrap input[type="tel"]:focus,
.wpcf7_control_wrap input[type="number"]:focus,
.wpcf7_control_wrap input[type="password"]:focus,
.wpcf7_control_wrap textarea:focus,
#contact-form input[type="text"]:focus,
#contact-form input[type="email"]:focus,
#contact-form input[type="tel"]:focus,
#contact-form input[type="number"]:focus,
#contact-form input[type="password"]:focus,
#contact-form textarea:focus,
#contact-form select:focus{
    border: solid 1px #ffc72c;
}
.wpcf7_control_wrap input[type="number"]::-webkit-inner-spin-button,
.wpcf7_control_wrap input[type="number"]::-webkit-outer-spin-button{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
    background-color: #FFFFFF !important;
    color: #555 !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #555555 !important;
}

.wpcf7-select,
#contact-form select{
    background: #FFFFFF url(assets/images/bg_select.png) 96% 50%  no-repeat !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn_submit_cf7,
.btn_default{
    /*width: 260px;*/
    height: 45px;
    padding: 0 25px;
    display: inline-block;
    position: relative;
    overflow: hidden; 
    text-decoration: none;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.btn_default{
    line-height: 45px;
    color: #ffffff;
    margin-left:0px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    background: #e44740;
    font-weight: 700;
}
.btn_submit_cf7:hover,
.btn_default:hover{
    background: rgba(255,197,61,0.7);
    color: #333333;
}
.color_two{
    border:  solid 1px #b88e80;
    color: #b88e80;
}
.color_two:hover{
    background: #b88e80;
}
.btn_default.center{
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 250px;
}
.line_white{
    background: none;
    border: solid 1px #FFFFFF;
}

.btn-submit-cf7{
    position: relative;
}
.wpcf7-submit,
#contact-form input[type="submit"]{
    background: #e44740;
    border: none;
    outline: none;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    display: block;
    width: 320px;
    padding: 14px 0px;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: right;
}
.wpcf7-submit:hover,
#contact-form input[type="submit"]:hover{
    background: rgba(255,197,61,0.7);
    color: #032638;
}
.wpcf7_control_wrap {
  position: relative;
  margin-bottom: 12px;
}
.wpcf7-form-control-wrap{
    display: block;
}
.wpcf7_control_wrap label {
  color: #9B9B9B;
  font-size: 15px;
  position: absolute;
  top: 13px;
  left: 18px;
  -webkit-transition: all 0.25s cubic-bezier(0.2, 0, 0.03, 1);
  transition: all 0.25s cubic-bezier(0.2, 0, 0.03, 1);
  pointer-events: none;
}
.wpcf7_control_wrap label span{
    color: #e44740;
}
.wrapper_cf7 .message_complete{
    font-weight: 400;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.38);
}
.wrapper_cf7 .message_complete span{
    color: #e44740;
}
.wpcf7_control_wrap .wpcf7-not-valid-tip{
    padding: 0px 18px;
    padding-top: 10px;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 0px !important;
    left: 0px !important;
    z-index: 3;
    border: 0px !important;
    height: 42px;
    line-height: 42px;
    padding: 0px 10px 0px 18px !important;
    width: 100% !important;
}
.use-floating-validation-tip .your-message span.wpcf7-not-valid-tip{
    top: 5px !important;
}
div.wpcf7 .ajax-loader{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1 !important;
    width: 320px !important;
    background-repeat: no-repeat !important;
    background: rgba(255,197,61,1) ;
    height: 44px !important;
    margin: 0px !important;
    background-position: 50% 50%;
    background-image: url(assets/images/ajax-loader.gif) !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.wpcf7-validation-errors,
.wpcf7-response-output{
    display: none !important;
}
@media screen and (max-width: 768px){
    .wrapper_cf7{
        width: 100%;
    }
    .single-propiedad .wrapper_cf7 .row-grid .column-2.first-child,
    .single-propiedad .wrapper_cf7 .row-grid .column-2.last-child{
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 640px){
    .wrapper_cf7 .row-grid .column-2{
        width: 100%;
    }
    .wrapper_cf7 .row-grid .column-2.first-child,
    .wrapper_cf7 .row-grid .column-2.last-child{
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media screen and (max-width: 500px) {
    .btn_submit_cf7,
    .btn_default,
    .wpcf7-submit,
    div.wpcf7 .ajax-loader{
        display: block;
        width: 100% !important;
    }
    .btn_default{
        overflow: unset ;
        height: auto;
        line-height: 20px;
        padding: 10px;
        text-align: center;
    }
}
@media screen and (max-width: 360px) {
    .btn_submit_cf7,
    .btn_default,
    .wpcf7-submit{
        width: 100%;
    }
}

/* COBERTURA */
 

/* TOOLTIP */

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Gotham-Book';
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -1px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #8e8e8e;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 4px;
}
.tooltip-inner img{
    display: inline-block;
    vertical-align: middle;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #FFFFFF;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #FFFFFF;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #FFFFFF;
}

/* NOSOTROS */

.page-template-nosotros .main_content{
 
}
.page-template-nosotros article{
    color: #9B9B9B;
    font-size: 14px;
}
.page-template-nosotros .wrapper_block_paddin{
    padding: 0 50px;
}
.page-template-nosotros .layer_video{
    width: 475px;
    height: 305px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	display: none;
}
.page-template-nosotros .layer_video a{
    position: absolute;
    display: block;
    text-decoration: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.page-template-nosotros .layer_video a:before{
    font-family: icomoon;
    content: "\e913";
    font-size: 33px;
    color: #ffffff;
    background: #F2A03D;
    width: 97px;
    height: 97px;
    text-align: center;
    line-height: 97px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    padding-left: 9px;
}
.page-template-nosotros .layer_video:hover a:before{
    font-size: 41px;
    width: 105px;
    height: 105px;
    line-height: 105px;
}
.page-template-nosotros .content_info_about{
    padding-top: 26px;
    font-size: 17px;
	width: 100%;
}
.page-template-nosotros .content_info_about .row-grid{
    padding-top: 20px;
}
.page-template-nosotros .content_info_about .column-3{
    margin-bottom: 30px;
}
.page-template-nosotros .content_info_about .column-3 a{
    color: #353538 !important;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    padding-left: 20px;
    position: relative;
    display: block;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.page-template-nosotros .content_info_about .column-3 a:before{
    font-family: icomoon;
    content: "\e908";
    font-size: 14px;
    position: absolute;
    left: -5px;
    top: 0px;
}
.page-template-nosotros .content_info_about .column-3 a:hover{
    color: #e44740;
}
.page-template-nosotros .block_2{
    background: #e44740;
    overflow: hidden;
}
.page-template-nosotros .block_2 .wrapper_block_paddin{
    padding-top: 100px;
    padding-bottom: 80px;
}
.page-template-nosotros .block_2 .column-3.first-child{
 
}
.page-template-nosotros .block_2 .column-3.first-child:before{
    content: "";
    position: absolute;
    background: #F2A03D;
    right: 0px;
    width: 300%;
    top: -100px;
    bottom: -100px;
}
.page-template-nosotros .block_2 .content_experience{
    position: relative;
    z-index: 1;
    padding-right: 63px;
}
.page-template-nosotros .block_2 .content_experience .content_yt{
    padding-bottom: 60px;
    background: url('assets/images/figure_about_us.png') 50% 100% no-repeat;
}
.page-template-nosotros .block_2 .content_mision h3{
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;    
}
.page-template-nosotros .block_2 .content_mision{
    padding-left: 70px;
    color: #ffffff;
}
.content_experience .year{
    font-weight: 700;
    font-size: 132px;
    color: #ffffff;
    float: left;
    line-height: 105px;
    display: block;
    padding-right: 11px;
}
.content_experience .text{
    color: #ffffff;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.page-template-nosotros .block_3{
    padding: 70px 0;
	display: none;
}
.page-template-nosotros .block_3 .row-grid{
    padding: 13px 0px;
}
.page-template-nosotros .block_3 .circle{
    display: table;
    margin: 0 auto;
    width: 239px;
    height: 239px;
    border: solid 1px #e44740;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.page-template-nosotros .block_3 .circle span{
    display: block;
    text-align: center;
    padding: 0 15px;
}
.page-template-nosotros .block_3 .circle span.number{
    color: #00263a;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 28px;
}
.page-template-nosotros .block_3 .circle span.text{
    font-size: 17px;
    padding: 0 40px;
}
.page-template-nosotros .block_3 .circle .info{
    display: table-cell;
    vertical-align: middle;
}
.page-template-nosotros .block_4{
    padding-bottom: 70px;
	display: none;
}
.page-template-nosotros .block_4 .content_data_table h4{
    text-align: center;
    color: #00263a;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
}
.page-template-nosotros .block_4 .content_data_table .column-2.first-child{
    padding-right: 64px;
}
.page-template-nosotros .block_4 .content_data_table .column-2.last-child{
    padding-left: 64px;
}
.page-template-nosotros .table_3_column{
    margin: 0px;
    padding: 0px;
}
.page-template-nosotros .table_3_column li.header_list{
    background: #F2A03D;
    list-style: none;
    line-height: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.page-template-nosotros .table_3_column li.header_list span,
.page-template-nosotros .table_3_column li.footer_list span{
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    width: 27%;
}
.page-template-nosotros .table_3_column li.footer_list span{
    color: #00263a;
    text-transform: uppercase;
}
.page-template-nosotros .table_3_column li{
    list-style: none;
    line-height: 37px;
    border-bottom: solid 1px #dcdcdc;
    padding: 0 36px;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.page-template-nosotros .table_3_column li:hover{
    background: #e0dfdf;
}
.page-template-nosotros .table_3_column li.header_list:hover{
    background: #032638;
}
.page-template-nosotros .table_3_column li.footer_list:hover{
    background: #FFFFFF;
}
.page-template-nosotros .table_3_column li.select_row:hover{
    background: #ffc72c;
}
.page-template-nosotros .table_3_column li span{
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: #00263a;
    width: 28%;
    text-align: center;
}
.page-template-nosotros .table_3_column li.header_list span:first-child,
.page-template-nosotros .table_3_column li span:first-child{
    width: 43%;
    text-align: left;
}
.page-template-nosotros .table_3_column .select_row{
    background: #e3f1a4;
}
.page-template-nosotros .content_fuente_information{
    padding: 20px 36px;
    font-size: 12px;
    font-weight: 400;
    color: #9d9d9d;
}

.page-template-nosotros .block_5{
    padding-bottom: 100px ;
	padding-top: 100px;
}


/* PAGE PROYECTOS */

.page-template-proyectos .main_content{
    padding-bottom: 30px;
}
.page-template-proyectos h2{
    margin-bottom: 50px;
}
.page-template-proyectos article h2:after {
    content: "";
    height: 3px;
    background: #FF8300;
    position: absolute;
    width: 60px;
    left: 50%;
    margin-left: -30px;
    bottom: -30px;
}

/* TABS */

.content_tabs_links {
    text-align: center;
    width: 900px;
    margin: 0 auto;
    border-top: solid 2px rgba(202,202,202,0.5);
    position: relative;
}
.content_tabs_links:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: rgba(202,202,202,0.5);
    left: 0px;
    bottom: 67px;
    z-index: -1;
    display: none;
}
.content_tabs_links ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    zoom:1;
    *display: inline;
}
.content_tabs_links li {
    float: left;
    padding: 0px 43px;
    list-style: none;
    font-family: 'Gotham-Medium';
    color: #9B9B9B;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 68px;
    position: relative;
}
.content_tabs_links li.current{
    color: #FF8300;
}
.content_tabs_links li.current:before{
    content: "";
    position: absolute;
    background: #FF8300;
    border: solid 3px #FFFFFF;
    width: 18px;
    height: 18px;
    top: -10px;
    left: 50%;
    margin-left: -9px;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.08);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.tab_content{
    display: none;
}
.tab_content.current{
    display: inherit;
}
 
@media screen and (max-width: 1024px) {
    .page-template-nosotros .wrapper_block_paddin{
        padding: 0 15px;
    }
    .page-template-nosotros .block_2 .content_experience{
        padding-right: 30px;
    }
}
@media screen and (max-width: 768px){
    .block_1 .column-2{
        width: 100%;
    }
    .page-template-nosotros .content_info_about{
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-template-nosotros .layer_video{
        margin: 0 auto;
    }
    .block_2 .column-3.first-child{
        width: 100%;
    }
    .block_2 .column-3{
        width: 50%;
        padding: 0 15px;
    }
    .page-template-nosotros .block_2 .column-3.first-child:before{
        display: none;
    }
    .page-template-nosotros .block_2 .content_mision{
        padding-left: 0px;
    }
    .page-template-nosotros .block_2 .content_experience{
        padding-right: 0px;
        width: 160px;
        margin: 0 auto;
        text-align: center;
    }
    .content_experience .year{
        float: none;
        padding-right: 0px;
    }
    .content_experience .text br{
        display: none;
    }
    .page-template-nosotros .block_2 .content_experience .content_yt{
        background: none;
    }
    .page-template-nosotros .block_3 .circle{
        width: 225px;
        height: 225px;
    }
    .block_4 .column-2{
        width: 100%;
    }
    .page-template-nosotros .block_4 .content_data_table .column-2.first-child{
        padding-right: 0px;
    }
    .page-template-nosotros .block_4 .content_data_table .column-2.last-child{
        padding-left: 0px;
    }
}
@media screen and (max-width: 640px){
    .block_2 .column-3{
        width: 100%;
        padding: 0 15px;
        text-align: center;
    }
    .block_3 .column-3{
        width: 50%;
        padding: 0 15px;
        margin-bottom: 20px;
    }
    .block_3  .column-3.last-child{
        margin: 0 auto;
        float: none;
    }
}
@media screen and (max-width: 480px){
    .page-template-nosotros .layer_video{
        width: 100%;
    }
    .block_3 .column-3{
        width: 100%;
    }
}

/* PAGE CONTACTO */

.page-template-contacto .column_left,
.page-template-contacto .column_right{
    float: left;
    width: 490px
}
.page-template-contacto .column_left{
    margin: 0px 110px;
    padding-bottom: 30px;
}
.page-template-contacto .column_right{
    background: #012639;
    margin-top: -50px;
}
.page-template-contacto .column_right aside ul{
    margin: 0px;

}
.page-template-contacto .column_right aside .content{
    padding: 50px 64px;
    word-wrap: break-word;
}
 

/*
=======================
FOOTER 
=======================
*/

footer.footer{
    background: #919191;
	padding-left: 8%;
    padding-right: 8%;
}
.footerbar{
    display: block;
    border-bottom: solid 1px rgba(254,254,254,0.2);
    padding: 34px 0;
}
footer.footer .footer{
    padding-top: 40px;
    padding-bottom: 30px;
}
.menu_footer{
    float: right;
}
#menu-menu-footer li{
    float: left;
    width: 200px;
    margin-left: 25px;
    border: solid 1px #FFFFFF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
}
#menu-menu-footer li a{
    display: block;
    padding: 0 15px;
    line-height: 45px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
#menu-menu-footer li a:hover,
#menu-menu-footer li.current-menu-item a{
    color: #000000 !important;

}

#menu-menu-site-map li{
    width: 50%;
    float: left;
    list-style: none;
    margin-bottom: 18px;
}
#menu-menu-site-map .social_media_footer li{
    width: inherit;
    margin-bottom: 0px;
    margin-right: 10px;
}
#menu-menu-site-map li.current-menu-item a{
    color: #e44740;

}
.footer .complaints_book{
    text-align: center;
    padding-top: 1px;
}
.footer .complaints_book a{
    display: block;
}
.footer .complaints_book img{
    display: none;
    margin:  0 auto;
    margin-bottom: 15px;
}

.footer .custom_footer{
    padding: 0px;
}
.footer .custom_footer .widget_title{
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 15px;
}
.footer .custom_footer .widget_content{
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: 300;
    word-wrap: break-word;
}
.footer .padding_right_footer{
    padding-right: 60px;
}
.footer .custom_footer .widget_content h4{
    font-size: 15px;
    color: #929292;
    margin-bottom: 10px;
}
.footer .custom_footer .widget_content a{
    color: #FFFFFF;
    text-decoration: none;
}
.footer .custom_footer .widget_content a:hover{
    color: #000000 !important;
}
.footer .custom_footer .menu_footer{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.footer .custom_footer .menu_footer li{
    list-style: none;
}
.footer .custom_footer .menu_footer li a{
    text-decoration: none;
    font-size: 14px;
    color: #929292;
    line-height: 17px;
    display: block;
}
.footer .custom_footer .menu_footer li a:hover,
.footer .custom_footer .menu_footer li.current-menu-item a{
    color: #39579C;
}

address.footer_address{
    font-style: normal;
}
address.footer_address span{
    display: block;
    margin-bottom: 12px;
}
address.footer_address span:last-child{
    margin-bottom: 0px;
}
address.footer_address span.email,
address.footer_address span.phone{
    font-size: 17px;
}
address.footer_address span.phone{
    line-height: 24px;
}

/* Start Social Media */

.social_media{
    margin-left: -12px;
    position: relative;
}
.social_media li{
    float: left;
    list-style: none;
    margin: 0px 9px;
}
.social_media li:last-child{
    /*margin-right: 0px;*/
}
.social_media li i{
    font-size: 22px;
    height: 22px;
    line-height: 22px;
}
.social_media li a{
    color: inherit;
    color: #FFFFFF !important;
    text-decoration: none;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.social_media li a:hover{
    color: #e44740 !important;
}

/**/

.headerbar_menu .social_media{
    float: left;
    margin-left: 0px;
    padding-right: 25px;
    display: none;
}
.headerbar_menu .social_media li i{
    line-height: 38px;
    height: 38px;
}

.header_social_media{
    display: inline-block;
}
.header_social_media i{
    font-size: 18px;
    vertical-align: middle;
    margin: 0 5px;
}

@media screen and (max-width: 1024px){
    .footer .padding_right_footer{
        padding-right: 30px;
    }
}

@media screen and (max-width: 768px){
    .footerbar .logo{
        float: none;
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }
    .footerbar .logo img{
        display: block;
        margin: 0 auto;
    }

    .footer .custom_footer .column-2,
    .footer .custom_footer .column-4{
        width: 33.333%;
        min-height: auto;
        margin-bottom: 20px;
    }
    #menu-menu-site-map li{
        width: 100%;
    }
    .footer .custom_footer .menu_footer{
        float: none;
        text-align: center;
    }
    .footer .custom_footer .menu_footer ul {
        display: inline-block;
        margin: 0;
        padding: 0;
        zoom:1;
        *display: inline;
    }
    .footer .custom_footer .menu_footer ul li {
        float: left;
        margin: 0 10px !important;
    }
}
@media screen and (max-width: 640px){
    .footer .custom_footer .column-4{
        width: 50%;
    }
    #menu-menu-footer li{
        width: inherit;
    }
    .social_media_footer{
        text-align: center;
    }
    .social_media_responsive{
        text-align: left;
    }
    .social_media_footer ul {
        display: inline-block;
        margin: 0;
        padding: 0;
        zoom:1;
        *display: inline;
        float: none !important;
    }
    .footer .custom_footer .column-4.last_column_footer{
        width: 100%;
    }
}
@media screen and (max-width: 480px){
    .footer .padding_right_footer{
        padding-right: 0px;
    }
    .footer .custom_footer .widget_title,
    .footer .custom_footer .widget_content{
        text-align: center;
    }
    .footer .custom_footer .widget_content img{
        display: block;
        margin:  0 auto;
    }
    .footer .custom_footer .social_media{
        margin-left: 0px;
    }
    .wrapper_social_media_footer{
        text-align: center;
    }
    .footer .custom_footer .wrapper_social_media_footer ul.social_media_footer{
        display: inline-block;
        margin: 0;
        padding: 0;
        zoom:1;
        *display: inline;
    }
    .footer .custom_footer .wrapper_social_media_footer ul.social_media_footer li {
        float: left;
        margin: 0 5px !important;
    }

    #menu-menu-footer li{
        margin: 5px 0 !important;
        width: 100%;
    }
    .footer .custom_footer .column-2,
    .footer .custom_footer .column-4{
        width: 100%;
        border-bottom: solid 1px rgba(254,254,254,0.2);
        padding-bottom: 20px;
    }
    .footer .custom_footer .column-4:last-child{
        border-bottom: none;
        padding-bottom: 0px;
    }
    .footer .complaints_book{
        padding-top: 0px;
    }
    footer.footer .footer{
        padding-bottom: 0px;
    }
    .content_copyright{
        display: block;
        padding: 15px 0 0 0;
    }
}

/* COPYRIGHT */

.footer_copyright .wrapper {
    border-top: solid 1px rgba(146,146,146,0.20);
    color: #9B9B9B;
    text-align: center;
    padding: 13px;
    text-decoration: none;
}

.footer_copyright .widget{
    color: #FFFFFF;
    font-size: 13px;
    padding: 20px 0 20px 0px;
    text-align: center;
}

.footer_copyright .widget .copyright_link{
    font-family: Arial;
    font-size: 14px;
    position: relative;
    -webkit-box-sizing: border-box;
    padding-right: 6px;
    text-decoration: none;
    color: #ffffff;
}
.footer_copyright .widget .copyright_link:hover{
    color: #5d5d5d;
}
.footer_copyright .widget .copyright_link:after {
    content: "\e904";
    font-family: 'icomoon';
    font-size: 8px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    position: absolute;
    right: -2px;
    speak: none;
    text-transform: none;
    top: -2px;
}

@media screen and (max-width: 640px){
    .footer_copyright .widget,
    .footer_copyright .widget:last-child{
        float: none;
        width: 100%;
        text-align: center;
        padding: 10px 0px;
        margin: 0px 0px;
    }
}
 
.content_cf7_modal .btn-submit-cf7{
    width: 200px;
    margin: 0 auto;
}

/* CUSTOM FANCYBOX */

#unete,
#evaluacion{
    display: none;
    padding: 90px 210px;
    position: relative;
}
.content_cf7_modal{
    width: 550px;
}
.content_cf7_modal h3{
    font-family: 'Lora-Regular';
    color: #b88e80;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.content_cf7_modal h4{
    font-family: 'ProximaNova-Regular';
    color: #808286;
    font-size: 18px;
    margin: 30px 0px;
}
.content_cf7_modal .datatext{
    font-family: 'Lora-Italic';
    font-size: 14px;
    color: #808286;
    padding-bottom: 23px;
}

.content_cf7_modal .g-input-file{
    position: relative;
    height: 33px;
    line-height: 33px;
}
.content_cf7_modal .file-cv input{
    display: block;
    width: 98%;
    height: 30px;
    margin: 4px;
}
.content_cf7_modal .g-input-file label{
    font-family: 'ProximaNova-Regular';
    font-size: 13px;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    background: #FFFFFF;
    border: dashed 1px #B1B1B1;
    padding: 0 16px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
}
.content_cf7_modal .g-input-file label:before{
    content: "\e904";
    font-family: icomoon;
    font-size: 18px;
    color: #646464;
    position: absolute;
    right: 20px;
}

.fancybox-overlay{
    background-image: none !important;
    background: rgba(48,48,48,0.50) !important;
}
.custom_fancybox_wrapper .fancybox-close{
    display: none;
}
.custom_fancybox_wrapper  .fancybox-skin {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.5) !important;
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.5) !important;
    position: relative;
    background: #FFFFFF;
    color: #808286;
    text-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.close_fancybox{
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 55px;
    right: 50px;
}
.close_fancybox:hover:before{
    color: #b88e80;
}
.close_fancybox:before{
    position: absolute;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-family: icomoon;
    content: "\e909";
    font-size: 20px;
    color: #B1B1B1;
    cursor: pointer;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media screen and (max-width: 768px){
    #unete,
    #evaluacion{
        padding: 80px;
    }
    .content_cf7_modal{

    }
}
@media screen and (max-width: 640px){
    .content_cf7_modal{
        width: 100%;
    }
}
@media screen and (max-width: 480px){
    #unete,
    #evaluacion{
        padding: 30px 15px;
        padding-top: 70px;
    }
    .wrapper_cf7 .row-grid.last_child{
        margin-bottom: 20px;
    }
    .close_fancybox{
        position: absolute;
        top: 30px;
        right: 50%;
        margin-right: -10px;
    }
    .content_cf7_modal h3{
        font-size: 20px;
    }
}

/* ANIMATE HOVER */

.hvr_prev_horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr_prev_horizontal:before {
  position: absolute;
  left: 1em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr_prev_horizontal:hover:before,
.hvr_prev_horizontal:focus:before,
.hvr_prev_horizontal:active:before {
  -webkit-animation-name: hvr_animate_prev_horizontal;
  animation-name: hvr_animate_prev_horizontal;

  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/**/

.hvr_next_horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr_next_horizontal:after {
  position: absolute;
  right: -25px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr_next_horizontal:hover:after,
.hvr_next_horizontal:focus:after,
.hvr_next_horizontal:active:after {
  -webkit-animation-name: hvr_animate_next_horizontal;
  animation-name: hvr_animate_next_horizontal;

  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* KEYFRAMES */

@-webkit-keyframes hvr_animate_prev_horizontal {
  16.65% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  33.3% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  49.95% {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
  }
  66.6% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  83.25% {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr_animate_prev_horizontal {
  16.65% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  33.3% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  49.95% {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
  }
  66.6% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  83.25% {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes hvr_animate_next_horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr_animate_next_horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* CUSTOM SLOIDER */

.column_50_slider,
.column_50_slider .wrapper_image_slider{
    float: left;
    width: 50%;
    min-height: 600px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.column_50_slider.first:before,
.column_50_slider.last:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
}
.column_50_slider.last:before{
    display: none;
    z-index: 1;
    background: rgba(255,255,255,0.7);
    /*background: rgba(255,131,0,0.5);*/
}
.column_50_slider.last .content_table{
    display: none;
}
.column_50_slider .wrapper_image_slider{
    float: none;
    position: absolute;
    width: 160%;
}
.column_50_slider .content_table{
    height: 600px;
    display: table;
}
.column_50_slider .content_table .info{
    display: table-cell;
    vertical-align: middle;
}
.column_50_slider .content_table .info span{
    display: block;
    font-family: 'Gotham-Medium';
    position: relative;
    z-index: 9;
}
.column_50_slider .content_table .info span.title{
    text-transform: uppercase;
    color: #FF8300;
    font-size: 24px;
    margin-bottom: 20px;
}
.column_50_slider .content_table .info span.description{
    color: #012639;
    font-size: 44px;
    padding-left: 44px;
    position: relative;
    border-left: 11px solid #FF8300;
    line-height: 44px;
}
.column_50_slider .content_table .info span.description:before{
    /*content: "";
    position: absolute;
    left: 0px;
    top: 0px;*/
}
.column_50_slider .content_table .info span.description strong{
    color: #FF8300;
    font-weight: normal;
}



@media screen and (max-width: 1366px) {
    .column_50_slider,
    .column_50_slider .content_table,
    .column_50_slider .wrapper_image_slider{
        min-height: 500px;
    }
    .column_50_slider .content_table{
        height: 500px;
    }
}
@media screen and (max-width: 1024px) {
    .column_50_slider .content_table{
        padding-left: 10px;
    }
    .column_50_slider .content_table .info span.description{
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media screen and (max-width: 768px) {
    .column_50_slider .content_table .info span.title{
        font-size: 20px;
    }
    .column_50_slider .content_table .info span.description{
        font-size: 30px;
        line-height: 30px;
    }
}

@media screen and (max-width: 640px){
    .column_50_slider,
    .column_50_slider .wrapper_image_slider,
    .column_50_slider .content_table{
        width: 100%;
        min-height: 450px;
    }
    .column_50_slider .content_table{
        height: 450px;
    }
    .column_50_slider .content_table .info span{
        text-align: center;
    }
    .column_50_slider .content_table .info span.description{
        border: none;
    }
    .column_50_slider.first{
        display: none;
    }
    .column_50_slider.last .content_table{
        display: block;
        display: table;
        padding-left: 0px;
    }
    .column_50_slider.last:before{
        display: block;
    }
    .btn_slider{
        margin: 0 auto;
        display: block;
        width: 200px;
        text-align: center;
    }
}



/* CUSTOM SLICK */

.slick-arrow{
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin-top: -24px;
    background: #FFFFFF;
    color: #4BA4DB;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 0px;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.slick-arrow:hover{
    background: #4BA4DB;
    color: #FFFFFF;
}
.slick-prev{
    left: -80px;
}
.slick-next{
    right: -80px;
}
.slick-arrow:before{
    font-family: icomoon;
    font-size: 14px;
    text-align: center;
}
.slick-prev:before{
    content: "\e914";
}
.slick-next:before{
    content: "\e90f";
}
.slick-dots{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.slider_staff .slick-dots{
    padding-top: 25px;
}
.slick-dots li{
    display: inline-block;
    margin: 0 7px;
}
.slick-dots li button{
    border: 0px;
    outline: none;
    font-size: 0px;
    width: 13px;
    height: 13px;
    /*border: solid 1px #012639;*/
    background: #d8d8d8;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li.slick-active  button{
    background: #e44740;
}

.slick-initialized .slick-slide{
    outline: none;
}

/* SLIDER HOME */
#row_slider_home{}
#row_slider_home .wpb_content_element{
    margin-bottom: 0px;
}

.wrapper_slider_home{
    position: relative;
}

.slider_home .slick-prev{
    left: 300px;
}
.slider_home .slick-next{
    left: 300px;
    right: initial;
}
.new_wrapper_slider_btn_nav{
    /*min-height: 112px;
    position: absolute;
    left: 0%;*/
    bottom: 66px;
    z-index: 1;
}
.content_arrow_slide{
    height: 44px;
    z-index: 5;
    margin-left: -9px;
}
.content_arrow_slide a{
    display: inline-block;
    width: 42px;
    height: 42px;
    cursor: pointer;
    margin: 0 9px;
}
.content_arrow_slide a.left_slide:before,
.content_arrow_slide a.right_slide:before{
    font-family: icomoon;
    font-size: 15px;
    color: #FFFFFF;
    border: solid 1px rgba(255,255,255,0.50);
    width: 42px;
    height: 42px;
    display: block;
    text-align: center;
    line-height: 39px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.content_arrow_slide a.left_slide:hover:before,
.content_arrow_slide a.right_slide:hover::before{
    border: solid 1px rgba(255,255,255,1);
    background: #e44740;
}
.content_arrow_slide a.left_slide:before{
    content: "\e914";
}
.content_arrow_slide a.right_slide:before{
    content: "\e90f";
}

.wrapper_slider_home .content_table{
    min-height: 650px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
#row_slider_home{
    height: 100vh;
	padding-top: 100px;
    overflow: hidden;
	display: none;
}

.content_item_slider{
    list-style-type: none;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative; 
}
.wrapper_slider_home .content_item_slider .content_table{
    position: relative;
}
.wrapper_slider_home .content_item_slider .content_table:before{
    content: "";
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.09);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wrapper_slider_home .content_item_slider .content_table .image_slider{
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.wrapper_slider_home .content_item_slider .content_table .info{
    width: 100%;
}
.wrapper_slider_home .content_item_slider .content_table .info h1{
    font-family: 'Gotham-Book';
    font-size: 38px;
    color: #FFF;
    line-height: 58px;
}
.wrapper_slider_home .content_item_slider .content_table .info h1 strong{
    font-family: 'Gotham-Bold';
    display: block;
    font-size: 64px;
    line-height: 60px;
}
.wrapper_slider_home .content_item_slider .content_table .info .btn_slider{
    background-color: #e44041;
    color: #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    box-sizing: border-box;
    word-wrap: break-word;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 14px 25px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 30px;
    display: inline-block;
}
.wrapper_slider_home .content_item_slider .content_table .info .btn_slider:hover{
    background-color:#6b763a;
}

/* START ANIMATE SLIDER */

.slider_home .content_item_slider .title_slider,
.slider_home .content_item_slider .btn_slider,
.slider_home .content_item_slider .image_slider{
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.slider_home .content_item_slider .title_slider{
    -webkit-transform: translateX(-90px);
    -moz-transform: translateX(-90px);
    -o-transform: translateX(-90px);
    -ms-transform: translateX(-90px);
    transform: translateX(-90px);
}
.slider_home .content_item_slider .btn_slider{
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
}
.slider_home .content_item_slider .image_slider{
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
}
.slider_home .content_item_slider.slick-current .title_slider,
.slider_home .content_item_slider.slick-current .btn_slider,
.slider_home .content_item_slider.slick-current .image_slider{
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.slider_home .content_item_slider.slick-current .title_slider{
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.slider_home .content_item_slider.slick-current .btn_slider{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.slider_home .content_item_slider.slick-current .image_slider{
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.slider_home .content_elements{
    max-width: 500px;
}

.slider_home .content_elements h3{
    font-size: 40px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 0px;
}
.slider_home .content_elements h3 strong{
    display: block;
    color: #000000;
}

/* END ANIMATE SLIDER */

@media screen and (max-width: 1366px){
    .slick-prev{
        left: -50px;
    }
    .slick-next{
        right: -50px;
    }
}
@media screen and (max-width: 1280px){

}
@media screen and (max-width: 1024px){

    .slider_home .content_elements{
        padding-left: 22px;
    }
    .content_arrow_slide{
        margin-left: 15px;
    }
}
@media screen and (max-width: 768px){
    .slick-prev,
    .slick-next{
        display: none !important;
    }
    .wrapper_slider_home .content_item_slider .content_table .info h1 strong{
        font-size: 40px;
        line-height: 40px;
    }
}
@media screen and (max-width: 640px){
    .slick-prev{
        left: 0%;
    }
    .slick-dots{
        left: 50%;
        transform: translateX(-50%);
    }
    .slick-arrow{
        display: none !important;
    }
}

/* STAFF */
.slider_staff .slick-slide{
    padding: 0 21px;
    margin-bottom: 13px;
}
.slick-slide figure a{
    display: block;
    outline: none;
}
.slick-slide figure img{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.slider_staff article{
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    box-shadow: 0 2px 4px 0 rgba(123, 121, 121, 0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
 
}
.slider_staff article .content_info_staff{
    padding: 30px;
}
.slider_staff article h4{
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.slider_staff article span{
    text-transform: capitalize;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    display: block;
    padding-bottom: 15px;
}
.slider_staff article .info{
    font-size: 15px;
    color: #333333;
    min-height: 125px;
}
.slider_staff article .info ul{
    padding: 0px;
    margin: 0px;
}
.slider_staff article .info ul li{
    float: left;
    font-size: inherit;
    position: relative;
    margin-right: 16px;
    list-style: none;
}

.slider_staff  .list_profile_social a {
    text-decoration: none;
    outline: none;
    display: block;
    font-size: 20px;
}
.slider_staff  .list_profile_social a.icon-linkedin{
    color: #0077b7;
}
.slider_staff  .list_profile_social a.icon-facebook{
    color: #1769c9;
}
.slider_staff  .list_profile_social a.icon-twitter{
    color: #1da1f2;
    font-size: 22px;
    line-height: 18px;
}

/* MENSAJES 404 - GRACIAS */

.main_content_messages{
    width: 100%;
    height: 100%;
    min-height: 650px;
}

.error404 #wrapper_site,
.page-template-enviado #wrapper_site{
    padding-top: 72px;
}
.wrapper_theme_messages{
    display: block;
    width: 450px;
    margin: 0 auto;
    padding: 70px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}
.wrapper_theme_messages h1{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0px;
    text-align: left;
    line-height: 38px;
}
.wrapper_theme_messages .title{
    position: relative;
    display: table;
    height: 166px;
    padding-left: 90px;
}
.wrapper_theme_messages .title h1{
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.wrapper_theme_messages .content{
    padding: 70px 0;
    font-size: 20px;
    color: #012639;
    margin: 0 -120px;
}
.wrapper_theme_messages .image{
    position: absolute;
    left: 0px;
}
.wrapper_theme_messages .image img{
    display: block;
    opacity: 0.1;
}

@media screen and (max-width: 1366px){
    .main_content_messages{
        min-height: 500px;
    }
    .wrapper_theme_messages,
    .wrapper_theme_messages .content{
        padding: 45px 0;
    }
}
@media screen and (max-width: 1024px){
    .main_content_messages{
        min-height: 400px;
    }
}
@media screen and (max-width: 640px){
    .main_content_messages{
        min-height: auto;
    }
    .wrapper_theme_messages{
        width: 96%;
        margin: 0 auto;
    }
    .wrapper_theme_messages .title{
        padding-left: 0px;
        width: 100%;
    }
    .wrapper_theme_messages .content{
        margin: 0 0px;
    }
    .wrapper_theme_messages .image{
        left: 50%;
        margin-left: -93px;
    }
}
@media screen and (max-width: 480px){
    .slider_staff article figure img{
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 360px){
    .wrapper_theme_messages .image{
        display: none;
    }
    .wrapper_theme_messages,
    .wrapper_theme_messages .content{
        padding: 20px 0px;
    }
    .wrapper_theme_messages .title{
        height: auto;
    }
    .wrapper_theme_messages h1{
        font-size: 30px;
    }
    .wrapper_theme_messages .content{
        font-size: 16px;
    }
}

/* WIDGET CONTACT */

.widget_content_contacto{
    font-family: 'Gotham-Medium';
    color: #929292;
    font-size: 15px;
    margin-bottom: 40px;
}
.widget_content_contacto h4{
    font-size: inherit;
    color: #485560;
    padding-bottom: 14px;
    margin-bottom: 26px;
    border-bottom: solid 1px rgba(146,146,146,0.20);
}
.widget_content_contacto h5{
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    margin-bottom: 0px;
}
.widget_content_contacto span{
    font-size: 15px;
    font-family: 'Gotham-Book';
}
.widget_content_contacto span address{
    font-style: normal;
    font-family: 'Gotham-Medium';
    font-size: 15px;
    display: table;
}
.widget_content_contacto span address:hover span{
    color: #39579C;
}
.widget_content_contacto span address span{
    font-size: 30px;
}
.widget_content_contacto span address a{
    display: table-cell;
    vertical-align: middle;
}
.widget_content_contacto a{
    color: #929292;
    text-decoration: none;
}
.widget_content_contacto a:hover{
    color: #39579C;
}
.widget_content_contacto .list_emails,
.widget_content_contacto .list_phones{
    padding: 0px !important;
    margin: 0px !important;
}
.widget_content_contacto .list_emails li,
.widget_content_contacto .list_phones li{
    padding-left: 0px !important;
}
.widget_content_contacto .list_emails li{
    float: left;
    width: 50%;
}
.widget_content_contacto .list_phones li{
    margin-bottom: 5px !important;
}

/* CUSTOM VC */

.vc_btn3.vc_btn3-style-custom{
    text-transform: uppercase;
    font-family: 'Gotham-Book';
    font-size: 17px !important;
    letter-spacing: 1px;
}

/* SECTIONS */

.section_convenios h2{
    text-align: right;
}

/* NEWS HOME */

.wrapper_list_post_home{}
.wrapper_list_post_home article{
    margin-bottom: 20px;
    font-family: 'Gotham-Medium';
}
.wrapper_list_post_home article time{
    text-transform: capitalize;
    color: #39579C;
    display: block;
    margin-bottom: 5px;
}
.wrapper_list_post_home article h3{
    display: block;
    text-transform: uppercase;
    font-family: inherit;
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 15px;
}
.wrapper_list_post_home article h3 a{
    color: #485560;
    text-decoration: none;
}
.wrapper_list_post_home article a{
    color: #929292;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
}
.wrapper_list_post_home article:hover h3 a,
.wrapper_list_post_home article:hover a{
    color: #4BA4DB;
}
.wrapper_list_post_home article figure{
    float:left;
    width: 40%;
    margin-right: 4%;
}
.wrapper_list_post_home article .info_news{
    float: left;
    width: 56%;
}
.wrapper_list_post_home article figure img{
    display: block;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    max-width: 100%;
    height: auto;
}
.wrapper_list_post_home article .footer_news{
    padding-top: 15px;
    border-top: solid 1px rgba(146,146,146, 0.5);
}
.wrapper_list_post_home article .footer_news{
    font-family: 'Gotham-Book';
}

/* SIDEBAR - CONTENT */

#main aside,
#main .components{
    float:left;
}

#main aside{
    width: 26%;
    margin-right: 4%;
}
#main .components{
    width: 70%;
}


aside .social_media li{
    padding-left: 0px;
}
aside  .widget h3{
    text-transform: uppercase;
    font-size: 17px;
    color: #485560;
}
aside  .widget{
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: solid 1px #e3e6e7;
}
aside  .widget:last-child{
    border:none;
}
/* LATEST POST */

.wrapper_list_latest_post{
   font-size: 15px;
   color: #929292;
}

.wrapper_list_latest_post figure img{
    display: block;
    max-width: 100%;
    height: auto;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.wrapper_list_latest_post h3{
    font-size: 15px;
    margin-bottom: 5px;
}
.wrapper_list_latest_post a{
    color: #929292 !important;;
    text-decoration: none;
}
.wrapper_list_latest_post a:hover{
    color: #485560;
}
.wrapper_list_latest_post article{
    margin-bottom: 20px;
    display: table;
}
.wrapper_list_latest_post figure{
    display: table-cell;
    width: 70px;
    height: 70px;
}
.wrapper_list_latest_post article .info_news{
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}
.wrapper_list_latest_post article .info_news time{
    text-transform: capitalize;
}

/* LIST ARCHIVE POST */

.list_archive_post{
    /*border-bottom: solid 1px #e3e6e7;
    margin-bottom: 30px;
    padding-bottom: 30px;*/
}
.list_archive_post footer{
    margin-top: 20px;
    border-top: solid 1px #e3e6e7;
    padding-top: 20px;
    margin-bottom: 20px;
}
.single .list_archive_post footer{
    margin-bottom: 40px;
}
.list_archive_post footer .social_shared_content{
    float:left;
    margin-bottom: 0px;
    padding-left: 10px;
}
.list_archive_post figure img{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.components img{
    display: block;
    max-width: 100%;
    height: auto;
}

.list_archive_post .date_post{
    text-transform: capitalize;
    color: #39579C;
    font-size: 13px;
    display: block;
    padding: 10px 0;
}

.list_archive_post h3 a{
    color: #485560;
    text-transform: uppercase;
    text-decoration: none;
}

.content_comments_like{
    float:right;
}

.content_comments_like a{
    color: #00263a;
    text-decoration: none;
    margin-left: 15px;
}
.content_comments_like a:hover{
    color: #00263a;
}
.content_comments_like a i{
    vertical-align: middle;
    font-size: 20px;
    margin-right: 12px;
}

/* STYLE PAGINATE */

.pagination_post .pagination{
    margin-top: 20px;
}
.pagination_post ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.pagination_post li {
  margin: 0 5px;
  list-style: none;
  padding-left: 0px !important;
}
.pagination_post a,
.pagination_post .b3-prev,
.pagination_post .b3-next {
  display: block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  color: #39579C;
  font-size: 24px;
  text-align: center;
  border: 1px solid #39579C;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-decoration: none;
}
.pagination_post .b3-prev,
.pagination_post .b3-next {
  font-size: 20px;
  cursor: pointer;
}
.pagination_post a.active,
.pagination_post span.current{
  background: #39579C;
  color: #fff;
}
.pagination_post span.current{
    display: block;
    width: 39px;
    height: 39px;
    line-height: 39px;
    font-size: 24px;
    text-align: center;
    border: 1px solid #39579C;
    border-radius: 50%;
}
.previouspostslink,
.nextpostslink{
  line-height: 34px !important;
}
@media screen and (min-width: 1025px) {
  .pagination_post a,
  .pagination_post .b3-prev,
  .pagination_post .b3-next {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
  }
  .pagination_post a:hover,
  .pagination_post .b3-prev:hover,
  .pagination_post .b3-next:hover {
    background: #39579C;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
    .blog_grid_3_column .list_items_news article{
        width: 50%;
    }
}
@media screen and (max-width: 640px) {
    .blog_grid_3_column .list_items_news article{
        width: 100%;
    }
}


/* GRADIENT */

.gradient_blue{
    background: red;
    padding: 100px 0px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cedeea+0,cedeea+100&1+0,0+100 */
background: -moz-linear-gradient(top, rgba(206,222,234,1) 0%, rgba(206,222,234,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(206,222,234,1) 0%,rgba(206,222,234,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(206,222,234,1) 0%,rgba(206,222,234,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedeea', endColorstr='#00cedeea',GradientType=0 ); /* IE6-9 */
}

/* */

.single-servicio .wpcf7-form{
    width: 630px;
    margin: 0 auto;
}
.single-servicio .info_contact_cf7{
    text-align: center;
}
.single-servicio .info_contact_cf7 h2{
    font-family: 'Gotham-Medium';
    font-size: 38px;
    text-transform: none;
    color: #39579C;
}
.single-servicio .info_contact_cf7 p,
.single-servicio .info_contact_cf7 span{
    font-family: 'Gotham-Book';
    font-size: 16px;
    color: #485560;
}
.single-servicio .info_contact_cf7 span{
    width: 50%;
    display: block;
    margin: 0 auto;
}
.single-servicio .wpcf7-form .btn-submit-cf7{
    width: 200px;
    margin: 0 auto;
}

@media screen and (max-width: 768px){
    .single-servicio .info_contact_cf7 span{
        width: 100%;
    }
}

/**/

.page-template-contacto .main_content h2{
    font-family: 'Gotham-Medium';
    font-size: 38px;
    text-transform: none;
    color: #39579C;
}

.row_contact_form_7{
    background: #FFF;
    padding: 100px 0px;
    padding-bottom: 180px;
    padding-left: 50px !important;
    padding-right: 50px !important;
    margin-top: -200px;
    margin-bottom: -300px;
    z-index: 1;
    -webkit-box-shadow: 10px 7px 15px 0px rgba(92,97,99,0.2);
    -moz-box-shadow: 10px 7px 15px 0px rgba(92,97,99,0.2);
    box-shadow: 10px 7px 15px 0px rgba(92,97,99,0.2);
}

@media screen and (max-width: 1366px){
    .row_contact_form_7{
        padding-bottom: 50px;
    }
}

/* SHARED CONTENT */

.social_shared_content{
    float: right;
    margin-top: 0px !important;
}
.social_shared_content li{
    padding-left: 0px !important;
}
.social_shared_content li i{
    font-size: 15px;
}
.tnp-widget-minimal form{
    position:relative;
}
.tnp-widget-minimal input.tnp-email,
.tnp-widget-minimal input.tnp-submit{
    float: left;
    outline: none !important;
}
.tnp-widget-minimal input.tnp-email{
    width: 100% !important;
    border: solid 1px rgba(146,146,146,0.5) !important;
    background: none !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.tnp-widget-minimal input.tnp-submit{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30% !important;
    -webkit-border-top-right-radius: 10px !important;
    -webkit-border-bottom-right-radius: 10px !important;
    -moz-border-radius-topright: 10px !important;
    -moz-border-radius-bottomright: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    cursor: pointer;
    border: solid 1px #444;
    padding: 11px !important;
}

/* POST RELATED */

time.datepost{
    display:block;
    padding: 10px 0;
    text-transform: capitalize;
    color:#39579C;
    font-size: 18px;
}

.single .list_archive_post h2{
    color: #485560;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 15px;
}

.section_post_related{
    padding-bottom: 20px;
    margin-bottom: 20px;
    
}
.section_post_related h3{
    color: rgba(72,85,96,0.60);
    font-size: 17px;
    text-transform: uppercase;
}
.section_post_related .list_post_related{
    margin: 0 -10px;
}
.section_post_related time{
    text-transform: capitalize;
    display: block;
    padding: 10px 0;
}
.section_post_related h4 a{
    color: #485560;
    font-size: 19px;
    text-transform: uppercase;
    text-decoration: none;
}
.section_post_related figure,
.section_post_related  figure img{
    display: block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.single_comments{
    display: none;
    color: rgba(72,85,96,0.60);
    font-size: 17px;
    text-transform: uppercase;
}
.navigation_post{
	display: none;
    border: solid 1px #e3e6e7;
    border-left: none;
    border-right: none;
    padding: 30px 0px;
    margin-bottom: 30px;
}
.navigation_post span{
    display: block;
}
.navigation_post span i{
    vertical-align: middle;
}
.navigation_post span i:before{
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    webkit-box-shadow: 0px 0px 10px 5px rgba(146, 146, 146, 0.2);
    box-shadow: 0px 0px 10px 5px rgba(146, 146, 146, 0.2);
    color: #333333;
}
.navigation_post span a{
    text-decoration: none;
    text-transform: uppercase;
    color: #929292;
    font-size: 13px;
}
.navigation_post span a:hover{
    color: #e44740;
}
.navigation_post span.prev{
    float:left;
}
.navigation_post span.next{
    float:right;
}
.navigation_post span.prev i{
    margin-right: 10px;
}
.navigation_post span.next i{
    margin-left: 10px;
}

/* COMENTS FORMA WP */

#comments{
	display: none;
    padding-top: 30px;
}

#comments .commentlist{
    padding: 0px;
    margin: 0px;
}
#comments .commentlist li{
    list-style: none;
}

#comments li.comment{
    margin: 10px 0px;
}

#comments .children{
    padding-left: 150px;
}

#comments .comment-body{
    padding-left: 145px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #e3e6e7;
    position: relative;
    min-height: 140px;
}
.comment-body .avatar{
    position: absolute;
    left: 0;
    width: 120px;
    height: 120px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.comment-body time .date{
    text-transform: capitalize;
}
.comment-respond{
    /*padding-top:30px;
    border-top: solid 1px #e3e6e7;*/
}
.comment-reply-title{
    text-transform: uppercase;
    font-size: 17px;
}
.comment-form{
    
}
.comment-form label{
    display: block;
    color: #485560;
    font-size: 14px;
    padding-bottom: 10px;
}
.comment-form input[type="text"],
.comment-form  textarea{
    width: 100%;
    padding: 10px;
    outline: none;
    border: solid 1px #485560;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.comment-form input[type="text"]:focus,
.comment-form  textarea:focus{
    border: solid 1px #e44740;
    background: rgba(146,146,146,0.10);
}
.comment-form input[type="submit"]{
    background: #e44740;
    border: none;
    outline: none;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    display: block;
    padding: 15px;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.comment-body .author-name{
    font-size: 18px;
    color: #485560;
    display: block;
    padding-bottom: 25px;
}
.comment-body .data p{
    color: #485560;
}
.comment-respond a{
    color: #39579C;
    font-size: 15px;
    text-decoration: none;
}
.comment-respond a:hover{
   color: #012639;
}
.comment-reply-link{
    color: #929292;
    font-size: 14px;
    text-decoration: none;
}
.comment-reply-link:before{
    font-family: icomoon;
    content: "\e910";
    font-size: 20px;
    color: #929292;
    vertical-align: middle;
    margin-right: 15px;
    margin-left: 25px;
}
.comment-reply-link:hover{
    color: #485560;
}

/* GRADIENT */

.gradient_home_after_footer{
    margin-bottom: -50px;
    padding: 50px 0px;
background: -moz-linear-gradient(top, rgba(206,222,234,0) 0%, rgba(255,255,255,0.46) 46%, rgba(206,222,234,1) 100%);
background: -webkit-linear-gradient(top, rgba(206,222,234,0) 0%,rgba(255,255,255,0.46) 46%,rgba(206,222,234,1) 100%);
background: linear-gradient(to bottom, rgba(206,222,234,0) 0%,rgba(255,255,255,0.46) 46%,rgba(206,222,234,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cedeea', endColorstr='#cedeea',GradientType=0 );
}

.vertical_aling_middle{
    padding-top: 115px;
}

.widget_menu_responsive .menu_top_resposive{
    display: none;
}

.menu_responsive{
    
}
.menu_responsive li{
    display: block;
    list-style: none;
    margin: 10px 0px;
}
.menu_responsive li a{
    color:#FFFFFF;
    text-decoration: none;
    text-transform: none;
    display: block;
    font-size: 20px;
    font-weight: 700;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.menu_responsive li a:hover,
.menu_responsive li.current-menu-item a{
    color:#adadad;
}
.menu_responsive li .sub-menu{
    padding-left: 30px;
}
.menu_responsive li .sub-menu li a{
    font-size: 14px;
}
@media screen and (max-width: 1024px){

    .widget_menu_responsive .menu_top_resposive{
        display: block;
    }
}
@media screen and (max-width: 768px){

    .single-servicio .main_content .vc_section .first-child{
        display: none;
    }
    .single-servicio .main_content .vc_section .first-child,
    .single-servicio .main_content .vc_section .last-child{
        float:none;
        width: 100%;
    }
    .row_contact_form_7{
        padding: 15px !important;
        margin: 0px;
        -webkit-box-shadow: 10px 7px 15px 0px rgba(92,97,99,0);
        -moz-box-shadow: 10px 7px 15px 0px rgba(92,97,99,0);
        box-shadow: 10px 7px 15px 0px rgba(92,97,99,0);
    }
    .page-template-contacto .wrapper_cf7 .row-grid .column-2.first-child,
    .page-template-contacto .wrapper_cf7 .row-grid .column-2.last-child{
        padding-left: 0px;
        padding-right: 0px;
        float: none;
        width: 100%;
    }
    .widget_content_contacto .list_emails li{
        float: none;
        width: 100%;
        display: block;3
        padding: 10px 0;
        margin: 0 0 15px 0;
    }
    #main aside{
        display: none;
    }
    #main .components{
        width: 100%;
    }

}
@media screen and (max-width: 640px){
    .header_social_media{
        display: none;
    }
}
.content_image_background{
}

.column_full{
}
.hidden_image{
    height: 710px;
}

.column_full .vc_inner .wpb_content_element{
    color: #39579C;
    font-family: 'Gotham-Book';
    font-size: 16px;
}
@media screen and (max-width: 768px){
    .column_full,
    .hidden_image{
        width: 100% !important;
    }
    .hidden_image{
        display:none;
    }
    .column_full{
        padding-top: 35px;
    }
    .content_image_background{
        padding-top: 0px !important;
        text-align: center;
    }
    .content_image_background:before{
        content: "";
        background: #FFF;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top:0px;
    }
    .vertical_aling_middle{
        padding-top: 0px;
    }
    .list_icons_work .wpb_content_element img{
        display: block;
        margin: 0 auto;
        float: none;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 640px){
    .section_convenios h2,
    .vertical_aling_middle h2,
    .block-homepageservicestitle h2{
        text-align: center;
    }
}
@media screen and (max-width: 480px){
    .wrapper_list_post_home article figure,
    .wrapper_list_post_home article .info_news{
        float: none;
        width: 100%;
    }
    .wrapper_list_post_home article time{
        display: block;
        padding: 15px 0px;
    }
    .main_content h2{
        font-size: 20px;
        line-height: 30px;
    }
    .main_content h2 strong{
        font-size: 30px;
    }
}


/* EXTRANET */

.content_items_extranet{
    position: relative;
}
.content_items_extranet .row-grid{
    margin-left: -20px;
    margin-right: -20px;
}
.content_items_extranet .column-3{
    padding: 0 20px;
}
.content_items_extranet .image_inner{
    overflow: hidden;
}
.content_items_extranet .image_inner a,
.content_items_extranet .image_inner a:after,
.content_items_extranet .image_inner img{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
}
.content_items_extranet .image_inner a,
.content_items_extranet .image_inner img{
    position: relative;
    text-decoration: none;
}
.content_items_extranet .image_inner a:after{
    content: "";
    position: absolute;
    background-color: rgba(3,38,56,0.4);
    opacity: 1;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.content_items_extranet .image_inner img{
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    backface-visibility: hidden;
}
.content_items_extranet .image_inner span{
    position: absolute;
    width: 100%;
    padding: 0 90px;
    bottom: 75px;
    display: block;
    text-align: center;
    color: #e44740;
    font-size: 22px;
    font-weight: 700;
    z-index: 1;
}
.content_items_extranet .image_inner a:hover img{
     -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    transform: scale(1.04);
}

@media screen and (max-width: 1024px) {
    .content_items_extranet .row-grid{
        margin-left: 0px;
        margin-right: 0px;
    }
    .content_items_extranet .image_inner span{
        padding: 0 70px;
    }
    .content_items_extranet .column-3{
        padding: 0 10px;
    }
}
@media screen and (max-width: 768px){
    .content_items_extranet .image_inner span{
        padding: 0 20px;
    }
}
@media screen and (max-width: 640px){
    .content_items_extranet .column-3{
        width: 50%;
        margin-bottom: 20px;
    }
    .content_items_extranet .column-3:last-child{
        margin: 0 25%;
    }
}
@media screen and (max-width: 375px){
    .content_items_extranet .column-3{
        width: 100%;
    }
    .content_items_extranet .column-3:last-child{
        width: 100%;
        margin: 0 0px;
        margin-bottom: 0px;
    }
}

/* SERVICIOS */

.content_article_services{
		padding-left: 8%;
	padding-right: 8%;

}
.content_article_services article{
    margin-bottom: 30px;
    box-shadow: 0 2px 4px 0 rgba(123, 121, 121, 0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.content_article_services article:hover{
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3),0 0 40px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
}
.content_article_services .service_post_thumbnail{
    min-height: 187px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
    overflow: hidden;
}
.content_article_services .service_post_thumbnail a{
    position: absolute;
    width: 100%;
    height: 100%;
}
.content_article_services .content_title_excerpt{
    padding: 42px;
    padding-top: 32px;
}
.content_article_services h3,
.content_article_services h3 a{
    font-weight: 700;
    color: #333333 !important;
    font-size: 18px;
    height: 44px;
    word-wrap: break-word;
    overflow: hidden;
    text-decoration: none;
    display: block;
}
.content_article_services .row-grid{
    margin: 0 -15px;
}
.content_article_services .column-4{
    padding: 0 15px;
}

@media screen and (max-width: 1024px) {
    .content_article_services .row-grid{
        margin: 0 0px;
    }
    .content_article_services .column-4{
        padding: 0 10px;
    }
}
@media screen and (max-width: 768px){
    .content_article_services .column-4{
        width: 33.333%;
    }
}
@media screen and (max-width: 640px){
    .content_article_services .column-4{
        width: 50%;
    }
}
@media screen and (max-width: 480px){
    .content_article_services .column-4{
        width: 100%;
    }
}

/* DETALLE DE SERVICO */

.wrapper_data_service{
    width:1004px;
    margin: 0 auto;
}
.wrapper_data_service figure.content_image{
    float: left;
    width: 434px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	display: none;
}
.wrapper_data_service article.content_info{
    float: right;
    width: 100%;
    font-size: 17px;
}
.wrapper_data_service article.content_info h1{
    font-weight: 700;
    margin-bottom: 30px;
}

.first_block_service{
    padding-bottom: 40px;
}
.row_content_list_items_tabs{
    border-bottom: solid 1px #d9d9d9;
    position: relative;
}
.row_content_list_items_tabs .call_to_action{
    position: absolute;
    top: 13px;
    right: 0px;
}
.row_content_list_items_tabs .call_to_action a{
    display: block;
    background-color: #e44740;
    box-shadow: 0 4px 10px 0 rgba(209, 209, 210, 0.5);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: 45px;
    padding: 0 15px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
}

.row_content_list_items_tabs .call_to_action a:hover{
display: block;
    background-color: #e44740;
    box-shadow: 0 4px 10px 0 rgba(209, 209, 210, 0.5);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: 45px;
    padding: 0 15px;
    color: #FFFFFF !important;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
}

.row_content_list_content_tabs ol{
    margin: 0px;
    margin-left: 15px;
}
.row_content_list_content_tabs ol li{
    margin-bottom: 20px;
}
.row_content_list_content_tabs ol li ul{
    margin-top: 20px;

}
.wrapper_content_list_formats{
    padding-top: 30px;
}
.wrapper_content_list_formats .column-2.first-child{
    padding-right: 106px;
}
.wrapper_content_list_formats .column-2.last-child{
    padding-left: 106px;
}
.content_info_format{
    padding-left: 85px;
    position: relative;
}
.content_info_format img{
    position: absolute;
    left: 0px;
}
.content_info_format a{
    line-height: 45px;
    padding: 0 27px;
    color: #4a4a4a;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.content_info_format a.donwload{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #4a4a4a;
    color: #FFFFFF;
}
.content_info_format a:hover{
    color: #ffa322;
}

/* TABS */

ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-bottom: 0px;
    font-size: 0px;
}
ul.tabs li{
    color: #9b9b9b;
    display: inline-block;
    cursor: pointer;
    margin: 0px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    line-height: 72px;
    padding: 0px;
    padding-right: 60px;
    position: relative;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
ul.tabs li:before,
ul.tabs li.current:before{
    content: "";
    position: absolute;
    bottom: -1.6px;
    height: 2.5px;
    width: 0%;
    background:#ffa322; 
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
ul.tabs li:hover{
    color: #ffa322;
}
ul.tabs li:hover:before,
ul.tabs li.current:before{
    width: 120px;
}
ul.tabs li.current{
    color: #ffa322;
}

.tab-content{
    display: none;
    padding-top: 34px;
}
.tab-content img{
    max-width: 100%;
    height: auto;
}
.tab-content.current{
    display: inherit;
    background: #FFFFFF;
}

@media screen and (max-width: 1024px) {
    .wrapper_data_service{
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .wrapper_data_service article.content_info,
    .wrapper_data_service figure.content_image{
        width: 50%;
    }
    .wrapper_data_service figure.content_image{
        padding-right: 20px;
    }
    .wrapper_content_tabs_general ul.tabs li{
        width: 20%;
        padding: 0 10px;
        text-align: center;
		display: none;
    }
    .row_content_list_items_tabs .call_to_action{
        position: relative;
        margin-bottom: 40px;
        top: 0px;
    }
    .row_content_list_items_tabs .call_to_action a{
        width: 30%;
        margin: 0 auto;
    }
    .wrapper_content_tabs_general ul.tabs li:before,
    .wrapper_content_tabs_general ul.tabs li.current:before{
        left: 0px;
    }
    .wrapper_content_tabs_general ul.tabs li:hover:before,
    .wrapper_content_tabs_general ul.tabs li.current:before{
        width: 100%;
    }
    .wrapper_content_list_formats .column-2.first-child{
        padding-right: 20px;
    }
    .wrapper_content_list_formats .column-2.last-child{
        padding-left: 20px;
    }
}
@media screen and (max-width: 640px) {
    .wrapper_data_service article.content_info,
    .wrapper_data_service figure.content_image{
        width:100%;
        text-align: center;
    }
    .wrapper_data_service figure.content_image{
        padding-right: 0px;
    }
    .wrapper_data_service figure.content_image img{
        display: block;
        margin: 0 auto;
    }
    .wrapper_content_tabs_general ul.tabs li{
        width: auto;
        padding: 0 15px;
    }
    .wrapper_content_list_formats .column-2{
        width: 100%;
        margin-bottom: 20px;
    }
    .wrapper_content_list_formats .column-2.first-child{
        padding-right: 0px;
    }
    .wrapper_content_list_formats .column-2.last-child{
        margin-bottom: 0px;
        padding-left: 0px;
    }
}
@media screen and (max-width: 480px) {
    .row_content_list_items_tabs .call_to_action a{
        width: 50%;
    }
    .wrapper_content_tabs_general ul.tabs li{
        width: 100%;
        line-height: 40px;
    }
}
@media screen and (max-width: 380px) {
    .content_info_format{
        padding-left: 0px;
        text-align: center;
    }
    .content_info_format img{
        position: relative;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .wrapper_content_list_formats .column-2.first-child{
        border-bottom: solid 1px #d9d9d9;
        padding-bottom: 20px;
    }
}
/* CONTACTO */

.page-template-contacto .main_content{
    background: #f2f2f2;
}
.page-template-contacto .column-432,
.page-template-contacto .column-652{
    float: left;
    width: 430px;
}
.page-template-contacto .column-652{
    float: right;
    width: 656px;
}
.page-template-contacto .main_content h1.title_page:before{
    left: 0px;
    transform: translateX(-50%);
}
.page-template-contacto .img_contact{
    position: relative;
    padding-top: 57px;
}
.page-template-contacto .img_contact img{
    display: block;
}

.page-template-contacto .main_content.oficinas{
    background: #FFFFFF;
    padding-bottom: 31px;
}
.page-template-contacto .content_article_offices .row-grid{
    margin: 0 -30px;
}
.page-template-contacto .content_article_offices .column-3{
    padding: 0 30px;
}
.page-template-contacto .content_article_offices article{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: solid 1px #f2f2f2;
    margin-bottom: 39px;
    padding: 36px 40px;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.page-template-contacto .content_article_offices article h3{
    margin-bottom: 30px;
    font-size: 17px;
    font-weight: 700;
    color: #333333;
}
.page-template-contacto .content_article_offices article:hover{
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3),0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.page-template-contacto .content_article_offices .btn_default_line{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px #032638;
    display: block;
    text-align: center;
    line-height: 45px;
    color: #000000 !important;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.page-template-contacto .content_article_offices article:hover .btn_default_line{
    background: #e43f40;
    color: #FFFFFF;
}
.page-template-contacto .main_content.oficinas h1.title_page:before{
    left: 50%;
    transform: translateX(-50%);
}
.page-template-contacto .content_article_offices .address{
    margin-bottom: 30px;
}
.page-template-contacto .content_article_offices .address li{
    position: relative;
    padding-left: 33px;
    margin-bottom: 20px;
    font-size: 14px;
}
.page-template-contacto .content_article_offices .address li a{
    color: #000000 !important;
    text-decoration: none;
}
.page-template-contacto .content_article_offices .address li a:hover{
    color: #ffa322;
}
.page-template-contacto .content_article_offices .address li:before{
    content: "";
    font-family: icomoon;
    position: absolute;
    left: 0px;
    top: 0px;
    color: #e43f40;
}
.page-template-contacto .content_article_offices .address li.marker:before{
    content: "\e901";
    font-size: 20px;
}
.page-template-contacto .content_article_offices .address li.phone:before{
    content: "\e912";
    font-size: 15px;
}
.page-template-contacto .content_article_offices .address li.email:before{
    content: "\e90a";
    font-size: 15px;
}

@media screen and (max-width: 1024px) {
    .page-template-contacto .column-432{
        width: 40%;
    }
    .page-template-contacto .column-652{
        width: 60%;
    }
    .page-template-contacto .img_contact{
        padding-right: 20px;
    }
    .page-template-contacto .content_article_offices .row-grid{
        margin: 0 10px;
    }
    .page-template-contacto .content_article_offices .column-3{
        padding: 0 20px;
    }
}
@media screen and (max-width: 768px) {
    .page-template-contacto .column-432,
    .page-template-contacto .column-652{
        width: 100%;
    }
    .page-template-contacto .img_contact{
        padding: 0px;
        margin-bottom: 50px;
        display: none;
    }
    .page-template-contacto .img_contact img{
        display: block;
        margin:  0 auto;
    }
    .page-template-contacto .main_content h1.title_page{
        text-align: center;
    }
    .page-template-contacto .main_content h1.title_page:before{
        left: 50%;
        transform: translateX(-50%);
    }
    .page-template-contacto .wpcf7-submit{
        float: none;
        margin: 0 auto;
    }
    div.wpcf7 .ajax-loader{
        right: 50%;
        transform: translateX(50%);
    }
    .page-template-contacto .content_article_offices .column-3{
        width: 50%;
    }
}
@media screen and (max-width: 640px) {
    .page-template-contacto .content_article_offices .column-3{
        width: 100%;
        padding: 0 10px;
    }
}
@media screen and (max-width: 380px){
    .page-template-contacto .content_article_offices article h3{
        text-align: center;
    }
    .page-template-contacto .content_article_offices article{
        padding-left: 20px;
        padding-right: 20px;
    }
    .page-template-contacto .content_article_offices .address li{
        padding-left: 0px;
        text-align: center;
    }
    .page-template-contacto .content_article_offices .address li:before{
        position: relative;
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
}

/* FAQ */

.page-template-faq article{
    max-width: 666px;
    margin: 0 auto;
}

/* CUSTOM SLIDER SERVICES */

.page-template-faq #accordion dt{
    font-size: 17px;
    color: #032638;
    font-weight: 700;
    border-bottom: solid 1px #d9d9d9;
    position: relative;
    padding: 23px 60px 26px 0px;
    cursor: pointer;
    position: relative;
}
.page-template-faq #accordion dt.current{
    border-bottom: none;
}
.page-template-faq #accordion dt:after{
    position: absolute;
    right: 0px;
    content: "+";
    font-size: 22px;
    top: 23px;
    color: #d9d9d9;
    width: 28px;
    height: 28px;
    line-height: 24px;
    text-align: center;
    border: solid 2px #d9d9d9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.page-template-faq #accordion dt.current:after{
    content: "-";
    color: #ffa300;
    border: solid 2px #ffa300;
}
.page-template-faq #accordion dd.current{
    border-bottom: solid 1px #d9d9d9;
}
.page-template-faq #accordion .pane{
    display:none;
    padding-right: 70px;
    padding-bottom: 26px;
}

@media screen and (max-width: 768px) {
    .page-template-faq article{
        width: 96%;
    }
}

/* TRANSPARENCIA | ESTADISTICA */

.wrapper_list_documents{
    width: 744px;
    margin: 0 auto;
}
.wrapper_list_claims{
    width: 976px;
    margin: 0 auto;
}
.wrapper_list_documents h3,
.wrapper_list_claims h3{
    margin-bottom: 50px;
    font-size: 20px;
    font-weight: 700;
    color: #032638;
}
.wrapper_list_documents a,
.wrapper_list_claims a{
    color: #032638 !important;
    text-decoration: none;
    text-align: center;
    display: block;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.wrapper_list_documents a:hover,
.wrapper_list_claims a:hover{
    color: #e43f40 !important;
}
.wrapper_list_documents i,
.wrapper_list_claims i{
    display: block;
    margin: 0 auto;
    font-size: 44px;
    margin-bottom: 24px;
}
.wrapper_list_documents .row-grid{
    margin-bottom: 40px;
}
.wrapper_list_documents .row-grid .column-4{
    margin: 10px 0px;
}

.wrapper_items_row_claims{
    position: relative;
    border: solid 1px #d9d9d9;
    margin-bottom: 10px;
    padding: 35px 0px;
    padding-left: 203px
}
.wrapper_items_row_claims .content_year{
    position: absolute;
    background: #00263a;
    width: 203px;
    height: 156px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    display: table;
}
.wrapper_items_row_claims .content_year h3{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 20px;
}

/* CUSOTM PAGINATION ACF */

.pagination_acf {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-left: 0;
    margin: 40px 0px 0px 0px;
    border: 1px solid #e1e1e1;
    border-left: none;
    border-right: none;
    position: relative;
}
.pagination_acf > a,
.pagination_acf > span {
    display: inline-block;
    float: none;
    margin: 0px 5px;
    position: relative;
}
.pagination_acf > a,
.pagination_acf > span {
    position: relative;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    color: #999999;
    line-height: 30px;
    text-decoration: none;
    background-color: rgba(255,255,255,0.1);
    position: relative;
}
.pagination_acf > span.current{
    background: #00263a;
    color: #FFFFFF;
    position: relative;
}

@media screen and (max-width: 768px) {
    .wrapper_list_documents,
    .wrapper_list_claims{
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .wrapper_list_documents .column-4{
        width: 50%;
        margin-bottom: 20px;
    }
    .wrapper_list_documents h3{
        text-align: center;
    }
    .wrapper_items_row_claims{
        padding-left: 0px;
        padding-top: 80px;
    }
    .wrapper_items_row_claims .content_year{
        display: block;
        height: 50px;
        line-height: 50px;
        text-align: center;
        width: 100%;
    }
    .wrapper_items_row_claims .content_year h3{
        display: block;
        text-align: center;
    }
}
@media screen and (max-width: 380px) {
    .wrapper_list_documents .column-4{
        width: 100%;
    }
    .wrapper_list_claims .column-4{
        width: 50%;
        margin: 20px 0px;
    }
}
@media screen and (max-width: 320px) {
    .wrapper_list_documents .column-4{
        width: 100%;
    }
    .wrapper_list_claims .column-4{
        width: 100%;
        margin: 20px 0px;
    }
}

/* CALCULADORA */

.wrapper_calc_content_app  {
    width: 854px;
    margin: 0 auto;
}
.content_calc_form{
    padding-top: 30px;
}
.content_calc_form #contact-form input[type="text"],
.content_calc_form #contact-form select{
    color: #9d9d9d;
}
.content_calc_form .column-3{
    padding: 0 3px;
}
.content_calc_form .last_row_calc input[type="submit"]{
    width: 100% !important;
}
.content_calc_form .last_row_calc{
    padding-top: 30px;
    padding-bottom: 50px;
}
.content_calc_form .last_row_calc .column-3{
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.content_calc_form .result_calc{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #e5e5e5;
    padding-top: 24px;
    padding-bottom: 34px;
    text-align: center;
}
.wrapper_result_calc{
    width: 396px;
    margin:  0 auto;
}
.content_calc_form .result_calc h3{
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 30px;
}
.content_calc_form .result_calc span{
    display: block;
}
.content_calc_form .result_calc .mount span{
    display: inline-block;
}
.content_calc_form .result_calc .mount{
    font-weight: 700;
    font-size: 25px;
    color: #ffa322;
    margin-bottom: 20px;
}
.content_calc_form .result_calc .current_type{
    color: #00263a;
    font-weight: 400;
}
.content_calc_form .note_calc{
    font-weight: 300;
    color: #032638;
    font-size: 14px;
    padding-top: 28px;
}
.content_calc_form .note_calc a{
    color: #4a90e2;
}
.content_calc_form .note_calc a:hover{
    color: #ffa322;
}

@media screen and (max-width: 960px){
    .wrapper_calc_content_app{
        width: 100%;
    }
}
@media screen and (max-width: 480px){
    .content_calc_form .column-3{
        width: 100%;
        margin-bottom: 20px;
    }
    .wrapper_result_calc{
        width: 100%;
    }
}

/* RESPONSABILIDAD SOCIAL */

.page-template-resposabilidad main{
    padding: 0 30px;
}

.page-template-resposabilidad .column-414,
.page-template-resposabilidad .column-636{
    float: left;
}
.page-template-resposabilidad .column-414{
    width: 414px;
}
.page-template-resposabilidad .column-636{
    width: 636px;
    padding-left: 30px;
}
.page-template-resposabilidad article{
    position: relative;
    padding: 0 72px;
    font-size: 17px;
    color: #032638;
    text-align: justify;
}
.page-template-resposabilidad article blockquote{
    background: #e44740;
    padding: 0 72px;
    padding-top: 105px;
    padding-bottom: 40px;
    margin-bottom: 50px;
    margin-right: -72px;
    margin-left: -72px;
    position: relative;
}
.page-template-resposabilidad article blockquote:before{
    content: "\e915";
    font-family: icomoon;
    color: #ffd063;
    font-size: 80px;
    position: absolute;
    top: 46px;
    left: 25px;
}
.page-template-resposabilidad article blockquote p{
    font-size: 30px;
    line-height: 43px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    text-align: left;
}
.page-template-resposabilidad article blockquote strong{
    display: block;
    text-align: right;
    padding-top: 44px;
}
.page-template-resposabilidad article blockquote p strong{
    font-weight: 400 !important;
    font-size: 15px;
    line-height: 20px;
}

@media screen and (max-width: 1024px) {
    .page-template-resposabilidad .column-414{
        width: 30%;
    }
    .page-template-resposabilidad .column-636{
        width: 68%;
        padding-left: 2%;
    }
}
@media screen and (max-width: 768px) {
    .page-template-resposabilidad .column-414{
        display: none;
    }
    .page-template-resposabilidad .column-636{
        float: none;
        width: 100%;
        padding-left: 0px;
    }
    .page-template-resposabilidad article{
        padding: 0px;
    }
    .page-template-resposabilidad article blockquote{
        margin-left: 0px;
        margin-right: 0px;
    }
}
@media screen and (max-width: 640px){
    .page-template-resposabilidad main{
        padding: 10px;
    }
}
@media screen and (max-width: 480px){
    .page-template-resposabilidad article blockquote{
        padding: 25px;
        padding-top: 90px;
    }
    .page-template-resposabilidad article blockquote:before{
        left: 50%;
        transform: translateX(-50%);
        top: 15px;
    }
    .page-template-resposabilidad article blockquote p{
        text-align: center;
        font-size: 25px;
        line-height: 30px;
    }
    .page-template-resposabilidad article blockquote p strong{
        text-align: center;
    }
}

/* LOGIN */

.page-template-login{

}
.page-template-login .main_content{
    padding: 0px;
}
.page-template-login article{
    padding: 110px 0px;
}
.page-template-login article.bg_login{
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.page-template-login article.bg_login:before{
    content: "";
    background: rgba(3,38,56, 0.3);
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
}
.page-template-login .wrapper_form_login{
    width: 407px;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.09);
    padding: 40px 63px;
    position: relative;
    z-index: 1;
}
.page-template-login .wrapper_form_login .row_grid_full{
    margin-bottom: 15px;
}
.page-template-login .wrapper_form_login .row_grid_full:last-child{
    margin-bottom: 0px;
}
.page-template-login .wrapper_form_login input[type="submit"]{
    width: 100% !important;
    float: none !important;
}
.page-template-login .wrapper_form_login .row_grid_full.submit{
    margin-bottom: 36px;
}
.wrapper_form_login a{
    color: #032638;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    padding-left: 22px;
    line-height: 22px;
}
.wrapper_form_login a:hover{
    color: #ffc72c;
}
.wrapper_form_login a:before{
    font-family: icomoon;
    font-size: 17px;
    color: #032638;
    position: absolute;
    left: 0px;
}
.wrapper_form_login a.recover_password{
    float: left;
}
.wrapper_form_login a.create_account{
    float: right;
}
.wrapper_form_login a.recover_password:before{
    content: "\e910";
}
.wrapper_form_login a.create_account:before{
    content: "\e900";
}
.wrapper_form_login .row_grid_full.check{
    padding: 15px 0;
}
.wrapper_form_login [type="checkbox"]:not(:checked),
.wrapper_form_login [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
.wrapper_form_login [type="checkbox"]:not(:checked) + label,
.wrapper_form_login [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}
.wrapper_form_login [type="checkbox"]:not(:checked) + label:before,
.wrapper_form_login [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border-radius: 3px;
    border: solid 1px #dcdcdc;
}
.wrapper_form_login [type="checkbox"]:not(:checked) + label:after,
.wrapper_form_login [type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: 1px;
    left: 2px;
    font-size: 1.4em;
    line-height: 20px;
    color: #ffc72c;
    transition: all .2s;
}
.wrapper_form_login [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.wrapper_form_login [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.wrapper_form_login [type="checkbox"]:checked:focus + label:before,
.wrapper_form_login [type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #dcdcdc;
}
.wrapper_form_login label:hover:before {
    border: 1px solid #e44740 !important;
}

@media screen and (max-width: 480px) {
    .page-template-login article{
        padding: 10% 0;
    }
    .page-template-login .wrapper_form_login{
        width: 96%;
        margin: 0 2%;
    }
}
@media screen and (max-width: 380px){
    .page-template-login .wrapper_form_login{
        padding: 30px;
    }
    .wrapper_form_login a.recover_password,
    .wrapper_form_login a.create_account{
        float: none;
        width: 100%;
        text-align: center;
        display: block;
        margin: 10px 0;
        padding-left: 0px;
    }
    .wrapper_form_login a:before{
        display: block;
        text-align: center;
        position: relative;
    }
}

.title_section2{
        color: #ffffff;
    font-size: 30px;
    font-weight: 700 !important;
    padding-bottom: 22px;
    position: relative;
    margin-bottom: 45px;
}

.wrapper_content_tabs_general {display: none;}

.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
background-color: #eee !important;
border: none !important;
width: 100% !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
font-size: 14px;
color: #999 !important;
padding: 16px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.wpcf7-submit {
color: #8B3C90 !important;
margin: 8px auto 0;
cursor: pointer;
font-size: 20px;
font-weight: 500;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 6px 20px;
line-height: 1.7em;
background: transparent;
border: 2px solid;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.wpcf7-submit:hover { 
background-color: #eee; 
border-color:#eee; 
padding: 6px 20px !important; 
}

.btn-danger {
    color: #fff;
    background-color: #d96e30 !important;
    border-color: #d96e30 !important;
}

.btn-danger:hover {
    color: #fff;
    background-color: #B85327 !important;
    border-color: #B85327 !important;
}

#chat-24-widget-container { display: none;
}

.wppsac-post-list-content {padding: 40px;
	padding-right: 40px;}

.wppsac-post-slider.design-4 .wppsac-post-list-content .wp-medium-7 {
    padding: 10px 35px 10px 15px !important;
}