/*
	Style CSS
	Arandanos;
*/
*{
	box-sizing: border-box;
}
body{
	font-family: 'Rubik', sans-serif;
	font-size: 1rem;
	/*color: #173053;*/
	/*color: #88959e;*/
	color: #5b7e96;
	background-color: #fff;
}

body {
    scroll-behavior: smooth;
}

/* General */
h1, h2, h3, h4, h5, h6{
	font-family: 'Rubik', sans-serif;
	margin: 0;
	line-height: 100%;
}
p{
	font-weight: 300;
	line-height: 22px;
	font-size: 15px;
}
/* Helpers */
a, a:hover{
	text-decoration: none;
}
*:focus,
button:focus{
	outline: none;
}
em{
	font-family: 'Rubik', sans-serif;
	font-style: italic;
}
.btn{
	font-size: 16px;
	height: auto;
	display: inline-table;
	border-radius: 5px;
	background-color: #99c23c;
    background-image: none;
	border: none;
	font-weight: 100;
}
.btn:hover{
    background-color: #99c23c;
    background-image: none;
    opacity: .9;
}
.custom-btn {
	font-size: 16px;
	height: auto;
	border-radius: 6px;
	background-color: #99c23c;
	border: none;
	font-weight: 100;
}

.upgrade{
	font-size: 18px;
}
.brd-box{
	border: 2px solid #4444;
}
.bottom-brd{
	border-bottom: 1px solid #4444;
}
.brd-rad-green{
	border: 1px solid #99c23c;
	border-radius: 10px;
}
.brd-right{
	border-right: 1px solid #173154;
}
.table-brd-right tbody tr td.brd,
td.brd-not{
	border-right: 1px solid #5b7e96;
	padding-left: 0;
	position: relative;
	color: #173053;
	font-weight: 500;
}
td.brd:after {
	content: '';
	width: 15%;
	border-bottom: 1px solid #e5233e;
	position: absolute;
	left: 0;
	bottom: 0;
}
td.p-table{
	padding-left: 25px;
	padding-right: 0;
}
.large-h2 h2{
	font-size: 3em;
}
/* Header */
.top-nav{
	background-color: #173053;
	position: relative;
}
.top-nav:before{
	content: '';
	width: 100%;
    max-width: 19%;
    min-width: 19%;
    height: 100%;
    background-color: #99c23c;
    position: absolute;
    right: 0;
    top: 0;
}
.top-style{
	background-color: #e5233e;
	font-weight: lighter;
	text-transform: uppercase;
}
.top-style li.nav-item-top,
.top-style li.nav-item-top a{
	color: #fff;
	font-size: 13px;
}
.top-style li a{
	padding: 5px 12px;
	position: relative;
}
.top-style li.nav-item-top:first-child a:after{
	content: '';
	width: 1px;
	height: 50%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #fff;
}

.top-style li.nav-item-top a:hover{
	color: #fff;
	background-color: #c5253b;
	transition: 0.3s ease-out;
}

.logotype{
	width: 160px;
	display: block;
}
.logotype img{
	margin-bottom: 14px;
}
.f-bld{
	font-weight: 600;
}
.rolling{
	position: absolute;
	right: 13%;
	bottom: 100px;
}
/* Header */

header nav ul li.dropdown{
	position: inherit;
}

.navbar{
	padding: 0 !important;
}
.navbar-nav li:hover .dropdown-menu {
    display: inline-flex;
    align-items: center;
	justify-content: center;
}
.navbar-nav li:active .dropdown-menu {
	color: red;
}
.navbar-nav li a{
	color: #173053;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	font-size: small;
	    margin-left: 18px;
}
.navbar-nav li a:hover{
	color: #99c23c;
}

/* Sub menu */
.dropdown-menu {
	width: 100%;
    position: fixed !important;
    top: 132px;
    left: 0;
    z-index: 1000;
    display: initial;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity .7s linear;
    float: left;
    min-width: 10rem;
    /*padding: .5rem 0;
    margin: .125rem 0 0;*/
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #f2f2f2;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    border-top: 10px solid #fff;
}
header nav ul li:hover ul {
    visibility: visible;
    opacity: 1;
    -prefixes-transition-delay: 0s, 0s;
}
.dropdown-menu li{
	margin-left: 0.5%;
	margin-right: 0.5%;
}
.dropdown-menu > li a {
    border-radius: 5px;
    font-weight: normal;
}
.dropdown-menu > li a:hover {
	color: #99c23c;
}
/* /Sub menu */

.waiting > a{
	color: #99c23c !important;
}
.nav-link:hover{
	color: #99c23c
}

.flex-slide{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.ribbon h2,
.ribbon h2.shapeL{
	font-size: 2.5em;
    color: #173053;
    margin-bottom: 30px;
    position: relative;
    font-weight: 400;
}
.ribbon h2:after{
	content: '';
	width: 90px;
	height: 6px;
	background-color: #99c23c;
	position: absolute;
	right: 0;
	left: 0;
	bottom: -10px;
	border-right: 30px solid #172f53;
	border-left: 30px solid #e5233e;
	margin: auto;
}
.ribbon h2.shapeL:after{
	content: '';
	width: 90px;
	height: 6px;
	background-color: #99c23c;
	position: absolute;
	left: 0;
	bottom: -10px;
	border-right: 30px solid #172f53;
	border-left: 30px solid #e5233e;
	margin: 0;
}
.ribbon .brd-box h2 {
    font-size: 2.5em;
    font-weight: normal;
}
h3.min{
	font-size: 1.6em;
	color: #173053;
	position: relative;
	margin-left: 15px;
}
h3.min:after{
	content: '';
	width: 15px;
	height: 6px;
	background-color: #99c23c;
	position: absolute;
	right: -25px;
	bottom: 6px;
	border-right:5px solid #172f53;
	border-left: 5px solid #e5233e;
}

section.jambo{
	width: 100%;
	/*height: 80vh;*/
	background-image:
	/**/url('../img/intro.jpg');
	background-repeat:
	/**/no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
.showit{
	min-height: 520px;
}
.sld-fix{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.carousel-caption{
	width: 100%;
	height: fit-content;
	top: 35%;
	left: 0;
	padding-top: 0;
	padding-bottom: 0;
	color: #fff;
	text-align: left;
}
.carousel-caption h5{
	font-size: 3em;
}
.carousel-caption h5 small{
    font-size: 65%;
    font-weight: 400;
}
.carousel-caption span.btn{
	color: #fff;
}
.carousel-caption a{
	color: #fff;
	margin-top: 10px;
	display: inline-block;
}
.carousel-caption a:after{
	content: "";
	width: 40px;
	height: 10px;
	display: inline-block;
	background-image: url('../img/arrow-slide.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	margin-left: 15px;
}
.carousel-inner img{
	width: 100%;
}

.dott-counter{
	position: absolute;
    right: auto;
    bottom: 50px;
    left: 0;
    z-index: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0;
    margin-left: 1.333%;
    list-style: none;
}

.Noticias{
	background-color: #e5233e;
	text-transform: uppercase;
}
.Actividades{
	background-color: #99c23c;
	text-transform: uppercase;
}
.Crop{
	background-color: #173053;
	text-transform: uppercase;
}
.Flash{
	background-color: #5b7e96;
	text-transform: uppercase;
}

.btn-fake{
	background-color: transparent;
	color: #fff;
	border: 0;
	margin: 0 20px;
	padding: 0;
}
.btn-fake img{
	width: auto;
    display: block;
    margin-left: 7px;
}

.btn-youtube-play {
	background-color: transparent;
	color: #fff;
	border: 0;
	margin-top:20px;:
	padding: 0;
}

.btn-youtube-play img{
	width: auto;
	display: block;
	margin-left: 7px;
}


/* Main */
section.groups{
	width: 100%;
	margin-top: -50px;
	background-color: #fff;
}
.bx-shadow{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

section.system{
	width: 100%;
	display: inline-block;
}
.wrap{
	padding: 10px;
	background-color: #fff;
}
.brd-red{
	border: 1px solid #e5233e;
}
/* Swiper */
.swiper-container{
	width: 100%;
	height: 100%;
}
.swiper-slide{
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

/* Pages */
.rel{
	position: relative;
}
ul.discRed li::before {
  content: "\2022";
  color: #e5233e;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.wrp-10{
	padding: 0 10%;
}
.bg-grey{
	background-color: #f2f2f2;
}
.brd-child .childs:nth-child(2){
	border-left: 1px solid #5b7e96;
	border-right: 1px solid #5b7e96;
}
.childs h3{
	margin-bottom: 30px;
	font-weight: 400;
}
.fx-heading-bx  {
    max-width: 35%;
    min-width: 35%;
    float: left;
    display: inline-table;
}
.fx-heading h2{
	width: auto;
	font-size: 3.5em;
	font-weight: 500;
	color: #fff;
	float: left;
	line-height: 100%;
	display: inline-table;
	position: relative;
}
/*.fx-heading h2:after{*/
/*	content: "";*/
/*	width: 44.333%;*/
/*	height: 2px;*/
/*	border-bottom: 1px solid #fff;*/
/*	position: absolute;*/
/*	bottom: 0;*/
/*	left: 0;*/
/*}*/
.fx-heading p{
	color: #fff;
	float: left;
	width: auto;
	min-width: 35%;
	max-width: 55%;
	padding-left: 3%;
}
.img-fx-comite{
	position: absolute;
	right: -50px;
	bottom: -70px;
	z-index: 13;
}
.img-fx-comite-1{
	position: absolute;
    bottom: -8%;
    left: 40%;
    z-index: 13;
}
.img-fx-comite-2{
	position: absolute;
    right: 6%;
    bottom: -25px;
    z-index: 13;
}
.img-fx-comite-3{
	position: absolute;
	top: 45%;
	left: 0;
	z-index: 13;
}
.img-fx-comite-4 {
	position: absolute;
	top: -10%;
	left: 25%;
	z-index: 13;
}
.img-fx-comite-5 {
	position: absolute;
	top: 16px;
	right: 15%;
	z-index: 13;
}
.img-fx-comite-6 {
	position: absolute;
	top: -60px;
	left: 15%;
	z-index: 13;
}
.img-fx-comite-7 {
	position: absolute;
	top: -40px;
	right: 15%;
	z-index: 13;
}
.img-fx-comite-8 {
	position: absolute;
	bottom: -175px;
	left: 5%;
	z-index: 13;
}
.img-fx-comite-9 {
	position: absolute;
    bottom: -148px;
    left: -4%;
    z-index: 13;
    transform: rotate(0deg);
}
.img-fx-comite-10{
	position: absolute;
	right: -50px;
	bottom: 5%;
	z-index: 13;
}
.img-fx-comite-11 {
    position: absolute;
    left: -90px;
    bottom: -77px;
    z-index: 13;
}
.img-fx-comite-12 {
    position: absolute;
    right: -50px;
    top: -16px;
    z-index: 13;
}
.img-fx-comite-13 {
    position: absolute;
    left: 0;
    bottom: 22%;
    z-index: 13;
}
.red{
	color: #e5233e !important;
}
.green{
	color: #99c23c !important;
}

section.heading-comite{
	width: 100%;
	background-color: #99c23c;
	position: relative;
	padding-bottom: 30px !important;
    padding-top: 70px !important;
}
section.mision{
	background-color: #f2f2f2;
	position: relative;
	padding: 15px 0 !important;
}
section.directorio{
	position: relative;
}
section.heading-sistema{
	background-color: #5b7e96;
	position: relative;
}
section.heading-noticias{
	width: 100%;
	background-color: #e5233e;
	position: relative;
	padding-bottom: 20px !important;
    padding-top: 70px !important;
}
.head-entry,
.head-entry h2 a,
.head-entry h2 a:hover{
	color: #172f53;
	font-weight: 400;
}

section.bg-image-group{
	position: relative;
	height: 400px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center bottom -30px;
	background-size: 100%;
}
section.heading-inftec{
	width: 100%;
	background-color: #173154;
	position: relative;
}
.event-card{
	color: #5b7e96;
}
.event-card h4{
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 20px;
	color: #172f53;
	font-weight: 500;
}
.event-card span.who{
	text-transform: uppercase;
	color: #e5233e;
	margin-bottom: 15px;
	display: inline-block;
}

.download h3{
	width: 100%;
	background-color: #e5233e;
	color: #fff;
	text-align: center;
	padding: 10px;
	font-size: 24px;
}
.download h5{
	color: #172f53;
    font-weight: 400;
}
.download-colum div.box-download{
	border: 1px solid #4444;
	margin-bottom: 30px;
	width: 25%;
	float: left;
	padding: 15px 30px;
	height: 120px;
	margin-right: -1px;
}
.box-download a{
	color: #5b7e96;
	margin-top: 15px !important;
}

/* Footer */
footer{
	width: 100%;
	height: auto;
	color: #fff;
	padding-top: 8%;
	background-image: url('../img/bg-footer.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.logotype-footer{
	width: 100px;
	height: auto;
	display: block;
	float: left;
}
.copyright p{
	margin-bottom: 0;
}

.xternal-link li a{
	color: #fff;
	transition: 0.2s;
}
.xternal-link li a:hover{
	color: #fff;
	opacity: 0.8;
	transition: 0.2s;
}

/* Video */
.video-box{
	position: relative;
	padding-bottom: 56.25%; /* 16/9 ratio */
	padding-top: 30px; /* IE6 workaround*/
	height: 0;
	overflow: hidden;
}
.video-box-h5 h5{
	color: #172f53;
	font-weight: 400;
}
.video-box iframe,
.video-box object,
.video-box embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 400px;
}

/* Overly */
.hovereffect{
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 160px;
	overflow: hidden;
}
.overlay{
	position: absolute;
	bottom: -100%;
	width: 100%;
	height: 100%;
	padding: 10px 0;
	background-color: rgba(3, 40, 93, 0.83);
	color: #fff;
	transition: all .2s;
	font-size: 12px;
}
.hovereffect:hover .overlay{
	bottom: -65px;
	transition: all .2s;
}
.overlay ul li a,
.overlay ul li a:hover{
	color: #fff;
	text-decoration: none;
}

.grid-rel{
	position: relative;
}
.single-post header {
    border-bottom: 1px solid #ddd;
}
li.menu-item-object-page.current-menu-item a, li.menu-item-object-page.current-menu-item a {
    color: #99c23c !important;
}


/* Media */
.modal{
    background: rgba(0,0,0,.9);
}
#modal-3 .modal-dialog {
    width: 80%;
    min-width: 80%;
    margin-top: 5%;
}
.modal-header {
    position: absolute;
    width: 100%;
    top: -55px;
}
.modal-content{
    background-color: rgba(0,0,0,.8);
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
}
#modal-3 .modal-dialog iframe {
    width: 100%;
    height: 75vh;
}
#modal-3 .modal-dialog .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}
nav.navbar.navbar-expand-md.navbar-dark.fixed-top {
    background: #fff;
    top: 28px;
    width: 100%;
    padding: 0 !important;
    z-index: 14;
    transition: 1s;
    
} 
.single-post nav.navbar.navbar-expand-md.navbar-dark.fixed-top{    border-bottom: 1px solid #ddd;}
.navbar-dark .navbar-nav .nav-link {
    color: #173053 !important;
    padding: 80px 5px 0;
}
.navbar-dark .navbar-nav .nav-link:hover{
    color: #99c23c !important;
    background: transparent;
}
.navbar-dark .navbar-nav .sub-menu .nav-link {
    padding: 10px 0;
}
.navbar-dark .navbar-nav .current-menu-parent > a, .navbar-dark .navbar-nav .current-menu-item > a {
    color: #99c23c !important;
    background: transparent;
}
nav.navbar.navbar-expand-md.navbar-dark.fixed-top.sticky {
    top: 0;
    z-index:14;
    border-bottom: 1px solid #f2f2f2;
}
.fixed-top.sticky .dropdown-menu{
    top: 75px;
}
section:first-of-type {
    margin-top: 90px;
}
.sticky .logotype {
    width: 90px;
    margin: 5px 0;
}
.navbar-dark.sticky .navbar-nav .nav-link {
    padding: 50px 5px 0;
}
.navbar-dark.sticky .navbar-nav .sub-menu .nav-link {
    padding: 10px 0;
}
.event-list-location address h4 {
    margin-top: 0;
    line-height: 1;
}
.mec-wrap h1, .mec-wrap h2, .mec-wrap h3, .mec-wrap h4, .mec-wrap h5, .mec-wrap h6, .entry-content .mec-wrap h1, .entry-content .mec-wrap h2, .entry-content .mec-wrap h3, .entry-content .mec-wrap h4, .entry-content .mec-wrap h5, .entry-content .mec-wrap h6 {
    font-family: 'Rubik', sans-serif;
    font-weight: normal;
}
.mec-wrap, .mec-wrap div:not([class^="elementor-"]), .lity-container {
    font-family: 'Rubik', sans-serif;
    color: #173253;
}
.mec-wrap .mec-single-title {
    font-weight: normal;
    color: #173253;
    padding: 0 15px;
    font-size: 24px;
}
.single .mec-wrap .mec-single-title {
    padding: 0;
}
.event-list-start-date-number h1, .event-list-location address h4{
    color: #99c23d;
    font-weight: normal;
}
.event-list-location address h4{
    font-size: 18px;
}
.event-list-location hr {
    border: solid red;
    border-top: .5rem;
}
.mec-single-event-excerpt {
    padding: 0 30px;
}
.category-label-container .category-event-color {
    font-size: 12px;
    line-height: 20px;
    top: 5px;
    right: -17px;
}
.mec-wrap .mec-totalcal-box input, .mec-wrap .mec-totalcal-box select, .mec-wrap .mec-totalcal-box .mec-totalcal-view span {
    color: #173279;
    font-family: 'Rubik', sans-serif;
}
.mec-dropdown-search select {
    font-size: 16px !important;
}
.xternal-link li {
    font-size: 14px !important;
}
.mec-calendar:not(.mec-event-calendar-classic):not(.mec-calendar-weekly) dt {
    line-height: 30px;
    padding: 2px 2px 2px 2px;
    font-weight: 400;
    border-radius: 50%;
}
[data-style~=comunidad] {
    color: #99c23c;
}
[data-style~=socios] {
    color: #e14d43;
}
[data-style~=otros] {
    color: #0d3457;
}
#mec_sf_category_734:active {
    background-color: #f2f2f2;
    border: none;
}
.mec-wrap .event-start-date-number h1, .event-start-date-month h1 {
    color: #99c23d;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 5px;
}
.event-location address h4{
    color: #99c23d;
    font-size: 20px;
}
.mec-single-event .mec-event-social h3{
    padding-top: 20px;
    margin-bottom: 15px;
    color: #173154;
    font-weight: 400;
}
.table-responsive h4 {
    margin-bottom: 35px;
}
.mec-single-modern .mec-frontbox{
    margin-top: 0px;
}
.mec-calendar .mec-has-event a {
    line-height: 30px;
}
.mec-calendar-header .title{font-weight: 400;}
.mec-calendar.mec-box-calendar{padding: 15px;}
#register-link {
    margin-top: 0px;
    font-size: 16px;
    padding: 5px 0 !important;
}
section.system.ribbon.py-5.wow.fadeInUp {
    padding: 0 !important;
    margin-bottom: 35px !important;
}
.col-md-6.text-center.mb-5.wow.fadeInUp {
    margin-bottom: 0 !important;
}
section.directorio.ribbon .col-md-6.text-center.pt-5.mb-5.wow.fadeInUp {
    padding-top: 100px !important;
}
section.e-col.ribbon.py-5.wow.fadeInUp {
    padding-top: 30px !important;
}
.brd-box {
    padding-bottom: 0 !important;
}
.single-col .container.py-5 {
    padding-top: 10px !important;
}
.single-col .container.py-5.bg-grey {
    padding-top: 35px !important;
    margin-bottom: 35px !important;
}
.head-entry p {
    color: #5b7e96;
}
.head-entry span {
    color: #5b7e96;
    font-weight: 300;
}
.head-entry h2.mb-4 {
    margin-bottom: 1rem !important;
}
.single .col-md-12.mb-5 {
    margin-bottom: 2rem !important;
}
section.noticias-list {
    padding-bottom: 2rem !important;
}
.single-col.sistema-pad .container.py-5 {
    padding-top: 50px !important;
}
.bg-grey.sistema-pa .container.py-5 {
    padding-top: 50px !important;
}
.grafico {
    position: relative;
    top: -55px;
}
.ribbon h2 {
    margin-bottom: 3rem !important;
}
.mec-event-grid-clean .mec-event-article{
    padding: 15px 0;
    min-height: 300px;
}
.mec-single-event-excerpt {
    color: #5b7e96 !important;
    font-weight: 300;
}
.mec-event-sharing .mec-links-details ul a {
    margin-right: 5px;
    font-size: 12px;
    padding: 10px 25px;
}
.mec-single-modern {
    margin-top: 15px;
}
.py-5.descargas {
    padding-top: 4rem!important;
}
.grid-wrap {
    max-width: 75em;
}
.mec-wrap.colorskin-custom .mec-calendar:not(.mec-event-calendar-classic) .mec-selected-day{
        background-color: transparent;
}
.mec-single-event .mec-event-social ul{float: left;}
.mec-event-sharing .mec-links-details ul a{float: right;}
.box-category {
    color: #e14d43;
    display: block;
    margin-bottom: 15px;
}
#mec-login-form.mec-login-form {
    padding: 20px 0;
}
#mec-login-form.mec-login-form .mec-login-input {
    margin: 0;
}
#mec-login-form.mec-login-form .mec-login-form-footer {
    margin: 0;
}
.mec-wrap .event-start-date-number h1 {
    margin-top: 45px;
}
@media (min-width: 1200px){
.container {
    max-width: 1200px;
}
}
@media (max-width: 767px){
}

@media (min-width: 768px) and (max-width: 991px){
}
@media (min-width: 480px) and (max-width: 767px){
	.rolling {
	    position: absolute;
	    right: 3%;
	    bottom: -60px;
	    z-index: 99;
	}
	.logotype img {
		margin-bottom: 0;
		padding: 15px 0;
	}
	.navbar-nav li:hover .dropdown-menu {
		display: inline-block;
		padding: 0 25px;
	}
	ul.show{
		border-top: 1px solid #f2f2f2;
	}
	.top-style li.nav-item-top:first-child a:after {
		display: none;
	}
	.top-style ul{
		width: 100%;
		display: inline-block;
	}
	.top-style li.nav-item-top, .top-style li.nav-item-top a {
	    text-align: center;
	}

	section.groups {
	    width: 100%;
	    margin-top: 20px;
	    background-color: #fff;
	}

	.dott-counter{
		margin: 0 auto;
	    bottom: -3px;
	    left: 0;
	    right: 0;
	}

	.carousel-inner{
		height: 290px;
	}
	.carousel-caption {
	    width: 100%;
	    height: fit-content;
	    top: 45px;
	    left: 0;
	    padding-top: 0;
	    padding-bottom: 0;
	    color: #fff;
	    text-align: left;
	    margin-left: 3%;
	    margin-right: 3%;
	}
	.carousel-caption h5 {
	    font-size: 2em;
	}
	.carousel-inner img {
	    width: auto;
	    height: 290px;
	}
	.wrap{
		margin-bottom: 25px;
	}

	footer {
	    width: 100%;
	    height: auto;
	    color: #fff;
	    padding-top: 8%;
	    background-image: url(../img/bg-footer.png);
	    background-repeat: no-repeat;
	    background-position: top left -152px;
	}
	.xternal-link,
	.copyright{
		text-align: center;
	}

	.fx-heading p {
	    color: #fff;
	    float: left;
	    width: auto;
	    min-width: 100%;
	    max-width: 100%;
	    padding-left: 0;
	    margin-top: 20px;
	}

	.img-fx-comite {
		display: none;
	}
	.img-fx-comite-1 {
	    position: absolute;
	    bottom: 0;
	    left: 40%;
	    z-index: 999;
	}
	.img-fx-comite-2 {
		display: none;
	}

	.d-mobile-j{
		margin-top: 30px;
	}
	.fx-heading-bx {
	    max-width: 100%;
	    min-width: 100%;
	}
	.fx-heading h2 {
	    width: auto;
	    font-size: 3em;
	}

	.brd-child .childs:nth-child(2) {
	    border-left: none;
	    border-right: none;
	    border-top: 1px solid #5b7e96;
	    border-bottom: 1px solid #5b7e96;
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	section.heading-comite,
	section.mision,
	.heading-noticias,
	section.heading-sistema{
		overflow: hidden;
	}
	section.bg-image-group{
		height: auto;
	}
	.img-fx-comite-3 {
	    position: absolute;
	    top: 50%;
	    left: 0;
	    z-index: 14;
	}
	.img-fx-comite-4 {
	    position: absolute;
	    top: -30px;
	    left: 25%;
	    z-index: 14;
	}
	.img-fx-comite-5 {
	    position: absolute;
	    top: -48px;
	    right: 15%;
	    z-index: 14;
	}
	.img-fx-comite-6{
		display: none;
	}
	.brd-right{
		border-right: none;
	}
	.img-fx-comite-10 {
	    position: absolute;
	    right: -30px;
	    bottom: -161px;
	    z-index: 14;
	    display: none;
	}
	.img-fx-comite-12 {
	    position: absolute;
	    right: -50px;
	    top: -154px;
	    z-index: 14;
	    display: none;
	}

	.slideshow nav span.nav-prev, .slideshow nav span.nav-next {
	    top: 30%;
	    -webkit-transform: translateY(-50%);
	    transform: translateY(-50%);
	}
	.slideshow nav span.nav-close {
	    top: 0;
	    right: 6%;
	    padding: 0.5em 1em;
	    color: #fff;
	}
	.slideshow nav span.nav-prev {
		left: 0;
	}
	.slideshow nav span.nav-next {
		right: 0;
	}
	.download-colum div.box-download {
	    border: 1px solid #4444;
	    margin-bottom: 30px;
	    width: 100%;
	    float: left;
	    padding: 15px 30px;
	    height: 120px;
	    margin-right: -1px;
	}
	.sld-fix{
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.navbar-dark .navbar-toggler {
        border-color: #99c23c;
        color: #99c23c;
        padding: 1rem .75rem .25rem;
        margin-right: 15px;
    }
    .logotype img {
        margin-left: 15px;
    }
    .navbar-dark .navbar-toggler {
        border-color: #99c23c;
        color: #99c23c;
        padding: 1rem .75rem .25rem;
        margin-right: 15px;
    }
    .logotype img {
        margin-left: 15px;
    }
    nav.navbar.navbar-expand-md.navbar-dark.fixed-top{top: 0;}
    .navbar-dark .navbar-nav .nav-link {
        color: #173053 !important;
        padding: 15px 5px;
        font-size: 16px;
    }
    .navbar-nav .dropdown-menu {
        position: static !important;
        float: none;
        display: none !important;
        visibility: visible;
        opacity: 1;
        padding-left: 15px;
    }
    ul.sub-menu.dropdown-menu.active {
        display: block !important;
    }
}
@media (max-width: 479px){
	.rolling {
		display: none;
	}
	.logotype img {
		margin-bottom: 0;
		padding: 15px 0;
	}
	.navbar-nav li:hover .dropdown-menu {
		display: inline-block;
		padding: 0 25px;
	}
	ul.show{
		border-top: 1px solid #f2f2f2;
	}
	.top-style li.nav-item-top:first-child a:after {
		display: none;
	}
	.top-style ul{
		width: 100%;
		display: inline-block;
	}
	.top-style li.nav-item-top, .top-style li.nav-item-top a {
	    text-align: center;
	}

	section.groups {
	    width: 100%;
	    margin-top: 20px;
	    background-color: #fff;
	}

	.dott-counter{
		margin: 0 auto;
	    bottom: -3px;
	    left: 0;
	    right: 0;
	}

	.carousel-inner{
		height: 290px;
	}
	.carousel-caption {
	    width: 100%;
	    height: fit-content;
	    top: 45px;
	    left: 0;
	    padding-top: 0;
	    padding-bottom: 0;
	    color: #fff;
	    text-align: left;
	    margin-left: 3%;
	    margin-right: 3%;
	}
	.carousel-caption h5 {
	    font-size: 2em;
	}
	.carousel-inner img {
	    width: auto;
	    height: 290px;
	}
	.wrap{
		margin-bottom: 25px;
	}

	footer {
	    width: 100%;
	    height: auto;
	    color: #fff;
	    padding-top: 8%;
	    background-image: url(../img/bg-footer.png);
	    background-repeat: no-repeat;
	    background-position: top left -152px;
	}
	.xternal-link,
	.copyright{
		text-align: center;
	}

	.fx-heading p {
	    color: #fff;
	    float: left;
	    width: auto;
	    min-width: 100%;
	    max-width: 100%;
	    padding-left: 0;
	    margin-top: 20px;
	}

	.img-fx-comite {
		display: none;
	}
	.img-fx-comite-1 {
	    position: absolute;
	    bottom: 0;
	    left: 40%;
	    z-index: 999;
	}
	.img-fx-comite-2 {
		display: none;
	}

	.d-mobile-j{
		margin-top: 30px;
	}
	.fx-heading-bx {
	    max-width: 100%;
	    min-width: 100%;
	}
	.fx-heading h2 {
	    width: auto;
	    font-size: 3em;
	}

	.brd-child .childs:nth-child(2) {
	    border-left: none;
	    border-right: none;
	    border-top: 1px solid #5b7e96;
	    border-bottom: 1px solid #5b7e96;
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	section.heading-comite,
	section.mision,
	.heading-noticias,
	section.heading-sistema{
		overflow: hidden;
	}
	section.bg-image-group{
		height: auto;
	}
	.img-fx-comite-3 {
	    position: absolute;
	    top: 50%;
	    left: 0;
	    z-index: 13;
	}
	.img-fx-comite-4 {
	    position: absolute;
	    top: -30px;
	    left: 25%;
	    z-index: 13;
	}
	.img-fx-comite-5 {
	    position: absolute;
	    top: -48px;
	    right: 15%;
	    z-index: 13;
	}
	.img-fx-comite-6{
		display: none;
	}
	.brd-right{
		border-right: none;
	}
	.img-fx-comite-10 {
	    position: absolute;
	    right: -30px;
	    bottom: -161px;
	    z-index: 13;
	    display: none;
	}
	.img-fx-comite-12 {
	    position: absolute;
	    right: -50px;
	    top: -154px;
	    z-index: 13;
	    display: none;
	}

	.slideshow nav span.nav-prev, .slideshow nav span.nav-next {
	    top: 30%;
	    -webkit-transform: translateY(-50%);
	    transform: translateY(-50%);
	}
	.slideshow nav span.nav-close {
	    top: 0;
	    right: 6%;
	    padding: 0.5em 1em;
	    color: #fff;
	}
	.slideshow nav span.nav-prev {
		left: 0;
	}
	.slideshow nav span.nav-next {
		right: 0;
	}
	.download-colum div.box-download {
	    border: 1px solid #4444;
	    margin-bottom: 30px;
	    width: 100%;
	    float: left;
	    padding: 15px 30px;
	    height: 120px;
	    margin-right: -1px;
	}
	.sld-fix{
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.navbar-dark .navbar-toggler {
        border-color: #99c23c;
        color: #99c23c;
        padding: 1rem .75rem .25rem;
        margin-right: 15px;
    }
    .logotype img {
        margin-left: 15px;
    }
    nav.navbar.navbar-expand-md.navbar-dark.fixed-top{top: 0;}
    .navbar-dark .navbar-nav .nav-link {
        color: #173053 !important;
        padding: 15px 5px;
        font-size: 16px;
    }
    .navbar-nav .dropdown-menu {
        position: static !important;
        float: none;
        display: none !important;
        visibility: visible;
        opacity: 1;
        padding-left: 15px;
    }
    #modal-3 .modal-dialog {
        width: 96%;
        min-width: 96%;
        margin-top: 15%;
    }
    #modal-3 .modal-dialog iframe {
        width: 100%;
        height: 40vh;
    }
    ul.sub-menu.dropdown-menu.active {
        display: block !important;
    }
    .navbar-collapse {
        overflow: scroll;
    }
    .category-label-container .category-event-color {
        font-size: 12px;
        line-height: 20px;
        top: 45px;
    }
    .mec-wrap .mec-totalcal-box select {
        padding: 0 5px !important;
    }
    .mec-event-grid-clean .mec-event-article {
        margin-bottom: 35px;
    }
    .mec-calendar:not(.mec-event-calendar-classic):not(.mec-calendar-weekly) dt{
        width: 44px;
        height: 44px;
        line-height: 44px;
        padding: 2px 2px 2px 2px;
        font-weight: 400;
        border-radius: 50%;
    }
    #register-link {
    margin-top: 30px;
    margin-bottom: 35px;
}
.mec-calendar:not(.mec-event-calendar-classic):not(.mec-calendar-weekly) dt {
    width: 44px;
    height: 30px;
    line-height: 30px;
    padding: 0px 2px 2px 2px;
    font-weight: 400;
    border-radius: 50%;
}
.mec-calendar .mec-has-event a {
    line-height: 40px;
}
.directorio .img-fluid {
    margin-top: 70px;
}
section.heading-noticias .py-5 {
    padding: 0 15px !important;
}
.col-md-4.pr-0 {
    padding: 0 !important;
}
.head-entry {
    padding: 1rem !important;
}
.large-h2 h2 {
    font-size: 1.8em;
}
.ribbon h2 {
    margin-bottom: 6rem !important;
}
.brd-rad-green{
    margin-bottom: 3rem !important;
}
.col-md-6.px-5.brd-right.wow.fadeInUp {
    border-bottom: 2px solid #f2f2f2;
    margin-bottom: 3rem;
}
.event-list-start-date-number h1{
    text-align: left;
}
.event-list-location address h4 {
    font-size: 18px;
    text-align: left;
}
.mec-search-form .mec-dropdown-wrap .mec-dropdown-search {
    float: left;
    text-align: left;
    margin-top: 1rem;
}
.mec-wrap .mec-single-title {
    padding: 0;
}
.mec-single-event-excerpt {
    padding: 0 20px;
}
.grid-wrap {
    max-width: 75em;
    margin-top: 1rem !important;
}
.img-fx-comite-1 {
    bottom: -10px;
    z-index: 99999;
}
section.heading-noticias {
    width: 100%;
    background-color: #e5233e;
    position: relative;
    padding-bottom: 0 !important;
    padding-top: 110px !important;
}
.img-fx-comite-3 {
    position: absolute;
    top: 54%;
    left: 0;
    z-index: 13;
}
section.heading-noticias.reports {
    padding-bottom: 50px !important;
    margin-top: 50px;
}
}

.nav.navbar.navbar-expand-md.navbar-dark.fixed-top.sticky {z-index:14}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2rem;
    padding-left: .5rem;
}

.mec-box-calendar.mec-calendar .mec-has-event a, .mec-box-calendar.mec-calendar dt {width:30px;height:30px;}
.single .mec-wrap .mec-single-title {font-size:44px;}
.mec-wrap.colorskin-custom .mec-calendar:not(.mec-event-calendar-classic) .mec-selected-day {color:#000;}
#wpadminbar {display:none;}