html,body{
	min-width: 320px;
	width:100%;
	padding: 0px;
	margin: 0px;
	background:#fff;
	-webkit-font-smoothing: antialiased;
	min-height: 100%;
	height: auto;
	font-family: "Open Sans", sans-serif;
	overflow-x: hidden;
}

@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');

@font-face {
	font-family: 'Material Symbols';
	src: url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
	unicode-range: U+1F300-1F5FF;
  }

  .material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
  }

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Regular.woff2') format('woff2'),
        url('../fonts/Jost-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost-italic';
    src: url('../fonts/Jost-Italic.woff2') format('woff2'),
        url('../fonts/Jost-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Jost-thin';
    src: url('../fonts/Jost-Thin.woff2') format('woff2'),
        url('../fonts/Jost-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Jost-light';
    src: url('../fonts/Jost-Light.woff2') format('woff2'),
        url('../fonts/Jost-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Jost-semibold';
    src: url('../fonts/Jost-SemiBold.woff2') format('woff2'),
        url('../fonts/Jost-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.imgLiquid{
	background-size: cover;
	background-position: 50% 50%!important;
	background-repeat: no-repeat!important;
}
.imgLiquid img{
	opacity: 0;
}
.owl-carousel{
  touch-action: manipulation!important; 
  -webkit-touch-action: manipulation!important; 
  -moz-touch-action: manipulation!important; 
  -o-touch-action: manipulation!important; 
}
button:active, button:focus{
	outline: none;
}
.box{
	display: table;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.box-inner{
	display: table-cell;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
	text-shadow: #00000050 0px 2px 7px;

}
h1{
	display: block;
	opacity: 1;
	position: relative;
	overflow: hidden;
	width: 100px;
	height: 40px;
	margin: 12px auto 0 15px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all ease .2s;
}
h1.menu{
	display: block;
	opacity: 1;
	position: relative;
	overflow: hidden;
	width: 125px;
  height: 52px;
	margin: 30px auto 0 auto;
	/*background: url(../images/logo.svg);*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
h1 a{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
}
h2{
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'Jost-light';
	color: #000;
}
h2 strong{
 color: #00468A;
 font-family: 'Jost-light';
}

h3 strong{
	font-family: 'Jost-light';
}

p{
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 200;
}
.nice-select{
	margin: 15px 0;
	float: left;
	background: #FCFCFC;
}
.buscador-desk{
	display: none;
}
a.btn-custom{
	display: block;
	position: relative;
	overflow: hidden;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	background: rgba(178, 147, 100, 1);
	border-radius: 2px;
	text-transform: uppercase;
	margin: 20px auto 20px -60px;
	float: left;
	left: 50%;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	border:  1px solid rgba(178, 147, 100, 1);
}
a.btn-custom:hover{
	background: #fff;
	border: 1px solid rgba(178, 147, 100, 1);
	color: rgba(178, 147, 100, 1);
}
.btn-ver-mas-blue{
	display: block;
	position: relative;
	overflow: hidden;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	background:#1895D3;
	border-radius: 2px;
	text-transform: uppercase;
	margin: 20px auto 20px -60px;
	float: left;
	left: 50%;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
.btn-ver-mas-blue:hover{
	background: #000;
}
/* hader */
header{
	display: block;
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 84px;
	left: 0;
	top: 0;
	z-index: 9;
	background: rgba(66, 65, 65, .75);
	border-top: 0;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
header.active{
	background: rgba(66, 65, 65, .9);
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	overflow: visible;
}
nav{
	display: block;
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 200;
	right: -100%;
	top: 0px;
	z-index: 8;
	background-color: #424141;
}
nav .acordion{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin: 5px auto;
}

nav .acordion a.header-acordion{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 40px;
	line-height: 35px;
	color: #fff;
	padding-left: 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	border-bottom: 1px solid rgba(0,0,0,.1);	
}
nav .acordion a.header-acordion span{
	display: block;
	position: absolute;
	overflow: hidden;
	background: #fff;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
nav .acordion a.header-acordion span:nth-child(1){
	width: 11px;
	height: 1px;
	right: 10px;
	top: 18px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
nav .acordion a.header-acordion span:nth-child(2){
	width: 1px;
	height: 11px;
	right: 23px;
	top: 13px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
nav .acordion a.header-acordion.active span:nth-child(1){
	width: 11px;
	height: 1px;
	right: 0;
	top: 18px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
nav .acordion a.header-acordion.active span:nth-child(2){
	width: 1px;
	height: 11px;
	right: 13px;
	top: 13px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
nav .acordion .contenido-acordion{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}
nav .acordion .contenido-acordion ul{
	padding: 0px;
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	list-style: none;
	margin: 0;
}
nav .acordion .contenido-acordion ul li{
	display: block;
	position: relative;
	overflow: hidden;
	width: 50%;
	float: left;
	padding: 0px 15px 0px 15px;
	margin: 2px 0;
}
nav .acordion .contenido-acordion ul li a{
	color: #fff;
	font-size: 14px;
	opacity: .5;
	text-transform: initial;
	border-bottom: 0px;
	text-decoration: none;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
nav .acordion .contenido-acordion ul li a:hover{
	opacity: .7;
}
nav a{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	height: 40px;
	line-height: 35px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 15px;
	border-bottom: 1px solid rgba(0,0,0,.1);	
}
nav .buscador-menu{
	display: block;
	position: relative;
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
	height: 50px;
	padding: 0;
}
nav a.ingles{
	text-decoration: none;
	color: #fff;
	text-align: center;
	border-bottom: 0px;
	margin-top: 20px;
}
nav .buscador-menu input{
	display: block;
	position: relative;
	overflow: hidden;
	width: 70%;
	height: 50px;
	border-bottom: 1px solid rgba(0,0,0,.1);	
	float: left;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	outline: none;
	background: transparent;
	font-style: italic;
	font-size: 12px;
	padding-left: 15px;
	padding-top: 20px;
	color: rgba(255, 255, 255, .5);
}
nav .buscador-menu a.ico-lupa{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 30px;
	height: 30px;
	right: 0;
	bottom: 10px;
	border-bottom: 0px;
}
nav .buscador-menu a.ico-lupa img{
	max-width: 16px;
	width: 100%;
}
nav a.link-solo{
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	text-decoration: none;
}
nav a.link-solo:hover{
	text-decoration: none;
	opacity: .5;
	color: #fff;
}
header button{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 40px;
	height: 40px;
	background-color: transparent;
	padding: 0;
	border: 0px;
	outline: none;
	float: right;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	z-index: 999;
	right: 10px;
	top: 12px;
}
header button span{
	display: block;
	position: relative;
	overflow: hidden;
	width: 30px;
	background-color: #fff;
	height: 3px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin: 4px auto 6px auto;
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
}
header button span:nth-child(1){
	width: 30px;
	float: right;
	margin-right: 5px;
}
header button.active span:nth-child(1){
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	top: 5px;
  width: 24px;
  left: -3px;
}
header button.active span:nth-child(2){
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	top: 14px;
  width: 24px;
  right: 8px;
  position: absolute;
}
header button.active span:nth-child(3){
	opacity: 0;
}
@media screen and (min-width: 992px){
	header button.burger{
		display: none;
	}
	header{
		height: 100px;
		border-top: 0;
		overflow: visible;
		background: rgba(66, 65, 65, .75);
	}
	header h1{
		top: 15px;
		left: 10%;
		width: 120px;
		height: 50px;
	}
	nav .box, nav .box-inner{
		overflow: visible;	
	}
	nav{
		right: 0;
		height: 100px;
		text-align: right;
		z-index: 9;
		width: 830px;
		background: transparent;
		overflow: visible;
		position: fixed;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
	}
	nav a.link-solo{
		width: auto;
		display: block;
		border-bottom: 0px;
		float: left;
		height: 44px;
		top: 26px;
		font-size: 10px;
		margin-left: 15px;
	}
	nav .acordion{
		width: 145px;
		text-align: right;
		display: block;
		overflow: visible;
		margin: 0 0 0 15px;
		top: 26px;
		height: 56px;
		float: left;
		/*width: 90%;*/
	}
	nav .acordion a.header-acordion{
		overflow: visible;
		border-bottom: 0px;
		padding-right: 30px;
		font-size: 10px;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
		height: 56px;
		white-space: nowrap;
	}
	nav .acordion a.header-acordion:hover{
		opacity: .5;
	}
	nav .acordion a.header-acordion span:nth-child(1){
		right: 0px;
		width: 8px;
		top: 17px;
	}
	nav .acordion a.header-acordion span:nth-child(2){
		right: 9px;
		height: 7px;
		top: 14px;
	}
	nav .acordion a.header-acordion:hover span:nth-child(1){
		right: 0px;
		width: 8px;
		top: 17px;
		transform: rotate(45deg);
	}
	nav .acordion a.header-acordion:hover span:nth-child(2){
		right: 9px;
		height: 7px;
		top: 14px;
		transform: rotate(45deg);
	}
	nav .acordion .contenido-acordion{
		height: 0;
		position: relative;
		/*overflow: visible;*/
		display: block;
		background: #424141;
		top: -5px;
		opacity: 0;
		width: 400%;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
		border-radius: 0 0 8px 8px;
	}
	nav .acordion:before{
		content: " ";
		opacity: 0;
		display: block;
		position: absolute;
		overflow: hidden;
		bottom: 0px;
		left: 57px;
		width: 0;
	    height: 0;
	    border-right: 10px solid transparent;
	    border-top: 10px solid transparent;
	    border-left: 10px solid transparent;
	    border-bottom: 10px solid #424141;
	}
	nav .acordion:hover:before{
		content: " ";
		opacity: 1;
		display: block;
		position: absolute;
		overflow: hidden;
		bottom: 0px;
		left: 57px;
		width: 0;
	    height: 0;
	    border-right: 10px solid transparent;
	    border-top: 10px solid transparent;
	    border-left: 10px solid transparent;
	    border-bottom: 10px solid #424141;
	}

	nav.active .acordion:before{
		bottom: 5px;
	}
	nav.active .acordion:hover:before{
		bottom: 5px;
	}
	
	nav .acordion:hover .contenido-acordion{ 
		height: auto;
		opacity: 1;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
	}
	nav .acordion .contenido-acordion ul{
		width: 100%;
	}
	nav .acordion .contenido-acordion ul li{
		display: block;
		width: 50%;
		text-align: left;
		padding: 0px 15px 0px 15px;
		margin: 2px 0;
		float: left;
	}
	nav .acordion .contenido-acordion ul li a{
		opacity: 1;
	}
	nav .acordion .contenido-acordion ul li a:hover{
		opacity: .5;
	}
	nav .buscador-menu{
		width: 80px;
		display: block;
		position: absolute;
		right: 15px;
		top: 44px;
		height: 90px;
		margin-left: 15px;
	}
	nav .buscador-menu input{
		display: none;
	}
	nav a.ingles{
		display: block;
		position: relative;
		overflow: hidden;
		width: auto;
		float: left;
		height: 44px;
		top: 5px;
		margin-left: 60px;
	}
	nav .buscador-menu a.ico-lupa{
		position: relative;
		width: 40px;
		height: 90px;
		right: 0;
		bottom: 0;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
		opacity: 1;
	}
	nav .buscador-menu a.ico-lupa:hover{
		opacity: .4;
	}

	/*active*/
	header.active{
		height: 70px;
		background: rgba(66, 65, 65, .9);
	}
	header.active h1{
		top: -2px;
	}
	nav.active{
		height: 70px;
	}
	nav.active a.link-solo{
		top: 16px;
	}
	nav.active .acordion{
		top: 16px;
	}
	nav.active .acordion .contenido-acordion{
		top: -10px;
	}
	nav .acordion .contenido-acordion:before{
		content: " ";
		display: block;
		position: absolute;
		overflow: hidden;
		top: -20px;
		left: 57px;
		width: 0;
	    height: 0;
	    border-right: 10px solid transparent;
	    border-top: 10px solid transparent;
	    border-left: 10px solid transparent;
	    border-bottom: 10px solid #424141;
	}

	
	nav .acordion:hover .contenido-acordion{ 
		height: auto;
		opacity: 1;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
	}
	nav .acordion .contenido-acordion ul{
		width: 100%;
	}
	nav .acordion .contenido-acordion ul li{
		display: block;
		width: 50%;
		text-align: left;
		padding: 0px 15px 0px 15px;
		margin: 2px 0;
		float: left;
	}
	nav .acordion .contenido-acordion ul li a{
		opacity: 1;
	}
	nav .acordion .contenido-acordion ul li a:hover{
		opacity: .5;
	}
	nav .buscador-menu{
		width: 80px;
		display: block;
		position: absolute;
		right: 15px;
		top: 44px;
		height: 90px;
		margin-left: 15px;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
	}
	nav.active .buscador-menu{
		top: 14px;
	}
	nav .buscador-menu input{
		display: none;
	}
	nav a.ingles{
		display: block;
		position: relative;
		overflow: hidden;
		width: auto;
		float: left;
		height: 44px;
		top: 5px;
		margin-left: 60px;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
	}
	nav.active a.ingles{
		top: -5px;
	}
	nav .buscador-menu a.ico-lupa{
		position: relative;
		width: 40px;
		height: 90px;
		right: 0;
		bottom: 0;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
		opacity: 1;
	}
	nav .buscador-menu a.ico-lupa:hover{
		opacity: .4;
	}
	/*active end*/
}

@media screen and (min-width: 1200px){
	nav{
		width: 1000px;
	}
	nav a.link-solo{
		font-size: 14px;
	}
	nav .acordion a.header-acordion{
		font-size: 14px;
	}
	nav .acordion a.header-acordion:hover{
		opacity: .5;
	}
}
/* hader end */

/*  */
@media screen and (min-width: 992px){
	.buscador-desk{
		display: none;
		position: fixed;
		overflow: hidden;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, .5) ;
		backdrop-filter: blur(3px);
		z-index: 99;
		opacity: 0;
	}
	.buscador-desk .buscador-modal{
		display: block;
		position: relative;
		overflow: visible;
		width: 320px;
		left: 50%;
		margin-left: -160px;
		top: 50%;
		margin-top: -25px;
		height: 50px;
		background: #000;
		border-radius: 30px;
	}
	.buscador-desk .buscador-modal input{
		display: block;
		position: relative;
		overflow: hidden;
		width: 80%;
		height: 30px;
		border-bottom: 0px;
		float: left;
		border-left: 0px;
		border-right: 0px;
		border-top: 0px;
		outline: none;
		background: transparent;
		font-style: italic;
		font-size: 14px;
		padding-left: 15px;
		padding-top: 0;
		margin-top: 10px;
		color: rgba(255, 255, 255, .5);
	}
	.buscador-desk .buscador-modal a.ico-lupa{
		display: block;
		position: absolute;
		overflow: hidden;
		width: 40px;
		height: 40px;
		right: 5px;
		top: 5px;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
		opacity: 1;
	}
	.buscador-desk .buscador-modal a.ico-lupa:hover{
		opacity: .4;
	}
	.buscador-desk .buscador-modal a.ico-lupa img{
		width: 100%;
	}
	.buscador-desk .buscador-modal a.cerrar-buscador{
		display: block;
		position: absolute;
		overflow: hidden;
		width: 20px;
		height: 20px;
		background: #1895D3;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		left: 0;
		top: -10px;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
	}
	.buscador-desk .buscador-modal a.cerrar-buscador:hover{
		transform: rotate(180deg);
	}
	.buscador-desk .buscador-modal a.cerrar-buscador span{
		display: block;
		position: relative;
		overflow: hidden;
		width: 10px;
		height: 2px;
		background: #fff;
	}
	.buscador-desk .buscador-modal a.cerrar-buscador span:nth-child(1){
		left: 5px;
		top: 9px;
		transform: rotate(45deg);
	}
	.buscador-desk .buscador-modal a.cerrar-buscador span:nth-child(2){
		left: 5px;
		top: 7px;
		transform: rotate(-45deg);
	
	}
}
/* buscador - end */

/* footer */
footer{
	padding: 30px 0 0 0;
	background: #424141;
	margin-bottom: 8 		0px;
}
footer a.logo{
	display: block;
	position: relative;
	overflow: hidden;
	width: 120px;
	margin: 0 auto 50px auto;
}
footer ul.list-icon{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
footer ul.list-icon li{
	display: block;
	position: relative;
	overflow: hidden;
	width: 50%;
	color: #fff;
	float: left;
	font-size: 14px;
	padding-right: 15px;
}
footer ul.list-icon li p{
	font-size: 14px;
	opacity: .6;
	margin: 10px 0;
}
footer ul.list-icon span.dire{
	padding-left: 24px;
	display: block;
}
footer ul.list-icon span.dire img{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 18px;
	left: 0px;
}
footer .como-llegar{
	padding-left: 24px;
}
footer ul.list-icon li a{
	display: block;
	position: relative;
	overflow: hidden;
	width: 20px;
	float: left;
	margin-right: 10px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
footer ul.list-icon li a:hover{
	opacity: .4;
}
footer ul.list-icon li a img{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}
footer ul.list-icon li span.tel{
	display: flex;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 15px;
}
footer ul.list-icon li span.tel a{
	width: auto;
	color: #FFFFFF;
	margin-right: 5px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
footer ul.list-icon li span.tel a:hover{
	text-decoration: underline;
}
footer ul.list-icon li span.tel img{
	width: 20px;
	margin-right: 5px;
}
footer ul.list-icon li a.mail{
	display: flex;
}
footer ul.list-icon li a.mail{
	width: auto;
	position: relative;
	overflow: hidden;
	width: 100%;
	color: #fff;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
footer ul.list-icon li .mail a:hover{
	opacity: .7;
	text-decoration: underline;
}
footer ul.list-icon li .mail img{
	width: 20px;
	margin-right: 10px;
	display: inline-block;
}
footer .denuncias a{
	font-weight: 700;
	text-decoration: underline !important;
}
footer ul.list-footer{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 0;
	list-style: none;
}
footer ul.list-footer li{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 10px 0;
	padding: 0;
}
footer ul.list-footer li a{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
footer ul.list-footer li a:hover{
	opacity: .7;
}
footer .caja-news{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}
footer p{
	font-family: "Open Sans", sans-serif;
}
footer .caja-news p{
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}
footer .caja-news .news{
	display: block;
	position: relative;
	overflow: hidden;
	width: 90%;
	height: 50px;
	margin: 0 auto;
	background: #646262;
}
footer .caja-news .news input{
	display: block;
	position: relative;
	overflow: hidden;
	height: 50px;
	padding: 0 10px;
	width: calc(100% - 60px);
	background: transparent;
	border: 0px;
	color: #fff;
	outline: none;
}
footer .caja-news .news input::placeholder{
	color: #fff;
}
footer .caja-news .news a.btn-news{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 52px;
	height: 42px;
	background: #1895D3;
	top: 4px;
	right: 4px;
	background-image:url(../images/arrow-news-footer.svg);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	opacity: 1;
}
footer .caja-news .news a.btn-news:hover{
	opacity: .7;
}
footer .caja-news ul.rrss-footer{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 10px auto 0 auto;
	float: center;
	padding: 0;
	text-align: center;
}
footer .caja-news ul.rrss-footer li{
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin: 0 4px;
}
footer .caja-news ul.rrss-footer li a{
	display: block;
	position: relative;
	overflow: hidden;
	width: 20px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
footer .caja-news ul.rrss-footer li a img{
	width: 100%;
}
footer .caja-news p{
	margin-top: 0;
}
footer .caja-news ul.rrss-footer li a:hover{
	opacity: .4;
}
footer .bajada-footer p{
	text-align: center;
	color: #fff;
	font-size: 12px;
	margin: 20px auto 20px auto;
	border-top: 1px solid #5D5D5D;
	padding-top: 15px;
}
footer .arrow-top{
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 2;
}
footer .arrow-top .arrow-top-link{
	display: block;
	position: relative;
	overflow: hidden;
	width: 50px;
	height: 50px;
	background: url(../images/arrow-top.svg);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #00468A;
	float: right;
	margin: 15px;
}
footer img.loading{
	display: none;
	position: relative;
	overflow: hidden;
	opacity: 0;
	width: 45px;
	height: 45px;
	margin:  5px auto 0 auto;
	left: 50%;
	margin-left: -22px;
}
footer .exito-news{
	display: none;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 45px;
	margin: 21px auto 0 auto;
	text-align: center;
	opacity: 0;
}
footer .exito-news p{
	font-size: 14px;
	font-weight: 600;
	color: #1895D3;
	font-weight: bold;
}
footer .sellos-footer{
	text-align: center;
	margin-top: 10px;
}
@media screen and (min-width: 768px){
	footer{
		padding: 40px 0 0 0;
		background: #424141;
	}
	footer a.logo{
		width: 140px;
		margin: 0 auto 40px 0;
		float: left;
	}
	footer .caja-news ul.rrss-footer{
		text-align: left;
	}
	footer ul.list-icon li{
		width: 100%;
		font-size: 14px;
	}
	footer ul.list-icon li:first-child{
		margin-top: 5px;
		margin-bottom: 30px;
	}
	footer ul.list-icon li p{
		font-size: 14px;
	}
	footer .caja-news p{
		font-size: 14px;
		text-align: left;
	}
	footer .caja-news .news{
		width: 100%;
		height: 50px;
	}
	footer ul li.canal-denuncias a{
		font-weight: bold;
		text-decoration: underline !important;
	}
	footer p.bajada-footer{
		margin-top: 40px;
		padding-top: 20px;
	}
	footer .sellos-footer{
		text-align: left;
	}
}
/* footer end */

h2.title-section-one{
	text-transform: uppercase;
	font-family: 'Jost-light';
	color: #000;
	margin: 20px 0;
	padding-bottom: 20px;
	position: relative;
}
h2.title-section-one strong{
 	color: #00468A;
 	font-family: 'Jost-light';
 	font-weight: 600;
}
h2.title-section-one:before{
	content: " ";
	display: block;
	position: absolute;
	overflow: hidden;
	width: 100px;
	height: 2px;
	background: #1895D3;
	left: 0;
	bottom: 0px;
}
a.btn-custom-blue{
	display: block;
	position: relative;
	overflow: hidden;
	width: 220px;
	margin: 20px auto;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-weight: 600;
	background: #1895D3;
	text-align: center;
	font-size: 14px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	text-decoration: none;
	text-transform: uppercase;
}
a.btn-custom-blue:hover{
	background: #000;
	text-decoration: none;
}
/* big-banner */
section.big-banner{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 500px;
	margin-top: 0;
	background: #000;
}
section.big-banner .owl-big-banner{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 500px;
}
section.big-banner .owl-big-banner figure{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 500px;
	margin: 0;
	padding: 0;
	opacity: .8;
}
section.big-banner .owl-big-banner .owl-dots{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 15px;
	z-index: 2;
	left: 0;
	bottom: 0;
}
section.big-banner .owl-big-banner .owl-dots .owl-dot{
	display: block;
	position: relative;
	overflow: hidden;
	height: 15px;
	float: left;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	background: rgba(255, 255, 255, .5);
	border-right: 1px solid rgba(0, 0, 0, .2);
}
section.big-banner .owl-big-banner .owl-dots .owl-dot.active{
	background: #1895D3;
}
section.big-banner .txt-banner{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 90%;
	height: 100%;
	left: 15px;
	bottom: 15px;
	z-index: 2;
	padding-top: 80px;
}
section.big-banner .txt-banner h2{
	color: #fff;
	font-family: "Open Sans", sans-serif;
	text-align: left;
	font-weight: 700;
}
section.big-banner .txt-banner p{
	color: #fff;
	text-align: left;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}
section.big-banner .txt-banner a{
	float: left;
	margin-bottom: 0;
}
/* big-banner end */

/* intro-txt */
section.intro-txt a.play{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 70px;
	height: 70px;
	border-radius: 50px;
	top: 47%;
	right: 10%;
	z-index: 2;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	background-color: rgb(24, 149, 211,.7);
	align-content: center;
	font-size: 11px;
	color: #fff;
	text-align: center;
	border:2px solid #fff;
}
section.intro-txt a.play:hover{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

section.intro-txt p{
	font-family: "Open Sans", sans-serif !important;
	font-size: 16px !important;
}
figure.foto-100{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
figure.foto-100 img{
	width: 100%;
}
.intro-txt .destacado01{
	max-width: auto;
	position: relative;
	right: 0;
	max-width: 90%;
}
.intro-txt .destacado02{
	position: absolute;
    max-width: 200px;
    top: 35%;
    left: 5px;
}
.intro-txt a.btn-custom-blue{
	margin: 150px auto 0 auto;
}
/* intro-txt */

/* nustros servicios */

.servicios{
	margin-top: 10px;
}
h2.title-section-two{
	text-transform: uppercase;
	font-family: 'Jost-light';
	color: #000;
	margin: 20px 0;
	padding: 0;
	position: relative;
	text-align: center;
}
h2.title-section-two strong{
 color: #00468A;
 font-family: 'Jost-light';
}
h2.title-section-two small{
	display: block;
	font-size: 14px;
}
section.servicios p{
	text-align: left;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-size: 16px;
}
section.servicios p strong{
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-style: italic;
}
section.servicios a.box-servicio{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 350px;
	background: #000;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	margin-bottom: 15px;
}
section.servicios a.box-servicio .hover-info{
	display: none;
}
section.servicios a.box-servicio figure{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	opacity: .8;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
section.servicios a.box-servicio:hover figure{
	opacity: 1;
	width: 110%;
	height: 110%;
	left: -5%;
	top: -5%;
}
section.servicios a.box-servicio .box-txt{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 2;
	margin: 0 auto 30px auto;
}
section.servicios a.box-servicio .box-txt h3{
	color: #fff;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 25px;
}
section.servicios a.box-servicio .box-txt h3:before{
	content: " ";
	display: block;
	position: absolute;
	overflow: hidden;
	width: 50px;
	height: 2px;
	background: #fff;
	left: 50%;
	margin-left: -25px;
	bottom: 0;
}
/* nustros servicios end */

/* nuestras cifras */
section.nuestras-cifras{
	background: url(../images/bg-cifras.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0 0 30px 0;
}
section.nuestras-cifras .owl-cifras{
	display: block;
	position: relative;
	overflow: visible;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
section.nuestras-cifras .owl-cifras .box-cifras{
	display: block;
	position: relative;
	overflow: hidden;
	width: 260px;
	margin: 0 auto;
	border: 1px solid #f1f1f1;
	padding: 30px;
	background: rgba(255, 255, 255, .6);
}
section.nuestras-cifras .owl-cifras .box-cifras img{
	display: block;
	position: relative;
	overflow: hidden;
	width: 50px;
	margin: 0 auto 10px auto;
}
section.nuestras-cifras .owl-cifras.box-cifras span.number-count{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	text-align: center;
	color: #022046;
	font-size: 30px;
	font-family: 'Jost-semibold';
}
section.nuestras-cifras .owl-cifras .box-cifras h5{
	color: #022046;
	font-size: 18px;
}
.owl-cifras .owl-nav{
	display: block;
	position: absolute;
	overflow: visible;
	height: 0;
	left: 0;
	top: 50%;
	margin-top: -60px;
	width: 100%;
}
.owl-cifras .owl-nav .owl-prev{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 20px;
	height: 60px;
	left: -40px;
	background: url(../images/arrow-left.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9000px;
}
.owl-cifras .owl-nav .owl-next{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 20px;
	height: 60px;
	right: -40px;
	background: url(../images/arrow-right.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9000px;
}
.owl-cifras .owl-dots{
	display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 30px;
    text-align: center;
    left: 0;
    bottom: 0;
    margin-top: 30px;
}
.owl-cifras .owl-dots .owl-dot{
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #fff;
	margin: 0 4px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
.owl-cifras .owl-dots .owl-dot.active{
	background: #00468A;
	width: 14px;
	height: 14px;
	top: 2px;
}
/* nuestras cifras end */

/* sostebilidad */
.owl-sostenibilidad{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 720px;
	margin-top: 20px;
}
.owl-sostenibilidad .item{
	height: 720px;
}
.owl-sostenibilidad figure{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 720px;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	z-index: 1;
}
.owl-sostenibilidad figure.imgLiquid{
	background-size: cover;
}
.owl-sostenibilidad h3{
	position: relative;
	text-align: center;
	color: #fff;
	z-index: 2;
	font-size: 24px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.owl-sostenibilidad h3:before{
	content: " ";
	display: block;
	position: absolute;
	overflow: hidden;
	width: 100px;
	height: 2px;
	left: 50%;
	margin-left: -50px;
	background: #7CBB48;
	bottom: -25px;
}
.owl-sostenibilidad p{
	font-family: "Open Sans", sans-serif;
	font-size: 24px;
	position: relative;
	text-align: center;
	color: #fff;
	z-index: 2;
	padding: 0 10%;
	font-weight: 300;
}
.owl-sostenibilidad p strong{
	font-weight: 700;
}
.owl-sostenibilidad a{
	z-index: 2;
	margin: 50px auto;

}
.owl-sostenibilidad .owl-dots{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 30px;
	text-align: center;
	left: 0;
	bottom: 15px;
}
.owl-sostenibilidad .owl-dots .owl-dot{
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #fff;
	margin: 0 4px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
.owl-sostenibilidad .owl-dots .owl-dot.active{
	background: #00468A;
	width: 14px;
	height: 14px;
	top: 2px;
}
/* sostentabilidad end */

/* revistas */
.owl-revistas{
	display: block;
	position: relative;
	overflow: visible;
	width: 150%;
}
.owl-revistas .revistas a{
	transition:  all ease .4s;
	-webkit-transition:  all ease .4s;
	-moz-transition:  all ease .4s;
	opacity: 1;
}
.owl-revistas .revistas a:hover{
	opacity: .7;
	text-decoration: none;
}
.owl-revistas figure{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 300px;
}
.owl-revistas h3{
	text-align: left;
	font-size: 18px;
	text-transform: uppercase;
}
.owl-revistas .owl-dots{
	display: block;
	position: relative;
	overflow: hidden;
	width: 40%;
	margin: 20px 0 0 13%;
	height: 30px;
	text-align: center;
	left: 0;
	bottom: 15px;
}
.owl-revistas .owl-dots .owl-dot{
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #AEAEB2;
	margin: 0 4px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
.owl-revistas .owl-dots .owl-dot.active{
	background: #00468A;
	width: 14px;
	height: 14px;
	top: 2px;
}
.owl-revistas .owl-nav{
	display: block;
	position: absolute;
	overflow: visible;
	height: 0;
	left: 0;
	top: 50%;
	margin-top: -60px;
	width: 100%;
}
.owl-revistas .owl-nav .owl-prev{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 20px;
	height: 60px;
	left: -40px;
	background: url(../images/arrow-left.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9000px;
}
.owl-revistas .owl-nav .owl-next{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 20px;
	height: 60px;
	right: -40px;
	background: url(../images/arrow-right.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9000px;
}
/* revistas end */

/* cultura */
.owl-cultura{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
}
.owl-cultura .item{
	height: auto;
}
.owl-cultura figure{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	z-index: 1;
}
.owl-cultura h3{
	position: relative;
	text-align: center;
	color: #fff;
	z-index: 2;
	font-size: 24px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.owl-cultura h3:before{
	content: " ";
	display: block;
	position: absolute;
	overflow: hidden;
	width: 100px;
	height: 2px;
	left: 50%;
	margin-left: -50px;
	background: #1895D3;
	bottom: -25px;
}
.owl-cultura p{
	font-family: "Open Sans", sans-serif;
	position: relative;
	text-align: center;
	color: #fff;
	z-index: 2;
	padding: 0 10%;
	font-size: 24px;
}
.owl-cultura a{
	z-index: 2;
	margin: 50px auto;

}
.owl-cultura .owl-dots{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 30px;
	text-align: center;
	left: 0;
	bottom: 15px;
}
.owl-cultura .owl-dots .owl-dot{
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #fff;
	margin: 0 4px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
.owl-cultura .owl-dots .owl-dot.active{
	background: #00468A;
	width: 14px;
	height: 14px;
	top: 2px;
}
/* cultura end */

/* noticias */
.owl-noticias{
	display: block;
	position: relative;
	overflow: hidden;
	width: 150%;
}
.owl-noticias figure{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 300px;
}
.owl-noticias h3{
	text-align: left;
	font-size: 18px;
	text-transform: uppercase;
}
.owl-noticias .owl-dots{
	display: block;
	position: relative;
	overflow: hidden;
	width: 40%;
	margin: 20px 0 0 13%;
	height: 30px;
	text-align: center;
	left: 0;
	bottom: 0px;
}
.owl-noticias .owl-dots .owl-dot{
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #AEAEB2;
	margin: 0 4px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
.owl-noticias .owl-dots .owl-dot.active{
	background: #00468A;
	width: 14px;
	height: 14px;
	top: 2px;
}
.box-noticias{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	border-bottom: 2px solid #1895D3;
	border-top: 2px solid #1895D3;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
}
.box-noticias figure{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 200px;
	margin: 0 0 10px 0;
	padding: 0;
}
.box-noticias h4{
	font-size: 14px;
	opacity: .6;
	position: relative;
	padding-bottom: 20px;
	padding: 0 15px 15px 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 200!important;
}
.box-noticias h4:before{
	content: " ";
	display: block;
	position: absolute;
	overflow: hidden;
	width: 50px;
	height: 1px;
	background: #00468A;
	left: 15px;
	bottom: 5px;
}
.box-noticias h5{
	font-size: 12px;
	opacity: .6;
	width: 100%;
	padding: 0 15px;
}
.box-noticias h3{
	font-size: 18px;
	position: relative;
	padding: 0 15px 15px 15px;
	text-transform: initial;
}
.box-noticias h3:after{
	content: " ";
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0px;
	border-bottom: 1px dotted #1895D3;
	bottom: -10px;
}
.box-noticias p{
	padding: 0 15px;
}
.box-noticias a.leer{
	display: block;
	position: relative;
	padding: 0 15px 15px 15px;
	color: #1895D3;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	text-decoration: none;
}
.box-noticias a.leer:hover{
	opacity: .5;
	text-decoration: ;
}
/* noticias end */


.box-politicas {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.box-politicas figure{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
}
.box-politicas h4{
	font-size: 14px;
	opacity: .6;
	position: relative;
	padding-bottom: 20px;
	padding: 0 15px 15px 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 200!important;
}
.box-politicas h4:before{
	content: " ";
	display: block;
	position: absolute;
	overflow: hidden;
	width: 50px;
	height: 1px;
	background: #00468A;
	left: 15px;
	bottom: 5px;
}
.box-politicas h5{
	font-size: 12px;
	opacity: .6;
	width: 100%;
	padding: 0 15px;
}
.box-politicas h3{
	font-size: 18px;
	position: relative;
	padding: 0 15px 15px 15px;
	text-transform: initial;
}
.box-politicas h3:after{
	content: " ";
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0px;
	border-bottom: 1px dotted #1895D3;
	bottom: -10px;
}
.box-politicas p{
	padding: 0 15px;
}
.box-politicas a.leer{
	display: block;
	position: relative;
	padding: 0 15px 15px 15px;
	color: #000;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	text-decoration: none;
	padding: 5px;
	border:1px solid #999;
	text-align: center;
	font-size: 12px;
	width: 75%;
	margin: 0 auto;
	margin-bottom: 20px;
	height: 45px;
	align-content: center;
}
.box-politicas a.leer:hover{
	opacity: .5;
	text-decoration: ;
}


/* servicios */

.servicios-slider{
	background-color: #F2F2F3;
	padding: 40px 0 100px 0;
}
.owl-servicios{
	display: block;
	position: relative;
	overflow: hidden;
	width: 150%;
}
.owl-servicios figure{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 300px;
}
.owl-servicios h3{
	text-align: left;
	font-size: 18px;
	text-transform: uppercase;
}
.owl-servicios .owl-dots{
	display: block;
	position: relative;
	overflow: hidden;
	width: 40%;
	margin: 20px 0 0 13%;
	height: 30px;
	text-align: center;
	left: 0;
	bottom: 0px;
}
.owl-servicios .owl-dots .owl-dot{
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #AEAEB2;
	margin: 0 4px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
.owl-servicios .owl-dots .owl-dot.active{
	background: #00468A;
	width: 14px;
	height: 14px;
	top: 2px;
}
.box-servicios{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	background-color: #FFFFFF;
}
.box-servicios figure{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 200px;
	margin: 0 0 10px 0;
	padding: 0;
}
.box-servicios h4{
	font-size: 22px !important;
	position: relative;
	padding-bottom: 0px !important;
	padding: 0 15px 0px 15px !important;
	font-family: 'Jost-light';
	font-weight: 200!important;
	color:#00468A;
	margin: 35px 0 15px 0 !important;
}
.box-servicios p{
	padding: 0 15px;
	margin-top: 0px !important;
}
.box-servicios a.leer{
	display: block;
	position: relative;
	padding: 0 15px 15px 15px;
	color: #1895D3;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	text-decoration: none;
}
.box-servicios a.leer:hover{
	opacity: .5;
	text-decoration: ;
}
.box-servicios a.leer img{
	float: right;
}
/* servicios end */

/* clientes */

section.nuestros-clientes{
	background: #F2F3F5;
	padding: 50px 0 70px 0;
}
section.nuestros-clientes p{
	font-size: 16px;
	text-align: center;
}
.owl-clientes{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 30px auto;
}
.owl-clientes img{
	display: block;
	position: relative;
	overflow: hidden;
	height: 50px;
	margin: 0 auto;
}
.owl-clientes .owl-dots{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 30px auto 0 auto;
	height: 30px;
	text-align: center;
	left: 0;
	bottom: 0px;
}
.owl-clientes .owl-dots .owl-dot{
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #AEAEB2;
	margin: 0 4px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
.owl-clientes .owl-dots .owl-dot.active{
	background: #00468A;
	width: 14px;
	height: 14px;
	top: 2px;
}
/* clientes end */

/* grupo */
section.grupo-emin{
	padding: 50px 0;
}
section.grupo-emin ul{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
section.grupo-emin ul li{
	display: block;
	position: relative;
	overflow: hidden;
	width: 50%;
	height: 60px;
	margin: 15px 0;
	float: left;
}
section.grupo-emin ul li img{
	display: block;
	position: relative;
	overflow: hidden;
	width: 40%;
	margin: 0 auto;
	padding: 0;
}
@media screen and (min-width: 768px){
	section.grupo-emin{
		padding: 100px 0;
	}
}
/* grupo end */

@media screen and (min-width: 768px){
	p{
		font-size: 14px;
	}
	h2{
		font-size: 42px;
	}
	/* big-banner */
	section.big-banner{
		height: 773px;
		margin-top: 0;
	}
	section.big-banner .owl-big-banner{
		height: 773px;
	}
	section.big-banner .owl-big-banner figure{
		height: 773px;
	}
	#interior section.big-banner{
		height: 588px;
		margin-top: 0;
	}
	#interior section.big-banner .owl-big-banner{
		height: 588px;
	}
	#interior section.big-banner .owl-big-banner figure{
		height: 588px;
	}
	section.big-banner .txt-banner{
		width: 50%;
		left: 10%;
	}
	section.big-banner .txt-banner h2{
		color: #fff;
		font-family: "Open Sans", sans-serif;
		text-align: left;
		font-size: 30px;
		font-weight: 700;
	}
	section.big-banner .txt-banner p{
		color: #fff;
		text-align: left;
		font-size: 20px;
	}
	section.big-banner .txt-banner a{
		float: left;
		margin: 0 0 50px 0;
	}
	/* big-banner end */

	/* intro-txt */
	section.intro-txt a.play:not(.interior){
		width: 80px;
		top:65%;
	}
	section.intro-txt a.btn-custom-blue{
		margin: 30px 0;
		float: left;
	}
	section.intro-txt{
		padding: 50px 0 0 0;
	}
	figure.foto-100{
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
	figure.foto-100 img{
		width: 100%;
	}
	.intro-txt .destacado01{
		max-width: 467px;
		position: relative;
		right: 0;
		max-width: auto;
	}
	.intro-txt .destacado02{
		max-width: 320px;
		top: 55%;
    	left: 0;
	}
	/* intro-txt */

	/* nustros servicios */
	.servicios{
		margin-top: 150px;
	}
	.servicios-row{
		margin-top: 50px;
	}
	section.servicios p{
		text-align: center;
	}
	h2.title-section-two small{
		font-size: 20px;
	}
	section.servicios a.box-servicio{
		height: 450px;
		margin-bottom: 30px;
	}
	section.servicios a.box-servicio .hover-info{
		display: block;
		position: absolute;
		overflow: hidden;
		height: 0;
		background: rgba(0, 70, 138, .7);
		opacity: 1;
		width: 100%;
		z-index: 4;
		left: 0;
		bottom: 0;
		padding: 0 30px;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
	}
	section.servicios a.box-servicio:hover .hover-info{
		height: 100%;
	}
	section.servicios a.box-servicio .hover-info h3{
		font-family: 'Jost-light';
		text-transform: uppercase;
		color: #fff;
		text-decoration: none;
		text-align: center;
		position: relative;
		margin-bottom: 30px;
	}
	section.servicios a.box-servicio .hover-info h3:before{
		content: " ";
		display: block;
		position: absolute;
		overflow: hidden;
		width: 100%;
		height: 1px;
		background: #1895D3;
		left: 0;
		bottom: -15px;
	}
	section.servicios a.box-servicio .hover-info p{
		color: #fff;
		text-align: center;
		font-weight: 400;
	}
	section.servicios a.box-servicio figure{
		display: block;
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		margin: 0;
		padding: 0;
		opacity: .8;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
	}
	section.servicios a.box-servicio:hover figure{
		opacity: 1;
		width: 110%;
		height: 110%;
		left: -5%;
		top: -5%;
	}
	section.servicios a.box-servicio .box-txt{
		display: block;
		position: absolute;
		overflow: hidden;
		width: 100%;
		left: 0;
		bottom: 0;
		z-index: 2;
		margin: 0 auto 30px auto;
	}
	section.servicios a.box-servicio .box-txt h3{
		font-size: 22px;
		padding: 0 20px;
	}
	/* nustros servicios end */

	/* nuestras cifras */
	section.nuestras-cifras{
		padding: 0 0 50px 0;
	}
	section.nuestras-cifras p{
		font-size: 16px;	
		text-align: center;
	}
	section.nuestras-cifras .owl-cifras{
		margin: 50px auto 0 auto;
	}
	section.nuestras-cifras .owl-cifras .box-cifras{
		width: 100%;
		border: 1px solid #f1f1f1;
		max-width: 267px;
		height: 305px;
	}
	section.nuestras-cifras .owl-cifras .box-cifras img{
		width: 75px;
	}
	section.nuestras-cifras .owl-cifras .box-cifras span.number-count{
		font-size: 40px;
	}
	section.nuestras-cifras .owl-cifras .box-cifras h5{
		color: #022046;
		font-size: 22px;
	}

	/* nuestras cifras end */

	/* sostebilidad */
	.owl-sostenibilidad{
		height: 656px;
	}
	.owl-sostenibilidad .item{
		height: 656px;
	}
	.owl-sostenibilidad figure{
		height: 656px;
	}
	.owl-sostenibilidad h3{
		font-size: 40px;
	}
	/* sostentabilidad end */

	/* revistas */
	.owl-revistas{
		width: 100%;
	}
	.owl-revistas figure{
		height: 400px;
	}
	.owl-revistas .owl-dots{
		width: 100%;
		margin: 30px auto 10px auto;
		height: 30px;
	}
	/* revistas end */

	/* cultura */
	.owl-cultura{
		height: 656px;
		margin-top: 50px;
	}
	.owl-cultura .item{
		height: 656px;
	}
	.owl-cultura figure{
		height: 656px;
	}
	.owl-cultura h3{
		font-size: 40px;
	}
	/* cultura end */

	/* noticias */
	section.noticias{
		padding-bottom: 50px;
	}
	.owl-noticias{
		width: 100%;
	}
	.owl-noticias .item{
		display: block;
		position: relative;
		overflow: hidden;
		width: calc(33.3335% - 30px);
		margin: 0 15px;
		float: left;
	}
	.owl-noticias figure{
		height: 300px;
	}
	.owl-noticias h3{
		font-size: 20px;
	}
	.owl-noticias .owl-dots{
		width: 100%;
		margin: 50px auto;
	}
	.box-noticias figure{
		height: 220px;
		margin: 0 0 10px 0;
		padding: 0;
	}
	.box-noticias h4{
		font-size: 14px!important;
	}
	.box-noticias h5{
		font-size: 12px;
	}
	.box-noticias h3{
		font-size: 18px;
	}
	.box-noticias p{
		padding: 0 15px;
	}
	/* noticias end */

	.box-politicas figure{
		height: auto;
		margin: 0 0 10px 0;
		padding: 0;
	}
	.box-politicas h4{
		font-size: 14px!important;
	}
	.box-politicas h5{
		font-size: 12px;
	}
	.box-politicas h3{
		font-size: 18px;
	}
	.box-politicas p{
		padding: 0 15px;
	}

	/* servicios */
	section.servicios{
		padding-bottom: 50px;
	}
	.owl-servicios{
		width: 100%;
	}
	.owl-servicios .item{
		display: block;
		position: relative;
		overflow: hidden;
		width: calc(100% - 30px);
		margin: 0 15px;
		float: left;
	}
	.owl-servicios figure{
		height: 300px;
	}
	.owl-servicios h3{
		font-size: 20px;
	}
	.owl-servicios .owl-dots{
		width: 100%;
		margin: 50px auto;
	}
	.box-servicios figure{
		height: 220px;
		margin: 0 0 10px 0;
		padding: 0;
	}
	.box-servicios h4{
		font-size: 22px!important;
	}
	.box-servicios h5{
		font-size: 12px;
	}
	.box-servicios h3{
		font-size: 18px;
	}
	.box-servicios p{
		padding: 0 15px;
	}
	/* servicios end */

	/* clientes */
	section.nuestros-clientes p{
		font-size:24px;
	}
	.owl-clientes img{
		height: 50px;
	}
	/* clientes end */

	/* grupo */
	section.grupo-emin ul li{
		width: 25%;
		height: 60px;
	}
	/* grupo end */
}

@media screen and (min-width: 1200px){
	/* big-banner */
	section.big-banner .txt-banner h2{
		font-size: 40px;
	}
	/* big-banner end */

	/* intro-txt */
	section.intro-txt a.play{
		width: 80px;
		height: 80px;
		right: 20%;
		border-radius: 50px;
	}
	section.intro-txt{
		padding: 50px 0 0 0;
	}
	figure.foto-100{
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
	figure.foto-100 img{
		width: 100%;
	}
	/* intro-txt */

	/* nustros servicios */
	h2.title-section-two small{
		font-size: 16px;
	}
	section.servicios a.box-servicio{
		height: 450px;
		margin-bottom: 30px;
	}
}
ul.paginador{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 25px 0 0 0;
	padding: 25px 0 0 0;
	text-align: center;
	border-top: 1px solid #1895D3;
}
ul.paginador li{
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin: 0 5px;
}
ul.paginador li a{
	display: block;
	position: relative;
	overflow: hidden;
	font-size: 14px;
	color: #000;
	font-weight: 200;
	text-decoration: none;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
ul.paginador li a.active, ul.paginador li a:hover{
	color: #1895D3;
	font-weight: 600;
}
/* revistas-emin */
.revistas{
	margin-top: 10px;
}
.revistas a{
	transition:  all ease .4s;
	-webkit-transition:  all ease .4s;
	-moz-transition:  all ease .4s;
	opacity: 1;
	margin: 0 auto 45px auto;
	display: block;
}
.revistas a:hover{
	opacity: .7;
	text-decoration: none;
}
.revistas figure{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.revistas figure img{
	display: block;
	position: relativee;
	overflow: hidden;
	width: 100%;

}
.revistas h3{
	text-align: left;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
}
.revistas h3:hover{
	text-decoration: none;
}
/* revistas-emin end*/
/* publicaciones book */
section.book-publicaciones{
	margin-top: 120px;
}
section.book-publicaciones h2.section-title{
	margin-bottom: 50px;
}
.img-book-p{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}
section.book-publicaciones a.volver{
	display: block;
	position: absolute;
	overflow: hidden;
	z-index: 4;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	opacity: 1;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	float: left;
}
section.book-publicaciones a.volver img{
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 6px;
	margin-right: 5px;
}
section.book-publicaciones a.btn-custom-white{
	width: 180px;
	margin: 0 auto 50px auto;
	position: relative;
	right: auto;
}
section.book-publicaciones a.btn-custom-white img{
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 14px;
	margin-right: 5px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
section.book-publicaciones a.btn-custom-blue{
	background: transparent;
	color: #000;
	border: 1px solid #000;
	text-transform: initial;
	font-style: italic;
	font-family: 'Jost-light';
}
section.book-publicaciones a.btn-custom-blue img{
	width: 14px;
	margin-right: 5px;
}
section.book-publicaciones a.btn-custom-blue:hover{
	background: rgba(0, 0, 0, .2);
}
section.publicaciones.single .owl-publicaciones{
	margin-top: 50px;
}
@media screen and (min-width: 768px){
	section.book-publicaciones a.btn-custom-white{
		margin: 0 auto 20px auto;
	}
	section.book-publicaciones a.volver{
		overflow: visible;
	}
	section.book-publicaciones a.volver:hover{
		opacity: .4;
	}
	section.book-publicaciones a.volver img{
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
		position: relative;
		left: 0;
	}
	section.book-publicaciones a.volver:hover img{
		left: -10px;
	}
	.revistas{
		margin-top: 50px;
	}
}
/* publicaciones book */

/* buscador noticias */
.buscador-noticias{
	position: relative;
	z-index: 2;
	padding: 50px 0;
}
.buscador-noticias .nice-select{
	margin-bottom: 20px;
}
.buscador-noticias .cont-buscar-form{
	color: #454545;
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 0px;
  border: solid 1px #666;
  box-sizing: border-box;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  line-height: 48px;
  outline: none;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 20px;
}
.buscador-noticias .cont-buscar-form input{
	color: #454545;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  border-radius: 0px;
  border: 0px;
  box-sizing: border-box;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  line-height: 48px;
  height: 48px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 100%;
}
.buscador-noticias img{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 40px;
	top: 4px;
	right: 0;
}
.buscador-noticias input[type='date']{
	color: #454545;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  border-radius: 0px;
  border: solid 1px #666;
  box-sizing: border-box;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  line-height: 48px;
  outline: none;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 20px;
}
.buscador-noticias a.btn-custom-blue{
	width: 120px;
	background: transparent;
	color: #000;
	border: 1px solid #000;
	text-transform: initial;
	font-style: italic;
	font-family: 'Jost-light';
}
.buscador-noticias a.btn-custom-blue:hover{
	background: rgba(0, 0, 0, .2);
}
@media screen and (min-width: 992px){
	.buscador-noticias .nice-select{
		margin-bottom: 0;
		width: auto;
		float: left;
		clear: initial;
		margin-right: 20px;
	}
	.buscador-noticias form{
		display: block;
		position: relative;
		overflow: hidden;
		width: 100%;
	}
	.buscador-noticias .cont-buscar-form{
		width: 280px;
		float: left;
		margin-right: 20px;
	}
	.buscador-noticias input[type='date']{
		width: 280px;
		float: left;
		margin-right: 20px;
	}
	.buscador-noticias a.btn-custom-blue{
		float: left;
		margin: 5px 0 0 0;
	}
}
/* buscador noticias end */


/* noticias */
section.noticias-page .box-noticias{
	margin-bottom: 15px;
}
@media screen and (min-width: 768px){
	section.noticias-page .box-noticias{
		margin-bottom: 30px;
		height: 620px;
	}
	section.noticias-page .box-noticias.first-noticia{
		height: 350px;
	}
	section.noticias-page .box-noticias.first-noticia figure{
		float: left;
		width: 50%;
		height: 350px;
		max-width: 554px;
	}
	section.noticias-page .box-noticias.first-noticia figure.imgLiquid {
		background-size: 100%;
	}
	section.noticias-page .box-noticias.first-noticia h4{
		float: left;
		display: block;
		width: 50%;
		padding-left: 15px;
		margin-top: 50px;
	}
	section.noticias-page .box-noticias.first-noticia h5{
		float: left;
		display: block;
		width: 50%;
		padding-left: 15px;
	}
	section.noticias-page .box-noticias.first-noticia h3{
		float: left;
		display: block;
		width: 50%;
		padding-left: 15px;
	}
	section.noticias-page .box-noticias.first-noticia p{
		float: left;
		display: block;
		width: 50%;
		padding-left: 15px;
	}
	section.noticias-page .box-noticias.first-noticia a{
		float: left;
		display: block;
	}
}
/* noticias end */

/* Nuestra historia */

.timeline{
	background-color: #F2F2F3;
}

h3{
	font-size: 36px;
	text-transform: uppercase;
}
h3 span{
	color: #00468A;
}

#intro-txt__historia play{
	bottom: 35%;
	right:20%;
}

.time_line-content .container-izq {
	width: 100%;
	margin: 0px;
	background-color: #fff;
	padding: 30px;
	max-width: 467px;
}
.container-izq:before {
    border-width: 0;
}
.time_line-content .container-izq .content p{
	font-size: 16px ;
	font-weight: 300;
	line-height: 1.5;
	border-left:4px solid #1895D3;
	padding-left: 15px;
	margin-left: 4px;
}
.time_line-content .container-der {
	width: 100%;
	margin: 0px;
	background-color: #fff;
	padding: 30px;
	max-width: 467px;
}
.container-der:before {
    border-width: 0;
}
.time_line-content .container-der .content {
	font-size: 16px;
	line-height: 1.5;
	border-left:4px solid #1895D3;
	padding-left: 15px;
	margin-left: 4px;
}
.time_line-content .header {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 15px;
}

.time_line-content .header .title {
	font-size: 18px;
	font-weight: bold;
	margin-left: 15px;
	width: 80%;
}

.time_line-content .header .circle {
	width: 11px;
	height: 11px;
	background-color: #1895D3;
	border-radius: 50%;
}
.mision-vision .destacado01, .mision-vision .destacado02{
	width: 100%;
	max-width: 260px;
	margin-bottom: 100px;
}
.mision-vision .destacado02{
	position: absolute;
	bottom: -25%;
	left: 30%;
}
.mision-vision__titulo h3{
	font-family: 'Jost-light';
}
.mision-vision__titulo h3 strong{
	color: #00468A;
}
.mision-vision__titulo h3{
	text-align: center !important;
}
.line-blue{
	height: 3px;
	background-color: #1895D3;
	width: 30%;
	float: left;
}
.line-blue.center {
	margin: 0 auto !important;
	float: none !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #1895D3;
}
.nav-pills .nav-link {
    border-radius: 0;
	color:#000000;
}
@media screen and (min-width: 768px){

	.container-izq:before {
		content: "";
		position: absolute;
		top: 50%;
		right: 5px;
		transform: translateY(-50%) rotate(270deg);
		border-style: solid;
		border-width: 25px 25px 0 25px;
		border-color: #FFFFFF transparent transparent transparent;
	}

	.container-der:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		transform: translateY(-50%) rotate(90deg);
		border-style: solid;
		border-width: 25px 25px 0 25px;
		border-color: #FFFFFF transparent transparent transparent;
	}
	.mision-vision .destacado01, .mision-vision .destacado02{
		width: 100%;
		max-width: 350px;
		margin-bottom: 0;
	}

}
.margin-b-50{
	margin-bottom: 50px;
}
/* Nuestra historia  end */


/*SINGLE SERVICIOS*/
#intro-txt__servicios .box-cifras{
	width: 100%;
}
#intro-txt__servicios .box-cifras img{
	width: 70px;
}
#intro-txt__servicios .box-cifras span.number-count{
	font-size: 40px;
	color: #1895D3;
	font-weight: 700;
}
#intro-txt__servicios .box-cifras h5{
	color: #022046;
	font-size: 18px;
	font-weight: 100;
}
#intro-txt__servicios .box-descripcion{
	padding-left: 30px;
	border-left: 2px solid #D7DADF;
}
.video2 h4{
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
}
#single-servicios .video2 h4::after{
	content: "";
    border-bottom: solid 3px #1895D3;
    width: 50%;
    margin: 0 auto;
    position: absolute;
    top: 140px;
    left: 20px;
}

a.btn-custom-tag{
	font-family: 'Jost';
	display: block;
	position: relative;
	/*overflow: hidden;*/
	margin: 20px auto;
	height: 40px;
	color: #B8B8B8;
	font-weight: 300;
	background: #F5F5F5;
	text-align: center;
	font-size: 14px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	text-decoration: none;
	text-transform: uppercase;
}
a.btn-custom-tag:hover{
	background: #1895D370;
	text-decoration: none;
}
a.btn-custom-tag.active{
	background: #1895D3;
	color: #fff;
	text-decoration: none;
	
}
.galeria-fotos{
	position: relative;
}
.galeria-fotos .foto_descripcion{
	position: absolute;
    bottom: 50px;
    text-align: center;
    padding: 0 10px 25px 10px;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, 0) 100%);
}
.galeria-fotos .big_titulo, .galeria-fotos .big_year{
	color: #FFFFFF;
	font-family: "Open Sans", sans-serif;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 400;
}
.galeria-fotos .big_titulo{
	text-transform: uppercase;
}
.galeria-fotos .nav{
	flex-wrap: nowrap;
    overflow-x: auto;
	text-wrap: nowrap;
    white-space: nowrap;
	
}
.galeria-fotos .nav li.nav-item{
	text-wrap: nowrap;
	white-space: nowrap;
	margin: 0 5px;
}
.galeria-fotos .scroll {
    height: 40px;
    width: 150px;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .75) 25%, rgba(255, 255, 255, 1) 50%);
    position: sticky;
    right: -20px;
    top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 0 20px;
}
.galeria-fotos .scroll span{
	color:#1895D3;
}
/* Aplicar filtro de brillo inicialmente */
.galeria-fotos .gallery img.foto::before,
.galeria-fotos figure::before {
    content: ''; 
    position: absolute; 
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit; 
    filter: brightness(0.7); 
    transition: 0.5s; 
}

/* Aumentar el brillo al pasar el ratón */
.galeria-fotos .gallery img.foto:hover::before,
.galeria-fotos figure:hover::before {
    filter: brightness(1);
}


.video2 p{
	margin-top: 30px;
}
.titulo-video{
	border-top:0px solid #1895D3;
	border-left:0px solid #1895D3;
}
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

@media screen and (min-width: 768px){
	.titulo-video{
		border-left:4px solid #1895D3;
		border-top:0px solid #1895D3;
	}
	.galeria-fotos .foto_descripcion{
		bottom: 20px;
		background: none;
	}
	.galeria-fotos .nav{
		flex-wrap: wrap;
		overflow-x: auto;
	}
	.galeria-fotos .scroll{
		display: none;
	}
	#single-servicios .video2 h4::after{
		content: "";
		border-bottom: none;
	}
}
/*SINGLE SERVICIOS END*/

/* galeria de fotos */
.galeria-fotos{
	padding: 150px 0 0 0;
}
..galeria-fotos.notop {
	padding: 0 !important;
}
.galeria-fotos figure{
	display: block;	
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 300px;
	margin: 0;
	padding: 0;
	opacity: .8;
}
/* galeria de fotos end */

/* galiera */
.gallery a img.foto{
	float: left;
	width:100%;
	height: auto;
	border: 0;
	-webkit-transition: -webkit-transform .15s ease;
	-moz-transition: -moz-transform .15s ease;
	-o-transition: -o-transform .15s ease;
	-ms-transition: -ms-transform .15s ease;
	transition: transform .15s ease;
	position: relative;
}
.gallery a{
	display: block;
	position: relative;
	overflow: hidden;
	position: relative;
	overflow: hidden;
	float: left;
	width: 100%;
	height: 250px;
	margin: 0 0 15px 0;
	background: #000;
}
.clear {
	clear: both;
}
.sl-wrapper .sl-image img{
	border: 10px solid #fff;
}
.sl-wrapper .sl-close{
	color: #fff;
}
.sl-wrapper .sl-navigation button.sl-next{
	color: #fff;
}
.sl-wrapper .sl-navigation button.sl-prev{
	color: #fff;	
}
.sl-wrapper .sl-counter{
	color: #fff;
}
.sl-wrapper{
	background: #000;
}
@media screen and (min-width: 768px){
	.gallery a{
		height: 350px;
		width: calc(33% - 30px);
		float: left;
		margin: 0 15px 30px 15px;
	}
	.gallery a figure{
		height: 350px;
	}
	.gallery a:nth-child(1){
		width: calc(66% - 30px);
		margin: 0 15px 30px 15px;
	}
}
/* galeria end */

/* single noticias */

/* noticias single */
section.single-txt-banner{
	margin: 120px 0 0 0;
	padding: 15px 0;
	position: relative;
}
section.single-txt-banner a.volver{
	display: block;
	position: absolute;
	overflow: hidden;
	left: 0;
	top: -40px;
	z-index: 4;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	opacity: 1;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
section.single-txt-banner a.volver img{
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 6px;
	margin-right: 5px;
}
section.single-txt-banner .box-uno{
	display: block;
	position: relative;
	overflow: visible;
	width: 100%;
	margin-top: 40px;
}
section.single-txt-banner .box-uno h5{
	text-align: left;
	font-size: 14px;
	font-weight: 200;
	float: left;
	margin: 0;
}
section.single-txt-banner small{
	opacity: .5;
	margin: 20px 0;
	position: relative;
	display: block;
}
section.single-txt-banner .box-uno ul.rrss{
	display: block;
	position: relative;
	overflow: hidden;
	float: right;
	margin:-2px 0 0 0;
	padding: 0;
	text-align: center;
	list-style: none;
}
section.single-txt-banner .box-uno ul.rrss li{
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin: 0 5px;
	height: 15px;
}
section.single-txt-banner .box-uno ul.rrss li a{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	text-decoration: none;
}
section.single-txt-banner .box-uno ul.rrss li a img{
	display: block;
	position: relative;
	overflow: hidden;
	height: 100%;
}
section.single-txt-banner h3{
	font-family: "Open Sans", sans-serif;;
	margin: 0 0 15px 0;
}
section.single-txt-banner h4{
	font-size: 18px;
	font-style: italic;
	font-weight: 600;
	padding: 15px 0;
	margin: 0;
	border-top: 1px solid #1895D3;
	border-bottom: 1px solid #1895D3;
	font-family: "Open Sans", sans-serif;
}
.contenido-single-noticias figure{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 1rem 0;
	padding: 0;
}
.contenido-single-noticias figure figure{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 350px;
	margin: 0 0 1rem 0;
	padding: 0;
}
.contenido-single-noticias figure img{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
}
@media screen and (min-width: 768px){
	.contenido-single-noticias figure{
		display: block;
		position: relative;
		overflow: hidden;
		width: 100%;
		margin: 0 0 1rem 0;
		padding: 0;
	}
	.contenido-single-noticias figure figure{
		width: 60%;
		float: left;
	}
	.contenido-single-noticias figure figure:last-child{
		width: calc(40% - 15px);
		float: left;
		margin-left: 15px;
	}
}
/* single noticias end */

/* section video yourube */
section.video2{
	padding: 20px 0;
}
section.video2 iframe{
	display: block;
	position: relative;
	overflow: hidden;
	width: 256px;
	height: 144px;
	margin: 0 auto;
	padding: 0;
}
@media screen and (min-width: 768px){
	section.video2{
		padding: 40px 0;
	}
	section.video2 iframe{
		width: 426px;
		height: 240px;
	}
	section.video2 a.btn-custom-white{
		position: relative;
		margin: 50px auto 0 auto;
		width: 160px;
		right: auto;
	}
}
@media screen and (min-width: 992px){
	section.video2 iframe{
		width: 640px;
		height: 360px;
	}
}
@media screen and (min-width: 1024px){
	section.video2 iframe{
		width: 854px;
		height: 480px;
	}
}
/* section video yourube end */

/* rrss bar */
ul.rrss-p-bar{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
	padding-top: 15px;
	border-top: 1px solid #1895D3;
}
ul.rrss-p-bar li{
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin: 0 5px;
	height: 15px;
}
ul.rrss-p-bar li a{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	text-decoration: none;
}
ul.rrss-p-bar li a img{
	display: block;
	position: relative;
	overflow: hidden;
	height: 100%;
}
@media screen and (min-width: 768px){
	ul.rrss-p-bar{
		display: block;
		position: relative;
		overflow: hidden;
		width: 100%;
		margin: 0;
		padding: 0;
		text-align: center;
		list-style: none;
		padding-top: 15px;
		border-top: 1px solid #ddd;
	}
	ul.rrss-p-bar li{
		display: inline-block;
		position: relative;
		overflow: hidden;
		margin: 0 5px;
		height: 15px;
	}
	ul.rrss-p-bar li a{
		display: block;
		position: relative;
		overflow: hidden;
		width: 100%;
		text-decoration: none;
	}
	ul.rrss-p-bar li a img{
		display: block;
		position: relative;
		overflow: hidden;
		height: 100%;
	}
}
/* rrss bar end */

/* video 100 */
section.video-100 iframe{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 300px;
}
@media screen and (min-width: 768px){
	section.video-100 iframe{
		height: 550px;
	}
}
/* video 100 end*/

section.intro-txt.nuestro-proposito a.play{
	top: auto;
	bottom: 7%;
}
.nuestro-proposito .texto-largo{
	margin-top:0px;
}
@media screen and (min-width: 768px){
	section.intro-txt.nuestro-proposito a.play{
		top: 65%;
		bottom: auto;
	}
	.nuestro-proposito .texto-largo{
		margin-top:150px;
	}
}

@media screen and (min-width: 1200px){
	section.intro-txt.nuestro-proposito a.play{
		top: 71%;
		bottom: auto;
	}
}
p.content-section-two{
	font-size: 16px;
	text-align: center;
}

/*GOBERNANZA*/
.gobernanza .box-shadow{
	-webkit-box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.2);
	box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.2);
}

.gobernanza .gobernanza__piso--01{
	margin:72px 0;
	position: relative;
}

.gobernanza .gobernanza__piso--01 .titulo{
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: solid 0px #1895D3;
	width: 100%;
	padding: 0 25px 0px 25px;
}
.gobernanza .gobernanza__piso--01 .titulo::after {
	content: "";
    border-bottom: solid 3px #1895D3;
    width: 50%;
    margin: 0 auto;
    position: absolute;
    top: 55px;
    left: 20px;
    display: none;
}
.gobernanza .separador {
	width: 150px;
	border-top: 3px solid #1895D3;
	margin: 8px auto;
}

.gobernanza .gobernanza__piso--01 .titulo h2{
	font-size: 36px;
}

.gobernanza .gobernanza__piso--01 .bajada{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 0 25px;
}

.gobernanza .gobernanza__piso--01 .bajada p{
	font-size: 16px;
}

.gobernanza .director .presidente{
	position: relative;
	margin-bottom: 600px;
}

.gobernanza .directores{
	position: relative;
	margin: 70px auto;
}
.gobernanza .card{
	border: 0px;
	margin:20px auto;
}
.gobernanza .directores .card .card-image{
	flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem 1.25rem 0 1.25rem ;
}

.gobernanza .directores .card .card-body{
	position: relative;
}

.gobernanza .director .presidente .imgLiquid{
	height: 400px;
}

.gobernanza .director .presidente .descripcion{
	position: absolute;
	right: 5%;
	margin: 0 auto;
	top: 75%;
}

.gobernanza .director .presidente .descripcion h4, .gobernanza .directores .card .card-body h4{
	font-size: 22px;
	color: #00468A;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	position: relative;
}

.gobernanza .director .presidente .descripcion h4::after{
	content: "";
    border-bottom: solid 3px #1895D3;
    width: 20%;
    margin: 0 auto;
    position: absolute;
    bottom: -15px;
    left: 0px;
}

.gobernanza .directores .card .card-body h4::after{
	content: "";
    border-bottom: solid 3px #1895D3;
    width: 20%;
    margin: 0 auto;
    position: absolute;
    bottom: -15px;
    left: 0px;
}

.gobernanza .director .presidente .descripcion h5, .gobernanza .directores .card .card-body h5{
	font-size: 18px;
	color: #00468A;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	margin-top: 20px;
}

.gobernanza .director .presidente .descripcion p, .gobernanza .directores .card .card-body p{
	margin: 15px 0 !important;
	font-size: 16px;
}

.gobernanza .gobernanza__piso--02{
	margin:72px 0;
	position: relative;
}

.gobernanza .gobernanza__piso--02 .titulo{
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: solid 0px #1895D3;
	width: 100%;
	padding: 0 25px;
}
.gobernanza .gobernanza__piso--02 .titulo::after{
	display: none;
}

.gobernanza .gobernanza__piso--01 .titulo::after {
	content: "";
    border-bottom: solid 3px #1895D3;
    width: 50%;
    margin: 0 auto;
    position: absolute;
    top: 100px;
    left: 20px;
  }

.gobernanza .gobernanza__piso--02 .titulo h2{
	font-size: 36px;
}

.gobernanza .gobernanza__piso--02 .bajada{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 0 25px;
}

.gobernanza .gobernanza__piso--02 .bajada p{
	font-size: 16px;
	margin: 15px auto;
}
.gobernanza .estructura{
	margin-bottom: 50px;
}
.gobernanza .estructura .organigrama{
	text-align: center;
	margin: 20px auto;
}
.organigrama .separador {
	width: 100px;
	border-top: 3px solid #1895D3;
	margin: 8px auto;
}

.gobernanza .estructura .organigrama .imgLiquid{
	background-size: contain;
}

.gobernanza .estructura .organigrama h6{
	font-size: 18px;
	color: #000000;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	text-align: center;
	display: flex;
	flex-direction: column;
}
.gobernanza .estructura .organigrama h6 strong{
	font-size: 18px;
	color: #00468A;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
}


@media screen and (min-width: 768px){
	.gobernanza .gobernanza__piso--01 .titulo{
		width: 25%;
		border-right: solid 3px #1895D3;
		padding: 0;
	}
	.gobernanza .separador {
		display: none;
	}
	.gobernanza .gobernanza__piso--01 .titulo::after {
		border-bottom: solid 0px #1895D3;
		display: block;
	  }
	.gobernanza .gobernanza__piso--01 .bajada{
		width: 75%;
		padding: 0 25px;
	}
	.gobernanza .gobernanza__piso--02 .titulo{
		width: 30%;
		border-right: solid 3px #1895D3;
		padding: 0;
	}
	.gobernanza .gobernanza__piso--02 .titulo::after {
		border-bottom: solid 0px #1895D3;
		display: block;
	  }
	.gobernanza .gobernanza__piso--02 .bajada{
		width: 70%;
		padding: 0 25px;
	}
	
	.gobernanza .director .presidente{
		margin-bottom: auto;
	}
	.gobernanza .director .presidente .imgLiquid{
		height: auto;
	}
	.gobernanza .director .presidente .descripcion{
		right: 0px;
		top: 15%;
	}
}
/*GOBERNANZA*/


/*CULTURA*/
.cultura .box-shadow{
	-webkit-box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.2);
	box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.2);
}

.cultura .cultura__piso--01{
	margin:72px 0;
	position: relative;
}

.cultura .cultura__piso--01 .titulo{
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: solid 0px #1895D3;
	width: 100%;
	padding: 0 25px;
	position: relative;
}
.cultura .cultura__piso--01 .titulo::after {
	content: "";
    border-bottom: solid 3px #1895D3;
    width: 50%;
    margin: 0 auto;
    position: absolute;
	bottom: -10px;
    left: 25px;
  }

.cultura .cultura__piso--01 .titulo h2{
	font-size: 36px;
}

.cultura .cultura__piso--01 .bajada{
	display: block;
	width: 100%;
	padding: 40px 25px;
}
.cultura .cultura__piso--01 .bajada .bloque{
	display: inline-block;
	width: 100%;
	text-align: center;
}

.cultura .contenido{
	margin-bottom: 30px;
}

.cultura .contenido .titulo {
	margin: 30px 0 50px 0;
	text-align: center;
}

.cultura .cultura__piso--01 .bajada p{
	font-size: 16px;
	font-weight: 600;
}
.cultura .contenido .colaboradores{
	background-color: #fff;
	position: relative;
}
.cultura .colaboradores .col-12{
	padding: 0;
}
.cultura .contenido .colaboradores .icon {
    position: absolute;
    right: 35%;
    bottom: -55px;
}
.cultura .contenido .colaboradores .imgLiquid {
    background-position: top center !important;
}
.cultura .contenido .colaboradores figure {
    margin: 0 0 0rem;
}
.cultura .contenido .colaboradores .descripcion{
	width: 90%;
	margin: 0 auto;
	padding: 75px 0 30px 0;
}
.cultura .contenido .colaboradores .descripcion p{
	margin: 1rem auto !important;
}

.cultura .contenido .descripcion h2 {
	color: #00468A;
	font-weight: bold;
}
.cultura .contenido .descripcion h6 {
	font-weight: 200;
}
.cultura .contenido .descripcion .more {
	color: #1895D3;
	padding-top: 20px;
	display: block;
}


.cultura .contenido .mujeres{
	background-color: #fff;
	position: relative;
}
.cultura .contenido .mujeres .col-12{
	padding: 0;
}
.cultura .contenido .mujeres .icon {
    position: absolute;
    right: 35%;
    bottom: -55px;
}
.cultura .contenido .mujeres .imgLiquid {
    background-position: top center !important;
}
.cultura .contenido .mujeres figure {
    margin: 0 0 0rem;
}
.cultura .contenido .mujeres .descripcion{
	width: 90%;
	margin: 0 auto;
	padding: 75px 0 30px 0;
}
.cultura .contenido .mujeres .descripcion p{
	margin: 1rem auto !important;
}
@media screen and (min-width: 768px){
	.cultura .cultura__piso--01 .titulo{
		width: 50%;
		border-right: solid 3px #1895D3;
		padding: 0;
		padding-right: 20px;
	}
	.cultura .cultura__piso--01 .titulo::after {
		border-bottom: solid 0px #1895D3;
	  }
	.cultura .cultura__piso--01 .bajada{
		width: 50%;
		padding: 0 25px;
	}
	.cultura .cultura__piso--01 .bajada .bloque{
		display: inline-block;
		width: 32%;
		text-align: center;
	}

	.cultura .contenido .colaboradores .descripcion{
		width: 75%;
		padding: 20px 0 20px 0;
	}
	.cultura .contenido .colaboradores .icon{
		right: -61px;
		top: 38%;
	}
	.cultura .contenido .mujeres .descripcion{
		width: 75%;
		padding: 20px 0 20px 0;
	}
	.cultura .contenido .mujeres .icon{
		left: -61px;
		top: 38%;
	}
	
}
/*CULTURA*/

/*SOSTENIBILIDAD*/

.sostenibilidad .sostenibilidad__piso--01{
	padding:72px 0;
	position: relative;
}

.sostenibilidad .sostenibilidad__piso--01 .titulo{
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: solid 0px #1895D3;
	width: 100%;
	padding: 0 25px;
	position: relative;
}
.sostenibilidad .sostenibilidad__piso--01 .titulo::after {
	content: "";
    border-bottom: solid 3px #1895D3;
    width: 50%;
    margin: 0 auto;
    position: absolute;
    bottom: 0px;
    left: 25px;
  }

.sostenibilidad .sostenibilidad__piso--01 .titulo h2{
	font-size: 36px;
}

.sostenibilidad .sostenibilidad__piso--01 .bajada{
	display: flex;
	justify-content: center;
	align-items: self-start;
	width: 100%;
	padding: 0 25px;
	flex-direction: column;
}

.sostenibilidad .sostenibilidad__piso--01 .bajada p{
	font-size: 16px;
	text-align: left;
}

.sostenibilidad .sostenibilidad__piso--01 .bajada ul{
	margin: 0 !important;
	display: initial;
    position: relative;
    overflow: initial;
    width: auto;
    padding: revert;
    text-align: left;
}
.sostenibilidad .sostenibilidad__piso--01 .bajada li {
	list-style: none;
	font-weight: 400;
	display: initial;
	position: relative;
	overflow: hidden;
	width:auto;
	margin: auto;
	float: initial;
}
  
.sostenibilidad .sostenibilidad__piso--01 .bajada li::before {
	content: "";
	background-color: #1895D3;
	font-size: 10px;
	height: 10px;
	width: 10px;
	border-radius: 5px;
	margin-right: 0.5em;
	display: block;
	position: relative;
	top: 18px;
	left: -20px;
}
.sostenibilidad .sostenibilidad__piso--01{
	background-image: url("../images/bg-cifras.png");
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 100px 0;
}
.sostenibilidad .sostenibilidad__piso--01 .card{
	border: none;
	background-color: #FFFFFF55;
	margin: 40px auto;
}
.sostenibilidad .sostenibilidad__piso--01 img{
	width: 70px;
	margin: 20px auto;
}
.sostenibilidad .sostenibilidad__piso--01 .card h2{
	font-size: 38px;
	font-weight: 700;
	text-align:center;
}
.sostenibilidad .sostenibilidad__piso--01 .card h3{
	font-size: 24px;
	font-weight: 400;
	text-align:center;
	text-transform: none;
}

.sostenibilidad .sostenibilidad__piso--02{
	padding:72px 0;
	position: relative;
}

.sostenibilidad .sostenibilidad__piso--02 .contenido{
	display: flex;
	align-items: center;
	margin:50px auto 20px auto;
 }
 .sostenibilidad .sostenibilidad__piso--02 .contenido p{
	margin: 15px auto !important;
 }
.sostenibilidad .sostenibilidad__piso--02 .titulo{
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: solid 0px #1895D3;
	width: 100%;
	padding: 0 25px;
	position: relative;
}
.sostenibilidad .sostenibilidad__piso--02 .titulo::after {
	content: "";
    border-bottom: solid 3px #1895D3;
    width: 50%;
    margin: 0 auto;
    position: absolute;
    bottom: 0px;
    left: 25px;
  }

.sostenibilidad .sostenibilidad__piso--02 .titulo h2{
	font-size: 36px;
}


.sostenibilidad .sostenibilidad__piso--02 .bajada p{
	font-size: 16px;
	padding: 0 25px;
}
.sostenibilidad .reporte{
	background-image: url("../images/bg_reportes.png");
	background-size: cover;
	background-position:top center;
	background-repeat: no-repeat;
	padding: 100px 0;
	margin-bottom: 50px;
}
.sostenibilidad .reporte a.btn-custom-blue:hover{
	background: rgba(0, 0, 0, .2);
}
.sostenibilidad h2{
	position: relative;
}
.sostenibilidad .reporte .container .row{
	display: flex;
	align-items: center;
}
.sostenibilidad .reporte h2::after {
	content: "";
    border-bottom: solid 3px #1895D3;
    width: 20%;
    margin: 0 auto;
    position: absolute;
    bottom: -15px;
    left: 0px;
  }
.sostenibilidad .reporte a.btn-custom-blue{
	background: transparent;
	color: #000;
	border: 1px solid #000;
	text-transform: initial;
	font-style: italic;
	margin: 0;
	font-family: 'Jost-light';
	max-width: 400px;
	width: 100%;
}
.sostenibilidad .comite-sostenibilidad{
	margin:50px auto;
}
.comite-sostenibilidad .container .row .col-12 .imgLiquid{
	background-size: 150%;
	background-position: center top;
	background-repeat: no-repeat !important;
}
.comite-sostenibilidad .container .row .col-12 .imgLiquid img{
	width: 150%;
}
@media screen and (min-width: 768px){
	.sostenibilidad .sostenibilidad__piso--01 .titulo{
		width: 30%;
		border-right: solid 3px #1895D3;
		padding: 0;
	}
	.sostenibilidad .sostenibilidad__piso--01 .titulo::after {
		border-bottom: solid 0px #1895D3;
	  }
	.sostenibilidad .sostenibilidad__piso--01 .bajada{
		width: 70%;
		padding: 0 25px;
	}
	.sostenibilidad .sostenibilidad__piso--02 .titulo{
		width: 50%;
		border-right: solid 3px #1895D3;
		padding: 0;
	}
	.sostenibilidad .sostenibilidad__piso--02 .titulo::after {
		border-bottom: solid 0px #1895D3;
	  }
	.sostenibilidad .sostenibilidad__piso--02 .bajada{
		width: 50%;
		padding: 0 25px;
	}
	.sostenibilidad .sostenibilidad__piso--02 .bajada p{
		padding: 0;
	}
}

/*SOSTENIBILIDAD*/

/*REGLAMENTO INTERNO*/

.reglamento .reglamento__piso--01{
	padding:72px 0;
	position: relative;
}

.reglamento .reglamento__piso--01 .titulo{
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: solid 0px #1895D3;
	width: 100%;
	padding: 0 25px;
}
.reglamento .reglamento__piso--01 .titulo h2::after{
	content: "";
    border-bottom: solid 3px #1895D3;
    width: 50%;
    margin: 0 auto;
    position: absolute;
    top: 100px;
    left: 0px;
  }

.reglamento .reglamento__piso--01 .titulo h2{
	font-size: 36px;
	position: relative;
}

.reglamento .reglamento__piso--01 .bajada{
	display: flex;
	justify-content: center;
	align-items: self-start;
	width: 100%;
	padding: 0 25px;
	flex-direction: column;
}

.reglamento .reglamento__piso--01 .bajada p{
	font-size: 16px;
}
.reglamento .reglamento__piso--01 a.btn-custom-blue{
	background: transparent;
	color: #000;
	border: 1px solid #000;
	text-transform: initial;
	font-style: italic;
	margin: 25px auto;
	font-family: 'Jost-light';
	max-width: 400px;
	width: 100%;
}
.reglamento .reglamento__piso--01 a.btn-custom-blue:hover{
	background: rgba(0, 0, 0, .2);
}

@media screen and (min-width: 768px){
	.reglamento .reglamento__piso--01 .titulo{
		width: 30%;
		border-right: solid 3px #1895D3;
		padding: 0;
	}
	.reglamento .reglamento__piso--01 .titulo h2::after {
		border-bottom: solid 0px #1895D3;
	  }
	.reglamento .reglamento__piso--01 .bajada{
		width: 70%;
		padding: 0 25px;
	}
}

/*REGLAMENTO INTERNO*/

/*NUESTROS CLIENTES*/
.nuestros-clientes .marcas{
	background-color: #F2F3F5;
	padding: 90px 0px;
}
.nuestros-clientes .marcas h6{
	font-size: 24px;
	font-weight: 300;
	font-family: "Open Sans", sans-serif;
	margin:30px auto;
	line-height: 33px;
}
/*NUESTROS CLIENTES*/

/*CANAL DENUNCIAS*/
.canal-denuncias .canal-denuncias__piso--01{
	padding:72px 0;
	position: relative;
}

.canal-denuncias .canal-denuncias__piso--01 .titulo{
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: solid 0px #1895D3;
	width: 100%;
	padding: 0 25px;
}
.canal-denuncias .canal-denuncias__piso--01 .titulo h2::after {
	content: "";
    border-bottom: solid 3px #1895D3;
    width: 50%;
    margin: 0 auto;
    position: absolute;
    top: 100px;
    left: 0px;
  }

.canal-denuncias .canal-denuncias__piso--01 .titulo h2{
	font-size: 36px;
	position: relative;
}

.canal-denuncias .canal-denuncias__piso--01 .bajada{
	display: flex;
	justify-content: center;
	align-items: self-start;
	width: 100%;
	padding: 0 25px;
	flex-direction: column;
}

.canal-denuncias .canal-denuncias__piso--01 .bajada p{
	font-size: 16px;
}
@media screen and (min-width: 768px){
	.canal-denuncias .canal-denuncias__piso--01 .titulo{
		width: 30%;
		border-right: solid 3px #1895D3;
		padding: 0;
	}
	.canal-denuncias .canal-denuncias__piso--01 .titulo h2::after {
		border-bottom: solid 0px #1895D3;
	  }
	.canal-denuncias .canal-denuncias__piso--01 .bajada{
		width: 70%;
		padding: 0 25px;
	}
}
/*CANAL DENUNCIAS*/

/*CONTACTANOS*/
/*CONTACTANOS*/

/*ARTICULOS RELACIONADOS*/
.articulos-relevantes .galleria_articulos{
	padding: 25px 0;
}
.articulos-relevantes .galleria_articulos .card{
	border: 0px;
}
.articulos-relevantes .galleria_articulos .horizontal{
	position: relative;
	margin: 10px auto;
	background: #000;
}
.articulos-relevantes .galleria_articulos .horizontal figure{
	margin-bottom: 0;
	opacity: .8;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
.articulos-relevantes .galleria_articulos .horizontal:hover figure{
	opacity: 1;
}
.articulos-relevantes .galleria_articulos .horizontal .contenido{
	position: absolute;
	bottom: 0px;
	display: flex;
	align-items: end;
	padding: 10px;
	background: linear-gradient(0deg, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0) 100%);
}
.articulos-relevantes .galleria_articulos .horizontal .contenido h4{
	font-size: 36px;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 5px;
}
.articulos-relevantes .galleria_articulos .horizontal .contenido p{
	color: #FFFFFF;
	margin: 5px auto;
	font-size: 16px;
}

.articulos-relevantes .galleria_articulos .vertical{
	position: relative;
	margin: 10px auto;
}
.articulos-relevantes .galleria_articulos .vertical figure{
	margin-bottom: 0;
}
.articulos-relevantes .galleria_articulos .vertical .contenido{
	position: absolute;
	bottom: 0px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px;
	background: linear-gradient(0deg, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0) 100%);
}
.articulos-relevantes .galleria_articulos .vertical .contenido .play{
	position: absolute;
	top: -45px;
    left: 10px;
	right: inherit;
}
.articulos-relevantes .galleria_articulos .vertical .contenido h4{
	font-size: 24px;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 5px;
}
.articulos-relevantes .galleria_articulos .vertical .contenido p{
	color: #FFFFFF;
	margin: 5px auto;
	font-size: 16px;
}
@media screen and (min-width: 768px){
	.articulos-relevantes .galleria_articulos{
		padding: 95px 0;
	}
	.articulos-relevantes .galleria_articulos .horizontal .contenido{
		align-items: center;
		padding: 20px;
	}
	.articulos-relevantes .galleria_articulos .vertical .contenido{
		padding: 20px;
	}
	.articulos-relevantes .galleria_articulos .vertical .contenido .play{
		top: -120px;
		right: 20px;
		left: inherit;
	}
}


/*ARTICULOS RELACIONADOS*/

/*PORTADILLA ARTICULOS EMIN*/
.articulos-relevantes .articulos{
	margin-top: 90px;
}
.articulos-relevantes .articulos .contenido{
	align-items: center;
	margin: 70px auto;
}

.articulos-relevantes .articulos .contenido a{
	color: #1895D3;
	font-size: 14px;
	font-weight: 600s;
}

.articulos-relevantes .articulos .contenido p{
	margin: 15px auto !important;
}

@media screen and (min-width: 768px){
	.articulos-relevantes .articulos .contenido{
		margin: 25px auto;
	}
}
/*PORTADILLA ARTICULOS EMIN*/

/* formularios */
section.contactanos .cont-form{
	display: block;
	opacity: 1;
}
section.contactanos form{
	margin: 50px auto;
	opacity: 1;
}
section.contactanos input{
	color: #454545;
  -webkit-tap-highlight-color: transparent;
  background: #FCFCFC;
  border-radius: 0px;
  border: solid 1px #ddd;
  box-sizing: border-box;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  line-height: 48px;
  height: 48px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 100%;
  margin: 15px 0;

}
input.error-form{
	border: 1px solid red!important;
}
.nice-select.error-form{
	border: 1px solid red!important;
}
section.contactanos textarea{
	color: #454545;
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 0px;
  border: solid 1px #ddd;
  box-sizing: border-box;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 150px;
  line-height: 48px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  margin: 15px 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 30px;
  background: #FCFCFC;
}
textarea.error-form{
	border: 1px solid red!important;
}
section.contactanos p a{
	display: block;
	color: #000;
	text-decoration: underline;
}
section.contactanos .loading{
	display: none;
	position: relative;
	overflow: hidden;
	width: 100%;
	opacity: 0;
}
section.contactanos .loading img{
	display: block;
	position: relative;
	overflow: hidden;
	width: 80px;
	margin: 100px auto;
}
section.contactanos .exito{
	display: none;
	opacity: 0;
	position: relative;
	overflow: hidden;
	width: 300px;
	margin: 100px auto;
}
section.contactanos .exito p{
	text-align: center;
}
section.contactanos .exito p strong{
	display: block;
	font-weight: 800;
}
section.contactanos .error p{
	text-align: center;
}
section.contactanos .error p strong{
	display: block;
	font-weight: 800;
}
section.contactanos .error{
	display: none;
	opacity: 0;
	position: relative;
	overflow: hidden;
	width: 300px;
	margin: 100px auto;
}
section.contactanos img.icos-ee{
	display: block;
	position: relative;
	overflow: hidden;
	width: 40px;
	margin: 0 auto 15px auto;
}
section.contactanos .error a.btn-custom-blue-intentalo{
	display: block;
	position: relative;
	overflow: hidden;
	width: 220px;
	margin: 20px auto;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-weight: 600;
	background: #1895D3;
	text-align: center;
	font-size: 14px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	text-decoration: none;
	text-transform: uppercase;
}
section.contactanos .error a.btn-custom-blue-intentalo:hover{
	background: #000;
	text-decoration: none;
}
section.contactanos .cont-form{
	display: block;
	opacity: 1;
}
section.trabaja-nosotros form{
	margin: 50px auto;
	opacity: 1;
}
section.trabaja-nosotros input{
	color: #454545;
  -webkit-tap-highlight-color: transparent;
  background: #FCFCFC;
  border-radius: 0px;
  border: solid 1px #ddd;
  box-sizing: border-box;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  line-height: 48px;
  height: 48px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 100%;
  margin: 15px 0;

}
section.trabaja-nosotros textarea{
	color: #454545;
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 0px;
  border: solid 1px #ddd;
  box-sizing: border-box;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 150px;
  line-height: 48px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  margin: 15px 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 100%;
  background: #FCFCFC;
}
section.trabaja-nosotros p a{
	display: block;
	color: #000;
	text-decoration: underline;
}
section.trabaja-nosotros .loading{
	display: none;
	position: relative;
	overflow: hidden;
	width: 100%;
	opacity: 0;
}
section.trabaja-nosotros .loading img{
	display: block;
	position: relative;
	overflow: hidden;
	width: 80px;
	margin: 100px auto;
}
section.trabaja-nosotros .exito{
	display: none;
	opacity: 0;
	position: relative;
	overflow: hidden;
	width: 300px;
	margin: 100px auto;
}
section.trabaja-nosotros .exito p{
	text-align: center;
}
section.trabaja-nosotros .exito p strong{
	display: block;
	font-weight: 800;
}
section.trabaja-nosotros .error{
	display: none;
	opacity: 0;
	position: relative;
	overflow: hidden;
	width: 300px;
	margin: 100px auto;
}
section.trabaja-nosotros .error p{
	text-align: center;
}
section.trabaja-nosotros .error p strong{
	display: block;
	font-weight: 800;
}
section.trabaja-nosotros img.icos-ee{
	display: block;
	position: relative;
	overflow: hidden;
	width: 40px;
	margin: 0 auto 15px auto;
}
section.trabaja-nosotros .error a.btn-custom-blue-intentalo{
	display: block;
	position: relative;
	overflow: hidden;
	width: 220px;
	margin: 20px auto;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-weight: 600;
	background: #1895D3;
	text-align: center;
	font-size: 14px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	text-decoration: none;
	text-transform: uppercase;
}
section.trabaja-nosotros .error a.btn-custom-blue-intentalo:hover{
	background: #000;
	text-decoration: none;
}
section.trabaja-nosotros input.file{
	height: 50px;
	position: relative;
	line-height: 20px;
	padding-top: 12px;
}
/* formularios end */

/* TRABAJO AVISOS*/
.contactanos .accordion .card{
	border: none;
	border-bottom: solid #1895D3 1px;
}
.contactanos .accordion .card .card-header h3 button{
	font-size: 20px;
	color: #00468A;
	text-transform: uppercase;
	font-family: 'Jost';
	text-decoration: none;
}
.contactanos .accordion .card .card-header h3 button:hover, .contactanos .accordion .card .card-header h3 button:focus{
	color: #1895D3;
}
.contactanos .accordion .card .card-header{
	background-color: #FFFFFF;
	border:none;
	border-bottom: solid #1895D3 1px;
}
.contactanos .accordion .card .card-header .btn:focus{
	box-shadow: none;
}
.contactanos .accordion .card .card-body p{
	font-weight: 700;
	font-size: 16px;
	margin: 10px auto;
}
.contactanos .accordion .card .card-body ul li{
	font-size: 16px;
}
.contactanos .trabajo-avisos p{
	font-size: 16px;
	text-align: center;
}
.contactanos .trabajo-avisos p b{
	font-weight: 700;
}


@media screen and (min-width: 768px){
	.contactanos .accordion .card .card-header h3 button{
		font-size: 36px;
	}
}
/* TRABAJO AVISOS*/

/* BUSQUEDAS */
.resultados .resultados-listado{
	margin: 68px auto;
}
.resultados .resultados-listado h4.busqueda{
	font-size: 24px;
	font-weight: 400;
}
.resultados .resultados-listado a.titulo{
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 40px;
	text-decoration: underline;
	color: #00000090;
	transition: .5s;
}
.resultados .resultados-listado a.titulo:hover{
	color: #000000;
}
.resultados .resultados-listado p.extracto{
	font-size: 16px;
	font-weight: 400;
	margin: 5px 0 !important;
}
.resultados .resultados-listado .pagination{
	text-align: center;
	border-top: 1px solid #1895D3;
	padding-top: 25px;
}
.resultados .resultados-listado .pagination p{
	text-align: center;
	margin: 0 auto;
}
/* BUSQUEDAS */




/* acordion nuevo */
.acordion-trabaja{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 5px auto;
}

.acordion-trabaja a.header-acordion{
	font-size: 20px;
	color: #00468A;
	text-transform: uppercase;
	font-family: 'Jost';
	text-decoration: none;
	height: 80px;	
	padding-left: 0px;
	padding-right: 40px;
	width: 100%;
	display: table;
	border-bottom: solid #1895D3 1px;
}
.acordion-trabaja a.header-acordion span.txt{
	display: table-cell;
	vertical-align: middle;
}
.acordion-trabaja a.header-acordion span.ico{
	display: block;
	position: absolute;
	overflow: hidden;
	background: #fff;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	width: 25px;
	height: 25px;
	background: url(../images/more.svg);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	top: 25px;
	right: 20px;
}
.acordion-trabaja a.header-acordion.active span.ico{
	background: url(../images/remove.svg);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
.acordion-trabaja .contenido-acordion{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.acordion-trabaja .contenido-acordion p{
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	padding-top: 20px;
}
.acordion-trabaja .contenido-acordion p.underline{
	text-decoration: underline;
}
.acordion-trabaja .contenido-acordion ul{
	padding: 0px;
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	list-style:inside;
	margin: 0;
}
.acordion-trabaja .contenido-acordion ul p{
	font-weight: 700;
	font-size: 16px;
	margin: 10px auto;
}
.acordion-trabaja .contenido-acordion ul li{
	font-size: 16px;
}

@media screen and (min-width: 768px){
	.acordion-trabaja a.header-acordion{
		font-size: 30px;
	}
	.acordion-trabaja .contenido-acordion a.btn-custom-blue{
		margin-top: 30px;
		float: left;
	}
}
/* acordion nuevo end */


/* modal lupa */
.modal-lupa{
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .95);
	z-index: 888;
}
.modal-lupa .buscador-menu{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 300px;
	margin: 0;
	height: 50px;
	padding: 0;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -150px;
	background: rgba(255, 255, 255, .1);
}
.modal-lupa a.ingles{
	text-decoration: none;
	color: #fff;
	text-align: center;
	border-bottom: 0px;
	margin-top: 20px;
}
.modal-lupa .buscador-menu input{
	display: block;
	position: relative;
	overflow: hidden;
	width: 70%;
	height: 30px;
	border: 0px;	
	float: left;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	outline: none;
	background: transparent;
	font-style: italic;
	font-size: 14px;
	padding-left: 15px;
	padding-top: 20px;
	color: rgba(255, 255, 255, .5);
}
.modal-lupa .buscador-menu a.ico-lupa{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 30px;
	height: 30px;
	right: 0;
	bottom: 10px;
	border-bottom: 0px;
}
.modal-lupa .buscador-menu a.ico-lupa img{
	max-width: 16px;
	width: 100%;
}
.modal-lupa a.cerrar-modal{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 30px;
	height: 30px;
	top: 50px;
	right: 50px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
.modal-lupa a.cerrar-modal:hover{
	transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
}
.modal-lupa a.cerrar-modal img{
	display: block;
	position: relative;
	overflow: hidden;
	width: 30px;
	height: 30px;
}
/* modal lupa end */


/* attr  */
.galeria-fotos .contenido{
	display: none;
	opacity: 0;
}
.galeria-fotos .contenido.active{
	display: block;
	opacity: 1;
}
/* attr end */


/* modal videos */
.modal-videos-r{
	display: none;
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.95);
	opacity: 0;
	z-index: 99;
}
.modal-videos-r .cont-video{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 80%;
	height: 300px;
	left: 10%;
	top: 50%;
	margin-top: -150px;
	border: 0;
	padding: 0;
}
.modal-videos-r iframe{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: ;
}
.modal-videos-r a.cerrar-modal-videos{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 20px;
	height: 20px;
	background: #1895D3;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	right: 20px;
	top:20px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
.modal-videos-r a.cerrar-modal-videos:hover{
	transform: rotate(180deg);
}
.modal-videos-r a.cerrar-modal-videos span{
	display: block;
	position: relative;
	overflow: hidden;
	width: 10px;
	height: 2px;
	background: #fff;
}
.modal-videos-r a.cerrar-modal-videos span:nth-child(1){
	left: 5px;
	top: 9px;
	transform: rotate(45deg);
}
.modal-videos-r a.cerrar-modal-videos span:nth-child(2){
	left: 5px;
	top: 7px;
	transform: rotate(-45deg);
	
}

.video {
    position: relative;
    width: 100%;
    height: 500px;
    object-fit: cover; /* Escala el video para cubrir el área del contenedor */
    z-index: 1; /* El video está detrás del texto */
}

@media screen and (min-width: 768px){
	.modal-videos-r .cont-video{
		width: 60%;
		height: 500px;
		left: 20%;
		margin-top: -250px;
	}
	.video {
	    position: relative;
	    width: 100%;
	    height: 773px;
	    object-fit: cover; /* Escala el video para cubrir el área del contenedor */
	    z-index: 1; /* El video está detrás del texto */
	}
}
/* modal videos */

.reporte h2 {
	margin-bottom: 30px;
}
.canal-de-denuncias {
	border:1px solid #fff;
	padding: 7px;
	display: inline flow-root list-item !important;
	width: auto !important;
	font-weight: bold;
}
.mv-title {
	padding: 20px 0 20px 0;
	font-weight: lighter;
	color: #00468A;
}
.mv-title span {
	font-weight: 600 !important;
}
.mision-vision-content p {
	font-size: 16px !important;
}
