/* css compiler */
/* section, footer {
 	border: 2px dashed orange;
 }
 section > div, footer > div {
 	border: 1px solid green;
 }*/

/**
 *
 * 0. Generics:
 *
 */
 ul.navbar-nav li a, .menu ul li a {
	font-size: 13px !important;
 }
 .btn-mix-blue:hover {
 	background-color: #F51C14;
    border-color: #F51C14;
    color: #FFF;
 }
 .btn-mix-blue:active {
 	background-color: #F51C14 !important;
    border-color: #F51C14 !important;
    color: #FFF !important;
 }
 .btn-mix-blue:active {
 	background-color: #F51C14 !important;
    border-color: #F51C14 !important;
    color: #FFF !important;
    box-shadow: none;
 }

 .min-100vh {
 	min-height: 100vh;
 }
@font-face {
	font-family: "intro-light";
	src: url(/fonts/IntroDemoCond-LightCAPS.ttf?c8045c8c124f06e455e6ab88afbe2537);
}
@font-face {
	font-family: "intro-black";
	src: url(/fonts/IntroDemo-BlackCAPS.ttf?8946b173c606753a03dbcf12907babf4);
}
@font-face {
	font-family: "sfp-light";
	src: url(/fonts/SF-Pro-Display-Light.otf?5a47a04ca76b10e69ca3c19bda6d928f);
}
@font-face {
	font-family: "sfp-medium";
	src: url(/fonts/SF-Pro-Display-Medium.otf?b85d841dacb040b84951a13fe58c24a8);
}
@font-face {
	font-family: "sfp-black";
	src: url(/fonts/SF-Pro-Display-Black.otf?9f6bb018ca3e8b89e9dab3667871ef81);
}
.f-sfp-black{
	font-family: sfp-black, sans-serif;
}
.f-sfp-medium {
	font-family: sfp-medium, sans-serif;
}
.f-sfp-light {
	font-family: sfp-light, sans-serif;
}
.wspace-nrap {
	white-space: nowrap;
}
.link-title {
	font-family: intro-black, sans-serif;
	text-shadow: -2px 2px #2878F9;
	letter-spacing: 1.75px;
	font-size: 1.25rem;
	line-height: 1.1rem;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: .25px #2878F9;
	transition: all 300ms ease;
}
.link-title:hover {
	text-shadow: -2px 2px #f51c14;
	-webkit-text-stroke: .25px #f51c14;
}
.link-title-light {
	font-family: intro-black, sans-serif;
	text-shadow: -2px 2px #FFFFFF;
	letter-spacing: 1.75px;
	font-size: 1.25rem;
	line-height: 1.1rem;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: .25px #FFFFFF;
	transition: all 300ms ease;
}
.link-title-light:hover {
	text-shadow: -2px 2px #f51c14;
	-webkit-text-stroke: .25px #f51c14;
}
.title-p {
	font-size: 1.4rem;
}
.sub-title-p {
	font-size: 1.2rem;
}
.j-fs-1r {
	font-size: 1rem;
}



.header-logo {
    height: 40px;
}

.header-logo img {
    height: 100%;
    width: auto;
}

.menu {
    width: 340px;
    padding: 12px;
    border-radius: 0;
    background: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: fixed;
    top: 0;
    left: -340px;
    height: 100vh;
    transition: transform 0.3s ease;
    z-index: 1000;
}

.menu.active {
    transform: translateX(340px);
	overflow-y: auto;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
	z-index: 1;
}
/* noticias  */
#m-news img {
	width: 100%;
    height: 220px;
    -o-object-fit: cover;
       object-fit: cover;
}
.logo {
    margin-bottom: 20px;
    text-align: center;
}

.logo img {
    max-width: 200px;
    height: auto;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}

.menu ul {
    list-style: none;
	padding: 0;
}

/* .menu li {
    margin-bottom: 15px;
} */

.menu a {
    text-decoration: none;
    display: block;
    padding: 3px 0;
    transition: all 0.3s ease;
    color: #0302f6;
}
.menu a:hover {
  
    color: #f00;
}

.active-mobile {
	color: #f00 !important;
}

li a.nav-link.nav-link-menu:hover {
	color: #f00 !important;
}
li a.nav-link.nav-link-menu::after {
	color: #f00 !important;
}
li a.nav-link.nav-link-menu {
	color: #0302f6 !important;
}
.navbar .nav-item > .nav-link-menu:not(.dropdown-menu .nav-link-menu) {
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: color 0.3s ease;
}

.navbar .nav-item > .nav-link-menu::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background-color: currentColor;
    transition: width 0.3s ease;
}


.navbar .nav-item > .nav-link-menu:hover::after,
.navbar .nav-item > .nav-link-menu.active::after {
    width: 100%;
}
.dropdown.show .nav-item a.nav-link-menu.active {
	color: #f00 !important;
}


.join-btn {
    background: #e31937;
    color: white !important;
    padding: 12px 20px !important;
    border-radius: 5px;
    text-align: center;
    margin-top: 10px;
}

.join-btn:hover {
    background: #c41730;
    transform: none !important;
}
 .j-btn-blue {
    color: #fff;
    /*background-color: #2878F9;*/
    border-color: #2878F9;
    border-radius: 2rem;
    transition: all 500ms ease;
    /*update*/
    background-color: rgba(41, 119, 249, .9);
    box-shadow: 0 1px 12px rgba(41, 119, 249, 1);
    /*text-shadow: 1px 1px 6px #fff;*/

}
.j-btn-blue:not(:disabled):not(.disabled).active, .j-btn-blue:not(:disabled):not(.disabled):active, .show>.j-btn-blue.dropdown-toggle {
    color: #000;
    background-color: rgba(227, 255, 37, .9);
    border-color: #E4FF25;
    box-shadow: 0 1px 12px rgba(227, 255, 37, 1);
    /*text-shadow: 1px 1px 6px #fff;*/
}
.j-btn-blue.focus, .j-btn-blue:focus {
    box-shadow: none; /*0 0 0 0.2rem rgba(228, 255, 37, .5);*/
}
.j-btn-blue:hover {
    /*color: #fff;
    border-color: #2878F9;
    background-color: rgba(40, 120, 249, .9);
    box-shadow: 0 1px 12px rgba(40, 120, 249, 1);
    text-shadow: 1px 1px 6px #fff;*/

    /*update*/
	background-color: rgba(228, 255, 37, .9);
    border-color: #E4FF25;
    box-shadow: 0 1px 12px rgba(228, 255, 37, 1);
}

.display-3 {
	font-size: 4rem;
	font-weight: 300;
	line-height: 1.2; }
	@media (max-width: 1200px) {
	  .display-3 {
		font-size: calc(1.475rem + 2.7vw) ; } }

.j-btn-standard {
    color: #fff;
    /*background-color: #2878F9;*/
    border-color: #0302f6;
    border-radius: 2rem;
    transition: all 500ms ease;
    /*update*/
    background-color: #0302f6;
    box-shadow: 0 1px 12px #0302f6;
    padding-left: 40px;
    padding-right: 40px;
    /*text-shadow: 1px 1px 6px #fff;*/

}
.j-btn-standard:not(:disabled):not(.disabled).active, .j-btn-standard:not(:disabled):not(.disabled):active, .show>.j-btn-standard.dropdown-toggle {
    color: #fff;
    background-color: #f51c14;
    border-color: #f51c14;
    box-shadow: 0 1px 12px #f51c14;
    /*text-shadow: 1px 1px 6px #fff;*/
}
.j-btn-standard2 {
    color: #fff;
    /*background-color: #2878F9;*/
    border-color: #f51c14;
    border-radius: 2rem;
    transition: all 500ms ease;
    /*update*/
    background-color: #f51c14;
    box-shadow: 0 1px 12px #f51c14;
    padding-left: 40px;
    padding-right: 40px;
    /*text-shadow: 1px 1px 6px #fff;*/

}
.j-btn-standard2:not(:disabled):not(.disabled).active, .j-btn-standard2:not(:disabled):not(.disabled):active, .show>.j-btn-standard.dropdown-toggle {
    color: #fff;
    background-color: #0302f6;
    border-color: #0302f6;
    box-shadow: 0 1px 12px #0302f6;
    /*text-shadow: 1px 1px 6px #fff;*/
}
.j-btn-standard.focus, .j-btn-standard:focus {
    box-shadow: none; /*0 0 0 0.2rem rgba(228, 255, 37, .5);*/
}
.j-btn-standard:hover {
    /*color: #fff;
    border-color: #2878F9;
    background-color: rgba(40, 120, 249, .9);
    box-shadow: 0 1px 12px rgba(40, 120, 249, 1);
    text-shadow: 1px 1px 6px #fff;*/

    /*update*/
    color: #fff;
	background-color: #f51c14;
    border-color: #f51c14;
    box-shadow: 0 1px 12px #f51c14;
}
.j-btn-standard2:hover {
	color: #fff;
    background-color: #0302f6;
    border-color: #0302f6;
    box-shadow: 0 1px 12px #0302f6;
}

.j-btn-standard-light {
    color: #0302f6;
    /*background-color: #2878F9;*/
    border-color: #fff;
    border-radius: 2rem;
    transition: all 500ms ease;
    /*update*/
    background-color: #fff;
    box-shadow: 0 1px 12px #fff;
    padding-left: 40px;
    padding-right: 40px;
    /*text-shadow: 1px 1px 6px #fff;*/

}
.j-btn-standard-light:not(:disabled):not(.disabled).active, .j-btn-standard-light:not(:disabled):not(.disabled):active, .show>.j-btn-standard-light.dropdown-toggle {
    color: #fff;
    background-color: #f51c14;
    border-color: #f51c14;
    box-shadow: 0 1px 12px #f51c14;
    /*text-shadow: 1px 1px 6px #fff;*/
}
.j-btn-standard-light.focus, .j-btn-standard-light:focus {
    box-shadow: none; /*0 0 0 0.2rem rgba(228, 255, 37, .5);*/
}
.j-btn-standard-light:hover {
    /*color: #fff;
    border-color: #2878F9;
    background-color: rgba(40, 120, 249, .9);
    box-shadow: 0 1px 12px rgba(40, 120, 249, 1);
    text-shadow: 1px 1px 6px #fff;*/

    /*update*/
    color: #fff;
	background-color: #f51c14;
    border-color: #f51c14;
    box-shadow: 0 1px 12px #f51c14;
}

.bg-trans-menu {
	background-color: rgba(0,0,0,0.4);
}
.bg-dark-full {
	background: #000000;
}
.bg-blue-full {
	background: #0302f6;
}
.bg-light-full {
	background: #FFFFFF;
}
.input-format {
  background-color: #F8F8F8;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  border-bottom: 2px solid #343a40;
  padding-top: 0;
  padding-bottom: 0;
  height: 30px;
}
#s-mission ul {
	font-size: 1.25rem;
	line-height: 28px;
	letter-spacing: .5px;
}
#inscribite .card .form-group,
#modal-reserve .card .form-group {
	margin-bottom: 10px;
}
#inscribite .card label,
#modal-reserve .card label {
	font-size: 15px;
}
.input-format:focus, .select-format:focus {
	box-shadow: none;
}
.select-format {
	background-color: #F8F8F8;
	border-color: #F8F8F8;
	border-bottom: 2px solid #343a40;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-top: 0;
  	padding-bottom: 0;
}
.j-active {
	-webkit-text-fill-color: #000 !important;
}
/*#s-span {
	height: 3rem;
	background: #000;
}*/
.hr2-dark {
	border:1px solid #212529;
	background: #212529;
}

.hr2-light {
	border:1px solid #FFFFFF;
	background: #FFFFFF;
}

.-mb-30p {
	margin-bottom: 30px;
}

/*==============================
=            HEADER            =
==============================*/
#s-menu {
	font-family: intro-light, sans-serif;
	font-weight: 700;
	z-index: 3;
	transition: all 1s ease;
}
#s-menu ul.navbar-nav li a {
	font-size: .75rem;
}
#img-mark img {
	max-height: 27.5px;
}
#img-mark-2 {
	height: calc(35vw * 0.5625);
    /* left: 18%; */
    /* top: 18%; */
    /* top: 38%; */
}
#s-start {
	font-family: revert;
	font-weight: bold;
}
#s-menu.navbar-dark .navbar-nav .nav-link {
	color: #fff !important;
}
#s-menu.navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255,255,255,.5) !important;
}
#s-menu.navbar-dark .navbar-brand img:hover {
	filter: opacity(0.5);
}
#btn-menu img:hover {
	filter: opacity(0.5);
}
#btn-menu:focus {
	box-shadow: none;
}
#s-start article {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 1s ease;
}
#s-start article.slide-intro {
	background: rgba(0, 0, 0, 0.65);
    background-image: url('/images/gradient_layer.svg');
    background-repeat: no-repeat;
    justify-content: center;
    flex-direction: column;
    display: flex;
}
#s-start article.slide-options {
	position: fixed;
	z-index: 9;
	background: #fff;
}
.hidden-slide {
	display: none !important;
}
#s-start article h1 {
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: .25px #fff;
	line-height: .85;
	margin-top: 10%;
	margin-bottom: 0;
}
#s-start article .list-group li {
    position: relative;
    display: block;
    text-transform: uppercase;
    border: 0;
    padding-right: 1rem;
    line-height: 1.5;
    /*font-size: 1.6rem;*/
    	font-size: 1.5rem;
}
#s-start article .list-group li a {
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: .52px #000;
	text-decoration: none;
	transition: all 1s ease;
}
#s-start article .list-group li a:hover {
	-webkit-text-fill-color: #000;
}
#s-start article #icon-down img {
	bottom: 10%;
	/*margin-bottom: .5rem;*/
	width: 20px;
	height: 20px;
}
/*=====  End of HEADER  ======*/

#s-curriculum {
	font-family: sfp-medium, sans-serif;
}

/*============================================
=            Curriculum Accordion            =
============================================*/
#accordion-curriculum {
 	padding: 0px 25px;
 }
 @media screen and (max-width: 767px)
{
	#accordion-curriculum {
		padding: 0px 12.5px;
	}
}
 #accordion-curriculum .card {
	border: 0;
    border-radius: 0;
}
#accordion-curriculum .card-header {
	background: #fff;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;

		border-color: #000;
	padding-top: .7rem;
	padding-bottom: .4rem;
}
#accordion-curriculum .card-header:first-child {
	/*border-top: 1px solid rgba(20,50,80,.125);*/
    border-radius: 0;
}
#accordion-curriculum .card-header h2 .btn-link {
	display: flex;
	justify-content: space-between;
    align-items: center;
	/*font-weight: 100;*/
	color: #000;
    text-decoration: none;
    padding: 0px;
}
#accordion-curriculum .card-header .btn-link:hover {
	color: rgba(28, 28, 28, 0.5);
}
#accordion-curriculum .card-body {
	background: #fff;
	/*padding-top: 27.5px;*/
	padding-bottom: 20px; /*7.5px;*/
	border-bottom: .5px solid #000 !important;
}
#accordion-curriculum .card-body > .row > div {
	padding: 0px;
}
#accordion-curriculum .btn-sign:focus {
	box-shadow: none;
}
#accordion-curriculum .col-image img {
	height: 100%;
	max-height: 70vh;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: calc(.25rem - 1px);
}

#accordion-curriculum .col-image img {transition: all 700ms ease}
#accordion-curriculum .col-image:hover img {transform:scale(1.2);}
#accordion-curriculum .col-image {overflow:hidden;}

#accordion-curriculum .col-text a {
	color: #000;
	transition: all 500ms ease;
}
#accordion-curriculum .col-text a:hover {
	color: #E4FF25;
}
#accordion-curriculum .col-text p {
	/*line-height: 1.25;*/
	margin-bottom: 8px;
}
#accordion-curriculum .col-details p {
	line-height: 1.1;
}
#accordion-curriculum .col-details button {
	border-width: 2px;
	border-radius: 2rem;
}

/*=========================================
=            CURRICULUM - HOME            =
=========================================*/

#accordion-curriculum .col-image,
#accordion-curriculum .col-text,
#accordion-curriculum .col-details {
	height: 240px;
	margin-bottom: 1rem;
}
/*#accordion-curriculum .col-text .col-text-scroll {
	height: 220px;
}
#accordion-curriculum .col-text .col-text-btn {
	height: 20px;
}*/
#accordion-curriculum .col-text::-webkit-scrollbar, .grid .categorias::-webkit-scrollbar {
    width: 7px;
    background: rgba(255,255,255, .1);
}

#accordion-curriculum .col-text::-webkit-scrollbar-thumb, .grid .categorias::-webkit-scrollbar-thumb {
    background: #F0F0F0;
    border-radius: 5px;
    border-right: 3px solid #CECECE;
}

/*=====  End of CURRICULUM - HOME  ======*/


/*=====  End of Curriculum Accordion  ======*/
#inscribite .bx-form {
	margin-top: 10%;
}
#inscribite article {
	top: 0;
	left: 0;
	right: 0;
	margin: 1.1rem 0 0 0;
}
#inscribite article h3 {
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: .25px #000;
	/*line-height: .85;*/
	/*margin-top: 10%;*/
	margin-bottom: 0;
	font-family: intro-black, sans-serif;
	/*font-weight: 700;*/
	font-size: 3.75rem;
}
#inscribite, #eventos, #nosotros
/*, #s-footer #chat-content p*/
 {
	background: #0302f6;
	/* background: linear-gradient(90deg, rgb(15, 193, 225) 0%, rgb(15, 127, 225) 20%, rgba(15,61,225,1) 100%); */
}


.text-standard {
    color: #0302f6;
}

.text-red-standard {
    color: #f51c14;
}

#inscribite .col-message {
	color: #000;
}
#inscribite .col-form {
	z-index: 2;
}
#s-footer > .container {
	padding-top:90px;
}
#s-reason h2.t2 {
	font-size: 1.2rem;
}
#s-reason .into-content {
	top:0;
	left:0;
	width: 100%;
	/*height: 100vh;*/
		/*height:calc(100vw * 0.5625 );*/
	overflow: hidden;
	/*background: rgba(0, 0, 0, 0.65);*/
    background-image: url('/images/gradient_layer.svg');
    background-repeat: no-repeat;
}
.span-polarized {
	position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(0, 0, 0, 0.65);
}

/*================================
=            s-events            =
================================*/
#eventos .j-slide-prev,
#eventos .j-slide-next {
	width:12.5%
}
#eventos .control-right {
	width:12.5%
}
#eventos .j-slider-wrapper {
	width: 100%;

	overflow: hidden;
}
#eventos .swiper-slide .card {
	background: transparent;
}
#eventos .swiper-slide .card-header {
	border-bottom: 0;
	background: transparent;
	font-family: intro-black;
	color: #FFF;
}
#eventos .swiper-slide .card-header h5 {
	font-size: 2rem;
}
#eventos .swiper-slide .card-footer {
	border-top: 0;
	background: transparent;
}
/*=====  End of s-events  ======*/

#referentes .j-wrapper::-webkit-scrollbar, .grid .categorias::-webkit-scrollbar {
    height: 7px;
    background: rgba(255, 255, 255, .8);
}

#referentes .j-wrapper::-webkit-scrollbar-thumb, .grid .categorias::-webkit-scrollbar-thumb {
    background: #2878F9;
    /*border-radius: 5px;*/
    /*border-top: 2px solid #CECECE;*/
}

/*==============================
=            s-news            =
==============================*/
#noticias img.card-img-top {
	-o-object-fit:cover;
	   object-fit:cover;
	height:calc(100vw * 0.5625) !;
}
#noticias .j-slider-wrapper {
	width: 100%;

	overflow:  hidden;
}
#noticias .card-body {
	background: #fff !important;
	color: #000;
}
#noticias .j-slider-wrapper a {
	transition: all 500ms ease;
}
#noticias .j-slider-wrapper a:hover {
	color: #E4FF25;
}
/*=====  End of s-news  ======*/


/*================================
=            s-footer            =
================================*/
#s-footer .col-ext-left .in-left img {
	max-height: 200px;
}
#s-footer .col-ext-left .in-right h3 {
	font-family: intro-black, sans-serif;
}
#s-footer .col-ext-left .in-right li a {
	color: #000;
  	transition: all 300ms ease;
}
#s-footer .col-ext-right li {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
#s-footer .col-ext-right li a,
#s-footer .col-ext-left .in-right li a {
  text-decoration: none;
  color: #000;
  transition: all 300ms ease;
}
#s-footer .col-ext-right li a:hover,
#s-footer .col-ext-left .in-right li a:hover,
#s-footer .col-ext-left .in-right li a:hover {
  color: #2878F9;
}
	/*#s-footer #chat-content p {
		cursor: pointer;
	}
	#s-footer #chat-content img {
		padding: 12px 0;
		transition: transform 300 ease;
	}
	#s-footer .list-contact {
		margin-bottom: 19px;
	}
	#s-footer #chat-content a {
		text-decoration: none;
		color: #000;
	}
	#s-footer #chat-content p:hover img {
		transform: scale(1.1);
	}*/
.container-float-social {
	position: fixed; bottom:0; right:0; left:0; z-index:10;
}
.box-float-social {
	position: absolute; right: 0; bottom: 0; z-index: 20;
}
.box-float-social > p {
	position: absolute; right: 0; top: 0; z-index: 30;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	line-height: 18px;
	font-size: 80%;
	border-radius: 50%;
	background-color: #dc3545;
	text-align: center;
	color: #fff;
}
.box-float-social a {
	border-radius: 50%;
	padding: .65rem;

	background: rgb(11,145,140);
	background: linear-gradient(135deg, rgba(11,145,140,1) 0%, rgba(40,223,137,1) 100%);
	box-shadow: 0 0 15px 0 rgb(165 165 165 / 50%);

}
.box-float-social a i {
	width: 30px;
	opacity: .8;
	transition: all 0.3s ease-in-out;
}
.box-float-social a:hover i {
	opacity: 1;
	transform: scale(1.2) rotate(360deg);
}
/*=====  End of s-footer  ======*/



	@media(max-width: 767px) {
		#accordion-curriculum .col-image {
			padding-right: 15px;
			padding-left: 0;
		}
	}
	@media(max-width: 575px) {
		#s-menu {
			padding-top: 0;
			padding-bottom: 0
		}
		#btn-menu {
			padding-right: 0;
		}
		#accordion-curriculum .col-text {
			padding-right: 8px;
			padding-left: 0;
		}
		#accordion-curriculum .col-image,
		#accordion-curriculum .col-details {
			height: 180px;
			/*padding-right: 0;*/
			padding-left: 0;
		}

	}
	@media(min-width: 576px){
		#img-mark img {
			max-height: 30px;
		}
		#s-menu.navbar-dark .navbar-brand img {
			height: 30px;
		}
		#btn-menu img {
			width: 30px;
			height: 30px;
		}
		#s-footer .col-ext-right {
			padding-left: 5rem;
		}
		/*#chat-content p {
			margin-left: 4.25em;
			margin-right: 4.25rem;
		}*/
		#s-menu ul.navbar-nav li a {
			font-size: 1rem;
		}
	}
@media(min-width:576px) and (max-width:767px){
	#img-mark-2 {
		top: 33%;
	}
	#s-start article h1, #inscribite article h3 {font-size: 5rem}
	#inscribite .bx-form {
		margin-top: 7%;
	}
	.title-p {font-size: 1.8rem}
	.sub-title-p {font-size: 1.4rem}
	#accordion-curriculum .btn-sign {font-size: 1.2rem }
	#s-start article .list-group li {	padding-right: 2rem;
    									line-height: 1.4;
    									font-size: 2rem}
	#s-start article #icon-down img {
		/*margin-bottom: 1.75rem;*/
		bottom: 8%;
		width: 25px;
		height: 25px;
	}
	#inscribite .col-message p {
		font-size: 1.4rem !important;
	}
	#eventos .swiper-slide .card-header h5 {
		font-size: 2.75rem;
	}
	#noticias img.card-img-top {
		height:calc( (100vw/2) * 0.5625);
	}
	#accordion-curriculum .col-text {
		padding-left: 0;
		padding-right: 8px;
	}
	#s-reason h2.t2 {
		font-size: 1.3rem;
	}
}
@media(min-width:768px) and (max-width:991px){
	#img-mark-2 {
		top: 13%;
	}
	#s-start article h1, #inscribite article h3 {font-size: 7rem}
	#inscribite .bx-form {
		margin-top: 9%;
	}
	.title-p {font-size: 2rem}
	.sub-title-p {font-size: 1.6rem}
	#accordion-curriculum .btn-sign { font-size: 1.4rem }
	#s-start article .list-group li {	padding-right: 3rem;
    									line-height: 1.3;
    									font-size: 2.2rem}
	#s-start article #icon-down img {
		/*margin-bottom: 2.4rem;*/
		bottom: 6.5%;
		width: 28px;
		height: 28px;
	}
	#accordion-curriculum .col-image img {
		width: 100%;
	}
	#inscribite .col-message p {
		font-size: 1.6rem !important;
	}
	#eventos .swiper-slide .card-header h5 {
		font-size: 2.5rem;
	}
	#noticias img.card-img-top {
		height:calc( (100vw/3) * 0.5625);
	}
	#noticias .j-slider-wrapper {
		width: 100%;
	}
	#eventos .j-slider-wrapper {
		width: 100%;
	}
	#s-reason h2.t2 {
		font-size: 1.4rem;
	}
}
@media(min-width:992px) and (max-width:1199px){
	#img-mark-2 {
		top: 13%;
	}
	#s-start article h1, #inscribite article h3 {font-size: 8rem}
	#inscribite .bx-form {
		margin-top: 8%;
	}
	.title-p {font-size: 2.25rem}
	.sub-title-p {font-size: 1.8rem}
	#accordion-curriculum .btn-sign { font-size: 1.6rem }
	#s-start article .list-group li {	padding-right: 3rem;
    									line-height: 1.3;
    									font-size: 2.2rem}
	#s-start article #icon-down img {
		/*margin-bottom: 2.75rem;*/
		bottom: 4%;
		width: 30px;
		height: 30px;
	}
	#inscribite .col-message p {
		font-size: 1.8rem !important;
	}
	#eventos .swiper-slide .card-header h5 {
		font-size: 2.5rem;
	}
	#noticias img.card-img-top {
		height:calc( (100vw/4) * 0.5625);
	}
	#accordion-curriculum .col-image img {
		/*height: 80%;*/
		width: 100%;
	}
	#noticias .j-slider-wrapper {
		width: 85%;
	}
	#eventos .j-slider-wrapper {
		width: 75%;
	}
	#s-reason h2.t2 {
		font-size: 1.5rem;
	}
}
@media(min-width:1200px){
	#img-mark-2 {
		left: 5%;
		top: 5%;
	}
	#s-start article h1, #inscribite article h3 {font-size: 5rem}
	#inscribite .bx-form {
		margin-top: 9%;
	}
	.title-p {font-size: 2.5rem}
	.sub-title-p {font-size: 2rem}
	#accordion-curriculum .btn-sign { font-size: 1.5rem }
	#s-start article .list-group li {	padding-right: 3rem;
    									line-height: 1.3;
    									font-size: 2.2rem}
	#s-start article #icon-down img {
		/*margin-bottom: 3rem;*/
		bottom: 4.5%;
		width: 30px;
		height: 30px;
	}
	#inscribite .col-message p {
		font-size: 2rem !important;
	}
	#eventos .swiper-slide .card-header h5 {
		font-size: 2.55rem;
	}
	#noticias img.card-img-top {
		height:calc( (100vw/4) * 0.5625);
	}
	#accordion-curriculum .col-image img {
		/*height: 75%;*/
		width: 100%;
	}
	#noticias .j-slider-wrapper {
		width: 85%;
	}
	#eventos .j-slider-wrapper {
		width: 75%;
	}
	#s-reason h2.t2 {
		font-size: 1.6rem;
	}
}

/*.fa-arrow-dark {
	color: rgba(52, 58, 64, 0.5);
}
.fa-arrow-dark:hover {
	color: rgba(52, 58, 64, 1.0);
}*/

/*.fa-arrow-white {
	color: rgba(255, 255, 255, 0.5);
}
.fa-arrow-white:hover {
	color: rgba(255, 255, 255, 1.0);
}*/

#noticias .card-body a {
	color: #000;
	text-decoration: none;
}
#noticias .card-body a:hover {
	color: #0302f6;
}
#noticias a > .card-title {
	height: 92.15px;
	font-size: 1.2rem;
	text-transform: capitalize;
	overflow-y: auto;
}
	#noticias a > .card-title::-webkit-scrollbar {
	    width: 7px;
	    background: rgba(255,255,255, .1);
	}
	#noticias a > .card-title::-webkit-scrollbar-thumb {
	    background: #F0F0F0;
	    border-radius: 5px;
	    border-right: 3px solid #CECECE;
	}
#noticias .card-body a:last-child {
	/*color: rgba(255, 255, 255, 0.5);*/
	color: #2878f9;
	font-weight: 600;
}
#noticias .card-body a:last-child:hover {
	/*color: rgba(255, 255, 255, 1.0);*/
	color: #F51C14;
	letter-spacing: 0.8px;
}

/* Start: Google Maps Responsive */
.map-responsive {
    overflow:hidden;
    padding-bottom:400px; /*Reduce este valor si el mapa fuera muy alto, por ejemplo 250px, puedes usar porcentajes, 50%*/
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/* End: Google Maps Responsive */

.map-image {
	overflow: hidden;
	max-height: calc(100vw - 70px);
	text-align: center;
	background-color: #f7f7f7;
}
@media(min-width: 576px) {
	.map-image {
		max-height: calc(468px * 0.5625);
	}
}
@media(min-width: 768px) {
	.map-image {
		max-height: calc(648px * 0.5625);
	}
}
@media(min-width: 992px) {
	.map-image {
		max-height: calc(568px * 0.5625);
	}
}
@media(min-width: 1200px) {
	.map-image {
		max-height: calc(688px * 0.5625);
	}
}
.map-image img {
	max-width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
}

.accordion--referents {
	padding: 0 !important;
}
.accordion--referents .card-header {
	/*background: rgba(0,0,0,.03) !important;*/
	background: #fff !important;
}

.accordion--referents .card-header h2 .btn-link {
	color: #212529 !important;
	font-size: 1.1rem !important;
	line-height: 1.2;
}

.-fw-600 {
	font-weight: 600;
}

.accordion--referents .card-header {
	border-color: #212529 !important;
	padding: 10px 0 !important;
}
.accordion--referents .card-body {
	background: #fff !important;
	padding: 0 !important;
}
.accordion--referents .-header-title:first-child {
	border-top: 1px solid #212529 !important;
}
.accordion--referents .-header-title {
	/*background-color: rgba(0,0,0,.03) !important;*/
	background-color: #dae0e5;
	/*background-color: #2977f9 !important;*/
	/*background-color: #212529;*/
	/*color: #fff;*/
    padding: 10px 10px !important;
    font-size: 1.1rem;
    font-weight: 800;
    text-transform: uppercase;
   	letter-spacing: 1px;
   	line-height: 1.2;
}

#sedes .media .media-body h5 {
	margin-bottom: 8px;
	font-size: 1rem;
}
#sedes .media .media-body p {
	margin-bottom: 0;
	font-size: 85%;
	color: #6c757d;
}
#sedes .media .media-body .btn {
	text-transform: uppercase;
	font-size: 0.8rem;
	font-weight: 500;
	margin-top: 8px;
	/*background: rgb(229,255,36);*/
	background: rgba(21,94,249,1);
	/*color: #212529;*/
	border-radius: 0;
}
#sedes .media .media-body .btn.active,
#sedes .media .media-body .btn:hover {
	background: #212529;
	border-color: #212529;
}

.scroll-3d {
	max-height: calc(100vh - 60px);
	overflow-y: auto;
}
.scroll-3d::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5;
}
.scroll-3d::-webkit-scrollbar-thumb {
    border-radius: .25rem;
    box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #dae0e5;
}
/*.scroll-3d::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    border-radius: .25rem;
    background-color: #f5f5f5;
}*/

#sedes .col-image,
#sedes .col-details {
	height: 125px;
}
#sedes .col-text {
    height: auto;
    min-height: 125px;
    max-height: 80vh;
}
@media (min-width: 576px) {
    #sedes .col-text {
        min-height: 125px;
    	max-height: 325px;
    }
}
#sedes .wrp-small-avatar {
    position: relative;
    overflow: hidden;
    display: inline-block;
    float: left;
    width: 124px;
    height: 155px;
    margin-top: 4px;
    margin-right: 14px;
}

#sedes .wrp-small-avatar img {
    width: 100%;
    height: inherit;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: calc(0.25rem - 1px);
}

#sedes .f-sfp-light a {
	text-decoration: none;
}

#sedes .card-header button[aria-expanded="true"] {
	color: #2977f9 !important;
	font-weight: 600;
}

#swiper-news .card--date {
	font-size: 85%;
	color: #6c757d;
	font-weight: 600;
	margin-bottom: 6px;
}

#m-news .card-body-compress a > .card-title {
	font-size: 1.125rem;
}
#m-news .card-body-compress a {
	color: #212529;
	text-decoration: none;
	transition: all 300ms ease;
}
#m-news .card-body-compress a:hover {
	color: #2878f9;
}

#m-news span.tag-date {
	display: block;
	font-size: 85%;
	color: #6c757d;
}

#m-about-us .col-image {
	height: 150px;
}
#m-about-us .col-image img {
	width: 125px;
	height: 150px;
}
@media (max-width: 768px) {
	#m-about-us .col-image {
		margin-bottom: 0;
	}
	#m-about-us .col-text {
		max-height: 240px;
		overflow: auto;
		margin-bottom: 0;
	}
}
@media (min-width: 576px) {
	/*#m-about-us .col-image {
		height: 150px;
	}*/
	#m-about-us .col-image img {
		width: 150px;
    	height: 180px;
	}
}
@media (min-width: 768px) {
	#m-about-us .col-image {
		height: 160px;
	}
}
@media (min-width: 992px) {
	#m-about-us .col-image {
		height: 195px;
	}
}
@media (min-width: 1200px) {
	#m-about-us .col-image {
		height: 160px;
	}
}

.wrp-campus .-icon {
	display: block;
	width: 25px;
	height: 16px;
	color: #6c757d;
	line-height: 16px;
}
.wrp-campus .-icon i {
	font-size: 14px;
}
.wrp-campus .-title {
	margin-bottom: 10px;
    font-size: 1rem;
    line-height: 16px;
}
.wrp-campus .-address {
	margin-bottom: 0;
    font-size: 85%;
    color: #6c757d;
    line-height: 16px;
}
.wrp-campus .-email,
.wrp-campus .-social {
	margin-bottom: 0;
    font-size: 85%;
    line-height: 16px;
}
.wrp-campus .-email a,
.wrp-campus .-social a {
    color: #6c757d;
    text-decoration: none !important;
}
.wrp-campus .-email a:hover,
.wrp-campus .-social a:hover {
	color: #2977F9;
}

.-btn-campus.btn {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 500;
    margin-top: 2px;
    /* background: rgb(229,255,36); */
    /*background: rgba(21,94,249,1);*/
    /* color: #212529; */
    border-radius: 0;
}
.-btn-campus.btn.active {
	background: #212529 !important;
    border-color: #212529 !important;
}
.-btn-campus.btn:hover {
	background: #343a40;
    border-color: #343a40;
}
.wrp-campus .mb-z {
	margin-bottom: 6px;
}

#sedes .-main-title {
	font-family: intro-black;
	border-left:3px solid #2977F9;
}

@media(max-width: 767px) {
	.wrp-campus .-title {
		font-size: 1.05rem;
	}
	.wrp-campus .-address,
	.wrp-campus .-email,
	.wrp-campus .-social {
	    font-size: 90%;
	}
	.accordion--referents .-header-title:first-child {
		border-top: 0 !important;
	}
	.accordion--referents .card .card-header {
	    border-color: rgba(0,0,0,.125) !important;
	}
	.accordion--referents .card:last-child .card-header {
	    border-bottom: 0;
	}
	hr {
		margin-bottom: 8px;
		background-color: #dadce0;
	}
	.accordion--referents .-header-title {
		font-size: 1rem;
	}

	.-btn-campus.btn {
		position: relative;
		padding-left: 30px;
	}
	.-btn-campus.btn:after {
	    font-family: "Font Awesome 5 Free";
	    content: "\f146";
	    position: absolute;
	    color: #fff;
	    left: 10px;
	    font-weight: 600;
	}
	.-btn-campus.btn[aria-expanded=false]:after {
	    content: "\f0fe";
	}

}

.-btn-campus.btn.collapsed {
	background: rgba(21,94,249,1) !important;
    border-color: rgba(21,94,249,1) !important;
}
.-btn-campus.btn:focus {
	box-shadow: none !important;
}

/*============================================
=            Curriculum Accordion            =
============================================*/
#accordion-curriculum-2 {
    padding: 0px 25px;
}
@media screen and (max-width: 767px)
{
   #accordion-curriculum-2 {
       padding: 0px 12.5px;
   }
}
#accordion-curriculum-2 .card {
   border: 0;
   border-radius: 0;
}
#accordion-curriculum-2 .card-header {
   background: #fff;
   margin-bottom: 0px;
   padding-left: 0px;
   padding-right: 0px;

       border-color: #FFF;
   padding-top: .7rem;
   padding-bottom: .4rem;
}
#accordion-curriculum-2 .card-header:first-child {
   /*border-top: 1px solid rgba(20,50,80,.125);*/
   border-radius: 0;
}
#accordion-curriculum-2 .card-header h2 .btn-link {
   display: flex;
   justify-content: space-between;
   align-items: center;
   /*font-weight: 100;*/
   color: #FFF;
   text-decoration: none;
   padding: 0px;
}
#accordion-curriculum-2 .card-header .btn-link:hover {
   color: rgba(200, 200, 200, 0.5);
}
#accordion-curriculum-2 .card-body {
   background: #fff;
   /*padding-top: 27.5px;*/
   padding-bottom: 20px; /*7.5px;*/
   border-bottom: .5px solid #ffffff !important;
}
#accordion-curriculum-2 .card-body > .row > div {
   padding: 0px;
}
#accordion-curriculum-2 .btn-sign:focus {
   box-shadow: none;
}
#accordion-curriculum-2 .col-image img {
   height: 100%;
   max-height: 70vh;
   -o-object-fit: cover;
      object-fit: cover;
   border-radius: calc(.25rem - 1px);
}

#accordion-curriculum-2 .col-image img {transition: all 700ms ease}
#accordion-curriculum-2 .col-image:hover img {transform:scale(1.2);}
#accordion-curriculum-2 .col-image {overflow:hidden;}

#accordion-curriculum-2 .col-text a {
   color: #ffffff;
   transition: all 500ms ease;
}
#accordion-curriculum-2 .col-text a:hover {
   color: #0302F6;
}
#accordion-curriculum-2 .col-text p {
   /*line-height: 1.25;*/
   margin-bottom: 8px;
}
#accordion-curriculum-2 .col-details p {
   line-height: 1.1;
}
#accordion-curriculum-2 .col-details button {
   border-width: 2px;
   border-radius: 2rem;
}

/*=========================================
=            CURRICULUM - HOME            =
=========================================*/

#accordion-curriculum-2 .col-image,
#accordion-curriculum-2 .col-text,
#accordion-curriculum-2 .col-details {
   height: 240px;
   margin-bottom: 1rem;
}
/*#accordion-curriculum-2 .col-text .col-text-scroll {
   height: 220px;
}
#accordion-curriculum-2 .col-text .col-text-btn {
   height: 20px;
}*/
#accordion-curriculum-2 .col-text::-webkit-scrollbar, .grid .categorias::-webkit-scrollbar {
   width: 7px;
   background: rgba(255,255,255, .1);
}

#accordion-curriculum-2 .col-text::-webkit-scrollbar-thumb, .grid .categorias::-webkit-scrollbar-thumb {
   background: #F0F0F0;
   border-radius: 5px;
   border-right: 3px solid #CECECE;
}

/*=====  End of CURRICULUM - HOME  ======*/
@media(max-width: 767px) {
   #accordion-curriculum-2 .col-image {
       padding-right: 15px;
       padding-left: 0;
   }
}

@media(max-width: 575px) {

   #accordion-curriculum-2 .col-text {
       padding-right: 8px;
       padding-left: 0;
   }
   #accordion-curriculum-2 .col-image,
   #accordion-curriculum-2 .col-details {
       height: 180px;
       /*padding-right: 0;*/
       padding-left: 0;
   }

}

@media(min-width:576px) and (max-width:767px){
   #accordion-curriculum-2 .btn-sign {font-size: 1.2rem }

   #accordion-curriculum-2 .col-text {
       padding-left: 0;
       padding-right: 8px;
   }
}

@media(min-width:768px) and (max-width:991px){
   #accordion-curriculum-2 .btn-sign { font-size: 1.4rem }
   #accordion-curriculum-2 .col-image img {
       width: 100%;
   }
}

@media(min-width:992px) and (max-width:1199px){
   #accordion-curriculum-2 .btn-sign { font-size: 1.6rem }
   #accordion-curriculum-2 .col-image img {
       /*height: 80%;*/
       width: 100%;
   }
}

@media(min-width:1200px){
   #accordion-curriculum-2 .btn-sign { font-size: 1.5rem }
   #accordion-curriculum-2 .col-image img {
       /*height: 75%;*/
       width: 100%;
   }
}

#accordion-curriculum .btn-sign-alt:focus {
	box-shadow: none;
}

.title-1-sign-up {
    font-size: 4rem;
}

.title-2-sign-up {
    font-size: 3rem;
}

@media(min-width:10px) and (max-width:575px){
	#accordion-curriculum .btn-sign-alt {font-size: 1.2rem }
    .title-1-sign-up {
        font-size: 2.3rem;
    }
    .title-2-sign-up {
        font-size: 1.5rem;
    }
}

@media(min-width:576px) and (max-width:767px){
	#accordion-curriculum .btn-sign-alt {font-size: 1.2rem }
    .title-1-sign-up {
        font-size: 1rem;
    }
    .title-2-sign-up {
        font-size: 0.5rem;
    }
}

@media(min-width:768px) and (max-width:991px){
	#accordion-curriculum .btn-sign-alt { font-size: 1.4rem }
    .title-1-sign-up {
        font-size: 2rem;
    }
    .title-2-sign-up {
        font-size: 1rem;
    }
}

@media(min-width:992px) and (max-width:1199px){
	#accordion-curriculum .btn-sign-alt { font-size: 1.6rem }
    .title-1-sign-up {
        font-size: 3rem;
    }
    .title-2-sign-up {
        font-size: 2rem;
    }
}

@media(min-width:1200px){
	#accordion-curriculum .btn-sign-alt { font-size: 1.5rem }
    .title-1-sign-up {
        font-size: 4rem;
    }
    .title-2-sign-up {
        font-size: 3rem;
    }
}

