@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* CSS Document */


html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  font-size:10px;
  text-decoration:none;   
  font-family: 'Poppins', sans-serif;;
  font-weight: 300;
}

.icon_close_ad, .icon_close_search {
	background-image:url("images/icon-close.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size:100% auto;
	width:6rem;
	height:6rem;
	color:transparent;
	cursor:pointer;
	display:block;
	position:absolute; 
	top:4rem;
	right: 4rem;
	z-index:2000;
	transition: transform 0.3s;
}
.icon_close_ad:hover {
	transform: rotate(90deg);
}
.icon_close_search {
	background-image:url("images/icon-close-black.svg");
}				
.animation {
		-webkit-transition: all .25s ease-out;
  	-moz-transition: all .25s ease-out;
  	-o-transition: all .25s ease-out;
  	transition: all .25s ease-out;
}
.main_align {
display: table;
width: 100%;
height: 100%;
}
.align {
	display: table-cell; 
	vertical-align: middle;
}

.content-empty {
width: calc(100% - 16rem);
padding: 18rem 8rem 6rem 8rem;
text-align: center;
}

.content {
width: calc(100% - 16rem);
padding: 6rem 8rem;
text-align: center;
}

header {
	width: calc(100% - 16rem);
    display: table;
	z-index: 50;
	top: 0;
	left: 0;
    padding: 0 8rem;
    padding-bottom: 0;
    height: 12rem;
    position: fixed;
    background-color: #FFF;
}
.header_small {
box-shadow: 0 5px 50px -10px rgba(0,0,0,0.5);
height: 8rem;
}
/*
.patch {
height: 10rem;
display: none;
}
*/

.logo {
display: inline-block;
vertical-align: middle;
width: 25rem;
}
.logo img {
width: 100%;
height: auto;
}
.logo_small {
width: 17rem;
}
.nav, .nav-aula {
display: inline-block;
vertical-align: middle;
width: calc(100% - 25.5rem);
text-align: right;
}
.nav_small {
width: calc(100% - 17.5rem);
}

.nav-aula {
background-color: #00bab0; 
height: 8rem;
width: calc(100% - 33.5rem);
margin-left: 4rem;
padding: 0 2rem;
border-radius: 1rem;
text-align-last: left;
display: inline-table;
}



/*
.menu-tab {
display: inline-block;
vertical-align: middle;
}
.bt-admision {
display: inline-block;
vertical-align: middle;
border-radius: 2rem;;
font-size:1.6rem;
color:#003366;
height: 3.2rem;
letter-spacing: .1rem;
padding: .8rem 2rem 0 2rem;
text-decoration:none;
text-transform:uppercase;
cursor: pointer;
border: solid .1rem #003366;
}

.menu-items {
position: absolute;
display: none;
margin-left: -20rem;
padding-top: 2rem;
}
.menu-items-content {
background-color: #E7ECED;
width: 50rem;
text-align: left;
padding: 2rem;
padding-top: 6rem;
border-radius: 2rem;
margin-top: -2px;
box-shadow: 0 5px 50px -10px rgba(0,0,0,0.5);
clip-path: polygon(0% 3rem, 50% 0%, 100% 3rem, 100% 100%, 0 100%);
}

.menu-tab:hover .menu-items {
display: block;
}

.menu-left {
display: inline-block; 
vertical-align: top; 
width: 24rem; 
margin-right: calc(2rem - 5px);
}
.menu-right {
display: inline-block; 
vertical-align: top; 
width: 24rem;
}
*/
.menu {
	font-size:1.4rem;
    margin-left: 3rem;
	color:#003366;
	text-decoration:none;
	text-transform:uppercase;
    display: inline-block;
    vertical-align: middle;
	cursor: pointer;
    letter-spacing: .2rem;
}
/*
.submenu {
display: block;
font-size:1.4rem;
color:#003366;
text-decoration:none;
cursor: pointer;
border-bottom: solid 1px #2A7D9B;
padding: 1rem 0;
border-radius: 0;
background-position: right 1rem center;
background-repeat: no-repeat;
background-size: 1.5rem auto;
}

.submenu:hover {
background-color: #2A7D9B;
padding: 1rem;
color: #FFF;
border-radius: 1rem;
background-image: url(images/icon-arrow-right-white.svg);
}
*/




footer {
width: calc(100% - 16rem);
position: relative;
background-color: #1C3764;
padding: 6rem 8rem;
}

.footer_column {
float: left; 
margin-right: 4rem;
padding-left: 4rem;
background-position: top left;
background-repeat: no-repeat;
background-size: 2rem auto;
}
.column, .call-whatsapp {
display: block;
margin-bottom: 6rem;
text-align: left;
padding-left: 6rem;
background-position: top left;
background-repeat: no-repeat;
background-size: 3.6rem auto;
min-height: 6rem;
}





/*MAIN BANNER*/
.main-banner {
width: 100%;
position: relative;
z-index: 2;
padding-top: 12rem;
}
.main-banner-txt {
float: left;
width: 50%;
padding-top: 10rem;
}
.main-banner-img {
float: right;
width: 40vw;
height: 40vw;
border-radius: 50%;
background-color: aliceblue;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
margin-top: 3rem;
}





.about-banner {
width: 100%;
margin: 12rem 0 0 0;
height: 35vw;
background-color: aliceblue;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
position: relative;
}
.banner-tittle {
position: absolute;
left: 8rem;
bottom: 6rem;
text-align: left;
z-index: 2;
}
.banner-shadow {
position: absolute;
height: 35vw;
width: 100%;
z-index: 1;
background: rgb(42,125,155);
background: linear-gradient(360deg, rgba(42,125,155,1) 0%, rgba(42,125,155,0) 100%);
mix-blend-mode: multiply;
}
.blog-banner {
width: 100%;
height: calc(100% + 30rem);
position: relative;
background-color: aliceblue;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
.investigacion-banner {
width: 100%;
height: 100%;
position: relative;
background-color: aliceblue;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}


/*SLIDES */
.slide-intro  {
background-color: #1C3764;
padding:  16rem 8rem;
position: relative;
width: calc(100% - 16rem);
text-align: center;
margin-top: -6rem;
z-index: 1;
}
.slide-lineas {
width: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed; 
position: relative;
z-index: 2;
background-color: burlywood;
height: 50vw;
}
.lineas-wrap {
position: absolute;
top: -4rem;
left: 4rem;
width: calc(100% - 8rem);
text-align: center;
}

.slide-servicios {
background-color: #1C3764;
position: relative;
padding: 6rem 8rem;
width: calc(100% - 32rem);
text-align:center;
border-radius: 2rem;
margin-left: 8rem;
margin-right: 8rem;
margin-top: -12rem;
margin-bottom: 6rem;
z-index: 3;
background-image: url(images/banner-intro.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
background-blend-mode: multiply;
}
.slide-capacitaciones {
position: relative;
padding: 6rem 8rem;
width: calc(100% - 16rem);
text-align:center;
}

.slide-investigacion {
background-color: #00BAB0;
position: relative;
padding: 6rem 8rem;
width: calc(100% - 16rem);
text-align:left;
}

.slide-blog {
position: relative;
width: calc(100% - 16rem);
padding: 6rem 8rem;
text-align:left;
}

.slide-investigacion .left {
display: inline-block;
vertical-align: middle;
width: calc(100% - 66.5rem);
margin-right:12rem; 
}
.slide-investigacion .right {
display: inline-block;
vertical-align: middle;
width: 54rem;
position: relative;
height: 20rem;
}
.face-call-1, .face-call-2, .face-call-3, .face-call-shadow {
position: absolute;
overflow: hidden;
border-radius: 50%;
background-color: aliceblue;
width: 20rem;
height: 20rem;
z-index: 4;
left: 0;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
top: 0;
}
.face-call-2 {
z-index: 3;
left: 17rem;
background-color: antiquewhite;
}
.face-call-3 {
z-index: 1;
left: 34rem;
background-color: aqua;
}
.face-call-shadow {
z-index: 2;
left: 34rem;
background-color: transparent;
}




.thumb {
width: calc(50% - 2.6666rem);
border-radius: 4rem;
float: left;
margin-right: 4rem;
margin-bottom: 4rem;
background-color:aliceblue;
position: relative;
text-align: left;
overflow: hidden;
}
.thumb:hover {
transform: scale(1.05);
}
.thumb .img {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
width: 100%; 
padding-top: 65%;
}
.thumb .info {
z-index: 2;
position: absolute;
bottom: 2rem;
left: 2rem;
right: 2rem;
}
.thumb .desc {
background-color: #2A7D9B;
border-radius: 2rem;
padding: 2rem;
display: inline-block;
}
.thumb .tab {
display: inline-block;
vertical-align: top;
margin-right: 2rem;
}
.thumb .tag {
z-index: 3;
position: absolute;
left: 2rem;
top: 2rem;
background-color: #1C3764;
color: #00BAB0;
font-size: 1.4rem;
text-decoration: none;
padding: .5rem 1rem;
border-radius: 1rem;
font-weight: 500;
}
.thumb .shadow {
position: absolute;
z-index: 1;
bottom: 0;
left: 0;
right: 0;
top: 0;
background: rgb(42,125,155);
background: linear-gradient(360deg, rgba(42,125,155,1) 0%, rgba(42,125,155,0) 100%);
mix-blend-mode: multiply;
}
.curso-desc {
display: inline-block; 
width: calc(50% - 5px); 
vertical-align: middle; 
text-align: left; 
margin-right: 8rem;
}
.curso-desc .tag {
background-color: #1C3764;
color: #00BAB0;
font-size: 1.4rem;
text-decoration: none;
padding: .5rem 1rem;
border-radius: 1rem;
font-weight: 500;
}
.curso-desc .tab {
display: inline-block;
vertical-align: top;
margin-right: 3.3333%;
margin-bottom: 3rem;
width: calc(30% - 5px);
}
.curso-img {
display: inline-block; 
vertical-align: middle; 
width: 50%; 
position: relative; 
margin-right: -8rem; 
background-color: aqua; 
border-radius: 2rem 0 0 2rem; 
height: 35vw; 
background-position: center center; 
background-repeat: no-repeat; 
background-size: cover;
}





#blog .tag {
background-color: #1C3764;
color: #00BAB0;
font-size: 1.4rem;
text-decoration: none;
padding: .5rem 1rem;
border-radius: 1rem;
font-weight: 500;
display: inline-block;
}
.serv-desc {
display: inline-block; 
width: calc(50% - 5px); 
vertical-align: middle; 
text-align: left; 
margin-right: 8rem;
}
.serv-img {
display: inline-block; 
vertical-align: middle; 
width: 50%; 
position: relative; 
margin-right: -8rem; 
background-color: aqua; 
border-radius: 2rem 0 0 2rem; 
height: 35vw; 
background-position: center center; 
background-repeat: no-repeat; 
background-size: cover;
}






.thumb-blog, .thumb-serv, .thumb-inv, .thumb-grupo, .thumb-miembro, .thumb-curso {
width: calc(33.3333% - 3.6666rem);
border-radius: 2rem;
padding: .5rem;
text-align: center;
float: left;
margin-right: 4rem;
margin-bottom: 4rem;
background-color: #FFF;
position: relative;
}
.thumb-grupo {
width: calc(50% - 3rem);
background-color: rgba(28,55,100,.5);
text-align: left;
}
.thumb-grupo:hover {
background-color: rgba(28,55,100,1);
transform: scale(1.05);
}
.thumb-miembro {
width: calc(50% - 3.2rem);
background-color: transparent;
border:solid .1rem #1C3764;
text-align: left;
}
.thumb-miembro:hover {
transform: scale(1.05);
}
.miembro-head {
background-color: rgba(28,55,100,.25);
border:none;
width: calc(50% - 3rem);
}
.thumb-inv {
width: calc(50% - 7rem);
background-color: rgba(28,55,100,.1);
text-align: left;
padding: 2rem;
}
.thumb-serv, .thumb-curso {
background-color: rgba(28,55,100,.1);
width: calc(33.3333% - 3rem);
margin-right: 3rem;
margin-bottom: 0;
font-weight: 500;
font-size: 2rem;
text-decoration: none;
color: #1C3764;
}
.thumb-curso {
margin-bottom: 3rem;
}
.thumb-blog:hover {
transform: scale(1.05);
}
.thumb-blog .img, .thumb-serv .img,  .thumb-grupo .img, .thumb-miembro .img, .thumb-curso .img {
width: 100%;
padding-top: 60%;
position: relative;
border-radius: 1.5rem;
background-color: aliceblue;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.thumb-grupo .img, .thumb-miembro .img {
width: 20rem;
display: inline-table;
height: 12rem;
padding-top: 0;
margin-right: 4rem;
}
.thumb-miembro .img {
height: 20rem;
}

.thumb-blog .txt .tag, .thumb-inv .txt .tag {
background-color: #1C3764;
color: #00BAB0;
display: inline-block;
font-size: 1.2rem;
text-decoration: none;
padding: .5rem 1rem;
border-radius: 1rem;
font-weight: 500;
}
.thumb-blog .txt, .thumb-serv .txt, .thumb-inv .txt, .thumb-grupo .txt, .thumb-miembro .txt, .thumb-curso .txt {
width: calc(100% - 4rem);
padding: 2rem;
position: relative;
padding-top: 0;
margin-top: -1.5rem;
}
.thumb-blog .txt {
margin-top: 2rem !important;
}
.thumb-grupo .txt, .thumb-miembro .txt {
width: calc(100% - 25rem);
height: 12rem;
padding: 0;
display: inline-table;
text-align: left;
position: relative;
margin-top: 0;
}
.thumb-miembro .txt {
height: 20rem;
}

.thumb-serv .txt {
margin-top: 0;
padding-top: 2rem;
text-align: left;
height: 10rem;
}
.thumb-serv:hover {
background-color: #1C3764;
color: #FFF;
}

.thumb-curso .txt {
margin-top: 0;
padding-top: 2rem;
text-align: left;
}
.thumb-curso:hover {
background-color: #1C3764;
color: #FFF;
}

.curso-tab, .curso-tab-int, .curso-tab-det {
text-align: left;
float: left;
width: 50%;
margin-bottom: 2rem;
}
.curso-tab-int {
width: calc(33.3333% - 2rem);
margin-right: 3rem;
}
.curso-tab-int {
width: calc(25% - 3rem);
margin-right: 4rem;
}


.icon_close, .icon_menu {
position: initial;
display: inline-block;
vertical-align: middle;
color: transparent !important;
text-decoration: none;
background-position: center center;
background-repeat: no-repeat;
background-size: 100% auto;
width: 4rem;
height: 4rem;
}

.icon_menu {
display: none;
position: absolute;
left: 2rem;
top: 2rem;
color: #666;
background-image: url(images/icon-menu.svg);
}

.icon_close {
display: none;
position: absolute;
top: 2rem;
right: 2rem;
background-image: url(images/icon-close.svg);
}
.banner-investigacion-intro {
height: 30rem; 
width: 100%; 
position: absolute; 
bottom: 0; 
left: 0;
z-index: 2;
}
.banner-investigacion-mask {
height: 30rem;  
width: 100%;  
position: absolute; 
bottom: 0; 
left: 0; 
z-index: 1; 
background-color: #00BAB0; 
mix-blend-mode: multiply;
}
.banner-investigacion-txt {
height: 30rem; 
display: table; 
max-width: 80rem; 
padding: 0 8rem;
}

.categoria {
	display:table;
	width: calc(100% - 8rem);
	padding: 0 4rem;
	height: 6rem;
	background-color: rgba(28,55,100,.1);
	text-decoration:none;
	background-image: url("images/icon-arrow-down-blue.svg");
	background-position: right 3rem center;
	background-repeat: no-repeat;
	background-size: 2.5rem auto;
	cursor:pointer;
	font-weight: 500;
	margin-bottom: 2rem;
	border-radius: 1rem;
	border: none;
}


.detalle {
	overflow: hidden;
    width: calc(100% - 4rem);
	clear: both;
	display:block;
	padding-bottom: 2rem;
	padding: 2rem;
}


.img-footer-about {
    width: 100%;
    height: 30vw;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
    background-color: aqua;
    background-attachment: fixed;
}


.alt-tittle-curso {
height: 8rem;
}
.alt-tag-curso {
height: 16rem;
}

.bt-prev, .bt-next {
color: transparent;
text-decoration: none;
width: 3rem;
height: 3rem;
background-image: url("images/icon-prev.svg");
background-position: center center;
background-repeat: no-repeat;
background-size: 100% auto;
display: inline-block;
vertical-align: middle;
}
.bt-next {
background-image: url("images/icon-next.svg");
}

.min-autor {
width: 4rem;
height: 4rem;
border-radius: 50%;
background-color: antiquewhite;
margin-right: 1rem;
vertical-align: middle;
display: inline-block;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}


.about-top, .serv-top, .art-top {
width: 100%; 
position: relative; 
text-align: left;
}
.about-top-left {
float: left; 
width: 50%;
}
.about-top-right {
float: right;
width: 40%;
background-color: #8DC0D1; 
border-radius: 2rem; 
overflow: hidden;
position: sticky;
right: 4rem;
top: 16rem;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.wrap-docs {
background-color: rgba(28,55,100,.1); 
width: calc(100% - 16rem); 
padding: 6rem 8rem; 
text-align: center;
}
.serv-content, .art-content {
float: left; 
width: 60%;
}
.serv-form {
float: right;
width: calc(30% - 8rem);
background-color: #00BAB0; 
border-radius: 2rem; 
overflow: hidden;
position: sticky;
right: 4rem;
top: 16rem;
padding: 4rem;
margin-top: -12rem;
z-index: 5;
}
.art-bio, .per-bio {
float: right;
width: calc(30% - 8rem);
background-color: rgba(28,55,100,.1); 
border-radius: 2rem; 
position: sticky;
right: 4rem;
top: 20rem;
padding: 4rem;
text-align: center;
margin-top: 6rem;
}
.per-bio {
top: 20rem;
margin-top: 1rem;
}

.art-bio-face, .per-bio-face, .face-about {
position: relative;
width: 12rem;
height: 12rem;
margin: auto;
margin-top: -10rem;
background-color: blue;
border-radius: 50%;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
margin-bottom: 2rem;
}
.face-about {
margin-top: initial;
margin-bottom: 0;
margin-right: 2rem;
display: inline-block;
vertical-align: middle;
}

.per-bio-face {
width: 20rem;
height: 20rem;
margin-top: -10rem;
}


.thumb-investigator {
width: 100%;
text-align: center;
}
.thumb-investigator .img {
width: 20rem;
height: 20rem;
overflow: hidden;
border-radius: 50%;
background-color: aqua;
margin-bottom: 2rem;
}



.contact-left {
float: left; 
width: calc(100% - 46rem);
}
.contact-right {
float: right; 
width: 40rem;
}

.line-about {
idth: 100%; 
height: .8rem; 
border-radius: .4rem; 
display: block; 
margin: 4rem 0; 
}
.nav-banner {
position: absolute; 
z-index: 5; 
bottom: 12rem; 
left: 8rem;
}


.thumb-cart {
width: calc(100% - 2rem); 
height: 10rem; 
display: table; 
border-radius: 2rem; 
border:solid .1rem #1C3764; 
padding: .5rem; 
text-align: left;
}
.thumb-cart .img {
display: inline-block; 
vertical-align: middle; 
width: 15rem; 
height: 10rem; 
background-color: antiquewhite; 
margin-right: 2rem; 
border-radius: 1.5rem;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
.thumb-cart .txt {
display: inline-block; 
vertical-align: middle; 
width: calc(100% - 38rem); 
text-align: left;
}
.thumb-cart .price {
display: inline-block; 
vertical-align: middle; 
width: 20rem; 
text-align: right;
}


.access-curso {
width: calc(100% - 2rem); 
height: 10rem; 
display: table; 
border-radius: 2rem; 
border:solid .1rem #1C3764; 
color: #1C3764; 
padding: .5rem; 
margin-bottom: 2rem;
text-align: left;
}
.access-curso:hover {
transform: scale(1.05);
background-color: #1C3764;
color: #FFF;
}
.access-curso .img {
display: inline-block; 
vertical-align: middle; 
width: 15rem; 
height: 10rem; 
background-color: antiquewhite; 
margin-right: 2rem; 
border-radius: 1.5rem;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
.access-curso .tittle {
display: inline-block; 
vertical-align: middle; 
width: 25rem;
text-align: left;
padding-right: 2rem;
}
.access-curso .info {
border-left: solid .1rem #1C3764; 
padding-left: 2rem;
display: inline-block; 
vertical-align: middle; 
width: calc(100% - 60rem); 
text-align: left;
}
.access-curso .status {
display: inline-block; 
vertical-align: middle; 
width: 10rem;
text-align: center;
}
.past-class, .down-doc {
width: calc(100% - 4rem); 
padding: 0 2rem; 
height: 6rem; 
display: table; 
background-color: #e9ebf0; 
border-radius: 1rem;
text-decoration: none;
color: #1C3764;
margin-bottom: 4rem;
font-weight: 500;
background-position: right 2rem center;
background-repeat: no-repeat;
background-size: 2rem auto;
}
.down-doc:hover {
background-image: url("images/icon-down-white.svg");
color: #FFF;
background-color: #1C3764;
}
/* FONTS */

.t1 {
	font-size:5rem;
	line-height: 5rem;
}

.t2 {
	font-size:2.6rem;
	line-height: 3rem;
}

.t3 {
	font-size:1.6rem;
	line-height: 2.4rem;
}
.t4 {
	font-size:4rem;
	line-height: 4rem;
}
.t5 {
	font-size:6rem;
	line-height: 5rem;
}

.t6 {
	font-size:2rem;
	line-height: 2.4rem;
}

.t7 {
	font-size:1.2rem;
	line-height: 1.6rem;
}
.t8 {
	font-size:3rem;
	line-height: 4rem;
}
.t9 {
	font-size:1.4rem;
	line-height: 2rem;
}
.white {
	color:#FFF;
}
.black {
color: #1C3764;
}
.turquesa {
color: #00bab0;
}
.magenta {
color: #b75ae2;
}




/* REDES */

.redes, .redes-small, .whatsapp {
	color:transparent;
	background-color: #FFF;
	display:inline-block;
	cursor:pointer;
	border-radius: 50%;
	width: 5rem;
	height: 5rem;
	text-decoration:none;
	margin: 0 0 0 3rem;
	vertical-align: middle;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60% auto;
}
.redes:hover {
transform: scale(1.1);
}
.redes-small {
	background-color: transparent;
	border-radius: initial;
	width: 3em;
	height: 3rem;
	margin: 0 ;
	background-size: auto 80%;
}
.whatsapp {
background-image: url("images/icon_whatsapp.svg");
width: 6rem;
height: 6rem;
background-size: 80% auto;
border: 0;
}
.instagram {
background-image: url(images/icon-in.svg?v=1.3);
}
.instagram:hover {
background-image: url(images/icon-in-color.svg?v=1.3);
}

.facebook {
background-image: url(images/icon-fb.svg?v=1.3);
}
.facebook:hover {
background-image: url(images/icon-fb-color.svg?v=1.3);
}

.tiktok {
background-image: url(images/icon-tk.svg?v=1.3);
}
.tiktok:hover {
background-image: url(images/icon-tk-color.svg?v=1.3);
}

.linkedin {
background-image: url(images/icon-ld.svg?v=1.3);
}
.linkedin:hover {
background-image: url(images/icon-ld-color.svg?v=1.3);
}

.link-txt {
font-size: 1.2rem;
text-decoration: underline;
color: #1C3764;
}

.access-white {
width: calc(33.3333% - 10.7rem);
padding: 4rem;
height: 20rem;
display: inline-table;
border-radius: 1rem;
background-position: right 1.5rem bottom 1.5rem;
background-repeat: no-repeat;
background-size: 2.4rem auto;
margin-bottom: 2rem;
font-size: 2rem;
margin-right: 3rem;
text-transform: none !important;
font-weight: 500;
text-decoration: none;
border: solid .1rem #FFF;
text-align: left;
color: #FFF;
background-image: url("images/icon-next-white.svg?v=1.2");
}
.access-white:hover {
background-color: #FFF;
color: #084351;
background-image: url("images/icon-next.svg?v=1.2");
transform: scale(1.05);
}
.access {
background-color: #00BAB0;
color: #1C3764;
width: calc(33.3333% - 6rem);
padding: 0 2rem 0 2rem;
height: 10rem;
border-radius: 1rem;
margin-right: 3rem;
display: inline-table;
float: left;
text-align: center;
font-size:2.4rem;
}
.access:hover {
transform: scale(1.1);
}

.bt-pink, .bt-buy, .bt-outline {
font-size:1.4rem;
border: none;
text-align: center;
text-decoration: none;
height: 3.6rem;
padding: 1.4rem 2rem 0 2rem;
font-weight: 600;
margin-right: 2rem;
border-radius: 1rem;
letter-spacing: .25rem;
display: inline-block;
text-transform: uppercase;
vertical-align: middle;
background-color: #B75AE2;
color: #FFF;
}

.bt-borrar {
text-decoration: none;
color: transparent;
background-image: url("images/icon-close-black.svg");
background-position: center center;
background-repeat: no-repeat;
width: 2rem;
display: inline-block;
height: 2rem;
background-size: 100% auto;
margin-left: 3rem;
}
.bt-go {
font-size:1.4rem;
text-decoration: none;
color: #1C3764;
background-image: url("images/icon-next.svg");
background-position: right center;
background-repeat: no-repeat;
width: 100%;
display: block;
height: 3rem;
background-size: 2rem auto;
}
.thumb-curso:hover .bt-go {
background-image: url("images/icon-next-white.svg"); 
color: #FFF;
}
.thumb-curso .tag {
z-index: 3;
position: absolute;
left: 2rem;
top: 2rem;
background-color: #1C3764;
color: #00BAB0;
font-size: 1.4rem;
text-decoration: none;
padding: .5rem 1rem;
border-radius: 1rem;
font-weight: 500;
}


.bt-buy {
background-color: #1c3764;
color: #FFF;
text-align: left;
background-image: url("images/icon-next-white.svg");
background-position: right 2rem center;
background-repeat: no-repeat;
background-size: 2rem auto;
border-radius: 1rem;
padding: 1.4rem 8rem 0 2rem;
float: right;
}
.bt-action, .bt-action-down, .bt-action-down-outline {
font-size:1.4rem;
text-decoration: none;
color: #FFF;
background-image: url("images/icon-next-white.svg");
padding: 1.6rem 8rem 0 2rem;
background-position: right 2rem center;
background-repeat: no-repeat;
display: inline-block;
height: 4rem;
border-radius: 1rem;
background-color: #b75ae2;
background-size: 2rem auto;
text-transform: uppercase;
letter-spacing: .25rem;
font-weight: 300;
line-height: initial !important;
}
.bt-action-down {
background-image: url("images/icon-down-white.svg");
}
.bt-action-down-outline {
background-image: url("images/icon-down.svg");
border: solid 1px #084351;
color: #084351;
background-color: transparent;
}
.bt-outline {
background-color: transparent;
color: #084351;
border: solid 1px #084351;
height: 3.6rem;
padding: 1.4rem 8rem 0 2rem;
width: initial;
text-align: left;
background-image: url("images/icon-next.svg");
background-position: right 2rem center;
background-repeat: no-repeat;
background-size: 2rem auto;
border-radius: 1rem;
font-weight: 300;
line-height: initial !important;
}

.bt-buy:hover {
background-color: #b75ae2;
transform: scale(1.05);
}
.price {
display: inline-block;
vertical-align: middle;
}
.bt-viewmore, .bt-loadmore {
color: transparent;
text-decoration: none;
width: 6rem;
height: 6rem;
border-radius: 50%;
border: solid .2rem #1C3764;
background-image: url("images/icon-next.svg?v=1.2");
background-position: center center;
background-repeat: no-repeat;
background-size: 2.5rem auto;
margin: auto;
display: flex;
}
.bt-loadmore {
background-image: url("images/icon-plus.svg?v=1.2");
}
.bt-viewmore:hover {
transform: scale(1.1);
background-image: url("images/icon-next-white.svg");
background-color: #00BAB0;
border: solid .2rem #00BAB0;
}
.bt-loadmore:hover {
transform: scale(1.1);
background-image: url("images/icon-plus-white.svg");
background-color: #00BAB0;
border: solid .2rem #00BAB0;
}
.bt-login {
background-image: url("images/icon-login.svg");
background-position: center center;
background-repeat: no-repeat;
background-size: 60% auto;
display: inline-block;
vertical-align: middle;
margin-left: 3rem;
text-decoration: none;
color: transparent;
width: 3rem;
height: 3rem;
border-radius: 50%;
border:solid .1rem #1C3764;
}
.bt-login:hover {
background-image: url("images/icon-login-white.svg");
background-color: #1C3764;

}
.bt-out {
background-image: url("images/icon-prev-white.svg");
background-position: left center;
background-repeat: no-repeat;
background-size: 2rem auto;
display: inline-block;
padding-left: 3rem;
text-decoration: none;
font-size: 1.2rem;
text-transform: uppercase;
font-weight: 500;
color: #FFF;
}

.bt-perfil {
color: #1C3764;
text-decoration: none;
padding: 1rem 6rem 0 2rem;
height: 3rem;
border-radius: 2rem;
border: solid .1rem #1C3764;
background-image: url("images/icon-next.svg?v=1.2");
background-position: right 1rem center;
background-repeat: no-repeat;
background-size: 2rem auto;
display: inline-block;
font-size: 1.2rem;
letter-spacing: .2rem;
text-align: left;
font-weight: 400;
text-transform: uppercase;
}


.cuenta-menu {
float: left; 
width: 30rem;
text-align: left;
}
.cuenta-menu .face {
width: 6rem;
height: 6rem;
display: inline-block;
vertical-align: middle;
border-radius: 50%;
background-color: aqua;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
color: transparent;
text-decoration: none;
margin-right: 1rem;
}
.cuenta-menu .txt {
display: inline-block;
vertical-align: middle;
width: calc(100% - 8rem);
}
.cuenta-content {
float: right; 
width: calc(100% - 40rem);
text-align: left;
}
.side-menu, .curso-menu  {
width: calc(100% - 4rem);
padding: 0 2rem;
height: 6rem;
text-align: left;
text-decoration: none;
font-weight: 500;
border-radius: 2rem;
color: #1c3764;
background-color: rgba(0,186,176,.1);
display: table;
margin-bottom: 1rem;
background-image: url("images/icon-arrow-right-blue.svg");
background-position: right 2rem center;
background-repeat: no-repeat;
background-size: 1.6rem auto;
}
.side-menu:hover {
color: #FFF;
background-image: url("images/icon-arrow-right-white.svg");
background-color: rgba(0,186,176,1);
}
.curso-menu {
background-color: transparent;
border: solid .1rem rgba(28,55,100,1);
}
.curso-menu:hover {
color: #FFF;
background-image: url("images/icon-arrow-right-white.svg");
background-color: rgba(28,55,100,1);
}



/* FORM*/

.field_box_cart {
width: 40rem; 
background-color: #e9ebf0; 
border-radius: 2rem; 
padding: .5rem;
float: right;
}
.field_box_login {
width: 30rem; 
background-color: #e9ebf0; 
height: 4rem;
border-radius: 1rem; 
padding: .5rem;
display: inline-block;
vertical-align: middle;
margin-right: 1rem;
}

.field_box, .field_box_full, .area_box {
padding: 1.5rem;
background-color: #FFF;
text-align: left;
width: calc(50% - 3.75rem);
margin-right: 1.5rem;
margin-bottom: 1.5rem;
float: left;
border-radius: 1rem;
}
.area_box, .field_box_full {
width: calc(100% - 3rem);
margin-right: 0;
}


.field, .area, .drop, .field-cart, .field-login, .field-digit {
	border: none;
	color:#02293F;
	width:100%;
	height: 3rem;
	text-decoration:none;
	font-size:1.6rem;
	background-color: transparent;
	display: block;
	outline:none;
    appearance:none;
	resize:none;
}
.field-digit {
width: 5rem;
height: 5rem;
display: inline-block;
margin-right: 1rem;
text-align: center;
background-color: rgba(28,55,100,.1);
border-radius: 1rem;
}
.field-cart {
width: calc(100% - 12rem);
float: left;
font-size:1.4rem;
padding: 0 1rem;
}
.area {
height: 20rem;
resize: none;
}
.drop {
background-color: rgba(28,55,100,.1);
width: 30rem;
padding: 0 6rem 0 2rem;
background-image: url("images/icon-arrow-down-blue.svg");
background-repeat: no-repeat;
background-position: right 2rem center;
background-size: 2rem auto;
border: none;
height: 6rem;
border-radius: 2rem;
display: inline-block;
margin: 0 2rem;
}

.send_wrapper {
margin: auto; 
width: 50%;
}
.send {
	color:#FFF;
    background-color: #B75AE2;
	text-decoration:none;
	width: 100%;
    text-align: center;
	border: none;
	display:block;
	cursor:pointer;
	height: 6rem;
	border-radius: 3rem;
    letter-spacing: .2rem;
	font-size:1.6rem;
	font-weight: 600;
	-webkit-appearance:none;
     -moz-appearance:none;
    appearance:none;
	margin: auto;
}

.send:hover {
transform: scale(1.015);
}

.bt-validate {
	color:#FFF;
    background-color: #b75ae2;
	text-decoration:none;
	width: 10rem;
    text-align: center;
	border: none;
	display:inline-block;
    float: right;
	cursor:pointer;
	height: 3rem;
	border-radius: 3rem;
	font-size:1.2rem;
	font-weight: 600;
	-webkit-appearance:none;
     -moz-appearance:none;
    appearance:none;
}

.security-bar {
width: 100%;
height: .6rem;
border-radius: .3rem;
background-color: #e9ebf0;
}
.security-status {
background-color: #00bab0;
height: .6rem;
border-radius: .3rem;
}
.result_box {
width: 100%; 
min-height: 300px; 
text-align: center;
display: table;
}



	label.error  {
		color: red;
		font-style: italic; 
		display:inline-block;
	}
	  
	form  label.error  {
		display:none !important;
	}
	  
	form  input.error,
	form  textarea.error,
	form  select.error{
		background-color:#FFC6C6 !important;
	}







.panelBaner{
	position: relative;
}

 .bx-wrapper .bx-controls-direction a { 
	 top: inherit;
	 margin-top: 0; 
	 bottom: 2rem;
}
/*
 .slide_sectores .bx-wrapper .bx-controls-direction a { 
	 bottom: initial;
		top: 0;
}


.slide_problems .bx-wrapper .bx-prev, .slide_problems .bx-wrapper .bx-next {
display: none !important;
}
*/
.slide-intro .bx-controls-direction {
    position: absolute !important;
    bottom: -5rem !important;
    width: 100% !important;
}
.slide-intro .bx-wrapper .bx-prev {
	left: 50%;
    margin-left: -6rem;
	right: initial;
	background-image: url('images/icon-prev.svg'); 
	z-index: 5;
}
.slide-intro .bx-wrapper .bx-next {
	right: 50%;
    margin-right: -6rem;
	background-image: url('images/icon-next.svg'); 
	z-index: 5;
}

.slide-testimonials .bx-wrapper .bx-prev {
	left: 8rem;
	right: initial;
	background-image: url('images/icon-prev.svg'); 
	z-index: 5;
}
.slide-testimonials .bx-wrapper .bx-next {
	right: 8rem;
	background-image: url('images/icon-next.svg'); 
	z-index: 5;
}

.bx-wrapper .bx-controls-direction a {
	width: 6rem !important;
	height: 6rem !important;
	background-size: contain;
}

/* PAGER */
.slide-intro .bx-wrapper .bx-pager { 
display: none;
}
.slide-intro .bx-wrapper .bx-pager.bx-default-pager a {
display: none;
}

.slide-testimonials .bx-wrapper .bx-pager { 
display: none;
}
.slide-testimonials .bx-wrapper .bx-pager.bx-default-pager a {
display: none;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
}

.panelBaner .bx-wrapper, .panelBaner .bx-viewport, .panelBaner .boxSlider, .panelBaner .slide {
	position:absolute !important;
	left:0;
	top:0;
	width:100% !important;
	height:100% !important;
}
.panelBaner .bx-wrapper {
	z-index:0;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #ccc !important;
}

.boxSlider .slide {
width: calc(100% - 16rem);
padding: 0 8rem;
}






@media (min-width: 651px) and (max-width: 1350px) {
html, body {
	font-size:9px;
}
}

@media (min-width: 1500px) {
html, body {
	font-size:10px;
}
}

@media (min-width: 1700px) {
html, body {
	font-size:11px;
}	
}

@media (min-width: 2000px) {
html, body {
	font-size:12px;
}
}

@media (min-width: 2400px) {
html, body {
	font-size:13px;
}
}

@media (min-width: 2800px) {
html, body {
	font-size:14px;
}
}




@media screen and (max-width: 650px) {


.icon_close, .icon_menu {
display: block;
}

/*HEADER*/

header {
	width:  calc(100% - 4rem);
	height: 8rem;
	padding: 1rem 2rem;
}
.header_small {
padding: 1rem 2rem;
height: initial;
}
.logo {
    float: none;
    margin: auto;
    width: 20rem;
    display: block;
}


/*MAIN BANNER*/


.main-banner-txt {
float: none;
width: 100%;
padding-top: 2rem;
}
.main-banner-img {
float: none;
width: 60vw;
height: 60vw;
}





footer {
width: calc(100% - 4rem);
padding: 4rem 2rem;
}

.footer_column {
width: calc(100% - 8rem);
margin-right: 0;
margin-bottom: 4rem;
float: left !important;
}

.thumb-blog {
width: 100%;
margin-right: 0;
margin-bottom: 4rem;
float: none;
}

.contact_form {
width: calc(100% - 8rem);
padding: 0 4rem;
}

.form_left, .form_right {
float: none; 
width: 100%;
margin-bottom: 1rem;
}
.send_wrapper {
width: 100%;
}

/* FONTS */

.t1 {
	font-size:3rem;
	line-height: 4rem;
}

.t2 {
	font-size:1.8rem;
	line-height: 2.8rem;
}

.t3 {
	font-size:1.4rem;
	line-height: 2rem;
}
.t4 {
	font-size:2.6rem;
	line-height: 3.6rem;
}
.t5 {
	font-size:4.6rem;
	line-height: 5rem;
}

.t6 {
	font-size:1.6rem;
	line-height: 2.2rem;
}

.inv-wrap, .emp-wrap {
width: 100%; 
float: none !important;
}
.access-white {
width: calc(100% - 7.5rem);
padding: 0 4rem 0 2rem;
height: 10rem;
font-size: 2rem;
margin-right: 0;
}

.stat {
margin: 2rem;
}

.thumb {
width: calc(100% - 2px);
margin-right: 0;
margin-bottom: 3rem;
float: none;
}

.thumb .img {
padding-top: 100%;
}
.publi .img {
padding-top: 65% !important;
}
.thumb .info {
bottom: 1rem;
left: 1rem;
right: 1rem;
}
.thumb .tag {
left: 1rem;
top: 1rem;
}
.redes {
	margin: 0 3rem 0 0;
}
.whatsapp {
margin-left: 0;
}


.about-banner {
margin: 10rem 0 0 0;
height: 100vw;
background-attachment: initial;
}
.banner-tittle {
left: 2rem;
bottom: 2rem;
}
.banner-shadow {
height: 100vw;
}

.content {
width: calc(100% - 4rem);
padding: 4rem 2rem;
}

.benefit {
margin:  2rem 0; 
display: block;
}

.thumb-logo {
width: calc(50% - 2rem);
margin: 1rem !important;
}

.about-top-left {
float: none; 
width: 100%;
}
.about-top-right {
position: initial;  
width: calc(100% - 8rem); 
padding: 4rem;
}
.field_box, .field_box_full, .area_box {
padding: 1.5rem;
width: calc(100% - 3rem);
margin-right: 0;
float: none;
}


.nav {
	width: calc(100% - 8rem);
    padding: 8rem 4rem 4rem 4rem;
	float: none;
	position: fixed;
	text-align: left;
	background-color: #2A7D9B;
	min-height: calc(100vh - 12rem);
	z-index: 100;
	top: 0;
	left: -100%;
}
.menu-tab {
width: 100%;
}
.menu-items {
position: initial;
margin-left: initial;
padding-top: initial;
margin: 2rem 0;
}
.menu-items-content {
width: calc(100% - 4rem);
padding: 2rem;
clip-path: initial;
}

.menu-left, .menu-right {
display: block; 
width: 100%; 
margin-right: 0;
}
.menu-left {
margin-bottom: 4rem;
}
.menu {
    margin-left: 0;
    margin-bottom: 2rem;
    display: block;
    font-size:1.8rem;
    color: #FFF;
}

.serv-desc, .curso-desc {
display: block; 
width: 100%;  
margin-right: 0;
margin-bottom: 4rem;
}
.serv-img, .curso-img {
display: block; 
width: 100%; 
margin-right: 0; 
height: 45vw; 
border-radius: 2rem;
}

.form-bottom {
width: calc(100% - 4rem); 
padding: 4rem 2rem; 
}
.bt-buy {
display: block;
margin-top: 2rem;
float: none;
width: calc(100% - 10rem);
}
.mySlides { 
width:90%; 
}



/*SLIDES */
.slide-intro  {
padding:  6rem 4rem;
width: calc(100% - 8rem);
margin-top: 6rem;
}
.slide-lineas {
background-attachment: scroll; 
height: 50vw;
}
.lineas-wrap {
position: absolute;
top: -4rem;
left: 4rem;
width: calc(100% - 8rem);
text-align: center;
}

.slide-servicios {
padding: 6rem 4rem;
width: calc(100% - 8rem);
border-radius: 0;
margin-left: initial;
margin-right: initial;
margin-top: initial;
margin-bottom: 6rem;
background-attachment: scroll;
}
.slide-capacitaciones {
padding: 6rem 4rem;
width: calc(100% - 8rem);
}

.slide-investigacion {
padding: 6rem 4rem;
width: calc(100% - 8rem);
}

.slide-blog {
width: calc(100% - 8rem);
padding: 6rem 4rem;
}

.slide-investigacion .left {
width: 100%;
display: block;
margin-right:0; 
}
.slide-investigacion .right {
display: block;
width: 100%;
height: initial;
}
.access {
width: calc(100% - 6rem);
padding: 0 2rem 0 2rem;
height: 10rem;
margin-right: 0;
float: none;
}
.nav-banner {
bottom: -3rem; 
left: 0;
right: 2rem,
}

    .slide-lineas {
        background-attachment: scroll;
        height: 100vw;
    }
    
    
    .thumb-serv, .thumb-curso, .thumb-grupo, .thumb-miembro {
width: 100%;
margin-right: 0;
margin-bottom: 2rem;
}


.content-empty {
width: calc(100% - 4rem);
padding: 14rem 2rem 4rem 2rem;
}

.content {
width: calc(100% - 4rem);
padding: 4rem 2rem;
}

.thumb-grupo .img, .thumb-miembro .img {
width: 10rem;
height: 6rem;
margin-right: 1rem;
}
.thumb-grupo .txt, .thumb-miembro .txt {
width: calc(100% - 12rem);
height: 6rem;
}


.contact-left, .contact-right  {
float: none; 
width:100%;
}

.serv-content, .art-content {
float: none; 
width: 100%;
}
.serv-form {
float: none;
width: calc(100% - 4rem);
position: initial;
padding: 2rem;
margin-top: initial;
}
.thumb-inv {
width: calc(100% - 1rem);
margin-right: 0;
}
.art-bio, .per-bio {
float: none;
width: calc(100% - 4rem);
position: initial;
padding: 2rem;
}

.art-bio, .per-bio {
margin-top: 15rem;
}

.wrap-docs {
width: calc(100% - 4rem); 
padding: 4rem 2rem; 
}
.alt-tittle-curso {
height: initial;
}
.alt-tag-curso {
height: initial;
}
.banner-investigacion-txt { 
padding: 0 2rem;
}
.curso-tab, .curso-tab-int, .curso-tab-det {
width: 50%;
}
    .curso-tab, .curso-tab-int, .curso-tab-det {
        width: 50%;
        margin-right: 0;
    }
    
    
    .boxSlider .slide {
    width: calc(100vw - 4rem) !important;
    padding: 0 2rem !important;
}

    .nav-banner {
        bottom: 0 !important;
        left: initial !important;
        right: 2rem !important;
    }
    
}