/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */
#main {
    position: relative;
}
#header_main {
    padding: 10px 0px;
}
#top h1, #top h2, #top h3 {
	font-weight: bold !important;
    text-transform: initial !important;
    font-family: 'open sans' !important;
}
#top .owl-nav button {
    background-color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}
#top .owl-nav button.disabled {
    opacity: 0.2;
}
span.image-overlay.overlay-type-image {
    display: none !important;
}

a.magnific-popup.lightbox-added {
    pointer-events: none;
}
.carousel-slider .carousel-slider__caption .title {
    color: #ffffff !important;
    display: inline-block;
    margin: 0 auto;
	text-align: left !important;
}
.title-banner {
    font-weight: bold !important;
    text-transform: initial !important;
    font-family: 'open sans' !important;
}
#top #wp-box-promesa h1,
#top #wp-box-promesa p {
    color: #023854;
}
#top #wp-box-promesa h1 strong {
    font-weight: bold;
}

#top #wp-box-promesa p span {
    font-weight: 600 !important;
    font-size: 14px;
}
.carousel-slider .carousel-slider__caption .title:after {
    content: "";
    display: block;
    background-color: #fff;
    width: 27%;
    height: 4px;
    margin-top: 4px;
}

.carousel-slider .carousel-slider__caption {
    text-align: center;
    margin: 20px;
}
#top .owl-nav button {
    opacity: 1 !important;
    display: block !important;
    background-color: #00507a !important;
    width: 40px !important;
	height: 40px !important;
    background-size: 15px !important;
}

#top .autohide-arrows .owl-nav {
    display: block !important;
}

.box-productos img {
    width: 70%;
    max-width: 180px;
    margin: 0 auto;
}

#top .box-productos p {
    font-size: 14px;
}

#top .box-productos .avia-image-container {
    min-height: 120px;
    display: flex;
    align-items: center;
}
#top .wp-catalogos .box-catalogo {
    padding: 10px 20px 50px;
    border-radius: 4px;
    position: relative;
	margin-top: 140px;
}

#top .wp-catalogos .box-catalogo .img-catalogo {
    width: 80%;
    margin-top: -90px;
	margin-bottom: 20px;
}

#top .wp-catalogos 
 .flex_column_table {
    padding-top: 100px;
}

#top .wp-catalogos .box-catalogo h3 {
    color: #fff;
}

#top .wp-catalogos .box-catalogo p {
    color: #fff;
}

#top .wp-catalogos .box-catalogo .wp-btn-catalogo {
    position: absolute;
    bottom: 10px;
}
#footer {
	background-image: url(https://fundacritico.com/wp-content/uploads/2024/04/bg-imagen.png);
    background-position: center bottom;
    border-top: 3px solid #00517b;
    box-shadow: 0px 0 10px #00517b;
}

#footer .widget_media_image {
    text-align: center;
    padding-left: 25%;
}

#footer .widget_nav_menu {
    width: 90%;
    max-width: 230px;
    margin: 10px auto;
}

#footer .widget_nav_menu a {
    font-size: 14px;
}

#footer .widget_media_image img {
    width: 150px;
}
#socket {
    background-color: #00517b;
}

#socket .copyright {
    float: none;
    text-align: center;
    display: block;
    color: #fff;
}

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
	.owl-carousel .owl-item .cont-slider {
		padding: 0 7%;
	}
	#top #section-quienes-somos {
		background-image: none;
	}
	#top .wp-catalogos .flex_column_table.av-equal-height-column-flextable:not(:first-child){
		margin-top: 0px;
	}
	#top .owl-nav button.owl-prev {
		left: -18px;
	}

	#top .owl-nav button {
		width: 30px !important;
		height: 30px !important;
		top: auto;
        bottom: 50px;
	}
	#top #wp-box-promesa .owl-nav button {
		bottom: auto;
		top: 50%;
	}
	.carousel-slider .owl-nav .owl-next, .carousel-slider .owl-nav .owl-prev {
		top: auto;
		bottom: 60px;
	}
	

	#top .owl-nav button{
		right: -18px;
	}
	#footer .widget_media_image {
		padding: 0;
	}

	#footer .widget_nav_menu {
		text-align: center;
	}
	#top .wp-catalogos .flex_column_table .box-catalogo {
		margin-top: 100px !important;
	}

	#top .wp-catalogos .flex_column_table {
		padding-top: 0;
	}
}