* {
	padding: 0;
	scroll-behavior: smooth;
	margin: 0;
	line-height: 17px;
}

body {
	background-color: var(--blanco);
	font-family: Montserrat-Regular;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 1rem;
	color: var(--primary);
}

@font-face {
	src: url(../fonts/Montserrat-Black.ttf) format("opentype");
	font-family: Montserrat-Black;
	font-display: fallback;
	font-weight: normal;
	font-style: normal;
}

@font-face {
	src: url(../fonts/Montserrat-Bold.ttf) format("opentype");
	font-family: Montserrat-Bold;
	font-display: fallback;
	font-weight: normal;
	font-style: normal;
}

@font-face {
	src: url(../fonts/Montserrat-ExtraBold.ttf) format("opentype");
	font-family: Montserrat-ExtraBold;
	font-display: fallback;
	font-weight: normal;
	font-style: normal;
}

@font-face {
	src: url(../fonts/Montserrat-Light.ttf) format("opentype");
	font-family: Montserrat-Light;
	font-display: fallback;
	font-weight: normal;
	font-style: normal;
}

@font-face {
	src: url(../fonts/Montserrat-Medium.ttf) format("opentype");
	font-family: Montserrat-Medium;
	font-display: fallback;
	font-weight: normal;
	font-style: normal;
}

@font-face {
	src: url(../fonts/Montserrat-Regular.ttf) format("opentype");
	font-family: Montserrat-Regular;
	font-display: fallback;
	font-weight: normal;
	font-style: normal;
}

@font-face {
	src: url(../fonts/Montserrat-SemiBold.ttf) format("opentype");
	font-family: Montserrat-SemiBold;
	font-display: fallback;
	font-weight: normal;
	font-style: normal;
}

@font-face {
	src: url(../fonts/Montserrat-Thin.ttf) format("opentype");
	font-family: Montserrat-Thin;
	font-display: fallback;
	font-weight: normal;
	font-style: normal;
}

@font-face {
	src: url(../webfonts/cera/Cera-Pro-Black-Italic.otf) format("opentype");
	font-family: Cera-Black-italic;
	font-display: fallback;
	font-weight: normal;
	font-style: normal;
}

@font-face {
	src: url(../webfonts/cera/Cera-Pro-Medium-Italic.otf) format("opentype");
	font-family: Cera-Medium-italic;
	font-display: fallback;
	font-weight: normal;
	font-style: normal;
}

:root {
	--primary: #0b1751;
	--secondary: #ead406;
	--blue: #091042;
	--yellow: #ffec00;
	--black: #04141c;
	--blanco: #fff;
	--standar: #f7f6f2;
	--gray: #4a4b4b;
}

.black_italic,
b,
strong {
	font-family: Cera-Black-italic;
}

* h1 {
	font-size: 61px;
	font-family: Cera-Black-italic;
	font-optical-sizing: auto;
	font-style: normal;
	letter-spacing: -3px;
	line-height: 92%;
	text-transform: uppercase;
	line-height: normal;
}

* h2 {
	font-size: 40px;
	font-family: Cera-Black-italic;
	font-optical-sizing: auto;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: -3px;
	line-height: 92%;
}

* h3 {
	font-size: 24px;
	font-family: Cera-Black-italic;
	font-optical-sizing: auto;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 92%;
}

* h4 {
	font-family: Cera-Medium-italic;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 20px;
	letter-spacing: -1px;
	line-height: 92%;
}

* h5 {
	font-family: Cera-Black-italic;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 20px;
	letter-spacing: -1px;
	line-height: 92%;
}

* p {
	font-family: Montserrat-Regular;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 117%;
}

* ul li,
* ul {
	font-family: Montserrat-Regular;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 117%;
}

small {
	font-family: Montserrat-Regular;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 117%;
}

* a {
	text-decoration: none;
	font-size: 14px;
	font-family: Montserrat-Regular;
	letter-spacing: 0;
	line-height: 130%;
}

* a:hover {
	text-decoration: none !important;
}

.text_shadows {
	text-shadow: 3px 3px 9px rgba(0, 0, 0, 0.31);
}

.line-height-normal {
	line-height: normal !important;
}

.line-height-14 {
	line-height: 14px !important;
}

.line-height-22 {
	line-height: 22px !important;
}

.line-height-34 {
	line-height: 34px !important;
}

.line-height-50 {
	line-height: 50px !important;
}

.fw-400 {
	font-family: Montserrat-Regular;
}

.fw-500 {
	font-family: Montserrat-Medium;
}

.fw-600 {
	font-family: Montserrat-SemiBold;
}

.fw-700 {
	font-family: Montserrat-Bold;
}

.fw-800 {
	font-family: Montserrat-ExtraBold;
}

.cl_primary {
	color: var(--primary) !important;
}

.cl_secondary {
	color: var(--secondary) !important;
}

.cl_blanco {
	color: var(--blanco) !important;
}

.cl_negro {
	color: var(--black) !important;
}

.cl_yellow_sec {
	color: var(--yellow);
}

.cl_orange {
	color: var(--orange);
}

.cl_blue {
	color: var(--blue);
}

.cl_subtitulos {
	color: var(--gray);
}

.cl_gray {
	color: #acacac;
}

.cl_gray_black {
	color: #666666;
}

.cl_gray01 {
	color: #6f6f6f;
}

.bg_gris {
	background-color: #e9e8e7;
}

.bg_primary {
	background-color: var(--primary) !important;
}

.bg_blue {
	background-color: var(--blue) !important;
}

.bg_secondary {
	background-color: var(--secondary) !important;
}

.bg_green {
	background-color: var(--green) !important;
}

.bg_standar {
	background-color: var(--standar) !important;
}

.bg_blanco {
	background-color: var(--blanco) !important;
}

.bg_fondo {
	background-color: #edeff4;
}

.fz-10 {
	font-size: 10px;
}

.fz-11 {
	font-size: 11px !important;
}

.fz-12 {
	font-size: 12px;
}

.fz-13 {
	font-size: 13px;
}

.fz-14 {
	font-size: 14px;
}

.fz-16 {
	font-size: 16px;
}

.fz-18 {
	font-size: 18px;
}

.fz-20 {
	font-size: 20px;
}

.fz-22 {
	font-size: 22px;
}

.fz-25 {
	font-size: 25px;
}

.fz-24 {
	font-size: 24px;
}

.fz-26 {
	font-size: 26px;
}

.fz-28 {
	font-size: 28px;
}

.fz-30 {
	font-size: 30px;
}

.fz-32 {
	font-size: 32px;
}

.fz-34 {
	font-size: 34px;
}

.fz-36 {
	font-size: 36px;
}

.fz-38 {
	font-size: 38px;
}

.fz-40 {
	font-size: 40px;
}

.fz-42 {
	font-size: 42px;
}

.fz-44 {
	font-size: 44px;
}

.fz-46 {
	font-size: 46px;
}

.fz-48 {
	font-size: 48px;
}

.fz-50 {
	font-size: 50px;
}

.fz-52 {
	font-size: 52px;
}

.fz-56 {
	font-size: 56px;
}

.fz-60 {
	font-size: 60px;
}

.fz-64 {
	font-size: 64px;
}

.fz-90 {
	font-size: 90px;
}

.fw-italic {
	font-style: italic;
}

.btn_categoris:hover {
	background-color: #091042 !important;
}

.btn_categoris:hover a {
	color: #fff !important;
}

.btn-categoria {
	font-family: Montserrat-Bold;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 16px;
	color: #0b175171;
	margin: 0 5px;
	cursor: pointer;
	padding: 5px 10px;
	min-width: 60px;

	text-align: center;
}

.btn-categoria.active {
	color: var(--yellow);
	border-bottom: 2px solid var(--yellow);
}

.btn-outline-warning {
	background-color: transparent !important;
	border-color: var(--yellow) !important;
	font-weight: 700 !important;
	box-shadow: none;
}

.btn-warning {
	background-color: var(--yellow) !important;
	border-color: var(--yellow) !important;
	font-weight: 700 !important;
	box-shadow: none;
	color: var(--blue) !important;
}

.btn-primary {
	background-color: var(--primary);
	border-color: var(--primary);
}

.btn-primary:visited,
.btn-primary:focus,
.btn-primary {
	background-color: var(--primary);
	border-color: var(--primary);
}

.wpcf7-form-control.btn-primary {
	background-color: var(--primary) !important;
	border-color: var(--primary) !important;
	color: var(--blanco) !important;
}

.wpcf7-form-control.btn-primary:visited,
.wpcf7-form-control.btn-primary:focus,
.wpcf7-form-control.btn-primary {
	background-color: var(--primary) !important;
	border-color: var(--primary) !important;
	color: var(--blanco) !important;
}

.wpcf7-form p {
	margin-bottom: 0 !important;
}

.btn {
	font-family: Cera-Black-italic !important;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: -1px;
	line-height: 98%;
	padding: 10px 36px 10px 36px !important;
}

.btn-mini {
	padding: 10px 14px !important;
	letter-spacing: -1px;
	font-family: Cera-Black-italic;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 98%;
	background-color: #9c9b9b29;
	border: 2px solid #fff;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
}

.btn:visited {
	background-color: inherit;
}

.owl-general.owl-controlers .owl-nav {
	position: initial;
	width: 100%;
	margin: 0;
	top: 0;
	left: 0;
	z-index: 66;
	height: 0;
	color: var(--primary);
}

.owl-controlers .owl-nav>.owl-prev::after {
	content: "\f053";
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-variant-caps: normal;
	font-variant-ligatures: normal;
	font-weight: 900;
	position: absolute;
	top: 18px;
	font-size: 30px;
	left: 0;
	color: var(--primary);
}

.owl-controlers .owl-nav>.owl-next::after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-variant-caps: normal;
	font-variant-ligatures: normal;
	font-weight: 900;
	position: absolute;
	top: 18px;
	font-size: 30px;
	right: 0;
	color: var(--primary);
}

.owl-controlers .owl-nav>.owl-prev {
	left: calc(-65px / 2);
	font-size: 0;
	height: auto;
	background-color: transparent !important;
	width: auto;
	position: absolute;
	border-radius: 50% !important;
	top: calc(50% - (75px / 2));
	margin: 0 !important;
	color: var(--primary);
}

.owl-controlers .owl-nav>.owl-next {
	right: calc(-65px / 2);
	height: auto;
	font-size: 0;
	background-color: transparent !important;
	width: auto;
	position: absolute;
	border-radius: 50% !important;
	top: calc(50% - (75px / 2));
	margin: 0 !important;
	color: var(--primary);
}

.owl-theme .owl-dots .owl-dot span {
	background: var(--primary) !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: var(--secondary) !important;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 5px;
	margin: 5px 5px;
}

textarea.form-control {
	height: 129px;
}

.box-hover {
	top: 0;
	position: relative;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.box-hover:hover {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	top: -4px;
}

.form-control {
	outline: none;
	box-shadow: none !important;
}

header#masthead {
	box-shadow: 0 -6px 1rem rgba(0, 0, 0, 0.15) !important;
}

.navbar {
	position: relative;
}

.navbar .navbar-toggler {
	outline: none;
	color: var(--primary);
	border-radius: 4px;
	line-height: normal;
}

.navbar .bars {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.navbar .bars>.bar {
	padding-bottom: 1%;
	width: 100%;
	display: block;
}

.navbar .custom-logo-link {
	display: block;
}

.navbar .custom-logo-link img {
	max-width: 100%;
	max-height: 70px;
	width: auto;
	height: auto;
}

.navbar .navbar-nav .menu-item a {
	color: var(--primary);
	font-size: 16px;
	display: block;
	font-family: Montserrat-Bold;
	padding: 5px 10px;
	min-width: 146px;
	text-decoration: none;
	cursor: pointer;

	-webkit-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
	text-align: center;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
}

.navbar .navbar-nav .menu-item.current-menu-item a,
.navbar .navbar-nav .menu-item a:hover,
.navbar .navbar-nav .menu-item a:focus,
.navbar .navbar-nav .menu-item a:active,
.navbar .navbar-nav .menu-item.current-menu-parent>a,
.navbar .navbar-nav .menu-item.current-menu-parent>.sub-menu>.current-menu-item a {
	color: var(--secondary);
}

.navbar .navbar-nav .menu-item.current-menu-item.inscripcion-btn a {
	color: var(--black) !important;
}

.navbar .navbar-nav .menu-item-has-children,
.navbar .navbar-nav .menu-item-has-children>a {
	position: relative;
}

.navbar .navbar-nav .menu-item-has-children>a:after {
	content: url(../images/tabler_chevron-up.png);
	display: inline-block;
	vertical-align: middle;
	color: inherit;
	font-size: 0;
	margin-left: 8px;
	border: 0;
	margin-top: 10px;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	padding-bottom: 1px;
}

.navbar .navbar-nav .menu-item-has-children.show>a:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.navbar .navbar-nav .menu-item-has-children>.sub-menu {
	background: #1c1c1c;
	border-top: 0 solid #fff;
	border-left: 0 solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 0 solid #fff;
	padding: 25px 25px 25px 25px;
	position: absolute;
	list-style: none;
	margin: 25px 0 0 0;
	height: 0;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
	overflow: hidden auto;
	opacity: 0;
	min-width: 179px;
}

.navbar .navbar-nav .menu-item-has-children.show>.sub-menu {
	padding: 10px 15px;
	height: auto;
	opacity: 1;
}

.navbar .navbar-nav .menu-item-has-children>.sub-menu .menu-item>a {
	display: block;
	padding: 9px 0px;
	line-height: normal;
	color: #fff;
}

.navbar .navbar-nav .menu-item-has-children>.sub-menu .menu-item.empyts>a {
	padding: 0;
	height: 16px;
	float: none;
}

.navbar .navbar-nav .menu-item-has-children.show>.sub-menu {
	z-index: 333;
}

#navbarSupportedContent .navbar-nav {
	margin: 0;
	padding: 0.7rem 1.1rem;
	width: 100%;
	justify-content: space-between;
	text-align: center;
}

.navbar .navbar-nav .menu-item-has-children>.sub-menu li:hover a {
	background: rgba(85, 85, 85, 0.861);
	text-decoration: none;
	color: #fff;
}

/*****************************/
.listado li:nth-last-child(1),
.content_p p:nth-last-child(1) {
	margin-bottom: 0 !important;
}

.content_blanco p {
	color: #fff;
}

.content_blanco_single h1,
.content_blanco_single h2,
.content_blanco_single h3,
.content_blanco_single h4,
.content_blanco_single h5 {
	color: #fff;
}

ul.listado {}

.wrrape-banner {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	padding: 1em 0 1em;
	min-height: 180px;
	display: flex;
	align-items: center;
}

.card_content {
	border-radius: 8px;
	overflow: hidden;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	min-height: 418px;
}

@media (min-width: 992px) {
	.mobile-perfil {
		display: none;
	}

	.page-contacto::after {
		content: "";
		background-color: var(--blue);
		width: 350px;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 0;
	}

	.inscripcion-btn {
		margin-top: 3px;
		margin-bottom: -15px;
	}
}

@media (max-width: 992px) {
	.inscripcion-btn {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.card_content {
		min-height: auto !important;
	}

	.btn_centres {
		display: table;
		margin: 0 auto;
	}

	.content_centres {
		text-align: center !important;
	}

	.wrrape-banner-mobile {
		background-position: left !important;
	}

	.logos_hd {
		position: relative;
		max-width: 148px;
		margin: 0 auto;
		display: table;
	}

	.content_razones_img {
		text-align: center;
	}

	.numbers {
		display: none;
	}

	.wt-media {
		width: 49% !important;
		text-align: center;
		margin-bottom: 1rem;
	}

	#main-3,
	#menu-2,
	#main-menu {
		justify-content: space-between;
		width: 100% !important;
		margin-left: 0px !important;
		margin-bottom: 1rem;
		max-width: 100% !important;
		padding-bottom: 0 !important;
		background-color: var(--standar);
		margin: 1rem auto 0 !important;
		padding-top: 0 !important;
	}

	.navbar .navbar-nav .menu-item a img {
		margin: 0 auto;
		display: table;
	}

	#main-3 li,
	#menu-2 li,
	#main-menu li {
		padding: 10px 1.8rem;
		width: 98%;
		border-bottom: 1px solid #d9d9d9;
	}

	.navbar .navbar-nav .menu-item a {
		color: var(--primary);
		width: 100%;
		text-align: left;
		min-height: 46px;
		display: flex;
		align-items: center;
	}

	.navbar-nav .dropdown-menu {
		padding: 0 !important;
	}

	.navbar #main-3.navbar-nav .dropdown-menu .menu-item a,
	.navbar #menu-2.navbar-nav .dropdown-menu .menu-item a,
	.navbar #main-menu.navbar-nav .dropdown-menu .menu-item a {
		padding: 0px 0px !important;
		border-bottom: 1px solid transparent !important;
		text-align: left !important;
		font-size: 13px;
		min-height: auto;
	}

	.navbar .navbar-nav .dropdown-menu .menu-item a li {
		color: var(--primary);
		border-bottom: 0px solid transparent !important;
	}

	.navbar .navbar-toggler {
		outline: none;
		color: var(--blanco);
		border-radius: 4px;
		line-height: normal;
		background-color: #fff;
	}

	/*
    #main-3,
    #menu-2,*/
	#main-nav {
		background-color: var(--blue) !important;
		color: var(--blanco);
	}

	.img_loc {
		display: none;
	}

	.bg_right {
		background-position: right;
	}

	.owl-controlers .owl-nav>.owl-prev {
		left: calc(-50px / 2) !important;
	}

	.owl-controlers .owl-nav>.owl-next {
		right: calc(-50px / 2) !important;
	}

	* h1 {
		font-size: 40px;
	}

	* h2 {
		font-size: 37px;
	}

	* h2 {
		font-size: 34px;
	}

	.min-500 {
		min-height: 540px;
	}
}

@media (max-width: 768px) {
	.content_events button {
		font-size: 12px;
	}

	.owl-controlers .owl-nav>.owl-prev {
		left: calc(-50px / 2) !important;
	}

	.owl-controlers .owl-nav>.owl-next {
		right: calc(-50px / 2) !important;
	}
}

@media (max-width: 768px) {
	#page-wrapper .owl-controlers .owl-nav>.owl-prev::after {
		top: 18px;
		font-size: 30px;
		left: 70px;
	}

	#page-wrapper .owl-controlers .owl-nav>.owl-next::after {
		top: 18px;
		font-size: 30px;
		right: 70px;
	}
}

.logos_fhd {
	max-width: 180px;
	width: 100%;
	object-fit: contain;
}

.logos_hd {
	position: relative;
}

.logos_hd_contetn {
	position: absolute;
	left: 0;
	top: -40px;
	right: 0;
	display: flex;
	justify-content: start;
	align-items: center;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	min-height: 121px;
	padding-left: 2rem;
	width: 100%;
	z-index: 0;
}

.logos {
	object-fit: contain;
	margin-right: 25px;
}

.logos:nth-child(1) {
	max-width: 70px;
}

.logos:nth-child(2) {
	max-width: 80px;
}

.logos:nth-child(3) {
	max-width: 150px;
}

.ml-menu {
	margin-left: -2rem;
}

.logo_trainer {
	max-width: 120px;
	margin-left: auto;
	display: table;
	width: 100%;
}

.bg_blanco .navbar-nav .nav-link {
	color: var(--blue);
	font-size: 16px;
	font-weight: 700;
}

.navbar-dark .navbar-nav .nav-link {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}

.inscripcion-btn {
	background-color: var(--yellow);
	color: var(--primary);
	padding: 9px 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	outline: 3px solid var(--secondary);
}

.inscripcion-btn .nav-link {
	color: var(--primary);
}

.inscripcion-btn a,
.inscripcion-btn-dos a,
.inscripcion-btn-dos {
	padding: 0 !important;
}

@media (min-width: 992px) {
	.inscripcion-btn-dos {
		margin-top: 3px;
		margin-bottom: -19px;
	}
}

.inscripcion-btn-tres a,
.inscripcion-btn-tres {
	padding: 0 !important;
}

@media (min-width: 992px) {
	.inscripcion-btn-tres {
		margin-top: 3px;
		margin-bottom: -21px;
	}
}

.ancla {
	top: -100px;
	position: absolute;
}

.content_form {
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	-ms-border-radius: 14px;
	-o-border-radius: 14px;
}

.content_form .form-control {
	padding: 0.775rem 0.75rem;
	border: 1px solid #dddddd;
	font-size: 12px;
	color: var(--blue);
	border-radius: 0;
	background-color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.title_deco {
	position: relative;
}

.content {
	min-height: 350px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.img_loc img {
	width: 255px;
	margin-right: -100px;
	z-index: 6;
	position: relative;
	top: 30px;
}

textarea.form-control {
	height: 65px;
}

.form-control {
	color: #6c757d;
}

select option {
	color: #6c757d;
}

select:not(:checked) {
	color: #6c757d;
}

#main-3,
#menu-2,
#main-menu {
	max-width: 66%;
	margin-left: auto;
	width: 100%;
}

.sede {
	color: #a1a1a1;
	font-size: 11px;
	font-weight: 700;
	cursor: pointer;
	padding: 5px 5px;
	text-align: center;
	border-right: 2px solid #eeeeed;
}

.sede.active,
.sede:hover {
	color: var(--blanco);
	background-color: var(--primary);
}

.sede .pasivo {
	margin: 0 auto;
	display: block;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.sede .activo {
	display: none;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.sede:hover .pasivo,
.sede.active .pasivo {
	display: none;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.sede:hover .activo,
.sede.active .activo {
	margin: 0 auto;
	display: block;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.bg_image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.contet_sede {
	min-height: 460px;
	text-align: center;
}

.border_secondary {
	border-bottom: 3px solid var(--yellow);
}

.numbers {
	width: 71%;
	margin: 0px 33px;
}

.numbers img {
	max-width: 90%;
	object-fit: contain;
}

.owl-general.owl-controlers .owl-nav {
	position: initial;
	width: 100%;
	margin: 0;
	top: 0;
	left: 0;
	z-index: 66;
	height: 0;
}

.owl-controlers .owl-nav>.owl-prev::after {
	content: url(../images/arrow-left.png);
	position: absolute;
	top: 18px;
	font-size: 30px;
	left: 0;
	color: var(--blanco);
}

.owl-controlers .owl-nav>.owl-next::after {
	content: url(../images/arrow-right.png);
	position: absolute;
	top: 18px;
	font-size: 30px;
	right: 0;
	color: var(--blanco);
}

.owl-theme .owl-nav [class*="owl-"] {
	font-size: 0 !important;
}

.owl-galeria.owl-controlers .owl-nav>.owl-prev::after {
	content: url(../images/white-arrow-right.png);
	position: absolute;
	top: 0px;
	font-size: 60px;
	left: 70px;
	color: var(--blanco);
}

.owl-galeria.owl-controlers .owl-nav>.owl-next::after {
	content: url(../images/white-arrow-left.png);
	position: absolute;
	top: 0px;
	font-size: 60px;
	right: 70px;
	color: var(--blanco);
}

.owl-galeria.owl-theme .owl-nav {
	margin-top: 0 !important;
}

.owl-galeria.owl-theme .owl-nav>.owl-prev {
	left: calc(-65px / 2);
	font-size: 0;
	height: auto;
	background-color: transparent !important;
	width: auto;
	position: absolute;
	border-radius: 50% !important;
	top: calc(50% - (112px / 2));
	margin: 0 !important;
	color: var(--primary);
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	-ms-border-radius: 50% !important;
	-o-border-radius: 50% !important;
}

/** BLANCO **/

.owl-blanco.owl-controlers {
	overflow: hidden;
}

.owl-blanco.owl-controlers .owl-nav>.owl-prev::after {
	content: url(../images/white-arrow-right.png);
	position: absolute;
	top: 0px;
	font-size: 60px;
	left: 70px;
	color: var(--blanco);
}

.owl-blanco.owl-controlers .owl-nav>.owl-next::after {
	content: url(../images/white-arrow-left.png);
	position: absolute;
	top: 0px;
	font-size: 60px;
	right: 70px;
	color: var(--blanco);
}

.owl-blanco.owl-theme .owl-nav {
	margin-top: 1.5rem;
}

.owl-blanco.owl-theme .owl-nav>.owl-prev {
	left: calc(-65px / 2);
	font-size: 0;
	height: auto;
	background-color: transparent !important;
	width: auto;
	position: absolute;
	border-radius: 50% !important;
	top: calc(50% - (112px / 2));
	margin: 0 !important;
	color: var(--primary);
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	-ms-border-radius: 50% !important;
	-o-border-radius: 50% !important;
}

.owl-blanco.owl-galeria.owl-theme .owl-nav>.owl-next::before {
	position: absolute;
	content: "";
	background-color: rgba(255, 255, 255, 0.716);
	top: -123px;
	bottom: 0px;
	width: 80px;
	height: 323px;
	filter: blur(21px);
}

.content-project {
	cursor: pointer;
}

.content-project img {
	height: 320px;
	object-fit: cover;
	object-position: center;
}

.ubicacion {
	position: absolute;
	right: 0;
	font-weight: 700;
	top: 30px;
	color: var(--blanco);
	background-color: #000b14;
	height: fit-content;
	padding: 8px 15px;
	border-radius: 12px 0 0 12px;
	-webkit-border-radius: 12px 0 0 12px;
	-moz-border-radius: 12px 0 0 12px;
	-ms-border-radius: 12px 0 0 12px;
	-o-border-radius: 12px 0 0 12px;
}

.eventos_big {
	height: 518px;
	border-radius: 0 8px 8px 0;
	-webkit-border-radius: 0 8px 8px 0;
	-moz-border-radius: 0 8px 8px 0;
	-ms-border-radius: 0 8px 8px 0;
	-o-border-radius: 0 8px 8px 0;
}

.eventos_mini {
	height: 250px;
	border-radius: 8px 0 0 8px;
	-webkit-border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	-ms-border-radius: 8px 0 0 8px;
	-o-border-radius: 8px 0 0 8px;
}

.box-hover {
	top: 0;
	position: relative;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.box-hover:hover {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	top: -4px;
}

.cl_portal {
	color: #8695a0;
}

.row-content:hover {
	background-color: var(--blue);
	color: var(--blanco) !important;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.row-content:hover .cl_primary {
	color: var(--blanco) !important;
}

.row-content:hover .cl_portal {
	color: var(--blanco) !important;
}

.card-white {
	min-height: 230px;
}

.card-beneficios {
	min-height: 184px;
}

.wt-media {
	width: 28%;
	text-align: center;
}

.wt-media img {
	margin: 0 auto;
	width: 160px !important;
	height: 160px !important;
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.input-group button {
	font-size: 12px;
}

.gt_selector {
	border: 0;
	outline: none;
	font-size: 13px;
}

.border-left-second {
	border-right: 2px solid var(--secondary);
}

.contet_img {
	position: relative;
}

.contet_img a {
	display: block;
}

.contet_img a img {
	display: block;
}

.card_noticia .ih-item.square.effect6 .info {
	background: rgb(11 23 81 / 87%);
	background: rgb(11 23 81 / 87%);
	display: flex;
	justify-content: center;
	align-items: center;
}

.card_noticia .ih-item.square {
	position: relative;
	width: 100%;
	height: 363px;
}

.vermore {
	width: 150px;
	height: 150px;
	font-size: 16px;
	color: var(--blue);
	text-transform: uppercase;
	font-family: Montserrat-Bold;
	align-self: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.content_doble {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	min-height: 320px;
	display: flex;
	place-items: flex-start;
}

.wpcf7 {
	max-width: 100%;
	margin: 0 auto !important;
}

.page-contacto {
	position: relative;
	z-index: 6;
}

#page-wrapper .form-control {
	color: #828282;
	font-size: 14px;
	border: 1px solid #e0e0e0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.h-alto {
	max-height: 720px;
	object-fit: cover;
	object-position: center;
}

.accordion-button:focus {
	box-shadow: none;
}

#accordionExample .accordion-button {
	color: #565656;
	font-size: 16px;
	padding: 16px 15px 25px 15px;
	font-weight: 700;
	border-radius: 0 !important;
	background-color: transparent !important;
	border-right: 0px solid !important;
	border-top: 0px solid transparent;
	border-bottom: 0px solid transparent !important;
	border-left: 0px solid transparent !important;
	background-color: transparent;
}

.accordion-item {
	border-right: 0px solid !important;
	border-left: 0px solid !important;
	border-top: 0px solid !important;
	border-radius: 0 !important;
	border-bottom: 1px solid #0b17511f;
	background-color: transparent !important;
}

.accordion-header label {
	border-left: 3px solid #f9b528;
	padding-left: 1rem;
	margin-bottom: 0;
}

.accordion-button:not(.collapsed) label {
	border-left: 3px solid #fff;
	padding-left: 1rem;
	margin-bottom: 0;
}

.preguntas .accordion-button::after {
	flex-shrink: 0;
	margin-left: auto;
	content: "";
	background-image: url(../images/Icon.png) !important;
	background-repeat: no-repeat;
	background-size: var(--bs-accordion-btn-icon-width);
	transition: var(--bs-accordion-btn-icon-transition);
}

.preguntas .accordion-button:not(.collapsed)::after {
	background-image: url(../images/Icon-1.png) !important;
	transform: var(--bs-accordion-btn-icon-transform);
}

.contet_collpase {
	position: relative;
}

.contet_collpase::before {
	content: "";
	position: absolute;
	background-color: var(--standar);
	top: 0;
	bottom: 0;
	left: -145%;
	right: 0;
	width: 509%;
	height: 100%;
	z-index: -1;
}

#overlay {
	background: var(--black);
	color: #ffffff;
	font-family: Cera-Medium-italic;
	font-size: 34px;
	position: fixed;
	height: 100%;
	width: 100%;
	line-height: initial;
	padding: 3rem;
	z-index: 5000;
	top: 0;
	left: 0;
	float: left;
	text-align: center;
	padding-top: 25%;
	opacity: 0.95;
}

.spinner {
	margin: 0 auto;
	height: 80px;
	width: 80px;
	animation: rotate 0.8s infinite linear;
	border: 10px solid red;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.custom-color {
	color: #97b5fb;
	font-weight: 700;
}

p span {
	margin-bottom: 0;
}

.card_unidaes {
	color: #fff;
	display: flex;
	overflow: hidden;
	border-radius: 12px;
	justify-content: center;
	align-items: center;
	text-decoration: transparent;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	min-height: 134px;
	max-height: 139px;
}

.card_unidaes h5 {
	margin-bottom: 0;
	text-transform: uppercase;
}

.img-fluid {
	max-width: 78%;
	height: auto;
	object-fit: contain;
}

.list_requisitos ul {
	list-style: none;
	padding: 0 0 0 25px;
	margin: 0;
}

.list_requisitos ul li {
	position: relative;
	padding: 5px 0;
}

.list_requisitos>ul>li::after {
	content: url(../images/checks.png);
	position: absolute;
	left: -30px;
	top: 1px;
	width: 20px;
	height: 20px;
	overflow: hidden;
}

.list_requisitos ul li strong {
	margin-bottom: 10px;
}

.list_requisitos p:nth-last-child(1) {
	margin-bottom: 0;
}

.btn_informacion_adicional {
	display: flex;
	justify-content: center;
	font-family: Cera-Black-italic;
	align-items: center;
	text-decoration: none;
	padding: 10px 11px;
	color: var(--primary);
	border-radius: 8px;
	background-color: #f7f6f2;
	border: 1px solid var(--secondary);
	font-size: 20px;
	font-weight: 700;
	margin: 0 4px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.btn_whaza {
	border: 1px solid #25d366;
	color: #25d366;
	font-size: 20px;
	display: flex;
	font-weight: 700;
	margin: 0 4px;
	justify-content: center;
	font-family: Cera-Black-italic;
	align-items: center;
	text-decoration: none;
	padding: 10px 11px;
	border-radius: 0px;
	background-color: #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}

.shadow-card {
	-webkit-box-shadow: 4px 5px 10px 0px rgba(207, 207, 207, 1);
	-moz-box-shadow: 4px 5px 10px 0px rgba(207, 207, 207, 1);
	box-shadow: 4px 5px 10px 0px rgba(207, 207, 207, 1);
}

.content_border-left {
	border-left: 3px solid var(--primary);
	color: var(--primary);
}

.content_p_12 p {
	font-size: 12px;
}

.page-item:not(:first-child) .page-link {
	margin-left: 4px;
}

.page-link {
	border: 1px solid #f1f1f1;
	font-family: Montserrat-Regular;
	color: #333333;
	border-radius: 8px !important;
	-webkit-border-radius: 8px !important;
	-moz-border-radius: 8px !important;
	-ms-border-radius: 8px !important;
	-o-border-radius: 8px !important;
}

.active>.page-link,
.page-link.active {
	background-color: var(--primary);
	border: 1px solid var(--primary);
}

.wrrape-single {
	position: relative;
	overflow: hidden;
}

.wrrape-single::after {
	width: 100%;
	content: "";
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	bottom: 0;
	background: -moz-linear-gradient(161deg,
			rgba(255, 255, 255, 0) 0%,
			rgb(0 0 0 / 45%) 100%);
	background: -webkit-linear-gradient(161deg,
			rgba(255, 255, 255, 0) 0%,
			rgb(0 0 0 / 45%) 100%);
	background: linear-gradient(161deg,
			rgba(255, 255, 255, 0) 0%,
			rgb(0 0 0 / 45%) 100%);
}

.wrrape-single .bg_fondo_single {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 3;
	overflow: hidden;
}

.wrrape-single>img {
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	-o-transition: all 3s ease;
	-ms-transition: all 3s ease;
	transition: all 3s ease;
	height: 490px;
	width: 100%;
	object-fit: cover;
}

.wrrape-single:hover>img {
	transform: scale(1.3);
}

.wrrape-banner h1 {
	color: #fff;
	margin-bottom: 0px;
	line-height: initial;
}

.navbar-nav .dropdown-menu {
	padding: 15px 20px;
	border-radius: 0 0 8px 8px !important;
	border: 0 !important;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
	-webkit-border-radius: 0 0 8px 8px !important;
	-moz-border-radius: 0 0 8px 8px !important;
	-ms-border-radius: 0 0 8px 8px !important;
	-o-border-radius: 0 0 8px 8px !important;
}

.navbar .navbar-nav .dropdown-menu .menu-item a {
	padding: 11px 0px !important;
	border-bottom: 1px solid #f7f6f2;
	text-align: left !important;
	font-size: 13px;
}

.navbar .navbar-nav .dropdown-menu .menu-item a:hover {
	background-color: transparent;
	color: var(--secondary);
}

.unicacions {
	display: inline-block;
	background-color: #000b14;
	border-radius: 0 20px 20px 0;
	-webkit-border-radius: 0 20px 20px 0;
	-moz-border-radius: 0 20px 20px 0;
	-ms-border-radius: 0 20px 20px 0;
	-o-border-radius: 0 20px 20px 0;
}

.unicacions_mini {
	display: inline-block;
	background-color: #000b14;
	position: absolute;
	top: 30px;
	right: 0;
	border-radius: 20px 0 0 20px;
	-webkit-border-radius: 20px 0 0 20px;
	-moz-border-radius: 20px 0 0 20px;
	-ms-border-radius: 20px 0 0 20px;
	-o-border-radius: 20px 0 0 20px;
}

.bt_tags {
	background-color: #ffffff5c;
}

.content_imagen img {
	height: 200px;
	width: 100%;
	object-fit: cover;
	overflow: hidden;
	border-radius: 12px 0 0 12px;
	-webkit-border-radius: 12px 0 0 12px;
	-moz-border-radius: 12px 0 0 12px;
	-ms-border-radius: 12px 0 0 12px;
	-o-border-radius: 12px 0 0 12px;
}

.owl-destacados.owl-theme .owl-dots {
	position: absolute;
	bottom: 20px;
	width: auto;
	margin: 0 auto;
	display: table;
	left: 1px;
	right: 1px;
}

.owl-destacados.owl-theme .owl-dots .owl-dot.active span,
.owl-destacados.owl-theme .owl-dots .owl-dot:hover span {
	background-color: var(--blanco) !important;
	border: 1px solid var(--blanco);
}

.owl-destacados.owl-theme .owl-dots .owl-dot.active span:after,
.owl-destacados.owl-theme .owl-dots .owl-dot:hover span:after {
	content: "";
	width: 28px;
	height: 28px;
	position: absolute;
	top: -12px;
	left: -12px;
	border: 1px solid var(--blanco);

	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.owl-destacados.owl-theme .owl-dots .owl-dot span {
	width: 6px;
	height: 6px;
	position: relative;
	margin: 5px 18px;
	background-color: var(--blanco) !important;
}

.owl-style1.owl-theme .owl-dots .owl-dot.active span,
.owl-style1.owl-theme .owl-dots .owl-dot:hover span {
	background-color: var(--blanco) !important;
	border: 1px solid var(--blanco);
}

.owl-style1.owl-theme .owl-dots .owl-dot.active span:after,
.owl-style1.owl-theme .owl-dots .owl-dot:hover span:after {
	content: "";
	width: 28px;
	height: 28px;
	position: absolute;
	top: -12px;
	left: -12px;
	border: 1px solid var(--blanco);

	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.owl-style1.owl-theme .owl-dots .owl-dot span {
	width: 6px;
	height: 6px;
	position: relative;
	margin: 5px 18px;
	background-color: var(--blanco) !important;
}

.contendio_eventos {
	border-radius: 0 0 16px 16px;
	-webkit-border-radius: 0 0 16px 16px;
	-moz-border-radius: 0 0 16px 16px;
	-ms-border-radius: 0 0 16px 16px;
	-o-border-radius: 0 0 16px 16px;
	min-height: 178px;
}

.img_galeri_evento {
	max-height: 600px;
	object-fit: cover;
	object-position: center;
	overflow: hidden;
	border-radius: 0 16px 16px 0;
	-webkit-border-radius: 0 16px 16px 0;
	-moz-border-radius: 0 16px 16px 0;
	-ms-border-radius: 0 16px 16px 0;
	-o-border-radius: 0 16px 16px 0;
}

.card_resolucion .bg_standar h3 {
	min-height: 50px;
	display: flex;
	align-items: center;
}

.content_media .titles {
	min-height: 50px;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
}

.content_ul ul li {
	font-size: 14px;
}

.icono_certi {
	width: 50px;
	height: 50px;
	object-fit: contain;
	object-position: center;
	margin-bottom: 10px;
}

.icono_30 {
	width: 30px;
	height: 30px;
	object-fit: contain;
	object-position: center;
	margin-bottom: 10px;
}

.content_img {
	height: 250px;
	object-fit: contain;
	object-position: center;
}

.bg_color_uno {
	background-color: #0ed8d2;
}

.bg_color_dos {
	background-color: #0dd685;
}

.bg_color_tres {
	background-color: #9056ed;
}

.bg_color_cuatro {
	background-color: #7c5ca1;
}

.bg_color_cinco {
	background-color: #f3aa29;
}

.bg_solid_color_green {
	background: rgb(8, 175, 103);
	background: -moz-radial-gradient(circle,
			rgba(8, 175, 103, 1) 0%,
			rgba(3, 73, 43, 1) 100%);
	background: -webkit-radial-gradient(circle,
			rgba(8, 175, 103, 1) 0%,
			rgba(3, 73, 43, 1) 100%);
	background: radial-gradient(circle,
			rgba(8, 175, 103, 1) 0%,
			rgba(3, 73, 43, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08af67", endColorstr="#03492b", GradientType=1);
}

.card_bg_change_color .bg_change_color {
	background-color: #0ed8d2;
}

.card_bg_change_color:nth-child(1) .bg_change_color {
	background-color: #28f7f7;
}

.card_bg_change_color:nth-child(2) .bg_change_color {
	background-color: #0ed8d2;
}

.card_bg_change_color:nth-child(3) .bg_change_color {
	background-color: #0aaea9;
}

.card_bg_change_color:nth-child(4) .bg_change_color {
	background-color: #088c88;
}

.bg_secondary .container .line-number {
	line-height: 73px;
}

@media (min-width: 1700px) and (max-width: 1800px) {
	.navbar .navbar-nav .menu-item a {
		min-width: 189px !important;
	}
}

@media (min-width: 1650px) and (max-width: 1700px) {
	.navbar .navbar-nav .menu-item a {
		min-width: 186px !important;
	}
}

@media (min-width: 1600px) and (max-width: 1650px) {
	.navbar .navbar-nav .menu-item a {
		min-width: 179px !important;
	}
}

@media (min-width: 1500px) and (max-width: 1600px) {
	.navbar .navbar-nav .menu-item a {
		min-width: 170px !important;
	}
}

@media (min-width: 1450px) and (max-width: 1500px) {
	.navbar .navbar-nav .menu-item a {
		min-width: 163px !important;
	}
}

@media (min-width: 1366px) and (max-width: 1450px) {
	.navbar .navbar-nav .menu-item a {
		min-width: 146px;
	}
}

@media (min-width: 992px) and (max-width: 1300px) {
	.navbar .navbar-nav .menu-item a {
		min-width: 108px !important;
	}
}

@media (min-width: 992px) and (max-width: 1100px) {
	.navbar .navbar-nav .menu-item a {
		font-size: 11px;
	}
}

@media (max-width: 992px) {
	.dropdown-toggle.nav-link {
		padding: 0;
	}

	#single-wrapper .wrrape-banner {
		background-position: left;
	}

	.checkbox-home .checkbox #captcha iframe {
		width: 100% !important;
		transform: scale(0.7);
		-webkit-transform: scale(0.7);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
		margin-left: 64px !important;
		-moz-transform: scale(0.7);
		-ms-transform: scale(0.7);
		-o-transform: scale(0.7);
	}

	.bg_secondary .container .line-number {
		line-height: 63px;
	}

	* {
		line-height: auto !important;
	}

	.owl-controlers .owl-nav>.owl-prev {
		left: calc(-50px / 2) !important;
	}

	.owl-controlers .owl-nav>.owl-next {
		right: calc(-50px / 2) !important;
	}

	* h1 {
		font-size: 40px;
	}

	* h2 {
		font-size: 37px;
	}

	* h2 {
		font-size: 34px;
	}
}

.min-height {
	min-height: 400px;
}

.border-12 {
	border-radius: 0.75rem;
	-webkit-border-radius: 0.75rem;
	-moz-border-radius: 0.75rem;
	-ms-border-radius: 0.75rem;
	-o-border-radius: 0.75rem;
}

.min-500 {
	min-height: 500px;
}

.min-200 {
	min-height: 250px;
}

.min-hei-texto {
	min-height: 105px;
}

.fc .fc-daygrid-day-frame {
	min-height: 100%;
	position: relative;
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 61px;
}

.fc .fc-daygrid-day-number {
	padding: 4px;
	position: relative;
	z-index: 4;
	color: #000000;
	font-family: Montserrat-Bold;
}

.fc .fc-col-header-cell-cushion {
	display: inline-block;
	padding: 2px 4px;
	min-height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	font-family: Montserrat-Bold;
}

.fc-theme-standard thead td,
.fc-theme-standard thead th {}

.fc .fc-button-primary {
	background-color: transparent;
	border-color: transparent;
	color: var(--primary);
}

.fc .fc-daygrid-day.fc-day-today>div {
	background-color: var(--primary);
	color: var(--blanco) !important;
	font-weight: 700;
}

.fc .fc-day-tue.fc-day-today .fc-daygrid-day-top .fc-daygrid-day-number {
	color: var(--blanco) !important;
}

.fc .fc-button-primary:disabled {
	background-color: var(--primary);
	text-transform: uppercase;
	font-size: 16px;
	font-family: Montserrat-Bold;
}

.fc .fc-button-primary:hover {
	background-color: var(--primary);
}

.fc-today-button.fc-button {
	display: none;
	text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.logos:nth-child(1) {
		max-width: 50px !important;
	}

	.logos:nth-child(2) {
		max-width: 59px !important;
	}

	.logos:nth-child(3) {
		max-width: 106px !important;
	}
}

.link_vertodo {
	text-transform: uppercase;
	font-size: 16px;
	font-family: Montserrat-Bold;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--primary);
	border-bottom: 2px solid var(--primary);
	float: right;
	padding: 5px 2px;
}

.nubers_single {
	font-size: 67px;
	color: #f7f6f2;
	font-family: Montserrat-Black;
	position: absolute;
	right: 10px;
	bottom: 30px;
	z-index: 0;
}

@media (min-width: 576px) {
	.modal-md {
		max-width: 690px !important;
		margin-right: auto;
		margin-left: auto;
	}
}

.accordion-item {
	position: relative;
}

.checkbox {
	text-align: center;
}

.checkbox.checkbox-home #captcha iframe {
	width: 100% !important;
	transform: scale(0.7);
	-webkit-transform: scale(0.7);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	margin-left: 40px !important;
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
}

.checkbox #captcha iframe {
	width: 100% !important;
	transform: scale(0.7);
	-webkit-transform: scale(0.7);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	margin-left: 0px !important;
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
}

.card_logos {
	overflow: hidden;
	padding: 0 15px;
	height: 120px;
	width: 100%;
	background-color: var(--blanco);
	display: flex;
	justify-content: center;
	align-items: center;
	object-fit: contain;
	object-position: center;
	-webkit-box-shadow: 10px 10px 57px -11px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 10px 10px 57px -11px rgba(0, 0, 0, 0.4);
	box-shadow: 10px 10px 57px -11px rgba(0, 0, 0, 0.4);
}

.enlace a {
	text-decoration: underline;
	color: #091042;
}

.enlace a>div {
	line-height: 115%;
}

.title_h3 {
	line-height: 119%;
	min-height: 82px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.min-heighs {
	min-height: 140px;
}

.fc-view-harness.fc-view-harness-active {
	height: 440px !important;
}

.owl-carousel a.cl_azul,
.owl-carousel a:focus,
.owl-carousel a:hover {
	color: var(--primary) !important;
}

.bg_standar_events {
	background-color: #ffffff5c;
}

.mobile-perfil {
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	position: fixed;
	transition: top 0.2s ease-in-out;
	width: 100%;
}

.card_minis {}

.number-dos {
	font-size: 150px;
	font-family: Cera-Black-italic;
	color: var(--secondary);
	line-height: 95%;
}

ul {
	margin: 0;
	padding: 1rem;
}

.content_info_adicional .content_decorado {
	position: relative;
}

#page-pasantias ul li:not(.bg_blanco) {
	list-style: none;
	position: relative;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 14px;
}

#page-pasantias ul li:not(.bg_blanco)::after {
	content: url(../images/listas.png);
	display: inline-block;
	vertical-align: middle;
	color: inherit;
	position: absolute;
	left: -21px;
	font-size: 0;
	margin-left: 8px;
	border: 0;
	margin-top: 1px;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	padding-bottom: 1px;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
}

.list_icono::after {
	content: url(../images/checks.png);
	position: absolute;
	left: -30px;
	top: -4px;
	width: 20px;
	height: 20px;
	overflow: hidden;
}

.content_info_adicional .content_decorado::after {
	content: url(../images/contet_decorado.png);
	display: inline-block;
	vertical-align: middle;
	color: inherit;
	font-size: 0;
	position: absolute;
	left: -10px;
	top: 0px;
	margin-left: 8px;
	border: 0;
	margin-top: 0px;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	padding-bottom: 1px;
}

.content_info_adicional {
	border-left: 6px solid #e6e6e6;
	background-color: #fff;
}

.content_info_adicional:nth-last-child(1) {
	margin-bottom: 0 !important;
}

* ol li,
* ol {
	font-family: Montserrat-Regular;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 117%;
}

.content_lists ul {
	padding-top: 0;
	padding-bottom: 0;
}

.shadoews-cards {
	-webkit-box-shadow: 10px 10px 57px -11px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 10px 10px 57px -11px rgba(0, 0, 0, 0.4);
	box-shadow: 10px 10px 57px -11px rgba(0, 0, 0, 0.4);
}

.min-564 {
	min-height: 564px;
}

@media (max-width: 768px) {
	.text-center_mobile {
		text-align: center;
	}
}

.banner-thanks {
	overflow: hidden;
	background-color: #000941;
}

.banner-thanks .phone-img {
	padding-top: 90%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
}

.banner-thanks .phone-text {
	position: relative;
	padding: 1.5rem 0;
}

.banner-thanks .phone-text:before {
	background-image: linear-gradient(to top, #000941, transparent);
	position: absolute;
	width: 100%;
	height: 40px;
	top: -40px;
	left: 0;
	content: '';
}

.banner-thanks .phone-text img {
	width: 100%;
	max-width: 400px;
}

.banner-thanks .phone-text .text,
.banner-thanks .block-main .text {
	color: #FFF;
	margin-top: .75rem;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	text-align: center;
}

.banner-thanks .phone-text .btn-thanks,
.banner-thanks .block-main .btn-thanks {
	background-color: #FFEC00;
	color: #0B1751;
	font-size: 16px;
	line-height: 15px;
	text-transform: uppercase;
	font-weight: 900;
	font-family: Cera-Black-italic;
	max-width: max-content;
	border-radius: 5px;
	padding: 16px 20px;
	transition: all ease-in-out .3s;
	display: block;
	margin: 0 auto;
}

.main-desktop {
	display: none;
}

.banner-main {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right center;
}

/* Landscape */
@media (min-width: 576px) {
	.banner-thanks .phone-img {
		padding-top: 75%;
	}
}

/* Tablet */
@media (min-width: 768px) {}

/* Desktop SM */
@media (min-width: 992px) {
	.banner-thanks {
		padding-top: 40%;
		position: relative;
	}

	.banner-thanks .phone-img,
	.banner-thanks .phone-text {
		display: none;
	}

	.banner-main {
		display: block;
	}

	.main-desktop {
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 10;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.main-desktop .content {
		max-width: 50%;
		flex-direction: column;
	}

	.banner-thanks .block-main .text {
		text-align: left;
	}

	.banner-thanks .block-main .btn-thanks {
		margin: 0 auto 0 0;
	}

	.banner-thanks .block-main .apart-text {
		padding: 0 0 0 15%;
	}

}

/* Desktop XL */
@media (min-width: 1280px) {
	.banner-thanks .block-main .btn-thanks {
		margin-top: 1.75rem;
	}
}