/*
Theme Name: Centelsa
Theme URI: http://www.neuromedia.com.co/
Author: the neuromedia team
Author URI: http://www.neuromedia.com.co/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: bootstrapwp

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Tener en cuenta para crear Table of Contents:
 *
 * 1.0 - Body
 * 2.0 - Menu
 * 3.0 - offcanvas
 * 4.0 - Pagination

 * -----------------------------------------------------------------------------
 */

 /**
 * 1.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

 /* Move down content because we have a fixed navbar that is 50px tall */

 /* - Estilos estandar theme wordpress
----------------------------------------------- */


 /* Usar barra admin en el frontend */

 /*@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700, 900);*/
 
 /*@import url(https://fonts.googleapis.com/css?family=Great+Vibes);*/

 body{
 	font-family: 'Roboto', sans-serif!important;
 	overflow-x: hidden;
 	padding-top: 45px;
 }
.vc_btn3-color-danger{
    background-color: #E00109 !important;
    border-color: #E00109 !important;
    transition: .5s;
}
.vc_btn3-color-danger:hover{
    background-color: #fff !important;
    border-color: #E00109 !important;
    color: #E00109 !important;
}
/* Global Button Styles */
a.animated-button:link, a.animated-button:visited,
a.vc_btn3-color-danger:link, a.vc_btn3-color-danger:visited,
.animated-button a:link, .animated-button.thar-four a:visited{
	position: relative;
	display: block;
	margin: 0 auto 0;
	padding: 14px 15px;
	color: #fff;
	font-size:14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: .08em;
	border-radius: 0;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
a.animated-button:link:after, a.animated-button:visited:after,
a.vc_btn3-color-danger:link:after, a.vc_btn3-color-danger:visited:after,
.animated-button a:link:after,.animated-button a:visited:after{
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}
a.animated-button:link:hover, a.animated-button:visited:hover,
a.vc_btn3-color-danger:link:hover, a.vc_btn3-color-danger:visited:hover,
.animated-button a:link:hover, .animated-button a:visited:hover{
	color: #FFF;
	text-shadow: none;
}
a.animated-button:link:hover:after, a.animated-button:visited:hover:after,
a.vc_btn3-color-danger:link:hover:after, a.vc_btn3-color-danger:visited:hover:after,
.animated-button a:link:after, .animated-button a:visited:hover:after{
	height: 450%;
}
a.animated-button:link, a.animated-button:visited,
a.vc_btn3-color-danger:link, a.vc_btn3-color-danger:visited,
.animated-button a:link, .animated-button a:visited{
	position: relative;
	display: block;
	margin: 15px auto 0;
	padding: 5px 15px;
	color: #fff;
	font-size:14px;
	border-radius: 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: .08em;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
/* Thar Buttons */

a.animated-button.thar-four,
.animated-button.thar-four a{
	color: #fff;
	background: #E00109;
	cursor: pointer;
	display: block;
	position: relative;
	border: 2px solid #E00109;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
a.animated-button.thar-four:hover ,
.animated-button.thar-four a:hover{
	color: #fff !important;
	background-color: transparent;
	text-shadow: nfour;
	border: 2px solid #737373;
	cursor: pointer;
}
a.animated-button.thar-four:hover:before,
.animated-button.thar-four a:hover:before{
	right: 0%;
	left: auto;
	width: 100%;
}
a.animated-button.thar-four:before,
.animated-button.thar-four a:before{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 0px;
	z-index: -1;
	content: '';
	color: #000 !important;
	background: #737373;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
#boletines #newsletterNotFound{
    padding: 35px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
#boletines #newsletterNotFound p{
    font-size: 20px;
    padding-left: 15px;
    margin: 0;
}
#boletines #newsletterNotFound i{
    background: #E00109;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 2.3;
    border-radius: 50px;
    font-size: 30px;
}
#boletines .rowBoletines{
    display: block;
    overflow: hidden;
}
#boletines h2{
    font-size:20px;
    padding-bottom:15px;
    padding-top:0;
    margin-top:0
}
#boletines .image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

#boletines .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

#boletines .card:hover .image {
  opacity: 0.3;
}

#boletines .card:hover .middle,
#boletines .card:hover .caption{
  opacity: 1;
}

#boletines .CustomCol{
    min-height: 44rem !important;
}
#boletines img{
    box-shadow: 0 0 10px 2px rgba(125,125,125,.5);
}
#boletines h4{
    padding-top:15px;
    color: #E00109;
    font-size: 14px;
    font-weight: bold;
    min-height: 20px;
    text-align:center;
    text-transform:uppercase;
}
#categories_productos{
    background: #e00109;
    color: #fff;
    border: 0;
    height: 40px;
    border-radius: 5px;
    text-align-last: center;
    text-transform: uppercase;
    font-weight: 600;
}
#categories_productos:focus,
#categories_productos:hover,
#categories_productos:active{
    outline: none !important;
}
.container-paises .thumbnail{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 0;
}
.container-paises .circle{
    /*background: #f1f1f1;*/
    /*border-radius: 50%;*/
    /*width: 100px;*/
    /*height: 100px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-paises h3{
    padding: 12px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    padding: 8px !important;
}
.container-paises a:hover{
    text-decoration: none;
}
.page-template-page-boletines .wpb_text_column {
    min-height: 40px;
}
.comment-form-acepto{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.comment-form-acepto input{
    margin: 2px 12px 0px 0px;
}

p {
    margin: 0 0 20px;
}
h2{
	font-size: 20px;
	padding-bottom: 30px;
	text-align: center!important;
	text-transform: uppercase;
}
h2:after{
	content: '';
	width: 50px;
	height: 2px;
	position: relative;
	display: inline-block;
	background: #000;
	top: -8px;
	margin-left: 10px;
}
a{
	text-decoration: none;
}
h2:before{
	content: '';
	width: 50px;
	height: 2px;
	position: relative;
	display: inline-block;
	background: #000;
	top: -8px;
	margin-right: 10px;
}
.acepta{
	font-size: 17px;
	color: #505050;
	margin-left: 20px;
	font-weight: 100;
}
.bole-ciudades .wpb_content_element{
	margin-bottom: 0 !important;
	margin-top: 30px;
}
#menu-principal > li > ul > li:hover ul{
    left: 100%;
    top: 0%;
}
.vc_custom_1596056262375{
	margin-top:80px !important;
}
.container-center{
    margin: 0 auto !important;
}

.container {
    margin-right: auto !important;
    margin-left: auto !important;
}

.vc_custom_1591736769330{
	margin-top: -285px !important;
    margin-bottom: -58px !important;
}
.vc_custom_1591650501565{
	margin-top: -285px !important;
    margin-bottom: -182px !important;
}
.vc_custom_1591650064706{
	margin-bottom:0px !important;
}
.vc_custom_1591737091662{
	margin-bottom:0px !important;
}
.vc_custom_1591650236534 {
	padding-bottom:120px !important;
}
.vc_custom_1591649326342{
	margin-top:75px !important;
}
.vc_custom_1592453227125{
	background-image: url(http://www.centelsa.com/wp-content/uploads/background-infografia.jpg?id=7899) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.boton-infografia{
    border-radius: 15px;
    min-height: 225px;
    background: linear-gradient(to bottom, #E30613, #BB0C16);
}
.boton-infografia p a{
    color: #fff;
    text-decoration: none;
}

/*Custom Field Aliados*/
.tituloAliados{
    color: #e00109;
    font-size: 21px;
    font-weight: bold;
    text-align:center;
    padding-top: 30px;
    padding-bottom: 10px;
}

.aliados{
    background: #ebebeb;
}

.page-template-codigo-etica .contacto-formEtica .datetime:before {
    content: 'Fecha';
    width: 110px;
    background: #e00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 40px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}

.posts-home .thumbnail{
    border: 0;
}
.nav-principal.topbar{
    margin-top: 0;
}
.nav-principal.topbar li{
    /*height: 30px;*/
}
.nav-principal.topbar li a{
    color: #fff;
    padding: 8px 20px 5px 20px;
}
.nav-principal.topbar li a:hover,
.nav-principal.topbar li a:focus{
    background: transparent;
}
.posts-home .thumbnail h4 a{
    color: #6b6b6b;
    text-transform: uppercase;
    font-size: 15px;
    height: 45px;
    text-align: left !important;
    text-decoration: none;
}
.title-trabaja{
    text-align: center;
}




/***Mega Menú***/
#mega-menu-wrap-primary-menu{
	background:#fff;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link{
	text-transform: uppercase;
    border-bottom: 1px solid transparent;
    padding: 5px 4px 0px 4px;
    font-size: 13px;
	text-align:center;
    /* border-right: 1px solid #a5a5a5; */
	line-height: inherit;
    vertical-align: middle;
    display: inline-block;
    height: 100%;
    outline: none;
	color: #777;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item{
	float: none!important;
    display: inline-block;
    height: 35px;
    border-right: 1px solid #ccc;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu{
	margin-top: 30px;
    float: none!important;
    width: 100%;
    text-align: center;
    display: block;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li:nth-child(4).mega-menu-item > a.mega-menu-link{
	line-height: 14px;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li:nth-child(5).mega-menu-item > a.mega-menu-link {
    padding-top: 5px;
    line-height: 14px;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-6{
	border-left:1px solid #fff;
}

/***MIN 601PX***/
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover{
	color: #333;
    background-color: transparent;
    border-bottom: 2px solid #e00109;
    font-weight: normal;
    text-decoration: none;
    border-color: #e00109;
}
/****************/
#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
	display:none;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
	background: #e00109;
    color: #fff;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus{
	background: #941001;
    color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu{
	background:#e00109;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
	color:#fff;
	font-family: inherit;
    font-size: 14px;
    font-weight: normal;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{
	padding: 5px 5px 5px 10px;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{
	background:none;
	color: #777;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus{
	color:#fff;
	font-weight:normal;
	    transition: all .3s;
    -webkit-transition: all .3s;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu{
	width:80%;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.itemMenuApagado a.mega-menu-link{
	font-weight:normal;
	cursor: default;
	pointer-events: none;
	text-decoration: none;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.itemMenuApagado{
	background:#941001;
	border-bottom: 2px solid #fff;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on > a-mega-menu-link{
	background:transparent !important;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item:hover, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:hover, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item:focus, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:focus{
	background:#941001;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-2{
	border-left:1px solid #fff;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li#mega-menu-item-1071{
	border-right:none;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item-6974{
	border-right:none;
}





.eg-acp-light .eg-ajax-navbt{
    background: #fff !important;
}
.eg-acp-light .eg-ajax-navbt i{
    color: #f00 !important;
}
.esg-filter-wrapper{
    text-align: center !important;
    position: relative !important;
    margin-bottom: 20px !important;
}

input.eg-search-input[type="text"]{
    border-radius: 50px !important;
    border: 1px solid #ddd !important;
    width: 250px !important;
    height: 50px !important;
}

.eg-search-clean i,
.eg-search-submit i{
    color: #E00109 !important;
}
.eg-search-submit{
    display: none !important;
}
.eg-ajax-target-container-wrapper{
    position: relative;
    z-index: 1;
}
#experiencias .esg-filter-wrapper.eg-search-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}
#espaciado{
	margin-top:90px !important;
}

#experiencias .esg-filterbutton.hiddensearchfield:hover,
#experiencias .esg-filterbutton.hiddensearchfield:focus,
#experiencias .esg-filterbutton.hiddensearchfield{
    box-shadow: none;
}
.container-experiencias{
    padding: 30px 15px 40px;
    background: rgb(125,125,125,.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    overflow-y: scroll;
}
.container-experiencias::-webkit-scrollbar{
    display: none;
}
.child-experiencias{
    box-shadow: rgba(125, 125, 125, 0.3) 0px 0px 7px 4px;
    background: rgb(243,243,243);
    margin-top: 157px;
    /*position: absolute;*/
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow-y: scroll;
} 
.img-child-experiencias .vc_column{
    padding: 0 !important;
}
.img-child-experiencias .vc_column-inner{
    padding: 0 !important;
}
.text-child-experiencias .vc_column{
    padding: 0 30px 0 30px !important;
}

.eg-acp-inner{
    position: relative !important;
}
.esg-filters{
    padding-top: 10px !important;
    text-align: right !important;
}
.esg-filters .esg-navigationbutton{
    border: 0 !important;
    border-radius: 25px !important;
}
.esg-filters .selected{
    color: #E00109 !important;
}

/*.eg-ajax-target{*/
/*    position: fixed;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: 9999;*/
/*}*/
.eg-ajax-target-container-wrapper::after{
    content: "";
    background: #ccc;
    opacity: 0.5;
}
#menu-nosotros .panel{
    border: none;
}
#menu-nosotros .panel .panel-heading{
    background-color: #e00109 !important;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
}
#menu-nosotros .panel .panel-heading .panel-title{
    position: relative;
}
#menu-nosotros .panel .panel-heading .panel-title img.loading-internas{
    width: 40px;
    position: absolute;
    height: 40px;
    top: -10px;
    right: -50px;
}
#menu-nosotros .panel .panel-body{
    background-color: #97040e !important;
}
#menu-nosotros .panel .panel-body a{
    color: #fff !important;
}
#menu-nosotros .panel .panel-heading a{
    color: #fff;
}
#menu-nosotros .panel .panel-heading a:focus,
#menu-nosotros .panel .panel-heading a:active{
    text-decoration: none !important;
    outline: none !important;
}
#menu-nosotros .menu .current-menu-item{
    background-color: #272525 !important;
}
#menu-nosotros .menu .current-menu-item a{
    text-transform: uppercase;
}
#menu-nosotros .menu .menu-item{
    padding: 5px;
}
#wprmenu_bar .bar_logo {
    border: none;
    margin: -8px;
    margin-right: -16px;
    padding: 0px 0px 0px 0px;
    width: auto;
    height: 42px;
}
.servicedrop{
    color: #fff;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  padding-top: 42px;
  z-index: 1;
  left: 0;
  transition: .5s;
}
.sticky + .content {
  padding-top: 102px !important;
}

.ui-tabs-nav li a{
    padding: .8em 7em !important;
}
.ui-tabs-nav li{
    border: 0 !important;
    border-radius: 5px !important;
}
.wpb_tabs .wpb_tabs_nav li {
    margin: 0 35px 0 0 !important;
}
.posts-home .thumbnail .vermas a{
    color: #fff;
    transition: .5s;
    cursor: pointer;
    display: inline-block;
    text-decoration: none !important;
    padding: 4px 12px;
    font-size: 100%;
    line-height: 20px;
    border-radius: 4px;
    border: 1px solid #E00109;
    background-color: #E00109;
}
.posts-home .thumbnail .caption{
    background-color: #F4F4F4;
}

.posts-home .thumbnail .vermas a:hover,
.posts-home .thumbnail .vermas a:focus,
.posts-home .thumbnail .vermas a:active{
    background-color: #fff;
    color: #E00109;
}
.mas-noticias{
    text-decoration: none;
}
.bole-ciudades .wpb_wrapper{
	margin-top: 0 !important;
}
.bole-ciudades .wpb_content_element{

}
.search-container h2{
	padding-bottom: 0;
	font-size: 16px;
}
.search-container h2 a{
	color: #E00109;
}
.search-container h2 a:hover,
.search-container h2 a:focus,
.search-container h2 a:active{
	text-decoration: none,
}
.search-container h2:before,
.search-container h2:after{
	content: none;
}
.search-container .thumbnail{
	padding: 15px;
}
.search-container .fecha{
	text-align: center;
    font-weight: 600;
}
.container-search{
	margin-top: 100px;
}
.search-container .thumbnail .caption{
	text-align: center;
}
.search-container .thumbnail .caption a{
	padding: 8px 30px;
    background: #E00109;
    color: #fff;
    width: 100%;
    border-radius: 15px;
}
.grid{
	margin-bottom: 15%;
}
.grid-item {
	width: 280px;
}
.grid-item--width2 {
	width: 400px;
}
#wprmenu_menu_ul .sub-menu li a{
	text-transform: uppercase;
}
.conta-boletines .vc_row:last-child{
	margin-bottom: 50px;
}
.bannercf .item img{
	width: 100%;
	height: auto;
}
 .boton{
 	background-color: #C21D03;
 }
  .boton:hover{
 	background-color: #FF0000;
 }
.carousel-caption p{
	text-align: right;
	padding-left: 50%;
}
 .cinta{
 	padding: 0;
 }
 .cinta img{
 	position: absolute;
  	top: 0;
  	left: -0.3em;
 }

 .cont-serv-ico article p{
 	text-transform: uppercase;
    font-size: 12px;
    margin-top: 5px;
    font-weight: bold;
 }
.cont-foter1{
 	border-bottom: 2px solid #E00109;
}
.cont-foter2{
 	padding: 0;
}
.cont-foter2 ul li{
	display: inline-block;
	vertical-align: middle;
	padding: 0 2em;
}
.cont-serv-ico{
	padding: 0em 1em;
	height: 140px;
	margin-top: 20px;
}
.wpcf7-response-output.wpcf7-validation-errors{
	/*position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: #ccc;
    padding: 100px;
    font-size: 20px;*/
	font-size: 18px;
	color: red;
	font-weight: bold;
}
.cont-serv-ico img{
	width: 70px;
	height: 70px;
}
.cont-serv-ico div{
	padding: 1em;
}
.envienos{
	color:#505050;
	font-size: 18px;
}
.mapa{
    padding: 15px;
    margin-bottom: 10px;
    padding-top: 0;
    overflow: hidden;
}
 .footer{
 	padding-bottom: 1em;
 }
 .footer, .footer a{
 	 text-transform: uppercase;
 	color: #5f5f5f;
 	text-decoration: none;
 	list-style-image: url("images/vineta.png");
 }
.footer h4{
	/*padding-left: 1em;*/
}
.flexslider{
	background-color: transparent;
}
 .header{
 	position: fixed;
	z-index: 9999;
	width: 100%;
	top: 0;
 }
 .imagen-logo-sup{
 	text-align: right;
  	float: right;
  	padding: 0.5em;
  	width: 85%;
  	height: auto;
 }

 .menu-h{
 	background-color: rgba(255, 255, 255, 1);
 	border: none;
  	padding-bottom: 0em;
  	border-radius: 0 0 4px 4px;
  	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:        0px 5px 5px 0px rgba(0, 0, 0, 0.2);
	min-height: 77px;
	width: 100%;
 }
.product .panel-body{
    text-align: justify;
}
#menu-productos li{
    background-color: #E00109!important;
    margin-bottom: 5px!important;
    padding:4px 15px 4px 15px;
	list-style: none;
}
#menu-productos li:hover{
	background-color: #272525!important;
}
#menu-productos .current-menu-item{
	background-color: #272525!important;
}

#menu-productos li a{
	color:#fff!important;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	width: 100%;
    display: block;
    height: 100%;
}

#menu-quienes-somos li{
    background-color: #E00109!important;
    margin-bottom: 5px!important;
    padding:4px 15px 4px 15px;
	list-style: none;
}
#menu-quienes-somos li:hover{
	background-color: #272525!important;
}
#menu-quienes-somos .current-menu-item{
	background-color: #272525!important;
}

#menu-quienes-somos li a{
	color:#fff!important;
	text-transform: none;
	text-decoration: none;
	width: 100%;
    display: block;
    height: 100%;
    outline: none;
}


#menu-gestion li{
    background-color: #E00109!important;
    margin-bottom: 5px!important;
    padding:4px 15px 4px 15px;
	list-style: none;
}
#menu-gestion li:hover{
	background-color: #272525!important;
}
#menu-gestion .current-menu-item{
	background-color: #272525!important;
}

#menu-gestion li a{
	color:#fff!important;
	text-transform: none;
	text-decoration: none;
	width: 100%;
    display: block;
    height: 100%;
    outline: none;
}
/*menus en ingles*/
#menu-gestion-ing li{
    background-color: #E00109!important;
    margin-bottom: 5px!important;
    padding:4px 15px 4px 15px;
	list-style: none;
}
#menu-gestion-ing li:hover{
	background-color: #272525!important;
}
#menu-gestion-ing .current-menu-item{
	background-color: #272525!important;
}

#menu-gestion-ing li a{
	color:#fff!important;
	text-transform: none;
	text-decoration: none;
	width: 100%;
    display: block;
    height: 100%;
    outline: none;
}

#menu-productos-ing li{
    background-color: #E00109!important;
    margin-bottom: 5px!important;
    padding:4px 15px 4px 15px;
	list-style: none;
}
#menu-productos-ing li:hover{
	background-color: #272525!important;
}
#menu-productos-ing .current-menu-item{
	background-color: #272525!important;
}

#menu-productos-ing li a{
	color:#fff!important;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	width: 100%;
    display: block;
    height: 100%;
    outline: none;
}

#menu-quienes-somos-ing li{
    background-color: #E00109!important;
    margin-bottom: 5px!important;
    padding:4px 15px 4px 15px;
	list-style: none;
}
#menu-quienes-somos-ing li:hover{
	background-color: #272525!important;
}
#menu-quienes-somos-ing .current-menu-item{
	background-color: #272525!important;
}

#menu-quienes-somos-ing li a{
	color:#fff!important;
	text-transform: none;
	text-decoration: none;
	width: 100%;
    display: block;
    height: 100%;
    outline: none;
}
.page-id-6309 .header,
.page-id-6309 .seccion-footer,
.page-id-6309 .redes{
	display: none !important;
}
.page-id-6309 .qlisto{
	padding: 0 !important;
}
.page-id-6309 .wpb_wrapper{
	margin: 0 !important;
}
.page-id-6309 .vc_column-inner{
	padding-top: 0 !important;
}
/*Fin menus ingles*/
.busca{

}

/*Buscadores de Excel*/
.backgroundHead{
	color:#ffffff;
	font-family:Arial;
	background-color: #E00109;
	border-radius:28px;
	padding: 20px 0px;
}

.tableOne thead tr th{
	text-align: center;
	border: solid 1px #000;
}

.tableOne tbody tr td{
	text-align: center;
	border: solid 1px #000000;
}

.tableOne thead tr td:first-child{
	border-radius: 40px 0px 0px 40px !important;
}

.tableOne thead tr td:last-child{
	border-radius: 0px 40px 40px 0px !important;
}

.tableOne {
	margin: 0 auto;
	width: 80%;
	height: 300px;
    overflow: auto;
    display: block;
	margin-top:30px;
	margin-bottom: 150px;
} 

.tableOne thead tr th {
    position: sticky;
  	top: 0;
  	background-color: #E00109;
  	padding: 30px;
  	font-size: 15px;
	border: solid 1px #000;
  }
/*___________*/

.nav-principal {
 margin-top: 30px;
 float: none!important;
}

  .nav-principal li:last-child{
  	border-right: none;
  }
 .nav-principal li a{
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    padding: 5px 4px 0px 4px;
    font-size: 13px;
 /*   border-right: 1px solid #a5a5a5;*/
    vertical-align: middle;
    display: inline-block;
    height: 100%;
    outline: none;
 }


.nav-principal > li:nth-child(4) a{
  line-height: 14px;
}
.nav-principal > li:nth-child(5) a{
  padding-top: 5px;
  line-height: 14px;
}


.sub-menu li a{
	padding: 0px;
	outline: none;
}

 .nav-principal li a:hover{
  	border-bottom: 2px solid #E00109;
 }
 .nav-principal ul {
	 display: none;
	 position: absolute;
	 top: 35px;
	 left: -1px;
	 background: #E00109;
	 color: #fff;
	 padding: 0px 0px 0px 0px;
	 margin: 0;
	 width: 350px;
	 z-index: 1;
 }
.nav-principal ul li{
	 float: left;
	 color: #fff;
	 width:100%;
	 margin:0 0 0 0px;
	 border-bottom: 1px solid #941001;
	 border-right: none;
	 padding: 8px 0px 5px 0px;
	 list-style: none;
}
.nav-principal ul li:hover{
	background: #941001;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;

}
.nav-principal ul li:last-child{
	border-bottom: none;
}

.nav-principal ul li a{
	text-transform: uppercase;
 	color: #fff;
 	font-size: 13px;
 	padding-left: 7px;
 	width: 100%;
    display: block;
    text-align: left;
    outline: none;
}

.nav-principal ul li a:hover{
	 color: #fff;
	 cursor:pointer;
	 text-decoration: none;
	 border-bottom:none;
}

.nav-principal li:hover ul ul,.nav-principal li:hover ul ul ul,.nav-principal li.iehover ul ul,.nav-principal li.iehover ul ul ul {
	 display: none;
	 cursor:pointer;
}

.nav-principal li:hover ul,.nav-principal ul li:hover ul,.nav-principal ul ul li:hover ul,.nav-principal li.iehover ul,.nav-principal ul li.iehover ul,.nav-principal ul ul li.iehover ul {
	 display: block;
	 cursor:pointer;
}

.wpb_content_element .wpb_tabs_nav li{
    background-color: #E00109!important;
    margin-bottom: 8px!important;

}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active{
	background-color: #272525!important;
}

.wpb_content_element .wpb_tabs_nav li:first-child{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.wpb_content_element .wpb_tabs_nav li:last-child{
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.wpb_content_element .wpb_tabs_nav li a{
	color:#fff!important;
	text-transform: uppercase;
}
.wpb_tour_next_prev_nav{
	display: none;
}
.textIcons{
	margin-top:-25px; 
	margin-bottom:0px;
}
.espacioMasNoticias{
	margin-top:-30px;
	margin-bottom:50px !important;
}
#map2{
	width: 100%;
	height: 500px;
}
.wpgmp_category_container{
	margin-top: 100px;
}
.nosotros-tabs p{
	margin-bottom: 40px;
}
.nosotros-tabs h2{
	color:#6b6b6b;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 25px;
}
.nosotros-tabs .barra1:after{
	content: url('images/barra1.png');
	float: right;
	margin-top: -7px;
	width: 45%;
	overflow: hidden;
}
.nosotros-tabs .barra2{
	text-align: right!important;
}
.nosotros-tabs .barra2:before{
	content: url('images/barra2.png');
	float: left;
	margin-top: -7px;
	width: 73%;
	overflow: hidden;
}
.numero{
	font-size: 60px;
	font-family: 'Great Vibes', cursive;
	color: #E00109;
}

.product_title{
	text-align: left;
	color: #6b6b6b;
	font-size: 22px;
	font-weight: bold;
}
.productos .wpb_tabs_nav{
	float: right;
	border-bottom: 1px solid #ccc;
}
.productos .wpb_tabs_nav li{
	border-radius: 0!important;
	background-color: #fff!important;
	color:#6b6b6b!important;
	box-shadow: none!important;
	margin-bottom: 0px!important;
}
.productos .wpb_tabs_nav li:last-child{
	border-radius: 0!important;
}
.productos .wpb_tabs_nav .ui-tabs-active{
	 background-color: #be0411!important;
}
.productos .wpb_tabs_nav .ui-tabs-active a{
	color: #fff!important;
}

.productos .wpb_tabs_nav li a{
	color:#fff!important;
	background: #BE0411;
}
.productos .ui-tabs-panel{
	margin-top: 35px;
}
 .qlisto {
 	padding: 0;
 	background-color: #FFF;
 	position: relative;
 	top: -0em;
 }
 .qlisto h2{
	text-align: center;
 }
 .qlisto p{
 	text-align: justify!important;
 }
 .rectangulo1{
	width: 600px;
	height: 50px;
	margin-left:70px;
	border-left: 3px dotted #000;
	border-bottom: 3px dotted #000;
 }
 .rectangulo2{
	width: 600px;
	height: 50px;
	margin-left:70px;
	border-right: 3px dotted #000;
 }
 .rectangulo3{
	width: 600px;
	height: 50px;
	margin-left:70px;
	border-right: 3px dotted #000;
	border-bottom: 3px dotted #000;
 }
 .rectangulo4{
	width: 600px;
	height: 50px;
	margin-left:70px;
	border-left: 3px dotted #000;
 }
 .redes{

 }
 .redes ul{
	position: fixed;
  	right: 0;
 	top:40%;
  	z-index: 100;
  	padding: 0px;
 }
  .redes ul li:nth-child(6){
	  list-style: none;
	  overflow: hidden;
	  width: 109px;
	  margin-left: -28px;
 }
 .redes ul li:nth-child(7){
	  list-style: none;
	  overflow: hidden;
	  width: 109px;
	  margin-left: -28px;
 }
/*.redes ul li.last{
	  list-style: none;
	  overflow: hidden;
	  width: 109px;
	  margin-left: -28px;
 }
.redes ul li.last2{
	  list-style: none;
	  overflow: hidden;
	  width: 109px;
	  margin-left: -28px;
 }*/
 .redes ul li{
	  list-style: none;
	  overflow: hidden;
	  width: 115px;
	  margin-right: -34px;
	  margin-bottom: 4px;
 }
 .redes ul li img{
	  position:relative;
	  right:-37px;
	  transition: all .3s;
	  -webkit-transition: all .3s;
	  -moz-transition:all .3s;
	  -ms-transition: all .3s;
	  -o-transition: all .3s;
 }
  /*.redes ul li:last-child img{
	  position:relative;
	  right:-70px;
	  transition: all .3s;
	  -webkit-transition: all .3s;
	  -moz-transition:all .3s;
	  -ms-transition: all .3s;
	  -o-transition: all .3s;
 }*/
.redes ul li:nth-child(6) img{
	  position:relative;
	  right:-70px;
	  transition: all .3s;
	  -webkit-transition: all .3s;
	  -moz-transition:all .3s;
	  -ms-transition: all .3s;
	  -o-transition: all .3s;
 }
.redes ul li:nth-child(7) img{
	  position:relative;
	  right:-70px;
	  transition: all .3s;
	  -webkit-transition: all .3s;
	  -moz-transition:all .3s;
	  -ms-transition: all .3s;
	  -o-transition: all .3s;
 }
  .redes ul li span{
	  position:relative;
	  right:-37px;
	  transition: all .3s;
	  -webkit-transition: all .3s;
	  -moz-transition:all .3s;
	  -ms-transition: all .3s;
	  -o-transition: all .3s;
 }
 .redes ul li img:hover{
	  right:0px;
 }
 /*#s{
    height: 1.5em;
    width: 80%;
    margin: .3em;
    border-radius: 5px;
    float: right;
    background-image: url('images/lupa-roja.png');
    padding: 0;
    padding-left: 2.3em;
    background-repeat: no-repeat;
    background-position-x: .5em;
    background-position-y: .2em;
    background-size: .8em;
    font-size: 1em;
    padding-bottom: .1em;
 }
 #searchsubmit{
 	display: none;
 }
 .serch{
 	padding: 0;
	height: 1.5em;
	border-color: #F00;
 }*/
.seccion-footer {
	background-color: #e0e0e0;
	border-top: 4px solid #E00109;
	padding: 2em 0 0 0;
}
.serv-ico{
	text-align: center;
}
.serv-ico img{
	transform:rotateY(0deg);
   transition-duration: 1s;
   -webkit-transform:rotateY(0deg);
   -webkit-transition-duration: 0.5s;
}

.serv-ico img:hover{
	 transform:rotateY(180deg);
   transition-duration: 1s;
   -webkit-transform:rotateY(180deg);
   -webkit-transition-duration: 0.5s;
   cursor: pointer;

}
.servicios-slider{
	background-color: #ebebeb;
	padding: 0;

}
.servicios-slider h3{
	margin-bottom: 1em;
}
.serviciosxs{
	text-align: center;
}
.serviciosxs li{
	padding: 1em 0;
	list-style: none;
}
.titulo2{
	text-align: center;
	color: #3d3d3d;

}
 .titulo img{
 	  margin-top: 18%;
 }
.ubicacion2{

	  display: block;
	  padding: 0;
	  text-align: center;
	  margin-bottom: 0em;
}
.ubicacion2 li{
	display: inline-block;
	vertical-align: middle;
	padding: 0 2em;
}

.qlisto .vc_gitem-zone{
	height: 205px;
}
.vc_gitem-post-data-source-post_title h4{
	color: #6b6b6b;
	text-transform: uppercase;
	font-size: 15px;
	height: 45px;
	text-align: left!important;
}
.vc_btn-juicy_pink, a.vc_btn-juicy_pink, button.vc_btn-juicy_pink{
	background-color: #E00109 !important;
	color: #fff !important;
	float: right;
	border: 1px solid #E00109 !important;
}
.vc_gitem-post-data-source-post_excerpt{
	border-bottom: 1px solid #eee;
	height: 47px;
}
.scrollup{
	z-index: 999999;
}

.vc_grid-item-mini .vc_custom_1419240516480 {
    background-color: #ffffff !important;
}

.page-id-8 .qlisto{
	margin-top: 140px;

}
.page-id-15 h2{
	display: none;
}
.page-id-15 .linea-after{
    display: none;
}
.page-id-15 .linea-before{
    display: none;
}

h3{
	color:#E00109;
	font-size: 21px;
	font-weight: bold;
}
h4{
	color:#E00109;
	font-size: 14px;
	font-weight: bold;
	min-height: 20px;
}
.tp-caption.NotGeneric-Title, .NotGeneric-Title{
	font-family: 'Roboto', sans-serif!important;
	font-size: 60px!important;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
}
.tp-caption.Gym-Subline, .Gym-Subline{
	font-family: 'Roboto', sans-serif!important;
	font-size: 23px!important;
	font-weight: 300!important;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
}
.tp-button{
	font-family: 'Roboto', sans-serif!important;
	font-size: 22px!important;
	font-weight: 300!important;
	text-shadow:none!important;
}
.tp-caption a{
	text-decoration: none!important;
}
.tp-leftarrow.default{

}
.tp-button.red{
	box-shadow: none!important;
}
.tp-button:hover{
	-webkit-box-shadow: 0px 3px 0px 0px #7c1212!important;
    -moz-box-shadow: 0px 3px 0px 0px #7c1212!important;
    box-shadow: 0px 3px 0px 0px #7c1212!important;
}
/*yair*/
#wprmenu_bar .menu_title a{
    float: right !important;
}
#wprmenu_menu .wprmenu_icon_par {
    color: #CFCFCF;
    background-color: #E00109;
    height: 100%;
}
#wprmenu_menu.wprmenu_levels ul li ul{
	background: #544E4E;
}
#wprmenu_menu.wprmenu_levels ul li ul li a{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
}
#wprmenu_menu.wprmenu_levels ul li ul li{
	border-top: none;
	border-bottom: 1px solid #eee;
}

#wprmenu_menu ul li a, #wprmenu_menu ul li a:hover{
	border-top: none;
	border-bottom: #787373;
}
#wprmenu_menu.wprmenu_levels ul li {
    border-bottom: 1px solid #333!important;
    border-top: none!important;
}
.menu_title{
	font-size: 12px !important;
}
.blog .vc_gitem-zone{
	height: 195px;
}
.vc_gitem-zone{
	height: 205px;
}

.blog_single .product_title{
	margin-bottom: 30px;
}
.blog .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink >.vc_grid-filter-item:hover, .blog  .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item:hover, .blog  .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item.vc_active, .blog  .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item.vc_active{
	background: #E00109;
	color:#fff!important;
}
.blog .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink >.vc_grid-filter-item, .blog .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item{
	background-color: #e6e6e6;
}
.blog .vc_grid-filter-item span,.blog .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item span{
	color: #454545;
	font-size: 14px;
}
.blog .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink >.vc_grid-filter-item:first-child{
	border-radius: 0;

}
.blog .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink >.vc_grid-filter-item:last-child{
	border-radius: 0;
}
.blog .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink >.vc_grid-filter-item{
	margin-right: 20px;
}
.blog .vc_grid-filter-item .vc_active li{
	color: #000;

}
.rpwwt-post-title{
	color: #454545;
	font-size: 14px;
	font-weight: 500;
}
.rpwwt-post-date{
	color: #a6a6a6;
	font-size: 12px;
	font-weight: 500;
	font-style: italic;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 a{
	text-decoration: none;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 h4{
	font-size: 22px;
	color: #454545;
	font-weight: 500;
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
    margin-bottom: 17px;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 ul{
	padding-left: 0;

}

.rpwwt-widget ul li {
    overflow: hidden;
    margin: 0 0 0.5em!important;
}

.blog_single .col-sm-4{
	border-left: 2px solid #ddd;
}
.wpb_wrapper h3{
	text-transform: inherit;
	color: #67676B;
}

.col-sm-8 .product_title{
	text-align: center;

}
.vc_single_image-img .vc_single_image-img {
	margin-bottom: 20px;
}
.novedades{
    margin-bottom: 2px;
    float: right;
    margin-top: 5px;
    border-radius: 5px;
    border-bottom: 2px solid #ddd;
    border-left: 2px solid #ddd;
    border-top: 2px solid #ddd;
    border-right: 2px solid #ddd;

}
.novedades a{
	font-family:'Roboto', sans-serif;
	color:#67676B;
	text-decoration: none;
	padding: 4px;
	font-size: 12px;
}

.novedades a:hover{
	border-radius: 5px;
	background: #67676B;
	color: #fff;
}
.blog .vc_button-2-wrapper .blog .vc_button-2-align-left a{
	background: #000;

}
.wpb_wrapper{
	margin-top: -12px;
}

.noved{
	margin-top: 10px;
}
.vc_button-2-wrapper{
	position: relative;
	z-index: 101!important;
}
.wpgmp-tab-1 a{
	background: #E00109!important;
}
.jspContainer{
	background: #F0EDE5;

}
.product_title{
	margin-bottom: 40px;
}
.neuro{
	width: 150%;
	margin: 0 auto;
}
.col-sm-12 h2{
	margin-top: 6px;
}
.wpb_wrapper {
	margin-top: 30px;
}
.child-experiencias .wpb_wrapper{
    margin: 0 !important;
}
.neuro{
 text-align:center;
 width:100%;
 display:block;
 font-size:14px;
 background: #EBEBEB;
 margin-top: 0px;
 padding: 20px 0px 20px 0px;
 margin-bottom: -30px;
}
.neuro a{
	color: #E00109;
}
.neuro a:hover{
	color: #fff;
	background: #67676B;
}

.nav-principal ul{
	animation-name:none;
}

.embed-responsive-16by9{
	padding-bottom: 50%!important;
    margin-top: -15px;
}
.iconos-home{
	margin-top: -30px;

}
.iconos_video{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.link_video{
	width: 30px;
	height: 30px;
	background: #E00109;
	color: #fff;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	padding-top: 5px;
	margin-right: 5px;
}
.wpb_tabs_nav li a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.wpb_tabs_nav li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

}
.wpb_tabs_nav li a:hover, .hvr-bounce-to-right1:focus, .hvr-bounce-to-right1:active {
  color: white;
}
.wpb_tabs_nav li a:hover:before, .hvr-bounce-to-right1:focus:before, .hvr-bounce-to-right1:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.wpb_btn-danger{
	background: #E00109!important;
}
.wpb_btn-danger:hover{
	background: #272525!important;
	color: #FFF!important;
}
.caja1{
	width: 60%;
	height: 60px;
	border-left: 3px dotted #E00109;
	border-bottom: 3px dotted #E00109;
	margin-left: 20%;
}
.caja2{
	width: 60%;
	height: 60px;
	border-right: 3px dotted #E00109;
	margin-left: 20%;
}
.caja3{
	width: 60%;
	height: 60px;
	border-right: 3px dotted #E00109;
	border-bottom: 3px dotted #E00109;
	margin-left: 20%;
}
.caja4{
	width: 60%;
	height: 60px;
	border-left: 3px dotted #E00109;
	margin-left: 20%;
}

.pdf_icontec:before{
	content: "\f1c1";
	font-family: FontAwesome;
	font-size: 25px;
	color: #f00;
	padding-right: 5px;
}
.catalogo_pdf .wpb_text_column{
	padding-bottom: 0;
	margin-bottom: 0;
}
.catalogo_pdf .wpb_text_column .wpb_wrapper{
	margin-top: 0;
}
.botoproto{
	margin: auto;
	display: block!important;
	width:250px;
}
.botoproto:hover{
	background: #000!important;
}
.imagenes_pdf{
	display: block!important;
	text-align: center;
	margin-top: -40px;
}
.imagenes_pdf .wpb_single_image{
	display: inline-block!important;
	margin-right: 40px;
}
.imagenes_pdf .wpb_single_image:last-child{
	margin-right: 0;
}
.suf-page-nav a.page-numbers:hover,
.suf-page-nav a.page-numbers:focus{
    text-decoration: none;

}
.suf-page-nav .page-numbers{
    background: #E00109;
    padding: 10px 15px;
    color: #fff;
    border-radius: 15%;
    border: 0;
}
.suf-page-nav .page-numbers.current{
    background: #656565;
}
.suf-page-nav{
    margin-top:15px;
    margin-bottom: 15px;
}
.texicontec{
	float: left;
}
.text-dt{
	width: 100%;
	height: 60px;
}
.botonesGenerales{
	background-color: #E00109;
	display:block;
	padding: 12px 25px;
    margin: 0 auto;
    font-size: 15px;
	color: #fff;
	border-radius:35px;
	border: none;
}
.botonesGenerales:hover{
	background-color: #000;
}
#buscarMat{
	padding-left: 55px;
	padding-right:55px;
	text-align: center;
}
.seccionPrincipalMateriales{
 margin-top:140px;   
}
.boton-pdf1{
	width: 100%;
	border-radius: 15px;
	margin-bottom: 10px;
}
.boton-pdf1:hover{
	background: #000!important;

}
.dactostec-c > .wpb_wrapper{
	border: 1px solid #ddd!important;
	border-radius: 10px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	padding-bottom: 0;

}
.dactostec-c h3{
	padding-left: 8px;
	padding-right: 8px;
}
.dactostec-c .wpb_button{
	margin-bottom: 0!important;
}
 .catalogo_pdf .boton-atras{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-left: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.catalogo_pdf .boton-atras:before {
  content: "\f137";
  position: absolute;
  left: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.catalogo_pdf .boton-atras:hover:before,.catalogo_pdf .boton-atras:focus:before, .catalogo_pdf .boton-atras:active:before {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}
.listado-pre .boton-pdf2{
	width: 150px;
	margin: auto;
    display: block;
    text-align: center;
    font-size:12px;
}

.listado-pre .boton-pdf2:hover{
	background:#fff!important;
	color: #fff!important;

}
.listado-pre .img-lisprecios{
	 width: 30%;
    height: auto;
    border: 1px solid #ccc;
    padding: 30px;
    display: block;
    margin: auto!important;
    margin-bottom: 28px!important;
}


.wpgmp_map{
	width: 100%!important;
}

.boton-pdf2{
	background: #E00109 !important;
    border: 1px solid #E00109;
    font-weight: bold;
    font-size: 14px !important;
    display: block;
    margin: auto;
    color: #fff !important;
    text-shadow:none;
    text-align: center;
    width: 100%;
}
.bole .wpb_text_column{
	margin-top: -40px!important;
}
.tabs-b ul li{
	position: relative;
	z-index: 1;
	width: 60px;
	height: 60px;
	border-radius: 50%!important;
	border-bottom-left-radius: 50%!important;
    border-bottom-right-radius: 50%!important;
	margin-right: 15px!important;
}
.tabs-b ul li:hover{
	background: #333!important;
	border-radius: 50%!important;
}
.tabs-b ul:before{
	width: 76%!important;
	height: 0px!important;
	background: #333;
	content: ''!important;
	position: absolute;
	display: inline-block;
	top: 125px;
}
.tabs-b ul li a{
	text-align: center;
	padding-top: 20px!important;
}
 /*ecuador*/
.tabs-b-e ul li{
	position: relative;
	z-index: 1;
	width: 60px;
	height: 60px;
	border-radius: 50%!important;
	border-bottom-left-radius: 50%!important;
    border-bottom-right-radius: 50%!important;
	margin-right: 15px!important;
}
.tabs-b-e ul li:last-child, .tabs-b-p ul li:last-child{
    position: relative;
    z-index: 1;
    width: 200px;
    height: 48px;
    line-height: 8px;
    margin-right: 0px!important;
    border-radius: 30px!important;
    float: right;
    margin-top: 10px;

}
.tabs-b-e ul li:last-child:hover{
  background: #333!important;
}

.tabs-b-e ul li:hover{
	background: #333!important;
	 border-radius: 30px!important;
}

.tabs-b-e ul:before{
	width: 76%!important;
	height: 0px!important;
	background: #333;
	content: ''!important;
	position: absolute;
	display: inline-block;
	top: 125px;
}
.tabs-b-e ul li a{
	text-align: center;
	padding-top: 20px!important;
}




.linea-videos span span:before{
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    background:#E00109;
    top: -3px;
    z-index: 1;
}
.linea-videos span span:after{
	 content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    background: #E00109;
    top: -3px;
    z-index: 1;
    right: 0;
}
.linea-videos span span{
	border-color: #67676B!important;
}
.container-certificados{
 width: 100%;
 text-align: center;
 margin: auto;
}
.certificados{
	display: inline-block;
	width: 170px;
	height: auto;
}

.certificados a{
    width: 100%;
	background: #BE0411;
	color:#fff;
	text-decoration: none;
	text-align: center;
	padding: 8px 25px;
	margin-top:20px;
}
.certificados2{
	display: inline-block;
	width: 170px;
	height: auto;
}

.certificados2 a{
/*  width: 100%;
	background: #BE0411;
	color:#fff;
	text-decoration: none;
	text-align: center;
	padding: 8px 25px;
	margin-top:20px; */
	display: none;
}

.certificados a:hover{
	background: #000;
}
.lshowcase-boxInner-normal{
	margin-left: -50px!important;
}
.icl_post_in_other_langs{
	display: none;
}
.selector{
    margin-top: 29px;
    float: right;
}
.selector ul{
	margin-left: 10px;
	padding-left: 0;
}
.selector ul li{
	list-style: none;
}
.selector ul li ul{
	display: inline-block;
}
.seccion2{
	background: #ebebeb;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	margin: auto;
}
.seccion2 div{
    display: inline-block;
    padding: 15px;
}
/*.seccion2 div:last-child{*/
/*    margin-right: 0px;*/
/*}*/
.lang_sel_click a{
	text-decoration: none!important;
	color: #E00109!important;
}
.lang_sel_click .lang_sel_sel{
	font-weight: bold;
	border-right: solid 2px #333;
	padding-right: 10px;
}
.boton-oficinas{
	padding: 6px 18px;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	background: #E00109;
	font-size: 14px;
	margin-left: 0px;
	margin-bottom: 15px;
 }
 .titulosnoti{
 	text-align: center;
 	font-size: 21px;
 	text-transform: uppercase;
 	color: #303030;
 }
 .boton-oficinas:hover{
 	background: #000;
 }
 .ubicacion li i{
 	font-size: 16px;
 	color: #E00109;
 	padding-right: 3px;
 }
 .ubicacion{
	padding: 0px;
  }
 .ubicacion li{
 	list-style: none;
 	/*margin-left: 10px;*/
 }
 .wpb_wrapper h5{
color: #67676B;
font-size: 20px;
 }
 .menu li{
 	list-style: none;
 }
 .menu{
 	padding: 0px;
 }

 .copy{
  width: 100%;
  height: auto;
  background: #2F2F37;
}
.copyr{
  float: left;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #ddd;
}
.copyr span{
  color: #fff;

}
.design a{
  color: #fff!important;

  text-decoration: none!important;
}
.design{
  float: right;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #ddd;
}
.ubicacioncon{
	margin-top: -40px;
	text-align: center;
	display: block;
}

.tablepress{
	border: solid 2px #ddd!important;
}

.tablepress .row-4 .column-1{
	border-top: solid 2px #000;
}
.tablepress .row-4 .column-2{
	border-top: 2px solid #000;
}
.tablepress .row-7 .column-1{
	border-top: solid 2px #000;
}
.tablepress .row-7 .column-2{
	border-top: 2px solid #000;
}
.iconos_video a .link_video:active{
 	background: #333;
}
.serv-ico span{
	font-size: 9px;
    font-weight: bold;
}
.botonetica{
text-align: center;
margin: auto;
width: 100%;
}
.tiruloproduc{
 margin-bottom: 30px;
 font-size: 24px;
 color: #303030;
 font-weight: bold;
 width: 100%;
 text-align: center;
}
.conta-productos{
margin-top: 110px;
}
.tiruloproduc:before{
content: '';
width: 30%;
height: 1px;
position: relative;
display: inline-block;
background: #ccc;
top: -8px;
margin-right: 10px;
}
.tiruloproduc:after{
content: '';
width: 30%;
height: 1px;
position: relative;
display: inline-block;
background: #ccc;
top: -8px;
margin-left: 10px;
}
.imagenproduc img{
width: auto;
margin-left: -50%;
height: 150px;
}
.imagenproduc{
 width: 100%;
 height: auto;
 overflow: hidden;
 position: relative;
 cursor: pointer;
}
.overlay{
 width: 100%;
 position: absolute;
 height: 0px;
 bottom: 0;
 background: url(images/patron.png);
 -webkit-transition: height 0.3s ease;
 -moz-transition: height 0.3s ease;
 -o-transition: height 0.3s ease;
 transition: height 0.3s ease;
}
.overlay h5{
 color: #fff;
 width: 90%;
 margin: auto;
 text-align: center;
 text-transform: uppercase;
 font-size: 15px;
 margin-top: 10px;
}
.imagenproduc:hover .overlay{
 height: 100%;
}
.overlay .icono{
margin: auto;
margin-top: 70px;
text-align: center;
width: 29px;
height: 29px;
background: url(images/mas.png) ;
}
.tituloproductos h5{
  text-align: center;
  padding-top: 17px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.contaproduc{
	display: inline-block;
	margin-bottom: 40px;
}
.textos-produc{
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	height: 100px;
}
.url_post{
	margin-top: -5px;
    margin-bottom: 20px;
	float: right;
	margin-right: 10px;

}
.url_post a{
	text-decoration: none;
	color: #E01508;

}
.read-more{
	display: none;
}
.read-more1{
	border-radius: 3px;
	padding: 5px 10px 5px 10px;
	background: #fff;
}

.read-more1:hover{
	color: #303030;
}
.contenedorproduc{
	background: #F4F4F4;
	height: 365px;
}
.imagendestablog{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.imagendestablog img{
	width: 100%;
	height: auto;
}
.blogsidebar img{
    width: 20%!important;
    height: auto!important;
    overflow: hidden;
    object-fit: cover;
}
.blog_single a{
text-decoration: none;
}
.back{
    margin-bottom: 20px;
    margin-top: 20px;
    width: 82px;
    height: 30px;
    font-size: 16px;
    background: #E00109;
    color: #fff;
    padding: 5px 10px 5px 10px;
    border-radius: 4px;
}
.back:hover{
    background: #f3f3f3;
    color: #E00109;
}
.back-link{
    outline: none;
}
.back-link:hover{
    outline: none;
    text-decoration: none;
}
.volveralblog{
margin-bottom: 20px;
margin-top: 20px;
width: 82px;
height: 30px;
font-size: 16px;
background: #E00109;
color: #fff;
padding: 5px 10px 5px 10px;
border-radius: 4px;
}
.volveralblog:hover{
background: #f3f3f3;
 color: #E00109;
}
.containerimg{
 display: inline-block;
}
.imagenesvideos{
 display: inline-block;
 margin-bottom: 20px;

}
.hover-play{
	width: 255px;
	height: 144px;
	position: absolute;
	top: 0;
	background: url(images/hover.png) no-repeat center  center;
	visibility: hidden;
	cursor: pointer;
}
.imagenesvideos:hover .hover-play{
	visibility: visible;
}

/*FORMULARIO DE CONTACTO */

.titulo-contact h4{
	margin-bottom: 15px;
	color:#67676B;
	text-align: center;
	font-size: 21px;
    font-weight: bold;
	text-transform: uppercase;
}
.titulo-contact p{
    color: #67676B;
    font-size: 15px;
    line-height: 20px;
    text-align: justify;

}
.contacto-form1 .autorizo a,
.contacto-form .autorizo a{
color: #444;
}
.contacto-form1 .autorizo,
.contacto-form .autorizo{
   font-size: 14px;
   font-style: oblique;
   margin-bottom: 20px;
}
.contacto-form1,
.contacto-form{
    margin-top: 10px;
    /*padding-bottom: 100px;*/
}

.contacto-form input[type="checkbox"]{
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.contacto-form .check input[type="radio"] {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
.contacto-form input[type="text"]{
    width: 100%;
    border-radius: 5px;
    height: 40px;
    border: solid 1px #E00109;
    color: #666;
    padding-left: 120px;
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
    margin-top: 15px;
	margin-bottom: 15px;
    margin-left: 10px;
}
.checkbox-inline:first-child, .radio-inline:first-child{
	padding-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.contacto-form input[type="email"]{
    width: 100%;
    border-radius: 5px;
    height: 40px;
    border: solid 1px #E00109;
    color: #666;
    padding-left: 120px;
}
.contacto-form1 select,
.contacto-form select{
    padding: 0 10px;
    width: 100%;
    border-radius: 5px;
    height: 40px;
    border: solid 1px #E00109;
    color: #fff;
    background: #E00109;
}
.contacto-form1 option,
.contacto-form option{
    color: #444;
    background: #f3efef;
}
.contacto-form1 textarea,
.contacto-form textarea{
    width: 100%;
    border-radius: 5px;
    height: 110px;
    border: solid 1px #E00109;
    color: #67676b;
    padding-left: 16px;
    padding-top: 3px;
    font-size: 16px;
}
.contacto-form1 .nombre{
    width: 100%;
    display: inline-block;
    margin-bottom: 12px;
}
.contacto-form .nombre{
    width: 100%;
    display: inline-block;
}
.contacto-form1 .correo,
.contacto-form .correo{
    width: 100%;
    display: inline-block;
    margin-bottom: 12px;
}
.contacto-form1 .empresa{
    width: 100%;
    display: inline-block;
    margin-bottom: 12px;
}
.contacto-form .empresa{
    width: 100%;
    display: inline-block;
}
.contacto-form1 .telefono{
    width: 100%;
    display: inline-block;
    margin-bottom: 12px;
}
.contacto-form .telefono{
    width: 100%;
    display: inline-block;
}
.contacto-form1 .celular,
.contacto-form .celular{
    width: 100%;
    display: inline-block;
    margin-bottom: 12px;
}
.contacto-form1 .asunto{
    width: 100%;
    display: inline-block;
    margin-bottom: 12px;
}
.contacto-form .asunto{
    width: 100%;
    display: inline-block;
    margin-bottom: 12px;
}
.contacto-form1 .pais{
    width: 100%;
    display: inline-block;
    margin-bottom: 12px;
}
.contacto-form .pais{
    width: 100%;
    display: inline-block;
}
.contacto-form1 .ciudad{
    width: 100%;
    display: inline-block;
    margin-bottom: 12px;
}
.contacto-form .ciudad{
    width: 100%;
    display: inline-block;
}
.contacto-form1 .comentarios,
.contacto-form .comentarios{
    width: 100%;
    display: inline-block;
    margin-bottom: 12px;
}
.contacto-form1 .enviar,
.contacto-form .enviar{
    width: 100%;
    display: inline-block;
    margin-bottom: 12px;
}
.contacto-form input[type="submit"]{
    width: 110px;
    height: 38px;
    border: none;
    background: #E00109;
    color: #fff;
    float: left;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 5px;
}
.contacto-form input[type="submit"]:hover{
    background: #000;
}
.contacto-form .nombre:before{
	content: 'Nombre';
    width: 110px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 40px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}
.contacto-form .apellido:before{
	content: 'Apellido';
    width: 110px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 40px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}
.contacto-form .TicketID:before{
	content: 'Ticket';
    width: 110px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 40px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}
.contacto-form .cual:before{
	content: '¿Cuál?';
    width: 110px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 40px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}
.contacto-form .cualred:before{
	content: '¿Cuál Red?';
    width: 110px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 40px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}
.contacto-form .nombreapellido:before{
	content: 'Nombre y Apellido';
    width: 110px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 40px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}
.contacto-form .ocupacion:before{
	content: 'Ocupación';
    width: 110px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 40px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}
.contacto-form .correo:before{
    content: 'Correo';
    width: 110px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 40px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}
.contacto-form .mail:before{
    content: 'Correo';
    width: 110px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 40px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}
.contacto-form .lastName:before{
    content: 'Apellido';
    width: 110px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 40px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}
.contacto-form .firstName:before{
    content: 'Nombre';
    width: 110px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 40px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}
div.wpcf7-validation-errors{
	border: none!important;
}
.contacto-form .empresa:before{
    content: 'Empresa';
    width: 110px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 40px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}
.contacto-form .telefono:before{
    content: 'Teléfono';
    width: 110px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 40px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}
.contacto-form .cedula:before{
    content: 'Cédula';
    width: 110px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 40px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}
.contacto-form .celular:before{
    content: 'Celular';
    width: 100px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 40px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}
.contacto-form .movil:before{
    content: 'Celular';
    width: 110px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 40px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}
/*.contacto-form .pais:before{*/
/*    content: 'Pais';*/
/*    width: 110px;*/
/*    background: #E00109;*/
/*    border-bottom-left-radius: 5px;*/
/*    border-top-left-radius: 5px;*/
/*    position: absolute;*/
/*    color: #fff;*/
/*    height: 40px;*/
/*    padding-left: 15px;*/
/*    padding-top: 10px;*/
/*    font-weight: 300;*/
/*}*/
.contacto-form .ciudad:before{
    content: 'Ciudad';
    width: 110px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 40px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}


/*TRABAJA CON NOSOTROS*/

.post-trabaja{
	background: #f4f4f4;
}

.title-trabaja h3{
    font-size: 18px;
    padding-top: 12px;
    color: #222;
    text-align: center;
    text-transform: uppercase;
}

.thumbnail-trabaja{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.thumbnail-trabaja img{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.thumbnail-trabaja img:hover{
opacity: 0.7;
}
.descrip-trabaja{
	padding: 20px;
    max-height: 80px;
}
.boton-trabaja{
    text-align: center;
    height: 70px;
    width: 100%;
}
.boton-trabaja a{
    padding: 8px 16px;
    border-radius: 6px;
    background: #E00109;
    border: 1px solid #E00109;
    margin-top: 12px;
    text-decoration: none;
    color: #fff;
    transition: 1s;
    display: inline-block;
}
.boton-trabaja a:hover{
	background: #fff;
	color: #E00109;
}
.trabajacon-nosotros{
	padding-bottom: 40px;
}

.trabajacon-nosotros .col-sm-6:last-child {
    margin: auto!important;
    display: flex;
    text-align: center;
    top: 30px;
    position: relative;
    float: none;
}

/*formulario trabaja*/

.title1-trabaja h3{
	text-align: center;
    font-weight: 300;
    font-size: 30px;
}
.title1-trabaja h3 .bold-title{
	font-weight: 800;
    color: #E00109;
}

.contacto-form2 input[type="text"]{
    width: 100%;
    height: 50px;
    border: solid 1px #c59497;
    color: #666;
    margin-bottom: 10px;
    padding-left: 228px;
}

.contacto-form2 input[type="email"]{
    width: 100%;
    height: 50px;
    border: solid 1px #c59497;
    color: #666;
    padding-left: 228px;
    margin-bottom: 10px;
}

.contacto-form2 .nombres:before{
	content: 'NOMBRE';
    width: 224px;
    line-height: 32px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 50px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}
.contacto-form2 .nombresIngles:before{
	content: 'NAME';
    width: 224px;
    line-height: 32px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 50px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}
.contacto-form2 .apellidos:before{
	content: 'APELLIDO';
    width: 224px;
    line-height: 32px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 50px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}
.contacto-form2 .apellidosIngles:before{
	content: 'LASTNAME';
    width: 224px;
    line-height: 32px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 50px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}

.contacto-form2 .doc-identidad:before{
	content: '# DOCUMENTO DE IDENTIDAD';
    width: 224px;
    line-height: 32px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 50px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}
.contacto-form2 .docidentidad:before{
	content: '# DOCUMENTO DE IDENTIDAD';
    width: 224px;
    line-height: 32px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 50px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}
.contacto-form2 .docidentidadIngles:before{
	content: '# ID';
    width: 224px;
    line-height: 32px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 50px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}
.contacto-form2 .email:before{
    content: 'CORREO ELECTRÓNICO';
    width: 224px;
    line-height: 32px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 50px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}
.contacto-form2 .emailIngles:before{
    content: 'EMAIL';
    width: 224px;
    line-height: 32px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 50px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}
.contacto-form2 .telefono-fijo:before{
    content: 'TELÉFONO FIJO';
    width: 224px;
    line-height: 32px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 50px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}
.contacto-form2 .telefonofijo:before{
    content: 'TELÉFONO FIJO';
    width: 224px;
    line-height: 32px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 50px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}
.contacto-form2 .telefonofijoIngles:before{
    content: 'TELEPHONE';
    width: 224px;
    line-height: 32px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 50px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}

.contacto-form2 .ciudad-residencia:before{
    content: 'CIUDAD RESIDENCIA';
    width: 224px;
    line-height: 32px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 50px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}
.contacto-form2 .ciudadresidencia:before{
    content: 'CIUDAD RESIDENCIA';
    width: 224px;
    line-height: 32px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 50px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}
.contacto-form2 .ciudadresidenciaIngles:before{
    content: 'RESIDENCE CITY';
    width: 224px;
    line-height: 32px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 50px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}
.contacto-form2 .formacion:before{
    content: 'FORMACIÓN ACADÉMICA ';
    width: 224px;
    line-height: 32px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 50px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}
.contacto-form2 .formacionIngles:before{
    content: 'ACADEMIC TRAINING';
    width: 224px;
    line-height: 32px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 50px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}
.contacto-form2 select{
 	width: 57%;
    height: 50px;
    margin-left: 224px;
    border: solid 1px #c59497;
    color: #666;
    margin-bottom: 10px;
}


.contacto-form2 .tel-celular:before{
    content: 'CELULAR';
    width: 224px;
    line-height: 32px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 50px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}
.contacto-form2 .telefonocel:before{
    content: 'CELULAR';
    width: 224px;
    line-height: 32px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 50px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}
.contacto-form2 .telefonocelIngles:before{
    content: 'CELLPHONE';
    width: 224px;
    line-height: 32px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 50px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}
.contacto-form2 .telcelular:before{
    content: 'CELULAR';
    width: 224px;
    line-height: 32px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 50px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}
.contacto-form2 .ultimocargo:before{
    content: 'ÚLTIMO CARGO DESEMPEÑADO';
    width: 224px;
    line-height: 32px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 50px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}
.contacto-form2 .ultimocargoIngles:before{
    content: 'LAST POSITION PERFORMED';
    width: 224px;
    line-height: 32px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 50px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}

.contacto-form2 textarea{
    width: 100%;
    height: 140px;
    border: solid 1px #c59497;
    color: #67676b;
    padding-left: 16px;
    padding-top: 16px;
    font-size: 16px;
}

.contacto-form2 .enviar{
    width: 100%;
    display: inline-block;
    margin-bottom: 12px;
}

.contacto-form2 input[type="submit"]{
    width: 130px;
    height: 40px;
    border: none;
    background: #E00109;
    color: #fff;
    float: right;
    text-transform: uppercase;
    font-size: 16px;
}

.contacto-form2 input[type="submit"]:hover{
    background: #000;
}

.archio-adj h3{
	font-size: 16px;
	color: #E00109;
}

.vc_toggle .vc_toggle_title{
    background: #f9f7f7;
    height: 45px;
    line-height: 45px;
    padding-left: 30px;
    transition: 0.5s;
}
.vc_toggle .vc_toggle_title h4{
	color: #333;
	font-size: 16px;
}
.vc_toggle_active .vc_toggle_title{
	background: #E00109!important
}
.vc_toggle_active .vc_toggle_title h4{
	color: #fff!important;
	font-size:16px;
}
.vc_toggle .vc_toggle_title i{
	float: right;
    margin-top: 15px;
    margin-right: 15px;
}
.vc_toggle .vc_toggle_title i:before{
	border-color: #ff0101;
}
.vc_toggle p{
	 padding: 0px 30px;
    font-size: 15px;
}
.vc_toggle_active p{
	 padding: 0px 30px;
    font-size: 15px;
}
.vc_toggle.vc_toggle_arrow .vc_toggle_icon::before, .vc_toggle.vc_toggle_arrow .vc_toggle_icon::after{
	border-color: #ff0101;
    background: transparent;
}
.vc_toggle_active.vc_toggle_arrow .vc_toggle_icon::before, .vc_toggle_active.vc_toggle_arrow .vc_toggle_icon::after{
	border-color: #fff!important;
    background: transparent;
}

/*FIN TRABAJA CON NOSOTROS*/

 /*FORMULARIO ETICA*/
.contacto-formEtica .nombre:before{
	content: 'Nombre';
    width: 110px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 40px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}
.contacto-formEtica .correo:before{
    content: 'Correo';
    width: 110px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 40px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}

.contacto-formEtica .telefono:before{
    content: 'Telefono';
    width: 110px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 40px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}
.contacto-formEticaIng input[type="submit"],
.contacto-formEtica input[type="submit"]{
    width: 130px;
    height: 38px;
    border: none;
    background: #E00109;
    color: #fff;
    float: left;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.contacto-formEticaIng input[type="submit"]:hover,
.contacto-formEtica input[type="submit"]:hover{
    background: #000;
}
.contacto-formEticaIng input[type="checkbox"],
.contacto-formEtica input[type="checkbox"]{
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
.contacto-formEticaIng input[type="email"],
.contacto-formEtica input[type="email"]{
    width: 100%;
    border-radius: 5px;
    height: 40px;
    border: solid 1px #E00109;
    color: #666;
    padding-left: 120px;
}
.contacto-formEticaIng #datepicker,
.contacto-formEtica #datepicker{
padding-left: 10px;
border: 1px solid #ccc;
width: 50%;
height: 40px;
}
.contacto-formEticaIng input[type="text"],
.contacto-formEtica input[type="text"]{
    width: 100%;
    border-radius: 5px;
    height: 40px;
    border: solid 1px #E00109;
    color: #666;
    padding-left: 120px;
}
.contacto-formEticaIng .anonimo input[type="checkbox"],
.contacto-formEtica .anonimo input[type="checkbox"]{
    margin-right: 10px;
}
.contacto-formEticaIng .anonimo .cajones,
.contacto-formEtica .anonimo .cajones{
	display: inline-block;
	margin-right: 15px;

}
.contacto-formEticaIng .nombre,
.contacto-formEtica .nombre{
    width: 100%;
    display: inline-block;
    margin-bottom: 12px;
}
.contacto-formEticaIng .correo,
.contacto-formEtica .correo{
    width: 100%;
    display: inline-block;
    margin-bottom: 12px;
}
.contacto-formEticaIng .telefono,
.contacto-formEtica .telefono{
    width: 100%;
    display: inline-block;
    margin-bottom: 12px;
}
.contacto-formEticaIng textarea,
.contacto-formEtica textarea{
    width: 100%;
    border-radius: 5px;
    height: 70px;
    border: solid 1px #ccc;
    color: #67676b;
    padding-left: 16px;
    padding-top: 3px;
    font-size: 16px;
}
.contacto-formEticaIng p,
.contacto-formEtica p{
	font-size: 16px;
	color: #67676B;
	margin-bottom: 10px;
}
.contacto-formEticaIng h4,
.contacto-formEtica h4{
	font-size: 16px;
	text-transform: uppercase;
}
.contacto-formEticaIng input[type=file],
.contacto-formEtica input[type=file]{
	margin-bottom: 16px;
	color: #E00109;
}




/*before ingles*/

.contacto-form1 input[type="submit"]{
    width: 110px;
    height: 38px;
    border: none;
    background: #E00109;
    color: #fff;
    float: left;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 5px;
}
.contacto-form1 input[type="submit"]:hover{
    background: #000;
}

.contacto-form1 input[type="checkbox"]{
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.contacto-form1 input[type="email"]{
    width: 100%;
    border-radius: 5px;
    height: 40px;
    border: solid 1px #E00109;
    color: #666;
    padding-left: 120px;
}
.contacto-form1 input[type="text"]{
    width: 100%;
    border-radius: 5px;
    height: 40px;
    border: solid 1px #E00109;
    color: #666;
    padding-left: 120px;
}
.contacto-formEticaIng .nombre:before,
.contacto-form1 .nombre:before{
	content: 'Name';
    width: 110px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 40px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}
.contacto-formEticaIng .correo:before,
.contacto-form1 .correo:before{
    content: 'Email';
    width: 110px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 40px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}
.contacto-form1 .empresa:before{
    content: 'Business';
    width: 110px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 40px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}
.contacto-formEticaIng .telefono:before,
.contacto-form1 .telefono:before{
    content: 'Telephone';
    width: 110px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 40px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}
.contacto-form1 .celular:before{
    content: 'Cell phone';
    width: 100px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 40px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}

.contacto-form1 .pais:before{
    content: 'Country';
    width: 110px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 40px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}
.contacto-form1 .ciudad:before{
    content: 'City';
    width: 110px;
    background: #E00109;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    color: #fff;
    height: 40px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 300;
}

.sweet-alert h2:before{
display: none!important;
}
.sweet-alert h2:after{
display: none!important;
}
#myMap{
	width: 100%;
	height: 320px;
}
.top{
	margin-top: 90px;
}
.form-etica{
	margin-top: 90px;
}
.boton-pdf2 a{
color: #fff;
text-decoration: none;
}
.boton-pdf2:hover{
	color: #fff;
}
.boton-pdf2 a:hover{
color: #fff;
}
.conta-altamedia .wpb_tabs_nav li a{
 text-transform: none;
 font-size: 16px;
}


.buscador{
	width: 38px;
	height: 30px;
	float: right;
	cursor: pointer;
	text-align: center;
	margin-left: 33px;
	margin-top: 17px;
}
.buscador i{
	text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #E00109;
}
#OtroTema{
	float: right;
	margin-left: 3px;
}
.box{
	margin-left: -28px;
	width: 0px;
	float: right;
	-webkit-transition: width 0.5s ease;
	-moz-transition: width 0.5s ease;
	-o-transition: width 0.5s ease;
	transition: width 0.5s ease;
}
.box input[type="search"]{
	border: solid 1px #ddd;
    height: 25px;
    line-height: 25px;
    width: 100%;
    margin-top: 25px;
    margin-right: -40px;
    padding-left: 0px;
	padding-right: 0px;
    color: #E00109;
    font-size: 14px;
    font-style: italic;
}
.box-change{
	margin-left: -28px;
	display: inline-block;
	width: 165px;
	-webkit-transition: width 0.5s ease;
	-moz-transition: width 0.5s ease;
	-o-transition: width 0.5s ease;
	transition: width 0.5s ease;
}
.box-change input[type="search"]{
	padding-left: 10px;
}
.conte-menutop{
	padding-right:0px!important;
	padding-left: 0px!important;
	display: block;
    text-align: center;
    margin: auto;
}

#navbar{
	padding-left: 0px!important;
	padding-right: 0px!important;
}

.nav-principal {
    margin-top: 30px;
    float: none!important;
    width: 100%;
    text-align: center;
    display: block;
}
.nav-principal li{
	float: none!important;
	display: inline-block;
	height: 35px;
	border-right: 1px solid #ccc;
}
.cables-media h3{
	text-transform: none!important;
}
.noved{
	margin-top: 80px;
}
.ui-dialog{
 z-index: 10001!important;
}
.ui-widget-overlay{
 z-index: 10000!important;
 background: #000!important;
 opacity: 0.7!important;
}
.tablet{
	display: none;
}
.celular{
	display: none;
}
.est-bole{
	/*margin-top: 80px;*/
}
.single-blog_centelsa .vc_btn3-color-danger{
    background: #E00109 !important;
    border: 1px solid #E00109;
    font-weight: bold;
    font-size: 14px !important;
    display: block;
    margin: auto;
    color: #fff !important;
    text-shadow: none;
    text-align: center !important;
    padding: 10px 45px !important;
}
.single-blog_centelsa .articles-desc .wpb_text_column {
    min-height: 60px;
}

.volver-certi{
  width: 148px;
  height: 30px;
  background: #E00109;
  line-height: 30px;
  text-align: center;
  margin-top: 40px;
}
.volver-certi a{
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
}
.volver-certi:hover{
  background: #000;
}
.cont-indicadores{
	width: 100%;
	display: block;
	margin: auto;
	text-align: center;
}
.pdf_icontec-cidet{
  text-align: left;
  margin-bottom:-30px!important;

}
.pdf_icontec-cidet:before{
	content: "\f1c1";
	font-family: FontAwesome;
	font-size: 25px;
	color: #f00;
	padding-right: 5px;

}
.boletins{
	height: 40px;
}
.boletins h4{
	text-align: center;
}
.copyr .spa1{
    margin-left: 56px;
    font-size: 14px;
    color: #fff;
}
.copyr .spa2{
    margin-left: 100px;
    font-size: 14px;
    color: #fff;
}
.copyr .spa2:hover{
	color: #ccc;
}
.copyr a{
	text-decoration: none;
}
.copyr .spa1:hover{
	color: #ccc;
}
.sustitulos-c h3{
font-size: 20px;
color: #444;
border-bottom: 1px solid #ccc;
width: 350px;
padding-bottom: 8px;
text-align: center!important;
}


.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header, .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab{
	background-color: #fff!important;
}

.simulator-content h3{
	margin-bottom: 40px;
}
.simulator-content .nav-tabs{
	border: none;
	padding: 25px 0px 0px;
}

.simulator-content .nav-tabs>li{
	width: 100%;
	margin-bottom: 1px;
	border-radius: 0px;
}
.simulator-content .nav-tabs>li a{
	padding: 7px 15px;
	color: #333;
	background: #eee;
	border-radius: 0px;
}
.simulator-content .nav-tabs>li.active a{
	background: #E00109;
	border: solid 1px #E00109;
	color: #fff;
}



.menu-bol ul li:last-child{
	margin-right: 0px;
}


.menu-bol ul li a:hover{
	background: #272525;
}
.menu-bol .current-menu-item a{
  	background: #272525;
}

.banner{
width: 100%;
height: auto;
}
.img-catalogo{
 width: 100%;
 height: 320px;
 overflow: hidden;
}
.img-catalogo img{
 width: 100%;
 height: auto;
}
.banner img{
width: 100%;
height: auto;
}

.catalogo-e a{
text-decoration: none;
}
.title-cat h3{
    color: #E00109;
    font-size: 15px;
    text-align: center;
    height: 40px;
}
.ver-catalogo {
	width: 100%;
	height: 40px;
	text-align: center;
	margin-bottom: 20px;
}

.ver-catalogo a{
	padding: 8px 82px;
    font-weight: 600;
    color: #68686c;
    border: 1px solid #ccc;
    transition: .3s;
}
.ver-catalogo a:hover{
	background: #E00109;
	color: #fff;
}
.atras-cata i{
	margin-right: 12px;
	font-size: 18px;
}
.atras-cata a{
	background: #E00109;
    color: #fff;
    font-size: 16px;
    padding: 8px 12px;
    border-radius: 17px;
    text-decoration: none;
}
.atras-cata a:hover{
   background: #000;
}
.atras-cata{
	margin-top: 20px;
    margin-bottom: 20px;
}

.atras-cata-ing i{
	margin-right: 12px;
	font-size: 18px;
}

.atras-cata-ing a{
	background: #E00109;
    color: #fff;
    font-size: 16px;
    padding: 8px 12px;
    border-radius: 17px;
    text-decoration: none;
}
.atras-cata-ing a:hover{
   background: #000;
}


atras-cata-ing{
	margin-top: 100px;
    margin-bottom: 20px;
}
.cont-cat h2{
	margin-top: 40px;
}
.title-tablas{
	font-size: 15px;
	text-align: center;
	font-weight: 300;
}
.descargar-table a{
	background: #E00109;
    padding: 4px 11px;
    border-radius: 2px;
    color: #fff;
    text-decoration: none;
}
.descargar-table a:hover{
	background: #292929;
}
.title2 h3{
	font-size: 20px;
	color: #555;
    margin-bottom: -20px;
    text-transform: uppercase;
}
.contenido-tablas .wpb_wrapper{
  margin-top: 30px;
}

.trabajar1 h1{
	text-align: center;
    font-size: 30px;
    font-weight: 300;
}
.trabajar1 h3{
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: #E00109;
    margin-top: -22px;
}
.trabajar h1{
	text-align: center;
    font-size: 30px;
    font-weight: 300;
}
.trabajar h3{
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    color: #E00109;
    margin-top: -22px;
}
.menu-trabaja li{
	list-style: none;
    font-size: 16px;
    line-height: 29px;
    color: #333;
    font-family: 'Roboto', sans-serif;
}
.menu-trabaja li:before{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-top: 7px;
    left: 66px;
    display: block;
    position: absolute;
    background: #E00109;
}
.link-trabaja h5 a{
  text-decoration: none;
  color: #333;
  font-size: 18px;
}
.link-trabaja h5 a:hover{
	color: #E00109;
}
.title-ttu h2{
	text-transform: none;
}
.carousel-control.left {
    background: none;
    top: 50%;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background: url(images/prev.png);
    transition: ease-in-out 0.2s;
    z-index: 999;
}
.carousel-control.left:hover{
   background: url(images/prev-hover.png);
}
.carousel-control.right {
    background: none;
    top: 50%;
    width: 40px;
    left: 98%;
    height: 40px;
    text-indent: -9999px;
    background: url(images/next.png);
    transition: ease-in-out 0.2s;
    z-index: 999;
}
.carousel-control.right:hover{
   background: url(images/next-hover.png);
}
.carousel-indicators{
  display: none!important;
}
.btn-tes{
	margin-top: 15px;
}

.btn-tes a{
	color: #333;
	font-size: 14px;
	text-decoration: none;
	font-weight: 500;
}
.btn-tes a:hover{
color: #c20000;
}
.titulos-testimonio h3{
	font-size: 24px;
    text-align: center;
    margin-bottom: 16px;
    color: #333;
}
.contenido-testimonios .imagen-destacada{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.contenido-testimonios .imagen-destacada img{
	width: 100%;
	height: auto;
}
.titulo-testi h4{
    font-size: 20px;
    text-align: center;
    margin-bottom: 16px;
    color: #333;
    background: #f5f5f5;
    height: 60px;
    margin: 0px;
    vertical-align: middle;
    align-items: center;
    line-height: 60px;
}

.responsive-carousel{
	display: none;
}
.caja1-test{
	background: #f5f5f5;
    height: 60px;
    width: 100%;
}
.caja1-test .cargo-tes{
    font-size: 16px;
    display: block;
    color: #333;
    font-weight: 600;
    margin-left: 15px;
    padding-top: 20px;
}
.caja1-test .boton-tes{
    display: block;
    float: right;
    margin-right: 15px;
    margin-top: -23px;

}
.caja1-test .boton-tes a{
    background: #E00109;
    padding: 8px 15px;
    border: 1px solid #E00109;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    transition: 1s;
}
.caja1-test .boton-tes a:hover{
    background: #fff;
    color: #E00109;
}

.noticias-home .vc_gitem-post-data-source-post_excerpt{
	display: none;
}
.noticias-home .vc_gitem-zone-a {
    height: 250px!important;
}
.noticias-home .vc_gitem-zone-c {
    height: 150px!important;
}

.recent-post .thumb {
     width: 80px;
    height: 80px;
    display: inline-block;
    border: solid 2px #d4d4d4;
    position: relative;
    margin-bottom: 8px;
}

.recent-post .thumb img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.recent-post .thumb img:hover{
  opacity: 0.8;
}
.recent-post .texto{
    display: inline-block;
    position: relative;
    margin-left: 10px;
    width: 200px;
    margin-top: 20px;
}
.recent-post .texto a{
  text-decoration: none;
}
.recent-post h4{
    color: #E00109;
    position: relative;
    font-weight: 600;
    font-size: 16px;
}
.recent-post h4:hover{
  color: #333;
}
.recent-post p{
    font-size: 14px;
    position: relative;
    top: 33px;
    line-height: 20px;
}
.recientes-testimonios h1{
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    margin-top: 70px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    padding-bottom: 14px;
    margin-bottom: 50px;
}
.content-testi{
	margin-top: 50px;
}
.lista-testimonios ul li{
	list-style: none;
}
.lista-testimonios ul li:before{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: block;
    position: relative;
    background: #E00109;
    top: 34px;
    left: -17px;
}
.lista-testimonios ul li span{
	color: #E00109;
}
.lista-testimonios ul li p{
	margin: 0px;
}
.lista-testimonios ul li h3{
	color:#333;
}
.cinta img{
    width: 4%;
}
div.wpcf7-mail-sent-ok{
	border: none!important;
	color: #398f14!important;
	font-size: 18px;
	font-weight: bold;
}

.ui-widget-content {border:none;}
.ui-widget-header {background:none;border:none;display: flex;justify-content: center;flex-wrap: wrap;align-items: center;}
.ui-tabs-anchor {font-size:13px;}


/* LANDING */
#background_landing{
	background-image: url("http://www.centelsa.com/wp-content/uploads/background-nubes-1.png");
	background-size: cover;
    height: auto;
	background-repeat: no-repeat, repeat;
}
/*#background_head{
	background-image: url("http://www.centelsa.com/wp-content/uploads/background-header.png");
	background-size: contain;
    height: 1080px;
	background-repeat: no-repeat, repeat;
}*/
#background_head{
	/*position: relative;*/
}
.logo-landing{
	/*padding: 20px 0;
	position: absolute;
	left: 50%;
	right: 50%;*/
}
.container-entrada-libre-landing{
    text-align: center;
	margin-top: -35px;
}
.container-entrada-libre-landing a.btn{
	border-radius: 15px;
	background: red;
	color: white;
	font-weight: bold;
	padding: 20px 30px;
}
.container-entrada-libre-landing img{
	width: 4%;
    margin: 0 auto;
    margin-top: -18px;
}
.form-preinscripcion h2{
	font-weight: bold;
    padding-bottom: 0;
    margin-top: 30px;
    font-size: 30px;
}
.form-preinscripcion h2:before, .form-preinscripcion h2:after{
	content: none;
}
.footer-form{
	text-align: center;
}
input[type="checkbox"] {
    -webkit-appearance: radio;
    box-sizing: border-box;
}
.formulario-contact .celular,
.formulario-contact .celular,
.formulario-contact .asunto{
    width: 100%;
    display: inline-block;
    margin-bottom: 0px;
}


/* FIN LANDING */

/* LANDING CHARLAS MASIVAS */

/* FIN LANDING CHARLAS MASIVAS*/
.page-id-7054 header, .page-id-7054 .redes, .page-id-7054 .seccion-footer{
  display: block;
}
.banner-charlas img{
  width: 100%;
  height: auto;
}
.page-template-charlas-masivas{
	padding-bottom: 0px;
    background: url(images/fondo_charlas.jpg) no-repeat center -600px #efefed;
}
.page-template-charlas-masivas .charlas {
    font-family: 'Roboto', sans-serif!important;
    
}
.page-template-charlas-masivas h1 {
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    color: #962327;
    margin-top: 40px;
}

.container.banner-charlas {
    margin-top: 100px;
}
.page-template-charlas-masivas h2:before, .page-template-charlas-masivas h2:after {
    display: none;
}

.page-template-charlas-masivas h2 {
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    text-transform: none;
    margin-top: 70px;
}
span.normal_c {
    font-weight: 600;
    font-size: 30px;
}

span.medium_c {
    font-size: 30px;
    font-weight: 800;
}

span.bold_c {
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 900;
    color: #962327;
    line-height: 35px;
}

.tabla {
    width: 100%;
    height: auto;
    border: solid 20px #f4f3f2;
    border-radius: 20px;
    box-shadow: -2px 5px 8px -3px #ccc;
    margin-bottom: 40px;
}
.tabla .table {
    border-radius: 10px!important;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.tabla .table th {
    font-weight: 700;
    font-size: 18px;
    color: #962327;
    text-align: center;
}
.tabla .table-striped tr{
  background: #e4e3e3;
}
.tabla .table-striped>tbody>tr:nth-of-type(odd){
  background: #fff;
}
.tabla .table tr td {
    font-weight: 700;
    font-size: 18px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 4px 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.enviar .fecha, .enviar .mes{
  display: none;
}
    /*RESPONSIVE*/
#wprmenu_bar .bar_logo{
	float: right!important;
}
.text-child-experiencias{
    padding: 20px !important;
}


.eg-ajaxanimwrapper{
    position: fixed !important;
}
.eg-search-clean{
    position: absolute !important;
}
.eg-search-submit{
    position: absolute !important;
}
#experiencias .esg-filterbutton.hiddensearchfield{
    position: absolute !important;
    top: 5px !important;
    border: 0;
    padding: 0;
    margin: 0;
    color: #E00109 !important;
    background: #fff !important;
} 
/*PRODUCTOS*/
.product p{
    text-align: left !important;
    padding: 15px 10px !important;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}
.product .panel-group{
    margin-bottom: -50px;
}
.product .panel{
    background-color: transparent;
    border: 0;
    box-shadow: none;
}
.product .panel-heading{
    background-color: transparent;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 25px;
}
.product .panel-heading h4{
    font-size: 14px !important;
}
.product .panel-heading a:hover,
.product .panel-heading a:active,
.product .panel-heading a:focus{
    text-decoration: none;
}
.product .panel-heading .download a{
    background: #E00109;
    color: #fff;
}
.product .panel-heading .descripcion a{
    background: #fff;
    color: #353535;
    border: 1px solid #353535;
}

/*FIN PRODUCTOS*/
/*BLOG*/
.blog_centelsa .grid{
    margin-bottom: auto;
}
.blog_centelsa .grid-item { 
    width: 360px;
}
.blog_centelsa .caption{
    margin-bottom: 25px;
}
.blog_centelsa .caption p{
	text-align: justify;
}
.blog_centelsa .caption h3 a{
    color: #333 !important;
    text-transform: uppercase;
}
.blog_centelsa .caption h3 a:hover,
.blog_centelsa .caption h3 a:focus{
    text-decoration: none;
}
.blog{
    margin-bottom: 50px;
}
.logged-in-as{
  padding: 0 13px;    
}
#respond textarea,
#respond input[type="text"]{
    width:100% !important;
    border: 1px solid #BEBEBE;
    background: #f1f1f1;
    padding: 15px;
}
#respond textarea:focus,
#respond input[type="text"]:focus{
    outline: none;
}
#respond input[type="text"]{
    height: 48px;
}
#respond input[type="submit"]{
    background: #E00109;
    color: #fff;
    border: 1px solid #E00109;
    padding: 8px 15px;
    text-transform: uppercase;
    transition: .5s;
}
#respond input[type="submit"]:hover{
    background: #fff;
    color: #E00109;
}
.blog-comentarios{
   margin-top: 45px; 
}
.blog-comentarios h4{
    font-size: 25px;
}
.blog-comentarios h4 a,
.blog-comentarios h4{
    color: #333;
}
.blog-comentarios .comment-reply-link{
    background: #E00109;
    color: #fff;
    font-size: 16px;
    padding: 5px 30px;
    margin-left: 85px;
}
.blog-comentarios p{
    border: 1px solid #C6C6C6;
    padding: 15px;
}
/*FIN BLOG*/

#pagination .wp-pagenavi{
    text-align: center;
    padding: 25px 0;
}
#pagination .pages{
    border: 0;
    margin-right: 10px;
}
#pagination .current{
    border-radius: 25px;
    padding: 6px 10px;
    background: #fff;
    color: #E00109;
    box-shadow: 0px 1px 1px 1px rgba(125,125,125,.5);
    border: none;
}
#pagination a{
    border: 0;
    color:#333;
    margin: 0 10px;
}
#pagination a:hover{
    text-decorate: none;
}
#respond{
    display: block;
    background: #f1f1f1;
    padding:15px;
}
.sidebar-blog .rpwwt-post-author{
    color: #E00109;
    font-weight: 600;
}
.sidebar-blog .rpwwt-post-title{
    color: #333 !important;
    font-weight: 600 !important;
}
#recentcomments .comment-author-link{
    color: #E00109 !important;
    font-weight: 600 !important;
}
#recentcomments .url{
    color: #E00109 !important;
    font-weight: 600 !important;
    text-decoration: underline;
}
.btn-download-family{
    margin: 25px 0 !important;
    padding: 0 !important;
    background: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.btn-download-family a{
    background: #e00109;
    color: #fff;
    border: 0;
    border-radius: 5px;
    text-align-last: center;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #e00109;
    transition: .5s;
}
.btn-download-family a:hover{
    background: #fff;
    color: #e00109;
}
.btn-download-family a i{
    padding-right: 10px;
}
.simulators .nav-pills{
    display: flex;
    flex-wrap: wrap;
    border: 0;
}
.simulators .nav-pills li{
    flex: 1 1 auto;
    text-align: center;
}
.simulators .nav-pills li a{
    background: #EEEEEE;
    color: #333;
}
.simulators .nav-pills li.active a{
    background: #E00109;
    color: #fff;
}
#motors, #motores{
    margin-bottom: 25px;
}
#motors .button,
#motores .button{
    background: #E00109;
    border: 1px solid #E00109;
    border: 0;
    color: #fff;
    box-shadow: 0 0 5px 0 rgba(125,125,125,.5);
    transition: .5s;
}
#motors .button:hover,
#motores .button:hover{
    background: #fff;
    color: #E00109;
    border: 1px solid #E00109;
}
#motors hr,
#motores hr{
    border: 1px solid #e2001a;
}
.titleMotores{
    background: #e2001a;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    width: 70%;
    font-size: 18px;
    margin: 25px auto;
}
.inputResult{
    width: 100%;
    margin: 0 auto;
    height: 50px;
    text-align: center;
    font-size: 25px;
    box-shadow: 0 0 5px 0 rgba(125,125,125,.5);
}

.custom-inline .certificados a{
    padding: 8px 15px;
}
.custom-inline img{
    margin-left: 0 !important;
}

#loader.loadergif:before{
    content: "Un momento por favor, estamos validando tus datos";
    width: 100%;
    position: fixed;
    right: 50%;
    font-weight: 600;
    top: 64%;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media(min-width: 320px){
    #loader.loadergif {
        background-image: url(https://www.centelsa.com/wp-content/uploads/loading.gif);
        background-repeat: no-repeat;
        background-size: 20%;
        position: fixed;
        right: 50%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 10000;
        background-color: rgba(255, 255, 255, .5);
        width: 100%;
        height: 100%;
        background-position: center
    }
    .custom-inline{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        text-align: center;
    }
    .product .panel-heading .descripcion a,
    .product .panel-heading .download a{
        padding: 8px 4px;
        margin: 0 7px;
        font-size: 10px;
    }
    #categories_productos{
        width: 90%;
    }
    .product{
        margin: 45px 0;
        padding: 15px 0;
        background: #F0F0F0;
        border-radius: 10px;
        box-shadow: 2px 2px 4px -1px rgba(125,125,125,.5);
    }
    #infografia-container-menu .boton-infografia:first-of-type{
        margin-bottom: 70px;
        margin-top: 100px;
    }
    .boton-infografia p{
        text-align: center;
        padding-top:15px;
    }
    .boton-infografia p a{
        font-size: 20px;
    }
    .child-experiencias{
        width: 100%;
    }
    .eg-ajaxanimwrapper{
        right: 3.5%;
        top: 21.7%;
    }
    .eg-search-clean{
        left: 75% !important;
        top: 5px !important;
    }
    .eg-search-submit{
        left: 57% !important;
        top: 5px !important;
    }
    #experiencias .esg-filterbutton.hiddensearchfield{
        left: 70% !important;
    }
}
@media(min-width: 450px){
    
    .child-experiencias{
        width: 100%;
    }
    .eg-ajaxanimwrapper{
       right: 8.5%;
       top: 26.7%;
    }
    .eg-search-clean{
        left: 58% !important;
        top: 5px !important;
    }
    .eg-search-submit{
        left: 57% !important;
        top: 5px !important;
    }
    #experiencias .esg-filterbutton.hiddensearchfield{
        left: 56% !important;
    }
}
@media(min-width: 768px){
    #loader.loadergif {
        background-size: 12%;
    }
    .custom-inline{
        text-align: inherit;
    }
    .container-productosLine{
        margin-top: -70px !important;
        z-index: 1;
        position: relative;
        background: #fff;
    }
	li.menu-item.menu-item-language.menu-item-language-current{
		display:none;
	}
	li.menu-item.menu-item-language{
		display:none;
	}
	
    .product .panel-heading .descripcion a,
    .product .panel-heading .download a{
        padding: 8px 15px;
        margin: 0 15px;
        font-size: 13px;
    }
    #categories_productos{
        width: 50%;
    }
    #infografia-container-menu .boton-infografia:first-of-type{
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .boton-infografia p{
        text-align: left !important;
        padding-top: 0;
    }
    .child-experiencias{
        width: 77%;
    }
    .eg-ajaxanimwrapper{
        right: 13%;
        top: 24.4%;
    }
    .eg-search-clean{
        left: 63% !important;
        top: 5px !important;
    }
    .eg-search-submit{
        left: 57% !important;
        top: 5px !important;
    }
    #experiencias .esg-filterbutton.hiddensearchfield{
        left: 60% !important;
    }
}
@media(min-width: 1024px){
    #loader.loadergif {
        background-size: 10%;
    }
    #categories_productos{
        width: 35%;
    }
    .product{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .contenedor-experiencias{
        padding-top: 0px;
    }
    .child-experiencias{
        width: 95%;
    }
    .eg-ajaxanimwrapper{
        right: 4%;
        top: 24.5%;
    }
    .eg-search-clean{
        left: 60% !important;
        top: 5px !important;
    }
    .eg-search-submit{
        left: 57% !important;
        top: 5px !important;
    }
    #experiencias .esg-filterbutton.hiddensearchfield{
        left: 58% !important;
    }
}
@media(min-width: 1025px){
/****Cambios en el menú****/
#menu-item-9387 .sub-menu{
	left: 350px;
    top: 0px;
	}
#menu-item-9397 .sub-menu{
	left: 350px;
	top: 0px;
	}
}


/***************/
@media(min-width: 1280px){
    #loader.loadergif {
        background-size: 5%;
    }
    .infografia{
        padding-top: 100px !important;
    }
    .boton-infografia p a{
        font-size: 30px !important;
    }
    .contenedor-experiencias{
        padding-top: 100px;
    }
    .child-experiencias{
        width: 85%;
    }
    .eg-ajaxanimwrapper{
       right: 8.5%;
       top: 26.7%;
    }
    .eg-search-clean{
        left: 58% !important;
        top: 5px !important;
    }
    .eg-search-submit{
        left: 57% !important;
        top: 5px !important;
    }
    #experiencias .esg-filterbutton.hiddensearchfield{
        left: 56% !important;
    }
}
@media(min-width: 1920px){
    .child-experiencias{
        width: 61%;
    }
    .eg-ajaxanimwrapper{
        right: 20%;
        top: 20%;
    }
    .eg-search-clean{
        left: 58% !important;
        top: 5px !important;
    }
    .eg-search-submit{
        left: 57% !important;
        top: 5px !important;
    }
    #experiencias .esg-filterbutton.hiddensearchfield{
        left: 56% !important;
    }
}




@media (max-width: 1024px){

	.redes ul li img{
		height:  30px;
		right: -51px;
	}
	.redes ul li:nth-child(6) img{
		right: -80px;
	}
	.redes ul li:nth-child(7) img{
		right: -80px;
	}
	.redes ul li img:hover {
		right: -35px;
	}
   .header{
	  display: none;
    }
    .video{
	  margin-top: 20px;
    }
    .servicios-slider{
      margin-top: 20px;
    }
    .lshowcase-boxInner-normal{
      margin-left: 0px!important;
    }
    .textos-produc{
      height: 133px;
    }
    .contenedorproduc{
      height: 440px;
    }
    .url_post{
      margin-top: 0px;
    }
    .wpb_content_element .wpb_tabs_nav li a{
      font-size: 12px;
    }
    .vc_gitem-post-data-source-post_title h4{
      font-size: 14px;
      height: 62px;
	}
	.container-noticias .qlisto p{
	  margin-top: 20px;
	}
	.vc_column_container>.vc_column-inner {
	  width: 50%;
	}
	.top{
	  margin-top: 10px;
	}
	.contacto-form .pais{
	  width: 100%;
	}
	.contacto-form .telefono{
	  width: 100%;
	  margin-left: 0px;
	}
	.contacto-form .ciudad{
	  width: 100%;
	}
	.contacto-form .asunto{
	  width: 100%;
	  margin-left: 0px;
	}
	.blog .vc_gitem-zone-c {
	  height: 250px;
	}
	.vc_button-2-wrapper{
	  margin-top: 45px;
	}
	h2{
	  font-size: 18px;
	  margin-bottom: 15px;
	}
	h2:before{
	  display: none;
	}
	h2:after{
	  display: none;
	}
		.contacto-form2 .nombres:before{
   	position: relative;
    display: block;
    width: 100%;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
	}
	.contacto-form2 .apellidos:before{
	position: relative;
    display: block;
    width: 100%;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
	}
	.contacto-form2 .doc-identidad:before{
	position: relative;
    display: block;
    width: 100%;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
	}
	.contacto-form2 .docidentidad:before{
	position: relative;
    display: block;
    width: 100%;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
	}
	.contacto-form2 .email:before{
	position: relative;
    display: block;
    width: 100%;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
	}
	.contacto-form2 .telefono-fijo:before{
	position: relative;
    display: block;
    width: 100%;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
	}
	.contacto-form2 .ciudad-residencia:before{
	position: relative;
    display: block;
    width: 100%;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
	}
	.contacto-form2 .formacion:before{
	position: relative;
    display: block;
    width: 100%;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
	}
	.contacto-form2 .tel-celular:before{
	position: relative;
    display: block;
    width: 100%;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
	}
	.contacto-form2 .ultimocargo:before{
	position: relative;
    display: block;
    width: 100%;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
	}
	.contacto-form2 select {
    width: 100%;
    height: 50px;
    margin-left: 0px;
	}
	.contacto-form2 input[type="email"],
	.contacto-form2 input[type="text"] {
    padding-left: 15px;
	}
	.contacto-form2 input[type="submit"]{
		float: left;
	}

}
@media (min-width: 320px){
    .container-productosLine{
        margin-top: -35px;
        z-index: 1;
        position: relative;
        background: #fff;
    }
    .fichas_tecnicas{
        margin: 15px !important;position: relative;text-align:center;
    }
    .nav-principal li.menu-item-language:nth-last-child(1),
    .nav-principal li.menu-item-language:nth-last-child(2){
        display: none;
    }
    .noticias-interna{
        margin-top: 20px;
    }
    .vc_toggle .vc_toggle_title{
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .single-trabaja_nosotros .vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon{
        display: none;
    }
    .trabaja-con-nosotros-slider{
        margin-top: -30px;
    }
    .filtro-mapa{
        margin-top:15px;
        margin-bottom: 112px;
    }
    .select-style span{
    	color: #fff;
    	font-size: 16px;
    	padding-right: auto;
    }
    .select-style {
        background: #E00109;
    	border-radius: 0px;
        width: 100%;
        margin-top: -15px;
        margin-bottom: 73px;
        margin: auto;
        -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.4);
    	-moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.4);
    	box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.4);
    	position: relative;
    	z-index: 999;
    	padding: 8px;
	}
    .simulator-content input{
    	width: 320px;
        height: 35px;
        border: solid 1px #ddd;
        border-radius: 5px;
    }
    .simulator-content select{
    	width: 320px;
        height: 35px;
        border: solid 1px #ddd;
        border-radius: 5px;
    }
    .simulator-content .tab-content{
    	padding-left: 0px;
    }
    .menu-bol{
    	margin-top: 0px;
    	margin-bottom: -50px;
        text-align: center;
    }
    .wpb_wrapper h3 {
      font-size: 15px;
      display: table-cell;
	}
    .blog_single{
      margin-top: 0px;
    }
    .post{
    	margin-top: 15px;
    }
    .copy{
        text-align: center;
    }
    .ubicacion2 .lshowcase-boxInner-normal{
        width: auto !important;
    }
    .posts-home .thumbnail img{
        width: 100%;
        height: auto;
    }
    .cont-foter1{
        text-align: center;
    }
    .posts-home .thumbnail h4{
        min-height: 40px;
    }
    .cont{
     	padding: 2em 0;
    	 padding-bottom: 0;
     }
    .noticias-home{
        padding: 0;
    }
	.menu-bol ul li a{
		background: #E00109;
		padding: 10px 15px;
		color: #fff;
		border-radius: 2px;
		text-decoration: none;
		font-size: 14px;
		text-transform: uppercase;
	}
	.menu-bol ul li{
		display: inline-block;
		margin-right: 0px;
	}
	#menu-menu-boletines{
		padding-bottom: 40px;
	}
}
@media (min-width: 768px){
    .fichas_tecnicas{
        margin: 0 !important;position: absolute;top: 10rem;right: 2rem;
    }
    .nav-principal li.menu-item-language:nth-last-child(1),
    .nav-principal li.menu-item-language:nth-last-child(2)
    {
        display: none;
    }
    .noticias-interna{
        margin-top: 60px;
    }
    .trabaja-con-nosotros-slider{
        margin-top: 0px;
    }
    .filtro-mapa{
        margin-top:100px;
        margin-bottom: 20px;
    }
    .select-style span{
    	padding-right: 100px;
    }
    .select-style {
        margin-top: -99px;
        padding: 8px 60px 8px;
	}
    .simulator-content input{
    	width: 300px;
    }
    .simulator-content select{
    	width: 300px;
    }
    .simulator-content .tab-content{
    	padding-left: 40px;
    }
    .menu-bol{
    	margin-top: 120px;
		margin-bottom: 30px;
    }
    .wpb_wrapper h3 {
      font-size: 17px;
      display: initial;
	}
    .certificados-interna{
        margin-top: 100px !important;
    }
    .blog_single{
      margin-top: 70px;
    }
    .post{
    	margin-top: 40px;
    }
    .copy{
        text-align: inherit;
    }
    .ubicacion2 .lshowcase-boxInner-normal{
        width: 185px !important;
    }
    .posts-home .thumbnail img{
        width: 100%;
        height: 180px !important;
    }
    .cont-foter1{
        text-align: inherit;
    }
    .posts-home .thumbnail h4{
        min-height: 75px;
    }
    .cont{
     	padding: 6em 0;
    	 padding-bottom: 0;
     }
    .noticias-home{
        padding: 50px 0;
    }
	.menu-bol ul li a{
		padding: 10px 65px;
	}
	.menu-bol ul li{
		margin-right: 40px;
	}
	#menu-menu-boletines{
		padding-bottom: 0px;
	}
}
@media (min-width: 1024px){
    .single-trabaja_nosotros .vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon{
        display: block;
    }
	.menu-bol ul li a{
		padding: 10px 90px;
	}
}
@media (max-width: 767px){
    .seccionPrincipalMateriales{
     margin-top:-50px;   
    }
}
@media (max-width: 768px){
    .text-child-experiencias{
        padding: 20px 5px;
    }
	.check label{
		width: 100%;
	}
	.textos-produc{
	 height: 135px!important;
	}
	.contenedorproduc{
      height: 400px;
    }
    .pc{
      display: none;
    }
    .celular{
      display: none;
    }
    .tablet{
	  display: block;
    }
    .imagenproduc img {
      width: 100%;
      height: auto;
      margin-left: 0px;
	}
	.textos-produc hr{
	  display: none!important;
	}
	.select-style{
	  width: 100%;
	}
	.blog .vc_gitem-zone-c {
	  height: 270px;
	}
	.vc_gitem-post-data-source-post_excerpt{
	 height: 72px;
	}
	.redes ul {
     right: 0;
     bottom: 0;
     z-index: 100;
     padding: 0px;
     top: inherit;
     position: fixed;
   }


	video {
	    width: 700px!important;
	    height: 397px!important;
	}
	#popup{
		top: 60%;
    	left: 56%;
	}
	.formulario-trabaja .col-sm-12,
	.formulario-trabaja .col-sm-6{
		padding: 0px!important;
	}
	.page-id-5215 .wpb_wrapper h5 {
    color: #67676B;
    font-size: 18px;
	}

	.page-id-5215 .vc_custom_1511727389872 {
    padding-top: 0px!important;
	}
	.page-id-5215 .vc_custom_1516328378550 {
    padding-bottom: 20px !important;
	}
	.page-template-carrusel-trabaja .menu-trabaja{
		margin-left: -40px;
	}
	.page-template-carrusel-trabaja .menu-trabaja li:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-top: 11px;
    left: -11px;
	}
	.page-template-carrusel-trabaja .carousel-control.right {
    left: 91%;
	}
	.single-trabaja_nosotros .vc_toggle_active .vc_toggle_title{
    height: auto;
    line-height: 25px;
	}
	.single-trabaja_nosotros .vc_toggle .vc_toggle_title {
    height: auto;
    line-height: 25px;
	}

}
@media (max-width: 480px){
	.vc_responsive .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav, .vc_responsive .wpb_tour .wpb_tab, .vc_responsive .wpb_tour_next_prev_nav{
	   margin-top:20px!important;
	}
	.wpb_content_element .wpb_tabs_nav li:first-child{
	   border-radius: 0px!important;
	}
	.wpb_content_element .wpb_tabs_nav li:last-child{
	   border-radius: 0px!important;
	}
	.wpb_tour .wpb_tabs_nav li{
	   width: 48%!important;
	   margin-right: 5px!important;
	   display:inline-block!important;
	}
	.seccion2 img{
		margin-bottom: 20px;
	    text-align: center;
	    padding: 10px 10px 10px 10px;
	}
	.titulo img {
    margin-top: 0px;
    text-align: center;
    width: auto;
    height: auto;
    margin: auto;
   }
 /*  .select-style {*/
 /*   width: 100%;*/
 /*   margin-top: -99px;*/
 /*   margin-bottom: 73px;*/
	/*}*/
	.celular{
      display: block;
    }
    .tablet{
	  display: none;
    }
    .pc{
      display: none;
    }
    h2{
	 padding-bottom: 0px;
	 padding-top: 15px;
    }
    .menu {
     padding-left: 0px;
    }
    .wpb_single_image.vc_align_right {
     text-align: center!important;
    }
    .wpb_single_image.vc_align_left{
     text-align: center!important;
    }
    .conte-img-etica p{
	text-align: center!important;
    }
    .tiruloproduc:before{
    	display: none;
    }
    .tiruloproduc:after{
    	display: none;
    }
    .conta-productos {
    margin-top: 20px;
	}
	.est-bole{
		margin-top: 0px!important
	}

	video {
	    width: 400px!important;
    	height: 226px!important;
	}
	#popup{
		top: 74%;
    	left: 97%;
	}
	.responsive-carousel{
	display: block;
	}
	.computador-carousel{
		display: none;
	}

}
@media (max-width: 430px){
	video {
	    width: 360px!important;
    	height: 204px!important;
	}
	#popup{
		top: 55%;
    	left: 55%;
	}
}
@media (min-width: 320px){
    .customPage{
        margin-top:0px;
    }
    .blog_centelsa{
        margin-top:100px;
    }
    .navidad_2019{
        background-image: url('http://www.centelsa.com/wp-content/uploads/fondo_navidad_mobil.jpg');    
        background-attachment: fixed;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        min-height: 100vh;
        display:flex;
        justify-content:center;
        align-items:center;
    }
    .navidad_2019 video{
         width: 92% !important;
        border-radius: 15px !important;
        height: auto !important;
    }
    .infografia{
        padding-top:25px;
    }
}
@media (min-width: 1024px){
   .customPage{
        margin-top:0px;
    }
   .navidad_2019{
        background-image: url('http://www.centelsa.com/wp-content/uploads/fondo_navidad2.jpg');    
        background-attachment: fixed;
        background-size: 100% 100%;
        background-position: center center;
        background-repeat: no-repeat;
        min-height: 100vh;
        display:flex;
        justify-content:center;
        align-items:center;
   }
   .navidad_2019 video{
        width: auto !important;
        border-radius:15px !important;
    }
}
@media (max-width: 1024px){
    /*.child-experiencias{*/
    /*    width: 66%;*/
    /*}*/
}
@media (max-width: 1280px){
    
    .text-child-experiencias h1{
        font-size: 20px;
    }
}
@media (min-width: 1280px){
    .customPage{
        margin-top:130px;
    }
}
@media (min-width: 1350px){
    
   .navidad_2019{
        background-image: url('http://www.centelsa.com/wp-content/uploads/fondo_navidad2.jpg');    
        background-attachment: fixed;
        background-size: 100% 100%;
        background-position: center center;
        background-repeat: no-repeat;
        min-height: 100vh;
        display:flex;
        justify-content:center;
        align-items:center;
   }
   .navidad_2019 video{
        width: 60% !important;
        border-radius:15px !important;
    }
}
/*@media (min-width: 1920px){*/
/*    .child-experiencias{*/
/*     margin-top: 168px;*/
/*     width: 60%;*/
/*    }*/
/*}*/

