/* FONT RELAWEY */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

.raleway-Thin{
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 100;
	font-style: normal;
}
.raleway-ExtraLight{
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 200;
	font-style: normal;
}
.raleway-Light{
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}
.raleway-Regular{
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.raleway-Medium{
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
.raleway-SemiBold{
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}
.raleway-Bold{
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}
.raleway-ExtraBold{
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
}
.raleway-Black{
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 900;
	font-style: normal;
}
/* FONT RELAWEY */

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;
}

h5{
	font-weight: 300;
}

.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: url(../images/logo.svg);
	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)!important;
	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;
}
strong{
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
h2{
	font-size: 24px;
	text-transform: uppercase;
	color: #000;
	font-weight: 200;
}
h2 strong{
 color: #D00B1D;
 font-weight: 400;
}

p{
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 200;
}
/*botones*/
.btn-primary{
	background-color: #D00B1D;
	border: 1px solid #D00B1D;
	color:#FFFFFF;
	font-size: 14px;
	padding: 14px 34px;
	transition: .5s;
}
.btn-primary:hover{
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #D00B1D;
}
/*botones*/
.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: #D00B1D;
	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 #D00B1D;
}
a.btn-custom:hover{
	background: #fff;
	border: 1px solid #D00B1D;
	color: #D00B1D;
}
/* hader */
header{
	display: block;
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 64px;
	left: 0;
	top: 0;
	z-index: 999;
	border-top: 0;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
header.active-scroll{
	background: rgba(255, 255, 255, 0.9);
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	overflow: visible;
}
header.active{
	background: transparent;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	overflow: visible;
}
header.active-scroll h1{
	display: block;
	opacity: 1;
	position: relative;
	overflow: hidden;
	margin: 12px auto 0 15px;
	background: url(../images/logo_color.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all ease .2s;
	background-size: 100% !important;
}
header.active h1{
	display: block;
	opacity: 1;
	position: relative;
	overflow: hidden;
	margin: 6px auto 0 auto;
	background: url(../images/logo_color.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all ease .2s;
	background-size: 100% !important;
	height: 62px;
	width: 125px;
}
nav{
	display: block;
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 200;
	right: -100%;
	top: 0px;
	z-index: 200;
	background-color: #424141;
}
nav .acordion{
	display: block;
	position: relative;
	overflow: hidden;
	width: 90%;
	height: 40px;
	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.active .acordion a.header-acordion{
	color: #fff;
}
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.active-scroll .acordion a.header-acordion span{
	background: #fff;
}
nav .acordion a.header-acordion 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 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 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:nth-child(1) .contenido-acordion ul li{
	display: block;
	position: relative;
	overflow: hidden;
	width: 50%;
	float: left;
	padding: 0px 15px 0px 15px;
	margin: 2px 0;
}
nav .acordion:nth-child(2) .contenido-acordion ul li{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	float: left;
	padding: 0px 15px 0px 15px;
	margin: 2px 0;
}
nav .acordion:nth-child(3) .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: 90%;
	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.active a{
	color: #fff;
}
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: flex;
	align-items: center;
	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 .buscador-menu a.ico-lupa img.lupa-blanca{
	display: block;
	position: absolute;
    top: 10px;
}
nav.active .buscador-menu a.ico-lupa img.lupa-blanca{
	display: block;
}
nav .buscador-menu a.ico-lupa img.lupa-negra{
	display: none;
}
nav.active .buscador-menu a.ico-lupa img.lupa-negra{
	display: none;
	position: absolute;
    top: 17px;
}
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.active button span{
	background-color: #000;
}
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;
  background: #fff;
}
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;
  background: #fff;
}
header button.active span:nth-child(3){
	opacity: 0;
}
header.active-scroll button span{
	background: #000;
}
@media screen and (min-width: 992px){
	header button.burger{
		display: none;
	}
	header{
		height: 100px;
		border-top: 0;
		overflow: visible;
		z-index: 9;
	}
	nav .box, nav .box-inner{
		overflow: visible;	
	}
	nav{
		right: 0;
		height: 80px;
		text-align: right;
		z-index: 9;
		width: 930px;
		background: transparent;
		overflow: visible;
		position: fixed;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
		padding-right: 60px;
	}
	nav.active a{
		color: #000;
	}
	nav a.link-solo{
		width: auto;
		display: block;
		border-bottom: 0px;
		float: left;
		height: 44px;
		top: 22px;
		font-size: 10px;
		margin-left: 15px;
	}
	nav .acordion{
		width: 135px;
		text-align: right;
		display: block;
		overflow: visible;
		margin: 0 0 0 15px;
		top: 22px;
		height: 56px;
		float: left;
	}
	nav.active .acordion a.header-acordion{
		color: #000;
	}
	nav.active .acordion a.header-acordion span{
		background: #000;
	}
	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;
	}
	nav.active .acordion a.header-acordion:hover{
		opacity: 1;
		color: #D00B1D;
	}
	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: rgb(255, 255, 255, 0.9);
		top: 0;
		opacity: 0;
		width: 350%;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
		border-radius: 0 0 8px 8px;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
	}
	nav .acordion .contenido-acordion:before{
		content: " ";
		opacity: 0;
		display: none;
		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 rgb(255, 255, 255, 0.9);
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
	}
	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 rgb(255, 255, 255, 0.9);
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
	}

	nav.active .acordion:before{
		opacity: 0;
	}
	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;
		color: #000000;
	}
	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 .buscador-menu a.ico-lupa img.lupa-blanca{
		display: block;
		position: absolute;
		top: 10px;
	}
	nav.active .buscador-menu a.ico-lupa img.lupa-blanca{
		display: none;
	}
	nav .buscador-menu a.ico-lupa img.lupa-negra{
		display: none;
	}
	nav.active .buscador-menu a.ico-lupa img.lupa-negra{
		display: block;
		position: absolute;
		top: 17px;
	}
	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;
		display: flex;
		align-items: center;
		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-scroll{
		height: 70px;
	}
	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: -9px;
	}
	nav .acordion .contenido-acordion:before{
		content: " ";
		display: block;
		position: absolute;
		overflow: hidden;
		opacity: 0;
		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;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
	}

	
	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: -30px;
		top: 35px;
		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: 12px;
	}
	nav .acordion a.header-acordion{
		font-size: 14px;
	}
	nav.active .acordion a.header-acordion:hover{
		opacity: 1;
		font-weight: 600;
		color: #D00B1D;
	}
}
@media screen and (min-width: 992px){
	header button.burger{
		display: none;
	}
	header{
		height: 100px;
		border-top: 0;
		overflow: visible;
	}
	header h1{
		top: 15px;
		left: 10%;
		width: 120px;
		height: 50px;
	}

	/*active*/
	header.active-scroll h1{
		top: -2px;
	}
	/*active end*/
}

/* hader end */


/* footer */
footer{
	padding: 30px 0 0 0;
	background: #000;
	margin-bottom: 8 0px;
}
footer a.logo{
	display: block;
	position: relative;
	overflow: hidden;
	width: 120px;
	margin: 0 auto 50px auto;
}
footer a{
	color: #fff;
}
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.ico-ubication{
	overflow: initial;
}
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;
	max-width: 180px;
	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: #D00B1D;
	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: #D00B1D;
	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: #D00B1D;
	font-weight: bold;
}
footer .btn-custom-black{
	padding: 10px 0px;
	background: transparent;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
	transition: .2s;
	text-align: center;
}
footer .btn-custom-black:hover{
	padding: 10px 34px;
	background: #FFFFFF;
	color: #000;
	border: 1px solid #FFFFFF;
}
@media screen and (min-width: 768px){
	footer{
		padding: 40px 0 0 0;
	}
	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 .bajada-footer p{
		margin-top: 40px;
		padding-top: 20px;
	}
}
/* footer end */

h2.title-section-one{
	text-transform: uppercase;
	color: #000;
	margin: 20px 0;
	padding-bottom: 20px;
	position: relative;
	font-size: 36px !important;
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 200;
	font-style: normal;
}
h2.title-section-one:before{
	content: " ";
	display: block;
	position: absolute;
	overflow: hidden;
	width: 100px;
	height: 2px;
	background: #00468A;
	left: 0;
	bottom: 0px;
}
a.btn-custom-red{
	display: block;
	position: relative;
	overflow: hidden;
	width: 220px;
	margin: 20px auto;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-weight: 600;
	background: #D00B1D;
	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-red: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: 50px;
	z-index: 2;
	left: 0;
	bottom: 0;
	text-align: center;
}
section.big-banner .owl-big-banner .owl-dots .owl-dot{
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 13px;
	width: 13px;
	margin: 0 6px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	background: rgba(255, 255, 255, .6);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
section.big-banner .owl-big-banner .owl-dots .owl-dot.active{
	background: #D00B1D;
}
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 {
	margin: 0px auto 0 auto;
}
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 .owl-foto-destacado{
	position: absolute;
    max-width: 250px;
    height: 250px;
    top: 35%;
    left: 5px;
    display: block;
    overflow: hidden;
   	border: 15px solid #fff;
}
.intro-txt .owl-foto-destacado figure{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.intro-txt .owl-foto-destacado .owl-dots{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 30px;
	z-index: 2;
	left: 0;
	bottom: 0;
	text-align: right;
	padding-right: 13px;
}
.intro-txt .owl-foto-destacado .owl-dots .owl-dot{
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 13px;
	width: 13px;
	margin: 0 6px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	background: rgba(255, 255, 255, .6);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.intro-txt .owl-foto-destacado .owl-dots .owl-dot.active{
	background: #D00B1D;
}
.intro-txt a.btn-custom-red{
	margin: 150px auto 0 auto;
}
/* intro-txt */


@media screen and (min-width: 768px){
	p{
		font-size: 16px;
	}
	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;
	}
	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.btn-custom-red{
		margin: 30px 0;
		float: left;
	}
	section.intro-txt{
		padding: 100px 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 .owl-foto-destacado{
		max-width: 320px;
		top: 25%;
    	left: 0;
	}
	.intro-txt .owl-foto-destacado{
	    max-width:350px;
	    height: 400px;
	}
	/* intro-txt */

}

@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{
		padding: 100px 0;
	}
	figure.foto-100{
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
	figure.foto-100 img{
		width: 100%;
	}
	/* intro-txt */
}


/* section two "NUESTRAS POLITICAS"*/
.politicas{
	margin:20px auto;
}

.titulo h2{
	font-size: 42px;
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 200;
	font-style: normal;
}
.politicas .border-bottom{
	border-bottom: 1px dashed #97979730 !important;
}
.politicas .section-pdf .pdf-content{
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: center;
	max-width: 750px;
	margin: 30px auto;
	padding: 11px 0;
}
.politicas .section-pdf ul{
	margin: 0;
	padding-left: 20px;
	width: 50%;
}
.politicas .section-pdf ul li{
	font-size: 22px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 22px;
}

.politicas .section-pdf ul li::marker{
	color: #D00B1D;
}

.btn-pdf {
	border: 1px solid #000;
	padding: 13px 10px;
	color: #000;
	background-color: #FFFFFF;
	transition: .5s;
	display: inline-flex; 
	align-items: center; 
	margin: 10px ;
	min-width: 165px;
  }
  
  .btn-pdf .ico-pdf{
	width: 18px;             
	height: 25px;          
	background-image: url(../images/pdf_icon_btn_black.svg); 
	background-repeat: no-repeat; 
	background-size: contain;     
	margin-right: 10px;   
	transition: .5s;   
  }
  .btn-pdf:hover .ico-pdf{
	background-image: url(../images/pdf_icon_btn_white.svg); 
  }

.politicas button.btn-pdf:hover{
	border: 1px solid #D00B1D;
	padding: 13px 30px;
	color: #fff;
	background-color: #D00B1D;
}
@media (min-width: 576px) { 
	.politicas{
		margin:50px auto;
	}
	.politicas .section-pdf .pdf-content{
		justify-content: space-between;
		margin: 0px auto;
	}
	.btn-pdf {
		margin: 0 auto;
		padding: 13px 30px;
		min-width: 165px;
	  }
	.politicas .section-pdf .pdf-content{
		flex-wrap: wrap;
	}
 }


/* section two "NUESTRAS POLITICAS"*/


/* section two "NUESTROS SERVICIOS"*/

.nuestros-servicios{
	margin: 0;
}
@media screen and (min-width: 768px){
	.nuestros-servicios{
		margin: 100px 0 67px 0;
	}
}
.nuestros-servicios p{
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
}
.nuestros-servicios .titulo{
	border-right: 0px solid #979797;
	display: flex;
    align-items: center;
    flex-direction: column;
    align-content: inherit;
    flex-wrap: wrap;
    justify-content: center;	
}
@media screen and (min-width: 768px){
	.nuestros-servicios .titulo{
		align-content: flex-end;
	}
}
.nuestros-servicios .content{
	display: flex;
    align-items: flex-end;
    flex-direction: column;
    align-content: flex-end;
    flex-wrap: wrap;
    justify-content: center;
	
}

.titulo h5 {
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    line-height: 22px;
}
.nuestros-servicios .categorias{
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	padding: 13px;
	transition: .5s;
}
.nuestros-servicios .categorias p{
	border-top: 2px dashed #FFFFFF !important;
	color: #FFFFFF;
	text-align: justify;
	margin: 20px auto;
	padding: 20px 0 40px 0;
	opacity: 0;
	transition: .5s;
}
.nuestros-servicios .categorias:hover p{
	opacity: 1;
}
.nuestros-servicios .categorias .cat-btn{
	opacity: 1;
	border: 1px solid #FFFFFF !important;
	background-color: transparent;
	color: #FFFFFF;
	text-align: justify;
	padding: 10px 34px;
	transition: .5s;
	position: relative;
	z-index: 100;
	background-color: transparent;
}
.nuestros-servicios .categorias:hover .cat-btn{
	opacity: 1;
	background-color: #FFFFFF;
	color: #D00B1D;
}


/* Estilos generales para las categorías */
.nuestros-servicios .categorias {
	position: relative;
	background-position: center left 40%;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden; /* Para asegurarse de que el before no se desborde */
	height: 500px; /* Ajusta la altura según tus necesidades */
  }
  
  .nuestros-servicios .categorias::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0; /* Inicialmente 0 */
	background: rgba(208, 11, 29, 0.7); /* Superposición en color rojo */
	transition: height 0.5s ease; /* Transición suave */
	z-index: 1; /* Se asegura de que el before esté encima de la imagen de fondo */
  }
  
  .nuestros-servicios .categorias:hover::before {
	height: 100%; /* En hover, el before cubre toda la categoría */
  }
  
  /* Imagen de fondo de cada categoría */
  .nuestros-servicios .categorias.img-01 {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0) 100%), url(../images/cat-01.png);
  }
  
  .nuestros-servicios .categorias.img-02 {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0) 100%), url(../images/cat-02.png);
  }
  
  .nuestros-servicios .categorias.img-03 {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0) 100%), url(../images/cat-03.png);
  }
  
  .nuestros-servicios .categorias.img-04 {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0) 100%), url(../images/cat-04.png);
  }
  
  /* Estilos adicionales para el contenido dentro de la categoría, como texto */
  .nuestros-servicios .categorias p {
	position: relative;
	z-index: 2; /* Asegura que el contenido esté encima del before */
	color: white;
	padding: 20px;
	text-align: center;
	opacity: 1;
  }
  


.nuestros-servicios .categorias{
	background: #000;
}

.nuestros-servicios .categorias h3{
	color:#FFFFFF;
	transition: .5s;
	position: relative;
	z-index: 1;
	opacity: 1;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
.nuestros-servicios .categorias:hover h3{
	font-weight: 600;
}

.nuestros-servicios .categorias figure{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	z-index: 0;
	opacity: .3;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
@media screen and (min-width:768px){
	.nuestros-servicios .categorias figure{
		opacity: .7;
	}
	.nuestros-servicios .categorias p {
		opacity: 0;
  }
  .nuestros-servicios .categorias .cat-btn{
		opacity: 0;
	}
	.nuestros-servicios .categorias h3{
		top: 15%;
	}
	.nuestros-servicios .categorias:hover h3{
		top: 0;
	}
}
@media (min-width: 576px) { 
	.nuestros-servicios .titulo{
		border-right: 3px solid #000000;
		align-items: flex-start;
	}
	.nuestros-servicios .categorias{
		height: 770px;
	}
}

/* section two "NUESTROS SERVICIOS"*/

/* section three "GRUPO EMIN"*/

.grupo-emin{
	margin: 50px auto 0 auto;
}
.grupo-emin h2{
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 200;
	font-style: normal;
}
.grupo-emin h2 b{
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
@media screen and (min-width: 768px){
	.grupo-emin{
		margin: 100px auto 50px auto;
	}
}

/* section three "GRUPO EMIN"*/

/*section four "NUESTROS PILARES"*/
/* acordion pilares */
.acordion-pilares{
	display: block;
	position: relative;
	overflow: hidden;
	width: 90%;
	height: 40px;
	margin: 15px auto;
}

.acordion-pilares a.header-acordion{
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 40px;
	line-height: 35px;
	color: #4A4A4A;
	padding-left: 40px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 28px;	
}
.acordion-pilares a.header-acordion.active{
	color: #D00B1D;
}
.acordion-pilares a.header-acordion div{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 30px;
	height: 30px;
	left: 0;
	top: 0;
	background: #4A4A4A;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
.acordion-pilares a.header-acordion.active div{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 30px;
	height: 30px;
	left: 0;
	top: 0;
	background: #D00B1D;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
.acordion-pilares 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.active-scroll .acordion a.header-acordion span{
	background: #fff;
}
.acordion-pilares a.header-acordion span:nth-child(1){
	width: 11px;
	height: 1px;
	right: 5px;
	top: 16px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
.acordion-pilares a.header-acordion span:nth-child(2){
	width: 1px;
	height: 11px;
	right: 18px;
	top: 11px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
.acordion-pilares a.header-acordion.active span:nth-child(1){
	width: 11px;
	height: 1px;
	right: 5px;
	top: 16px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.acordion-pilares a.header-acordion.active span:nth-child(2){
	width: 1px;
	height: 11px;
	right: 18px;
	top: 11px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.acordion-pilares .contenido-acordion{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.acordion-pilares .contenido-acordion ul{
	padding: 0px;
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	list-style: none;
	margin: 0;
}
.acordion-pilares:nth-child(1) .contenido-acordion ul li{
	display: block;
	position: relative;
	overflow: hidden;
	width: 50%;
	float: left;
	padding: 0px 15px 0px 15px;
	margin: 2px 0;
}
.acordion-pilares:nth-child(2) .contenido-acordion ul li{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	float: left;
	padding: 0px 15px 0px 15px;
	margin: 2px 0;
}
.acordion-pilares:nth-child(3) .contenido-acordion ul li{
	display: block;
	position: relative;
	overflow: hidden;
	width: 50%;
	float: left;
	padding: 0px 15px 0px 15px;
	margin: 2px 0;
}
.acordion-pilares .contenido-acordion ul li a{
	color: #000000;
	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;
}
.acordion-pilares .contenido-acordion ul li a:hover{
	opacity: .7;
}
/* acordion pilares snd */

.nuestros-pilares {
	background-color: #DEDEDE20;
	background-image: url(../images/BG_pilares.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 50px 0;
 }
  
  .nuestros-pilares .pilares .active p:first-of-type {
	font-size: 28px;
	color: #D00B1D;
  }
  
  .nuestros-pilares .pilares p:first-of-type {
	font-size: 28px;
	display: flex; /* Alineación de flex para el título */
	align-items: center; /* Alinear verticalmente */
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
  }
  
  .nuestros-pilares .pilares .contenido-acordion p{
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
  }
  
  /* Estructura general de la lista */
  .nuestros-pilares .pilares {
	list-style: none;
	padding: 0;
  }
  
.nuestros-pilares .pilares li {
	position: relative;
	padding-left: 50px; /* Espacio para el círculo */
	margin-bottom: 10px;
	cursor: pointer;
	transition: all ease .4s;
}
  
  .nuestros-pilares .pilares li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    transform: translateY(0) rotate(0deg); /* Inicia sin rotación */
    width: 31px;
    height: 31px;
    background-color: #4A4A4A; /* Color inicial */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.5s ease, background-color 0.5s ease; /* Transición suave */
}
  
.nuestros-pilares .pilares li.active::before {
    background-color: #D00B1D; /* Color al estar activo */
    transform: translateY(0) rotate(180deg); /* Rotación de 360 grados */
}
  
  /* Estilos del ícono dentro del círculo */
  .nuestros-pilares .pilares li::before {
	font-family: 'Material Icons'; /* Asegurarse de usar la fuente correcta */
	font-size: 24px; /* Tamaño del ícono */
	color: white; /* Color del ícono */
  }
  
  .nuestros-pilares .pilares li.active::before {
	content: "keyboard_arrow_up"; /* Icono de flecha hacia arriba */
  }
  
  .nuestros-pilares .pilares li:not(.active)::before {
	content: "keyboard_arrow_down"; /* Icono de flecha hacia abajo */
  }
  
  /* Animación de aparición de la descripción */
.nuestros-pilares .pilares .contenido-acordion p {
	display: block;
	opacity: 0;
	height: 0;
	transition: opacity 0.3s ease, height 0.3s ease;
	overflow: hidden;
	transition: all ease .4s;
}
  
.nuestros-pilares .pilares li.active .contenido-acordion p{
	height: auto;
	opacity: 1;
}
  

.nuestros-pilares .pilares-carousel img{
	max-width: 90%;
 }

@media screen and (min-width:768px){
	.nuestros-pilares{
		padding: 100px 0;
	}
}
/*section four "NUESTROS PILARES"*/
  

/*section five "NUESTRAS CIFRAS"*/
.nuestras-cifras{
	background-image: url(../images/BG_Cifras.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 25px 0;
}
.nuestras-cifras .card{
	border: 0px;
	margin: 0px auto;
	background-color: transparent;
}

.nuestras-cifras .card .card-body p:first-of-type{
	font-size: 48px;
	color: #D00B1D;
	margin-bottom: 0;
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}
.nuestras-cifras p:nth-of-type(2){
	font-size: 28px;
	color: #D00B1D;
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}
.nuestras-cifras p:nth-of-type(3){
	font-size: 16px;
	text-align: justify;
}

@media screen and (min-width:768px){
	.nuestras-cifras{
		padding: 100px 0;
	}
}
/*section five "NUESTRAS CIFRAS"*/


/*section six "PREVENCION THM"*/
.prevencion-thm {
	height: 90vh;
	display: flex;
	align-items: center;
}
.prevencion-thm figure{
	display: block;
	position: absolute;
	overflow: hidden;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 0;
}
.prevencion-thm .container{
	z-index: 1;
	position: relative;
	
}
.prevencion-thm h5, .prevencion-thm h2, .prevencion-thm p{
	color: #FFFFFF;
}
.prevencion-thm hr {
	border: none; /* Eliminar el borde por defecto */
	border-top: 3px dashed #FFFFFF; /* Línea discontinua de 3px y color blanco */
	height: 0; /* Asegura que no haya altura extra */
	margin: 3px 0; /* Espaciado vertical de 3px */
}
.prevencion-thm .btn-play{
	width: 114px;
	margin: 0 auto;
	display: block;
	padding: 0;
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
}
.prevencion-thm .btn-play img{
	width: 100%;
	height: auto;
	max-width: 114px;
}
.prevencion-thm .btn-play:hover{
	width: 120px;
	opacity: .7;
}
/*section six "PREVENCION THM"*/
/*section five "NUESTROS CLIENTES"*/
section.big-banner .txt-banner h2 {
	text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.50);
  }
.nuestros-clientes{
	background-image: url(../images/BG_Clientes.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0 50px 0;
	display: flex;
	align-items: center;
}
@media screen and (min-width:768px){
	.nuestros-clientes{
		padding: 100px 0;
	}
}
/*section five "NUESTROS CLIENTES"*/


.owl-foto-pilares{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.owl-foto-pilares img{
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
}
.pilares-carousel{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.owl-foto-pilares .owl-dots{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 90%;
	height: 30px;
	z-index: 2;
	left: 0;
	bottom: 0;
	text-align: right;
	padding-right: 13px;
}
.owl-foto-pilares .owl-dots .owl-dot{
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 13px;
	width: 13px;
	margin: 0 6px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	background: rgba(255, 255, 255, .6);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.owl-foto-pilares .owl-dots .owl-dot.active{
	background: #D00B1D;
}
.owl-clientes{
	display: block;	
	position: relative;
	overflow: visible;
	width: 100%;
	margin: 50px auto 0 auto;
}
.owl-clientes .owl-nav{
	display: block;
	position: absolute;
	overflow: visible;
	top: 50%;
	left: 0;
	width: 100%;
}
.owl-clientes .owl-nav .owl-prev{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 50px;
	height: 50px;
	top: 0;
	margin-top: -25px;
	background: url(../images/arrow-left-red-circle.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	left: -50px;
}
.owl-clientes .owl-nav .owl-next{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 50px;
	height: 50px;
	top: 0;
	margin-top: -25px;
	background: url(../images/arrow-right-red-circle.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	right: -50px;
}
.owl-clientes img{
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

/*GALERIA FOTOS*/
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #D00B1D;
}
.nav-pills .nav-link {
    border-radius: 0;
	color:#000000;
}
a.btn-custom-tag{
	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;
}
a.btn-custom-tag:hover{
	background: #D00B1D70;
	text-decoration: none;
}
a.btn-custom-tag:active{
	background: #D00B1D;
	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 p:first-of-type, .galeria-fotos p:nth-of-type(2){
	color: #FFFFFF;
	font-family: "Open Sans", sans-serif;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 400;
}
.galeria-fotos p:first-of-type{
	text-transform: uppercase;
}
.galeria-fotos .nav{
	flex-wrap: nowrap;
    overflow-x: auto;
}
.galeria-fotos .nav li.nav-item{
	text-wrap: nowrap;
	white-space: nowrap;
	margin: 0 5px;
}
.galeria-fotos .scroll{
	height: 40px;
	width: 40px;
	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: absolute;
	right: 0px;
	top:20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.galeria-fotos .scroll span{
	color:#D00B1D;
}
@media screen and (min-width: 768px){
	.galeria-fotos .foto_descripcion{
		bottom: 20px;
		background: none;
	}
	.galeria-fotos .nav{
		flex-wrap: wrap;
		overflow-x: auto;
	}
	.galeria-fotos .scroll{
		display: none;
	}
	#single-servicios .video h4::after{
		content: "";
		border-bottom: none;
	}}
/* 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);
}
/* galeria de fotos */
/* galeria de fotos */
.galeria-fotos{
	padding: 50px 0 0 0;
}
.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;
	}
}

.articulos-relevantes .galleria_articulos{
	padding: 25px 0;
}
.articulos-relevantes .galleria_articulos .horizontal{
	position: relative;
	margin: 10px auto;
}
.articulos-relevantes .galleria_articulos .horizontal figure{
	margin-bottom: 0;
}
.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;
	}
}

/* FIN GALERIA FOTOS */

/* 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: 13px;
	height: 13px;
	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: #D00B1D;
	width: 14px;
	height: 14px;
	top: 2px;
}
.box-noticias{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.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;
	position: relative;
	font-family: "Open Sans", sans-serif;
	font-weight: 200!important;
	margin-bottom: 0;
}
.box-noticias h5{
	font-size: 12px;
	opacity: .6;
	width: 100%;
}
.box-noticias h3{
	font-size: 18px;
	position: relative;
	padding: 0 15px 15px 0px;
	text-transform: initial;
}
.box-noticias a.leer{
	display: block;
	position: relative;
	color: #D00B1D;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	text-decoration: none;
}
.box-noticias a.leer:hover{
	opacity: .5;
}
/* noticias end */

/* noticias */
section.noticias{
	padding-bottom: 50px;
}
.owl-noticias{
	width: 100%;
}
.owl-noticias .item{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 15px;
	float: left;
}
@media screen and (min-width: 768px) {
	.owl-noticias .item{
		width: calc(33.3335% - 30px);
	}
}
.owl-noticias figure{
	height: 300px;
}
.owl-noticias h3{
	font-size: 20px;
}
.owl-noticias .owl-dots{
	width: 100%;
	margin: 25px auto;
}
.box-noticias figure{
	height: 344px;
	margin: 0 0 10px 0;
	padding: 0;
}
.box-noticias h4{
	font-size: 14px!important;
	color: #FFFFFF;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
}
.box-noticias h5{
	font-size: 12px;
}
.box-noticias h3{
	font-size: 18px;
}
.box-noticias .fecha{
	margin:24px 0 13px 0;
}
.box-noticias .title {
	position: absolute;
	z-index: 33;
	bottom: 0px;
	width: 100%;
	height: 50px;
	background-color: #00000075;
	display: flex;
	align-items: center;
    padding-left: 20px;
}
/* noticias end */

/*PAGE NUESTRA HISTORIA*/
#nuestra-historia .historia-contenido{
	background-color: #F2F2F3;
	padding:70px 0;
	margin-top: 30px;
}

#nuestra-historia .historia-contenido h5{
	font-size: 20px;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	line-height: 22px;
	text-align: center;
}
#nuestra-historia .historia-contenido {
	position: relative; /* Necesario para posicionar la línea de forma absoluta dentro de este contenedor */
}

#nuestra-historia .historia-contenido .time-line{
	overflow-x: auto;
	scroll-behavior: smooth; /* Hace que el scroll sea suave */
	white-space: nowrap;
}
/* Estilo para toda la barra de desplazamiento */
#nuestra-historia .historia-contenido .time-line::-webkit-scrollbar {
    width: 12px; /* Ancho de la barra vertical */
    height: 12px; /* Altura de la barra horizontal */
}

/* Estilo de la "pista" de la barra de desplazamiento */
#nuestra-historia .historia-contenido .time-line::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Color de fondo de la pista */
    border-radius: 10px; /* Bordes redondeados */
}

/* Estilo del "pulgar" de la barra de desplazamiento (la parte que arrastras) */
#nuestra-historia .historia-contenido .time-line::-webkit-scrollbar-thumb {
    background-color: #E5969D; /* Color del pulgar */
    border-radius: 10px; /* Bordes redondeados */
    border: 3px solid #fff; /* Borde blanco alrededor del pulgar */
}

/* Estilo del "pulgar" cuando está en hover */
#nuestra-historia .historia-contenido .time-line::-webkit-scrollbar-thumb:hover {
    background-color: #D00B1D; /* Cambia de color cuando está en hover */
}


#nuestra-historia .historia-contenido .time-line .time-line-btn{
	min-width: 25%;
}

#nuestra-historia .historia-contenido .time-line .arrow-left, #nuestra-historia .historia-contenido .time-line .arrow-right{
	position: absolute;
	top: 6px;
    cursor: pointer;
    z-index: 10;
	opacity: 1; /* Aseguramos que las flechas sean visibles inicialmente */
    transition: opacity 0.3s ease-in-out; /* Transición suave */
}
#nuestra-historia .historia-contenido .time-line .arrow-hidden {
    opacity: 0;
    pointer-events: none; /* Evita interacciones cuando están ocultas */
}
#nuestra-historia .historia-contenido .time-line .arrow-left{
	left: 0;
}
#nuestra-historia .historia-contenido .time-line .arrow-right{
	right: 0;
}
  
#nuestra-historia .historia-contenido .time-line::before {
	content: "";
	position: absolute;
	top: 20px; /* Coloca la línea verticalmente al centro */
	width: 95%; /* La línea abarcará el ancho completo */
	height: 4px;
	background-color: #787777; /* Color de la línea */
	transform: translateY(-50%); /* Ajuste para que la línea quede perfectamente centrada */
}

#nuestra-historia .historia-contenido .texto-con-outline {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 160px;
	line-height: 160px;
    color: #F2F2F3; /* Color del texto */
    text-shadow:
        3px 3px 0px rgba(229, 150, 157),  /* sombra derecha */
        -3px 3px 0px rgba(229, 150, 157), /* sombra izquierda */
        3px -3px 0px rgba(229, 150, 157), /* sombra abajo */
        -3px -3px 0px rgba(229, 150, 157), /* sombra arriba */
        0px 3px 3px rgba(229, 150, 157),  /* sombra difusa */
        0px -3px 3px rgba(229, 150, 157); /* sombra difusa */
}

#nuestra-historia .historia-contenido .time-line::after::before {
	content: url('../images/arrow-left.svg'); /* Imagen de la flecha izquierda */
  }
  
#nuestra-historia .historia-contenido .time-line::after::after {
	content: url('../images/arrow-right.svg'); /* Imagen de la flecha derecha */
  }
#nuestra-historia .historia-contenido .time-line .radio-btn{
	background-color: #F2F2F3;
	border:4px solid #787777;
	height: 40px;
	width: 40px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}
#nuestra-historia .historia-contenido .time-line .radio-btn .interior{
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background-color: #787777;
}
#nuestra-historia .historia-contenido .time-line .radio-btn .interior.active{
	background-color: #D00B1D;
}
#nuestra-historia .historia-contenido .time-line p{
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 22px;
	color: #5E5C5C;
	text-align: center;
}

#nuestra-historia .historia-contenido .carousel-timeline img.year{
	max-width: 350px;
}
#nuestra-historia .owl-timeline .historia-contenido .carousel-timeline h3.title-slides-carousel{
	font-size: 36px;
}
#nuestra-historia .owl-timeline .owl-foto-timeline{
    max-width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}
#nuestra-historia .owl-timeline .owl-foto-timeline figure{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
#nuestra-historia .owl-timeline .owl-foto-timeline .owl-dots{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 30px;
	z-index: 2;
	right: -200px;
	bottom: 0;
	text-align: center;
}
#nuestra-historia .owl-timeline .owl-foto-timeline .owl-dots .owl-dot{
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 13px;
	width: 13px;
	margin: 0 6px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	background: rgba(255, 255, 255, .6);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
#nuestra-historia .owl-timeline .owl-foto-timeline .owl-dots .owl-dot.active{
	background: #D00B1D;
}

/**/

#nuestra-historia .owl-timeline{
    max-width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
	padding-bottom: 100px;
}
#nuestra-historia .owl-timeline figure{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
#nuestra-historia .owl-timeline .owl-dots{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 30px;
	z-index: 2;
	left: 0;
	bottom: 0;
	text-align: center;
}
#nuestra-historia .owl-timeline .owl-dots .owl-dot{
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 13px;
	width: 13px;
	margin: 0 6px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	background: rgba(255, 255, 255, .6);
	border: 1px solid #00000050;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
#nuestra-historia .owl-timeline .owl-dots .owl-dot.active{
	background: #D00B1D;
}

@media screen and (min-width: 768px) {
    #nuestra-historia section.big-banner {
        height: 588px;
        margin-top: 0;
    }
	#nuestra-historia section.big-banner .owl-big-banner {
        height: 588px;
    }
	#nuestra-historia section.big-banner .owl-big-banner figure {
        height: 588px;
    }
	#nuestra-historia .historia-contenido .time-line p{
		font-size: 36px;
	}
	#nuestra-historia .historia-contenido .time-line .time-line-btn{
		min-width: 20%;
	}
}


/* PAGE NUESTROS CLIENTES*/

#nuestros-clientes .nuestros-clientes{
	min-height: 672px;
	padding: 75px 0;
}

@media screen and (min-width: 768px) {
	#nuestros-clientes .nuestros-clientes{
		padding: 196px 0;
	}
    #nuestros-clientes section.big-banner {
        height: 588px;
        margin-top: 0;
    }
	#nuestros-clientes section.big-banner .owl-big-banner {
        height: 588px;
    }
	#nuestros-clientes section.big-banner .owl-big-banner figure {
        height: 588px;
    }
}

/* PAGE NUESTRAS POLITICAS*/

@media screen and (min-width: 768px) {
    #nuestras-politicas section.big-banner {
        height: 588px;
        margin-top: 0;
    }
	#nuestras-politicas section.big-banner .owl-big-banner {
        height: 588px;
    }
	#nuestras-politicas section.big-banner .owl-big-banner figure {
        height: 588px;
    }
}


/* PAGE NUESTRAS POLITICAS*/
#reglamiento-interno .content{
	display: flex;
	align-items: start;
}
#reglamiento-interno button.btn-pdf{
	margin: 0;
}
#reglamiento-interno button.btn-pdf:hover{
	border: 1px solid #D00B1D;
	padding: 13px 30px;
	color: #fff;
	background-color: #D00B1D;
}
@media screen and (min-width: 768px) {
    #reglamiento-interno section.big-banner {
        height: 588px;
        margin-top: 0;
    }
	#reglamiento-interno section.big-banner .owl-big-banner {
        height: 588px;
    }
	#reglamiento-interno section.big-banner .owl-big-banner figure {
        height: 588px;
    }
}

/* PAGE SOSTENIBILIDAD*/
@media screen and (min-width: 768px) {
    #sostenibilidad section.big-banner {
        height: 588px;
        margin-top: 0;
    }
	#sostenibilidad section.big-banner .owl-big-banner {
        height: 588px;
    }
	#sostenibilidad section.big-banner .owl-big-banner figure {
        height: 588px;
    }
}

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

#sostenibilidad .contenido .mujeres{
	background-color: #F2F2F3;
	position: relative;
}
#sostenibilidad .contenido .mujeres .col-12{
	padding: 0;
}
#sostenibilidad .contenido .mujeres .icon {
    position: absolute;
    right: 35%;
    bottom: -55px;
}
#sostenibilidad .contenido .mujeres .imgLiquid {
    background-position: top center !important;
}
#sostenibilidad .contenido .mujeres figure {
    margin: 0 0 0rem;
}
#sostenibilidad .contenido .mujeres .descripcion{
	width: 90%;
	margin: 0 auto;
	padding: 75px 0 30px 0;
}
#sostenibilidad .contenido .mujeres .descripcion p{
	margin: 1rem auto !important;
}
@media screen and (min-width: 768px){
	#sostenibilidad .cultura__piso--01 .titulo{
		width: 30%;
		border-right: solid 3px #D00B1D;
		padding: 0;
	}
	#sostenibilidad .cultura__piso--01 .titulo::after {
		border-bottom: solid 0px #D00B1D;
	  }
	#sostenibilidad .cultura__piso--01 .bajada{
		width: 70%;
		padding: 0 25px;
	}
	#sostenibilidad .contenido .colaboradores .descripcion{
		width: 75%;
		padding: 20px 0 20px 0;
	}
	#sostenibilidad .contenido .colaboradores .icon{
		right: -61px;
		top: 38%;
	}
	#sostenibilidad .contenido .mujeres .descripcion{
		width: 75%;
		padding: 20px 0 20px 0;
	}
	#sostenibilidad .contenido .mujeres .icon{
		left: -61px;
		top: 38%;
	}
}

/* PAGE PREVENCION*/
@media screen and (min-width: 768px) {
    #prevencion section.big-banner {
        height: 588px;
        margin-top: 0;
    }
	#prevencion section.big-banner .owl-big-banner {
        height: 588px;
    }
	#prevencion section.big-banner .owl-big-banner figure {
        height: 588px;
    }
}

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

#prevencion .contenido .mujeres{
	background-color: #F2F2F3;
	position: relative;
}
#prevencion .contenido .mujeres .col-12{
	padding: 0;
}
#prevencion .contenido .mujeres .icon {
    position: absolute;
    right: 35%;
    bottom: -55px;
}
#prevencion .contenido .mujeres .imgLiquid {
    background-position: top center !important;
}
#prevencion .contenido .mujeres figure {
    margin: 0 0 0rem;
}
#prevencion .contenido .mujeres .descripcion{
	width: 90%;
	margin: 0 auto;
	padding: 75px 0 30px 0;
}
#prevencion .contenido .mujeres .descripcion p{
	margin: 1rem auto !important;
}
@media screen and (min-width: 768px){
	#prevencion .cultura__piso--01 .titulo{
		width: 30%;
		border-right: solid 3px #D00B1D;
		padding: 0;
	}
	#prevencion .cultura__piso--01 .titulo::after {
		border-bottom: solid 0px #D00B1D;
	  }
	#prevencion .cultura__piso--01 .bajada{
		width: 70%;
		padding: 0 25px;
	}
	#prevencion .contenido .colaboradores .descripcion{
		width: 75%;
		padding: 20px 0 20px 0;
	}
	#prevencion .contenido .colaboradores .icon{
		right: -61px;
		top: 38%;
	}
	#prevencion .contenido .mujeres .descripcion{
		width: 75%;
		padding: 20px 0 20px 0;
	}
	#prevencion .contenido .mujeres .icon{
		left: -61px;
		top: 38%;
	}
}

/* PAGE SINGLE SERVICIOS*/
@media screen and (min-width: 768px) {
    #single-servicios section.big-banner {
        height: 588px;
        margin-top: 0;
    }
	#single-servicios section.big-banner .owl-big-banner {
        height: 588px;
    }
	#single-servicios section.big-banner .owl-big-banner figure {
        height: 588px;
    }
}

/* PAGE GRUPO EMIN*/
@media screen and (min-width: 768px) {
    #grupo-emin section.big-banner {
        height: 588px;
        margin-top: 0;
    }
	#grupo-emin section.big-banner .owl-big-banner {
        height: 588px;
    }
	#grupo-emin section.big-banner .owl-big-banner figure {
        height: 588px;
    }
}

/* PAGE CANAL DENUNCIAS*/
#canal-denuncias .nuestros-servicios .content {
    align-items: start;
}
#canal-denuncias .nuestros-servicios .content .btn-custom-red{
	margin: 0;
}
.video-thm {
	background-image: url(../images/img-canaldenuncias.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 90vh;
	display: flex;
	align-items: center;
	margin-top: 75px;
}
.video-thm .btn-play{
	width: 90%;
	margin: 0 auto;
}
.video-thm .btn-play img{
	width: 100%;
	height: auto;
	max-width: 114px;
}
@media screen and (min-width: 768px) {
    #canal-denuncias section.big-banner {
        height: 588px;
        margin-top: 0;
    }
	#canal-denuncias section.big-banner .owl-big-banner {
        height: 588px;
    }
	#canal-denuncias section.big-banner .owl-big-banner figure {
        height: 588px;
    }
}


/* PAGE CONTACTO*/
@media screen and (min-width: 768px) {
    #contacto section.big-banner {
        height: 588px;
        margin-top: 0;
    }
	#contacto section.big-banner .owl-big-banner {
        height: 588px;
    }
	#contacto section.big-banner .owl-big-banner figure {
        height: 588px;
    }
}



/*PAGE PORTADILLA NOTICIAS*/
@media screen and (min-width: 768px) {
    #portadilla-noticias section.big-banner {
        height: 588px;
        margin-top: 0;
    }
	#portadilla-noticias section.big-banner .owl-big-banner {
        height: 588px;
    }
	#portadilla-noticias section.big-banner .owl-big-banner figure {
        height: 588px;
    }
}

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 dashed #000000;
}
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: #D00B1D;
	font-weight: 600;
}
/* 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: bold;
	font-family: "Open Sans", sans-serif;
}
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-family: "Open Sans", sans-serif;
	height: 50px;
	display: flex;
	justify-content: center;
    align-items: center;
}
.buscador-noticias a.btn-custom-blue:hover{
	background: rgba(0, 0, 0, .2);
}
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: #D00B1D;
    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;
}
@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: 0px 0 0 0;
	}
}
/* buscador noticias end */


/* noticias */
section.noticias-page{
	padding-bottom: 82px;
}


section.noticias-page .box-noticias{
	margin-bottom: 51px;
}
section.noticias-page .box-noticias.first-noticia .noticia-destacada{
	width: 85%;
	max-width: 451px;
	background-color: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 175px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
@media screen and (min-width: 768px){
	section.noticias-page .box-noticias.first-noticia{
		height: 501px;
		margin-bottom: 100px;
	}
	section.noticias-page .box-noticias.first-noticia figure{
		float: left;
		width: 100%;
		height: 501px;
	}
	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: 20px;
		margin-top: 50px;
	}
	section.noticias-page .box-noticias.first-noticia h5{
		float: left;
		display: block;
		width: 50%;
		padding-left: 20px;
		font-size: 13px;
	}
	section.noticias-page .box-noticias.first-noticia h3{
		float: left;
		display: block;
		width: 100%;
		padding-left: 20px;
	}
	section.noticias-page .box-noticias.first-noticia p{
		float: left;
		display: block;
		width: 50%;
		padding-left: 20px;
	}
	section.noticias-page .box-noticias.first-noticia a{
		float: left;
		display: block;
		padding-left: 20px;
	}
	section.noticias-page .box-noticias.first-noticia .noticia-destacada{
		width: 50%;
	}
}
/* noticias end */

/*PAGE SINGLE NOTICIAS*/
#single-noticias section.big-banner .owl-big-banner .owl-dots{
	text-align: right;
	padding-right: 0px;
}
#single-noticias section.big-banner .owl-big-banner .box-inner h5.title{
	background-color:#00000059;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	max-width: 107px;
	font-size: 14px;
	font-weight: 400;
}

@media screen and (min-width: 768px) {
    #single-noticias section.big-banner {
        height: 588px;
        margin-top: 0;
    }
	#single-noticias section.big-banner .owl-big-banner {
        height: 588px;
    }
	#single-noticias section.big-banner .owl-big-banner figure {
        height: 588px;
    }
	#single-noticias section.big-banner .owl-big-banner .owl-dots{
		text-align: right;
		padding-right: 40px;
	}
}

/* noticias single */
section.single-txt-banner{
	padding: 15px 0;
	position: relative;
}
section.single-txt-banner a.volver{
	display: block;
	position: absolute;
	overflow: hidden;
	left: inherit;
	top: 20px;
	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-bg{
	padding-right: 10px;
	display: flex;
	position: absolute;
	top: -150px;
	left: 0px;
	overflow: visible;
	width: 70%;
	margin-top: 40px;
	z-index: 3;
	background-color: #FFFFFF;
	height: 110px;
	justify-content: flex-end;
    align-items: flex-end;
}
section.single-txt-banner .box-uno-bg .contenido{
	max-width: 820px;
	display: flex;
	justify-content: space-between;
	width: 95%;
}
section.single-txt-banner .box-uno{
	padding-right: 10px;
	display: flex;
	position: absolute;
	top: -165px;
	overflow: visible;
	margin-top: 40px;
	z-index: 3;
	background-color: #FFFFFF;
	height: 110px;
	justify-content: flex-end;
    align-items: flex-end;
	width: 100%;
}
section.single-txt-banner .box-uno .contenido{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
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-bottom: 1px dashed #000;
	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%;
}
@media screen and (min-width: 768px){
	section.single-txt-banner .box-uno-bg{
		width: 68%;
		padding-right: 30px;
	}
	section.single-txt-banner .box-uno-bg .contenido{
		width: 85%;
	}
	.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;
	}
}

/* section video yourube */
section.video{
	padding: 20px 0;
}
section.video iframe{
	display: block;
	position: relative;
	overflow: hidden;
	width: 256px;
	height: 144px;
	margin: 0 auto;
	padding: 0;
}
@media screen and (min-width: 768px){
	section.video{
		padding: 40px 0;
	}
	section.video iframe{
		width: 426px;
		height: 240px;
	}
	section.video a.btn-custom-white{
		position: relative;
		margin: 50px auto 0 auto;
		width: 160px;
		right: auto;
	}
}
@media screen and (min-width: 992px){
	section.video iframe{
		width: 640px;
		height: 360px;
	}
}
@media screen and (min-width: 1024px){
	section.video 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 dashed #000;
}
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*/
/*PAGE SINGLE NOTICIAS*/


/*PAGE AVISO TRABAJOS*/
@media screen and (min-width: 768px) {
    #portadilla-trabajaconnosotros section.big-banner {
        height: 588px;
        margin-top: 0;
    }
	#portadilla-trabajaconnosotros section.big-banner .owl-big-banner {
        height: 588px;
    }
	#portadilla-trabajaconnosotros section.big-banner .owl-big-banner figure {
        height: 588px;
    }
}
#portadilla-trabajaconnosotros ul {
    padding: 0px;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    list-style: inside;
    margin: 0;
}
#portadilla-trabajaconnosotros .avisos .items{
	margin-top:70px;
}
#portadilla-trabajaconnosotros .avisos .items h3 {
    font-size: 36px;
    font-weight: 400;
    text-align: left;
	padding-bottom: 15px;
	border-bottom: 1px dashed #D00B1D35;
}
#portadilla-trabajaconnosotros .avisos .items p {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
}
#portadilla-trabajaconnosotros .avisos .items p:nth-of-type(2){
    text-decoration: underline;
}
#portadilla-trabajaconnosotros .items a.btn-custom-red {
    display: block;
    position: relative;
    overflow: hidden;
    width: 220px;
    margin: 20px auto;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    background: #D00B1D;
    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;
}
#portadilla-trabajaconnosotros .items a.btn-custom-red:hover{
	background: #000;
	text-decoration: none;
}
@media screen and (min-width: 768px) {
	#portadilla-trabajaconnosotros .items a.btn-custom-red {
		margin: 20px 0;
	}
}
/*PAGE AVISO TRABAJOS*/

/* PAGE POSTULACION*/
@media screen and (min-width: 768px) {
    #postulacion section.big-banner {
        height: 588px;
        margin-top: 0;
    }
	#postulacion section.big-banner .owl-big-banner {
        height: 588px;
    }
	#postulacion section.big-banner .owl-big-banner figure {
        height: 588px;
    }
}
/* PAGE POSTULACION*/

/* PAGE PREMIOS */
#premios{
	padding-bottom: 100px;
}
#premios .contenido {
    display: flex;
    align-items: center;
    margin: 20px auto 20px auto;
}
@media screen and (min-width: 768px) {
	#premios .contenido {
		display: flex;
		align-items: center;
		margin: 50px auto 20px auto;
	}
    #premios section.big-banner {
        height: 588px;
        margin-top: 0;
    }
	#premios section.big-banner .owl-big-banner {
        height: 588px;
    }
	#premios section.big-banner .owl-big-banner figure {
        height: 588px;
    }
}
/* PAGE PREMIOS */


/* PAGE GOBERNANZA */
@media screen and (min-width: 768px) {
    #gobernanza section.big-banner {
        height: 588px;
        margin-top: 0;
    }
	#gobernanza section.big-banner .owl-big-banner {
        height: 588px;
    }
	#gobernanza section.big-banner .owl-big-banner figure {
        height: 588px;
    }
}
#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;
}
#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--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;
}

#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 {
	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;
}

#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: 20%;
		border-right: solid 3px #1895D3;
		padding: 0;
	}
	#gobernanza .gobernanza__piso--01 .titulo::after {
		border-bottom: solid 0px #1895D3;
	  }
	#gobernanza .gobernanza__piso--01 .bajada{
		width: 80%;
		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;
	  }
	#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%;
	}
}
/*PAGE GOBERNANZA*/

/* PAGE SOBRE THM */
#sobre-thm{
	padding-bottom: 100px;
}
#sobre-thm .contenido {
    display: flex;
    align-items: center;
    margin: 50px auto 20px auto;
}
@media screen and (min-width: 768px) {
    #sobre-thm section.big-banner {
        height: 588px;
        margin-top: 0;
    }
	#sobre-thm section.big-banner .owl-big-banner {
        height: 588px;
    }
	#sobre-thm section.big-banner .owl-big-banner figure {
        height: 588px;
    }
}
/* PAGE SOBRE THM */



@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: 60%;
		margin-top: 7px;
	}
	.buscador-desk .buscador-modal a.cerrar-buscador{
		display: block;
		position: absolute;
		overflow: hidden;
		width: 20px;
		height: 20px;
		background: #D00B1D;
		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 */



/* modal-video */
.modal-video{
	display: none;
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .7) ;
	backdrop-filter: blur(3px);
	z-index: 99;
	opacity: 0;
}
.modal-video iframe{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 256px;
	height: 144px;
	left: 50%;
	top: 50%;
	margin-left: -128px;
	margin-top: -72px;
}
.modal-video a.cerrar-modal-video{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 20px;
	height: 20px;
	background: #D00B1D;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	right: 30px;
	top: 30px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
}
.modal-video a.cerrar-modal-video:hover{
	transform: rotate(180deg);
}
.modal-video a.cerrar-modal-video span{
	display: block;
	position: relative;
	overflow: hidden;
	width: 10px;
	height: 2px;
	background: #fff;
}
.modal-video a.cerrar-modal-video span:nth-child(1){
	left: 5px;
	top: 9px;
	transform: rotate(45deg);
}
.modal-video a.cerrar-modal-video span:nth-child(2){
	left: 5px;
	top: 7px;
	transform: rotate(-45deg);
	
}
@media screen and (min-width: 768px){
	.modal-video iframe{
		width: 640px;
		height: 360px;
		margin-left: -320px;
		margin-top: -180px;
	}
}

@media screen and (min-width: 992px){
	.modal-video iframe{
		width: 854px;
		height: 480px;
		margin-left: -427px;
		margin-top: -220px;
	}
}

/* modal-video end */


/*contactanos*/
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;

}
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;
}
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: #D00B1D;
	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: #D00B1D;
	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;
}



.row.contenido.active{
	display: block;
}
.row.contenido{
	display: none;
}



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

.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*/