@charset "utf-8";
*{outline:none !important}
html{height:100%;}
body{
	font-family:"Arial", sans-serif;
	font-size:14px;	
	color:#616161;
	min-width:320px;
	margin:auto;
	background:#fff;
	line-height:19px;
}

body p{font-family:inherit;font-size:inherit;color:inherit; line-height:normal}
.container{margin:auto; line-height:23px; text-align:justify; position:relative; color:#757575; max-width: 1230px;}
.container:before,
.container:after{display:block; content:""; clear:both;}
.animar{transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;}

#header{
	width: 100%;
	z-index: 3;
	height: 182px;
	position: absolute;
	top: 0;
	left: 0;
}
#darkTop{
	background: url(../images/banner/top.png) center no-repeat;
	background-size: cover; 
}
.contentDarkTop{
	height: 61px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	padding-right: 300px;
}
.cntTels{
	flex-direction: column;
}
.cntTels,.cntTels a{
	display: flex;
	align-items: center;
	justify-content: center;
}
.cntTels a{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
}
.cntTels a img{
	margin-right: 4px;
}
.cntTels a:last-child{
	margin-left: 25px;
}
#buscador{
	margin-right: 35px;
}
#frmBuscador {
    display: block;
    width: 200px;
}
.prelative {
    position: relative;
}
#frmBuscador .form-control {
    height: 36px;
    border-radius: 0;
    border: 0;
    background: transparent;
    border: solid 1px #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-style: italic;
    color: #ffffff;
    padding-right: 35px;
}
#frmBuscador input::-webkit-input-placeholder {color:#ffffff; opacity:  1;}
#frmBuscador input:-moz-placeholder {color:#ffffff; opacity:  1;}
#frmBuscador input::-moz-placeholder {color:#ffffff; opacity:  1;}
#frmBuscador input:-ms-input-placeholder {color:#ffffff; opacity:  1;}
#buscador button{
    display: block;
    position: absolute;
    right: 7px;
    top: 6.5px;
    width: 22px;
    height: 23px;
    background: url(../images/iconos/lupa.png) center no-repeat;
    border: none;
    cursor: pointer;
}

.idiomas{
	position: absolute;
	top: 20px;
	right: 0px;
	height: 21px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.idiomas a{
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: -0.25px;
	color: #ffffff;
	cursor: pointer;
}
.idiomas a img{
	margin-right: 5px;
}


#logo{
	display: block;
	width: 200px;
	position: absolute;
	top: 25px;
	left: 15px;
}
#logo a{
	display: block;
	position: relative;
}
#logo img{
	display: block;
	width: 100%;
	height: auto;
	mix-blend-mode: multiply;
}

#redes{
	width: auto;
	height: 27px;
	position: absolute;
	top: 17px;
	right: 103px;
	display: flex;
	align-items: center;
}
#redes a{
	color: #ffffff;
	height: 27px;
	width: 27px;
	text-align: center;
	display: inline-block;
	margin-right: 8px;
}
#redes a:last-child{
	margin-right: 0;
}
#redes a .fa{
	display: none;
}
#redes .fb{
	background: url(../images/redes/red1.png) center no-repeat;
}
#redes .tr{
	background: url(../images/redes/red2.png) center no-repeat;
}
#redes .yt{
	background: url(../images/redes/red3.png) center no-repeat;
}
#redes .mail{
	background: url(../images/redes/red4.png) center no-repeat;
}
#redes .in{
	background: url(../images/redes/red5.png) center no-repeat;
}
#redes a:hover,#redes a:focus{
	transform: scale(1.1);
}

#topMenu{
	height: 121px;
	border-top: solid 2px #ffffff;
	border-bottom: solid 3px #ffffff;
	width: 100%;
	position: relative;
	background: #ffffff;
}
#topMenu:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background: url(../images/banner/menu.png);
}
#menu{
	margin: auto;
	position: absolute;
	right: 15px;
	top: 0;
	background: url(../images/banner/menu.png);
	height: 116px;
}
#menu ul{
	margin: 0;
	position: relative;
}
#menu ul:before,
#menu ul:after{
	display: block;
	content: "";
	clear: both;
}
#menu ul > li{
	float: left;
	position: relative;
	padding: 0;
	border-right: solid 1px #ffffff; 
}
#menu ul > li:nth-child(1){
	width: 80px;
}
#menu ul > li:nth-child(2){
	width: 90px;
}
#menu ul > li:nth-child(3){
	width: 110px;
}
#menu ul > li:nth-child(4){
	width: 120px;
}
#menu ul > li:nth-child(5){
	width: 110px;
}

#menu ul > li > a{
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 100%;
	color: #ffffff;
	position: relative;
	background: transparent;
	font-size: 11px;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	letter-spacing: 0px;
	font-weight: 400;
	line-height: normal;
	text-align: center;
	height: 116px;
	padding: 0;
	padding-top: 22px;
}
#menu ul > li > a > div{
	margin-bottom: 5px;
	height: 41px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#menu > li > a > span{
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#menu ul > li:first-child{
}
#menu ul > li:last-child{
	float: right;
	background: transparent;
}
#menu ul > li.active > a, #menu ul > li > a:hover, #menu ul > li > a:focus{
	color: #ffffff;
	background: url(../images/banner/hover.png) center no-repeat;
	background-size: cover;
}


.submenu{
	display: none;
	position: absolute !important;
	top: 116px;
	left: calc(50% - 98px);
	border-top: solid 3px #ffffff;
	background: #ffffff;
}
.menu li.menuP:hover .submenu{
	display: block;
}
ul.submenu li{
	width: 196px !important;
	border-right: 0 !important;
	border-left: 0 !important;
	height: 32px;
	border-bottom: solid 1px #ffffff;
}
.submenu2{
	left: calc(50% - 113.5px);
}
ul.submenu2 li{
	width: 227px !important;
}
ul.submenu li > a{
	width: 100%;
	line-height: 31px !important;
	height: 31px !important;
	color: #ffffff;
	padding-top: 0 !important;
	background: url(../images/banner/menu.png) !important;
	text-decoration: none !important;
}

ul.submenu li.active > a, ul.submenu li > a:hover, ul.submenu li > a:focus{
	color: #ffffff !important;
	background: url(../images/banner/hover.png) center no-repeat !important;
	background-size: cover !important;
}

/*Footer*/
#datMap{
	background: url(../images/banner/mapinicio.png) top center no-repeat;
	background-size: cover;
	padding-bottom: 17px;
	padding-top: 2px;
}
#datMap .container{
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.3px;
	text-align: center;
}
#datMap .container img{
	display: inline;
	position: relative;
	top: 7px;
	margin-right: 7px;
}
#datFooter{
	background: url(../images/banner/datfoot.png) top center no-repeat;
	background-size: cover;
	padding: 64.5px 0;
}
.contentDat{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.contentImgDat{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.contentImgDat a:last-child{
	margin-left: 43px;
}
.btnVisitas{
	margin-left: 0px;
	margin-top: 30px;
	width: 252px;
	height: 92px;
	background: url(../images/banner/ico3.png) center no-repeat;
	background-size: cover;
	padding-right: 162px;
	padding-left: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 25px;
	line-height: 26px;
	letter-spacing: 0.24px;
	text-align: center;
	color: #323232;
}

#footer{
	text-align:center;
	font-size:11px;
	color:#FFF;
	background: url(../images/iconos/footer.png) center no-repeat;
	background-size: cover;
	line-height:18px;
	font-family:'Arial', sans-serif;
	min-height: 44px; 
}
#footer .container{
	padding-top:17px; 
	padding-bottom:17px; 
	font-family:inherit; 
	font-size:inherit;
}
#footer .tfooter{
	color:#FFF;
	line-height:16px;	
	text-align:left;
	float:left;
}
#footer #powered {
	color:#FFF; 
    line-height: 16px;
    margin: 0 auto 0;
    width: auto;
	text-align:right;
	float:right
}
#footer a{	
	color:#FFF;	
}
/*#footer #powered a{background: url(../images/iconGlobal.png) no-repeat center left;padding:3px 0 3px 20px}
#footer a:hover{
	text-decoration:underline;
}
#footer #powered a{color:#FFF;}*/

#footer #powered {
  line-height: 22px;
}
#footer #powered a {
  background: url(../images/tecweb.png) no-repeat center left;
  padding: 0 0 0 30px;
  line-height: inherit;
  display: inline-block;
  color: #FFF;
  margin-left: 4px;
  text-decoration:none !important;
}

#footer .tfooter{
	margin-bottom:2px;
}
#footer .tfooter,
#footer #powered{float:none; text-align:center;}
#footer .tfooter span{display:block; text-align:center; line-height:18px}
/*Footer*/


#logoMovil{
	display: none;
}

/*==================     ToTop     ======================*/
a.toTop {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 37px;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  background:#000;
  border:solid 1px #fff;
  left: 21px;
  bottom: 65px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  cursor:pointer;
  z-index: 20; opacity:.75 }
a.toTop:hover,
a.toTop:active {color: #000;
    text-decoration: none; opacity:1; background:#fff}
a#toTop
a#toTop .fa{color:#FFF !important;}
a.toTop:hover:after{
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3);
	opacity:0;
}
.mobile .toTop,
.tablet .toTop {display: none !important; }


#sliderTop{
	height: 687px;
	margin-top: 182px;
}
#sliderTop .slides li{
	height: 687px;
	position: relative;
	background-position: center center !important;
	background-size: cover;
}
#sliderTop .slides li img{
	display: none;
}
.contSlider{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.contSlider .container{
	height: 100%;
}
.contSlider .container .caption{
	padding-top: 29px;
	padding-right: 33px;
	padding-bottom: 32px;
	background: url(../images/banner/caption.png) center right no-repeat;
	background-size: cover;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.15px;
	color: #507387;
	position: absolute;
	left: 15px;
	bottom: 27px;
	line-height: 40px;
	text-align: left;
}
.contSlider .container .caption strong{
	display: block;
	letter-spacing: 0.10px;
	color: #009ac0;
}
.contSlider .container .caption:before{
	content: '';
	position: absolute;
	height: 100%;
	width: 360px;
	left: -360px;
	top: 0;
	background: url(../images/banner/caption.png) center left no-repeat;
	background-size: cover;
}

.flex-direction-nav a{
	width: 36px;
	height: 36px;
	bottom: 26px;
}
.flex-direction-nav .flex-prev {
	margin-left: 282px;
	opacity: 1;
	background: url(../images/slider/prev.png?v2);
}
.flex-direction-nav .flex-next {
	margin-left: 325px;
	opacity: 1;
	background: url(../images/slider/next.png?v2);
}

#formSlider{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}
#frmSlider{
	width: 409px;
	margin-left: auto;
	margin-top: 50px;
	background: rgba(255,255,255,0.75);
	border-radius: 15px;
	padding-top: 24px;
	padding-left: 28px;
	padding-right: 25px;
	padding-bottom: 29px;
}
#frmSlider .tit{
	color: #326e88;
	font-family: "Open Sans", sans-serif;
	font-size: 21px;
	font-weight: 800;
	line-height: 29px;
	letter-spacing: 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
#frmSlider .subtit{
	color: #2f363c;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 25px;
	letter-spacing: 0.15px;
	text-align: center;
	padding-bottom: 15px;
}
#frmSlider .row{
	margin: 0 -4px;
}
#frmSlider div[class*="col-"]{
	padding: 0 4px;
}
#frmSlider .form-group{
	margin-bottom: 11px
}
#frmSlider .form-control{
	display: block;
	height: 44px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: "Open Sans", serif;
	font-size: 13px;
	font-weight: 400;
	font-style: italic;
	color: #898989;
	box-shadow: inset 0 1px 1px transparent !important;
	border: 1px solid #c1c4c6;
	padding-left: 24px;
}
#frmSlider .textarea{
	height: 100px;
	padding-top: 16px;
}

#frmSlider input[type=submit],
#frmSlider input[type=reset]{
	display:inline-block; 
	height:42px; 
	background: url(../images/submit.png?v2) center no-repeat; 
	background-size: cover;
	color:#ffffff; 
	text-transform:uppercase; 
	font-family:Arial, sans-serif; 
	font-size:11px;
	width: 100%;
	text-align: center;
	font-weight: 400;
	border-radius: 0px;
	margin-top: 10px;
}
#frmSlider input[type=submit]:hover,
#frmSlider input[type=reset]:hover{opacity:.8}
#frmSlider .error input,
#frmSlider .error textarea{border:solid 1px #000; background:rgba(255,216,217,1.00); color:#000}

.frmSlider input::-webkit-input-placeholder {color:#898989; opacity:  1;}
.frmSlider input:-moz-placeholder {color:#898989; opacity:  1;}
.frmSlider input::-moz-placeholder {color:#898989; opacity:  1;}
.frmSlider input:-ms-input-placeholder {color:#898989; opacity:  1;}
.frmSlider textarea::-webkit-input-placeholder {color:#898989; opacity:  1;}
.frmSlider textarea:-moz-placeholder {color:#898989; opacity:  1;}
.frmSlider textarea::-moz-placeholder {color:#898989; opacity:  1;}
.frmSlider textarea:-ms-input-placeholder {color:#898989; opacity:  1;}
.frmSlider input:focus::-webkit-input-placeholder {opacity:0.5}
.frmSlider input:focus:-moz-placeholder{opacity:0.5}
.frmSlider input:focus::-moz-placeholder{opacity:0.5}
.frmSlider input:focus:-ms-input-placeholder{opacity:0.5}
.frmSlider textarea:focus::-webkit-input-placeholder{opacity:0.5}
.frmSlider textarea:focus:-moz-placeholder{opacity:0.5}
.frmSlider textarea:focus::-moz-placeholder{opacity:0.5}
.frmSlider textarea:focus:-ms-input-placeholder{opacity:0.5}

#frmSlider .has-error .form-control-feedback{line-height:36px; height:100%; }
#frmSlider .has-error input{
	border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

#main{
	overflow: hidden
}
.desktop .wow{
	visibility: hidden;
}

#dirMap{
	background: #464646;
}
#dirMap .tit{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #ffffff;
	padding: 26.5px 0;
}

#textRed1{
	background: #f5f5f5;
	padding-top: 70px;
	padding-bottom: 70px;
}
.contentRed1{
	height: 358px;
	display: flex;
	align-items: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #565656;
	letter-spacing: 0px;
	text-align: left;
	padding-right: 0px;
}
.cntImg1{
	padding-right: 10px;
}
.cntImg1 img{
	margin-left: auto;
}
.titleRed1{
	font-weight: 800;
	color: #76bbe4;
	font-size: 35px;
	line-height: 35px;
	letter-spacing: 0px;
	text-transform: uppercase;
}
.subtitleRed1{
	font-weight: 300;
	color: #3d3d3d;
	font-size: 30px;
	line-height: 35px;
	letter-spacing: 0px;
	text-transform: uppercase;
	padding-bottom: 15px;
}

#textRed2{
	background: url(../images/red/fondo1.webp?v2) right no-repeat;
	background-size: cover;
	position: relative;
}
#textRed2:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 686px;
	background: url(../images/red/fondo2.webp) center no-repeat;
	background-size: cover;
}
.contentRed2{
	padding-left: 40%;
	height: 686px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.cntRed2{
	max-width: 529px;
	text-align: right;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 27px;
	letter-spacing: 0.24px;
	color: #ffffff;
}
html[data-lang="en"] .cntRed2{
	max-width: 516px;
}
.titleRed2{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #76bbe4;
	font-size: 38px;
	line-height: 58px;
	text-align: center;
	letter-spacing: -0.35px;
	display: block;
	width: 398px;
	height: 63px;
	border: solid 2px #ffffff;
	border-radius: 31px;
	margin-left: auto;
	margin-bottom: 24px;
}
html[data-lang="en"] .titleRed2{
	font-size: 30px;
}
.titleRed2 strong{
	font-weight: 700;
	color: #ffffff;
}
#textRed3{
	padding-top: 16px;
	padding-bottom: 20px;
}
#textRed3 .row{
	margin: 0 -8.25px;
}
#textRed3 div[class*="col-"]{
	padding: 0 8.25px;
}

#textHome1{
	padding-top: 93px;
	padding-bottom: 96px;
}
#textHome1 div[class*="col-"]:last-child img{
	margin-left: auto;
}
.contentHome1{
	height: auto;
	display: flex;
	align-items: center;
	padding-right: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: -0.25px;
	color: #5b5b5b;
}
.titleHome1{
	font-weight: 300;
	color: #4c4c4c;
	font-size: 30px;
	line-height: 45px;
	letter-spacing: 0px;
	text-transform: uppercase;
	margin-bottom: 44px;
}
.titleHome1 strong{
	color: #4cc1e9;
}

#textHome2{
	background: url(../images/somos/fondo1.png);
}
.contentHome2{
	height: 678px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
	position: relative;
}
.home2{
	justify-content: flex-end;
	text-align: right;
	z-index: 2;
}
.home2:before{
	content: '';
	position: absolute;
	top: 0;
	left: -97px;
	width: 1043px;
	height: 100%;
	background: url(../images/somos/fondo2.webp) left center no-repeat;
	background-size: cover;
	z-index: 1;
}
.cnthome2{
	z-index: 2;
	position: relative;
}
.titleMision{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 195px;
	height: 61px;
	border-radius: 30px;
	border: solid 2px #ffffff;
	margin-bottom: 37px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: normal;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #74b7d3;
	margin-right: auto;
	margin-left: 10px;
}
.titleVision{
	margin-right: 10px;
	margin-left: auto;
	color: #ffffff;
}
.cntMision{
	height: 230px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
	letter-spacing: 0px;
	padding-top: 16px;
	max-width: 504px;
}
html[data-lang="en"] .cntMision{
	height: 170px;
}
.cntVision{
	background: url(../images/somos/vision.png) left center no-repeat;
	background-size: cover;
	max-width: 576px;
	font-weight: 400;
	font-size: 14px;
	padding-right: 15px;
	margin-right: -15px;
	padding-left: 50px;
}

#textHome3{
	padding-top: 93px;
	padding-bottom: 90px;
}
.titleHome3{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 52px;
	line-height: 62px;
	color: #4c4c4c;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 45px;
}
.titleHome3 strong{
	color: #4cc1e9;
	font-weight: 700;
}
.contenteHome3{
	display: flex;
	align-items: center;
	justify-content: center;
}
.itemHome3{
	width: 334px;
	height: 502px;
	margin-right: 8px;
	position: relative;
	z-index: 1;
} 
.itemHome3:last-child{
	margin-right: 0px;
}
.item1Home3{
	background: url(../images/somos/red1.jpg) center no-repeat;
	background-size: cover;
}
.item2Home3{
	background: url(../images/somos/red2.jpg) center no-repeat;
	background-size: cover;
}
.item2Home3:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(90,144,172,0.51);
	z-index: 1;
}
.item3Home3{
	background: url(../images/somos/red3.jpg) center no-repeat;
	background-size: cover;
}
.figureHome3{
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 3;
}
.ejeHome3{
	width: 136px;
	height: 136px;
	border-radius: 50%;
	border: solid 4px #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 39px;
	line-height: 28px;
	color: #ffffff;
	letter-spacing: 0px;
	text-align: center;
}
.item2Home3 .ejeHome3{
	background: url(../images/somos/bgazul.png);
}
.ejeHome3 strong{
	font-size: 77px;
}
.titleItemHome3{
	height: 102px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #4d4d4d;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.1px;
	color: #ffffff;
	text-align: center;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}
.item2Home3 .titleItemHome3{
	background: url(../images/somos/bgazul.png);
}
.item2Home3 .titleItemHome3:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(90,144,172,0.51);
	z-index: 1;
}
.textItemH3{
	position: relative;
	z-index: 2;
}

#textHome4{
	background: url(../images/somos/bg1.png) center no-repeat;
	background-size: cover;
}
#textHome4 .container, #textHome6 .container{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 35px;
	line-height: 48px;
	padding: 20px 15px;
	text-align: center;
	color: #ffffff;
	letter-spacing: 0.05px;
	text-transform: uppercase;
}
.contentHome5{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 106px;
	padding-bottom: 96px;
}
.item1Home5{
	margin-right: 0px;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
.item2Home5{
	margin-right: 0px;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
.item3Home5{
	margin-right: 0px;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item4Home5{
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#textHome6{
	background: url(../images/somos/bg2.png) center no-repeat;
	background-size: cover;
}
.contentHome7{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 77px;
	padding-bottom: 75px;
}
.item2Home7{
	margin-left: 60px;
	margin-right: 60px;
}
.contentHistoria1{
	height: 691px;
	display: flex;
	align-items: center;
	padding-right: 50%;
	position: relative;
	z-index: 1;
	color: #646464;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: -0.1px;
}
.contentHistoria1:before{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 965px;
	height: 100%;
	background: url(../images/somos/historia.webp) left center no-repeat;
	background-size: cover;
}
.titleHis1,.titleHis2{
	color: #3d3d3d;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 0px;
}
.titleHis2{
	color: #0996ca;
	font-weight: 700;
	padding-bottom: 40px;
}
.historiaImg2{
	display: none;
}
#textEquipo1{
	padding-top: 136px;
	padding-bottom: 136px;
}
.titleEquipo1{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 52px;
	line-height: 55px;
	color: #3d3d3d;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0px;
}
.titleEquipo1 strong{
	color: #50bce1;
}
.cntEquipo1{
	padding-top: 95px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #565656;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: -0.1px;
	text-align: center;
}

#textEquipo2{
	background: #ecedef;
	padding-top: 95px;
	padding-bottom: 28px;
}
#textEquipo2 .row{
	margin: 0 -28.66px;
}
#textEquipo2 div[class*="col-"]{
	margin-bottom: 67px;
	padding: 0 28.666px;
	width: 50%;
}
.contentEquipo2{
	position: relative;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	max-width: 257px;
}
.contentEquipo2:before{
	content: '';
	position: absolute;
	width: 389px;
	height: 457px;
	left: calc(50% - 194.5px);
	top: calc(50% - 228.5px);
	background: url(../images/equipo/sombra.png);
	z-index: 1;
}
.bgBlanco{
	position: relative;
	z-index: 2;
	background: #ffffff;
}
.bgBlanco figure{
	padding-top: 49px;
	padding-bottom: 41px;
	position: relative;
}
.bgBlanco figure:before{
	content: '';
	position: absolute;
	height: 2px;
	width: 130px;
	bottom: 0px;
	left: calc(50% - 65px);
	background: url(../images/equipo/linea.png);
}
.bgBlanco figure img{
	margin-right: auto;
	margin-left: auto;
	border-radius: 50%;
}
.cntNombreEquipo{
	padding-top: 9px;
	padding-bottom: 44px;
	font-family: 'Open Sans', sans-serif;
}
.nombreEquipo{
	font-weight: 400;
	color: #313131;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: center;
	text-overflow: ellipsis;
 	white-space: nowrap;
 	overflow: hidden;
 	padding: 3px 5px;
}
.cargoEquipo{
	text-overflow: ellipsis;
 	white-space: nowrap;
 	overflow: hidden;
 	padding: 0 5px;
 	color: #004b9c;
 	text-transform: uppercase;
 	text-align: center;
 	font-weight: 700;
 	font-size: 14px;
 	line-height: 20px;
}
#textEnlaces1{
	background: url(../images/enlaces/fondo1.png);
}
#textEnlaces1 .container{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 35px;
	line-height: 53px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: -0.25px;
	padding: 75px 15px;
}
#textEnlaces1 .container strong{
	color: #24c2e8;
}
#textEnlaces2{
	padding-top: 81px;
	padding-bottom: 32px;
}
.tituloEnlace2{
	margin-top: 9px;
	margin-bottom: 42px;
	position: relative;
}
.tituloEnlace22{
	margin-top: 12px;
	margin-bottom: 57px;
}
.tituloEnlace2:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: url(../images/enlaces/fondo2.png);
}
.tituloEnlace23{
	margin-bottom: 60px;
}
.titleEnlace2{
	background: url(../images/enlaces/fondo2.png);
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 25px;
	line-height: 31px;
	text-transform: uppercase;
	letter-spacing: 0px;
	padding-left: 22px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: inline-block;
}
.contentLogosEnlace{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 0px;
}
.contentLogosEnlace .itemEnlace{
	margin-right: 20px;
	margin-left: 20px;
}

.contentLogosEnlace .cntItemEnlace{
	width: 184px;
	height: 184px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	margin-bottom: 40px;
	border: solid 1px transparent;
}
.contentLogosEnlace a img.logohover{
	display: none;
}
.contentLogosEnlace a:hover .cntItemEnlace{
	border: solid 1px #777777;
}
.contentLogosEnlace a:hover img.logohover{
	display: block;
}
.contentLogosEnlace a:hover img.logoOriginal{
	display: none;
}
#textNoticias1{
	padding-top: 83px;
	padding-bottom: 32px;
}

#textNoticias1 .accordion-header{
	display: flex;
	align-items: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #545454;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 0;
	text-align: left;
	cursor: pointer;
}
#textNoticias1 .accordion-header .icon-accordion{
	margin-right: 5px;
}
#textNoticias1 .accordion-body ul li{
	list-style: none;
	padding-left: 15px;
}
#textNoticias1 .accordion-body ul li a{
	color: #545454;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 40px;
	padding-left: 20px;
}
.menuCatNoticias{
	position: relative;
}

#textNoticias1 ul li{
	list-style: none;
}
#textNoticias1 ul li .titleMNot{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 40px;
	color: #545454;
	letter-spacing: 0px;
	cursor: pointer;
}
#textNoticias1 ul li .titleMNot:hover,
#textNoticias1 ul li .titlesubNot:hover,
#textNoticias1 ul li .titleMNot.active,
#textNoticias1 ul li .titlesubNot.active{
	text-decoration: none;
	color: #68b9e6;
}
#textNoticias1 ul li ul{
	padding-left: 14px;
	display: none;
}
#textNoticias1 .navNot{
	display: none;
}
#textNoticias1 .navNot.open{
	display: block;
}
#textNoticias1 ul li ul.open{
	display: block;
}
#textNoticias1 ul li .titlesubNot{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 40px;
	color: #545454;
	letter-spacing: -0.25px;
	cursor: pointer;
}
.d-none{
	display: none;
}
.contentNoticas1{
	display: flex;
	flex-wrap: wrap;
}
.titleCtNoticias{
	display: block;
	background: #4c4c4c;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 17px;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 30px;
	padding: 10px 15px;
	cursor: pointer;
	margin-bottom: 15px;
}
.sidebarNoticas{
	width: 100%;
	margin-bottom: 40px;
}
.noticias{
	padding-left: 0px;
	width: 100%;
}
.accordion-list{
	display: none;
}
.accordion-list.open{
	display: block;
}

.accordion-body{
	display: none;
}

.noticontentBlog{
	margin-bottom: 58px;
	display: flex;
	flex-wrap: wrap;
	padding-top: 15px;
	position: relative;
}
.notifechaBlog{
	width: 100px;
}
.notifechab{
	background: url(../images/noticias/fecha.png) center no-repeat;
	background-size: cover;
	width: 66px;
	height: 107px;
	text-align: center;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 29px;
	line-height: 25px;
	letter-spacing: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.notifechab strong{
	font-size: 39px;
	letter-spacing: 0.25px;
	padding-bottom: 8px;
	padding-top: 7px;
}
.notifechab span{
	font-weight: 700;
	font-size: 17px;
	padding-top: 3px;
}
.notifechab strong,.notifechab span{
	display: block;
}
.notientradaBlog{
	padding-top: 15px;
	width: calc(100% - 100px);
	color: #606060;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.18px;
	position: relative;
	text-align: left;
}
.notititBlog1{
	font-family: 'Open Sans', sans-serif;
	color: #74bde0;
	font-size: 22px;
	line-height: 28px;
	padding-bottom: 12px;
	font-weight: 700;
	text-transform: uppercase;
}
.btnMasB{
	color: #016fb3;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 11px;
	text-align: center;
	width: 104px;
	height: 33px;
	line-height: 31px;
	border-radius: 7px;
	display: block;
	margin-top: 26px;
	margin-left: auto;
	margin-right: 5px;
	
}
.btnMasB:hover,.btnMasB:focus{
	transform: scale(1.1);
}
#textGaleria{
	background: #323232;
}
#textGaleria .container{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 54px;
	line-height: 55px;
	letter-spacing: -0.25px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	padding: 104px 15px;
}
#textGaleria2 .container{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 40px;
	line-height: 55px;
	letter-spacing: 0;
	color: #252525;
	text-transform: uppercase;
	text-align: center;
	padding: 72px 15px;
}
.contentGaleria3{
	max-width: 583px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.img100{
	width: 100%;
}
.contentGaleria3 a{
	text-decoration: none;
}
.contentGaleria3 a:hover{
	text-decoration: none;
	opacity: 0.85;
}
.figureGaleria3{
	position: relative;
}
.figureGaleria3 img.thumb{
	width: 100%;
}
.cantidadFotos{
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 106px;
	background: url(../images/galeria/bg1.png);
	padding-top: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 55px;
	letter-spacing: 0;
	color: #ffffff;
	text-align: center;
}
.cantidadFotos div img{
	margin-right: auto;
	margin-left: auto;
}
.titleGaleria3{
	padding: 0 20px;
	margin-top: 3px;
	display: flex;
	flex-wrap: wrap;
	font-family: 'Open Sans', sans-serif;
	height: 84px;
	align-items: center;
}
.fechaGaleria3{
	width: 115px;
	font-weight: 700;
	font-size: 50px;
	line-height: 55px;
	letter-spacing: -0.1px;
	text-transform: uppercase;
	color: #ffffff;
}
.tituloGaleria3{
	width: calc(100% - 115px);
	text-align: right;
	padding-left: 30px;
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;
}
.no-cont{
	text-align: center;
	font-family: 'Open Sans',sans-sefif;
	font-weight: 600;
	font-size: 18px;
}
#textGaleria3{
	padding-bottom: 42px;
}
#textGaleria3 div[class*="col-"]{
	margin-bottom: 30px;
	width: 100%;
}
#textGaleria3 div[class*="col-"] .titleGaleria3{
	background: url(../images/galeria/bg2.png);
}

#textGaleria3 div[class*="col-"]:nth-child(4n + 3) .titleGaleria3,
#textGaleria3 div[class*="col-"]:nth-child(4n + 2) .titleGaleria3{
	background: url(../images/galeria/bg1.png);
}

#textDetGaleria{
	background: url(../images/galeria/bg1.png);
}
#textDetGaleria .container{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 25px;
	text-transform: uppercase;
	line-height: 35px;
	padding: 60px 15px;
	letter-spacing: -0.25px;
	color: #ffffff;
	text-align: center;
}
#textDetGaleria2{
	padding-bottom: 74px;
	padding-top: 60px;
}
#textDetGaleria2 .row{
	margin: 0 -9.75px;
}
#textDetGaleria2 div[class*="col-"]{
	margin-bottom: 20px;
	padding: 0 9.75px;
}
.contentDetGal{
	max-width: 387px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.contentDetGal div{
	position: relative;
}
.contentDetGal a:hover div:before{
	content: '';
	position: absolute;
	top: calc(50% - 26.5px);
	left: calc(50% - 26.5px);
	width: 53px;
	height: 53px;
	background: url(../images/galeria/lupa.png) center no-repeat;
	background-size: contain;
}
.strongt{
	color: #585858;
}
#textActivos1{
	padding-top: 70px;
	padding-bottom: 45px;
}
.contentActivo1{
	display: flex;
	flex-wrap: wrap;
}
.sideActivo1{
	width: 100%;
	margin-bottom: 20px;
}
.sideActivo1 ul{
	display: none;
}
.sideActivo1 ul.open{
	display: block;
}
.cntActivo1{
	width: 100%;
	padding-left: 0px;
	padding-top: 3px;
}
.titleActivo1{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0px;
	color: #4f4f4f;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 15px;
	cursor: pointer;
}
.sideActivo1 ul{
	list-style: none;
}
.sideActivo1 ul li{
	margin-bottom: 11px;
}
.sideActivo1 ul li a{
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: -0.45px;
	color: #ffffff;
	text-align: left;
	padding-left: 10px;
	background: url(../images/miembros/bg1.png);
}
.sideActivo1 ul li a:hover,
.sideActivo1 ul li.active a{
	background: url(../images/miembros/bg2.png);
	text-decoration: none;
}
.contenMiAct{}
.cntActivo1 .row{
	margin: 0 -10.5px;
}
.cntActivo1 div[class*="col-"]{
	margin-bottom: 25px;
	padding: 0 10.5px;
}
.cntActivo1 .contenMiAct{
	max-width: 423px;
	height: 307px;
	display: flex;
	align-items: center;
	padding-left: 34px;
	padding-right: 15px;
	border: solid 1px #989898;
	margin-right: auto;
	margin-left: auto;
}
.itemMiembrosTit{
	display: flex;
	align-items: center;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 18px;
	color: #4f4f4f;
	letter-spacing: 0px;
	margin-bottom: 18px;
}
.itemMiembrosTit img{
	margin-right: 15px;
}
.itemMiembrosTit:last-child{
	margin-bottom: 0;
}
.itemMiembrosTit .nombreMimbroA{
	color: #44bde5;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
}

#textSus1 .container{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 40px;
	line-height: 45px;
	color: #323232;
	letter-spacing: 0px;
	text-align: center;
	text-transform: uppercase;
	padding: 71px 15px;
}
#textSus1 .container strong{
	color: #44bde5;
}
#textSus2{
	background: #44bde5; 
}
#textSus2 .container{
	text-align: center;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 44px;
	letter-spacing: 0;
	text-transform: uppercase;
	padding: 25.5px 15px;
}
#textSus2 .container span{
	font-weight: 700;
}
#textSus2 .container strong{
	font-weight: 700;
	display: block;
	font-size: 25px;
	letter-spacing: 0.05px;
}

#formTop{
	position: relative;
	padding-bottom: 40px;
	padding-top: 36px;
}
#frmContacto{
	overflow: hidden;
}
#frmContacto .row{
	margin: 0 -7px;
}
#frmContacto div[class*="col-"]{
	padding: 0 7px;
}
#frmContacto .form-group{
	margin-bottom: 18px
}
#frmContacto .form-control{
	display: block;
	height: 61px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: "Open Sans", serif;
	font-size: 15px;
	font-weight: 400;
	color: #909090;
	background: #eeeeee;
	box-shadow: inset 0 1px 1px transparent !important;
	border: 0;
	border-radius: 0;
	padding-left: 12px;
	letter-spacing: -0.12px;
}
#frmContacto .textarea{
	height: 91px;
	padding-top: 12px;
}

#frmContacto input[type=submit],
#frmContacto input[type=reset]{
	display:inline-block; 
	height:44px; 
	background: url(../images/miembros/submit1.png) center no-repeat; 
	color:#ffffff; 
	text-transform:uppercase; 
	font-family: 'Open Sans', sans-serif; 
	font-size:18px;
	width: 147px;
	text-align: center;
	font-weight: 400;
	border-radius: 0px;
	margin-top: 36px;
}
#frmContacto input[type=submit]{
	background: url(../images/miembros/submit2.png) center no-repeat; 
}
#frmContacto input[type=submit]:hover,
#frmContacto input[type=reset]:hover{opacity:.8}
#frmContacto .error input,
#frmContacto .error textarea{border:solid 1px #000; background:rgba(255,216,217,1.00); color:#000}

.frmContacto input::-webkit-input-placeholder {color:#909090; opacity:  1;}
.frmContacto input:-moz-placeholder {color:#909090; opacity:  1;}
.frmContacto input::-moz-placeholder {color:#909090; opacity:  1;}
.frmContacto input:-ms-input-placeholder {color:#909090; opacity:  1;}
.frmContacto textarea::-webkit-input-placeholder {color:#909090; opacity:  1;}
.frmContacto textarea:-moz-placeholder {color:#909090; opacity:  1;}
.frmContacto textarea::-moz-placeholder {color:#909090; opacity:  1;}
.frmContacto textarea:-ms-input-placeholder {color:#909090; opacity:  1;}
.frmContacto input:focus::-webkit-input-placeholder {opacity:0.5}
.frmContacto input:focus:-moz-placeholder{opacity:0.5}
.frmContacto input:focus::-moz-placeholder{opacity:0.5}
.frmContacto input:focus:-ms-input-placeholder{opacity:0.5}
.frmContacto textarea:focus::-webkit-input-placeholder{opacity:0.5}
.frmContacto textarea:focus:-moz-placeholder{opacity:0.5}
.frmContacto textarea:focus::-moz-placeholder{opacity:0.5}
.frmContacto textarea:focus:-ms-input-placeholder{opacity:0.5}

#frmContacto .has-error .form-control-feedback{line-height:36px; height:100%; }
#frmContacto .has-error input{
	border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.titleTopicos{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 44px;
	letter-spacing: 0;
	color: #5b5b5b;
	padding-left: 13px;
	padding-top: 5px;
}
.contentTopics{
	display: flex;
	flex-wrap: wrap;
	padding-left: 39px;
	padding-top: 20px;
	padding-bottom: 13px;
	border-bottom: solid 1px #bebebe;
}
.itemTopics{
	width: 185px;
	margin-bottom: 25px;
}
.itemTopics:nth-child(3n + 2){
	margin-left: 60px;
	margin-right: 60px;
}
.InterTopics label{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: -0.25px;
	color: #676767;
	position: relative;
	padding-left: 42px;
}

.InterTopics span{
  display: block;
  width: 24px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/miembros/chek1.png); 
}
.InterTopics input[type="checkbox"]{
  	opacity: 0;
	margin-left: 0;
	margin-top: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: auto;
}
.InterTopics input[type="checkbox"]:checked + span:after{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 24px;
  height: 25px;
  background: url(../images/miembros/chek2.png);  
}
#textConocimiento1{
	background: #4d4d4d;
}
#textConocimiento1 .container{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 35px;
	text-transform: uppercase;
	line-height: 55px;
	padding: 104px 15px;
	letter-spacing: -0.25px;
	color: #ffffff;
	text-align: center;
}
#textConocimiento1 .container strong{
	color: #24c2e8;
}

#textConocimientos2{
	padding-top: 127px;
	padding-bottom: 40px;
}
.contentConocimiento{
	display: flex;
	flex-wrap: wrap;
}
.sideConocimiento{
	width: 100%;
	margin-bottom: 35px;
	padding-right: 0px;
}
.cntConocimiento{
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}
.titleConocimiento{
	color: #525252;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: normal;
	padding-bottom: 18px;
	letter-spacing: 0px;
	text-align: left;
	cursor: pointer;
}
.sideConocimiento ul{
	list-style: none;
	position: relative;
	display: none;
}
.sideConocimiento ul.open{
	display: block;
}
.sideConocimiento ul li{
	padding-bottom: 17px;
	text-align: left;
}
.sideConocimiento ul li a{
	color: #545454;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.25px;
	text-align: left;
}
.sideConocimiento ul li a:hover,
.sideConocimiento ul li.active a{
	color: #68b9e6;
	text-decoration: none;
}
.cntConocimiento .row{
	margin: 0 -40.5px;
}
.cntConocimiento div[class*="col-"]{
	padding: 0 40.5px;
	margin-bottom: 33px;
}
.contenPdf{
	max-width: 182px;
	margin-right: auto;
	margin-left: auto;
}
.contenPdf figure{
	position: relative;
}
.contenPdf figure img{
	position: relative;
	z-index: 2;
}
.contenPdf figure:before{
	content: '';
	position: absolute;
	z-index: 1;
	width: 269px;
	height: 286px;
	background: url(../images/conocimientos/shadow.png) center no-repeat;
	background-size: cover;
	top: calc(50% - 143px);
	left: calc(50% - 134.5px);
	opacity: 0.36;
}
.titPDF{
	color: #3f3f3f;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0;
	padding-left: 27px;
	position: relative;
	z-index: 2;
	padding-top: 11px;
	height: 71px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.contenPdf a:hover .titPDF{
	white-space: initial;
	cursor: pointer;
}
.contenPdf a:hover{
	text-decoration: none;
	opacity: 0.85;
}

#textPri1 .container{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 34px;
	line-height: 40px;
	color: #2e2e2e;
	letter-spacing: 0px;
	padding-top: 100px;
	padding-bottom: 60px;
}
#textPri1 .container strong{
	color: #40bee3;
	display: block;
}
#textPri2{
	padding-bottom: 35px;
}
.textPriv{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	color: #565656;
	letter-spacing: 0px;
	margin-bottom: 40px;
}
.titlePriv{
	background: url(../images/bggris.png);
	margin-bottom: 25px;
}
.tituloPrivad{
	display: inline-block;
	background: url(../images/bgazul.png);
	text-align: left;
	padding-left: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #fff;
	padding-top: 13px;
	padding-bottom: 13px;
}
.textPriv2{
	letter-spacing: -0.1px;
}
.title1priv{
	padding-right: 40px;
}
.title2priv{
	padding-right: 40px;
}
.title3priv{
	padding-right: 40px;
}
.title4priv{
	padding-right: 40px;
}
.title5priv{
	padding-right: 40px;
}
.title6priv{
	padding-right: 40px;
}
.title7priv{
	padding-right: 40px;
}
.returnNot{
	margin-bottom: 23px;
	text-align: right;
}
.contentNotDet{
	padding-top: 23px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.fechaNotDet{
	width: 66px;
}
.entradaNotDet{
	padding-left: 30px;
	width: calc(100% - 66px);
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
	color: #5b5b5b;
	letter-spacing: 0.5px;
	text-align: left;
}
.entradaNotDet img{
	max-width: 100%;
	height: auto;
}
.titNotD1{
	color: #74bde0;
	font-size: 22px;
	line-height: 28px;
	padding-bottom: 12px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-align: left;
}
.fechaNotDet{
	background: #4f4f4f;
	height: 106px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	text-align: center;
	font-size: 29px;
	font-weight: 300;
}

.fechaNotDet .fechab strong{
	font-size: 39px;
	letter-spacing: 0.25px;
	padding-bottom: 8px;
	padding-top: 7px;
}
.fechaNotDet .fechab span{
	font-weight: 700;
	font-size: 17px;
	padding-top: 3px;
}
.fechaNotDet .fechab strong,.fechaNotDet .fechab span{
	display: block;
}
.detNoticias{
	padding-bottom: 30px;
}
#textNEW{
	background: #eaeaea;
}
.cntLogosInicio{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 26px 0;
}
.cntLogosInicio img{
	mix-blend-mode: multiply;
}

#textBusqueda1{
	margin-top: 182px;
	background: #4d4d4d;
	margin-bottom: 57px;
}

#textBusqueda1 .container{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 54px;
	line-height: 55px;
	letter-spacing: -0.25px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	padding: 104px 15px;
}
#textBusqueda1 .container strong{
	color: #24c2e8;
}
#textBusqueda2{
	padding-bottom: 16px;
}
#textBusqueda2 .cntResult{
	margin-bottom: 40px;
}
#textBusqueda2 .cntResult a{
	text-decoration: none;
}
.resultados{
	background: #f0f0f0;
	min-height: 183px;
	padding: 40px 60px;
}
.titleResult{
	color: #282828;
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: -0.25px;
	border-bottom: solid 1px #b0b0b0;
	padding-bottom: 5px;
	display: inline-block;
	margin-bottom: 10px;
}
.textResult{
	color: #616161;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.25px;
}

#bajarSlider{
	margin-top: 182px;
}
.aulli{
	cursor: pointer;
}
.aulli.active{
	background: url(../images/miembros/bg2.png);
	text-decoration: none;
}