@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=PT+Sans:wght@100;200;300;400&display=swap');
@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;
	margin-bottom: 35px;
}

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: auto;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 54px;
}
.contentDarkTop{
	height: 43px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	padding-right: 0px;
}

.telTop a{
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.25px;
	color: #ffffff;
	text-align: center;
	height: 43px;
	width: 199px;
	border-radius: 21.5px;
	border: solid 1px #ffffff;
}
.telTop a img{
	margin-right: 11px;
}
.correoTop{
	margin-left: 24px;
	margin-right: 0px;
}
.correoTop a{
	width: 250px;
}
#redes a:last-child{
	margin-right: 0;
}
#redes{
	display: flex;
	width: 100%;
	height: 36px;
	position: fixed;
	bottom: 0;
	top: auto;
	left: 0;
	background:#ffffff;
	z-index: 7;
}
#redes a{
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	color:#ffffff;
	font-size: 18px;
	margin-right: 0;
}
#redes a:hover,#redes a:focus{
	text-decoration: none;s
}
#redes .fb{
	background: #395398;
}
#redes .tr{
	background: #1da1f2; 
}
#redes .in{
	background: #1da1f2;
}
#redes a .fa{
	display: block;
}


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

#topMenu{
	width: 100%;
	position: relative;
}
#menu{
	margin: auto;
	position: absolute;
	left: 15px;
	top: 80px;
}
#menu ul{
	margin: 0;
	position: relative;
}
#menu ul:before,
#menu ul:after{
	display: block;
	content: "";
	clear: both;
}
#menu li{
	position: relative;
	padding: 0px;
}
#menu li a{
	display: flex;
	align-items: center;
	color: #ffffff;
	position: relative;
	background: transparent;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	text-transform: none;
	letter-spacing: 0.1px;
	font-weight: 300;
	line-height: 36px;
	height: 36px;
	padding: 0px;
}
#menu li a div{
	width: 25px;
	display: flex;
	align-items: center;
}
#menu li:nth-child(1) a div img,
#menu li:nth-child(8) a div img{
	padding-left: 4px;
}
#menu li:first-child{
}
#menu li:last-child{}
#menu li.active a, #menu li a:hover, #menu li a:focus{
	color: #ffffff;
	font-weight: 800;
}



/*Footer*/
#footer{
	text-align:center;
	font-size:11px;
	color:#FFF;
	background: url(../images/banner/foot.png);
	line-height:18px;
	font-family:'Arial', sans-serif;
	min-height: 44px; 
}
#footer .container{
	padding-top: 44px; 
	padding-bottom: 43px; 
	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 .tfooter{
	margin-bottom:10px;
}
#footer .tfooter,
#footer #powered{float:none; text-align:center;}
#footer .tfooter span{display:block; text-align:center; line-height:18px}
/*Footer*/




/*==================     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:before{
	display: block;
	content: "";
	position: absolute;
	height: 4px;
	top: 0;
	left: 0;
	width: 100%;
	background: #ffffff;
	z-index: 2;
}
#sliderTop{
	height: 529px;
	margin-top: 0px;
}
#sliderTop .slides li{
	height: 529px;
	position: relative;
	background-position: top right !important;
	background-size: cover;
}
#sliderTop .slides li img.imgslid{
	display: none;
	width: 100%;
}
.contSlider{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.contSlider .container{
	height: 100%;
}
.cntSliderCap{
	height: 100%;
	padding-top: 85px;
	position: relative;
	padding-right: 0px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.cntSliderCap:before{
	content: '';
	position: absolute;
	top: 0;
	left: -500px;
	width: 812px;
	height: 100%;
	background: url(../images/banner/menu.png) top right no-repeat;
	background-size: cover;
}

.cntSliderCap .imgSliderLogo{
	display: block !important;
	width: 250px !important;
}
.imgSliderCaps{
   width: 290px;
}
.imgSliderCaps6{
   width: 230px;
}
.imgSliderLogo9{
	width: 350px;
}

.flex-direction-nav a{
	width: 34px;
	height: 35px;
}
.flex-direction-nav .flex-prev {
	margin-left: -360px;
	opacity: 1;
	background: url(../images/slider/prev.png);
}
.flex-direction-nav .flex-next {
	margin-left: -320px;
	opacity: 1;
	background: url(../images/slider/next.png);
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
    z-index: 2;
}
#sliderTop .flex-control-nav li {
    background: transparent;
    padding: 7px 6px;
}
#sliderTop .flex-control-nav li:first-child::before,
#sliderTop .flex-control-nav li:last-child::before {
    width: 0px;
    height: 0px;
}
.flex-control-paging li a {
    width: 17px;
    height: 17px;
    border: solid 4px #FFF;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: -2px 1px 4px 0px rgba(0, 0, 0, 0.35) !important;
}
.flex-control-paging li a:hover {
    background: #2d9093;
    border: solid 4px #FFF;
}
.flex-control-paging li a.flex-active {
    background: #2d9093;
    border: solid 4px #FFF;
    cursor: default;
}

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




.contentHome1{
	height: 600px;
	display: flex;
	align-items: center;
}
.titleHome1{
	font-family: 'Poppins', sans-serif;
	font-weight: 200;
	font-size: 48px;
	line-height: 30px;
	color: #ffffff;
	letter-spacing: 0.25px;
	text-align: left;
	text-transform: uppercase;
	background: url(../images/inicio/bg1.png);
	padding-left: 22px;
	padding-right: 28px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top-right-radius: 32px;
	border-bottom-right-radius: 32px;
	max-width: 298px;
	margin-bottom: 17px;
}
.cntHome1{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #616161;
	letter-spacing: 0px;
	text-align: left;
}

#textHome2{
	background: url(../images/inicio/bg2a.webp) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 144.5px;
	padding-bottom: 124.5px;
}
#textHome2 .row{
	margin: 0 -10px;
}
#textHome2 div[class*="col"]{
	padding: 0 10px;
	width: 50%;
	margin-bottom: 20px;
}
#textHome2 div[class*="col"]:last-child{
	margin-left: 25%;
}
.contentHome2{
	max-width: 348px;
	height: 409px;
	border-radius: 15px;
	background: rgba(24,148,171,0.75);
	border: solid 2px rgba(255,255,255,0.75);
	padding-top: 75px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	letter-spacing: 0px;
	text-align: center;
	padding-left: 13px;
	padding-right: 13px;
	margin-left: auto;
	margin-right: auto;
}
.contentHome2 figure img{
	margin-left: auto;
	margin-right: auto;
}
.titleHome2{
	font-weight: 900;
	font-size: 28px;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}
.titleHome2:before{
	content: '';
	position: absolute;
	bottom: -4px;
	width: 50px;
	height: 4px;
	left: calc(50% - 25px);
	background: #ffffff;
}
.cntHome2{}
.cntHome2 img{
	margin-left: 9px;
	margin-right: 9px;
	margin-top: 3px;
}
.cntHome2 img.liHome2{
	display: none;
}
.cntHome2 div{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.titleHome3{
	color: #4e9ea9;
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 30px;
	letter-spacing: 0.25px;
	text-align: left;
	padding-top: 88px;
	padding-bottom: 30px;
}
.home3{
	color: #616161;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: left;
	margin-bottom: 30px;
}
.home3 strong{
	font-weight: 900;
}
.contentHome3{
	position: relative;
	padding-right: 0;
	padding-bottom: 40px;
}
.contentHome3 img{
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.liHome3{
	color: #616161;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left;
	margin-bottom: 33px;
	padding-right: 48px;
	padding-left: 50px;
	background: url(../images/inicio/ul.png) top left no-repeat;
}
.liHome3:nth-child(1),.liHome3:nth-child(2){
	padding-right: 20%;
}


#textMarco1{
	padding-top: 150px;
}
.titleMarco1{
	font-family: 'Poppins', sans-serif;
	font-weight: 200;
	font-size: 35px;
	line-height: 30px;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	color: #ffffff;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 613px;
	background: url(../images/marco/azul.png);
	border-radius: 32px;
	margin-left: auto;
	margin-right: auto;
}
.contentMarco1{
	background: url(../images/marco/bg1.jpg) center no-repeat;
	background-size: cover;
	height: 316px;
	display: flex;
	align-items: center;
	border-radius: 5px;
	margin-top: 65px;
	margin-bottom: 57px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 35px;
	line-height: 40px;
	text-transform: uppercase;
	letter-spacing: 0px;
	color: #525252;
	padding-left: 40px;
}   
.contentMarco1 a{
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	background: #494949;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 172px;
	height: 43px;
	border-radius: 5px;
	margin-top: 12px;
}                                                                                          
#textMarco1 .row{
	margin: 0 -57px;
}
#textMarco1 div[class*="col-"]{
	padding: 0 57px;
	margin-bottom: 57px;
}
#textMarco1 div[class*="col-"]:last-child:before{
	content: '';
	position: absolute;
	top: 0;
	left: -7px;
	width: 14px;
	height: 100%;
	background: rgba(236,236,236,0.75);
}

#textDoc1{
	padding-top: 148px;
	padding-bottom: 85px;
}
.titleDoc1{
	font-family: 'Poppins', sans-serif;
	font-weight: 200;
	font-size: 35px;
	line-height: 30px;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	color: #ffffff;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 738px;
	background: url(../images/marco/azul.png);
	border-radius: 32px;
	margin-left: auto;
	margin-right: auto;
}
#textDoc2{
	padding-bottom: 100px;
}
.contentDoc2{
	display: flex;
	flex-wrap: wrap;
}
.sidebarDoc{
	width: 100%;
	position: relative;
	margin-bottom: 50px
}
.informacion{
	width: 100%;
	padding-left: 0px;
}
.menuInfo ul{
	list-style: none;
}
.menuInfo{
	padding-left: 15px;
	display: none;
}
.sidebarDoc.open .menuInfo{
	display: block;
}
.titleCat{
	display: block;
	height: 43px;
	line-height: 42px;
	border-bottom: solid 1px rgba(97,97,97,0.25);
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 21px;
	letter-spacing: 0.1px;
	color: #222222;
	text-align: left;
	background: url(../images/documentos/li.png) no-repeat;
	background-position: 95% center;
	cursor: pointer;
	margin-bottom: 13px;
}
.titleSubCat{
	height: 43px;
	line-height: 42px;
	border-bottom: solid 1px rgba(97,97,97,0.25);
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 21px;
	letter-spacing: 0.1px;
	color: #222222;
	text-align: left;
	background: url(../images/documentos/li.png) no-repeat;
	background-position: 95% center;
	cursor: pointer;
	margin-bottom: 13px;
}
.submenuInfo{
	display: none;
}
.submenuInfo li{
	padding-left: 12px;
}
.submenuInfo li a{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	color: #888888;
	letter-spacing: 0.1px;
	text-align: left;
	cursor: pointer;
}
.submenuInfo li.active a,.submenuInfo li a:hover,
.submenuInfo li a:focus,.submenuInfo li a.active{
	color: #04607b;
	font-weight: 700;
	text-decoration: none;
}
.submenuInfo.open{
	display: block;
}
.informacion .row{
	margin: 0 -27px;
}
.informacion div[class*="col-"]{
	padding: 0 27px;
	margin-bottom: 54px;
}
.cntInfo{
	max-width: 229px;
	margin-left: auto;
	margin-right: auto;	
	position: relative;
}
.cntInfo:before{
	content: '';
	position: absolute;
	top: calc(50% - 138px);
	left: calc(50% - 130px);
	width: 218px;
	height: 230px;
	background: url(../images/documentos/shadow.png) center no-repeat;
	background-size: cover;
	z-index: 1;
}
.cntInfo .infoCnt{
	position: relative;
	z-index: 2;
}
.cntInfo a{
	cursor: pointer;
	text-decoration: none;
}
.cntInfo a:hover{
	text-decoration: none;
}
.infoCnt{
	max-width: 229px;
}
.nombrepdfinfo{
	color: #3f3f3f;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: left;
	padding-left: 33px;
	padding-right: 2px;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 60px;
}
.nombrepdfinfo:hover{
	white-space: initial;
	cursor: pointer;
}

#textNot1{
	padding-top: 70px;
	padding-bottom: 70px;
}
#textNot1 .titleDoc1{
	max-width: 613px;
}
#textNot2{
	padding-bottom: 10px;
}
.cntNoticia{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.imgNoticia{
	width: 300px;
	padding-right: 20px;
}
.imgNoticia figure{
	position: relative;
}
.imgNoticia figure .fechaNot{
	position: absolute;
	bottom: 12px;
	right: 14px;
	background: url(../images/noticias/fecha.png);
	width: 66px;
	height: 107px;
	border-radius: 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 23px;
	line-height: 25px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.imgNoticia figure .fechaNot strong{
	font-size: 30px;
	display: block;
	padding-bottom: 5px;
}
.imgNoticia figure .fechaNot span{
	font-size: 17px;
	font-weight: 700;
	padding-top: 2px;
	display: block;
	padding-top: 5px;
}
.descripNoticia{
	width: calc(100% - 300px);
}
.titleNoticia2{
	color: #04607b;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: left;
	text-transform: uppercase;
	margin-top: -7px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: dashed 1px #979797;
	/*text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;*/
}
.noticia2{
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.25px;
	color: #616161;
	text-align: left;
	margin-bottom: 20px;
}
.descripNoticia img{
	display: block;
	margin-right: auto;
	margin-left: 0;
	width: 102px;
}
.descripNoticia img:hover{
	cursor: pointer;
	text-decoration: none;
	opacity: 0.85;
}
#textNot2 .bgwhite{
	margin-bottom: 120px;
	padding-right: 0px;
	position: relative;
}
#textNot2 .bgwhite a:hover,#textNot2 .bgwhite a:focus{
	text-decoration: none;
}
#textNot2 .bgwhite:last-child{
	margin-bottom: 20px;
}
#textDetNot2{
	padding-bottom: 45px;
}

#textDetNot2 figure img{
	margin-left: auto;
	margin-right: auto;
}
.descriptionNot{
	color: #616161;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.25px;
	text-align: left;
	padding-bottom: 48px;
	margin-bottom: 32px;
	border-bottom: solid 6px #dadada;
}
.tituloDetNot2{
	margin-top: 39px;
	margin-bottom: 30px;
	display: flex; 
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}
.tituloDetNot2 .tit1{
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	line-height: 25px;
	color: #3d3d3d;
	text-align: left;
	width: 100%;
	padding-right: 0px;
	padding-bottom: 30px;
}
.tituloDetNot2 .tit2{
	width: 100%;
	height: 100%;
	padding-right: 0px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.tituloDetNot2 .tit2 .fdNot{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 30px;
	color: #838383;
	letter-spacing: 0.25px;
	text-align: left;
}
.tituloDetNot2 .tit2 .shared{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 50px;
}
.tituloDetNot2 .tit2 .shared img.shar{
	margin-right: 17px;
}
.tituloDetNot2 .tit2 .shared a{
	margin-right: 6px;
}
.tituloDetNot2 .tit2 .shared a:last-child{
	margin-right: 0;
}
.titleComentario{
	color: #04607b;
	font-family: 'Arial', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 20px;
	letter-spacing: 0.25px;
	text-align: left;
	margin-bottom: 40px;
}
.titleComentario1{
	color: #2b2b2b;
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: normal;
	text-transform: uppercase;
	text-align: left;
	padding-top: 20px;
}
.titleComentario2{
	color: rgba(0,0,1,0.64);
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.25px;
	text-align: left;
	padding-top: 15px;
}

#frmComentario{
	overflow: hidden;
	padding-top: 28px;
}
#frmComentario .row{
	margin: 0 -8.5px;
}
#frmComentario div[class*="col-"]{
	padding: 0 8.5px;
}
#frmComentario .form-group{
	margin-bottom: 17px
}
#frmComentario .form-control{
	display: block;
	height: 47px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: "Arial", serif;
	font-size: 15px;
	font-weight: 700;
	color: #000001;
	border-radius: 0;
	box-shadow: inset 0 1px 1px transparent !important;
	border: 1px solid #d0d9e2;
	background: #91a7bb;
	padding-left: 28px;
}
#frmComentario .textarea{
	height: 134px;
	padding-top: 20px;
}

#frmComentario input[type=submit],
#frmComentario input[type=reset]{
	display:inline-block; 
	height:47px; 
	background: url(../images/submit2.png) center no-repeat; 
	color:#ffffff; 
	text-transform:uppercase; 
	font-family:Arial, sans-serif; 
	letter-spacing: 1px;
	font-size:12px;
	width: 164px;
	text-align: center;
	font-weight: 700;
	border-radius: 5px;
	margin-top: 24px;
}
#frmComentario input[type=submit]:hover,
#frmComentario input[type=reset]:hover{opacity:.8}
#frmComentario .error input,
#frmComentario .error textarea{border:solid 1px #000; background:rgba(255,216,217,1.00); color:#000}

.frmComentario input::-webkit-input-placeholder {color:rgba(0,0,1,0.83); opacity:  1;}
.frmComentario input:-moz-placeholder {color:rgba(0,0,1,0.83); opacity:  1;}
.frmComentario input::-moz-placeholder {color:rgba(0,0,1,0.83); opacity:  1;}
.frmComentario input:-ms-input-placeholder {color:rgba(0,0,1,0.83); opacity:  1;}
.frmComentario textarea::-webkit-input-placeholder {color:rgba(0,0,1,0.83); opacity:  1;}
.frmComentario textarea:-moz-placeholder {color:rgba(0,0,1,0.83); opacity:  1;}
.frmComentario textarea::-moz-placeholder {color:rgba(0,0,1,0.83); opacity:  1;}
.frmComentario textarea:-ms-input-placeholder {color:rgba(0,0,1,0.83); opacity:  1;}
.frmComentario input:focus::-webkit-input-placeholder {opacity:0.5}
.frmComentario input:focus:-moz-placeholder{opacity:0.5}
.frmComentario input:focus::-moz-placeholder{opacity:0.5}
.frmComentario input:focus:-ms-input-placeholder{opacity:0.5}
.frmComentario textarea:focus::-webkit-input-placeholder{opacity:0.5}
.frmComentario textarea:focus:-moz-placeholder{opacity:0.5}
.frmComentario textarea:focus::-moz-placeholder{opacity:0.5}
.frmComentario textarea:focus:-ms-input-placeholder{opacity:0.5}

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

.comentarioNot{
	background: #dadada;
	padding-top: 45px;
	padding-bottom: 45px;
	padding-left: 65px;
	padding-right: 60px;
	margin-bottom: 29px;
}
.nombreComenNot{
	display: flex;
	align-items: center;
	color: #363636;
	font-family: 'Lato', sans-serif;
	font-size: 21px;
	line-height: 20px;
	letter-spacing: 0.25px;
	text-align: left;
}
.nombreNC{
	font-weight: 900;
}
.fechaNotc{
	margin-left: 35px;
	position: relative;
}
.fechaNotc:before{
	content: '';
	position: absolute;
	top: calc(50% - 12.5px);
	left: -17.5px;
	width: 1px;
	height: 25px;
	background: rgba(117,117,117,0.25);
}
.textComenNot{
	margin-top: 15px;
	color: #616161;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
}


#textGal1 {
	padding-top: 87px;
	padding-bottom: 62px;
}
#textGal1 .titleDoc1{
	max-width: 665px;
}
.titleGal2{
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 19px;
	line-height: 30px;
	letter-spacing: 0.25px;
	color: #2a2a2a;
	text-align: left;
	padding-top: 5px;
	height: 82px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 7px;
}
.contentGal2{
	max-width: 548px;
	margin-right: auto;
	margin-left: auto;
}
.contentGal2 figure{
	border: solid 5px #ffffff;
	border-radius: 10px;
	box-shadow: -1px 0px 2px -1px rgba(0, 0, 0, 0.35);
	position: relative;
}
.contentGal2 figure .fechaGal{
	position: absolute;
	bottom: 11px;
	right: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 50px;
	border-radius: 10px;
	background: url(../images/galeria/fecha.png);
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: normal;
	letter-spacing: 0px;
	text-align: center;
}
.contentGal2 figure img{
	border-radius: 10px;
}
.contentGal2 a:hover,.contentGal2 a:focus{
	text-decoration: none;
}
#textGal2 .row{
	margin: 0 -15px;
}
#textGal2 div[class*="col-"]{
	padding: 0 15px;
	margin-bottom: 35px;
}
#textGal2 div[class*="col-"]:nth-child(2n + 2):before{
	position: absolute;
	content: '';
	height: calc(100% - 10px);
	width: 1px;
	top: 5px;
	left: -0.5px;
	background: url(../images/galeria/linea.png);
}

.titleDetGal1{
	padding-top: 150px;
	padding-bottom: 60px;
}
.nombreGaleriaDet{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}
.detGaleria1{
	width: 100%;
	margin-right: 0px;
	margin-bottom: 10px;
	background: url(../images/galeria/titulo.png);
	font-family: 'Poppins', sans-serif;
	font-weight: 200;
	font-size: 24px;
	line-height: 25px;
	color: #ffffff;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	text-align: center;
	min-height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	border-radius: 32px;
}
.backGals{
	width: 277px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/galeria/bg2.png);
	font-family: 'oswald', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	color: #ffffff;
	letter-spacing: 0.25px;
	text-align: center;
	min-height: 64px;
	padding: 5px;
	border-radius: 32px;
}
.backGals span{
	margin-bottom: 7px;
}
.backGals img{
	margin-right: 6px;
}
#textDetGal1{
	padding-bottom: 95px;
}
#textDetGal1 .title{
	padding: 10px;
	font-size: 16px;
	font-weight: 500;
	background: rgba(4, 96, 123, 0.08);
	border-radius: 5px;
	margin-bottom: 15px
}
#textDetGal1 .row{
	margin: 0 -16.666px;
}
#textDetGal1 div[class*="col-"]{
	padding: 0 16.666px;
	margin-bottom: 40px;
}
.contentGalFoto{
	margin-right: auto;
	margin-left: auto;
	max-width: 275px;
	position: relative;
}
.contentGalFoto img{
	border-radius: 10px;
}
.contentGalFoto figure{
	position: relative;
}
.contentGalFoto a:hover figure:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px;
	width: 100%;
	height: 100%;
	background: url(../images/galeria/hover.png) center no-repeat;
	background-size: cover;
}


#textCnt1{
	padding-top: 151px;
	padding-bottom: 35px;
}
#textCnt1 .titleDoc1{
	max-width: 444px;
}
#formTop{
	position: relative;
	padding-bottom: 132px;
	padding-top: 0px;
}
#frmContacto{
	overflow: hidden;
}
#frmContacto .tit{
	color: #5e5e5e;
	font-family: "Lato", sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 25px;
	position: relative;
	margin-bottom: 33px;
	text-align: center;
}
#frmContacto .row{
	margin: 0 -5px;
}
#frmContacto div[class*="col-"]{
	padding: 0 5px;
}
#frmContacto .form-group{
	margin-bottom: 10px
}
#frmContacto .form-control{
	display: block;
	height: 62px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: "Poppins", serif;
	font-size: 12px;
	font-weight: 400;
	color: #949494;
	border-radius: 0;
	box-shadow: inset 0 1px 1px transparent !important;
	border: 1px solid #b0b0b0;
	padding-left: 20px;
}
#frmContacto .textarea{
	height: 155px;
	padding-top: 19px;
}

#frmContacto input[type=submit],
#frmContacto input[type=reset]{
	display:inline-block; 
	height:42px; 
	background: url(../images/submit.png) center no-repeat; 
	color:#ffffff; 
	text-transform:uppercase; 
	font-family:Arial, sans-serif; 
	font-size:11px;
	width: 83px;
	text-align: center;
	font-weight: 400;
	border-radius: 5px;
	margin-top: 40px;
}
#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:#818181; opacity:  1;}
.frmContacto input:-moz-placeholder {color:#818181; opacity:  1;}
.frmContacto input::-moz-placeholder {color:#818181; opacity:  1;}
.frmContacto input:-ms-input-placeholder {color:#818181; opacity:  1;}
.frmContacto textarea::-webkit-input-placeholder {color:#818181; opacity:  1;}
.frmContacto textarea:-moz-placeholder {color:#818181; opacity:  1;}
.frmContacto textarea::-moz-placeholder {color:#818181; opacity:  1;}
.frmContacto textarea:-ms-input-placeholder {color:#818181; 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;
}
.cntCapcha{
	text-align: center;
	font-family: 'Verdana', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #5e5e5e;
}
.cntCapcha label{
	font-weight: 400;
	font-size: 11px;
}
.cntCapcha .capcha{
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
}
.metodoC{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 39px;
	padding-bottom: 42px
}
.metodoC .label1{
	margin-left: 25px;
	margin-right: 15px;
}

#textReg1{
	padding-top: 150px;
	padding-bottom: 39px;
}
#textReg1 .titleDoc1{
	max-width: 384px;
}

#textReg2{
	padding-bottom: 98px;
}

.titleReg2{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 25px;
	letter-spacing: 0px;
	color: #5e5e5e;
	text-align: center;
	margin-bottom: 38px;
}
#frmRegistro{
	overflow: hidden;
}
#frmRegistro .tit{
	color: #5e5e5e;
	font-family: "Lato", sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 25px;
	position: relative;
	margin-bottom: 33px;
	text-align: center;
}
#frmRegistro .row{
	margin: 0 -5px;
}
#frmRegistro div[class*="col-"]{
	padding: 0 5px;
}
#frmRegistro .form-group{
	margin-bottom: 10px
}
#frmRegistro .form-control{
	display: block;
	height: 62px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: "Poppins", serif;
	font-size: 12px;
	font-weight: 400;
	color: #949494;
	border-radius: 0;
	box-shadow: inset 0 1px 1px transparent !important;
	border: 1px solid #b0b0b0;
	padding-left: 20px;
}
#frmRegistro .textarea{
	height: 155px;
	padding-top: 19px;
}

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

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

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

#frmRegistro select{
	background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../images/caret2.png");
	background-repeat: no-repeat;
	background-position: calc(100% - 15px) 50%;
}

.contentArchivo{
	max-width: 576px;
	height: 166px;
	border: dashed 1px #808080;
	font-family: 'Poppins', sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 3px;
}

.rowArchivo2 .contentArchivo, .rowArchivo2 .btnAdjuntarCV{
	margin-left: auto;
}
.titleArchivo{
	color: #616161;
	font-weight: 700;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.25px;
	text-align: center;
	text-transform: uppercase;
}
.subtitleArchivo{
	color: #808080;
	font-weight: 400;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	letter-spacing: 0.25px;
	margin-top: 3px;
	margin-bottom: 10px;
}
.cvAdjunto{
	background: url(../images/registro/rojo.png);
	width: 329px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
	color: #ffffff;
	border-radius: 25px;
}
.cvAdjunto.archivoAdjunto{
	background: url(../images/registro/verde.png);
}
.cvAdjunto img{
	margin-right: 8px;
}
.btnAdjuntarCV{
	background: url(../images/registro/subir.png) center no-repeat;
	background-size: cover;
	height: 57px;
	max-width: 576px;
	position: relative;
}

#btnAdjuntarCV1,#btnAdjuntarCV2{
	overflow: auto;
}
#btnAdjuntarCV1 input[type="file"],#btnAdjuntarCV2 input[type="file"]{
	width: 100%;
	height: 57px;
	opacity: 0;
	cursor: pointer;
}

.contentPagos3{
	background: #f6f6f6;
	border: solid 1px rgba(90,90,90,0.25);
	margin-top: 39px;
	padding: 40px 10px 50px 10px; 
	margin-bottom: 50px;
}

#formFactura{
	max-width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#formFactura .row{
	margin: 0 -6.5px;
}
#formFactura div[class*="col-"]{
	padding: 0 6.5px;
}
#formFactura .form-group{
	margin-bottom: 10px
}
#formFactura .form-control{
	display: block;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: "Lato", serif;
	font-size: 13.5px;
	color: #707070;
	border: 1px solid #d2d2d2;
	box-shadow: inset 0 1px 1px transparent;
}

#formFactura .error input{
	border:solid 1px #000; 
	background:rgba(255,216,217,1.00); 
	color:#000
}

#formFactura input[type=submit]:hover,
#formFactura input[type=reset]:hover{opacity:.8}
#formFactura .error input,

#formFactura input::-webkit-input-placeholder {color:#a6a6a6; opacity:  1;}
#formFactura input:-moz-placeholder {color:#a6a6a6; opacity:  1;}
#formFactura input::-moz-placeholder {color:#a6a6a6; opacity:  1;}
#formFactura input:-ms-input-placeholder {color:#a6a6a6; opacity:  1;}

#formFactura input:focus::-webkit-input-placeholder {opacity:0.5}
#formFactura input:focus:-moz-placeholder{opacity:0.5}
#formFactura input:focus::-moz-placeholder{opacity:0.5}
#formFactura input:focus:-ms-input-placeholder{opacity:0.5}
#formFactura .has-error .form-control-feedback{line-height:36px; height:100%; }
#formFactura .has-error input{
	border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.titlePagosMForm{
	text-align: center;
	color: #5a5a5a;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 31px;
	position: relative;
}
#formFactura.open .titlePagosMForm{
	border-bottom: solid 1px rgba(90,90,90,0.25);
	padding-bottom: 30px;
	margin-bottom: 40px;
}
.titlePagosMForm label{
	font-weight: 700;
	position: relative;
	cursor: pointer;
}
.titlePagosMForm input[type="radio"]{
	opacity: 0;
}
.titlePagosMForm input[type="radio"] + i:after{
  content: "";
  position: absolute;
  top: 10px;
  left: -2px;
  width: 16px;
  height: 16px;
  background: url(../images/registro/cuadro.png); 
}
.titlePagosMForm input[type="radio"]:checked + i:before{
  content: "";
  position: absolute;
  top: 4px;
  left: 0px;
  width: 19px;
  height: 18px;
  background: url(../images/registro/check.png); 
  z-index: 2;
}
.titleMasForm{
	text-align: center;
	color: #5d5d5d;
	font-weight: 400;
	font-size: 17.25px;
	line-height: 31px;
	font-family: 'Lato', sans-serif;
	margin-bottom: 25px;
}


#loading{background-size:60% auto;display:block;width:100px;height:100px;position:fixed;left:50%;margin-left:-50px;top:50%;margin-top:-50px;z-index:99999 !important;}
.basic-spinner{display:inline-block;margin:0 auto;border-radius:50%;background-size:cover;background-repeat:no-repeat;background-position:center center;
	background-image:url(../images/site-spinner-240.png);
	width:100px;height:100px;-webkit-animation:full-rotation 1s infinite linear;-moz-animation:full-rotation 1s infinite linear;animation:full-rotation 1s infinite linear}
.basic-spinner.isHidden{display:none}
.ua-ie-7 .basic-spinner,.ua-ie-8 .basic-spinner,.ua-ie-9 .basic-spinner{background-image:url(../images/site-spinner-100.gif)}
@-webkit-keyframes full-rotation{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@-moz-keyframes full-rotation{from{-moz-transform:rotate(0deg);transform:rotate(0deg)}to{-moz-transform:rotate(360deg);transform:rotate(360deg)}}
@-o-keyframes full-rotation{from{-o-transform:rotate(0deg);transform:rotate(0deg)}to{-o-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes full-rotation{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}

#dateFacturas{
	display: none;
}
#dateFacturas.open{
	display: block;
}

#textSomos1{
	padding-top: 157px;
	padding-bottom: 40px;
}
#textSomos1 .titleDoc1{
	max-width: 470px;
}
.titleSomos2{
	text-align: center;
	color: #616161;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
}
.titleSomos2 strong{
	font-weight: 900;
}
.textodatosPago{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 25px;
	letter-spacing: 0px;
	color: #5e5e5e;
	text-align: center;
	padding-top: 60px;
}
.tit1p{
	padding-bottom: 20px;
}
.tit2p{
	padding-bottom: 20px;
	padding-top: 20px;
}

#textSomos2{
	padding-bottom: 167px;
}
.somos2{
	background: url(../images/somos/bg1.png);
	height: 260px;
	padding-right: 55%;
	padding-left: 15px;
	position: relative;
	margin-top: 37px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 12.2px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #cacaca;
	text-align: left;
}
.somos2 strong{
	font-size: 18px;
	color: #ffffff;
}
.somos2 span{
	font-size: 14px;
	color: #ffffff;
	display: block;
}
.tsomos2{
	border-bottom: solid 1px #959595;
	line-height: 18px;
	padding-bottom: 15px;
	margin-bottom: 9px;
}
.somos2 .imgSomos2{
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/somos/nuevos_directores.jpg) center no-repeat;
	background-size: cover;
	width: 50%;
	height: 100%;
}
.somos2 .imgSomos2 img{
	display: none;
}
#textSomos3{
	background: url(../images/somos/bg3.jpg) center no-repeat;
	background-size: cover;
}
.contentSomos3{
	position: relative;
	padding-top: 77px;
	padding-bottom: 72px;
}
.contentSomos3::before {
    content: '';
    position: absolute;
    /*width: 600px;
    height: 250px;*/
    width: 0;
    height: 0;
    background: url(../images/somos/centro2.png) center no-repeat;
    background-size: contain;
    top: 252px;
    left: calc(50% - 300px);
    z-index: 1;
}
.directivo1{
	width: 246px;
	height: 188px;
	background: url(../images/somos/1.png) center no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: normal;
	letter-spacing: 0.1px;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	position: relative;
	z-index: 2;
}
.directivo1 span{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.25px;
	text-align: center;
	color: #ffffff;
	text-transform: none;
}
.directivo1:hover,.directivo2:hover{
	text-decoration: none;
	color: #ffffff;
	transform: scale(1.05);
}
.directivo1:focus,.directivo2:focus{
	text-decoration: none;
	color: #ffffff;
}
.directivo2{
	margin-top: 60px;
	margin-bottom: 89px;
    width: 246px;
	height: 188px;
    background: url(../images/somos/2.png) center no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: normal;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    position: relative;
    z-index: 1;
}
.directivo2 span{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.25px;
	text-align: center;
	color: #ffffff;
	text-transform: none;
}
.flecha1Dir,.flecha2Dir{
	position: relative;
	height: 1px;
	width: 100%;
}
.flecha1Dir:before{
	content: '';
	position: absolute;
	width: 33px;
	height: 60px;
	background: url(../images/somos/flecha1.png) center no-repeat;
	background-size: contain;
	top: -7px;
	left: calc(50% - 16.5px);
}
.flecha2Dir:before{
	content: '';
	position: absolute;
	width: 650px;
	height: 93px;
	background: url(../images/somos/flecha2.png) center no-repeat;
	background-size: contain;
	bottom: 15.5px;
	left: calc(50% - 325px);
}
.contentDirectivos{
	padding-top: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
}
.itemDirectivo{
	width: 172.5px;
	height: 150px;
	background: url(../images/somos/3.png) center no-repeat;
	background-size: contain;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 13.5px;
	line-height: 18px;
	letter-spacing: 0.25px;
	color: #4c4c4c;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
.divItemDirect{
	margin-right: 10px;
	position: relative;
}
.divItemDirect:last-child{
	margin-right: 0;
}
.itemDirectivo strong{
	font-weight: 800;
	display: block;
	padding-bottom: 5px;
}
.itemDirectivo span{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.25px;
	text-align: center;
	color: #0081a8;
}
.itemDirectivo:hover{
	text-decoration: none;
	color: #4c4c4c;
	transform: scale(1.05);
}
.itemDirectivo:focus{
	text-decoration: none;
	color: #4c4c4c;
}
.titleSeccion{
	background: url(../images/somos/bg4.png);
	background-size: cover;
}
.titleSeccion .container{
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 30px;
	line-height: 33px;
	letter-spacing: 0.25px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	padding: 35px 15px;
}
.titleSeccion .container span{
	text-transform: none;
}
.textoSomos4{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 33px;
	letter-spacing: 0px;
	color: #616161;
}
.textoSomos4 strong{
	font-weight: 900;
}
.textoSomos4a{
	padding-top: 58px;
}
.textoSomos4b{
	padding-top: 30px;
	padding-bottom: 89px;
}
.contentSomos4{
	height: 400px;
	padding-bottom: 58px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 50%;
	position: relative;
}
.imgsomos4{
	position: absolute;
	top: 0;
	left: 0;
	width: 350px
}
.titleSomos4{
	color: #0081a8;
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 36px;
	line-height: 30px;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	padding-bottom: 15px;
}

#textSomos5{
	background: url(../images/somos/bg5.jpg) center no-repeat;
	background-size: cover;
	padding: 75px 0;
}
.titleSomos5{
	color: #0081a8;
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 48px;
	line-height: 30px;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	text-align: center;
}
.contentSomos5{
	color: #616161;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 33px;
	letter-spacing: 0px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
}
#textSomos5 img{
	margin-left: auto;
	margin-right: auto;
}
#textSomos6{
	padding-top: 70px;
	padding-bottom: 70px;
}
#textSomos6 div[class*="col-"]{
	width: 100%;
	margin-bottom: 45px;
}
#textSomos6 img{
	margin-left: auto;
	margin-right: auto;
	width: 450px;
}
.contentSomos6{
	color: #616161;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 33px;
	letter-spacing: 0.25px;
	padding-right: 15px;
}
.contentSomos6 strong{
	font-weight: 900;
}
.titleSomos6{
	color: #0081a8;
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 36px;
	line-height: 30px;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	text-align: left;
	padding-bottom: 13px;
	padding-top: 38px;
}
#textSomos7{
	background: url(../images/somos/bg6.webp) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 126px;
	padding-bottom: 157px;
}
#textSomos7 div[class*="col-"]{
	width: 50%;
}
#textSomos7 div[class*="col-"]:last-child{
	margin-left: 25%;
}
.titleSomos7{
	font-family: 'Poppins',sans-serif;
	font-weight: 800;
	font-size: 48px;
	line-height: 30px;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	padding-bottom: 62.5px;
	margin-bottom: 62.5px;
	position: relative;
}
.titleSomos7:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 54px);
	height: 1px;
	width: 108px;
	background: #f5f5f5;
}
.contentSomos7{
	display: flex;
	align-items: center;
	justify-content: center;
}
#textSomos7 .row{
	margin: 0 -30.75px;
}
#textSomos7 div[class*="col-"]{
	padding: 0 30.75px;
}
.itemSomos7{
	max-width: 359px;
	padding-top: 12px;
}
.itemSomos7 figure{
	position: relative;
}
.itemSomos7 figure div.div{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	top: 0;
	left: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.35px;
	color: #ffffff;
	padding: 0 50px;
}
.itemSomos7 figure div.div strong{
	font-weight: 900;
}
.itemSomos7:first-child figure div.div{
	padding: 0  53px;
}
#textSomos8 .container{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 33px;
	letter-spacing: 0px;
	color: #616161;
	padding-top: 70px;
	padding-bottom: 60px;
}
#textSomos8 .container strong{
	font-weight: 900;
}
#textSomos9{
	background: url(../images/somos/nuevos/bg3.webp) center no-repeat;
	background-size: cover;
}
.contentSomos9{
	height: 766px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 50%;
}
.titleSomos9{
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	font-weight: 800;
	color: #0081a8;
	line-height: 30px;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	text-align: left;
	padding-bottom: 12px;
}
.titleSomos9a{
	padding-top: 30px;
}
#textSomos10{
	background: url(../images/somos/bg8.jpg) center no-repeat;
	background-size: cover;
	padding-top: 76px;
	padding-bottom: 112px;
}
#textSomos10 img{
	margin-right: auto;
	margin-left: auto;
}
#textSomos10 .container{
	text-align: center;
}
.titleSomos10New{
	font-family: 'Poppins',sans-serif;
	font-weight: 800;
	color: #ffffff;
	font-size: 36px;
	line-height: 30px;
	text-align: center;
	position: relative;
	letter-spacing: 0px;
	text-transform: uppercase;
	padding-bottom: 30px;
	margin-bottom: 30px;
	padding-top: 32px;
}
.titleSomos10New:before{
	content: '';
	position: absolute;
	width: 43px;
	height: 1.5px;
	background: #ffffff;
	bottom: 0;
	left: calc(50% - 21.5px);
}
.imgetica2{
	margin-bottom: 67px;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
}
.imgetica2 a:hover img{
	transform: scale(1.05);
}
#textSomos11{
	padding-top: 40px;
	padding-bottom: 63px;
}
#textSomos11 div[class*="col-"]{
	width: 100%;
	margin-bottom: 45px;
}
#textSomos11 img{
	margin-right: auto;
	margin-left: auto;
}
.contentSomos11{
	padding-top: 19px;
	padding-right: 25px;
}
.textoSomos11{
	line-height: 28px;
	letter-spacing: -0.1px;
}
.titleSomos11{
	padding-top: 38px;
	padding-bottom: 15px;
}
#textSomos12{
	background: url(../images/somos/bg9.jpg) center no-repeat;
	background-size: cover;
	padding: 65.5px 0;
}
.contentSomos12{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 48px;
	letter-spacing: 0px;
	color: #616161;
	text-align: left;
	padding-top: 12px;
}
.contentSomos12 ul{
	list-style: none;
}
.contentSomos12 ul li{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.contentSomos12 ul li div:first-child{
	width: 39px;
	padding-top: 10px;
}
.contentSomos12 ul li div:last-child{
	width: calc(100% - 39px);
}
#textSomos13{
	padding-top: 70px;
	padding-bottom: 70px;
}
.titleSomos13{
	padding-top: 35px;
}
#textSomos14{
	background: url(../images/somos/bg10.webp) center no-repeat;
	background-size: cover;
}
.contentSomos14{
	height: 709px;
	display: flex;
	align-items: center;
	padding-left: calc(50% + 42px);
}
.titleSomos14{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 20px;
}
#textSomos14 ul{
	list-style-image: url(../images/somos/li.png?v2);
	margin-left: 20px;
}
#textSomos14 ul li{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.25px;
	color: #ffffff;
	text-align: left;
	padding-right: 0px;
	margin-bottom: 24px;
}
#textSomos14 ul li:last-child{
	margin-bottom: 0px;
}
.imgTextSomos14{
	display: none;
}
.titleSomos14a{
	color: #62bdd9;
}

.sectionid{
	display: none;
}

.sectionid.open{
	display: block;
}
.btnDesQueja{
	padding-top: 40px;
}
.btnDesQueja a{
	display: inline-block;
}
.textoSomos9a{
	font-size: 17px;
	line-height: 30px;
}

.titleCategorias{
	display: block;
	background: #8b8b8b;
	color: #ffffff;
	text-align: center;
	line-height: 32px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 7px 5px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 20px;
	cursor: pointer;
}
.contentMain{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}
.sideBarMain{
	width: 100%;
	padding-right: 0px;
	padding-bottom: 40px;
}
.sideBarMain .sidebar-nav{
	display: none;
}
.sideBarMain.open .sidebar-nav{
	display: block;
}
.cntMain{
	width: 100%;
	position: relative;
}

.titleCatProds{
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 24px;
	line-height: 40px;
	letter-spacing: 0px;
	color: #343434;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
	display: inline-block;
}
.submenuCats{
	list-style: none;
	padding-left: 14px;
}
.submenuCats li a{
	display: inline-block;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0px;
	color: #838282;
	height: 32px;
	padding-left: 15px;
	background: url(../images/noticias/flecha.png) center left no-repeat;
	text-transform: capitalize;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.sideBarMain .sidebar-nav{
	margin-top: -10px;
}
.liprincip{
	margin-bottom: 10px;
}
.liprincip .submenuCats{
	display: none;
}
.liprincip.open .submenuCats{
	display: block;
}
.submenuCats li a:hover{
	text-decoration: none;
	color: #04607b;
}
.liprincip .submenuCats li.openA a{
	color: #04607b;
}
.urlArchivoDet{
	color: #616161;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.25px;
	text-align: left;
	padding-bottom: 32px;
	margin-bottom: 32px;
	border-bottom: solid 6px #dadada;
}
.archivoDet{
	padding-bottom: 32px;
	margin-bottom: 32px;
	border-bottom: solid 6px #dadada;
}
.btnArchivoWord{
	background: #166f89;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 17px;
	color: #ffffff;
	padding: 20px;
	display: inline-block;
}
.btnArchivoWord:hover,.btnArchivoWord:focus{
	color: #ffffff;
	text-decoration: none;
}
#bannerTop img{
	max-width: 290px;
}
.imgSliderVideoTop{
	width: 350px;
}
.titulovideotop{
	background: #009cc5;
	font-family: 'Poppins', sans-serif;
	color: #ffffff;
	font-weight: 500;
	font-size: 17px;
	line-height: normal;
	letter-spacing: 0px;
	text-align: center;
	height: 91px;
	border: solid 1px rgba(255,255,255,0.15);
	border-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.titulovideotop span{
	display: block;
}
.videoTopSlider{
	position: relative;
	border-radius: 15px;
	border: solid 3px #ffffff;
	box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.15);
}
.videoTopSlider iframe{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

#textNew1{
	background: url(../images/somos/nuevos/fondo.jpg) center no-repeat;
	background-size: cover;
}
.bgComites{
	background: rgba(85,85,85,0.1);
	padding-top: 60px;
	padding-bottom: 30px;
}
.contentNew1{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 75px;
	padding-bottom: 89px;
}
.cntDirPreside{
	margin-bottom: 50px;
	position: relative;
}
.cntDirPreside:before{
	content: '';
	position: absolute;
	width: 33px;
	height: 41px;
	background: url(../images/somos/nuevos/linea3.png) center no-repeat;
	background-size: cover;
	left: calc(50% - 16.5px);
	bottom: -41px;
}
.itemNew1b{
	display: flex;
	align-items: center;
	height: 565px;
	position: relative;
	margin-left: 0px;
}
.itemNew1b:before{
	content: '';
	position: absolute;
	top: 0;
	left: -116px;
	width: 0px;
	height: 0;
	background: url(../images/somos/nuevos/linea1.png) center no-repeat;
	background-size: cover;
}
.directivo1New{
	width: 246px;
	height: 188px;
	background: url(../images/somos/nuevos/directivo1.png) center no-repeat;
	background-size: contain;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: normal;
	letter-spacing: 0.1px;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	position: relative;
	z-index: 2;
}
.directivo2New{
	background: #118aae;
	width: 319px;
	height: 69px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	border-radius: 10px;
	border-bottom-left-radius: 0px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 19.45px;
	line-height: 19px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.1px;
	border: solid 2px #ffffff;
	box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.15);
	margin-left: auto;
	margin-right: auto;
}
.directivo1New span,.directivo2New span{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.25px;
    text-align: center;
    color: #ffffff;
    text-transform: none;
}

.directivo1New:hover, .directivo2New:hover {
    text-decoration: none;
    color: #ffffff;
    transform: scale(1.03);
}
.cntPresidentesNew:before{
	content: '';
	position: absolute;
	width: 602px;
	height: 150px;
	background: url(../images/somos/nuevos/linea2.png) center no-repeat;
	background-size: cover;
	top: -200px;
	left: calc(50% - 301px);
}
.cntPresidentesNew{
	margin-top: 200px;
	position: relative;
	background: rgba(0,0,0,0.07);
	padding-top: 28px;
	border-radius: 10px;
	padding-left: 75px;
	padding-right: 80px;
	padding-bottom: 21px;
}
.directivo2Newb{
	background: #118aae;
	width: 493px;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	border-radius: 10px;
	border-bottom-left-radius: 0px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 19.45px;
	line-height: 19px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.1px;
	border: solid 2px #ffffff;
	box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.15);
	margin-bottom: 32px;
	margin-left: auto;
	margin-right: auto;
}
.cntPresidentsNews{
	display: flex;
	align-items: center;
	justify-content: center;
}
.itemPresNew1a{
	color: #7d7d7d;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 0.1px;
	text-align: left;
}
.itemPresNew1a strong{
	font-weight: 800;
	text-transform: uppercase;
	color: #535354;
}
.itemPresNew1b{
	padding-top: 15.5px;
	padding-bottom: 15.5px;
	margin-left: 47.5px;
	padding-left: 47.5px;
	border-left: solid 1px #717171;
}
.contentDirectivosNew{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.divItemDirectNew{
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 30px;
}
.divItemDirectNew:last-child{
	margin-right: 30px;
	margin-left: 30px;
}
.itemDirectivoNew{
    width: 246px;
	height: 188px;
    background: url(../images/somos/3.png) center no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
	line-height: 21px;
	background-size: contain;
    letter-spacing: 0.25px;
    color: #4c4c4c;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}
.itemDirectivoNew strong {
    font-weight: 800;
    display: block;
    padding-bottom: 5px;
}
.itemDirectivoNew span {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.25px;
    text-align: center;
    color: #0081a8;
}
.itemDirectivoNew:hover {
    text-decoration: none;
    color: #4c4c4c;
    transform: scale(1.05);
}
.titleComitesNew{
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.1px;
	color: #0081a8;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.cntCap{
	position: relative;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

#textGalPrin{
	padding-top: 82px;
}
.contentGalPrin1{
	background: url(../images/iconos/fondogal.png) center no-repeat;
	background-size: cover;
	display: flex;
	flex-wrap: wrap;
	padding: 30px 15px;
	height: auto;
}
.contentPrin1a{
	width: 100%;
	padding-left: 0px;
	padding-top: 0px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	color: #4e4e4e;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
	padding-bottom: 30px;
}
.contentPrin1a img{
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}
.contentPrin1a strong{
	display: block;
	color: #2c7f9b;
	font-weight: 800;
}
.contentPrin1b{
	width: 100%;
}
.contentPrin1b figure{
	max-width: 587px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.contentPrin1b figure iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




#sliderTop .flexslider .slides > li div#banner9 {
    height: 85%;
    bottom: 10px;
    position: relative;
}
#sliderTop .flexslider .slides > li div#banner9 a{
    margin: 0 auto;
}
#sliderTop .flexslider .slides > li div#banner9 img{
    display:block;
    height: 100%;
    width: auto;
}

body.activeFlyer{
	overflow: hidden;
}
#overlayFlyer{
	position: fixed;
	background: rgba(0,0,0,0.45);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1000
}
#winFlyer{
	position: absolute;
	top: 50px;
	z-index: 1001;
	opacity: 0;
	left: 15px;
	right: 15px;
}
#winFlyer .relative{
	position: relative;
	margin: 0 auto;
}
.closeWF{
	position: absolute;
	background: url('../images/icoClose.png');
	width: 29px;
	height: 29px;
	cursor: pointer;
	right: -15px;
	top: -15px;
	text-indent: -9999%
}
#winFlyer figure{
	padding: 0;
	margin: 0 auto;
}
#winFlyer figure img{
	display: block;
	max-width: 100%;
	height: auto;
}
.linkToZoom a{
	display: block;
	max-width: 366px;
	height: 41px;
	margin: 0 auto;
	background: #ff38ff;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	text-transform: uppercase;
	font-family: "PT Sans", serif;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.VI-congreso-3 {
    max-width: 420px;
}