html,body{
	min-width: 320px;
	width:100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	overflow-x: hidden;
	background:#f5f5f5;
	-webkit-font-smoothing: antialiased;
	font-family: 'Raleway', sans-serif;
}

main{
	position: relative;
	display: block;
	min-width: 320px;
	width: 100%;
	height: 100%;
	z-index: 1;
	padding-top: 50px;
}

@media screen and (min-width: 992px){
	main {
		padding-top: 80px!important;
	}
}

.fullHeight{
	height: 100%!important;
}

.box {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.box-table {
	display: table;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.bgsection {
	display: block;
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.bg-white {
	background-color: #fff;
}

.overflow-hidden {
	overflow: hidden!important;
}
.imgLiquid{
	background-size: cover!important;
	background-position: 50% 50%!important;
	background-repeat: no-repeat!important;
}

.imgLiquid img{
	opacity: 0;
}
.container {
	max-width: 960px !important;
}

button:active, button:focus{
	outline: none;
}

a:focus {
	text-decoration: none;
	color: #fff;
}

.txt-orange {
	color: #ff6702;
}
.txt-blue {
	color: #0154a0;
}

.bg-gray1 {
	background-color: #f1f1f1;
}

.txt-center {
	text-align: center;
	text-align: center;
    max-width: 800px;
    display: block;
    margin: 0 auto;
}

header {
	display: block;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
}
header nav#nav-white {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: #fff;
	margin: 0;
	padding: 0;
	z-index: 9999;	
}

header nav#nav-white ul#menu-mobile {
    width: 100%;
    height: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0;
    position: fixed;
    right: -100%;
    display: block;
    background-color: #fff;);
    top: 50px;
    z-index: 100;
    overflow: hidden;
}

header nav#nav-white ul#menu-mobile li {
    width: 100%;
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #f1f1f1;
}

header nav#nav-white ul#menu-mobile li a.home {
	text-indent: -9000px;
	font-size: 0px;
	background-color: red;
	width: 20px;
	height: 34px;
	background: url(../images/ico-home-off.png);
	background-size: 20px 18px;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}

header nav#nav-white ul#menu-mobile li:first-child {
    border-top: 1px solid #f1f1f1;
}

header nav#nav-white ul#menu-mobile li:last-child {
    border-bottom: 0px;
}

header nav#nav-white ul#menu-mobile a {
	display: block;
	position: relative;
	width: 100%;
	color: #555;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

header nav#nav-white button {
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
	background-color: transparent;
	outline: none;
	border: 0px;
	margin-top: 5px;
	margin-right: 10px;
	cursor: pointer;
	padding: 0;
	z-index: 99999;
	float: right;
}

header nav#nav-white button span {
	display: block;
	position: relative;
	width: 30px;
	height: 4px;
	background-color: #423db1;
	margin-left: 5px;
	margin-top: 4px;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
}

header nav#nav-white button span:first-child {
	margin-top: 0;
}

header nav#nav-white button.open span:nth-child(1){
	top: 8px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

header nav#nav-white button span:nth-child(2){
	opacity: 1;
	left: 0px;
	transition: all ease .8s;
	-webkit-transition: all ease .8s;
	-moz-transition: all ease .8s;
}

header nav#nav-white button.open span:nth-child(2){
	opacity: 0;
	left: -50px;
}

header nav#nav-white button.open span:nth-child(3){
	top: -8px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}

header nav#nav-white .logo-nav {
	display: block;
    position: absolute;
    /*left: 15px;*/
    left: 10px;
    top: 10px;
    /*width: 180px;*/
    width: 230px;
    z-index: 500;
}

header nav#nav-white .logo-nav a {
	display: block;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	background:transparent;
}

header nav#nav-white .logo-nav img {
	width: 100%;
}
header nav#nav-white ul#menu-mobile li.lang{
	text-align: center;
}
header nav#nav-white ul#menu-mobile li.lang a{
	position: relative;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 0px;
	width: 60px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	background-color: #999;
}
header nav#nav-white ul#menu-mobile li.lang a.active{
	color: #fff;
		background-color: #423db1;
}
@media screen and (min-width: 740px){
	header nav#nav-white .logo-nav {
		display: block;
	    position: absolute;
	    left: 10px;
	    top: 11px;
	    width: 240px;
	    z-index: 500;
	}
}

@media screen and (min-width: 992px){
	header nav#nav-white {
		height: 100px;
	}

	header nav#nav-white .logo-nav {
		/*left: 30px;*/
		left:10px;
		top: 32px;	
		/*width: 280px;*/
		width: 290px;
	}
	header nav#nav-white ul#menu-mobile {
	    width: 100%;
	    height: 50px;
	    position: relative;
	    right: 0px !important;
	    background-color: transparent;);
	    text-align: right;
	    /*padding-right: 50px !important;*/
	    padding-right: 20px !important;
	    margin: 0px 0px 0px 0px;
	    /*top: -10px;*/
	    top:0px;
	}

	header nav#nav-white ul#menu-mobile li {
	    width: auto;
	    border-bottom: 0px;
	    text-align: center;
	    line-height: 50px;
	    margin: 0 8px;
	}
	header nav#nav-white ul#menu-mobile li.lang a {
	    position: relative;
	    display: block;
	    float: left;
	    top: 5px;
	    width: auto;
	    height: 20px;
	    border: 0px;
	    line-height: 20px;
	    padding: 0px 10px 0px 10px;
	    background-color: #999;
	    color: #fff;
	}
	header nav#nav-white ul#menu-mobile li.lang a:hover{
		color: #fff;
	}
	header nav#nav-white ul#menu-mobile li.lang a.active{
		color: #fff;
		background-color: #423db1;
	}
	header nav#nav-white ul#menu-mobile li.lang a:before{
		display: none;
	}

	header nav#nav-white ul#menu-mobile li:last-child {
		margin-right: 0;
		border-bottom: 0px;
	}

	header nav#nav-white ul#menu-mobile li:first-child {
	    border-top: 0px;
	}

	header nav#nav-white ul#menu-mobile li a {
		font-size: 12px;
		line-height: 50px;
		transition: all ease .3s;
		-webkit-transition: all ease .3s;
		-moz-transition: all ease .3s;
	}
	
	header nav#nav-white ul#menu-mobile a:before {
		content: "";
		display: block;
		position: absolute;
		bottom: 10px;
		left: 50%;
		width: 0;
		height: 2px;
		background-color: #423db1;
		transition: all ease .3s;
		-webkit-transition: all ease .3s;
		-moz-transition: all ease .3s;
		-o-transition: all ease .3s;
	}

	header nav#nav-white ul#menu-mobile li a:hover, header nav#nav-white ul#menu-mobile li a.active {
		text-decoration: none;
		color: #423db1;
	}

	header nav#nav-white ul#menu-mobile li a:hover:before, header nav#nav-white ul#menu-mobile li a.active:before {
		left: 0;
		width: 100%;
	}

	header nav#nav-white ul#menu-mobile li a.home:before {
		content: "";
		display: block;
		position: absolute;
		bottom: -2px;
		left: 50%;
		width: 0;
		height: 2px;
		background-color: #423db1;
		transition: all ease .3s;
		-webkit-transition: all ease .3s;
		-moz-transition: all ease .3s;
		-o-transition: all ease .3s;
	}
	header nav#nav-white ul#menu-mobile li a.home:hover:before, header nav#nav-white ul#menu-mobile li a.home.active:before {
		left: 0;
		width: 100%;
	}
	header nav#nav-white ul#menu-mobile li a.home:hover, header nav#nav-white ul#menu-mobile li a.home.active {
		background: url(../images/ico-home-on.png);
		background-size: 20px 18px;
		background-position: center center;
		background-repeat: no-repeat;	
	}

	header nav#nav-white ul#sub-menu {
		display: block;
		position: relative;
		overflow: hidden;
		float: right;
		width: 100%;
		list-style: none;
		text-align: right;
		margin: 22px 0px 5px 0px;
		padding: 0px 15px 0px 0px;
		z-index: 500;
	}

	header nav#nav-white ul#sub-menu li {
		display: inline-block;
		text-align: center;
		margin: 0px 10px;
		overflow: hidden;
		position: relative;
	}

	header nav#nav-white ul#sub-menu li a {
		text-align: center;
		overflow: hidden;
		color: #555;
		text-decoration: none;
		font-size: 12px;
		position: relative;
	}

	header nav#nav-white ul#sub-menu a:before {
		content: "";
		display: block;
		position: absolute;
		bottom: -2px;
		left: 50%;
		width: 0;
		height: 1px;
		background-color: #666;
		transition: all ease .3s;
		-webkit-transition: all ease .3s;
		-moz-transition: all ease .3s;
		-o-transition: all ease .3s;
	}

	header nav#nav-white ul#sub-menu li a:hover {
		text-decoration: none;
		color: #666;
	}

	header nav#nav-white ul#sub-menu li a:hover:before, header nav#nav-white ul#sub-menu li a.active:before {
		left: 0;
		width: 100%;
	}

	header nav#nav-white ul#sub-menu li .idiomas {
		display: block;
		position: relative;
		overflow: hidden;
		width: 80px;
		height: 20px;
	}

	header nav#nav-white ul#sub-menu li .idiomas a.en {
		background-color: #9f9f9f;
		opacity: 1;
		color: #fff;
		width: 50%;
		display: block;
		position: relative;
		line-height: 20px;
		float: left;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
	}

	header nav#nav-white ul#sub-menu li .idiomas a.en:hover {
		opacity: .7;
	}

	header nav#nav-white ul#sub-menu li .idiomas a.sp {
		background-color: #181499;
		opacity: 1; 
		color: #fff;
		width: 50%;
		display: block;
		position: relative;
		line-height: 20px;
		float: left;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
	}

	header nav#nav-white ul#sub-menu li .idiomas a.sp:hover {
		opacity: .7;
	}



}

@media screen and (min-width: 1040px){

	header nav#nav-white .logo-nav {
		left:10px;
		top: 27px;	
		width: 330px;
	}

	header nav#nav-white ul#menu-mobile li {
	    width: auto;
	    border-bottom: 0px;
	    text-align: center;
	    line-height: 50px;
	    margin: 0 9px;
	}
}

@media screen and (min-width: 1200px){
	header nav#nav-white .logo-nav {
		top: 23px;
		/*width: 315px;*/
		left: 30px;
		width: 380px;
	}

	header nav#nav-white ul#menu-mobile li {
	    width: auto;
	    border-bottom: 0px;
	    text-align: center;
	    line-height: 50px;
	    margin: 0 11px;
	}

	header nav#nav-white ul#menu-mobile li a {
		font-size: 13px;
	}

	header nav#nav-white ul#sub-menu li a {
		font-size: 13px;
	}

	header nav#nav-white ul#sub-menu {
		margin-right: 26px;
	}
}


header nav#nav-black {
	display: block;
	position: relative;
	overflow: visible;
	width: 100%;
	height: 40px;
	background-color: rgba(0,0,0,.8);
	float: left;
}

header nav#nav-black ul {
	display: block;
	position: relative;
	width: 100%;
	height: 40px;
	overflow: visible;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	text-align: center;
}

header nav#nav-black ul li {
	height: 40px;
	display: inline-block;
	position: relative;
	overflow: visible;
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 0px 0px;
}



header nav#nav-black ul li:before {
	content: "";
	display: block;
	width: 1px;
	height: 10px;
	position: absolute;
	top: 15px;
	left: -20px;
	background-color: rgba(255,255,255,.7);
}

header nav#nav-black ul li:first-child:before {
	display: none;
}

header nav#nav-black ul li a {
	color: rgba(255,255,255,.7);
	display: table;
	height: 40px;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}

header nav#nav-black ul li a:hover, header nav#nav-black ul li a.active {
	color: rgba(255,255,255,1);
	text-shadow: 0px 0px 0px #fff;
	-webkit-text-shadow: 0px 0px 0px #fff;
	-moz-text-shadow: 0px 0px 0px #fff;
}

header nav#nav-black ul li a span {
	display: table-cell;
	vertical-align: middle;
}

header nav#nav-black ul li ul.menu-desplegable {
	display: none;
	position: absolute;
	overflow: hidden;
	width: 200px;
	height: auto;
	margin: 0px;
	left: -15px;
	background: #373738;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}

header nav#nav-black ul li:hover ul.menu-desplegable {
	display: block;
}

header nav#nav-black ul li ul.menu-desplegable li {
	display: inline-block;
	position: relative;
	overflow: visible;
	width: 100%;
	height: 30px;
}

header nav#nav-black ul li ul.menu-desplegable li a {
	font-size: 11px;
	text-transform: none;
	position: relative;
}

header nav#nav-black ul li ul.menu-desplegable li a:after {
	content: "";
	display: block;
	height: 7px;
	width: 7px;
	background-color: transparent;
	position: absolute;
	border: 1px solid #fff;
	opacity: .3;
	top: 15px;
	left: -13px;
	margin: 0px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

header nav#nav-black ul li ul.menu-desplegable li a:hover:after, header nav#nav-black ul li ul.menu-desplegable li a.active:after  {
	opacity: 1;
}

header nav#nav-black ul li ul.menu-desplegable li:before {
	display: none;
}


p {
	text-align: left;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	position: relative;
	color: #444;
}

p.white {
	color: #fff;
}


h2.sections-tittle {
	display: block;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 50px 0px 30px 0px;
	position: relative;
}


h2.sections-tittle-contenido {
	display: block;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 50px 0px 30px 0px;
	position: relative;
}

h2.sections-tittle.ico img {
	display: inline-block;
	position: relative;
	width: 30px;
	margin-right: 10px;
}

h2.sections-tittle span.light {
	font-weight: 400!important;
}
h2.sections-tittle.gris {
	color: #444;
}

h2.sections-tittle.blanco {
	color: #fff;
}

h2.sections-tittle.negro {
	color: #212628;
}

h2.sections-tittle.gris:before {
	content: "";
	display: block;
	width: 109px;
	height: 9px;
	position: absolute;
	left: 50%;
	margin-left: -54.5px;
	overflow: hidden;
	/*background: url(../images/before-h2-gris.png);*/
	background-size: 109px 9px;
	background-repeat: no-repeat;
	/*top: 40px;*/
}

h2.sections-tittle.blanco:before {
	content: "";
	display: block;
	width: 109px;
	height: 9px;
	position: absolute;
	left: 50%;
	margin-left: -54.5px;
	overflow: hidden;
	/*background: url(../images/before-h2-blanco.png);*/
	background-size: 109px 9px;
	background-repeat: no-repeat;
	/*top: 40px;*/
}

h2.sections-tittle.negro:before {
	content: "";
	display: block;
	width: 109px;
	height: 9px;
	position: absolute;
	left: 50%;
	margin-left: -54.5px;
	overflow: hidden;
	/*background: url(../images/before-h2-negro.png);*/
	background-size: 109px 9px;
	background-repeat: no-repeat;
	top: 40px;
}

h2.sections-tittle-left {
	display: block;
	text-align: left;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0px 0px 60px 0px;
	position: relative;
	width: 100%;
	clear: both;
}

h4.top-sections-tittle {
	font-family: 'Crimson Text', serif;
	color: #979797;
	font-size: 16px;
	text-align: left;
	margin: 10px 0px 0px 0px;
	width: 100%;
	clear: both;
	font-style: italic;
}

h2.sections-tittle-left.ico img {
	display: inline-block;
	position: relative;
	width: 30px;
	margin-right: 10px;
}

h2.sections-tittle-left span.light {
	font-weight: 400!important;
}
h2.sections-tittle-left.gris {
	color: #444;
}

h2.sections-tittle-left.blanco {
	color: #fff;
}

h2.sections-tittle-left.negro {
	color: #212628;
}

h2.sections-tittle-left.gris:before {
	content: "";
	display: block;
	width: 109px;
	height: 9px;
	position: absolute;
	left: 0%;
	margin-left: 0;
	overflow: hidden;
	/*background: url(../images/before-h2-gris.png);*/
	background-size: 109px 9px;
	background-repeat: no-repeat;
	bottom: -30px;
}

h2.sections-tittle-left.blanco:before {
	content: "";
	display: block;
	width: 109px;
	height: 9px;
	position: absolute;
	left: 50%;
	margin-left: -54.5px;
	overflow: hidden;
	background: url(../images/before-h2-blanco.png);
	background-size: 109px 9px;
	background-repeat: no-repeat;
	bottom: -30px;
}

h2.sections-tittle-left.negro:before {
	content: "";
	display: block;
	width: 109px;
	height: 9px;
	position: absolute;
	left: 50%;
	margin-left: -54.5px;
	overflow: hidden;
	background: url(../images/before-h2-negro.png);
	background-size: 109px 9px;
	background-repeat: no-repeat;
	bottom: -30px;
}

@media screen and (min-width: 768px){
	h2.sections-tittle-left, h2.sections-tittle-left-light {
		font-size: 25px;
		margin:0px 0px 80px 0px;  
	}

	h2.sections-tittle-left-kit {
		font-size: 25px;
		margin:0px 0px 30px 0px; 
	}

	h2.sections-tittle-left.blanco:before {
		bottom: -40px;
	}

	h2.sections-tittle-left.gris:before {
		bottom: -40px;
	}

	h2.sections-tittle-left.negro:before {
		bottom: -40px;
	}


	h2.sections-tittle-left.ico img {
		width: 60px;
		
	}

	h2.sections-tittle-left.ico:before {
		top: 90px;
	}
	h4.top-sections-tittle {
		text-align: left;
		margin: 10px 0px 0px 0px;
		font-size: 20px;
	}

	h4.top-sections-tittle.no-ico-tittle {
		margin: 80px 0px 0px 0px;
	}

}

h3.noticia-tittle {
	text-align: ;
	color: #444;
	font-weight: 700;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	position: relative;
}

h3.noticia-tittle:before {
	content: "";
	display: block;
	position: absolute;
	overflow: hidden;
	height: 1px;
	width: 100px;
	background-color: #444;
	right: 0;
	bottom: -10px;
}

h4.bajada-tittle-noticia {
	text-align: right;
	color: #444;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
	position: relative;
}

h4.bajada-tittle-noticia:before {
	content: "";
	display: block;
	position: absolute;
	overflow: hidden;
	height: 1px;
	width: 100px;
	background-color: #444;
	right: 0;
	bottom: -10px;
}

a.mas-noticias {
	display: block;
	position: relative;
	width: 160px;
	height: 30px;
	border: 1px solid #686868;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	font-size: 13px;
	color: #444;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	float: right;
    bottom: 117px;
}

a.mas-noticias span{
	display: block;
	position: absolute;
	height: 100%;
	width: 0px;
	left: 0;
	top: 0;
	opacity: 1;
	background-color: #444;
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	z-index: -1;
}

a.mas-noticias:hover {
	color: #fff;
}
a.mas-noticias:hover span {
	width: 100%;
	opacity: 1;
}


a.mas-btn-home {
	margin: 40px auto 0px;
	display: block;
	position: relative;
	width: 330px;
	height: 45px;
	border: 1px solid #686868;
	text-align: center;
	line-height: 43px;
	text-decoration: none;
	font-size: 13px;
	color: #444;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}

a.mas-btn-home.btn-home-mobile {
		width: 275px;
}

a.mas-btn-home span{
	display: block;
	position: absolute;
	height: 100%;
	width: 0px;
	left: 0;
	top: 0;
	opacity: 1;
	background-color: #444;
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	z-index: -1;
}

a.mas-btn-home:hover {
	color: #fff;
}
a.mas-btn-home:hover span {
	width: 100%;
	opacity: 1;
}


a.leermas {
	display: block;
	position: relative;
	width: 100px;
	height: 30px;
	border: 1px solid #686868;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	font-size: 13px;
	color: #444;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}

a.leermas span{
	display: block;
	position: absolute;
	height: 100%;
	width: 0px;
	left: 0;
	top: 0;
	opacity: 1;
	background-color: #444;
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	z-index: -1;
}

a.leermas:hover {
	color: #fff;
}
a.leermas:hover span {
	width: 100%;
	opacity: 1;
}

@media screen and (min-width: 768px){
	p {
		font-size: 15px;
	}
	h2.sections-tittle, h2.sections-tittle-light {
		font-size: 25px;
		/*margin: 80px 0px 80px 0px; */

		margin: 100px 0px 70px 0px;
	}

	h2.sections-tittle.blanco:before {
		top: 70px;
	}

	h2.sections-tittle.gris:before {
		top: 70px;
	}

	h2.sections-tittle.negro:before {
		top: 70px;
	}


	h2.sections-tittle.ico img {
		width: 60px;
		
	}

	h2.sections-tittle.ico:before {
		top: 90px;
	}

}

.banners-home {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 330px;
}

.banners-home .item {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 300px;
}

.banners-home .owl-dots {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 12px;
	background-color: transparent;
	height: 5px;
	text-align: center;
}

.banners-home .owl-dot {
	display: inline-block;
	position: relative;
	text-align: center;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	background-color: transparent;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 1px solid #444;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
.banners-home .owl-dot.active {
	background-color: #444;
}

@media screen and (min-width: 768px){
	.banners-home .owl-dots {
		padding-left: 30px;
	}
}

@media screen and (min-width: 768px){
	.banners-home {
		height: 440px;
	}

	.banners-home .item {
		height: 400px;
	}
}
.container-rombo {
	position: relative;
}

.rombo {
	display: block;
	position: relative;
	width: 80px;
	height: 80px;
	margin: 50px auto 30px auto;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
}

.rombo img {
	display: block;
	width: 40px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	top: 50%;
	margin-top: -20px;
	transform:rotate(-45deg);
}

.rombo span:nth-child(1){
	display: block;
	width: 0%;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #97989a;
	animation: spanuno .3s ease-out 1s 1 forwards alternate;

}

.rombo span:nth-child(2){
	display: block;
	width: 1px;
	height: 0%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #97989a;
	animation: spandos .3s ease-out 1.3s 1 forwards alternate;
}

.rombo span:nth-child(3){
	display: block;
	width: 0%;
	height: 1px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #97989a;
	animation: spantres .3s ease-out 1.6s 1 forwards alternate;
}

.rombo span:nth-child(4){
	display: block;
	width: 1px;
	height: 0%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #97989a;
	animation: spancuatro .3s ease-out 1.9s 1 forwards alternate;
}

@keyframes spanuno {
    0%{
        width: 0%;
  }

    100%{
    	width: 100%;
  }
}

@keyframes spandos {
    0%{
        height: 0%;
  }

    100%{
    	height: 100%;
  }
}
@keyframes spantres {
    0%{
        width: 0%;
  }

    100%{
    	width: 100%;
  }
}

@keyframes spancuatro {
    0%{
        height: 0%;
  }

    100%{
    	height: 100%;
  }
}

@media screen and (min-width: 992px){
	.rombo {
		display: block;
		position: absolute;
		top: 50px;
		left: 50%;
		margin: 0 auto 0 -40.58px;
		width: 80px;
		height: 80px;
		transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
	}
}

.linea-mid {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	width: 1px;
	height: 0px;
	background-color: #97989a;
	top: 146px;
	animation: spancinco .4s linear 2.1s 1 forwards alternate;
}

@keyframes spancinco {
    0%{
        height: 0px;
  }

    100%{
    	height: 150px;
  }
}

.noticia-txt-boxLeft, .noticia-txt-boxRight {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 200px;
	background-color: transparent;
	margin: 30px 0px 30px 0px;
	/*border-bottom: 1px solid #686868;*/
	padding-bottom: 30px;
}
.noticia-txt-boxLeft h3.noticia-tittle {
	text-align: right;
}
.noticia-txt-boxLeft h4.bajada-tittle-noticia {
	text-align: right;
}
.noticia-txt-boxLeft h4.bajada-tittle-noticia:before {
	right: 0;
}
.noticia-txt-boxLeft p{
	text-align: right;
	margin: 20px 0px 20px 0px;
	color: #444;
}
.noticia-txt-boxLeft a.leermas {
	float: right;
}



.noticia-txt-boxRight p{
	text-align: left;
	margin: 20px 0px 20px 0px;
	color: #444;
}
.noticia-txt-boxRight h3.noticia-tittle {
	text-align: left;
}

.noticia-txt-boxRight h4.bajada-tittle-noticia {
	text-align: left;
}
.noticia-txt-boxRight h4.bajada-tittle-noticia:before {
	left: 0;
}

.noticia-txt-boxRight h3.noticia-tittle:before {
	left: 0;
}
.noticia-txt-boxRight a.leermas {
	float: left;
}

.img-noticia {
	display: block;
	position: relative;
	width: 100%;
	height: 200px;
	overflow: hidden;
	margin: 30px 0px 50px 0px;
}

@media screen and (min-width: 992px){
	.noticia-txt-boxLeft, .noticia-txt-boxRight {
		border-bottom: 0px;
		padding-bottom: 0px;
	}
}

footer {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	background-color: #474747;
	padding:15px 0px 20px 0px;
}

footer span.line-white {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 1px;
	background-color: #fff;
	margin: 20px 0px;
}

footer p {
	color: #fff;
	font-size: 11px;
	text-align: center;
}


/* ------ ACORDION ------ */

footer .container-acordion {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	display: block;
}
footer .acordion {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 40px;
	margin: 0px 0px 15px 0px;
}

footer .acordion a.header-acordion {
	width: 100%;
	position: relative;
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 10px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	padding-left: 15px;
	background-color: transparent;
	text-transform: uppercase;
}

footer .acordion a.header-acordion .ico-acordion {
	width: 30px;
	height: 30px;
	display: block;
	background-color: transparent;
	position: absolute;
	top: 5px;
	right: 15px;
}

footer .acordion a.header-acordion .ico-acordion span {
	display: block;
	width: 14px;
	height: 1px;
	background-color: #fff;
}

footer .acordion a.header-acordion .ico-acordion span:nth-child(1) {
	margin-top: 13px;
	margin-left: 5px;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-o-transition: all ease .5s;
}

footer .acordion a.header-acordion .ico-acordion span:nth-child(2) {
	opacity: 1;
	margin-left: 5px;
	margin-top: -1px;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-o-transition: all ease .5s;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

footer .acordion a.header-acordion .ico-acordion.active span:nth-child(1) {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

footer .acordion a.header-acordion .ico-acordion.active span:nth-child(2) {
	opacity: 0;
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	margin-top: -4px;
	margin-left: 5px;
}

footer .acordion .info-acordion {
	width: 100%;
	position: relative;
	height: auto;
	padding: 0;
	overflow: hidden;
	background-color: #666;
}

footer .acordion .info-acordion ul {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 15px 0;
	width: 100%;
}

footer .acordion .info-acordion ul p{
	padding: 0 15px;
}

footer .acordion .info-acordion ul li {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}
footer .acordion .info-acordion ul li a {
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
}

footer .acordion .info-acordion ul li a:before {
	content: "- ";
}

@media screen and (min-width: 992px){

	footer .acordion .info-acordion ul p{
	padding: 0;
    }

	footer .acordion a.header-acordion {
		font-size: 11px;
	}

	footer .acordion {
		margin: 0px 0px 35px 0px;
	}

	footer .acordion {
		height: 240px;
		margin: 0px 0px 0px 0px;
	}

	footer .acordion a.header-acordion {
		padding-left: 0px;
	}

	footer .acordion .info-acordion {
		background-color: transparent;
	}

	footer .acordion .info-acordion ul {
		padding: 0;
	}

	footer .acordion .info-acordion ul li {
		text-align: left;
	}
	footer .acordion .info-acordion ul li a {
		text-align: left;
	}
}
/* ------ ACORDION ------ */


.zoomtimeline.mode-yearslist .yearlist-con {
	background-color: transparent;
	z-index: 300;
	margin-bottom: 0px; 
}

@media screen and (min-width: 768px){
	.zoomtimeline.mode-yearslist .yearlist-con {
		margin-bottom: 60px; 
	}
}

.zoomtimeline.mode-yearslist .yearlist-con .year span.the-year {
	color: #444;
	top: 16px;
	z-index: 100;
	overflow: hidden;
	line-height: 30px;
	font-size: 12px;
	height: 30px;
}

.zoomtimeline.mode-yearslist .yearlist-con .year span.the-year span.ano-linea {
	opacity: 0;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
}

.zoomtimeline.mode-yearslist .yearlist-con .year.active span.the-year span.ano-linea {
	opacity: 1;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
}

.zoomtimeline.mode-yearslist .yearlist-con .year.active span.the-year {
	color: #444;
	top: 16px;
	z-index: 100;
	overflow: visible;
	line-height: 30px;
	font-size: 16px;
	font-weight: 700;
	width: 100px;
}

.zoomtimeline.mode-yearslist .yearlist-con .year span.the-year span.ano-linea:before {
	display: none;
}
.zoomtimeline.mode-yearslist .yearlist-con .year:after {
	background-color: #444;
}
.zoomtimeline.mode-yearslist .yearlist-con .year.active:after {
	background-color: #444;
}
.zoomtimeline.mode-yearslist .yearlist-line {
	border-bottom: 1px dotted #444;
	margin-top: -120px;
}

.zoomtimeline.mode-yearslist .details-container .diamond-arrow-right, .zoomtimeline.mode-yearslist .details-container .diamond-arrow-left {
	display: block;
	position: absolute;
	width: 15px;
	height: 40px;
	top: 45%;
	overflow: hidden;
}

.zoomtimeline.mode-yearslist .details-container .diamond-arrow-left {
	background: url(../images/arrow-left.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	left: 13px
}
.zoomtimeline.mode-yearslist .details-container .diamond-arrow-right {
	background: url(../images/arrow-right.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	right: 13px
}

.zoomtimeline.mode-yearslist .details-container .detail .detail-image-con {
	width: 50%;
}

.zoomtimeline.mode-yearslist .yearlist-container, .zoomtimeline.mode-yearslist .details-container {
	overflow: hidden;
    z-index: 200;
    height: 167px;
}
.zoomtimeline.mode-yearslist.ztm-ready .items, .zoomtimeline.mode-yearslist.ztm-ready .yearlist-con, .zoomtimeline.mode-yearslist.ztm-ready .details-container {
	overflow: visible;
}

@media screen and (min-width: 768px){
		.zoomtimeline.mode-yearslist.ztm-ready .items, .zoomtimeline.mode-yearslist.ztm-ready .yearlist-con, .zoomtimeline.mode-yearslist.ztm-ready .details-container {
		overflow: visible;
	}
}

#rombo-fecha {
	position: relative;
	margin-top: 14px;
	overflow: hidden;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: transform  0.1s cubic-bezier(0, 1.8, 1, 1.8);
}

#rombo-fecha .contenido{
	background-color:#fff;
	overflow: visible;
	padding:0;
	width:40px;
	height:40px;
	margin:auto;
	display:block;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: transform  0.1s cubic-bezier(0, 1.8, 1, 1.8);
	
}

#rombo-fecha .contenido .texto-1 {
	color:#fff;
	background-color: #444;
	position: absolute;
	overflow:hidden;
	padding: 0px;
	width: 70px;
	height: 30px;
	left: -15px;
	top: -10px;
	display: block;
}
#rombo-fecha .contenido .texto-2 {
	color:gray;
	display: block;
	width: 70px;
	height: 30px;
	left: -15px;
	top: 20px;
	position: absolute;
	background-color: #fff;
	overflow:hidden;
	padding: 0px;
}

#rombo-fecha .contenido .texto-1 p {
	position: relative;
	font-size: 12px;
	text-align: center;
	color: #fff;
	padding: 4px 0px 0px 0px;
}

#rombo-fecha .contenido .texto-2 p {
	position: relative;
	font-size: 12px;
	text-align: center;
	color: #444;
	padding: 0px 0px 0px 0px;
	top: -4px;
}
.details-container{
	margin-top: -153px!important;
}

@media screen and (max-width: 767px){
	.zoomtimeline.mode-yearslist .details-container .detail{
		top: 81px!important;
	}
}

@media screen and (min-width: 768px){
	#rombo-fecha {
		margin-top: 33px;
	}

	.zoomtimeline.mode-yearslist .yearlist-con .year span.the-year span.ano-linea:before {
		content: "";
		display: block;
		position: absolute;
		top: 60px;
		left: 50%;
		width: 1px;
		height: 80px;
		border-left: 1px dotted #828385;
	}
}


.linea-txt-box {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 200px;
	background-color: transparent;
	margin: 0px 0px 30px 0px;
	padding-bottom: 30px;
}
.linea-txt-box h3.noticia-tittle {
	text-align: left;
}
.linea-txt-box h3.noticia-tittle {
	font-weight: 700;
}
.linea-txt-box h3.noticia-tittle:before {
	left: 0;
} 
.linea-txt-box h4.bajada-tittle-noticia {
	text-align: left;
}
.linea-txt-box h4.bajada-tittle-noticia:before {
	left: 0;
}
.linea-txt-box p{
	text-align: left;
	margin: 20px 0px 20px 0px;
	color: #444;
}
.linea-txt-box a.leermas {
	float: left;
	margin: 0 auto 15px auto;
	float: none;
	position: absolute;
	left: 0;
	bottom: 0;
}

.linea-txt-box a.veractividades {
	display: block;
	position: absolute;
	width: 200px;
	height: 30px;
	border: 1px solid #686868;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	font-size: 13px;
	color: #005ba7;
	font-weight: 700;
	right: 0;
	bottom: 0;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}

.linea-txt-box a.veractividades span{
	display: block;
	position: absolute;
	height: 100%;
	width: 0px;
	left: 0;
	top: 0;
	opacity: 1;
	background-color: #444;
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	z-index: -1;
}

.linea-txt-box a.veractividades:hover {
	color: #fff;
}
.linea-txt-box a.veractividades:hover span {
	width: 100%;
	opacity: 1;
}


@media screen and (min-width: 992px){
	.linea-txt-box {
		border-bottom: 0px;
		padding-bottom: 0px;
		margin: 0px 0px 0px 0px;
	}

	.linea-txt-box a.veractividades {
		float: right;
	}

	.linea-txt-box a.leermas {
		float: left;
		margin: 0px 0px 0px 0px;
	}
}

#historia {
	padding: 0px;
	visibility: hidden;
}

#historia #carousel {
	overflow: hidden;
	padding: 0px 0px 100px 0px;
}

@media screen and (min-width: 768px){
	#historia {
		padding: 0px;
	}

	#historia #carousel {
		overflow: hidden;
		padding: 0px 0px 100px 0px;
	}

}

#historia #carousel h2 {
	color: #555;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin: 30px 0px 20px 0px;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
}

#historia #carousel h3 {
	color: #555;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	margin: 50px 0px 10px 0px;
	text-transform: uppercase;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
}

#historia #carousel h4 {
	position: relative;
	color: #555;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	font-weight: 700;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
}
#historia #carousel h4:before {
	position: absolute;
	content: "";
	display: block;
	width: 10%;
	height: 1px;
	background-color: #555;
	left: 45%;
	bottom: -15px;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
}

#historia #carousel p {
	position: relative;
	color: #555;
	height: auto;
	display: block;
	font-size: 12px;
	text-align: center;
	margin: 30px 0px 0px 0px;
	text-transform: none;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
}

.zoomtimeline.mode-yearslist.ztm-ready .items, .zoomtimeline.mode-yearslist.ztm-ready .yearlist-con, .zoomtimeline.mode-yearslist.ztm-ready .details-container {
	overflow: hidden;
}

.zoomtimeline.mode-yearslist .details-container .detail {
	opacity: 0;
}

.flipster__item img {
	width: 80%;
}
.flipster__item__content {
	text-align: center;
	width: 240px;
}

.flipster__item {
    display: inline-block;
    white-space: normal;
    word-spacing: normal;
    vertical-align: top;
}
.flipster__item  .flipster__item--current {
	overflow: visible;
}

.flipster__item--future-1 h3, .flipster__item--future-2 h3, .flipster__item--past-1 h3, .flipster__item--past-2 h3{
	opacity: 0;
}

.flipster__item--future-1 h4, .flipster__item--future-2 h4, .flipster__item--past-1 h4, .flipster__item--past-2 h4{
	opacity: 0;
}

.flipster__item--future-1 h2, .flipster__item--future-2 h2, .flipster__item--past-1 h2, .flipster__item--past-2 h2 {
	opacity: 0;
}

.flipster__item--future-1 p, .flipster__item--future-2 p, .flipster__item--past-1 p, .flipster__item--past-2 p {
	opacity: 0;
}

.flipster__button--next {
	background: url(../images/arrow-right.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 15px;
	height: 40px;
	top: 47.5%;
}

.flipster__button--prev {
	background: url(../images/arrow-left.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 15px;
	height: 40px;
	top: 47.5%;
}
.flipster__button svg {
    width: 2em;
    stroke: currentColor;
    fill: transparent;
    stroke-width: 0;
    stroke-linecap: round;
}

@media screen and (min-width: 768px){
	.flipster__item__content {
		width: 350px;
	}
	.flipster__item img {
		width: 100%;
	}
	.flipster__button--next {
		top: 40%;
	}

	.flipster__button--prev {
		top: 40%;
	}

	#historia #carousel p {
		font-size: 13px;
		width: 750px;
		left: -200px;
	}
	#historia #carousel h3 {
		font-size: 14px;
	}
	#historia #carousel h4 {
		font-size: 13px;
	}
}





#logos-home{
	background-color:#fff;
}
#logos-home img{
	margin:auto;
    max-width: 180px;
    display: table-cell;
    vertical-align: middle;
}
#empresas-intro{
	margin:20px auto 20px;
}

#empresas-intro p strong{
	font-size: 13px;
}
#empresas-gasco {
	position: relative;
}

#empresas-gasco p {
	text-align: center;
	margin-top: 80px;
}

#empresas-gasco ul {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	text-align: center;
}
#empresas-gasco ul li {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 40%;
	float: left;
	text-align: center;
	margin: 0px 0px 50px 30%;
	padding: 0px 0px 0px 0px;
}

#empresas-gasco ul li a {
	display: block;
	position: relative;
	text-decoration: none;
	text-align: center;
}

#empresas-gasco ul li a img {
	display: block;
	position: relative;
	width: 80%;
	max-width: 100px;
	margin: 0 auto;
}

#empresas-gasco ul li a p {
	text-align: center;
	color: #fff;
	font-size: 12px;
	margin: 15px 5px 5px 5px;
	font-weight: 700;
}

@media screen and (min-width: 768px){
	#empresas-gasco {
		padding-bottom: 200px;
	}

	#empresas-gasco ul li {
		height: 150px;
		width: 20%;
		margin: 0px 0px 0px 0px;
		background-color: rgba(255,255,255,0);
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
	}

	#empresas-gasco ul li:before {
		content: "";
		display: block;
		position: absolute;
		width: 1px;
		height: 30px;
		background-color: #fff;
		left: 0;
		bottom: 0px;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s
	}
	#empresas-gasco ul li:after {
		content: "";
		display: block;
		position: absolute;
		width: 1px;
		height: 50px;
		background-color: #fff;
		right: -1px;
		bottom: 0px;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s
	}

	#empresas-gasco ul li:hover {
		background-color: rgba(255,255,255,.1);
	}

	#empresas-gasco ul li:hover:before, #empresas-gasco ul li:hover:after {
		height: 100%;
	}
}

#reconocimientos ,#acknowledgments{
	position: relative;
}

#reconocimientos .box-table ,#acknowledgments .box-table {
	height: 150px;
	margin-bottom: 100px;
}

#reconocimientos .box-table .logos-reconocimientos,#acknowledgments .box-table .logos-reconocimientos {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	width: 100%;
}

#reconocimientos .box-table .logos-reconocimientos img ,#acknowledgments .box-table .logos-reconocimientos img {
	width: 100%;
	max-width: 155px;
	display: block;
	position: relative;
	margin: 0 auto;

}

@media screen and (min-width: 768px){

	#reconocimientos .box-table .logos-reconocimientos img,#acknowledgments .box-table .logos-reconocimientos img {
	    padding-top: 120px;
	    max-width: 180px;

	}
	#reconocimientos,#acknowledgments {
		padding-bottom: 200px;
	}
}


/*EJECUTIVOS*/

.container-perfiles {
	display: block;
	position: relative;
	overflow: hidden;
	width: 160px;
	margin: 0 auto;
	text-align: center;
}
.container-perfiles .ejecutivos {
	display: inline-block;
	position: relative;
	overflow: visible;
	width: 160px;
	margin: 50px 0;
	min-height: 240px; 
}

.container-perfiles .ejecutivos .foto-perfil {
	width: 140px;
	height: 140px;
	position: relative;
	display: block;
	overflow: visible;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin: 0 auto;
}

.container-perfiles .ejecutivos .foto-perfil:before {
	content: "";
	display: block;
	position: relative;
	overflow: hidden;
	background-color: transparent;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 1px solid #212628;
	width: 160px;
	height: 160px;
	left: -10px;
	top: -10px;
}

.container-perfiles .ejecutivos .info-perfil {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 200px;
}

.container-perfiles .ejecutivos .info-perfil h3 {
	color: #212628;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	position: relative;
	line-height: 23px;
	padding-bottom: 10px;
	height: 56px;
}

.container-perfiles .ejecutivos .info-perfil h3:before {
	content: "";
	display: block;
	position: absolute;
	width: 139px;
	height: 14px;
	background: url(../images/before-perfil.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -5px;
	left: 10px;
}

.container-perfiles .ejecutivos .info-perfil p {
	color: #212628;
	text-align: center;
	font-size: 11px;
	font-weight: 700;
	position: relative;
	height: 60px;
	display: block;
}

@media screen and (min-width: 420px){
	.container-perfiles {
		width: 360px;
	}

	.container-perfiles .ejecutivos {
		margin: 20px 10px;
	}
}

@media screen and (min-width: 768px){
	.container-perfiles {
		width: 640px;
	}
}

@media screen and (min-width: 992px){
	.container-perfiles {
		width: 950px;
	}
}

@media screen and (min-width: 1200px){
	.container-perfiles {
		/*width: 900px;*/
	}
}

@media screen and (min-width: 1400px){
	.container-perfiles {
		width: 1260px;
	}
}

@media screen and (min-width: 1440px){
	.container-perfiles {
		width: 1440px;
	}
}
/*EJECUTIVOS*/

/*DIRECTORIO*/
.container-directorio, .container-directorio-presidentes {
	display: block;
	position: relative;
	overflow: hidden;
	width: 160px;
	margin: 0 auto;
	text-align: center
}
.container-directorio .directorio {
	display: inline-block;
	position: relative;
	overflow: visible;
	width: 160px;
	min-height: 200px; 
	margin: 20px 0px 0px 0px;
}

.container-directorio-presidentes .directorio {
	display: block;
	position: relative;
	overflow: visible;
	width: 160px;
	min-height: 200px; 
	margin: 20px 0px 0px 0px;
	/*float: left;*/
	margin: auto!important;
}

.container-directorio .directorio .foto-directorio, .container-directorio-presidentes .directorio .foto-directorio {
	width: 140px;
	height: 140px;
	position: relative;
	display: block;
	overflow: visible;
	margin: 0 auto;
}

.container-directorio .directorio .foto-directorio:before, .container-directorio-presidentes .directorio .foto-directorio:before {
	content: "";
	display: block;
	position: relative;
	overflow: hidden;
	background-color: transparent;
	border: 1px solid #e9eff5;
	width: 160px;
	height: 160px;
	left: -10px;
	top: -10px;
}

.container-directorio .directorio .info-directorio, .container-directorio-presidentes .directorio .info-directorio {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.container-directorio .directorio .info-directorio h3, .container-directorio-presidentes .directorio .info-directorio h3 {
	color: #555;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	position: relative;
	line-height: 23px;
	height: 60px;
	padding-bottom: 10px;
}

.container-directorio .directorio .info-directorio h3.orange:before, 
.container-directorio-presidentes .directorio .info-directorio h3.orange:before {
	content: "";
	display: block;
	position: absolute;
	width: 139px;
	height: 14px;
	background: url(../images/before-directorio-orange.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -5px;
	left: 10px;
}


.container-directorio .directorio .info-directorio h3:before, .container-directorio-presidentes .directorio .info-directorio h3:before {
	content: "";
	display: block;
	position: absolute;
	width: 139px;
	height: 14px;
	background: url(../images/before-directorio-gray.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -5px;
	left: 10px;
}

.container-directorio .directorio .info-directorio p, .container-directorio-presidentes .directorio .info-directorio p {
	color: #7e7e7e;
	text-align: center;
	font-size: 11px;
	font-weight: 700;
	position: relative;
	display: block;
	height: 40px;
}

@media screen and (min-width: 420px){
	.container-directorio, .container-directorio-presidentes {
		width: 80%; 
		max-width: 1000px;
	}

	.container-directorio .directorio, .container-directorio-presidentes .directorio {
		margin: 20px 10px 20px 10px;
	}
}

@media screen and (min-width: 768px){
	.container-directorio {
		width: 540px;
	}
}

@media screen and (min-width: 992px){
	.container-directorio {
		width: 80%; 
		max-width: 1000px;
		
	}
}

@media screen and (min-width: 1200px){
	.container-directorio {
		/*width: 900px;*/
	}
}

@media screen and (min-width: 1400px){
	.container-directorio {
		width: 1260px;
	}
}

@media screen and (min-width: 1440px){
	.container-directorio {
		margin-bottom: 100px;
		/*width: 1440px;*/
	}
	.container-directorio .directorio {
		margin: 20px 10px 20px 10px;
	}
}
/*DIRECTORIO*/

/* Estructura de la Propiedad */

#estructura_propiedad{
  position: relative;
  display: block;
  margin: 0px auto 0px auto;
  height: auto;
  overflow: hidden;
}
#estructura_propiedad .mod{
  position: relative;
  display: block;
  margin: 50px auto 50px auto;
  height: auto;
  overflow: hidden;
}
#estructura_propiedad .mod .circulo{
  position: relative;
  display: block;
  margin: 0px auto 0px auto;
  width: 220px;
  height: 220px;
  border: 1px solid #989898;
  border-radius: 220px;
  -webkit-border-radius: 220px;
  -moz-border-radius: 220px;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
}
#estructura_propiedad .mod .circulo:before{
  position: absolute;
  display: block;
  content: ' ';
  top: 50%;
  left: 50%;
  margin: -62px 0px 0px -62px;
  width: 124px;
  height: 124px;
  background: #989898;
  border-radius: 160px;
  -webkit-border-radius: 160px;
  -moz-border-radius: 160px;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
}
#estructura_propiedad .mod.half .circulo{
  width: 160px;
  height: 160px;
}
#estructura_propiedad .mod.half .circulo:before{
  margin: -35px 0px 0px -35px;
  width: 70px;
  height: 70px;
}
#estructura_propiedad .mod h3{
  position: relative;
  display: block;
  margin: 25px auto 0px auto;
  font-family: 'Raleway', sans-serif;
  color: #989898;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
}
#estructura_propiedad .mod h3 strong{
  font-weight: 800;
}
#estructura_propiedad .mod h4{
  position: relative;
  display: block;
  margin: 5px auto 0px auto;
  font-family: 'Raleway', sans-serif;
  color: #989898;
  text-transform: uppercase;
  font-size: 44px;
  text-align: center;
  font-weight: 800;
}

#estructura_propiedad .mod.center div img{
	width: 100%;
}


#estructura_propiedad .mod h4 span{
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-weight: 400;
  font-size: 20px;
}
#estructura_propiedad .mod h4 span strong{
  font-weight: 800;
}
#estructura_propiedad .mod h4 span:before{
  position: relative;
  display: block;
  content: ' ' ;
  float: left;
  margin-right: 20px;
  margin-left: 5px;
  top: -10px;
  width: 1px;
  height: 32px;
  background-color: #989898;
}
#estructura_propiedad .separador{
  position: relative;
  display: block;
  margin: 40px auto 40px auto;
  width: 1px;
  height: 45px;
  background-color: #989898;
}
#estructura_propiedad .separador:last-child{
  display: none;
}
@media screen and (min-width: 414px){
  #estructura_propiedad .mod h3{
    font-size: 21px;
  }
}

@media screen and (min-width: 992px){
  #estructura_propiedad .mod {
    width: 563px;
    overflow: hidden;
    margin: 0px auto;
  }


  #estructura_propiedad .mod.center {
    /*width: 618px;*/
    width: 928px;
	}
  #estructura_propiedad .mod:last-child:after{
    display: none;
  }
  #estructura_propiedad .mod.left{
    margin-left: 0px;
    margin-top: 100px;
  }
  #estructura_propiedad .mod.right{
    margin-right: 0px;
    margin-bottom: 150px;
  }
  #estructura_propiedad .mod.right .circulo{
    float: left;
  }
  #estructura_propiedad .mod.left .circulo{
    float: right;
  }
  #estructura_propiedad .mod .circulo:after{
    position: absolute;
    display: block;
    content: ' ';
    top: 50%;
    margin-top: -13px;
    width: 233px; /* 233*/
    height: 26px;
    background-image: url(../images/linea-circ.png);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
  }
  #estructura_propiedad .mod.left .circulo:after{
    left: -120px;
  }
  #estructura_propiedad .mod.right .circulo:after{
    left: 90px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
  }
  #estructura_propiedad .mod .txt{
    position: absolute;
    top: 95px;
  }
  #estructura_propiedad .mod.half .txt{
    top: 65px;
  }
  #estructura_propiedad .mod.right .txt{
    position: absolute;
    left: 330px;
  }
  #estructura_propiedad .mod h3{
    margin-top: 0px;
    font-size: 16px;
  }
  #estructura_propiedad .mod h3, #estructura_propiedad .mod h4{
    text-align: right;
  }
  #estructura_propiedad .mod.right h4{
    text-align: left;
  }
  #estructura_propiedad .separador{
    /*left: 12px;*/
  }
}
/*@media screen and (min-width: 1200px){
  #estructura_propiedad .mod{
    width: 666px;
  }
  #estructura_propiedad .mod h3{
    font-size: 20px;
  }
  #estructura_propiedad .mod.right .txt{
    left: 350px;
  }
  #estructura_propiedad .separador{
    left: 18px;
  }
}*/


/* Estatutos Gasco */

#estatutos_gasco{
  position: relative;
  display: block;
  margin: 0px auto 0px auto;
  height: auto;
  overflow: hidden;
  background: url(../images/fondo_estatutos.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#estatutos_gasco a{
  position: relative;
  display: block;
  margin: 50px auto 50px auto;
  text-decoration: none;
  border: 0px;
  outline: none;
  text-align: center;
}
#estatutos_gasco a .pdf{
  position: relative;
  display: block;
  margin: 0px auto 0px auto;
  width: 51px;
  height: 110px;
  background-image: url(../images/pdf-ico.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 51px;
  overflow: hidden;
}
#estatutos_gasco a .pdf:after{
  position: relative;
  display: block;
  content: ' ';
  margin: 60px auto 0px auto;
  width: 1px;
  height: 45px;
  background-color: #fff;
}
#estatutos_gasco a p{
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0px;
  text-align: center;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
}
#estatutos_gasco a p strong{
  font-weight: 800;
}
#estatutos_gasco a .ico{
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: 10px;
  top: -10px;
  width: 35px;
}
@media screen and (min-width: 375px){
  #estatutos_gasco a p{
    font-size: 12px;
  }
}
@media screen and (min-width: 414px){
  #estatutos_gasco a p{
    font-size: 14px;
  }
  #estatutos_gasco a .ico{
    top: -20px;
    width: 50px;
  }
}
@media screen and (min-width: 768px){
  #estatutos_gasco .col-xs-12{
    text-align: center;
  }
  #estatutos_gasco a{
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 200px 0px 250px 12px;
  }
  #estatutos_gasco a:first-child{
    margin-left: 0px;
  }
  #estatutos_gasco a .ico{
    width: 35px;
    float: right;
  }
  #estatutos_gasco a:nth-child(2n) .ico{
    float: left;
    margin-right: 10px;
  }
  #estatutos_gasco a .pdf{
    float: left;
    top: -10px;
    width: 90px;
    height: 35px;
    background-size: 35px;
    background-position: left top;
  }
  #estatutos_gasco a .pdf:after{
    width: 34px;
    height: 1px;
    margin: 18px 0px 0px 46px;
  }
  #estatutos_gasco a:nth-child(2n) p, #estatutos_gasco a:nth-child(2n) .pdf{
    float: right;
  }
  #estatutos_gasco a:nth-child(2n) .pdf{
    background-position: right top;
  }
  #estatutos_gasco a:nth-child(2n) .pdf:after{
    margin-left: 13px;
  }
  #estatutos_gasco a p {
    font-size: 11px;
    float: left;
  }
  #estatutos_gasco a:after{
    position: absolute;
    display: block;
    left: -5px;
    top: -40px;
    content: ' ';
    width: 9px;
    height: 80px;
  }
  #estatutos_gasco a:first-child:after{
    display: none;
  }
}
@media screen and (min-width: 992px){
  #estatutos_gasco a{
    margin-left: 75px;
  }
  #estatutos_gasco a .pdf{
    top: -13px;
    height: 40px;
    background-size: 40px;
    width: 110px;
  }
  #estatutos_gasco a .pdf:after {
    width: 45px;
    height: 1px;
    margin: 21px 0px 0px 52px;
  }
  #estatutos_gasco a p {
    font-size: 13px;
  }
  #estatutos_gasco a .ico {
    top: -26px;
    width: 54px;
  }
  #estatutos_gasco a:after{
    top: -50px;
    left: -40px;
  }
}
@media screen and (min-width: 1200px){
  #estatutos_gasco a p {
    font-size: 14px;
  }
  #estatutos_gasco a .pdf{
    top: -10px;
    height: 50px;
    background-size: 50px;
  }
  #estatutos_gasco a .pdf:after {
    margin-left: 60px;
  }
  #estatutos_gasco a:nth-child(2n) .pdf:after {
    margin-left: 5px;
  }
  #estatutos_gasco a .ico {
    top: -33px;
    width: 70px;
  }
  #estatutos_gasco a:after{
    top: -40px;
  }
}

/* Quiénes Somos */

#quienes_somos{
  position: relative;
  display: block;
  margin: 0px auto 100px auto;
  height: auto;
  overflow: hidden;
}
#quienes_somos article{
	max-width: 1844px;
	padding: 0px 15px 0px 15px;
}
#quienes_somos .col-xs-12{
  margin-bottom: 0px;
}

#quienes_somos .col-xs-12 p.bajada {
	text-align: center;
	margin: 0px 0px 50px 0px;
}
#quienes_somos img{
  position: relative;
  display: block;
  margin: 0px auto 0px auto;
  width: 100%;
  max-width: auto;
  height: auto;
}
#quienes_somos h3{
  position: relative;
  display: block;
  margin: 25px 0px 0px 0px;
  color: #555;
  font-weight: 800;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
}
#quienes_somos p{
  position: relative;
  display: block;
  margin: 10px 0px 0px 0px;
  color: #555;
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
}
#quienes_somos ul{
  position: relative;
  display: block;
  margin: 20px auto 0px auto;
  padding: 0px;
  list-style: none;
}
/*#quienes_somos ul:before{
  position: relative;
  content:'Empresas:';
  float: left;
  margin: 0px 0px 0px 0px;
  color: #656565;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
}*/
#quienes_somos ul li{
  position: relative;
  display: block;
  float: left;
  color: #555;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
}
#quienes_somos ul li:first-child:before{
  opacity: 0;
}
@media screen and (min-width: 768px){
  #quienes_somos .col-sm-4, #quienes_somos .col-sm-8{
		padding: 0px;
  }
  #quienes_somos img{
  	height: 250px;
  	width: auto;
  	margin-bottom: 25px;
  }
  #quienes_somos .col-sm-4 img{
  	float: right;
  }
  #quienes_somos .col-sm-8 img{
  	float: left;
  }
  #quienes_somos h3{
  	width: 84%;
  	margin: 25px auto 0px auto;
  }
  #quienes_somos .col-sm-4 h3, #quienes_somos .col-sm-4 p{
    text-align: right;
  }
  #quienes_somos .col-sm-4 p,  #quienes_somos .col-sm-8 p {
  	/*height: 150px;*/
  	margin: 12px auto 5px auto;
    width: 84%;
    font-size: 11px;
  }
  #quienes_somos .col-sm-8 h3, #quienes_somos .col-sm-8 p {
  	max-width: 620px;
  }
  #quienes_somos .col-sm-7 p, #quienes_somos .col-sm-8 p{
  	height: 88px;
  }
  #quienes_somos .col-sm-4 img{
    margin-top: 0px;
  }
  #quienes_somos .col-sm-4 h3, #quienes_somos .col-sm-8 h3{
    margin-top: 85px;
    clear: both;
    font-size: 14px;
  }
  #quienes_somos .col-sm-4 ul{
    float: right;
    width: 84%;
  }
  #quienes_somos ul li{
  	font-size: 12px;
  }
  #quienes_somos .col-sm-7 h3, #quienes_somos .col-sm-7 p, #quienes_somos .col-sm-8  h3, #quienes_somos .col-sm-8 p{
    text-align: left;
  }
  #quienes_somos .col-sm-7 ul, #quienes_somos .col-sm-8 ul{
    float: left;
  }
  #quienes_somos .sep{
    position: relative;
    display: block;
    margin: 45px auto 0px auto;
    width: auto;
    height: 295px;
  }
}
@media screen and (min-width: 992px){
  #quienes_somos img{
  	height: 320px;
  	width: auto;
  }
  #quienes_somos .col-sm-4 h3{
    margin-top: 105px;
  }
  #quienes_somos .col-sm-4 p,  #quienes_somos .col-sm-8 p,#quienes_somos .col-sm-4 ul {
    width: 62%;
  }

  #quienes_somos .col-sm-7 ul, #quienes_somos .col-sm-8 ul{
    margin-top: 58px;
  }
  #quienes_somos .col-sm-4 h3, #quienes_somos .col-sm-4 p{
  	margin-right: 20px;
  }
  #quienes_somos .col-sm-8 h3, #quienes_somos .col-sm-8 p{
  	margin-left: 120px;
  }
  #quienes_somos .col-sm-8 h3, #quienes_somos .col-sm-8 p {
  	/*max-width: 420px;*/
  	max-width: 720px;
  }
  #quienes_somos .col-sm-8 p{
  	height: 75px;
  }
  #quienes_somos .sep{
    height: 315px;
    margin-top: 85px;
  }
}
@media screen and (min-width: 1220px){
	#quienes_somos .col-sm-4 ul {
    width: 84%;
    }
	#quienes_somos article{
		padding: 0px 30px 0px 30px;
	}
	#quienes_somos img{
	  	height: 390px;
	  	width: auto;
	  	margin-bottom: 60px;
	}

	#quienes_somos .col-sm-4 p {
    width: 65%;
	}

	#quienes_somos .col-sm-8 h3, #quienes_somos .col-sm-8 p{
	  	margin-left: 160px;
	  }
	#quienes_somos .col-sm-4 h3, #quienes_somos .col-sm-8 h3{
		font-size: 16px;
	}
	#quienes_somos .col-sm-4 p, #quienes_somos .col-sm-8 p{
		font-size: 13px;
	}
	#quienes_somos .col-sm-8 p{
		/*height: 85px;*/
		height: 65px;
	}
	#quienes_somos .col-sm-4 ul li{
		float: right;
		padding-right: 20px;
	}

}
@media screen and (min-width: 1360px){
	#quienes_somos img{
		height: 430px;
	}
	#quienes_somos .col-sm-4 p{
		/*height: 72px;*/
		height: 54px;
	}
}
@media screen and (min-width: 1500px){
	#quienes_somos img{
		height: 490px;
	}
}
@media screen and (max-width: 767px){
	#quienes_somos .content-somos{
		position: relative;
		display: block;
		margin: 100px auto 0px auto;
		width: 100%;
		/*height: 630px;*/
		height: 680px;
		overflow-y: hidden;
		overflow-x: scroll;
	}
	#quienes_somos .contenedor_mods{
		position: relative;
		display: block;
		margin: 0px 0px 0px 0px;
		width: 1675px;
		/*height: 630px;*/
		height: 680px;
		overflow: hidden;
	}
	#quienes_somos .mod_init{
		position: absolute;
		display: block;
		margin: 0px;
		top: 0px;
		left: 0px;
		width: 320px;
		height: 630px;
	}
	#quienes_somos .mod_init p{
		position: relative;
		display: block;
		margin: 100px auto 0px auto;
		text-align: center;
		color: #666;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: 700;
	}
	#quienes_somos .mod_init img{
		position: relative;
		display: block;
		margin: 20px auto 0px auto;
		width: 150px;
		height: auto;
	}

	#quienes_somos .mod_left{
		position: absolute;
		display: block;
		top: 0px;
		left: 320px;
		width: 430px;
		height: 630px;
	}
	#quienes_somos .mod_left img{
		width: 400px;
		height: 453px;
	}
	#quienes_somos .mod_right{
		position: absolute;
		display: block;
		top: 0px;
		left: 750px;
		width: 925px;
		height: 630px;
	}
	#quienes_somos .mod_right img{
		width: 925px;
		height: 453px;
	}
}
@media screen and (min-width: 424px) and (max-width: 767px){
	#quienes_somos .contenedor_mods{
		width: 1780px;
	}
	#quienes_somos .mod_init{
		width:425px;
	}
	#quienes_somos .mod_left{
		left: 425px;
	}
	#quienes_somos .mod_right{
		left: 855px;
	}
}

.banners-home-interiores {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 150px;
}

.banners-home-interiores .item {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 150px;
}

@media screen and (min-width: 768px){
	.banners-home-interiores {
		height: 400px;
	}

	.banners-home-interiores .item {
		height: 400px;
	}
}

.interiores {
	margin-bottom: 0px;
}
.interiores .ico-left-tittle {
	display: block;
	position: relative;
	overflow: hidden;
	float: left;
	margin: 30px 0px 10px 0px;
	width: 80px;
}

.interiores .ico-left-tittle img {
	width: 100%;
}

.interiores .slider-pdf {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 200px;
	margin: 50px 0px 30px 0px;
}

.interiores .slider-pdf .box-pdf {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 200px;
}

.interiores p {
	margin: 10px 0px;
}
 
.interiores .slider-pdf .box-pdf ul {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0px;
	text-align: center;
}

.interiores .slider-pdf .box-pdf ul li {
	display: inline-block;
	overflow: hidden;
	position: relative;
	margin: 0px 5px;
}

.interiores .slider-pdf .box-pdf ul li a {
	display: block;
	overflow: hidden;
	opacity: 1;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
.interiores .slider-pdf .box-pdf ul li a:hover {
	opacity: .5;
}
.interiores .slider-pdf .box-pdf ul li:first-child {
	width: 50px;
}
.interiores .slider-pdf .box-pdf ul li:last-child {
	width: 150px;
}

.interiores .slider-pdf .box-pdf ul li img {
	width: 50px;
	display: block;
	float: right;
	position: relative;
}

.interiores .slider-pdf .box-pdf ul li p {
	font-weight: 700;
}

.interiores .slider-pdf .owl-dots {
	display: block;
	position: absolute;
	left: 0;
	bottom: 60px;
	height: 2px;
	width: 100%;
	background: url(../images/bg-pdf-owl.png);
	background-size: 200px 2px;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
}

.interiores .slider-pdf .owl-dots .owl-dot {
	display: inline-block;
	position: relative;
	width: 6px;
	height: 6px;
	background-color: #828385;
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	top: -11px;
	margin: 0px 6px;
}

.interiores .slider-pdf .owl-dots .owl-dot.active {
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	top: -9px;
	margin: 0px 6px;
}

.interiores .slider-pdf .owl-nav {
	bottom: 70px;
	position: absolute;
	left: 0%;
	width: 100%;
}

.interiores .slider-pdf .owl-nav .owl-prev {
	display: block;
	position: absolute;
	left: 30px;
	width: 7px;
	height: 18px;
	background: url(../images/owl-pdf-prev.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 0px;
	text-indent: -9000px;
}

.interiores .slider-pdf .owl-nav .owl-next {
	display: block;
	position: absolute;
	right: 30px;
	width: 7px;
	height: 18px;
	background: url(../images/owl-pdf-next.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 0px;
	text-indent: -9000px;
}

@media screen and (min-width: 768px){
	.interiores .slider-pdf {
		margin: 180px 0px 400px 0px;
	}

	.interiores .ico-left-tittle {
		margin: 50px 0px 10px 0px;
	}

}

h3.sub-tittle {
	text-align: ;
	color: #444;
	font-weight: 700;
	font-size: 14px;
	margin: 15px 0px 30px 0px;
	position: relative;
}

h3.sub-tittle:before {
	content: "";
	display: block;
	position: absolute;
	overflow: hidden;
	height: 1px;
	width: 50px;
	background-color: #444;
	left: 0;
	bottom: -10px;
}

.noticias {
	margin-bottom: 50px;
}
.noticias .ico-left-tittle {
	display: block;
	position: relative;
	overflow: hidden;
	float: left;
	margin: 30px 0px 10px 0px;
	width: 80px;
}

.noticias .ico-left-tittle img {
	width: 100%;
}

.noticias .slider-pdf {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 200px;
	margin: 50px 0px 30px 0px;
}

.noticias .slider-pdf .box-pdf {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 200px;
}

.noticias p {
	margin: 10px 0px;
}

.noticias p a {
	color: #005ba7;
	text-decoration: none;
}

.noticias .img-noticias {
	width: 100%;
	position: relative;
	display: block;
	overflow: hidden;
	height: 150px;
	margin: 50px 0px 0px 0px;
}

.noticias h5.bajada-imagenes {
	color: #515151;
	text-align: right;
	font-size: 10px;
	font-style: italic;
	margin: 5px 0px 20px 0px;
	display: block;
	width: 100%;
	float: right;
}
@media screen and (min-width: 768px){
	.noticias .ico-left-tittle {
		margin: 50px 0px 10px 0px;
	}

	.noticias .img-noticias {
		height: 300px;
	}

	.noticias h5.bajada-imagenes {
		width: 70%;
		margin: 5px 0px 30px 0px;
	}

}

#container-nav-home{
	position: relative;
}


.nav-sections-home {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 60px;
	background-color: rgba(0,0,0,.8);
	left: 0;
	bottom: 40px;
	z-index: 900;
}

.nav-sections-home ul {
	display: block;
	position: relative;
	width: 100%;
	height: 60px;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	text-align: center;
}

.nav-sections-home ul li {
	display: inline-block;
	position: relative;
	line-height: 60px;
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 0px 0px;
}

.nav-sections-home ul li:first-child:before {
	display: none;
}

.nav-sections-home ul li:before {
	content: "";
	display: block;
	width: 1px;
	height: 20px;
	position: absolute;
	top: 20px;
	left: -20px;
	background-color: rgba(255,255,255,.7);
}

.nav-sections-home ul li a {
	color: #fff;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	opacity: 1;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}

.nav-sections-home ul li a:hover {
	opacity: .5;
}

.img-grafico {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 50px 0px;
}

.img-grafico img {
	width: 100%;
}

@media screen and (min-width: 768px){
	.img-grafico {
		margin: 250px 0px;
	}
}

.inversionistas {
	margin-bottom: 0px;
}

.inversionistas h2.sections-tittle {
	margin: 0px 0px 10px 0px;
}

.inversionistas h4.top-sections-tittle {
	text-align: center;
	margin: 140px 0px 0px 0px;
	font-style: italic;
}


.ico-section-center {
	display: block;
	position: relative;
	overflow: hidden;
	width: 80px;
	margin: 20px auto 20px auto;
}


/* ------ ACORDION ------ */

.acordion-pdf {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 60px;
	margin: 0px 0px 50px 0px;
}

.acordion-pdf a.header-acordion-pdf {
	width: 100%;
	position: relative;
	display: block;
	height: 60px;
	line-height: 40px;
	font-size: 10px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	background-color: transparent;
	text-transform: uppercase;
	color: #828385;
	text-align: center;
	font-weight: 700;
	font-size: 30px;
}

.acordion-pdf a.header-acordion-pdf .ico-acordion-pdf {
	width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-top: 10px solid #828385;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin: 0 auto;
    position: relative;
    top: 0;
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
}
.acordion-pdf a.header-acordion-pdf .ico-acordion-pdf.active {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	top: -8px;
}

.acordion-pdf .info-acordion-pdf {
	width: 100%;
	position: relative;
	height: auto;
	padding: 0;
	overflow: hidden;
	background-color: transparent;
}

.acordion-pdf .info-acordion-pdf ul {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0;
}

.acordion-pdf .info-acordion-pdf ul li {
	display: block;
	position: relative;
	overflow: visible;
	width: 100%;
	height: auto;
} 

.acordion-pdf .info-acordion-pdf ul li.titulo-pdf {
	text-align: center;
	font-weight: 700;
	color: #444;
	font-size: 15px;
	margin: 15px 0px 30px 0px;
}

.acordion-pdf .info-acordion-pdf ul li .nombre-pdf {
	display: block;
	position: relative;
	overflow: visible;
	text-align: center;
	width: 100%;
	float: left;
	line-height: 40px;
	font-size: 15px;
	color: #444;
}

.acordion-pdf .info-acordion-pdf ul li .nombre-pdf.fechas {
	line-height: 100%;
	padding-top: 10px;
}

.acordion-pdf .info-acordion-pdf ul li .pdf-acordion {
	width: 100%;
	display: block;
	position: relative;
	overflow: visible;
	float: left;
}

.acordion-pdf .info-acordion-pdf ul li .pdf-acordion span {
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #444;
	margin: 20px auto;
	width: 30%;
	height: 1px;
}

.acordion-pdf .info-acordion-pdf ul li .pdf-acordion img.ico {
	display: block;
	position: relative;
	overflow: hidden;
	width: 30px;
	top: 0px;
	margin: 0 auto;
	opacity: 1;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
.acordion-pdf .info-acordion-pdf ul li .pdf-acordion img.ico:hover {
	opacity: .5;
}  

.acordion-pdf .info-acordion-pdf ul li .pdf-acordion img.arrow {
	display: block;
	position: relative;
	overflow: hidden;
	width: 16px;
	float: left;
	margin-left: 50px;
	top: 12px;
}
.inversionistas p {
	margin: 0px 0px 20px 0px;
}

.mayores-accionistas p {
	 margin: 0px auto 40px auto;
}

@media screen and (min-width: 768px){
	.acordion-pdf .info-acordion-pdf ul {
		width: 50%;
	}

	.acordion-pdf .info-acordion-pdf ul.center-col {
		width: 50%;
		margin-left: 25%
	}

	.acordion-pdf .info-acordion-pdf ul li {
		margin-bottom: 20px;
		height: 40px;
	}
	.acordion-pdf .info-acordion-pdf ul li .nombre-pdf {
		width: 60%;
		text-align: right;
	}

	.acordion-pdf .info-acordion-pdf ul li .pdf-acordion {
		width: 30%;
	}

	.acordion-pdf .info-acordion-pdf ul li .pdf-acordion img.ico {
		top: 5px;
	}

	.acordion-pdf .info-acordion-pdf ul li .pdf-acordion img.arrow {
		margin-left: 50px;
		top: 12px;
	}

}

.img-malla {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 960px;
	margin: 60px auto;
}

.img-malla img {
	width: 100%;
}

.ico-arrow-center {
	display: block;
	position: relative;
	overflow: hidden;
	width: 16px;
	margin:0 auto 20px auto;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}
.ico-arrow-center img {
	width: 100%;
}

.ico-pdf-center {
	display: block;
	position: relative;
	overflow: hidden;
	width: 30px;
	top: 0px;
	margin: 0 auto 50px auto;
	opacity: 1;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}

.ico-pdf-center:hover {
	opacity: .5;
}

.ico-pdf-center img {
	width: 100%;
}
span.separador-p {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100px;
	height: 1px;
	background-color: #6b6b6b;
	margin: 0 auto 50px auto;
}
.mayores-accionistas {
	margin-bottom: 50px;
}
.mayores-accionistas ul {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin: 20px auto;
	padding: 0;
	list-style: none;
}

.mayores-accionistas ul li {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.mayores-accionistas ul li .col {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0px 0px 20px 0px;
	width: 100%;
	float: left;
}

.mayores-accionistas ul li .col .ano {
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	width: 100%;
	color: #444;
}

.mayores-accionistas ul li .col .rut, .mayores-accionistas ul li .col .numeroacciones, .mayores-accionistas ul li .col .participacion {
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	width: 100%;
	color: #444;
}

.mayores-accionistas span.separador-p {
	margin-top: 60px;
}

.mayores-accionistas ul li .col .info-ano, .mayores-accionistas ul li .col .info-rut, .mayores-accionistas ul li .col .info-numeroacciones, .mayores-accionistas ul li .col .info-participacion {
	text-align: center;
	font-size: 14px;
	width: 100%;
	color: #444;
}

@media screen and (min-width: 768px){

	.mayores-accionistas ul li .col .ano, .mayores-accionistas ul li .col .rut, .mayores-accionistas ul li .col .numeroacciones, .mayores-accionistas ul li .col .participacion {
		margin-bottom: 0px;
		height: 40px;
		padding-top: 5px;
	}
	.mayores-accionistas ul li .col:nth-child(1){
		width: 40%;
	}
	.mayores-accionistas ul li .col:nth-child(2), .mayores-accionistas ul li .col:nth-child(3),.mayores-accionistas ul li .col:nth-child(4) {
		width: 30%;
	}

	.mayores-accionistas ul li .col .info-ano {
		text-align: left;
	}

	.mayores-accionistas ul li {	
		margin-bottom: 0px;
	}

	.mayores-accionistas ul li .col {
		margin: 0px 0px 5px 0px;
	}

	.mayores-accionistas ul li .col .ano {
		text-align: left;
	}
}


.mayores-accionistas span.header-list-top {
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #6b6b6b;
	top: 0;
	left: 0;
}

.mayores-accionistas span.header-list-bottom {
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #6b6b6b;
	top: 30px;
	left: 0;
}

.mayores-accionistas h4.left-tittle {
	font-size: 14px;
	line-height: 30px;
	font-weight: 700;
	text-align: left;
	color: #444;
}

.aligncenter{
	align-items: center!important;
    display: block!important;
    margin: 30px auto 5px!important;
    max-width: 100%!important; 
    /*padding-top: 5px!important;
    padding-bottom: 5px!important;*/
}

.alignleft{
		margin-top: 5px!important;
		max-width: 100%!important;
		} 

.alignright{
		margin-top: 5px!important;
		max-width: 100%!important;
		}


@media screen and (min-width: 768px){
		.alignleft{
			margin-top: 5px!important;
			margin-right: 5px!important;
			max-width: 100%!important;
		} 

		.alignright{
			margin-top: 5px!important;
			margin-left: 5px!important;
			max-width: 100%!important;
		}


	}


#customDots{
	position: relative;
	top: -400px;
    align-items: center;
    margin: auto;
    width: 20px;
    font-style: initial;
    color: #858585;
    -webkit-font-smoothing: antialiased;
    font-family: 'Raleway', sans-serif;
}


/*CONTACTO*/

/*.contacto {
	height: 800px;
	overflow: hidden;
}
.contacto form{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-top: 50px;
}

.contacto form label {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	color: #fff;
	font-weight: 400;
	font-size: 12px;
	margin: 2px 0px;
}

.contacto form input {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	border: 1px solid #bebebe;
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
	margin: 0px 0px 15px 0px;
	font-size: 12px;
}

.contacto form textarea {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	border: 1px solid #bebebe;
	height: 150px;
	padding-left: 10px;
	margin: 0px 0px 15px 0px;
	font-size: 12px;
}


.contacto form input.error ,.contacto form textarea.error{
 border: 1px solid red;
}

.contacto a.btn-enviar {
	display: block;
	overflow: hidden;
	position: relative;
	width: 120px;
	height: 40px;
	border: 1px solid #fff;
	margin: 50px auto;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
}
.contacto a.btn-enviar span:first-child {
	z-index: 1;
	position: relative;
}

.contacto a.btn-enviar span:last-child {
	display: block;
	position: absolute;
	overflow: hidden;
	height: 100%;
	width: 1px;
	opacity: 0;
	left: 0;
	top: 0;
	background: #fff;
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	z-index: 0;
}

.contacto a.btn-enviar:hover {
	color: #666;
}

.contacto a.btn-enviar:hover span:last-child {
	width: 100%;
	opacity: 1;
}

#mensaje_frm{
    position: relative;
    font-size: 1.3em;
    color: #ffffff;
    align-items: center;
    text-align: center;
    top: -30px;
    font-weight: 700;
    height: 62px;

}

@media screen and (min-width: 768px){

	.contacto form label {
		font-size: 14px;
	}

	.contacto form input {
		font-size: 14px;
		margin: 0px 0px 30px 0px;
	}

	.contacto form textarea {
		font-size: 14px;
		height: 200px;
	}
	.contacto a.btn-enviar {
		float: right;
	}
}*/
/*CONTACTO*/



/*CONTACTO*/

.contacto {
	height: 1140px;
	overflow: hidden;
}
.contacto form{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-top: 150px;
}

.contacto form label {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	color: #fff;
	font-weight: 400;
	font-size: 12px;
	margin: 2px 0px;
}

.contacto form input {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	border: 1px solid #bebebe;
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
	margin: 0px 0px 15px 0px;
	font-size: 12px;
}

.contacto form textarea {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	border: 1px solid #bebebe;
	height: 150px;
	padding-left: 10px;
	margin: 0px 0px 15px 0px;
	font-size: 12px;
}


.contacto form input.error ,.contacto form textarea.error{
 border: 1px solid red;
}

.contacto a.btn-enviar {
	display: block;
	overflow: hidden;
	position: relative;
	width: 120px;
	height: 40px;
	border: 1px solid #fff;
	margin: 50px auto;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
}
.contacto a.btn-enviar span:first-child {
	z-index: 1;
	position: relative;
}

.contacto a.btn-enviar span:last-child {
	display: block;
	position: absolute;
	overflow: hidden;
	height: 100%;
	width: 1px;
	opacity: 0;
	left: 0;
	top: 0;
	background: #fff;
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	z-index: 0;
}

.contacto a.btn-enviar:hover {
	color: #666;
}

.contacto a.btn-enviar:hover span:last-child {
	width: 100%;
	opacity: 1;
}

#mensaje_frm{
    position: relative;
    font-size: 1.3em;
    color: #ffffff;
    align-items: center;
    text-align: center;
    top: -170px;
    font-weight: 700;
    height: 62px;

}

@media screen and (min-width: 768px){

	.contacto {
		height: 1140px;
	}

	.contacto form label {
		font-size: 14px;
	}

	.contacto form input {
		font-size: 14px;
		margin: 0px 0px 30px 0px;
	}

	.contacto form textarea {
		font-size: 14px;
		height: 200px;
	}
	.contacto a.btn-enviar {
		float: right;
	}


	#mensaje_frm{
	    position: relative;
	    font-size: 1.3em;
	    color: #ffffff;
	    align-items: center;
	    text-align: center;
	    top: -150px;
	    font-weight: 700;
	    height: 62px;

	}


}

@media screen and (min-width: 992px){
	.contacto {
		height: 770px;
	}
}
/*CONTACTO*/




.paginador {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin: 50px 0px 50px 0px;
}

.paginador ul {
	display: block;
	position: relative;
	list-style: none;
	overflow: hidden;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.paginador ul li {
	display: inline-block;
	position: relative;
	overflow: hidden;
	text-align: center;
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
}

.paginador ul li a{
	color: #4c4c4c;
	font-size: 14px;
	text-decoration: none;
	font-weight: 700;
}

.paginador ul li a.active {
	text-decoration: underline;
}


/*SUTENTABILIDAD*/
.ico-center-top {
	display: block;
	position: relative;
	overflow: hidden;
	width: 80px;
	margin: 80px auto 0 auto;
}

.ico-center-info {
	display: block;
	position: relative;
	overflow: hidden;
	width: 80px;
	margin: 40px auto 20px auto;
}

.sustentabilidad h4.top-sections-tittle {
	    margin: 15px 0px 0px 0px;
	    text-align: center;
}

.sustentabilidad h2.sections-tittle {
	margin: 0px 0px 80px 0px;
}
.container-respon-sociales {
	margin: 20px 0px;
}
.container-respon-sociales .box-respon-img {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100px;
	background: #9A9A9B;
	margin: 0px 0px 20px 0px;
}

.container-respon-sociales .box-respon-txt {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.container-respon-sociales .box-respon-txt p {
	margin: 0px 0px 5px 0px;
	position: relative;
	text-align: left;
	clear: both;
}

.container-respon-sociales .box-respon-txt .ico-top-responsocial {
	display: block;
	position: relative;
	overflow: hidden;
	width: 150px;
	margin: 0 auto 20px auto;
	clear: both;
}

.container-respon-sociales .box-respon-txt .ico-top-responsocial-large {
	display: block;
	position: relative;
	overflow: hidden;
	width: 150px;
	margin: 0 auto 20px auto;
	clear: both;
}

.container-respon-sociales .box-respon-txt .ico-top-responsocial img {
	width: 100%;
}

.container-respon-sociales span.separador-respon {
	display: block;
	position: relative;
	overflow: hidden;
	width: 50%;
	height: 1px;
	background-color: #505050;
	margin: 30px auto 20px auto;
}

@media screen and (min-width: 768px){
	.container-respon-sociales {
		margin: 80px 0px 20px 0px;
	}
	.container-respon-sociales .box-respon-img {
		height: 280px;
	}

	.container-respon-sociales .box-respon-txt {
		display: block;
		position: relative;
		overflow: hidden;
		width: 100%;
	}

	.container-respon-sociales .box-respon-txt p {
		text-align: left;
	}

	.container-respon-sociales .ico-top-responsocial { 
		float: left;
	}

	.container-respon-sociales.right .box-respon-txt p {
		text-align: right;
	}

	.container-respon-sociales.right .ico-top-responsocial { 
		float: right;
	}
}

.sustentabilidad.personas p {
	/*margin: 0px 0px 10px 0px;*/
	margin: auto;
}

 
.sustentabilidad.personas a, .sustentabilidad.personas a:active {
	color: #444;
    text-decoration: underline;
}

.sustentabilidad.personas a:hover {
	color: #428bca;
}



span.separador-sustentabilidad {
	display: block;
	position: relative;
	overflow: hidden;
	width: 80px;
	height: 1px;
	background-color: #515151;
	margin: 30px auto 50px auto;
}

.padding-bottom-100 {
	padding-bottom: 100px!important;
}
.padding-bottom-60 {
	padding-bottom: 60px!important;
}


.sustentabilidad ul.directorio {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0px;
	padding: 0;
	list-style: none;
	text-align: center;
}

.sustentabilidad ul.directorio li {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 30px 0px;
}

.sustentabilidad ul.directorio li div.cargo {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 100%;
	font-size: 12px;
	color: #505050;
	font-weight: 700;
}

.sustentabilidad ul.directorio li div.nombre {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 100%;
	font-size: 12px;
	color: #505050;
	font-weight: 400;
}

@media screen and (min-width: 768px){
	.sustentabilidad ul.directorio li div.cargo {
		font-size: 14px;
	}

	.sustentabilidad ul.directorio li div.nombre {
		font-size: 14px;
	}
}
.sustentabilidad p {
	position: relative;
}

.sustentabilidad p.titulodirectorio img {
	display: inline-block;
	position: relative;
	margin: 0px 2px;
}
/*SUTENTABILIDAD*/


/*FACTSHEET*/
#fact_sheet{
  position: relative;
  display: block;
  margin: 0px auto 0px auto;
  height: auto;
  overflow: hidden;
  padding-bottom: 50px;

}

.fact_sheet-container {
	text-align: center;
}
#fact_sheet .ico-factsheet {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 200px;
	margin: 30px 10px;
}

#fact_sheet .ico-factsheet img {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 80px;
	margin: 0 auto;
}

#fact_sheet .ico-factsheet p {
	position: relative;
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0px;
}
#fact_sheet .ico-factsheet h2 {
	position: relative;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0px;
}
#fact_sheet .ico-factsheet h4 {
	position: relative;
	color: #fff;
	text-align: center;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 5px 0px 0px 0px;
}

@media screen and (min-width: 768px){
	#fact_sheet .ico-factsheet {
		min-height: 200px;
		margin: 0px 10px;
	}
}
/*FACTSHEET*/
.txt-blanco{
	color: #ffffff;
    font-weight: 700;
}



/*BOX BANNERS*/
.box-banner-home {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 90%;
	left: 50%;
	margin-left: -45%;
	height: 100px;
	bottom: 15px;
	background-color: rgba(0,0,0,.65);
	padding: 15px;
}
.box-banner-home h2 {
	text-align: center;
	font-size: 13px;
	color: #fff;
	margin: 0px;
	font-weight: 700;
}

.box-banner-home h3 {
	text-align: center;
	font-size: 11px;
	color: #fff;
	margin: 0px;
	font-weight: 400;
}

@media screen and (min-width: 768px) {
	.box-banner-home {
		width: 48%;
		right: 0;
		left: auto;
		margin-left: auto;
		height: 130px;/*180*/
		bottom: auto;
		top: 90px;
		padding: 30px;
	}
	.box-banner-home h2 {
		text-align: left;
		/*font-size: 26px;*/
		font-size: 18px;
		margin: 0px;
	}

	.box-banner-home h3 {
		text-align: left;
		/*font-size: 20px;*/
		font-size: 16px;
		margin: 0px;
	}
}
/*BOX BANNERS*/


/*FACT*/
.tabla-datos {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	border: 1px solid #fff;
	padding: 15px;
}

.tabla-datos h3 {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
	font-weight: 700;
	margin: 0px 0px 5px 0px;
}

.tabla-datos h4 {
	color: #fff;
	font-size: 12px;
	text-align: left;
	font-weight: 700;
	margin: 0px 0px 5px 0px;
}

.tabla-datos ul {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 15px 0px;
	padding: 0px;
	list-style: none;
	float: left;
}

.tabla-datos ul li {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.tabla-datos ul li span.info-1 {
	display: block;
	position: relative;
	overflow: visible;
	width: 50%;
	float: left;
	color: #fff;
	text-align: left;
	font-size: 12px;
}

.tabla-datos ul li span.info-1:before {
	content: " ";
	display: block;
	position: absolute;
	top: 3px;
	right: -10px;
	width: 0; 
    height: 0; 
    border-left: 6px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent; 
}

.tabla-datos ul li span.info-2 {
	display: block;
	position: relative;
	overflow: visible;
	width: 50%;
	float: left;
	color: #fff;
	text-align: left;
	font-size: 12px;
	font-weight: 700;
	padding-left: 20px;
}

.tabla-datos .total {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 5px 10px;
	border: 1px solid #fff;
	color: #fff;
	font-weight: 700;
	font-size: 11px;
	width: 120px;
	float: left;
}

.tabla-datos p {
	font-size: 11px;
	color: #fff;
	text-align: left;
	display: block;
	position: relative;
	float: left;
	margin-top: 15px;
}

@media screen and (min-width: 768px){
	.tabla-datos ul li span.info-1 {
		width: 40%;
	}

	.tabla-datos ul li span.info-2 {
		width: 40%;
	}
}



/*SELECT*/
.select-contacto {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 200px;
	height: 40px;
	border: 1px solid #fff;
	padding: 0;
	list-style: none;
	left: 50%;
	margin-left: -100px;
	margin-top: 20px;
}

.select-contacto ul {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 100%;
	padding: 0;
	list-style: none;
	margin: 0px;
}


.select-contacto ul:before {
	content: " ";
	display: block;
	position: absolute;
	width: 16px;
	height: 10px;
	background: url(../images/arrow-contacto.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	top: 15px;
	right: 10px;
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
}

.select-contacto.open ul:before {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}

.select-contacto ul li {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 40px;
	text-align: left;
	text-indent: 15px;
	font-size: 12px;
	color: rgba(255,255,255,.4);
	line-height: 40px;
	border-top: 1px solid #fff;
	cursor: pointer;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
} 

.select-contacto ul li:hover, .select-contacto ul li.active {
	color: rgba(255,255,255,1);
}

.select-contacto ul li:first-child {
	border-top: 0px;
	color: rgba(255,255,255,1);
	font-weight: 700;
}

.error_area{
	display: none;
	left: 50%;
    margin-left: -170px;
    margin-top: 94px;
    position: absolute;
    color: red;
}

.hidden_input{
	visibility: hidden;
}
/*SELECT*/

.contacto h3 {
	color: #fff;
	text-align: center;
	margin-top: 120px;
	font-size: 12px;
}

@media screen and (min-width: 992px){
	.contacto h3 {
		text-align: left;
		margin-top:15px; 
	}
}



.error-404 h1{
	font-size: 14em; position: relative; text-align: center; width: auto;  color: #474747;font: 300 italic 30px;font-family:"Source Sans Pro", Helvetica, sans-serif;
}
.error-404 h3{
	font-size: 2em; position: relative; text-align: center; width: auto; color: #666666;padding-bottom: 40px;
} 

.noticias-separador {
	display: block;
	position: relative;
	overflow: visible;
	width: 100%;
	height: 10px;
	margin: 0px 0px 50px 0px;
	border-top: 1px dotted #444;
	clear: both;
}

.noticias-separador span {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100px;
	height: 10px;
	margin: 0px;
	top: -5px;
}
.noticias-separador span:nth-child(1) {
	float: left;
	background: #f5f5f5;
    background: linear-gradient(90deg, #f5f5f5, transparent); 
    -webkit-background: linear-gradient(90deg, #f5f5f5, transparent);
    -moz-background: linear-gradient(90deg, #f5f5f5, transparent);
}
.noticias-separador span:nth-child(2) {
	float: right;
	background: #f5f5f5;
    background: linear-gradient(-90deg, #f5f5f5, transparent); 
    -webkit-background: linear-gradient(-90deg, #f5f5f5, transparent);
    -moz-background: linear-gradient(-90deg, #f5f5f5, transparent);
}

.noticias-separador:before {
	content: " ";
	display: block;
	position: absolute;
	overflow: hidden;
	width: 10px;
	height: 10px;
	background-color: #444;
	top: -5px;
	left: 50%;
	margin-left: -5px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	webkit-transform: rotate(45deg);
}




/*HISTORIA*/
.historia-car {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin-bottom: 100px;
}

.historia-car .owl-nav {
	position: absolute;
	top: 45%;
	width: 100%;
}

.historia-car .owl-nav .owl-prev {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 18px;
	height: 45px;
	background-color: red;
	left: 0;
	top: 0;
	background: url(../images/arrow-historia-left.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: 9000px;
	font-size: 0;
}

.historia-car .owl-nav .owl-next {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 18px;
	height: 45px;
	background-color: red;
	right: 0;
	top: 0;
	background: url(../images/arrow-historia-right.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: 9000px;
	font-size: 0;
}

.historia-car .historia-item {
	display: block;
	position: relative;
	overflow: hidden;
	width: 80%;
	left: 10%;
	height: auto;
}

.historia-car .historia-item .box-img {
	display: table;
	position: relative;
	overflow: hidden;
	width: 60%;
	left: 20%;
	height: 180px;
	background-color: transparent;
	float: left;
}

.historia-car .historia-item .box-img .caja-box-img {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
}

.historia-car .historia-item .box-img .caja-box-img:before {
	display: none;
}

.historia-car .historia-item .box-img .caja-box-img img {
	display: block;
	position: relative;
	overflow: hidden;
	max-width: 344px;
	width: 100%;
}
.historia-car .historia-item .box-txt {
	display: table;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	background-color: transparent;
	float: left;
}

.historia-car .historia-item .box-txt .caja-box-txt {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	overflow: hidden;
	padding: 0px;
}

.historia-car .historia-item .box-txt .caja-box-txt h2 {
	position: relative;
	color: #a2a2a2;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: 15px 0px 10px 0px;
}

.historia-car .historia-item .box-txt .caja-box-txt h4 {
	color: #a2a2a2;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin: 20px 0px 40px 0px;
    position: relative;
}

.historia-car .historia-item .box-txt .caja-box-txt h4:before {
	content: " ";
	display: block;
	position: absolute;
	width: 50px;
	height: 1px;
	background-color: #a2a2a2;
	bottom: -20px;
	left: 50%;
	margin-left: -25px;
}

.historia-car .historia-item .box-txt .caja-box-txt p {
	position: relative;
	color: #a2a2a2;
    font-size: 12px;
    text-align: center;
    margin: 30px 0px 20px 0px;
}

@media screen and (min-width:992px){
	.historia-car {
		min-height: 415px;
		height: auto;
	}

	.historia-car .owl-nav {
		position: absolute;
		top: 45%;
		width: 100%;
	}

	.historia-car .historia-item {
		min-height: 415px;
		height: auto;
	}

	.historia-car .historia-item .box-img {
		width: 50%;
		min-height: 415px;
		height: auto;
		left: 0;
		position: absolute;
		top: 50%;
		margin-top: -200px;
	}

	.historia-car .historia-item .box-img .caja-box-img:before {
		content: " ";
		display: block;
		position: absolute;
		overflow: hidden;
		width: 8px;
		height: 300px;
		background: url(../images/before-img-box.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center; 
		right: 0;
		top: 50%;
    	margin-top: -150px;
	}
	.historia-car .historia-item .box-txt {
		width: 50%;
		min-height: 415px;
		height: auto;
		float: right;
	}

	.historia-car .historia-item .box-txt .caja-box-txt {
		padding: 0px 30px;
	}

	.historia-car .historia-item .box-txt .caja-box-txt h2 {
	    font-size: 30px;
	    margin: 30px 0px 20px 0px;
	}

	.historia-car .historia-item .box-txt .caja-box-txt h4 {
	    font-size: 18px;
	    margin: 30px 0px 40px 0px;
	}

	.historia-car .historia-item .box-txt .caja-box-txt p {
	    font-size: 14px;
	    margin: 30px 0px 20px 0px;
	}
}
/*HISTORIA*/


/*MALLA*/
.malla-desk{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 50px 0px 10px 0px;
}

.malla-desk .block-1{
	display: block;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	width: 560px;
	height: 220px;
}

.malla-desk .block-1 span img {
	width: 100%;
}
.malla-desk .block-1 span.linea01{
	width: 144px;
	height: 76px;
	position: relative;
	overflow: hidden;
	display: block;
	margin: 30px auto 0 auto;
}

.malla-desk .block-1 span.linea02{
	width: 17px;
	height: 69px;
	position: absolute;
	overflow: hidden;
	display: block;
	bottom: 0;
	left: 50%;
	margin-left: -11px;
}

.malla-desk .block-1 h4.txt-1{
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	color: #7d7d7d;
	display: block;
	position: absolute;
	left: 0;
	top: 30px;
	margin: 0;
}
.malla-desk .block-1 h4.txt-2{
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	color: #7d7d7d;
	position: absolute;
	display: block;
	right: 156px;
	top: 30px;
	margin: 0;
}
.malla-desk .block-1 .logo-block-1 {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 285px;
	left: 50%;
	margin-left: -142px;
	top: 110px;
}

.malla-desk .block-1 p.porcen-1 {
	display: block;
	position: absolute;
	overflow: hidden;
	text-align: center;
	color: #7d7d7d;
	font-size: 12px;
	font-weight: 700;
	left: 230px;
    top: 10px;
}

.malla-desk .block-1 p.porcen-2 {
	display: block;
	position: absolute;
	overflow: hidden;
	text-align: center;
	color: #7d7d7d;
	font-size: 12px;
	font-weight: 700;
	right: 230px;
    top: 10px;
}
.malla-desk .container-block-234 {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 400px;
	margin: 20px 0px 0px 0px; 
}

.malla-desk .container-block-234 span.linea-01 {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 100px;
	height: 1px;
	background-color: #7d7d7d;
	left: 245px;
    top: 7px;
}

.malla-desk .container-block-234 span.linea-02 {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 60px;
	height: 1px;
	background-color: #7d7d7d;
	right: 278px;
    top: 7px;
}


.malla-desk .container-block-234 .block-2, .malla-desk .container-block-234 .block-3, .malla-desk .container-block-234 .block-4{
	display: block;
	position: relative;
	overflow: hidden;
	width: 33.3333%;
	height: 400px;
	float: left;
}

.malla-desk .container-block-234 .block-2 h4.txt-1{
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	color: #7d7d7d;
	display: block;
	position: relative;
	margin: 0 auto;
}

.malla-desk .container-block-234 .block-2 span.linea01 {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 17px;
	height: 148px;
	left: 50%;
	margin-left: -8px;
	top: 44px;
}
.malla-desk .container-block-234 .block-2 p.porcen-1 {
	display: block;
	position: absolute;
	overflow: hidden;
	text-align: center;
	color: #7d7d7d;
	font-size: 12px;
	font-weight: 700;
	left: 100px;
    top: 110px;
}

.malla-desk .container-block-234 .block-2 p.porcen-2 {
	display: block;
	position: absolute;
	overflow: hidden;
	text-align: center;
	color: #7d7d7d;
	font-size: 12px;
	font-weight: 700;
	right: 116px;
    top: 110px;
}
.malla-desk .container-block-234 .block-2 .logo-block-2 {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 132px;
	top: 166px;
    left: 10px;
}
.malla-desk .container-block-234 .block-2 .logo-block-3 {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 132px;
	top: 156px;
    right: 5px;
}

.malla-desk .container-block-234 .block-3 span.linea01 {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 17px;
	height: 271px;
	left: 50%;
	margin-left: -8px;
	top: 44px;
}
.malla-desk .container-block-234 .block-3 h4.txt-1{
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	color: #7d7d7d;
	display: block;
	position: relative;
	margin: 0 auto;
}
.malla-desk .container-block-234 .block-3 p.porcen-1 {
	display: block;
	position: absolute;
	overflow: hidden;
	text-align: center;
	color: #7d7d7d;
	font-size: 12px;
	font-weight: 700;
	left: 108px;
    top: 110px;
}

.malla-desk .container-block-234 .block-3 p.porcen-2 {
	display: block;
	position: absolute;
	overflow: hidden;
	text-align: center;
	color: #7d7d7d;
	font-size: 12px;
	font-weight: 700;
	right: 106px;
    top: 110px;
}

.malla-desk .container-block-234 .block-3 .logo-block-4 {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 126px;
	top: 166px;
    left: 15px;
}
.malla-desk .container-block-234 .block-3 .logo-block-5 {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 130px;
	top: 165px;
    right: 35px;
}

.malla-desk .container-block-234 .block-3 p.porcen-3 {
	display: block;
	position: absolute;
	overflow: hidden;
	text-align: center;
	color: #7d7d7d;
	font-size: 12px;
	font-weight: 700;
	left: 108px;
    top:240px;
}

.malla-desk .container-block-234 .block-3 p.porcen-4 {
	display: block;
	position: absolute;
	overflow: hidden;
	text-align: center;
	color: #7d7d7d;
	font-size: 12px;
	font-weight: 700;
	right: 106px;
    top: 240px;
}

.malla-desk .container-block-234 .block-3 .logo-block-6 {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 95px;
	top: 287px;
    left: 51px;
}
.malla-desk .container-block-234 .block-3 .logo-block-7 {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 55px;
	top: 287px;
    right: 80px;
}
.malla-desk .container-block-234 .block-4 span.linea01 {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 17px;
	height: 271px;
	left: 50%;
	margin-left: -8px;
	top: 44px;
}
.malla-desk .container-block-234 .block-4 h4.txt-1{
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	color: #7d7d7d;
	display: block;
	position: relative;
	margin: 0 auto;
}
.malla-desk .container-block-234 .block-4 p.porcen-1 {
	display: block;
	position: absolute;
	overflow: hidden;
	text-align: center;
	color: #7d7d7d;
	font-size: 12px;
	font-weight: 700;
	right: 108px;
    top: 110px;
}

.malla-desk .container-block-234 .block-4 p.porcen-2 {
	display: block;
	position: absolute;
	overflow: hidden;
	text-align: center;
	color: #7d7d7d;
	font-size: 12px;
	font-weight: 700;
	right: 106px;
    top: 236px;
}

.malla-desk .container-block-234 .block-4 .logo-block-8 {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 112px;
	top: 166px;
    left: 24px;
}
.malla-desk .container-block-234 .block-4 .logo-block-9 {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 108px;
	top: 279px;
    right: 30px;
}

/*RESPON*/
.malla-respon {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 290px;
	margin: 30px auto 50px auto;
}

.malla-respon h4{
	font-weight: 700;
	font-size: 12px;
	text-align: center;
	color: #7d7d7d;
	display: block;
	position: relative;
	margin: 0 auto;
}
.malla-respon .block-1-respon {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 283px;
	margin-bottom: 24px;
}
.malla-respon .block-1-respon span.linea01 {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 83px;
	left: 46%;
	top: 30px;
}
.malla-respon .block-1-respon span.linea02{
	width: 17px;
    height: 69px;
    position: absolute;
    overflow: hidden;
    display: block;
    bottom: 0;
    left: 50%;
    margin-left: -11px;
}

.malla-respon .block-1-respon p.porcen-1 {
	display: block;
	position: absolute;
	overflow: hidden;
	text-align: center;
	color: #7d7d7d;
	font-size: 12px;
	font-weight: 700;
	right: 18px;
    top: 97px;
}
.malla-respon .block-1-respon p.porcen-2 {
	display: block;
	position: absolute;
	overflow: hidden;
	text-align: center;
	color: #7d7d7d;
	font-size: 12px;
	font-weight: 700;
	left: 83px;
    top: 57px;
}
.malla-respon .block-1-respon p.porcen-3 {
	display: block;
	position: absolute;
	overflow: hidden;
	text-align: center;
	color: #7d7d7d;
	font-size: 12px;
	font-weight: 700;
	right: 89px;
    top: 137px;
}
.malla-respon .block-1-respon .logo-block-1-respon {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 220px;
	left: 50%;
	margin-left: -110px;
    top: 180px;
}
.malla-respon .block-1-respon .logo-block-1-respon img {
	width: 100%;
}
.malla-respon .block-2-respon {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 428px;
	margin-bottom: 24px;
}
.malla-respon .block-2-respon span.linea01 {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 17px;
	left: 46%;
	top: 46px;
}


.malla-respon .block-2-respon p.porcen-1 {
	display: block;
	position: absolute;
	overflow: hidden;
	text-align: center;
	color: #7d7d7d;
	font-size: 12px;
	font-weight: 700;
	right: 98px;
    top: 114px;
}
.malla-respon .block-2-respon p.porcen-2 {
	display: block;
	position: absolute;
	overflow: hidden;
	text-align: center;
	color: #7d7d7d;
	font-size: 12px;
	font-weight: 700;
	left: 98px;
    top: 114px;
}
.malla-respon .block-2-respon .logo-block-1-respon {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 220px;
	left: 50%;
	margin-left: -110px;
    top: 180px;
}
.malla-respon .block-2-respon .logo-block-1-respon img {
	width: 100%;
}
.malla-respon .block-2-respon .logo-block-2-respon{
	display: block;
    position: absolute;
    overflow: hidden;
    width: 114px;
    top: 170px;
    left: 10px;
}
.malla-respon .block-2-respon .logo-block-2-respon img{
	width: 100%;
}
.malla-respon .block-2-respon .logo-block-2-3-respon{
	display: block;
    position: absolute;
    overflow: hidden;
    width: 130px;
    top: 165px;
    right: 0px;
}
.malla-respon .block-2-respon .logo-block-2-3-respon img{
	width: 100%;
}
.malla-respon .block-2-respon .logo-block-2-4-respon {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 89px;
	top: 287px;
    left: 36px;
}
.malla-respon .block-2-respon .logo-block-2-4-respon img{
	width: 100%;
}

.malla-respon .block-2-respon .logo-block-2-5-respon {
	display: block;
    position: absolute;
    overflow: hidden;
    width: 39px;
    top: 294px;
    right: 84px;
}
.malla-respon .block-2-respon .logo-block-2-5-respon img{
	width: 100%;
}

.malla-respon .block-3-respon {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 300px;
	margin-bottom: 24px;
}
.malla-respon .block-3-respon span.linea01 {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 17px;
	left: 46%;
	top: 30px;
}


.malla-respon .block-3-respon p.porcen-1 {
	display: block;
	position: absolute;
	overflow: hidden;
	text-align: center;
	color: #7d7d7d;
	font-size: 12px;
	font-weight: 700;
	right: 98px;
    top: 114px;
}
.malla-respon .block-3-respon p.porcen-2 {
	display: block;
	position: absolute;
	overflow: hidden;
	text-align: center;
	color: #7d7d7d;
	font-size: 12px;
	font-weight: 700;
	left: 98px;
    top: 114px;
}
.malla-respon .block-3-respon .logo-block-1-respon {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 220px;
	left: 50%;
	margin-left: -110px;
    top: 180px;
}
.malla-respon .block-3-respon .logo-block-1-respon img {
	width: 100%;
}
.malla-respon .block-3-respon .logo-block-3-respon{
	display: block;
    position: absolute;
    overflow: hidden;
    width: 114px;
    top: 170px;
    left: 10px;
}
.malla-respon .block-3-respon .logo-block-3-respon img{
	width: 100%;
}
.malla-respon .block-3-respon .logo-block-3-3-respon{
	display: block;
    position: absolute;
    overflow: hidden;
    width: 120px;
    top: 155px;
    left: 0px;
}
.malla-respon .block-3-respon .logo-block-3-3-respon img{
	width: 100%;
}
.malla-respon .block-3-respon .logo-block-3-4-respon {
	display: block;
    position: absolute;
    overflow: hidden;
    width: 89px;
    top: 151px;
    right: 36px;
}
.malla-respon .block-3-respon .logo-block-3-4-respon img{
	width: 100%;
}

.malla-respon .block-4-respon {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 320px;
	margin-bottom: 24px;
}
.malla-respon .block-4-respon span.linea01 {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 17px;
	left: 46%;
	top: 44px;
}


.malla-respon .block-4-respon p.porcen-1 {
	display: block;
	position: absolute;
	overflow: hidden;
	text-align: center;
	color: #7d7d7d;
	font-size: 12px;
	font-weight: 700;
	right: 98px;
    top: 114px;
}
.malla-respon .block-4-respon p.porcen-2 {
	display: block;
	position: absolute;
	overflow: hidden;
	text-align: center;
	color: #7d7d7d;
	font-size: 12px;
	font-weight: 700;
	right: 90px;
    top: 236px;
}
.malla-respon .block-4-respon .logo-block-1-respon {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 220px;
	left: 50%;
	margin-left: -110px;
    top: 180px;
}
.malla-respon .block-4-respon .logo-block-1-respon img {
	width: 100%;
}
.malla-respon .block-4-respon .logo-block-4-respon{
	display: block;
    position: absolute;
    overflow: hidden;
    width: 114px;
    top: 170px;
    left: 10px;
}
.malla-respon .block-4-respon .logo-block-4-respon img{
	width: 100%;
}
.malla-respon .block-4-respon .logo-block-4-3-respon{
	display: block;
    position: absolute;
    overflow: hidden;
    width: 100px;
    top: 166px;
    left: 20px;
}
.malla-respon .block-4-respon .logo-block-4-3-respon img{
	width: 100%;
}
.malla-respon .block-4-respon .logo-block-4-4-respon {
	display: block;
    position: absolute;
    overflow: hidden;
    width: 95px;
    top: 286px;
    right: 33px;
}
.malla-respon .block-4-respon .logo-block-4-4-respon img{
	width: 100%;
}


/*RESPON*/

/*MALLA*/



/*cobertura*/
.cobertura-car{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 700px;
}

.cobertura-car .cobertura-item{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 1200px;
	height: 700px;
	margin: 0 auto;
}
.cobertura-car .cobertura-item img{
	max-height: 700px;
	display: block;
	position: relative;
	margin: 0 auto;
}
.cobertura-car .owl-nav {
	position: absolute;
	top: 35%;
	width: 100%;
}

.cobertura-car .owl-nav .owl-prev {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 18px;
	height: 45px;
	background-color: red;
	left: 0;
	top: 0;
	background: url(../images/arrow-historia-left.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: 9000px;
	font-size: 0;
}

.cobertura-car .owl-nav .owl-next {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 18px;
	height: 45px;
	background-color: red;
	right: 0;
	top: 0;
	background: url(../images/arrow-historia-right.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: 9000px;
	font-size: 0;
}

.cobertura-car .owl-dots {
	display: block;
	position: absolute;
	left: 0;
	bottom: 8px;
	height: 2px;
	width: 100%;
	background: url(../images/bg-pdf-owl.png);
	background-size: 200px 2px;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
}

.cobertura-car .owl-dots .owl-dot {
	display: inline-block;
	position: relative;
	width: 6px;
	height: 6px;
	background-color: #828385;
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	top: -11px;
	margin: 0px 6px;
}

.cobertura-car .owl-dots .owl-dot.active {
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	top: -9px;
	margin: 0px 6px;
}

.mapas-mobile img{
	width: 100%;
	position: relative;
	overflow: hidden;
	display: block;
	margin: 20px auto;
	max-width: 400px;
}

.mapas-mobile span{
	display: block;
	position: relative;
	width: 40%;
	height: 1px;
	left: 30%;
	bottom: 0;
	background-color: #828385;
	margin: 30px 0px;
}

/*cobertura*/


/*Directorio*/
.foto-directorio{
	width:100%;
	display: block;
	position: relative;
	overflow: hidden;
	background-color: transparent;
}

.foto-directorio img{
	width: 100%;
}

.label-directorio{
	/*margin: 50px 20px 20px 55px;*/
    color: #737373;
    margin: 60px auto 0px;
    font-size: 12px;
    width: 100%;
    text-align: center;
}

ul.nombres-directorio{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 50px 0;
	padding: 0;
	text-align: center;
}

ul.nombres-directorio li{
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	color: #474747;
}

@media screen and (min-width: 768px){
	ul.nombres-directorio{
		/*margin: 150px 0;*/
		margin: 50px 0 150px 0;
	}

	ul.nombres-directorio li{
		display: inline-block;
		width: auto;
		font-size: 13px;
		margin: 0px 20px;
		overflow: visible;
	}
	ul.nombres-directorio li:before{
		content: " ";
		display: block;
		position: absolute;
		overflow: hidden;
		width: 5px;
		height: 5px;
		border: 1px solid #474747;
		background-color: transparent;
		left: -21px;
		top: 12px;
		transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		-moztransform:rotate(45deg);
	}

	ul.nombres-directorio li:first-child:before{
		display: none;
	}
}
/*Directorio*/



/**investor-kit**/

#cont_chart{
	padding: 0px;
	margin: 0px;
}
#cont_chart #chart_div{
	width: 100%;
	height: 450px;
	padding: 0px;
	margin: 0px;
}

#cont_chart h5{
	width: 100%;
    text-align: center;
    margin-top: -25px;
    font-weight: bolder;
    height: 6px;
}

#cont_chart label{
	width: 100%;
    text-align: center;
    margin-top: -56px;
    font-size: 12px;
    color:#929292;
}

#cont_chart h6{
    text-align: right;
    font-size: 11px;
    color: #727272;
    margin-right: 0px;
}

/**/

/*INVESTOR KIT*/
ul.descarga-kit{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 50px 0px;
	padding: 0px;
	list-style: none;
}

ul.descarga-kit li{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0px 0px 20px 0px;
}

ul.descarga-kit li span.doc-name{
	text-align: center;
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
}
ul.descarga-kit li span.ico-dw{
	text-align: center;
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}
ul.descarga-kit li span.btn-final-dw{
	width: 100%;
	margin: 0 auto;
	height: 30px;
	background-color: #515151;
	display: block;
	position: relative;
	overflow: hidden;
}
ul.descarga-kit li span.btn-final-dw a{
	color: #ffffff;
	text-align: left;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
}

ul.descarga-kit li span.btn-final-dw a img {
	display: block;
	position: absolute;
	overflow: hidden;
	top: 5px;
	right: 10px;
}
ul.descarga-kit li:last-child{
	border-top: 1px solid #515151;
}


@media screen and (min-width: 768px){

	ul.descarga-kit li span.doc-name{
		text-align: left;
		width: 80%;
		float: left;
	}
	ul.descarga-kit li span.ico-dw{
		text-align: center;
		width: 20%;
		float: left;
	}

	ul.descarga-kit li span.ico-dw img {
		float: right;
		right: 27px;
		position: relative;
	}
	ul.descarga-kit li span.btn-final-dw{
		display: block;
		float: right;
		width: 50%;
	}

	ul.descarga-kit li span.btn-final-dw a img {
		right: 27px;
	}
}
/*INVESTOR KIT*/


/*valores*/
.box-valores{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 250px;
	background-color: #00a0e0;
	margin-bottom: 30px;
}
.box-valores .box-top{
	display: table;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 120px;
	float: left;
}
.box-valores .box-top img{
	display: table-cell;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	width: 111px;
	float: left;
	margin: 20px;
}

.box-valores .box-top h3{
	display: table-cell;
	vertical-align: middle;
	position: relative;
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
}

.box-valores .box-txt{
	display: block;
	overflow: hidden;
	overflow: hidden;
	width: 80%;
	float: left;
}

.box-valores .box-txt p{
	position: relative;
	font-size: 14px;
	color: #fff;
	text-align: left;
	padding: 0px 20px 20px 20px;
}

@media screen and (max-width: 767px){
	.box-valores{
		height: auto;
	}
	.box-valores .box-top{
		display: block;
		height: auto;
	}
	.box-valores .box-top img{
		display: block;
		position: relative;
		overflow: hidden;
		width: 111px;
		float: none;
		margin: 20px auto;
	}

	.box-valores .box-top h3{
		display: block;
		width: 100%;
		text-align: center;
	}
	.box-valores .box-txt{
		width: 100%;
	}

	.box-valores .box-txt p{
		text-align: center;
	}

}
/*valores*/


/*EJECUTIVOS*/
.container-perfiles .ejecutivos .info-perfil a.btn-mas-eje{
	width: 62px;
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}
.container-perfiles .ejecutivos .info-perfil a.btn-mas-eje p{
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin-right: 5px;
	float: left;
	font-weight: 100!important;
}
.container-perfiles .ejecutivos .info-perfil a.btn-mas-eje span{
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 14px;
	height: 14px;
	float: left;
	background-color: #000;
	margin: 0 auto;
	color: #fff;
	font-size: 24px;
	padding: 0px;
	line-height: 14px;
}

a.volver-eje{
	display: block;
	position: absolute;
	overflow: visible;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	left: 55px;
    top: 100px;
	color: #212628;
	font-weight: bold;
}

a.volver-eje:before{
	content: " ";
    width: 20px;
    height: 16px;
    display: block;
    position: absolute;
    left: -27px;
    top: 2px;
    background: url(../images/arrow-volver-eje.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media screen and (min-width: 768px){
	a.volver-eje{
		left: 150px;
		top: 150px;
	}
}

/*NUESTROS NEGOCIOS*/
.marginTop100{
	padding-top: 100px;
}

.container-box-negocios .box-negocio{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 15px;
}

.container-box-negocios .box-negocio h3{
	position: relative;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin: 15px 0px;
	text-transform: uppercase;
}

.container-box-negocios .box-negocio ul{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 0px;
	text-align: center;
	list-style: none;
}
.container-box-negocios .box-negocio ul li{
	display: inline-block;
	overflow: visible;
	text-align: center;
	margin: 15px 0px;
	width: 100%;
	position: relative;
}


.container-box-negocios .box-negocio ul li:last-child:before{
	display: none;
}
.container-box-negocios .box-negocio ul li a{
	display: block;
	position: relative;
	overflow: hidden;
}
.container-box-negocios .box-negocio .img-box-negocio{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 150px;
}
.container-box-negocios .box-negocio .img-box-negocio span{
	display: none;
}
@media screen and (min-width: 768px){
	.container-box-negocios .box-negocio{
		width: 32%;
		float: left;
		margin-right: 2%;
		margin-bottom: 0px;
		border-bottom: 0px;
	}
	.container-box-negocios .box-negocio h3{
		font-size: 16px;
		min-height: 30px;
		margin: 30px 0px;
	}

	.container-box-negocios .box-negocio:last-child{
		margin-right: 0;
	}
	.container-box-negocios .box-negocio ul li{
		width: 30%;
		padding: 0px 2% 0px 0px;
		border-right: 1px solid #656565;
	}

	.container-box-negocios .box-negocio ul li:last-child{
		margin: 0px 0px 0px 0px;
		border-right: 0px;
	}
	.container-box-negocios .box-negocio ul li:nth-child(3){
		border-right: 0px;
	}
	.container-box-negocios .box-negocio ul li a{
		width: 100%;
	}

	.container-box-negocios .box-negocio ul li a img{
		width: 100%;
	}
	.container-box-negocios .box-negocio .img-box-negocio span{
		display: block;
		position: absolute;
		overflow: hidden;
		z-index: 30;
		background-color: #000;
		left: 0;
		top: 0;
		height: 0%;
		width: 100%;
		opacity: 0;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
	}
	.container-box-negocios .box-negocio .img-box-negocio:hover span{
		opacity: .4;
		height: 100%;
	}

}
@media screen and (min-width: 1200px){
	.container-box-negocios .box-negocio .img-box-negocio{
		height: 300px;
	}
}
/*NUESTROS NEGOCIOS*/



/*SEGMENTOS*/
.box-segmentos{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	border: 1px solid #7d7d7d;
	padding: 15px;
	margin-bottom: 15px;
}

.box-segmentos .col-logo{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	float: left;
}
.box-segmentos .col-logo .logo{
	display: block;
	position: relative;
	overflow: hidden;
	width: 200px;
	height: 90px;
	background-color: transparent;
	margin: 0 auto;
}

.box-segmentos .col-logo .logo img{
	width: 100%;
}


.box-segmentos .col-logo p {
	display: inline-block;
	position: relative;
	text-align: justify;
	margin: 15px 0;
}

.box-segmentos .col-datos{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	float: left;
}

.box-segmentos .col-datos  h4{
    width: 100%;
    margin: auto;
    text-align: center;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 90px;
}

.box-segmentos .col-datos ul{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

.box-segmentos .col-datos ul li{
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.box-segmentos .col-datos ul li span.img-datos{
	display: block;
	position: relative;
	overflow: hidden;
	width: 110px;
	margin: 0 auto;
	height: 90px;
	background-color: transparent;
}

.box-segmentos .col-datos ul li span.img-datos img{
	width: 100%;
}

.box-segmentos .col-datos ul li span.trabajadores{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.box-segmentos .col-datos ul li span.trabajadores p{
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

.box-segmentos .col-datos ul li span.valor{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #444;
}

.box-segmentos .col-datos ul li span.valor small{
	display: block;
	text-align: center;
	overflow: hidden;
	position: relative;
	width: 100%;
	font-size: 12px;
}

.box-segmentos .col-datos a.ver-mas,.box-segmentos .col-logo a.ver-mas-segmentos{
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 auto 30px auto;
	background-color: #00a1de;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 14px;
	color: #fff;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	padding-left: 25px;
	font-weight: bold;
	opacity: 1;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}

.box-segmentos .col-datos a.ver-mas:before,.box-segmentos .col-logo a.ver-mas-segmentos:before{
	content: ">>";
	display: inline-block;
	color: #fff;
	font-size: 20px;
	right: 10px;
    top: -1px;
	position: absolute;
	overflow: hidden;
}

@media screen and (min-width: 768px){
	.box-segmentos .col-datos ul li{
		width: 180px;
		min-height: 200px;
	}
}

@media screen and (min-width: 1200px){

	.box-segmentos{
		margin-bottom: 30px;
	}
	.box-segmentos .col-logo{
		width: 40%;
	}
	.box-segmentos .col-logo .logo{
		float: left;
	}
	.box-segmentos .col-datos{
		width: 60%;
	}


	.box-segmentos .col-datos ul{
		margin: 30px 0px 0px 0px;
	}

	.box-segmentos .col-datos ul li{
		width: 180px;
	}

	.box-segmentos .col-datos ul li span.trabajadores p{
		font-size: 14px;
	}

	.box-segmentos .col-datos a.ver-mas{
		float: right;
		right: 50px;
	}

	.box-segmentos .col-logo a.ver-mas-segmentos{
		float: right;
	}
}


/* LOGOS FOOTER */
.container-logos-footer{
	display: block;
	position: relative;
	overflow: hidden;
	width: 240px;
	margin: 0 auto;
}
.container-logos-footer .logos-footer{
	display: block;
	position: relative;
	overflow: hidden;
	width: 80px;
	float: left;
}

.container-logos-footer .logos-footer img{
	width: 100%;
}

@media screen and (min-width: 992px){
	.container-logos-footer{
		/*width: 786px;*/
		width: 600px;
	}
	.container-logos-footer .logos-footer{
		display: inline-block;
		/*width: 222px;*/
		width: 152px;
		margin: 0 20px;
	}
}


.padding-top-40{
padding-top: 40px;
}


/*FICHAS DIRECTORIO*/
.container-uno-directorio, .container-dos-directorio{
	display: block;
	position: relative;
	overflow: hidden;
}

.container-uno-directorio{
	width: 100%;
	margin: 0 auto;
}
.container-dos-directorio{
	width: 100%;
	margin: 0 auto;
}

.box-ficha-directorio{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}

.box-ficha-directorio h3{
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	display: inline-block;
}

.box-ficha-directorio h3:after{
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 1px;
	background-color: #474747;
}

.box-ficha-directorio h3:before{
	content: " ";
	display: block;
	position: absolute;
	left: -15px;
	top: -4px;
	background: url(../images/before-directorio.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 11px;
	height: 19px;
}

.box-ficha-directorio ul{
	display: block;
	position: relative;
	overflow: hidden;
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
.box-ficha-directorio ul li{
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 10px;
}

.box-ficha-directorio ul li.nombre{
	font-weight: bold;
}

@media screen and (min-width: 768px){
	.container-uno-directorio, .container-dos-directorio{
		text-align: center;
		margin-bottom: 70px;
	}
	.container-uno-directorio{
		margin-top: 50px;
	}
	.box-ficha-directorio{
		width: 150px;
		display: inline-block;
		margin: 0 5px;
		top: 0;
		vertical-align: top;
	}
}

@media screen and (min-width: 992px){
	.box-ficha-directorio{
		width: 150px;
		margin: 0 5px;
	}

	.box-ficha-directorio h3{
		font-size: 13px;
	}

	.box-ficha-directorio ul li{
		font-size: 12px;
	}
	.box-ficha-directorio h3:before{
		top: -1px;
	}
}
@media screen and (min-width: 1200px){
	.box-ficha-directorio{
		width: 180px;
		margin: 0 5px;
	}
}
/*FICHAS DIRECTORIO*/




/* Listado de Ejecutivos */

.listado_ejecutivos{
	position: relative;
	display: block;
	margin: 25px auto 100px auto;
	width: 90%;
	max-width: 835px;
	height: auto;
	overflow: hidden;
}
.listado_ejecutivos h2{
	position: relative;
	display: block;
	margin: 0px 0px 40px 0px;
	text-align: left;
	color: #7d7d7d;
	font-size: 32px;
}
.listado_ejecutivos .listado{
	position: relative;
	display: block;
	margin: 0px auto 40px auto;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.listado_ejecutivos .listado div{
	position: relative;
	display: block;
	margin: 0px;
	width: 100%;
	height: auto;
	background-color: #f9f9f9;
	overflow: hidden;
	padding: 20px 0px 20px 0px;
}
.listado_ejecutivos .listado div:nth-child(2n){
	background-color: #fff;
}
.listado_ejecutivos .listado div:first-child{
	background-color: #7d7d7d;
	margin-bottom: 20px;
	padding: 0px;
}
.listado_ejecutivos .listado div h3{
	position: relative;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 20px 0px 20px;
	background-color: #383839;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	font-weight: bold;
}
.listado_ejecutivos .listado div p{
	position: relative;
	display: block;
	margin: 0px 0px 5px 0px;
	color: #212628;
	font-size: 13px;
	line-height: 16px;
	padding: 0px 20px 0px 20px;
}
.listado_ejecutivos .listado:first-of-type div p{
	font-weight: bold;
}
.listado_ejecutivos .listado div p:first-child{
	color: #00a1de;
}
.listado_ejecutivos .listado div a{
	position: relative;
	display: block;
	margin: 20px 0px 5px 0px;
	color: #00a1de;
	font-size: 11px;
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	text-indent: 20px;
}
.listado_ejecutivos .listado div a:before{
	position: absolute;
	display: block;
	content: ' ';
	margin: 0px;
	top: 0px;
	width: 15px;
	height: 15px;
	background-image: url(../images/ico-mas.png);
	background-size: 15px;
	background-position: center center;
	background-repeat: no-repeat;
}
@media screen and (min-width: 768px){
	.listado_ejecutivos{
		margin-top: 100px;
	}
	.listado_ejecutivos .listado div{
		height: 30px;
		padding: 0px;
	}
	.listado_ejecutivos .listado div p{
		float: left;
		margin: 0px;
		padding: 0px;
		text-align: left;
		width: 55%;
		height: 30px;
		line-height: 30px;
	}
	.listado_ejecutivos .listado div p:first-child{
		width: 35%;
		text-indent: 20px;
	}
	.listado_ejecutivos .listado div a{
		float: right;
		width: 10%;
		height: 30px;
		line-height: 30px;
		margin-top: 0px;
		padding: 0px;
	}
	.listado_ejecutivos .listado div a:before{
		top: 7px;
	}
}


/* Single Ejecutivo */

.single_ejecutivo{
	position: relative;
	display: block;
	margin: 25px auto 100px auto;
	width: 90%;
	max-width: 925px;
	height: auto;
	overflow: hidden;
}
.single_ejecutivo h2{
	position: relative;
	display: block;
	margin: 0px 0px 20px 0px;
	text-align: left;
	color: #7d7d7d;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
}
.single_ejecutivo h2 span{
	display: block;
	font-weight: normal;
}
.single_ejecutivo .imagen{
	position: relative;
	display: block;
	margin: 0px auto 25px auto;
	width: 100%;
	max-width: 320px;
	height: auto;
	overflow: hidden;
}
.single_ejecutivo .imagen figure{
	position: relative;
	display: block;
	margin: 0px auto 25px auto; 
	width: 320px;
	height: 310px;
	overflow: hidden;
}
.single_ejecutivo .imagen p{
	position: relative;
	display: block;
	margin: 0px;
	text-align: right;
	color: #7d7d7d;
	font-size: 13px;
}
.single_ejecutivo .imagen p strong{
	display: block;
	font-weight: bold;
}
.single_ejecutivo .bio{
	position: relative;
	display: block;
	margin: 0px auto 0px auto;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.single_ejecutivo .bio p{
	position: relative;
	display: block;
	margin: 0px;
	font-size: 14px;
	line-height: 24px;
	color: #7d7d7d;
	text-align: justify;
}

.single_ejecutivo a.volver-eje{
	position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    top: 0px;
    clear: both;
    left: 0px;
    margin: 0px 0px 25px 30px;
    text-align: left;
}
@media screen and (min-width: 768px){
	.single_ejecutivo{
		margin-top: 110px;
	}
	.single_ejecutivo h2{
		font-size: 32px;
		height: 40px;
		line-height: 40px;
	}
	.single_ejecutivo h2 span{
		float: left;
		width: 320px;
		margin-right: 20px; 
		text-align: right;
		padding-right: 20px;
		border-right: 1px solid #7d7d7d;
	}
	.single_ejecutivo .imagen{
		float: left;
	}
	.single_ejecutivo .bio{
		float: right;
		width: 350px;
	}
}
@media screen and (min-width: 992px){
	.single_ejecutivo .bio{
		width: 550px;
	}
}
@media screen and (min-width: 1220px){
	.single_ejecutivo .bio{
		width: 580px;
	}
}