@charset "utf-8";

:root {
   --logo: #ED3237;
   --rojo: #D90F15;
   --dark: #900918;
   --txt: #656565;
   --gris: #EFEFEF;
   --mm-iconbar-size: 100px!important;
}

body, td, th, input, select, textarea, p, h1, h2, h3, h4, h5, h6, a, li{
    font-family: 'Montserrat', sans-serif;
    color:#5B5B5F;
}
body, td, th, input, select, textarea{
	font-size:14px;
}
body{margin:0px;padding: 0px;}

.content-area .row h1,
.content-area .row h2,
.content-area .row h3,
.content-area .row h4,
.content-area .row h5,
.content-area .row h6
.content-area .row * {
	all: revert;
	margin: 0;
}

h1{color:#D90F15;}
h2{color:#ED3237;}
h3{color:#656565;}
h4{color:#000;}
h5{color:#000;}
h6{color:#656565;}

/* Estilos para las zebras */
.zebra { margin-top:15px; margin-bottom:20px;}
.zebra td { border-bottom: 1px solid #f1f1f1;}
.zebra tr.alt td {		background: #f7f7f7;}
.zebra tr.over td {	background: #E2E2E2;}
.zebra tr.title td { background-color: #D6D6D6; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #999; }
/* Retoques al jQuery UI*/
.ui-state-default, .ui-widget-content .ui-state-default { background: #302010; color:#FFF; border:none; }
.ui-state-active, .ui-widget-content .ui-state-active { color:#FFF; border:none; background-color: #A7CF3A; background-image:none; }
.ui-state-default, .ui-widget-content .ui-state-default * { color:#FFF; border:none; }
.ui-state-active, .ui-widget-content .ui-state-active * { color:#FFF; border:none; }
.ui-widget-header, .ui-widget-content { border:none; background:#FFF; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color:#FFF; }
.ui-tabs-nav { border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #626262; padding-bottom:5px; border:none; }
.ui-tabs .ui-tabs-nav li a{ padding:5px;}
.margin{margin: 5px;}
.clear{clear: both;}
#MenuVertical{padding: 0; margin: 0; width: 172px; float: left;  margin-right: 27px;}
#MenuVertical li { list-style-position: inside; list-style-type: none; padding: 0px; margin-top: 3px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-image: url(vineta.gif); }
#MenuVertical li a { color: #3e545f; display: inline; list-style-position: inside; list-style-type: none; padding: 0px; font-size: 13px; font-weight: normal; text-decoration: none; margin: 0px; }

/* Paddings */

.p-x{padding-left: 0px!important; padding-right: 0px!important;}
.p-y{padding-top:0px!important; padding-bottom:0px!important;}
.p-0{padding: 0px}
.p-1{padding: 1em;}
.p-2{padding: 2em;}
.p-3{padding: 3em;}
.p{
    padding: 1em;
}

.d-flex{display: flex;}

/* Tags */
p {
    font-weight: 300;
    line-height: 1.5;
    text-align: justify;
}
a {
	transition: all 0.3s ease-in-out;
}
a:hover{
	text-decoration: none;
    color: var(--logo);
}
a:visited,a:active,a:focus{
	text-decoration: none !important;
}
*:focus{
	outline: none !important;
}
/*------------*/
section.home-section{
    padding-top: 60px;
}
.site-content, .my-container{
	max-width: 1200px;
	margin: 0 auto;
}
.site-content{
	padding-top: 150px;
}
/*------------*/

.img-zoom-in,.img-zoom-out {
    overflow: hidden;
}
.img-zoom-in img,.img-zoom-out img{
    transition: all 0.3s ease-in-out;
}
.img-zoom-in:hover img{
    transform: scale(1.15);
}
.img-zoom-out img{
    transform: scale(1.15);
}
.img-zoom-out:hover img{
    transform: scale(1);
}
/* Fonts */
.text-upper{
	text-transform: uppercase;
}

.w-100{
	width: 100%;
}

/* HEADER */
header.home {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    transition: all .4s ease;
    box-shadow: 0 6px 13px -14px;
    padding: 0.5em 1em;
    background: #fff;
}
.header-content {
    justify-content: space-between;
    align-items: center;
}
.nav-brand {
    max-width: 150px;
}
.nav-brand img{
	transition: all .2s ease;
    width: 100%;
}

/*para quitar los submenus en la vista responsive*/
.main-nav-left {
    display: none;
}
/*para quitar los submenus en la vista de escritorio*/
ul#menu-home {
	display: none;
}

a.toogle-menu { /*boton del menu responsive*/
    color: #838383;
    font-size: 25px;
    padding: 0 5px;
    line-height: 1;
}
.mm-menu {
    background: #fff;
    border-color: rgba(0,0,0,.1);
    color: var(--txt);
}
ul.mm-listview {display: block !important;}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color:var(--txt);
}
.mm-menu .mm-listview .mm-btn_next::after {
    border-color: var(--txt);
}
.mm-menu .mm-btn::after, .mm-menu .mm-btn::before {
    border-color: var(--txt);
}
.content-info-header{
    display: none;
}
.mm-menu_iconbar-40 .mm-iconbar{
	background: #FCFCFD;
	color: #fff;
}
.ico {
    font-size: 20px;
}

span.txt-m {
	display: none;
}

a.ico.sear {
    background: #fff;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 10px auto;
    border-radius: 100%;
    color: var(--txt);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #C9CDD5;
    font-size: 18px;
}

.ico {
    background: #fff;
    width: 30px;
    height: 30px;
    margin: 10px auto;
    border-radius: 100%;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.ico > i{
	color: #fff;
	cursor: pointer;
}
a.ico.face {
    background-color: #0053B3;
    border-color: #0053B3;
}
a.ico.twitter {
    background-color: #00acee;
    border-color: #00acee;
}
a.ico.instagram {
    background: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);
    border-color: #ee2a7b;
}
a.ico.youtube {
    background-color: #c4302b;
    border-color: #c4302b;
}
a.ico.whatsapp {
    background-color: 	#25d366;
    border-color: 	#25d366;
}

h2.content-box-title, .mod-box-title {
    margin: 0;
    padding: 1em 0;
    text-align: center;
    font-weight: 700;
    color: #5D5D5D;
    font-size: calc(1em + 1vw);
}

h2.content-box-title:after, .mod-box-title:after {
    content: "";
    display: block;
    height: 1px;
    background: var(--logo);
    margin: 13px auto 0;
    width: 60%;
    max-width: 400px;
}


/*Searcher*/

.searcher {
    position: fixed;
    width: 100%;
    background: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    padding: 15px;
    z-index: 101;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transform: translateY(-100%);
}
.search-content {
    width: 100%;
    background: #fff;
    border-radius: 15px;
    padding: 1em;
    max-width: 400px;
}
.search-content form {
    display: flex;
    border-bottom: 2px solid var(--rojo);
    transition: opacity .3s ease .4s;
    opacity: 0;
}
.search-content form input {
    background: none;
    border: none;
    color: #000;
    font-size: 22px;
    font-weight: 200;
    outline: none;
    box-shadow: none !important;
}
.search-content form button {
    background: none;
    border: none;
    color: var(--rojo);
    font-size: 27px;
}
.search-content-active {
    transform: translateY(0);
}
.search-content-active .search-content form  {
    opacity: 1;
}
.close-searcher {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 14px;
    font-size: 30px;
    color: #fff !important;
}


/* Slider Home */
.slick-arrow {
	position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 50;
    color: #fff;
    font-size: 20px;
    padding-top: 0px;
    line-height: 0;
    cursor: pointer;
    transition: all .3s ease-in-out;
    background: rgba(255, 255, 255, 0.4);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    margin: 0 25px;
}
span.arrow-right.slick-arrow {
    right: 0;
    left: auto;
}
.slick-arrow:hover, .slick-arrow:focus{
	background: var(--logo)!important;
	color: #fff!important;
}

/*dots slider*/

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}
.slick-dots li {
    margin: 0 0.25rem;
}
.slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 100%;
    background-color: #c3c3c3;
    text-indent: -9999px;
    border: none;
}
.slick-dots li.slick-active button {
    background-color: var(--rojo);
}

/*footer*/

.footer-bottom{
    background: #ED3237;
}

.footer-top {
    background: #fbfbfb;
}
.poner, .footer-bottom{
    padding: 1em;
    border-top: 3px solid #fff;
}
.menu-1 > ul{
    padding: 0!important;
    list-style: none;
}

.menu-1 > ul > li > a{font-size: 14px; color:#545454; font-weight: 300}
h3.footer-tittle {
    font-size: 18px;
    font-weight: bold;
    color: #545454;
    letter-spacing: 0.33px;
    text-align: center;
}
.page-footer > div > div > p {
    margin: 0;
    font-size: 14px;
    text-align: center;
}
.menu-1 > ul > li{
    text-align: center;
    padding-bottom: 7px;
}

.footer-text{font-size: 13px;}
.footer-text > a{color: #fff}


/******* Start Accessibility Panel ********/

/* 
body {
    position: relative;
} */

section#accessibility {
	position: fixed;
	/* top: 100px; */
	/* top: 90px; */
	top: 156px;
	right: 20px;
	z-index: 9999;
	border-radius: 16px;
	user-select: none;
  }
  
  #accessibility #google_translate_element2 {
	display: none;
  }
  
  #accessibility .icon-main-accessibility {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 60px;
	width: 100%;
  }
  
  #accessibility .icon-main-accessibility .fa-universal-access {
	font-size: 36px;
	color: var(--rojo);
	cursor: pointer;
	background-color: #fff;
	border-radius: 24px;
	position: relative;
	z-index: 9999999;
	top: -16px;
	right: 8px;
  }
  
  #accessibility .config-accessibility {
	display: none;
	flex-direction: column;
	width: 310px;
	height: auto;
	padding: 12px 20px;
	background-color: #fff;
	border-radius: 16px;
	margin-right: -15px;
	box-shadow: 2px 2px 24px 4px rgb(217, 15, 21, 0.08);
	position: relative;
	top: -80px;
  }
  
  #accessibility .config-accessibility.active {
	display: flex;
  }
  
  #accessibility .config-accessibility h3 {
	font-size: 18px;
	font-weight: 700;
	color: var(--rojo);
	padding: 12px 0;
	margin: 0;
  }
  
  #accessibility .config-accessibility .icon-accessibility {
	display: none;
	place-content: center;
	place-items: center;
	height: 32px !important;
	width: 32px !important;
	border-radius: 4px;
	border: 1px solid #dddddd;
  }
  
  #accessibility .config-accessibility .icon-accessibility i {
	font-size: 14px;
	/* color: #557381; */
	color: #6e5b47;
  }
  
  .row-accessibility {
	display: flex;
	place-content: start;
	place-items: center;
	gap: 12px;
	width: 100%;
  }
  
  .row-accessibility .title-accessibility {
	width: 160px;
  }
  
  .row-accessibility .title-accessibility p {
	color: #564646;
	font-size: 12px;
	font-weight: 400;
	text-align: start;
	margin: 12px 0;
  }
  
  .row-accessibility .increase-and-decrease {
	display: flex;
	width: 102px;
	height: 32px;
	border-radius: 4px;
	border: 1px solid #dddddd;
  }
  
  .row-accessibility .increase-and-decrease div {
	display: flex;
	place-content: center;
	place-items: center;
	width: 50%;
	height: 100%;
	cursor: pointer;
  }
  
  .row-accessibility .increase-and-decrease div i {
	font-size: 16px;
  }
  
  .row-accessibility .increase-and-decrease div:hover i {
	color: var(--rojo);
  }
  
  .goog-te-gadget-simple > span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
  }
  
  .language-acc .select-language select {
	font-size: 12px;
	box-shadow: none;
  }
  
  .language-acc .select-language select:active,
  .language-acc .select-language select:focus,
  .language-acc .select-language select:hover {
	box-shadow: none;
	border-color: var(--rojo);
  }
  
  .action-accessibility {
	display: flex;
	place-content: center;
	place-items: center;
	width: 110px;
  }
  
  #accessibility input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
  }
  
  #accessibility input[type="checkbox"]:focus {
	outline: 0;
  }
  
  #accessibility .switch {
	width: 40px;
	height: 20px;
	border-radius: 30px;
	display: inline-block;
	position: relative;
	margin: 10px 0;
	border: 0px solid #474755;
	background-color: #f1f1f1;
	transition: all 0.2s ease;
  }
  
  #accessibility .switch::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	/* background: #b4c3ca; */
	background-color: #d3d3d3;
	box-shadow: 0 1px 2px rgba(44, 44, 44, 0.2);
	transition: all 0.3s;
  }
  
  #accessibility .switch:checked::after {
	transform: translateX(25px);
	background-color: var(--rojo);
  }
  
  #accessibility .alert-info {
	color: var(--rojo);
	background-color: #ffe6e6;
	border-color: #ff8386;
  }
  
  .achromatopsia {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
  }
  
  .blurry-vision {
	filter: blur(1.6px);
	-webkit-filter: blur(1.6px);
  }
  
  
  /******* End Accessibility Panel ********/
  




/*SECTION 1 -------------------*/


/*iconos**** */

.content-iconos {
    display: flex;
    padding: 15px;
}

.content-iconos .slick-arrow {
	background-color: var(--rojo) !important;
}

.icono {
	display: flex;
	place-content: center;
	place-items: center;
	background: var(--gris);
	margin: 8px !important;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	border-radius: 20px;
	overflow: hidden;
	padding-top: 13px;
	position: relative;
	z-index: 1;
	margin: 4px;
}
.ico-img {
    max-width: 100px;
    max-height: 100px;
    overflow: hidden;
}
.ico-img >img {
	width: calc(45px + 5vw);
	height: calc(45px + 5vw);
	max-width: 100px;
	max-height: 100px;
	object-fit: contain;
	object-position: center;
}
.ico-txt {
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	line-height: 12px;
	background: var(--logo);
	height: 50px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	border-radius: 45% 45% 0 0;
	color: #fff;
}

/*SECTION 2 -------------------*/


/*blog**** */

.blog {
    display: block;
    background: #fff;
    margin: 1em auto 3em;
    max-width: 360px;
    height: 290px;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
    box-shadow: 0 2px 10px #0000002b;
    position: relative;
}

.blog-img{
	max-width: 362px;
	max-height: 182px;
	overflow: hidden;
}

.blog-img > img {
	width: 92vw;
	height: 58vw;
	max-height: 182px;
	object-fit: cover;
}

.blog-datos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1em;
}

.blog-datos > h3 {
    margin: 0;
    margin-bottom: 10px;
    padding: 10px 0;
    font-size: 17px;
    width: 65%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.blog-datos > h3:after {
    content: "";
    display: block;
    height: 1px;
    background: var(--logo);
    width: 100%;
    max-width: 185px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.blog-titu {
    padding: 0 1em;
    font-size: 12px;
}

.blog-enlace {
    position: absolute;
    right: 15px;
    bottom: 10px;
    font-size: 15px;
    color: var(--logo);
}

#slider-blog .slick-arrow{
	top: 95%;
	left: 60%;
	color: var(--txt);
	font-size: 30px;
	width: 30px;
    height: 30px;
    display: flex!important;
    align-items: center;
    justify-content: center;
}

#slider-blog span.arrow-right.slick-arrow {
    right: 0;
    left: auto;
}

#slider-blog .slick-arrow:hover{
	background-color: transparent;
	color: var(--logo);
}

#slider-sedes .slick-arrow {
	color: #5A6169;
	font-size: 44px;
	width: 41px;
	height: 41px;
	display: flex!important;
	justify-content: center;
	align-items: center;
	top: 100%;
}

/*SECTION 3 -------------------*/


/*cursos****  */

.cursos {
	background: var(--rojo);
	/* padding: 30px; */
	margin: 1em auto;
	max-width: 350px;
	height: 95vw;
	max-height: 346px;
	border-radius: 5px;
}

.cursos > h2 {
	color: #fff;
	font-weight: 600;
	font-size: calc(1em + 1vw);
	margin: 0;
	padding-bottom: 10px;
}

.cursos > h2:before {
    content: "";
    display: block;
    height: 3px;
    background: #fff;
    width: 28px;
    margin-bottom: 14px;
}

.ct-imagen-curso {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin-bottom: 36px;
}

.ct-imagen-curso img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.cursos-link {
    height: 140px;
    overflow: auto;
}

.cursos-link > a {
    color: #fff;
    font-size: 12px;
    display: block;
    padding: 7px 0;
    line-height: 15px;
}

.curso-enlace > a {
    display: flex;
    background: #900918;
    height: 48px;
    max-width: 300px;
    margin: auto;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;

    background-size: 400% 100%;
    background-image: linear-gradient(to right, #900918, #900918, #ff6a6e ,#efefef, #efefef);
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .8s ease-in-out;
}
.curso-enlace > a:hover{
	background-position: 100% 0;
	moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .5s ease-in-out;
	color: #900918;
}

/*slider****  */

.fotos-home > img {
	width: 100%;
	max-width: 350px;
	height: 75vw;
	max-height: 300px;
	object-fit: cover;
	object-position: center;
	border-radius: 5px;
	margin: 1em auto;
}

/*eventos****  */

.title-eventos > span {
    font-size: calc(1em + 1vw);
    margin: auto;
    padding: 1em 1em 5px 66px;
    border-bottom: 1px solid #ED3237;
    margin-bottom: 1em;
    position: relative;
}

.title-eventos > span:before {
	content: "";
	display: block;
	height: 10vw;
	width: 10vw;
	background-image: url(eventos.png);
	background-size: contain;
	position: absolute;
	left: 10px;
	bottom: 5px;
	max-width: 49px;
	max-height: 49px;
}

.content-eventos {
    box-shadow: 0 2px 4px #D90F15;
    border-radius: 8px;
    max-width: 474px;
    margin: 0 auto;
}


.content-eventos ul.nav.nav-tabs{
	display: flex;
	justify-content: center;
	border: none;
	background: #d90f14;
	border-radius: 8px 8px 0 0;
}

.content-eventos ul.nav.nav-tabs > li {
	width: 30%;
	background: #D90F15;
	height: 44px;
	margin: 0;
}

.content-eventos ul.nav.nav-tabs > li > a {
	padding: 10px 5px;
	font-size: 13px;
	height: 44px;
	line-height: 13px;
	display: flex;
	align-items: center;
	font-weight: 600;
	color: #fff;
	position: relative;
	z-index: 5;
	border: none;
	justify-content: center;
	text-align: center;
}

.content-eventos .nav-tabs>li.active>a,
.content-eventos .nav-tabs>li.active>a:focus, 
.content-eventos .nav-tabs>li.active>a:hover{
	background: #d90f14;
	position: relative;
	border: none;
}

.content-eventos .nav-tabs>li.active>a:after {
    content: "";
    display: block;
    height: 10px;
    width: 49%;
    bottom: -12px;
    left: -15px;
    position: absolute;
    border-top: 13px solid #D30E14;
    border-left: 60px solid transparent;
    border-right: 42px solid transparent;
    box-shadow: 0px -5px 8px -5px #0000003b;
}

/*datos eventos*/

a.evento {
	display: block;
    border-bottom: 1px solid #E9E9E9;
    padding-bottom: 5px;
    padding: 0 1em;
}

.content-eventos .tab-content {
    padding: 0 1em;
}

.content-eve-main{
	padding: 20px 0;
	height: 318px;
	overflow: auto;
	border-bottom: 2px solid #E9E9E9;
	position: relative;
}

.evento > p {
	margin: 0;
	font-size: 12px;
	text-align: left;
	font-weight: 500;
	color: #282828;
	line-height: 20px;
}

.evento > span {
    font-size: 14px;
    color: var(--logo);
}

.eve-blog {
	position: absolute;
	bottom: 0;
	color: #D90F15;
	font-size: 14px;
	font-style: italic;
	width: 100%;
	background: #fff;
	text-align: right;
	height: 24px;
}


/*Redes Sociales****  */

.content-main-redes {
    max-width: 375px;
    margin: 0 auto;
}

.title-redes > span {
    font-size: calc(1em + 1vw);
    margin: auto;
    padding: 1em 1em 5px 1em;
    border-bottom: 1px solid #ED3237;
    margin-bottom: 1em
}

.content-main-redes ul.nav.nav-tabs {
    display: flex;
    background: var(--logo);
    border: none;
    border-radius: 30px;
}

.content-main-redes ul.nav.nav-tabs > li {
    margin: 0;
    width: 33%;
}

.content-main-redes ul.nav.nav-tabs > li > a {
	padding: 8px;
	border: none;
	border-radius: 30px;
	text-align: center;
	margin: 5px;
	color: #fff;
	font-weight: bold;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    background-size: 400% 100%;
    background-image: linear-gradient(to right, #ed3237, #ed3237, #ff6a6e ,#efefef, #efefef);
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .8s ease-in-out;
}

.content-main-redes ul.nav.nav-tabs > li > a:hover{
	background-position: 100% 0;
	moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .5s ease-in-out;
	color: #4E4E4E!important;
}

.content-main-redes .nav-tabs>li.active>a, 
.content-main-redes .nav-tabs>li.active>a:focus, 
.content-main-redes .nav-tabs>li.active>a:hover{
	border: none;
	color: #4E4E4E!important;
	background: #efefef!important;
}

.prueba {
    display: block;
    height: 608px;
    background: #f7f7f7;
    width: fit-content;
    margin: 2rem auto;
    overflow-y: auto;
}

/*SECTION 4 -------------------*/


/*descarga la app****  */

.img-app {
    display: block;
    max-height: 442px;
    background-size: cover;
    height: 30vw;
    position: relative;
}

.img-app:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: #d90f1566;
    position: absolute;
}

.titleApp{
	color: #fff!important;
    margin-top: -20vw!important;
    position: relative;
}


/*txt*/

.content-app {
    padding: 1em;
    margin: 1em 1em 2em;
    box-shadow: 0 22px 62px rgba(0, 0, 0, 0.05);
    border-radius: 22px;
}

.txt-app > h2 {
    color: #4E4E4E;
    font-size: calc(1em + 1vw);
    font-weight: bold;
    text-align: center;
}

.txt-app > p {
    font-size: 13px;
    text-align: center;
}

.txt-app >h3 {
    text-align: center;
    font-weight: bold;
    font-style: italic;
}

.txt-app > div {
    display: flex;
    max-width: 280px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: auto;	
}

.txt-app > div > img {
    display: block;
    width: 50%;
    height: 100%;
    object-fit: contain;
}

.img-phone {
    max-width: 237px;
    max-height: 474px;
    overflow: hidden;
    margin: auto;
}

.img-phone > img {
    width: 40vw;
    height: 80vw;
    object-fit: cover;
    object-position: center;
    max-width: 237px;
    max-height: 474px;
}


/*SECTION 5 -------------------*/


/*Sedes****  */

.sedes-txt > div {
    padding: 5px 0;
}

.sedes-txt > div > div {
    padding: 0;
}

.sedes-txt > div > div > p {
    font-size: 13px;
}

.page-footer > div > div > p > i{
	display: none;
}

/*CIRCULOS**************************/

#circle-right, #circle-left{position: relative;}
#circle-right:before{
	content: "";
	display: block;
	width: 100vw;
	height: 100vw;
	background-image: url(right.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position-x: right;
	position: absolute;
	top: -30%;
	z-index: -1;
	max-width: 200px;
	max-height: 534px;
	right: 0;
}

#circle-left:before{
	content: "";
	display: block;
	width: 100vw;
	height: 100vw;
	background-image: url(left.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position-x: left;
	position: absolute;
	top: 100%;
	z-index: -1;
	max-width: 300px;
	max-height: 554px;
	left: 0;
}

.view{display: none;}


.nav-brand > div > img,
.header-content{
	transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.fixed .nav-brand > div > img{
	transform: matrix(0.75,0.00,0.00,0.75,-34,0);
	transition: all .3s ease;
}
.fixed .header-content {
    height: 65px;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
} 


/*EFECTOS HOVER*/

.ico.sear:hover, .ico.sear:focus {
	background: #d90f14;
	transition: all .3s ease;
}
.ico.sear:hover > i, .ico.sear:focus > i{
	color: #fff;
	transition: all .3s ease;
}

a.ico:hover, a.ico.instagram:hover{
	background: #fff;
}
a.ico.face:hover i{
	color: #0053B3;
}

a.ico.twitter:hover i{
    color: #00acee;
}
a.ico.instagram:hover i {
    color: #ee2a7b;
}
a.ico.youtube:hover i {
    color: #c4302b;
}
a.ico.whatsapp:hover i {
    color: 	#25d366;
}

.blog:hover {
    cursor: pointer;
    color: var(--txt);
    transform: scale(1.04);
    box-shadow: 0 6px 13px -5px #ed3237;
}

a.curso:hover {
    text-decoration: underline!important;
}

a.evento:hover > p {
    text-decoration: underline;
}

.content-eventos .nav>li>a:focus, .content-eventos .nav>li>a:hover {
    background-color: #ed3238;
}

#my-menu ul li {
   background-size: 400% 100%;
   background-image: linear-gradient(to right, #ffffff, #ffffff, #ff6a6e ,#d90f14, #ed3238);
   moz-transition: all .4s ease-in-out;
   -o-transition: all .4s ease-in-out;
   -webkit-transition: all .4s ease-in-out;
   transition: all .8s ease-in-out;
}

#my-menu ul li:hover,
#my-menu ul li:focus {
   background-position: 100% 0;
   moz-transition: all .4s ease-in-out;
   -o-transition: all .4s ease-in-out;
   -webkit-transition: all .4s ease-in-out;
   transition: all .5s ease-in-out;
}

#my-menu ul li a:hover,
#my-menu ul li a:focus {
    color: #fff;
    transition:  all .4s ease;
}


/*efectos iconos*/

.button18 {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    /*position: relative;*/
}
/*.button18::before, .button18::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgb(237, 50, 56, 0.80);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: translate(13%,190%) rotate(80deg);
    transform: translate(13%,190%) rotate(80deg);
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    border-radius: 20px;
    z-index: -1;
}*/
/*.button18::after{
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.button18:focus::before, .button18:focus::after{
    -webkit-transform: translate(0,0);
    transform: translate(0,0);  
}*/
.ico-img > img{ transition: all .3s ease; }
.button18:focus .ico-img > img{
    /*transition: all .8s cubic-bezier(0.15, 0.13, 0.93, 1.06);*/
    transition: all .3s ease;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.ico-txt{transition: all .3s ease;}
.button18:focus .ico-txt {
    color: #fff;
    /*transition: all 3s cubic-bezier(0.15, 0.13, 0.93, 1.06);*/
    transition: all .3s ease;
}

a.icono.button18:focus {
    transform: translateY(-5px);
    position: relative;
    z-index: 6;
    transition: all .3s ease;
    box-shadow: 0 9px 20px -12px #00000082;
    background-color: var(--logo);
}

.ver-mas {
    display: flex;
    justify-content: center;
}

.ver-mas > a {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    background: #da3a2f;
    width: 120px;
    height: 35px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    color: #fff;
    margin-top: -33px;
    transition: all .3s ease
}

.ver-mas > a:hover{
    background: var(--dark);
}

@media (min-width: 320px) and (max-width: 1199px) {
    
    a.icono.button18:focus{
        background: var(--logo);
    }

    .button18::before, .button18::after{
        border-radius: 20px;
    }

}

/* Media Queries */
@media (min-width: 500px) {

	.sec{
		padding-bottom: 2em;
	}

	.icono{
		padding-top: 0;
		justify-content: space-around;
		width: 27vw;
		height: 27vw;
	}

	.ico-txt{
		color: #333333;
		font-weight: bold;
		background: none;
	}

	.ico-img >img {
		width: 20vw;
		height: 20vw;
	}
	#slider-blog .slick-arrow{
		left: 0;
	}

	.content-galeria {
		max-width: 370px;
		margin: auto;
	}
}

@media (min-width: 768px){

	 /******* Start Accessibility Panel ********/

	 section#accessibility {
		top: 180px;
	  }
	
	  #accessibility .icon-main-accessibility .fa-universal-access {
		font-size: 48px;
		position: relative;
		z-index: 9999999;
		top: -16px;
		right: 8px;
	  }
	
	  #accessibility .config-accessibility .icon-accessibility {
		display: flex;
	  }
	
	  #accessibility .config-accessibility {
		width: 360px;
	
		margin-right: 60px;
	  }
	
	  /******* End Accessibility Panel ********/

	.ico-txt{
		font-size: 14px;
	}

	/*quitar*/
	.first-col {
		display: flex;
		justify-content: center;
	}
	.first-col > div {
		width: 50%;
	}

	.page-footer > div > div > p{
		text-align: left;
		position: relative;
	}
	.page-footer > div > div > p > i {
		display: block;
		position: absolute;
		left: -14px;
		top: -1px;
		color: var(--rojo);
	}

	#slider-home .slick-dots {
		display: flex;
		position: absolute;
		top: 48%;
		right: 0;
		flex-direction: column;
		padding: 13px;
		background: rgba(0, 0, 0, 0.65);
		min-height: 62px;
		border-radius: 14px 0 0 14px;
		justify-content: space-around;
	}

	#slider-home .slick-arrow {
		left: 9%;
		color: #efefef;
		font-size: 44px;
		width: 48px;
		height: 48px;
		display: flex!important;
		justify-content: center;
		align-items: center;
		border: 2px solid #efefef;
		background: transparent;
		box-shadow: 0px 0px 9px -3px #0000007d;
		text-shadow: 0px 0px 6px #0000007d;
	}

	#slider-home span.arrow-right.slick-arrow {
		right: 9%;
		left: auto;
	}

}

@media (min-width: 992px){

	/*configuracion menu*/
    h3.footer-tittle{
        text-align: left;
    }


	.mm-wrapper_sidebar-collapsed-40 .mm-slideout, [class*=mm-wrapper_sidebar-expanded-].mm-menu_sidebar-closed.mm-menu_sidebar-collapsed-40 .mm-slideout {
		width: calc(100% - 80px);
		-webkit-transform: translate(80px,0);
		-ms-transform: translate(80px,0);
		transform: translate(80px,0);
		-webkit-transform: translate3d(80px,0,0);
		transform: translate3d(80px,0,0);
	}

	a.ico.sear {
		width: 48px;
		height: 48px;
	}a.ico.sear > i{
		color: #656565;
		font-size: 25px;
	}

	a.toogle-menu.view > i:before {
		content: "";
		display: block;
		width: 51px;
		height: 56px;
		background-image: url(menu.jpg);
		cursor: pointer;
	}

	.mm-iconbar__bottom {
		bottom: 140px;
	}
	.mm-iconbar__bottom:after {
		content: "Síguenos";
		display: block;
		transform: rotate(-90deg);
		position: absolute;
		bottom: -73px;
		left: -9px;
		font-size: 20px;
		font-weight: 600;
		color: #54565A;
	}

	.mm-menu__blocker{
		top: 140px;
		bottom: 431px;
	}

	.view{
		display: block;
		color: #838383!important;
		padding-top: 10px!important;
	}
	.hideXs{display: none;}

	.header-content{
		height: 140px;
	}

	.nav-brand {
		max-width: 311px;
		min-width: 280px;
	}

	section.home-section {
		padding-top: 152px;
	}

	/*end configuracion menu*/

	.icono {
		width: 17vw;
		height: 17vw;
	}

	.first-col {
		display: block;
	}
	.first-col > div {
		width: 100%;
	}

	#slider-blog .slick-arrow {
		left: 80%;
	}

	.cursos-link {
		height: 172px;
	}
	.cursos-link > a {font-size: 15px;}
	.title-eventos > span,
	.title-redes > span{text-align: center;}
	.evento > p{font-size: 14px}
	.evento > span{font-size: 16px}

	.ico-txt{
		line-height: 20px;
		height: 70px;
		padding: 5px 1em;
	}

	.prueba{
		height: 506px;
	}

	#circle-left:before{
		top: 55%;
	}

	/*MENU ESCRITORIO*/

	ul#menu-home {
		display: flex;
	}
	.content-info-header{
		display: block;
	}
	.nav-mobile {
		display: none;
	}


	.content-info-header {
		width: 100%;
	}
	.navbar-header {
		display: block;
		width: 100%;
		padding-left: 1em
	}
	.social-links {
		min-width: 150px;
	}
	nav.main-nav ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	nav.main-nav > ul{
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	nav.main-nav ul li a {
		display: flex;
		font-size: 12px;
		padding: 5px;
		font-weight: 400;
		color: #5C5C5C;
		background: var(--gris);
		height: 36px;
		justify-content: center;
		align-items: center;
		margin: 0 5px;
		text-align: center;
		border-radius: 30px;
		line-height: 12px;
		
		background-size: 400% 100%;
		background-image: linear-gradient(to right, #efefef, #efefef, #ff6a6e ,#d90f14, #ed3238);
		moz-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		-webkit-transition: all .4s ease-in-out;
		transition: all .8s ease-in-out;
	}

	nav.main-nav ul li a:hover{
		background-position: 100% 0;
		moz-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		-webkit-transition: all .4s ease-in-out;
		transition: all .5s ease-in-out;
		color: #fff;
	}

	nav.main-nav ul li a:focus {
		outline: none;
	}

	.certificados, .primero > div {
		height: 220px;
		display: flex;
	}

	/*efectos*/

/*	.button18 {
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.8s;
		position: relative;
	}
	.button18::before, .button18::after{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		background-color: rgb(237, 50, 56, 0.80);
		-webkit-transition: all 0.6s;
		-moz-transition: all 0.6s;
		-o-transition: all 0.6s;
		transition: all 0.6s;
		-webkit-transform: translate(13%,190%) rotate(80deg);
		transform: translate(13%,190%) rotate(80deg);
		-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
		transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
		border-radius: 20px;
		z-index: -1;
	}
	.button18::after{
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}*/

/*	.button18:hover::before, .button18:hover::after{
		-webkit-transform: translate(0,0);
		transform: translate(0,0);	
	}*/
	.ico-img > img{ transition: all .3s ease; }
	.button18:hover .ico-img > img{
		/*transition: all .8s cubic-bezier(0.15, 0.13, 0.93, 1.06);*/
        transition: all .3s ease;
		-webkit-filter: brightness(0) invert(1);
		filter: brightness(0) invert(1);
	}
	.ico-txt{transition: all .3s ease;}
	.button18:hover .ico-txt {
		color: #fff;
		/*transition: all 1s cubic-bezier(0.15, 0.13, 0.93, 1.06);*/
        transition: all .3s ease;
	}

	a.icono.button18:hover {
		transform: translateY(-5px);
		position: relative;
		z-index: 6;
		transition: all .3s ease;
		box-shadow: 0 9px 20px -12px #00000082;
        background: var(--logo);
	}

	#slider-blog .slick-arrow{
		width: 41px;
		height: 41px;
	}
	
}

@media(min-width: 1200px){

	/*configuracion menu*/
	
	.mm-menu_iconbar-80 .mm-iconbar {
		width: 100px;
		background: #FCFCFD;
	}
	
	.mm-wrapper_sidebar-collapsed-40 .mm-slideout, [class*=mm-wrapper_sidebar-expanded-].mm-menu_sidebar-closed.mm-menu_sidebar-collapsed-40 .mm-slideout {
		width: calc(100% - 100px);
		-webkit-transform: translate(100px,0);
		-ms-transform: translate(100px,0);
		transform: translate(100px,0);
		-webkit-transform: translate3d(100px,0,0);
		transform: translate3d(100px,0,0);
	}
	
	.mm-menu_iconbar-80 .mm-navbars_bottom, .mm-menu_iconbar-80 .mm-navbars_top, .mm-menu_iconbar-80 .mm-panels {
		left: 100px;
	}

	/*fin configuracion menu*/
	
	nav.main-nav ul li a{
		width: 145px;
	}

	.icono {
		width: 100%;
		height: 20vw;
		margin: 0;
		background: #fff;
	}

	.title-redes > span {
		padding: 1em 10px 5px 10px;
		white-space: nowrap;
	}

	.content-app {
		max-width: 1393px;
		width: 90%;
		margin: 0 auto;
	}
	
	.blog-titu {
		font-size: 14px;
	}

	.txt-app > h2 {
		font-size: 27px;
		max-width: 530px;
		margin: 1em auto;
	}

	.txt-app > p {
		font-size: 21px;
		text-align: center;
		line-height: 25px;
		max-width: 881px;
		margin: 0 auto;
	}
	
	.txt-app >h3{font-size: 23px}

	.content-app > div{width: 100%}

	.sedes-txt > div > div > p {
		font-size: 20px;
		max-width: 386px;
		margin: auto;
	}

	/*iconos*/

	.content-iconos {
		/* display: flex;
		flex-wrap: nowrap;
		justify-content: center; */
		background: #fff;
		margin: auto;
		width: 90%;
		position: relative;
		border-radius: 20px;
		padding: 0;
		max-width: 1530px;
	}
	#circle-right:before{
		top: -18%;
	}

	#circle-left:before {
		top: -43%;
	}

	.mm-iconbar__bottom:after {
		left: 0px;
	}
}

@media(min-width: 1530px){
	.header-content {
		max-width: 1410px;
		margin: 0 auto;
	}

	h2.content-box-title, 
	.mod-box-title,
	.cursos > h2,
	.title-eventos > span,
	.title-redes > span{
		font-size: 30px
	}

	nav.main-nav ul li a {
		width: 151px;
	}
	#slider-blog .slick-arrow {
		left: 80%;
	}

	#slider-blog .slick-arrow{
		font-size: 45px;
		left: 90%;
	}

	.cursos-link {
		height: 160px;
	}

	.content-sec2 {
		margin-top: -330px;
	}

	.titleApp{
		margin: 0!important;
	}

	.mapa{
		max-width: 1530px;
		margin: 0 auto;
		padding: 0 1em;
	}

	.sec {
		padding-bottom: 4em;
	}

	.content-noticias {
		max-width: 1530px;
		margin: 0 auto;
	}

	#circle-left > div {
		max-width: 1530px;
		margin: 0 auto;
	}

	.mapa {
		display: flex;
		align-items: center;
	}
}



/*CASOS ESPECIFICOS +++++++++++++++*/

@media (min-width: 700px) {
	.content-app{
		position: relative;
		background: #fff;
		display: flex;
		align-items: center;
	}

	.content-app > div {
		width: 70%;
	}

	.img-phone > img {
		width: 20vw;
		height: 40vw;
	}
}
@media (min-width: 700px) and (max-width: 768px) {

	.icono {
		padding-top: 0;
		justify-content: space-around;
		width: 20vw;
		height: 20vw;
	}
}

@media (min-width: 1800px){
	.bann > a{
		max-height: 800px;
	}

	.bann > a > img{
		object-fit: cover;
		width: 100%;
		height: 100%;
		max-height: 800px;
	}
}

@media (min-width: 2000px){
	.bann > a > img{
		object-fit: contain;
	}
}


@media (min-width: 320px) and (max-width: 991px) {
	.mm-menu_iconbar-80 .mm-iconbar {
		width: 40px;
		background: #FCFCFD;
	}
	
	.mm-wrapper_sidebar-collapsed-40 .mm-slideout, [class*=mm-wrapper_sidebar-expanded-].mm-menu_sidebar-closed.mm-menu_sidebar-collapsed-40 .mm-slideout {
		width: calc(100% - 40px);
		-webkit-transform: translate(40px,0);
		-ms-transform: translate(40px,0);
		transform: translate(40px,0);
		-webkit-transform: translate3d(40px,0,0);
		transform: translate3d(40px,0,0);
	}
	
	.mm-menu_iconbar-80 .mm-navbars_bottom, .mm-menu_iconbar-80 .mm-navbars_top, .mm-menu_iconbar-80 .mm-panels {
		left: 40px;
	}
}


/*estilos internas -----------------------*/

.content-interna{
    padding: 75px 1rem 1rem
}

.slide{
    padding: 5px;
}

.item-i {
    display: flex;
    width: 100%;
    max-width: 356px;
    height: 224px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    padding: 15px;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    margin: auto;
}

.item-i:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #36363682;
    position: absolute;
    left: 0;
    top: 0;
}

.txt-item-i {
    width: 100%;
    position: relative;
    z-index: 1;
}

.txt-item-i > h2 {
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.8px;
    line-height: 1em;
}

.txt-item-i > h2:after{
    content: "";
    display: block;
    height: 5px;
    background: #fff;
    width: 120px;
    margin-top: 9px;
    border-radius: 30px;
}

.btn-item-i {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d90f159e;
    width: 93px;
    height: 30px;
    border-radius: 30px;
    color: #fff;
    font-size: 10px;
    font-style: italic;
    letter-spacing: 2px;
    right: 0;
    margin-left: auto;
    transition: all .3s ease;
}

.btn-item-i:hover {
    background: var(--logo);
}

@media (min-width: 992px){
    .content-interna{
        padding: 3rem 0
    }
}
/* PopUp */
.modal-popUp .modal-dialog {
    width: 100%;
    max-width: 1100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) !important;
    margin: 0;
    padding: 15px;
}
.modal-popUp button.close span {
    line-height: 1;
}
.modal-popUp .modal-body,.modal-popUp .modal-body .col-xs-12 {
    padding: 0 !important;
}
.modal-popUp button.close {
    position: absolute;
    background: white;
    right: -8px;
    top: -12px;
    z-index: 1;
    width: 25px;
    height: 25px;
    opacity: 1 !important;
    border-radius: 50%;
}

/*ESTILOS TABS INTERNAS*/

ul.nav-tabs>li {
    display: flex;
    justify-content: center;
    margin: 10px 7px;
    height: 36px;
    border-radius: 30px;
    position: relative;
    transition: all .6s ease;
    background: #b3b3b394;
}


ul.nav-tabs>li > a{
   
   height: 36px;
   padding: 10px 30px!important;
   display: flex;
   justify-content: center;
   white-space: normal;
   font-size: 12px;
   overflow: hidden;
   color: #535353;
   font-weight: bold;
   position: relative;
   z-index: 2;
   overflow: hidden;
}

ul.nav-tabs>li:hover{
    color: #fff;
}
ul.nav-tabs>li:hover{
    background: #ED3237;
}

ul.nav-tabs>li.active{
    background: #ED3237;
}
ul.nav-tabs>li.active > a {
    color: #fff!important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav>li>a:hover, .nav-tabs>li.active>a:focus, .nav>li>a:focus{
    background-color: #fff0;
    border: 1px solid #ddd0;
}

/* start IG widget */

.container__widget--ig {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 4px;
  max-width: 800px;
  margin: auto;
  overflow: hidden;
  padding-top: 12px;
}

.art__post {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 4;
  overflow: hidden;
}

.art__post--img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .4s ease-in;
}

.art__post--info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.72);
  color: #fff;
  padding: 8px;
  margin: 0;
  transform: translateY(100%);
  transition: transform .4s linear;
  opacity: 0;
  pointer-events: none;
}

.art__post:hover .art__post--img {
  transition: transform .4s ease-in-out;
  transform: scale(1.06);
}

.art__post:hover .art__post--info {
  font-size: 10px;
  text-align: start;
  opacity: 1;
  padding: 12px;
  transition: transform .4s linear;
  transform: translateY(0);
}

/* end IG wiget */