button {
	border: 0;
}
/* sub, sup {
    position: relative !important;
    font-size: 75% !important;
    line-height: 0 !important;
    vertical-align: baseline !important;
} */
.acerca .smallSub > ul > li:nth-child(1) a,
.expertos .smallSub > ul > li:nth-child(2) a,
.expertoo .smallSub > ul > li:nth-child(2) a,
.covid-19 .smallSub > ul > li:nth-child(3) a,
.regreso_a_clases .smallSub > ul > li:nth-child(4) a,
.prevencion .smallSub > ul > li:nth-child(5) a,
.alianzas .smallSub > ul > li:nth-child(6) a,
.experiencia .smallSub > ul > li:nth-child(7) a { opacity: .7; }

.acerca .smallSub > ul > li:nth-child(1) a::before,
.expertos .smallSub > ul > li:nth-child(2) a::before,
.experto .smallSub > ul > li:nth-child(2) a::before,
.covid-19 .smallSub > ul > li:nth-child(2) a::before,
.regreso_a_clases .smallSub > ul > li:nth-child(3) a::before,
.prevencion .smallSub > ul > li:nth-child(4) a::before,
.alianzas .smallSub > ul > li:nth-child(6) a::before,
.experiencia .smallSub > ul > li:nth-child(7) a::before  { opacity: .7; }

/******************************
*	Regreso a Clases
******************************/
#regreso_a_clases  {}

/******************************
*	Instituto Cloralex
******************************/
#intituto-cloralex .buscador { display: none; }
#intituto-cloralex main {
	color: #707070;
	padding-bottom: 60px;
}
#intituto-cloralex p + p { margin-top: 20px; }

/******************************
*	Acerca del instituto
******************************/
.filAbout {
	position: relative;
	z-index: 1;
}
.hCenterFil {
	/*min-height: calc(100vh - 136px);*/
	padding: 90px 0;
	position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.center { width: 100%; }
.infoAbout {
	padding: 30px;
	position: relative;
	/*width: 90%;*/
	z-index: 1;
}
.infoAbout::before {
	content: '';
	position: absolute;
	top: 0;
	width: 180vh;
	height: 100%;
	background: #ffffff;
	border-radius: 15px;
	z-index: -1;
}
.infoAbout > div:nth-child(1) figure {
	width: 100%;
	margin: 0;
	text-align: center;
}
.infoAbout > div:nth-child(1) figure img {
	display: inline-block;
}
.infoAbout h2,
.infoAbout h3,
.infoAbout h4 {
	color: #00B39F;
	margin-bottom: 28px;
	font-weight: normal;
}
.filAbout:nth-child(even) .infoAbout { flex-direction: row-reverse; }
.filAbout:nth-child(even) .infoAbout::before { right: 0; }
.filAbout:nth-child(odd) .infoAbout::before { left: 0; }
.bg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	left: 0;
	position: absolute;
	z-index: 1;
}
.bg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.bg01 { bottom: 50%; }
.bg02 { top: 50%; }
.bg01::before { 
	background: #00B39F;
	opacity: .7;
}
.filAbout:nth-child(odd) .bg02::before { 
	background: #75F4EA;
	opacity: .9;
}
.filAbout:nth-child(even) .bg02::before { 
	background: #00B39F;
	opacity: .7;
}
.acerca main { overflow: hidden; }

/******************************
*	Expertos
******************************/
.pleca {
	background: #00B39F;
	color: #ffffff;
}
.pleCenter { padding: 60px 30px; }
.pleCenter > div {
	margin: 0 auto;
	max-width: 600px;
}
.pleca h2 {
	font-size: 32px;
	margin-bottom: 30px;
}
.cExperts {
	-webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.itemExpert a {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
}
.itemExpert div {
	position: relative;
}
.imgExpert {
	width: 40%;
}
.ctaGo {
	position: absolute !important;
	left: 15px;
	bottom: 15px;
	color: #ffffff;
	z-index: 10;
	font-size: 18px;
	font-weight: normal;
}
.ctaGo i {
	margin-left: 5px;
	-webkit-transition: all 0.3s cubic-bezier(.74, 0, .08, .80);
	-moz-transition: all 0.3s cubic-bezier(.74, 0, .08, .80);
	-ms-transition: all 0.3s cubic-bezier(.74, 0, .08, .80);
	-o-transition: all 0.3s cubic-bezier(.74, 0, .08, .80);
	transition: all 0.3s cubic-bezier(.74, 0, .08, .80);
}
.imgExpert figure,
.imgExpert figure::before {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.imgExpert figure {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.imgExpert figure::before {
	content: '';
	opacity: .7;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#27534f+0,27534f+100&0+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(39,83,79,0) 0%, rgba(39,83,79,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(39,83,79,0) 0%,rgba(39,83,79,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(39,83,79,0) 0%,rgba(39,83,79,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0027534f', endColorstr='#27534f',GradientType=0 ); /* IE6-9 */
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.itemExpert a:hover .imgExpert figure::before {
	opacity: .9;
}
.itemExpert a:hover .ctaGo i {
	-webkit-transform: translateX(15px);
	-moz-transform: translateX(15px);
	-ms-transform: translateX(15px);
	-o-transform: translateX(15px);
	transform: translateX(15px);
}
.infoExpert {
	width: 60%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.infoExpert > div {
	width: 100%;
	padding: 30px;
	color: #00B39F;
}
.nameExpert {
	font-size: 20px;
	margin-bottom: 4px;
}
.puesto {
	font-size: 16px;
	display: block
}
.puesto + p {
	margin-top: 20px;
	font-size: 14px;
}
/******************************
*	Detalle Experto
******************************/
.experto#intituto-cloralex main { overflow: hidden; }
.experto#intituto-cloralex .ctaBack { color: #ffffff; }
.ctaBack {
	padding: 40px 0;
	font-size: 18px;
	font-weight: normal;
	color: #00B39F;
}
.ctaBack a i { margin-right: 5px; }
.headPer {
	color: #ffffff;
	position: relative;
}
.headPer > div::before {
	content: '';
	position: absolute;
	width: 101vw;
	height: 100vh;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #00bdae url('../img/header-expertos.jpg');
	background-position: 50% 108%;
    background-size: auto 450px;
    z-index: -1;
    background-repeat: no-repeat;
}
.headPer h2 {
	font-size: 32px;
	margin-bottom: 4px;
}
.headPer h3 {
	font-size: 24px;
	margin-bottom: 16px;
}
.headPer p { font-size: 18px; }
.logoInsti {
	margin-top: 40px;
	width: 120px;
}
/******************************
*	Prevencion
******************************/
.hInsti {
	padding: 60px 0 60px;
	background: #02BFAA;
	color: #ffffff;
	margin-bottom: 50px;
}
.hInsti h2 {
	margin-bottom: 8px;
	font-weight: normal;
}
.filCate + .filCate { margin-top: 60px; }
.cateName {
	font-size: 24px;
	margin-bottom: 20px;
}
.itemVid { min-width: 220px; }
.itemVid.vSmll { min-width: 200px; }
.itemVid + .itemVid { margin-left: 30px; }
.itemVid > div { margin-bottom: 20px; }
.itemVid span {
	font-weight: 600;
	font-style: normal;
	color: #02BFAA;
}
.other.scLigth::-webkit-scrollbar-track {
    border-radius: 30px;
    background-color: #d7d7d7;
}
.other.scLigth::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    border-radius: 30px;
    background-color: #d7d7d7;
}
.other.scLigth::-webkit-scrollbar-thumb {
    border-radius: 0;
    border-radius: 30px;
    background-color: rgb(37 193 176);
}
.btn__section {
	text-align: center;
	margin-bottom: 60px;
}
.btn__section a {
	display: inline-block;
	padding: 15px 40px;
	background: #02BFAA;
	color: #ffffff;
	font-weight: normal;
}
.btn__section a + a { margin-left: 20px; }

/******************************
*	Prevención detalle
******************************/
.txtCol h2 {
	font-size: 28px;
	color: #00B39F;
	font-weight: normal;
}

/******************************
*	Articulos
******************************/
.articulos#intituto-cloralex main { padding-bottom: 0; }
.articulo { margin-bottom: 60px; }
.headArt {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	color: #ffffff;
	margin-bottom: 50px;
}
.headArt::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: .5;
	z-index: -1;
}
.headArt .ctaBack { color: #ffffff; }
.headTit {
	padding-bottom: 30px;
}
.imgWriter figure {
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.article__rela {
	padding: 50px 0;
	background: #02BFAA;
}
.article__rela h4 {
	color: #ffffff;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 32px;
}
.itemReta + .itemReta { margin-top: 30px; }
.itemReta a {
	display: block;
	height: 100%;
}
.itemReta a > div,
.infoArt {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.itemReta a > div {
	background: rgba(var(--blanco));
	height: 100%;
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 98, 83, .3);
    box-shadow: 0px 0px 5px 0px rgba(0, 98, 83, .3);
    -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.itemReta a:hover > div {
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 98, 83, .3);
    box-shadow: 0px 0px 10px 5px rgba(0, 98, 83, .3);
}
.imgArt { width: 40%; }
.imgArt figure {
	width: 100%;
	padding-top: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.infoArt {
	width: 60%;
	height: 100%;
}
.infoArt > div {
	padding: 20px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.infoArt h3 {
	font-size: 18px;
	font-weight: normal;
	color: #02BFAA;
}
.ctaArt { padding-top: 20px; }
.ctaArt div {
	border-radius: 8px;
	padding: 8px 10px;
	border: 1px solid #02BFAA;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.itemReta a:hover .ctaArt div {
	background: #02BFAA;
	color: #ffffff;
}
.txtArti { text-align: justify; }
.txtArti ul,
.txtArti ol { padding-inline-start: 20px; }

/******************************
*	Soluciones
******************************/
.soluciones .hInsti,
.donde .hInsti { margin-bottom: 0; }
#intituto-cloralex .cResult {
    width: 100%;
    padding: 30px 0 60px;
    background: transparent;
    color: inherit;
}
#intituto-cloralex.soluciones .cBtn .bt01 {
    color: #ffffff !important;
    background: #0ebba8;
}
/******************************
*	Donde empiezo
******************************/
#intituto-cloralex .colDentro,
#intituto-cloralex .colFuera { background: transparent; }
#intituto-cloralex .headOpt,
#intituto-cloralex .txtBall { color: #00a691; }

/******************************
*	Alianzas
******************************/
.cPartners { text-align: center; }
.filPart { display: inline-block; }
.partner figure { margin: 0 auto; }
.logAli {
	margin: 0 auto 30px;
	max-width: 120px;
}
.ctaLine { padding-top: 40px; }
.ctaLine a {
	border-radius: 8px;
	padding: 8px 10px;
	border: 1px solid #02BFAA;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.ctaLine a:hover {
	background: #02BFAA;
	color: #ffffff;
}
.alianzas main {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
/******************************
*	Infografias
******************************/
.cate__info {
	font-size: 24px;
	color: #009781;
}
.cate__info + .cont__infograf { margin-top: 20px; }
.cont__infograf { margin: 60px 0; }
.cont__infograf > div {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -15px;
}
.item__infog a {
	display: block;
	position: relative;
}
.item__infog figure { position: relative; }
.item__infog figure,
.item__infog figure img { display: block; }
.item__infog figure::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: #000000;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.item__infog:hover figure::before { opacity: .5; }
.item__infog a:hover .expand { opacity: .5; }
.expand {
	position: absolute;
	bottom: 15px;
	right: 15px;
	height: 15px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #ffffff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.expand i {
	color: #009781;
	position: absolute;
	top: 55%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: 
}
/******************************
*	Back To School
******************************/
.opt__card {
	width: 100%;
	padding-top: 100%;
	position: relative;
	background: #02BFAA;
	color: #FFFFFF;
	overflow: hidden;
}
.opt__card > div {
	position: absolute;
	width: 100%;
	padding: 0 20px;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
.opt__card > div figure {
	margin-bottom: 20px;
	position: relative;
	z-index: 1
}
.opt__card > div figure::before {
	position: absolute;
	content: '';
	top: -25%;
	left: -25%;
	right: -25%;
	bottom: -25%;
	background: url(../img/back/destello.png) center no-repeat;
	background-size: contain;
	z-index: -1;
}
.opt__card > div h3 {
	font-size: 20px;
	font-weight: normal;
}
.opt__card .btn__round { font-size: initial; }
.opt__card .btn__round:hover {
	background: #FFFFFF;
	color: #02BFAA;
}
.items__back .itemVid { margin-bottom: 20px; }
.items__back .itemVid > div {
	background: #02BFAA  url('../img/back/destello.png') center no-repeat;
	background-size: 150%;
}
.items__back .itemVid > div a {
	position: relative;
	display: block;
}
.items__back .itemVid > div a figure,
.items__back .itemVid > div a figure img { display: block; }
.hover__action {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 151, 129, 0)
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: text-align: center;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
}
.hover__action > div {
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	opacity: 0;
}
.hover__action figure {
	width: 60px;
	margin: 0 auto 20px;
}
.items__back .itemVid > div a:hover .hover__action { background: rgba(0, 151, 129, .85) }
.items__back .itemVid > div a:hover .hover__action > div {
	opacity: 1;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
.other__opt { text-align: center; }
.other__opt a {
	color: #00B39F;
	font-weight: normal;
	font-size: 16px;
}
.other__opt a:hover {
	color: #ffffff;
	background: #00B39F;
	border-color: #00B39F;
}

/******************************
*	MOBILE
******************************/

/* Extra Small Devices, Phones */ 
@media (max-width : 479px) {
.infoAbout h2,
.infoAbout h3,
.infoAbout h4 { font-size: 8vw; }
.headPer h2 { font-size: 8vw; }
.headPer h3 { font-size: 6vw; }
.itemVid { max-width: 400px; }
.itemVid.vSmll { max-width: 250px; }
.headTit h2,
.hInsti h2 { font-size: 8vw; }
.partner figure { width: 70%; }
.other__opt .cBtn .btn { display: block; }
.other__opt a + a { margin-top: 15px; }
}
@media (min-width : 480px) {
.itemVid { width: 400px; }
.itemVid.vSmll { width: 250px; }
.headTit h2,
.hInsti h2 { font-size: 32px; }
.partner figure { width: 90%; }
.items__back .itemVid { width: 350px; }
.other__opt a + a { margin-left: 15px; }
}
/* Small Devices, Tablets */
@media (min-width : 480px) and (max-width : 767px) {
.infoAbout h2,
.infoAbout h3,
.infoAbout h4 { font-size: 28px; }
.opt__card > div h3 { font-size: 28px; }
.opt__card .btn__round { font-size: 22px; }
}
/* Small Devices, Nav */
@media (max-width : 767px) {
.infoAbout > div:nth-child(1) figure img {
	width: 190px;
}
.infoAbout > div + div { margin-top: 50px; }
.imgExpert { padding-top: 40%; }
.cExperts > div:nth-child(even) a {
	flex-direction: row-reverse;
	text-align: right;
}
.itemExpert:nth-child(even) { background: #E8E8E8; }
.headPer {
	padding-top: 0px;
	padding-bottom: 40px;
	text-align: center;
}
.imgPerf figure {
	margin: 0 auto;
	width: 600px;
	max-width: 90%;
}
.headPer > div::before { bottom: -100px; }
.infoPerf { margin: 50px 0; }
.logoInsti {
	margin-left: auto;
	margin-right: auto;
}
.txtArti { margin-bottom: 50px; }
.imgWriter {
	width: 180px;
	margin: 0 auto;
}
.imgWriter figure {
	width: 100%;
	padding-top: 100%;
}
.headPer > div::before { left: 50%; }
#baguetteBox-overlay .full-image figure { padding: 30px 0; }
.item__infog { 
	padding: 10px;
	width: 50%; 
}
.item__opt + .item__opt { margin-top: 20px; }
}
/* Medium Devices to Large Devices */
@media (min-width : 768px){
.infoAbout {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.infoAbout > div:nth-child(1) { max-width: 259px; }
.infoAbout > div:nth-child(2) { width: calc(100% - 259px); }
.filAbout:nth-child(odd) .infoAbout > div:nth-child(2) { padding-left: 60px; }
.filAbout:nth-child(even) .infoAbout > div:nth-child(2) { padding-right: 60px; }
.infoAbout > div:nth-child(1) figure img { max-height: 55vh; }
.infoAbout h2,
.infoAbout h3,
.infoAbout h4 { font-size: 28px; }
.cExperts,
.bodyArt {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.itemExpert {
	width: 50%;
	min-height: 220px;
}
.cExperts > div:nth-child(4n+3) a,
.cExperts > div:nth-child(4n+4) a,
.cExperts > div:nth-child(4n+4) a .infoExpert {
	flex-direction: row-reverse;
	text-align: right;
}
.itemExpert:nth-child(4n+1),
.itemExpert:nth-child(4n+4) { background: #E8E8E8; }
.headPer,
.infoPerf {
	width: 60%;
	float: right;
	padding-left: 50px;
}
.imgPerf {
	width: 40%;
	float: left;
	margin-bottom: 60px;
}
.headPer {
	padding-top: 60px;
	padding-bottom: 40px;
}
.infoPerf { margin-top: 50px; }
.headTit { padding-left: 30%; }
.bodyArt { flex-direction: row-reverse; }
.txtArti { width: 70%; }
.imgWriter { width: 30%; }
.imgWriter figure {
	width: 80%;
	padding-top: 80%;
	-webkit-transform: translateY(-120px);
	-moz-transform: translateY(-120px);
	-ms-transform: translateY(-120px);
	-o-transform: translateY(-120px);
	transform: translateY(-120px);
	position: relative;
	z-index: 10;
}
.filRela {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin:  0 -15px;
}
.itemReta {
	width: 50%;
	padding: 0 15px;
}
.itemReta:nth-child(2) { margin-top: 0; }
.headPer > div::before { left: 16.66%; }
#baguetteBox-overlay .full-image figure { padding: 60px 0; }
.item__infog {
	padding: 15px;
	width: 33.33%; 
}
.opt__back {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 -10px;
}
.opt__back > div {
	width: 33.33%;
	padding: 0 10px;
}
.infoArt > div { padding: 20px 30px; }
.infoArt h3 { font-size: 22px; }
}
/* Medium Devices, Desktops */
@media (min-width : 768px) and (max-width : 991px) {
.opt__card > div h3 { font-size: 15px; }
.article__rela .container { width: 100%; }
}
@media (max-width : 991px) {
.filVid > div + div { margin-top: 30px; }
.partner + .partner { margin-top: 80px; }
}
@media (min-width : 992px) {
.filVid {
    flex-direction: row-reverse;
    justify-content: space-between;
} 
.filVid,
.filPart > div {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.alianza .filVid { flex-direction: inherit; }
.filVid > div { width: calc(50% - 15px); }
.filPart > div {
	justify-content: center;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.partner {
	width: 33.33%;
    padding: 0 15px;
}
.partner figure img {
	max-height: 40vh;
	margin: 0 auto;
}
.prevencion#intituto-cloralex main {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
}
@media (min-width : 768px) and (max-width : 1199px) {
.itemExpert { min-height: 340px; }
}
@media (max-width : 1109px){
}
@media (min-width : 1110px){
#intituto-cloralex main {
	min-height: calc(100vh - 82px);
	padding-top: 62px;
}
}
/* Large Devices, Wide Screens */
@media (min-width : 992px) and (max-width : 1200px) {
}
@media (min-width : 1200px){
.filExpert,
.pleCenter{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.pleca { width: 35%; }
.pleCenter {
	height: calc(100vh - 148px);
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: sticky;
	top: 136px;
}
.cExperts { width: 65%; }
}
@media (min-width: 1200px) {
.acerca .container { width: 970px; }
}
















