@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;
}
@font-face {
  font-family: "Freight Sans Bold";
  src: url("../fonts/Freight-Sans-Bold-SC.otf");
}
@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/myriadpro-regular.otf");
}
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: 1870px;}
.container::before,
.container::after{display:block; content:""; clear:both;}
.container-p{
	margin:auto; 
	line-height:23px; 
	text-align:justify; 
	position:relative; 
	color:#757575; 
	max-width: 1870px;
	width: 750px;
	padding: 0 15px;
}
.container-p::before,
.container-p::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: 220px;
	padding-top: 0px;
}
.contentDarkTop{
	height: 117px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	position: relative;
}
.btnInscribirCongreso{
	position: absolute;
	top: calc(50% - 20px);
	left: calc(50% - 60px);
	width: 120px;
	height: 40px;
	background: #fb9f44;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	color: #fefefe;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 9px;
	line-height: 19px;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-decoration: none;
}
.btnInscribirCongreso:hover, .btnInscribirCongreso:focus{
	text-decoration: none;
	color: #fff;
	background: #83d4cc;
}

#buscador{
	position: absolute;
	top: 36px;
	right: 21px;
}
.contInput{
	position: relative
}
#buscador .form-control{
  display: block;
  width: 240px;
  height: 38px;
  padding: 6px 12px;
  font-size: 14px;
  color: #6b6b6b;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  background-color: #fff;
  border: 0;
  border-bottom: solid 1px #cecece;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}
#buscador input::-webkit-input-placeholder {color:#6b6b6b; opacity:  1;}
#buscador input:-moz-placeholder {color:#6b6b6b; opacity:  1;}
#buscador input::-moz-placeholder {color:#6b6b6b; opacity:  1;}
#buscador input:-ms-input-placeholder {color:#6b6b6b; opacity:  1;}
#buscador input:focus:-moz-placeholder{opacity:0.5}
#buscador input:focus::-moz-placeholder{opacity:0.5}
#buscador input:focus:-ms-input-placeholder{opacity:0.5}
input[type="submit"].btnformBuscar{
	height: 21px;
	width: 21px;
	position: absolute;
	top: calc(50% - 10.5px);
	right: 0;
	background-image: url('../images/banner/icoBuscar.png');
}

#logo{
	width: 235px;
	position: absolute;
	top: 34px;
	left: 15px;
	z-index: 4;
}
#logo a{
	position: relative;
	z-index: 2;
}
#logo img{
	display: block;
	max-width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
}
#topMenu{
	margin-top: 0px;
	height: 55px;
	width: 100%;
	background: rgba(15, 39, 44, 0.85);
	position: relative;
	z-index: 2;
}
#menu{
	margin: auto;
	position: relative;
	right: auto;
	top: auto;
	height: 55px;
	text-align: center;
	width: 100%;
}
#menu ul{
	display: inline-block;
	margin: 0;
}
#menu ul::before,
#menu ul::after{
	display: block;
	content: "";
	clear: both;
}
#menu > ul > li{
	float: left;
	position: relative;
	padding: 0px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#menu > ul > li > a{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: transparent;
	font-size: 14px;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	line-height: 19px;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #ffffff;
	height: 55px;
	padding: 0 20px;
	border-left: solid 1px rgba(255, 255, 255, 0.25);
}
#menu > ul > li > a .fa{
	position: absolute;
	top: 31px;
	left: calc(50% - 6px);
	font-size: 17px;
	width: 12px;
}
#menu > ul > li > a::before{
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 22px);
	width: 44px;
	height: 5px;
	transform: scaleX(0);
	z-index: 0;
  	background: #00b3b0;
    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;
}
#menu > ul > li:first-child{
	padding-left: 0px;
}
#menu > ul > li:last-child{
	float: right;
	padding-right: 0px;
}
#menu > ul > li:last-child > a{
	border-right: solid 1px rgba(255, 255, 255, 0.25);
}
#menu > ul > li.active > a, #menu > ul > li > a:hover, #menu > ul > li > a:focus{
	color: #4dcfe0;
}
#menu ul.submenu,.menuDown ul.submenu{
	display: none;
	position: absolute;
	top: 55px;
	left: 0;
	border-top: solid 3px #fff;
	background: #384a4e;
	flex-wrap: wrap;
	padding-left: 11px;
	padding-right: 11px;
}
#menu li.open ul.submenu,.menuDown li.open ul.submenu{
	display: flex;
}
#menu ul.submenu li,.menuDown ul.submenu li{
	background: #384a4e;
	width: 50%;
	text-align: left;
	padding-left: 34px;
	position: relative;
}
#menu ul.submenu li a,.menuDown ul.submenu li a{
	display: flex;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 0.25px;
	color: #fff;
	padding: 10px 0;
	position: relative;
}
#menu ul.submenu li a span,.menuDown  ul.submenu li a span{
	font-size: 14px;
	font-weight: 600;
}
#menu ul.submenu li a:hover,#menu ul.submenu li a:focus,
.menuDown ul.submenu li a:hover,.menuDown ul.submenu li a:focus{
	text-decoration: none;
}
#menu ul.submenu li a:hover span,#menu ul.submenu li a:focus span,
#menu ul.submenu li.active a span,.menuDown ul.submenu li a:hover span,.menuDown ul.submenu li a:focus span,
.menuDown ul.submenu li.active a span{
	color: #6fbfcb
}
#menu ul.submenu li a:hover::before,#menu ul.submenu li a:focus::before,
#menu ul.submenu li.active a::before,
.menuDown ul.submenu li a:hover::before,.menuDown ul.submenu li a:focus::before,
.menuDown ul.submenu li.active a::before{
	content: '';
	position: absolute;
	width: 8px;
	height: 12px;
	top: 11px;
	left: -12px;
	background: url('../images/inicio/tri.png');
}
#menu ul.submenu li:first-child,.menuDown ul.submenu li:first-child{
	padding-top: 9px;
}
#menu ul.submenu li:last-child,.menuDown ul.submenu li:last-child{
	padding-bottom: 16px;
}

#menuSomos{
	width: 580px;
}
#menuSomos li:nth-child(1),#menuSomos li:nth-child(2){
	padding-top: 9px;
}

#menuErgonomia,#menuUni,#menuArticulos,
#menuEventos,#menuEnlaces,#menuErgoCopa{
	width: 318px;
}
#menu ul#menuErgonomia li,#menu ul#menuUni li,.menuDown ul#menuArticulos li,
.menuDown ul#menuEventos li,.menuDown ul#menuEnlaces li,.menuDown ul#menuErgoCopa li{
	width: 100%;
	list-style: none;
}
#menu ul#menuUni,.menuDown ul#menuEventos,.menuDown ul#menuEnlaces,.menuDown ul#menuErgoCopa{
	left: auto;
	right: 0;
}


/*#menu > ul > li.active a::before, #menu > ul > li a:hover::before, #menu > ul > li a:focus::before{
	transform: scaleX(1);
}*/
#downMenu{
	position: relative;
	margin-top: 2px;
	padding-top: 3px;
	z-index: 1;
}
#downMenu::before{
	content: '';
	position: absolute;
	background: rgba(117, 193, 199, 0.85);
	top: 0;
	left: 0;
	height: 3px;
	width: 100%;
	z-index: 2;
}
.menuDown{
	position: relative;
	text-align: center;
	background: #6fbfcb;
	/*clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 30px 100%);*/
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.menuDown::before{
	content: '';
	position: absolute;
	top: 1px;
	left: -1px;
	background: #fff;
	height: 100%;
	width: 27px;
	clip-path: polygon(0px 0px, 0 0px, 100% 100%, 0px 100%);
}
.menuDown::after{
	content: '';
	position: absolute;
	top: 1px;
	right:-1px;
	background: #fff;
	height: 100%;
	width: 27px;
	clip-path: polygon(100% 0px, 100% 0px, 100% 100%, 0px 100%);
}
.menuDown > ul{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 43px;
	list-style: none;
}
.menuDown > ul > li{
	padding: 0px 10px;
	position: relative;
	padding-bottom: 5px;
}
.menuDown > ul > li > a{
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 40px;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #fff;
	display: flex;
	align-items: center;
	position: relative
}
.menuDown > ul > li > a .fa{
	font-size: 15px;
	margin-left: 3px;
}
.menuDown > ul > li > a:hover,.menuDown > ul > li > a:focus,.menuDown > ul > li.active > a{
	text-decoration: none;
	color: #567980;
}
.menuDown ul.submenu{
	top: 40px;
}

#redes{
	position: absolute;
	top: 0;
	right: 15px;
	height: 69px;
	width: auto;
	display: flex;
	align-items: center;
	padding-left: 0px
}
#redes a{
	color: #ffffff;
	text-align: center;
	display: inline-block;
	margin-right: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#redes a:last-child{
	margin-right: 0;
}
#redes a .fa{
	display: none;
}
#redes a:hover,#redes a:focus{
	opacity: 0.85;
	transform: scale(1.1);
	text-decoration: none;
}

#datFooter{
	background: url('../images/banner/datfoot.png') center no-repeat;
	background-size: cover;
}
.contentDatFoot{
	padding: 40px 0;
}
.contentDatFoot .tit{
	line-height: normal;
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 24px;
	letter-spacing: 0px;
	text-align: center;
	color: #fff;
}
.contentDatFoot .tit strong{
	display: block;
	font-size: 20px;
}
.contentDatFoot .tit a{
	color: #fff;
}
.contentDatFoot .tit a:hover,.contentDatFoot .tit a:focus{
	color: #fff;
	text-decoration: none;
}
/*Nuevo estilo Footer*/
#footer .contentFooter{
	background: #373537;
	display: flex;
	align-items: center;
	min-height: 114px;
	color: white;
}
#footer .container-p{
	color: #fff;
	font-family: 'Arial',sans-serif;
	font-weight: 400;
	font-size: 11px;
	letter-spacing: 0px;
	width: 100%;
}
#footer .tfooter {
	line-height: 16px;
	text-align: center;
	min-height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
#footer .tfooter a{
	color: inherit;
}
#footer #powered {  	
	line-height: 16px;
	margin: 0 auto 0;
	width: auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 8px;
}
#footer #powered a {
	color: inherit;
	display: flex;
	padding: 0 0 0 28px;
	min-height: 22px;
	align-items: center;
	margin-left: 5px;
	background: url('/_src/images/icoTW.svg') no-repeat center left;
}
#footer #powered a:hover{
	text-decoration: none;
}
/*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;}

#contenedorPrincipal{
	position: relative;
}
.cntPrincipal{
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-top: 30px;
	flex-wrap: wrap;
}
#itemSideLeft{
	width: 100%;
	order: 1;
}
#itemContPrincipal{
	width: 100%;
	padding-top: 35px;
	padding-left: 0px;
	padding-right:0px;
	order: 2;
}
#itemSideRight{
	width: 100%;
	order: 3;
}
.mainContenedor{
	max-width: 1045px;
	margin-left: auto;
	margin-right: auto;
}
.titleSideBarLeft{
	position: relative;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background: #6fbfcb;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	color: #fff;
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 17px;
	line-height: 20px;
	letter-spacing: 0px;
	text-transform: uppercase;
	cursor: pointer;
}
.titleSideBarLeft img{
	margin-right: 5px;
}
.contentSidebarLeft{
	background: rgba(243, 243, 243, 0.75);
	padding-top: 25px;
	padding-bottom: 30px;
	margin-top: 1px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	display: none;
	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;
}
#sidebarLeft.open .contentSidebarLeft{
	display: block;
	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;
}
.contentSidebarLeft ul{
	margin-left: 31px;
	list-style-image: url('../images/banner/li.png');
	padding-right: 10px;
}
.contentSidebarLeft ul li a{
	color: #616161;
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 12px;
	line-height: normal;
	letter-spacing: 0px;
	text-align: left;
	display: block;
}
.contentSidebarLeft ul li{
	margin-bottom: 22.8px;
}
.contentSidebarLeft ul li br{
	display: none;
}
.contentSidebarLeft ul li:last-child{
	margin-bottom: 0;
}
.cntenedorEnlaces{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.itemEnlaces1{
	width: calc(33.333% - 10px);
	margin-top: 25px;
	margin-right: 15px;
}
.itemEnlaces1:last-child{
	margin-bottom: 0px;
	margin-right: 0px;
}
.itemEnlaces1 a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background: url('../images/banner/bgButton.png') center no-repeat;
	background-size: cover;
	min-height: 139px;
	border-radius: 5px;
}
.itemEnlaces1 a img{
	mix-blend-mode: multiply;
}
.titleEnlace1{
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #000;
	text-align: center;
	margin-top: 3px;
}
.itemEnlaces1 a:hover{
	text-decoration: none;
	transform: scale(1.02)
}
.itemEnlaces1-2{
	width: calc(33.333% - 10px);
	margin-top: 25px;
	margin-right: 0;
}
.itemEnlaces1-2 a{
	align-items: flex-end;
}
.contentSidebarRight1{
	background: #f3f3f3;
	position: relative;
	border-radius: 5px;
}
.contentSidebarRight1 figure{
	padding-top: 12px;
	padding-left: 10px;
	padding-right: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contentSidebarRight1 figure img{
	mix-blend-mode: multiply;
}
.itemButtomsRight{
	margin-top: 36px;
	position: relative;
	padding-left: 14.5px;
	padding-right: 14.5px;
	padding-bottom: 20px;
	padding-top: 39px;
}
/*.itemButtomsRight::before{
	content: '';
	position: absolute;
	top: 0;
	left: calc(50% - 60px);
	width: 120px;
	height: 9px;
	border-radius: 4.5px;
	background: rgba(56, 74, 78, 0.75)
}*/
.titleSideRight1{
	color: #353535;
	font-family: 'Inter', sans-serif;
	font-weight: 800;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 0px;
	text-align: center;
	text-transform: uppercase;
}
.titleSideRight2{
	color: #616161;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: normal;
	letter-spacing: 0px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 30px;
}
.cntenedorEnlaces2{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.itemEnlaces2{
	margin-bottom: 10px;
	width: 100%;
}
.itemEnlaces2:last-child{
	margin-bottom: 0;
}
.itemEnlaces2 a{
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	border-radius: 5px;
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-weight: 800;
	line-height: 17px;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	padding: 0 5px;
}
.btnEnlace1{
	background: #bf0b0b;
}
.btnEnlace2{
	background: #429f3f;
}
.btnEnlace3{
	background: #008348;
}
.itemEnlaces2 a:hover,.itemEnlaces2 a:focus{
	text-decoration: none;
	background: rgba(15, 39, 44, 0.85);
}
.contentSidebarRight2{
	background: url('../images/banner/bgSide.png') center no-repeat;
	background-size: cover;
	position: relative;
	border-radius: 5px;
	padding-top: 32px;
	padding-bottom: 30px;
	padding-left: 14.5px;
	padding-right: 14.5px;
	margin-top: 33px;
	margin-bottom: 29px;
}
.contentSidebarRight2 img{
	margin-left: auto;
	margin-right: auto;
	mix-blend-mode: multiply;
	margin-bottom: 33px;
}
.contentSidebarRight2 .itemEnlaces2 a{
	font-size: 11px;
	line-height: normal;
	letter-spacing: 0px;
	margin-bottom: 6px;
}
.contentSidebarRight3{
	margin-bottom: 41px;
}
.titleSideBar3{
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-family: 'Inter', sans-serif;
	font-weight: 800;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 0px;
	text-transform: uppercase;
	background: #4da2ad;
}
.sidebarRight3{
	background: url('../images/banner/bgside2.png') center no-repeat;
	background-size: cover;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom: solid 3px #4da2ad;
}
.sidebarRight3 ul{
	list-style: none;
}
.sidebarRight3 ul li{
	border-top: solid 1px #fff;
}
.sidebarRight3 ul li a{
	display: block;
	text-align: center;
	color: #fff;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 40px;
	letter-spacing: 0px;
	color: #fff;
}
.sidebarRight3 ul li a:hover,.sidebarRight3 ul li a:focus{
	background: #4da2ad;
	text-decoration: none;
}
#sliderTop{
	height: 540px;
	margin-top: 0px;
}
#sliderTop .slides li{
	height: 540px;
	position: relative;
	background-position: right center !important;
	background-size: cover;
}
#sliderTop .slides li img.sliderImg{
	display: none;
	width: 100%;
}
.flexslider {
	z-index: 0;
}
.contSlider{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.contSlider .container,.sliderCntTop{
	height: 100%;
}
.sliderCntTop{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
#sliderTop .flex-direction-nav a{
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin-left: 0px;
  position: absolute;
  z-index: 10;
  bottom: 57px;
  overflow: hidden;
  opacity: 1;
  left: 50%;
}
#sliderTop .flex-direction-nav .flex-next {
  background: url('../images/slider/next.png') center no-repeat;
  margin-left: 301px;
}
#sliderTop .flex-direction-nav .flex-prev {
  background: url('../images/slider/prev.png') center no-repeat;
  margin-left: 249px;
}
.flex-control-nav {
  width: auto;
  position: absolute;
  bottom: 22px;
  text-align: center;
  z-index: 2;
  left: 50%;
  margin-left: -360px;
}
#sliderTop .flex-control-nav li:first-child::before,#sliderTop .flex-control-nav li:last-child::before{
	width: 0;
	height: 0;
}
#sliderTop .flex-control-nav li {
  background: transparent;
  padding: 0 1px;
}
.flex-control-paging li a {
  width: 13px;
  height: 13px;
  background: transparent;
  border: solid 1px #8583a9;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
  border-radius: 0px;
}
.flex-control-paging li a.flex-active,.flex-control-paging li a:hover{
  background: #8583a9;
}
#sliderTop{
	height: auto;
}
#sliderTop .slides li{
	height: auto;
	background: transparent !important;
}
#sliderTop .slides li img.sliderImg{
	display: block;
}

.titleHome1{
	color: #384a4e;
	font-family: 'Inter', sans-serif;
	font-weight: 900;
	font-size: 28px;
	line-height: 30px;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 55px;
	margin-bottom: 29px;
}
.home1{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #616161;
	text-align: center;
	max-width: 778px;
	margin-left: auto;
	margin-right: auto;
}
.home1 ul{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	list-style-image: url('../images/inicio/li.png');
	margin-left: 20px;
}
.home1 ul li{
	margin-top: 50px;
}

.titleHome2{
	background: #ad141d;
	height: 145px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	margin-top: 52px;
	border-radius: 72px;
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
	margin-bottom: 46px;
}
.titleHome2 strong{
	display: block;
	font-size: 26px;
	font-weight: 900;
	line-height: 40px;
}
.semaccapHome1{
	display: inline-block;
}
.img1Home1{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 36px;
}
.titleHome3{
	text-align: center;
	font-weight: 400;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 0.25px;
	color: #404040;
}
.titleHome4{
	color: #384a4e;
	text-align: center;
	font-family: 'Inter', sans-serif;
	font-weight: 800;
	font-size: 30px;
	line-height: normal;
	letter-spacing: 0px;
}
.textoHome4{
	color: #616161;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: -0.25px;
	text-align: center;
	font-style: italic;
}
.titleHome3a{
	margin-bottom: 20px;
}
.titleHome3b{
	margin-top: 43px;
	margin-bottom: 11px;
}
.lineaHome5{
	margin-top: 76px;
	margin-bottom: 64px;
	position: relative;
	background: rgba(2, 128, 140, 0.25);
	height: 21px;
	border-radius: 10.5px;
}
.textoHome6{
	color: #616161;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: left;
	margin-bottom: 74px;
}

#formTop{
	position: relative;
	padding-top: 12px;
	padding-bottom: 69px;
}
.titContacto1{
	font-family: 'Inter', sans-serif;
	font-weight: 900;
	font-size: 27px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
	color: #384a4e;
	padding-bottom: 30px;
	position: relative;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.titContacto1::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 46.5px);
	width: 93px;
	height: 10px;
	background: #49b9c8;
	border-radius: 5px;
}
.frmContacto{
	overflow: hidden;
	max-width: 1048px;
	margin-right: auto;
	margin-left: auto;
}
.frmContacto .tit{
	color: #5e5e5e;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	position: relative;
	letter-spacing: 0px;
	margin-bottom: 24px;
	text-align: center;
}
.frmContacto .tit strong{
	color: #00b3b0;
}
.frmContacto .row{
	margin: 0 -6px;
}
.frmContacto div[class*="col-"]{
	padding: 0 6px;
}
.frmContacto .form-group{
	margin-bottom: 12px;
	position: relative;
}
.frmContacto .form-control{
	display: block;
	height: 55px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	font-weight: 400;
	padding-left: 18px;
	letter-spacing: 0px;
	background: #fff;
	color: #9a9a9a;
	background: #ffffff;
	box-shadow: none;
	border: solid 1px #c3c3c9;
	position: relative;
}
.frmContacto .textarea{
	padding-top: 20px;
	height: 121px
}

.frmContacto input[type=submit],
.frmContacto input[type=reset]{
	display:inline-block; 
	height:42px; 
	background:#49b9c8; 
	color:#ffffff; 
	text-transform:uppercase; 
	font-family:'Inter', sans-serif; 
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0px;
	width: 83px;
	text-align: center;
	border-radius: 5px;
	margin-top: 30px;
}
.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:#8c8c8c; opacity:  1;}
.frmContacto input:-moz-placeholder {color:#8c8c8c; opacity:  1;}
.frmContacto input::-moz-placeholder {color:#8c8c8c; opacity:  1;}
.frmContacto input:-ms-input-placeholder {color:#8c8c8c; opacity:  1;}
.frmContacto textarea::-webkit-input-placeholder {color:#8c8c8c; opacity:  1;}
.frmContacto textarea:-moz-placeholder {color:#8c8c8c; opacity:  1;}
.frmContacto textarea::-moz-placeholder {color:#8c8c8c; opacity:  1;}
.frmContacto textarea:-ms-input-placeholder {color:#8c8c8c; 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;
}
#main{
	overflow: hidden
}
.desktop .wow{
	visibility: hidden;
}

.cntCapt{
	display: inline-block;
	position: relative;
	margin-top: 26px;
}
.cntCapt #html_element{
	position: absolute;
	top: 0;
	left: 0;
}

.mainQuienes{
	padding-top: 13px;
	position: relative;
	padding-bottom: 45px;
}
.textoSomos1{
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #616161;
	text-align: left;
	margin-bottom: 40px;
}
.cntSomos1{
	position: relative;
}
.cntSomos1::before{
	position: absolute;
	content: '';
	top: 0;
	left: 42px;
	width: 108px;
	height: 17px;
	background: url('../images/inicio/before.png') bottom center no-repeat;
	background-size: cover;
	z-index: 2;
}
.somos1{
	display: flex;
	align-items: center;
	width: 100%;
	height: 170px;
	padding: 20px 71px;
	background: #f8f8f8;
	position: relative;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #616161;
	text-align: left;
}
.somos1b{
	background: #f3f3f3;
}
.textoPrin,.textoPrin p{
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 27px;
	letter-spacing: 0px;
	color: #616161;
	text-align: left;
}
.textoErgo1{
	line-height: normal;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
.textoErgo1 strong{
	font-weight: 800;
}
.textoErgo2 strong{
	color: #6fbfcb;
	font-weight: 800;
}
.titleErgo3{
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 21px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 77px;
	border-radius: 10px;
	background: #384a4e;
	margin-top: 50px;
	margin-bottom: 44px;
	text-transform: uppercase;
}
.cntErgo4{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
}
.cntErgo4 > div{
	width: 50%;
	height: 91px;
	background: #f3f3f3;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	color: #616161;
	font-family: 'Inter', sans-serif;
	font-weight: 800;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: center;
}
.cntErgo4 > div:nth-child(2),.cntErgo4 > div:nth-child(3){
	background: #f8f8f8;
}
.textoErgo5 strong{
	font-weight: 800;
	font-size: 15px;
}
.textoErgo5{
	padding-bottom: 42px;
	padding-top: 42px;      
	border-bottom: solid 1px #b4b4b4;
}
.titleErgo5{
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0px;
	text-align: left;
	text-transform: uppercase;
	color: #4da2ad;
	margin-bottom: 25px;
}
.titErgo6{
	position: relative;
	padding-left: 34px;
}
.titErgo6 figure{
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #384a4e;
}
.textoErgo6 strong{
	font-weight: 800;
	font-size: 16px;
}
.textoErgo6 span{
	display: block;
}
.textoErgo6 ul{
	list-style-image: url('../images/inicio/li2.png');
	margin-left: 14px;
}
.textoErgo7{
	display: flex;
	flex-wrap: wrap;
	margin-top: 34px;
}
.textoErgo7 > div{
	width: 50%;
	position: relative;
}
.textoErgo7 > div:last-child{
	padding-left: 89px;
}
.textoErgo7 > div:last-child::before{
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	width: 2px;
	height: 225px;
	background: rgba(77, 162, 173, 0.25)
}
.titleErgo8{
	margin-bottom: 25px;
}
.titleErgo9{
	background: #f3f3f3;
	height: 91px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 10px;
	font-family: 'Inter', sans-serif;
	color: #616161;
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
	margin-top: 41px;
	margin-bottom: 15px;
}
.textoErgo10{
	border-bottom: 0;
	padding-bottom: 95px;
}
.mainEstatutos,.mainHistoria,.mainDefaul{
	padding-top: 12px;
}
.contentePEstatutos{
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	color: #616161;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0px;
	text-align: left;
	padding-bottom: 38px;
	margin-bottom: 36px;
	border-bottom: solid 1px #b4b4b4;
}
.contentePEstatutos:last-child{
	border-bottom: 0;
}
.titleCapitulo1{
	font-weight: 800;
	color: #384a4e;
	font-size: 30px;
	margin-bottom: 30px;
}
.titleCapitulo2{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
}
.contentePEstatutos a{
	background: #384a4e;
	width: 140px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 7px;
	margin-left: auto;
	color: #fff;
	font-size: 16px;
	font-style: italic;
	margin-top: 8px;
}
.contentePEstatutos a:focus,.contentePEstatutos a:hover{
	text-decoration: none;
	background: #6fbfcb;
}
.textoHistoria1{
	display: inline-block;
	width: 100%;
	line-height: 24px;
	font-style: italic;
	color: #384a4e;
	text-align: center;
}
.textoHistoria2{
	display: inline-block;
	width: 100%;
	line-height: 24px;
	color: #0093a4;
	text-align: center;
	font-weight: 700;
}
.textoHistoria3 span{
	font-weight: 600;
}
.titleHistoria1{
	background: #384a4e;
	height: 70px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
	margin-top: 27px;
	margin-bottom: 27px;
}
.titleAfiliacion1{
	color: #384a4e;
	font-family: 'Inter', sans-serif;
	font-weight: 800;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left;
	padding-bottom: 15px;
	margin-bottom: 13px;
	border-bottom: solid 1px rgba(132, 132, 132, 0.25);
}
.contentAfiliacion1{
	position: relative;
	margin-bottom: 48px;
}
.contentAfiliacion1 strong{
	font-weight: 800;
}
.btnAfiliacion1{
	display: inline-block;
	padding: 2.5px 10px;
	background: #384a4e;
	color: #fff;
}
.btnAfiliacion1:hover,.btnAfiliacion1:focus{
	color: #fff;
	text-decoration: none;
	transform: scale(1.05)
}
.correoAfiliacion{
	color: #007791;
	font-weight: 600;
}
.titleAfiliacion2{
	color: #384a4e;
	font-family: 'Inter', sans-serif;
	font-weight: 800;
	font-size: 20px;
	line-height: 27px;
	letter-spacing: 0px;
	text-align: center;
	margin-bottom: 0px;
}
.textoAfilia3{
	text-align: center;
}
.contBancoAfilia{
	background: url('../images/inicio/bgbanco.jpg') center no-repeat;
	background-size: cover;
	margin-top: 25px;
	margin-bottom: 40px;
	height: 226px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #fff;
}
.contBancoAfilia strong{
	font-weight: 800;
}
.imgBancomerAfilia{
	height: 138px;
	border-right: solid 7px #fff;
	display: flex;
	align-items: center;
	padding-right: 32px;
	margin-right: 47px;
}
.titleAfiliacion3{
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 19px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #616161;
	text-align: center;
	margin-bottom: 50px;
}
.titleAfiliacion3 a{
	color: #007791;
}
.titInscripcionObli{
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #9a9a9a;
	margin-top: 20px;
}
.contMesaDirectiva{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.mainAfiliacion{
	padding-bottom: 40px;
}
.itemMesaDirectiva{
	background: rgba(242, 242, 242, 0.5);
	width: 33.333%;
	height: 201px;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 11.5px;
	line-height: 30px;
	letter-spacing: -0.25px;
	color: #616161;
	text-align: center;
	padding-top: 58px;
	padding-left: 5px;
	padding-right: 5px;
}
.itemMesaDirectiva:nth-child(2n + 2){
	background: rgba(232, 232, 232, 0.5)
}
.itemMesaDirectiva a{
	color: #007791;
}
.titleMesa1{
	font-size: 14px;
	font-weight: 800;
	color: #384a4e;
	text-overflow: ellipsis;
 	white-space: nowrap;
 	overflow: hidden;
	padding: 0 5px;
}
.titleMesaDirectiva2{
	background: #384a4e;
	height: 68px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 70px;
}
.contentCapacitacion{
	display: flex;
	flex-wrap: wrap;
}
.itemCapacitacion1{
	width: calc(50% +  72px);
	padding-right: 34px;
	padding-bottom: 0px;
}
.itemCapacitacion2{
	width: calc(50% - 72px);
}
.itemCapacitacion2 img{
	margin-right: auto;
	margin-left: auto;
}
.titleCapacitacion1{
	color: #384a4e;
	font-family: 'Inter', sans-serif;
	font-weight: 800;
	font-size: 22px;
	line-height: 25px;
	letter-spacing: 0px;
	text-align: left;
	padding-bottom: 9px;
	margin-bottom: 9px;
	border-bottom: solid 1px rgba(132, 132, 132, 0.25);
}
.contentCapacitacion ul{
	list-style-image: url('../images/inicio/li3.png');
	margin-left: 20px;
}
.titleCapacitacion2{
	margin-top: 30px;
}
.contentCapacitacion2{
	background: url('../images/inicio/fondo1.webp') center no-repeat;
	background-size: cover;
	margin-top: 55px;
	margin-bottom: 45px;
	border-radius: 5px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 51px;
	padding-bottom: 60px;
}
.titleCapacitacion3{
	color: #fff;
	text-align: center;
	border-bottom: solid 1px rgba(255,255, 255, 0.25);
	margin-bottom: 20px;
}
.textoCapaci2{
	color: #fff;
	position: relative;
	padding-left: 18px;
	margin-bottom: 40px;
}
.textoCapaci2:last-child{
	margin-bottom: 0px;
}
.cntTexto3Cap{
	padding-left: 23px;
	padding-right: 10px;
}
.textoCapaci2::before{
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	width: 7px;
	height: calc(100% - 12px);
	background: #fff;
}
.textoReflexion1{
	text-align: center;
	margin-bottom: 39px;
}
.contentReflexion1{
	margin-bottom: 85px;
}
.reflexion1{
	position: relative;
	background: #f8f8f8;
	min-height: 188px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #384a4e;
	line-height: 24px;
	letter-spacing: 0px;
	padding: 15px 25px;
	font-style: italic;
}
.reflexion1 span{
	font-weight: 400;
	color: #009fb7;
}
.contentReflexion1 .reflexion1:nth-child(2n + 2){
	background: #f3f3f3;
}
.contenSocios1{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 52px;
}
.cntSocios1{
	width: 100%;
}
.cntSocios1-a{
	padding-right: 0px;
	position: relative;
}
.cntSocios1-b{
	padding-left: 0px;
	position: relative;
	margin-top: 10px;
}
.cntSocios1-b .itemSocios1a{
	display: none;
}
.itemSocios1{
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-bottom: 10px;
}
.itemSocios1:last-child{
	margin-bottom: 0px;
}
.itemSub1Socio{
	width: 50%;
}
.itemSub2Socio{
	width: 50%;
}
.titleSocio0{
	background: #6fbfcb;
	width: 63px;
	height: 63px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff; 
	font-family: 'Inter', sans-serif;
	font-weight: 800;
	font-size: 36px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
	margin-bottom: 23px;
}
.titleSocios1{
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 21px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: left;
	border-bottom: solid 1px rgba(132, 132, 132, 0.25);
	color: #393838;
	padding-bottom: 8px;
	margin-bottom: 0px;
}
.itemSub2Socio .titleSocios1{
	text-align: right;
}
.titleSocios2{
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.25px;
	color: #393838;
	text-align: left;
}
.titleSocios2 a{
	color: #2a5a64;
}
.itemSub2Socio .titleSocios2{
	text-align: right;
}
.contentSoCapuni1{
	margin-bottom: 50px;
}
.titleCapuni1{
	background: #007791;
	text-align: center;
	height: 113px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	border-radius: 10px;
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: -0.1px;
	line-height: normal;
	padding: 10px 40px;
	margin-bottom: 25px;
}
.titleCapuni1 br{
    display: none;
}
.encabezado{
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 21px;
	line-height: 30px;
	letter-spacing: 0px;
	color: rgba(57, 56, 56, 0.61);
	padding: 8px 0 !important;
}
table .text-left{
	text-align: left;
}
table .text-right{
	text-align: right;
}
table.tblSociosCapuni thead tr th:nth-child(1){
	width: 40%;
}
table.tblSociosCapuni thead tr th:nth-child(2){
	width: 20%;
}
table.tblSociosCapuni thead tr th:nth-child(3){
	width: 40%;
}
table.tblSociosCapuni tr td{
	color: #393838;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0px;
	padding: 4px 0;
	border-top: 0;
}
table.tblSociosCapuni tr td:nth-child(2){
	padding: 4px 8px;
}
table.tblSociosCapuni tbody tr:nth-child(1) td{
	padding-top: 10px;
}
table.tblSociosCapuni .contacto a{
	color: #2a5a64;
}
.contentAnalisis1{
	margin-top: 56px;
	padding-bottom: 55px;
}
.analisis1{
	padding: 41px 39px;
	background: #f8f8f8;
	display: flex;
	align-items: center;
}
.analisis1:nth-child(2n + 2){
	background: #f3f3f3;
}
.titleAnalisis1{
	display: flex;
	align-items: center;
	position: relative;
	color: #0093a4;
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left;
}
.titleAnalisis1-1{}
.titleAnalisis1 a{
	display: flex;
	color: #0093a4;
	align-items: center;
}
.icoDown{
	width: 31px;
	margin-left: 7px;
}
.cntAnalisi1{
	display: flex;
	flex-wrap: wrap;
	margin-top: 7px;
}
.cntAnalisi1 div{
	margin-right: 56px;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	color: #616161;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0px;
	text-align: left;
	margin-bottom: 14px;
}
.cntAnalisi1 div:last-child{
	margin-bottom: 0px;
}
.cntAnalisi1 div a{
	display: flex;
	align-items: flex-start;
	color: #616161;
}
.cntAnalisi1 div img{
	margin-right: 4px;
	width: 16px;
	margin-top: 2px;
}
.cntAnalisi1 div:last-child{
	margin-right: 0px;
}
.textoBibliografia1{
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 36px;
	text-align: left;
	letter-spacing: 0px;
	color: #616161;
}
.textoBibliografia1 strong{
	font-weight: 800;
}
.textoBibliografia1-1 a{
	color: #0093a4;
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left;
	display: flex;
	align-items: center;
}
.contentLibros{
	max-width: 1030px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 55px;
}
.contentLibroS1{
	max-width: 150px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Inter', sans-serif;
	font-weight: 800;
	font-size: 12px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #616161;
	text-align: center;
	position: relative;
}
.contentLibros .row{
	margin: 0 -25px;
}
.contentLibros div[class*="col-"]{
	padding: 0 25px;
	margin-bottom: 98px;
}
.contentLibros div[class*="col-"]::before{
	content: '';
	position: absolute;
	top: -24px;
	right: 0;
	width: 1px;
	height: calc(100% + 37px);
	background: rgba(97, 97, 97, 0.5);
}
.contentLibros div[class*="col-"]:nth-child(4n + 4)::before,
.contentLibros div[class*="col-"]:last-child::before{
	width: 0;
	height: 0;
}
.contentLibros div[class*="col-"]:last-child::before{
	width: 0 !important;
	height: 0 !important;
}
.contentLibroS1 .tit{
	padding-top: 11px;
	padding-bottom: 4px;
	color: #616161;
}
.contentLibroS1 .btnDescargLib{
	display: block;
	width: 112px;
	height: 25px;
	background: #0093a4;
	text-align: center;
	line-height: 25px;
	color: #fff;
	font-style: italic;
	margin-right: auto;
	margin-left: auto;
	font-weight: 300;
}
.contentLibroS1 a:hover,.contentLibroS1 a:focus{
	position: relative;
	text-decoration: none;
	color: #616161;
}
.contentLibroS1 figure{
	position: relative;
}
.contentLibroS1 figure img{
	position: relative;
	z-index: 1;
}
.contentLibroS1 figure::before{
	position: absolute;
	content: '';
	bottom: -12px;
	left: -8px;
	height: 20px;
	width: calc(100% + 16px);
	background: url('../images/inicio/shadow.png') top center no-repeat;
	background-size: contain;
	z-index: 1;
}
.contentLibroS1 a:hover .btnDescargLib,.contentLibroS1 a:focus .btnDescargLib{
	background: rgba(15, 39, 44, 0.85);
}
.cntProyectos1{
	padding-top: 55px;
	margin-top: 50px;
	border-top: solid 1px rgba(132,132,132,0.5); 
	padding-bottom: 55px;
}
.titleProyectos1{
	color: #0093a4;
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left;
	margin-bottom: 9px;
}
.contentProyectos1{
	display: flex;
	align-items: center;
	text-align: left;
	flex-direction: row;
}
.contentProyectos1 a{
	color: #616161;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 0px;
	display: flex;
	align-items: center;
}
.contentProyectos1 a img{
	margin-right: 7px;
}
.contentProyectos1 .itemProy1{
	margin-right: 45px;
}
.textoPrin.text-center{
	text-align: center;
}
.tblCapitulos{
	margin-top: 30px;
	margin-bottom: 55px;
}
.tblCapitulos tr th{
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 14px !important;
	letter-spacing: -0.1px;
	color: #edf4fe;
	background: #00798b;
	text-align: center;
	vertical-align: middle !important;
	padding: 3px 8px !important;
	border-bottom: solid 4px #fff !important;
	border-left: solid 2px #fff;
	border-right: solid 2px #fff;
}
.tblCapitulos tr th:nth-child(1){
	border-left: 0;
}
.tblCapitulos tr th:nth-child(2){
	width: 210px;
}
.tblCapitulos tr th:last-child{
	border-right: 0;
}
.tblCapitulos tr td{
	background: #efefef;
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: normal !important;
	letter-spacing: 0px;
	text-align: center;
	color: #5a6367;
	vertical-align: middle !important;
	border-left: solid 2px #fff;
	border-right: solid 2px #fff;
	border-top: solid 3px #fff !important;
}
.tblCapitulos tr td a{
	display: inline-block;
}
.tblCapitulos tr td:nth-child(1){
	border-left: 0;
}
.tblCapitulos tr td:last-child{
	border-right: 0;
}

.textoConcurso1{
	text-align: center;
	line-height: 24px;
}
.textoConcurso1 strong{
	font-weight: 800;
	text-transform: uppercase;
}
.contentConcurso1{
	margin-bottom: 55px;
	margin-top: 40px;
}
.cntVideoProp{
	background: url('../images/inicio/bgvideo.webp') center no-repeat;
	background-size: cover;
	height: 452px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
}
.contentConcurso2{
	padding-bottom: 55px;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
}
.contentConcurso2 .tit{
	color: #6f6f6f;
}
.contentConcurso2 .tit strong{
	color: #49b9c8;
	text-transform: uppercase;
}
.contentConcurso2 a{
	display: flex;
	width: 261px;
	height: 42px;
	border-radius: 5px;
	background: #49b9c8;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	font-style: italic;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.contentNoticias1{
	padding-top: 16px;
	padding-bottom: 10px;
}
.contentNoticias1 .row{
	margin: 0 -15px;
}
.contentNoticias1 div[class*="col-"]{
	padding: 0 15px;
	margin-bottom: 45px;
}
.ultimaNoticia1{
	max-width: 477px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.ultimaNoticia1 .tit{
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	color: #535353;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0px;
	text-align: left;
	padding-left: 8px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-right: 8px;
	/*text-overflow: ellipsis;
 	white-space: nowrap;
 	overflow: hidden;*/
 	margin-top: 32px;
 	border-left: solid 6px #4dcfe0;
 	height: 48px;
	display: flex;
	align-items: center;
}
.contentNoticias1 div[class*="col-"]::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: rgba(83,83,83, 0.5);
}
.contentNoticias1 div[class*="col-"]:nth-child(2n + 2)::before,
.contentNoticias1 div[class*="col-"]:last-child::before{
	width: 0;
	height: 0;
}
.mainArticulosyNoticias{
	padding-bottom: 80px;
}
.titleArtiNot{
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	background: #384a4e;
	margin-top: 45px;
	border-radius: 7px;
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
	text-transform: uppercase;
}
table.tblListaArticulos tr th:nth-child(1),
table.tblListaArticulos tr td:nth-child(1){
	width: 70px;
	text-align: center;
	padding-left: 40px;
	padding-right: 5px;
}
table.tblListaArticulos tr th:nth-child(2),
table.tblListaArticulos tr td:nth-child(2){
	padding-left: 0px;
}
table.tblListaArticulos tr th:nth-child(3),
table.tblListaArticulos tr td:nth-child(3){
	width: 245px;
}
table.tblListaArticulos tr th{
	color: #2b2b2b;
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
	border-bottom: 0;
	vertical-align: middle;
	padding-top: 16.5px;
	padding-bottom: 18px;
}
table.tblListaArticulos tr td{
	background: #f3f3f3;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	color: #616161;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0px;
	border-top: 0;
	height: 91px;
	vertical-align: middle;
}
table.tblListaArticulos tr td strong,table.tblListaArticulos tr td span{
	color: #3d3d3d;
}
table.tblListaArticulos tr td a{
	color: #616161;
	cursor: pointer;
}
table.tblListaArticulos tr:nth-child(2n + 2) td{
	background: #f8f8f8;
}
.titContacto1 span{
	font-weight: 400;
	padding-top: 10px;
	display: block;
}
.titleArticulos1{
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left;
	color: #0093a4;
}
.textoPrin ul{
	list-style-image: url('../images/inicio/li2.png');
	margin-left: 16px;
}
.textoArticulo1 ul.ul2{
	margin-left: 0;
	list-style-position: inside;
}
.textoArticulo1 ul.ul2 li{
	margin-bottom: 28px;
}
.textoArticulo1 strong.strong1{
	font-weight: 800;
}
.textoArticulo1 strong.strong2{
	font-weight: 800;
	font-style: italic;
}
.contentArticulos{
	position: relative;
	padding-bottom: 50px;
}
.contentArticulos .articulos{
	border-top: solid 1px #b4b4b4;
	padding-top: 50px;
	margin-top: 50px;
}
.titleArticulos2{
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 19px;
	color: #404b4f;
	line-height: 22px;
	letter-spacing: 0px;
	text-align: left;
	margin-bottom: 20px;
}
.titleArticulos2 strong{
	font-weight: 800;
}
.articulos a{
	width: 159px;
	height: 43px;
	background: #384a4e;
	border-radius: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	margin-left: auto;
	margin-top: 22px;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
	font-style: italic;
}
.articulos a:hover,.articulos a:focus{
	text-decoration: none;
	color: #fff;
	background: #00a8c2;
}
.titStr{
	font-weight: 800;
	color: #00a8c2;
}
.textoDetArticulos1 ul{
	list-style-image: url('../images/inicio/li2.png') !important;
	margin-left: 0;
	list-style-position: inside;
}
.textoDetArticulos1 ul li{
	margin-bottom: 28px;
}
.textoDetArticulos1 ul li:last-child{
	margin-bottom: 0px;
}
.mainDetArticulos{
	padding-bottom: 60px;
}
.contentCongresos1 .row{
	margin: 0 -40px;
}
.contentCongresos1 div[class*="col-"]{
	padding: 0 40px;
	margin-bottom: 55px;
}
.contentCongre1{
	position: relative;
	max-width: 295px;
	margin-right: auto;
	margin-left: auto;
}
.contentCongre1 figure img{
	border-radius: 10px;
}
.contentCongre1 div{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 149px;
	height: 43px;
	border-radius: 7px;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
	font-style: italic;
	color: #fff;
	background: #384a4e;
	margin-left: auto;
	margin-right: auto;
	margin-top: 29px;
}
.contentCongre1 a:hover,.contentCongre1 a:focus{
	text-decoration: none;
}
.contentCongre1 a:hover div,.contentCongre1 a:focus div{
	text-decoration: none;
	background: #6fbfcb;
	color: #fff;
}
.mainTalleres{
	padding-bottom: 65px;
}
.contentTaller1{
	margin-top: 13px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f4f2f0;
	padding: 0 15px;
}
.contentPosgrados{
	padding-bottom: 60px;
}
.contentPosgrado{
	height: 391px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: url('../images/posgrados/pos2.webp') center no-repeat;
	background-size: cover;
	text-align: center;
	padding: 10px 15px;
	margin-top: 56px;
}
.contentPosgrado img{
	mix-blend-mode: darken;
}
.contentPosgrado a{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 149px;
	height: 43px;
	border-radius: 7px;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
	font-style: italic;
	color: #fff;
	background: #384a4e;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
.posgrado3{
	background: url('../images/posgrados/pos3.webp') center no-repeat;
	background-size: cover;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	text-align: center;
}
.posgrado3 br{
	display: none;
}
.posgrado3 .tit{
	position: relative;
	font-weight: 700;
	font-size: 26px;
	letter-spacing: 0px;
	padding-bottom: 18px;
	margin-bottom: 10px;
}
.posgrado3 .tit::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 52px);
	width: 104px;
	height: 5px;
	border-radius: 2.5px;
	background: #edf4fe;
	opacity: 0.5;
}
.contentPosgrado.posgrado3 a{
	background: #6fbfcb;
	margin-top: 23px;
}
.congresosSemac1{
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: solid 1px #b4b4b4;
}
.congresosSemac1:last-child{
	border-bottom: 0;
}
.cntCongreSemac{
	position: relative;
	margin-bottom: 28px;
}
.cntCongreSemac:last-child{
	margin-bottom: 0;
}
.titleCongresoSemac1{
	color: #0093a4;
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 17px;
	line-height: normal;
	letter-spacing: 0px;
	text-align: left;
	margin-bottom: 30px;
}
.cntCongreSemac a{
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.1px;
	color: #616161;
	text-align: left;
	display: inline-flex;
}
.cntCongreSemac a strong{
	font-weight: 800;
}
.vermasSemac{
	color: #00798b;
	font-size: 14px;
	font-style: italic;
}
.cntCongreSemac a:hover,.cntCongreSemac a:focus{
	text-decoration: none;
	opacity: 0.85;
}
.mainDetSemac{
	padding-bottom: 60px;
}
.titleDetSemac{
	color: #616161;
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 0px;
	text-align: center;
}
.fechaLugarDetSemac{
	background: #f0f0f0;
	min-width: 290px;
	height: 84px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #212121;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0px;
	border-radius: 5px;
	margin-top: 18px;
	padding-left: 20px;
	padding-right: 20px;
}
.titleSemacDet1{
	color: #384a4e;
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0px;
	text-transform: uppercase;
	margin-top: 40px;
	padding-top: 35px;
	margin-bottom: 22px;
	border-top:  solid 1px rgba(134, 134, 134, 0.5);
}
.titleSemacDet2{
	padding-top: 48px;
	margin-top: 55px;
}
.textoSemacDect1{
	color: #616161;
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: -0.1px;
	text-align: left;
	padding-top: 45px;
}
.textoSemacDect1 a{
	color: #0093a4 !important;
	font-weight: 800 !important;
	font-style: italic !important;
}
.titleSemacDet2-b{
	color: #0093a4;
	font-family: 'Inter', sans-serif;
	font-weight: 800;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.1px;
	text-align: left;
	font-style: italic;
}
.titleEnlaces1{
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 17px;
	line-height: 22px;
	letter-spacing: 0px;
	text-align: left;
	color: #0093a4;
	margin-bottom: 20px;
}
.contentEnlaces1{
	color: #616161;
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.1px;
	text-align: left;
}
.contentEnlaces1 strong{
	font-weight: 800;
}
.contentEnlaces1 a{
	font-size: 14px;
	font-style: italic;
	color: #00798b;
}
.mainEnlaces{
	padding-bottom: 65px;
}
.mainDetEstatuto{
	padding-bottom: 65px;
}
.descripcionEstatutoDet ul{
	list-style-position: inside !important;
	list-style-image: url('../images/inicio/li2.png') !important;
}
.descripcionEstatutoDet{
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 27px;
	color: #616161;
	letter-spacing: 0px;
	text-align: left;
}
.iranoticiasDet{
	cursor: pointer;
}
.iranoticiasDet:hover,.iranoticiasDet:focus{
	text-decoration: none;
	opacity: 0.9;
}
.textoDetArticulos1 table{
	width: 100%;
}
.textoDetArticulos1 table td{
	border: solid 1px #c0c0c0;
	padding: 8px;
}

.contentSidebarRight4{
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 12px;
	line-height: normal;
	letter-spacing: -0.25px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	background: url('../images/banner/bgside3.png') center no-repeat;
	background-size: cover;
	border-radius: 5px;
	margin-top: 33px;
	padding: 16px 14px;
}
.contentSidebarRight4 strong{
	font-weight: 800;
	font-size: 14px;
}
.strongy{
	line-height: 30px;
}
.contentSidebarRight4 a{
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 17px;
	line-height: normal;
	letter-spacing: -0.25px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 278px;
	height: 59px;
	background: #007b00;
	border-radius: 8px;
	margin-top: 16px;
}
.contentSidebarRight4 a:hover,.contentSidebarRight4 a:focus{
	text-decoration: none;
	opacity: 0.85;
}
.seccioncnamac{
	position: relative;
	margin-bottom: 55px;
	border-bottom: solid 1px #dbdbdb;
	padding-bottom: 50px;
}
.seccioncnamac:last-child{
	border-bottom: 0px;
	padding-bottom: 0px;
}
.titleCnemac1{
	font-size: 20px;
  	font-weight: 800;
  	color: #384a4e;
  	margin-bottom: 25px;
}
.titleCnemac2{
	font-size: 16px;
  	font-weight: 800;
  	color: #384a4e;
}
.seccioncnamac a {
  color: #0093a4;
}
.seccioncnamac a.btnmasinfo{
  background: #384a4e;
  width: 160px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 7px;
  margin-left: auto;
  color: #fff;
  font-size: 15px;
  font-style: italic;
  margin-top: 8px;
  margin-top: 25px;
}
.seccioncnamac a.btnmasinfo:hover,.seccioncnamac a.btnmasinfo:focus{
	text-decoration: none;
	opacity: 0.9;
}
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
#tableModeloErgo{
	border: solid 1px #bdbdbd;
}
#tableModeloErgo thead tr td{
	padding: 18px 8px;
	color: #384a4e;
	font-size: 16px;
}
#tableModeloErgo tbody tr td{
	padding-top: 15px;
	padding-bottom: 15px;
}
#tableModeloErgo tbody tr td:nth-child(2),#tableModeloErgo tbody tr td:nth-child(3){
	text-align: center;
}
#tableModeloErgo tr td:nth-child(1){
	padding-left: 20px;
}

.contentSidebarLeftCNEMAC{
  background: rgba(243, 243, 243, 0.75);
  padding-top: 0px;
  padding-bottom: 10px;
  margin-top: 1px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 20px;
}
.titleSideBarLeftCNEMAC{
  position: relative;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #6fbfcb;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.contentSidebarLeftCNEMAC ul {
  margin-left: 31px;
  list-style-image: url('../images/banner/li.png');
  padding-right: 10px;
}
.contentSidebarLeftCNEMAC ul li a {
  color: #616161;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0px;
  text-align: left;
  display: block;
}
.contentSidebarLeftCNEMAC ul li {
  margin-bottom: 22.8px;
}
.contentSidebarLeftCNEMAC ul li.activeLi a{
	color: #384a4e;
	font-weight: 500;
}
.contentBuscar{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-top: 10px;
}
.searchForm input[type=submit]{
	display:inline-block; 
	height:42px; 
	background:#49b9c8; 
	color:#ffffff; 
	text-transform:uppercase; 
	font-family:'Inter', sans-serif; 
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0px;
	width: 100%;
	text-align: center;
	border-radius: 0px;
	margin-top: 30px;
}
.searchForm input[type=submit]:hover{opacity:.8}
.itemBuscar1{
	width: calc(100% - 380px);
	padding-right: 10px;
}
.itemBuscar2{
	padding-right: 10px;
	width: 240px;
}
.itemBuscar3{
	width: 140px;
}
.searchForm label{
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 14px;
}
.searchForm .form-group{
	position: relative;
}
.searchForm .form-control{
	display: block;
	height: 42px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	font-weight: 400;
	padding-left: 18px;
	letter-spacing: 0px;
	background: #fff;
	color: #9a9a9a;
	background: #ffffff;
	box-shadow: none;
	border: solid 1px #c3c3c9;
	position: relative;
}
.contenResultado{
	margin-bottom: 30px;
}
.contenidoPrinResult{
	padding-top: 30px;
}
.contenResultado a{
	color: inherit;
	cursor: pointer;
}
.contenResultado a div:first-child{
	font-weight: 600;
}
.contenResultado a:hover,.contenResultado a:focus{
	text-decoration: none;
	opacity: 0.9;
}
.sectionBusq{
	font-weight: 300;
	font-style: italic;
}

.cntVIdeoErgo{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 28px;
}
.itemErgoC1{
	width: 50%;
}
.itemErgoC1:first-child{
	padding-right: 25px;
}
.itemErgoC1:last-child{
	padding-left: 25px;
}
.framevideoErgo{
	width: 100%;
	height: 300px;
	border: solid 1px #dbdbdb;
}
.framevideoErgo iframe{
	width: 100%;
	height: 100%;
}
.cntPrErgoCopa1{
	max-width: 450px;
	margin-right: auto;
	margin-left: auto;
}
.titleAnErgo{
	background: rgba(15, 39, 44, 0.85);
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 17px;
	text-align: center;
}

#bannerPrincipal img{
    display: block;
    width: 100%;
    height: auto;
}
.itemButtomsRight {
  margin-top: 0;
}
.itemButtomsRight .title_1{
    background: #666;
    color: #fff;
    padding: 8px;
    max-width: 200px;
    font-weight: 600;
    text-align: center;
    display :block;
    margin: auto;
}
.itemButtomsRight .title_2{
    background: #666;
    color: #fff;
    margin-top: 10px;
    font-weight: 600;
    text-align: center;
    padding: 8px;
    font-size: 18px;
    margin-bottom: 10px;
}
.itemButtomsRight .title_2 .t1{
    font-size: 15px;
}
.itemButtomsRight .title_2 .t2{
    font-size: 16px;
}


.librosBiblioteca{
	max-width: 650px;
	margin: 0 auto;
	padding-bottom: 20px
}
.librosBiblioteca ul{
	padding-left: 30px
}
.librosBiblioteca li{
	list-style-type: decimal;
	line-height: normal;
	margin-bottom: 15px
}
.titleBiblioteca{
	line-height: normal;
	padding-bottom: 15px;
	font-weight: 600
}
.citaInicioFuenteD{
	padding-top: 12px;
	font-style: italic;
	font-size: 14px;
}