body, .sp-preloader {
    color: #363d52!important;
}
/**/
#sp-header {
    box-shadow: 0 0 8px 0px rgb(0 0 0 / 30%);
	/*position:absolute!important;*/ 
}
/**/
#offcanvas-toggler, .offcanvas-toggler-btn {
    display: none!important;
}
/**/
.sp-megamenu-parent>li>a,
.sp-megamenu-parent>li>span {
    font-size: 24px!important;
    text-transform: uppercase;
}
/**/
.sp-page-title {
    padding: 140px 0 60px;
	background-position: 50% 50%!important;
    background-size: cover!important;
	position: relative;  
}
.sp-page-title .sp-page-title-heading {
    font-size: 50px;
	z-index: 1;
    position: relative;
}
.sp-page-title .container:before {
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(0 0 0 / 60%);
    top: 0;
    left: 0;
    z-index: 1;
}
.sp-page-title .breadcrumb {
    position: relative;
	z-index: 1;
}

/**/
.page-header {
    text-align: center;
    padding: 60px 0 0;
    margin: 0;
	display: flex;
    justify-content: center;
    align-items: center;
}
.page-header h1 {
    margin: 0;
    padding: 0;
    font-size: 60px;
}
.page-header h1:before {
	content: ' ';
    width: 60px;
    height: 60px;
    /* background-color: #eee; */
    background-image: url(../../../images/icono-titulo_izq.png);
    display: inline-grid;
    background-size: cover;
	margin-right: 15px;
}
.page-header h1:after {
	content: ' ';
    width: 60px;
    height: 60px;
    /* background-color: #eee; */
    background-image: url(../../../images/icono-titulo_der.png);
    display: inline-grid;
    background-size: cover;
	margin-left: 15px;
}
/**/
#sp-main-body {
    padding: 0px 0 60px;
}
/**/
#sp-right .sp-module {
    background: #eeeeee;
	background: #eeeeee;
    margin-top: 30px;
    margin-bottom: 60px;
}
 #sp-right .sp-module:first-child {
    margin-top: 60px;
}
#sp-right .sp-module .sp-module-title {
    margin: 0;
    padding-bottom: 0;
    font-size: 40px;
    font-weight: normal;
    border-bottom: 0;
}


/**/
.btn-custom,
.sppb-btn-custom {
    background: #fff;
    text-transform: uppercase;
    border-radius: 0px;
	color: #666;
    font-weight: bold;
    padding: 15px 30px;
}
.btn-custom:hover,
.sppb-btn-custom:hover {
    background: #363d52;
	color: #fff;
}
.btn-custom:after,
.sppb-btn-custom:after {
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	margin-left: 10px;
}
/**/
.card-body{
	min-height: auto
}
.card-cover{
	background-position: center center!important;
	background-size: cover!important;
	background-color: #eee!important;
}
.card-overlay {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0) 100%) transparent;
}
.card-date{
	opacity:.6;
}
.card-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/**/

.portada #sp-header {
    position: absolute!important;
    top: -140px!important;
}
.portada #sp-header.header-sticky {
    top: 0!important;
    position: fixed!important;
}
.portada #menu-portada {
    position: absolute!important;
    top: 100px;
    z-index: 5!important;
    width: 100%;
}
.portada #menu-portada ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
}
.portada #menu-portada li {
    margin: 0 15px;
}
.portada #menu-portada .offcanvas-toggler.btn {
    float: none!important;
	height: auto;
}
.portada #menu-portada .burger-icon>span {
    display: block;
    height: 3px;
    background-color: #fff;
}

/**/
#carousel-portada {
    overflow: hidden;
}
#carousel-portada:before {
    content: '';
    width: 104%;
    height: 50%;
    position: absolute;
    top: 93%;
    left: -7%;
    background: #ffffff;
    z-index: 4;
    transform: rotate(8deg);
}
#carousel-portada:after {
    content: '';
    width: 104%;
    height: 50%;
    position: absolute;
    top: 93%;
    right: -7%;
    background: #ffffff;
    z-index: 4;
    transform: rotate(-8deg);
}
.carousel-portada .testimonios{
    position: absolute;
    bottom: 20%;
    width: 100%;
    height: auto;
    top: auto;
    color: #fff;
    padding: 0 90px 30px;
    text-align: center;
}
.carousel-portada .testimonios .fas{
    margin: 0px 10px;
    font-size: 25px;
}
.carousel-portada .testimonios h4{
	font-weight:normal;
}
.carousel-portada .ratio-21x9 {
    --bs-aspect-ratio: 35%;
}
.carousel-portada .owl-dots {
    margin:-80px 0 100px!important;
    position: relative;
}
.carousel-portada .fabrikList {
    margin: 0;
}
/**/
.carousel-proyecto .owl-carousel:hover .owl-dots {
	background: rgb(0 0 0 / 50%);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.carousel-proyecto .owl-dots {
    margin-top: -38px!important;
    z-index: 1;
    position: relative;
    padding-top: 7px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

/**/
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff!important;
}
.owl-theme .owl-dots .owl-dot span {
    background: rgb(255 255 255 / 50%)!important;
}



/**/
.reuniones-fechas .sppb-col-md-3 .sppb-addon-wrapper > div{
	min-height: 157px;
}



/**/
#sp-bottom {
    font-size: 16px;
}
#sp-bottom .sp-module .sp-module-title {
    font-weight: normal;
    font-size: 30px;
	margin-bottom: 15px;
}
/**/
#sp-footer {
    font-size: 16px;
}
#sp-footer .container-inner {
    border-top: 0px;
}
/**/
.offcanvas-menu .logo-image {
    height: 200px;
}
.offcanvas-menu .offcanvas-inner {
    padding: 0 30px;
}

/**/
.fabrikList{
    margin-top: 30px;
}
.fabrikDetails {
    margin-top: 30px;
}
.sp-module .fabrikList {
    margin-top: 0;
}

/**/
.fancybox-iframe {
    max-width: 800px;
}



/**/
@media only screen and (max-width: 1024px) {
	#carousel-portada .sppb-addon-overlay-image-content {
		padding: 30px!important;
	}
}
@media only screen and (max-width: 768px) {
	body {
		font-size: 20px!important;
	}
	#sp-header {
		height: 140px;
	}
	#sp-logo {
		width: 100%;
	}
	#sp-header .logo {
		height: 140px;
	}
	#sp-header .logo-image {
		height: 120px;
	}
	#offcanvas-toggler {
		display: inline-flex!important;
		float: right!important;
		height: 140px;
	}
	.carousel-portada .sppb-addon-title {
		margin: -200px 0px 0px 0px!important;
		font-size: 26px;
	}
	.carousel-portada .sppb-addon-subtitle {
		margin: 15px 0px 0px 0px!important;
	}
	.carousel-portada .sppb-addon-subtitle {
		line-height: normal;
	}
	.carousel-portada .ratio-21x9 {
		--bs-aspect-ratio: 50%;
	}
	.carousel-portada .testimonios {
		bottom: 15px;
		padding: 0 30px 15px;
	}
	.carousel-portada .testimonios h2 {
		font-size: 24px;
	}
	.carousel-portada .testimonios p {
		margin-top: 0!important;
	}
	.sppb-addon-text-block {
		text-align: center;
	}
	.sppb-text-right {
		text-align: center;
	}
	.sppb-text-left {
		text-align: center;
	}
	#sppb-addon-1646366382032 .sppb-nav-tabs {
		flex-wrap: wrap;
	}
	.sppb-tab-content .sppb-addon-text-block {
		text-align: left;
	}
	#sp-right .sp-module:first-child {
		margin-top: 0;
	}
	.portada #menu-portada ul {
		display: none!important;
	}
	#carousel-portada:before, #carousel-portada:after {
		top: 90%;
	}
}
@media only screen and (max-width: 425px) {
	.escuela___card_lista .card-body,.noticias___card_lista .card-body {
		padding-left: 30px;
	}
	#proximo > h3 ,#pasado > h3 {
		text-align: center;
	}
	.portada #menu-portada {
		top: 30px;
	}
	.carousel-portada .owl-dots {
		display: none;
	}
	#carousel-portada:before, #carousel-portada:after {
		top: 98%;
	}
	.sppb-btn, .btn {
		width: 100%;
	}
	.offcanvas-toggler-btn {
		display: inline-block!important;
	}

}
@media only screen and (max-width: 375px) {
	
}
@media only screen and (max-width: 320px){
	
}