/*!
Theme Name: argenta-child
Theme URI: http://argenta.colabr.io/
Author: Colabrio (Customized by Comercios-Online)
Author URI: http://colabr.io/
Description: Argenta is flexible and high performance multipurpose WordPress Theme for personal and corporate use. It comes with the most popular WordPress page builder Visual Composer. Create gorgeous pages and layouts fast and easy without coding.
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: argenta
Text Domain: argenta-child
Tags: ajax, customizer, ecommerce, portfolio, minimal, page builder, responsive, multipurpose, shop, store, woocommerce, wpml

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
---
Theme customized by Comercios-Online.
---
*/

/* ------------------------- */
/* FONTS */
/* ------------------------- */
@import "assets/css/fonts.css";
@import "assets/css/fontawesome-all.css";

/* ------------------------- */
/* COMMON */
/* ------------------------- */
body {
    overflow: unset;
}
.flex {
    display: flex;
}
.flex-1 {
    flex: 1;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-nowrap {
    flex-wrap: nowrap;
}
.justify-start {
    justify-content: flex-start;
}
.justify-center {
    justify-content: center;
}
.justify-end {
    justify-content: flex-end;
}
.justify-between {
    justify-content: space-between;
}
.justify-around {
    justify-content: space-around;
}
.justify-evenly {
    justify-content: space-evenly;
}
.items-center {
    align-items: center;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.d-block {
    display: block;
}
.d-inline-block {
    display: inline-block;
}

.w-100 {
    width: 100%;
}
.w-100 > figure {
    width: 100%;
}
.w-100 > figure img {
    width: 100%;
}

.mt-0 {
    margin-top: 0px !important;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.mt-15 {
    margin-top: 15px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mt-20 {
    margin-top: 20px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mt-30 {
    margin-top: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mt-60 {
    margin-top: 60px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mt-90 {
    margin-top: 90px;
}
.mb-90 {
    margin-bottom: 90px;
}

.m-inner {
    margin-left: 15px;
    margin-right: 15px;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.p-0 {
    padding: 0;
}
.pt-0 {
    padding-top: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.p-15 {
    padding: 15px;
}
.pt-15 {
    padding-top: 15px !important;
}
.pb-15 {
    padding-bottom: 15px !important;
}
.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}
.px-96 {
    padding-left: 96px;
    padding-right: 96px;
}

.wrapped-container {
    max-width: 1200px;
}

.bg-primary {
    background-color: #f7c206 !important;
}

.btn-primary {
    background-color: #f7c206;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    padding: 14px 25px;
    display: flex;
    align-items: center;
    border: 0;
}
.btn-primary:hover {
    background-color: #302828;
    color: #ffffff;
}

.round {
    border-radius: 28px;
}

.text-brown-light {
    color: #e3bc8e;
}

.bg-contain {
    background-size: contain;
}
.bg-cover {
    background-size: cover;
}

.is-sticky {
    z-index: 99;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .mt-sm-0 {
        margin-top: 0px !important;
    }
    .mb-sm-0 {
        margin-bottom: 0px !important;
    }
    .mt-sm-15 {
        margin-top: 15px !important;
    }
    .mb-sm-15 {
        margin-bottom: 15px !important;
    }
    .mt-sm-20 {
        margin-top: 20px !important;
    }
    .mb-sm-20 {
        margin-bottom: 20px !important;
    }
    .mt-sm-30 {
        margin-top: 30px !important;
    }
    .mb-sm-30 {
        margin-bottom: 30px !important;
    }
    .mt-sm-40 {
        margin-top: 40px !important;
    }
    .mb-sm-40 {
        margin-bottom: 40px !important;
    }
    .mt-sm-60 {
        margin-top: 60px !important;
    }
    .mb-sm-60 {
        margin-bottom: 60px !important;
    }
    .mt-sm-90 {
        margin-top: 90px !important;
    }
    .mb-sm-90 {
        margin-bottom: 90px !important;
    }

    .m-sm-inner {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    .mx-sm-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }
    .p-sm-15 {
        padding: 15px !important;
    }
    .px-sm-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .px-sm-96 {
        padding-left: 96px !important;
        padding-right: 96px !important;
    }
}

/* ------------------------- */
/* SUBHEADER */
/* ------------------------- */
.subheader {
    max-height: 49px;
    line-height: 49px;
}

.subheader .wrapped-container {
    padding: 0 15px;
}

.subheader .subheader-contacts li a {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #f3f3f3;
}

.subheader .subheader-contacts li a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.subheader .subheader-contacts li a.contact-phone {
    padding: 0 14px;
    display: inline-block;
    background-color: #517198;
}

.subheader .subheader-contacts li a.contact-phone:hover {
    background-color: #7391b7;
}

.subheader .subheader-contacts .icon {
    color: #f3f3f3;
    background-color: transparent !important;
}

.subheader .social-bar {
    margin: 0 22px;
}

.subheader .social-bar li a {
    font-size: 20px;
    color: #f3f3f3;
    width: 26px;
    height: 49px;
}

.subheader .social-bar li a:hover {
    color: #ffffff;
}

.subheader-lang {
    margin-left: 22px;
    margin-right: -6px;
}
.subheader-lang li {
    padding: 0;
    display: inline-block;
}
.subheader-lang li a {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #f3f3f3;
    text-transform: uppercase;
    padding: 10px 6px;
}
.subheader-lang li.active a {
    color: #9ab5cd;
}

/* ------------------------- */
/* HEADER */
/* ------------------------- */
.site-header {
    height: 72px;
    display: flex;
    align-items: center;
    box-shadow: 0 0 10px #ababab;
}

.site-header.with-subheader {
    margin-top: 49px;
}

.site-header .header-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-header .header-wrap:after {
    content: unset;
    display: unset;
    clear: unset;
}

#mega-menu-wrap > ul > li > a {
    font-family: "Lato";
    font-size: 16px;
    font-weight: 400;
    color: #302828;
    text-transform: none;
    line-height: 24px;
    letter-spacing: 0.5px;
    padding: 10px 18px;
}

#mega-menu-wrap ul li.current-menu-item > a,
#mega-menu-wrap ul li.current-menu-ancestor > a {
    /*	box-shadow: 0 -2px 0px #525c91 inset !important;*/
    box-shadow: unset !important;
}

.home #mega-menu-wrap ul li.current-menu-item > a {
    font-weight: 400;
}
#mega-menu-wrap ul li.current-menu-item > a {
    font-weight: 700;
}
/*
#mega-menu-wrap ul li.current-menu-item > a:after, #mega-menu-wrap ul li.current-menu-ancestor > a:after {
	content: ' ';
	border-bottom: 1px solid #405978;
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 20px;
}
*/
/*
#mega-menu-wrap > ul > li:last-child > a,
#mega-menu-wrap > ul > li[id^="nav-menu-item-6294"],
#mega-menu-wrap > ul > li[id^="nav-menu-item-6966"],
#mega-menu-wrap > ul > li[id^="nav-menu-item-6977"] {
	background-color: #C9D7E2;
	border-radius: 5px;
	margin-left: 10px;
}

#mega-menu-wrap ul li.current-menu-item:last-child > a:after, #mega-menu-wrap ul li.current-menu-ancestor:last-child > a:after {
	left: 30px;
}
*/

#mega-menu-wrap > ul > li:last-child > a {
    padding-right: 0;
}

#site-navigation .form-search {
    display: none !important;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    /*
	#mega-menu-wrap > ul > li:last-child > a,
	#mega-menu-wrap > ul > li[id^="nav-menu-item-6294"],
	#mega-menu-wrap > ul > li[id^="nav-menu-item-6966"],
	#mega-menu-wrap > ul > li[id^="nav-menu-item-6977"] {
		background-color: unset;
		border-radius: unset;
		margin-left: unset;
		border-top: 1px solid;
		border-color: #6f8a94 !important;
	}
	*/
    #masthead {
        height: 50px;
        min-height: 50px;
        line-height: 50px;
    }
    #masthead .site-branding {
        height: 50px;
    }
}

/* ------------------------- */
/* LOGO */
/* ------------------------- */
.site-header .site-title img,
.site-header .site-title a img {
    max-width: 169px;
    max-height: 44px;
}
.site-header.header-fixed .site-title img,
.site-header.header-fixed .site-title a img {
    max-width: 151px;
    max-height: 40px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .site-header .site-title img,
    .site-header .site-title a img {
        max-width: unset;
        max-height: 35px;
    }
}

/* ------------------------- */
/* FOOTER */
/* ------------------------- */
.site-prefooter .widget {
    padding: 28px 0;
    background-color: #f4f2ef;
}
.site-prefooter .widget figure {
    margin: 0 25px;
}

.site-footer .wrapped-container {
    padding: 17px 15px 55px 15px;
}

.site-footer .widgets {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
}

.site-footer .widgets + .widgets {
    margin-top: 50px;
}

.site-footer .wp-block-social-link {
}
.wp-block-social-links .wp-social-link a {
    border-radius: 50%;
    border: 1px solid #302828;
    width: 36px;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.wp-block-social-links .wp-social-link svg {
    width: 20px;
    height: 20px;
}

.site-footer .footer-widget-3 .widget > p {
    margin-bottom: 0;
}

.site-footer .footer-widget-3 .widget {
    padding-top: 15px;
}

.site-footer .footer-widget-3 .widget figure {
    margin-right: 22px;
}
.site-footer .footer-widget-3 .widget figure:last-child {
    margin-right: 0;
}

.site-footer .footer-widget-3 .footer-collaborators {
    margin-bottom: 35px;
}

.site-footer .widget_text,
.site-footer .widget_text p {
    font-family: "Lato";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #302828;
}

.site-footer ul.menu {
    list-style: none;
}
.site-footer ul.menu li,
.site-footer ul.menu li:first-child {
    border: 0;
}
.site-footer ul.menu li {
    padding: 0;
    border-bottom: 0;
}
.site-footer ul.menu li:after {
    content: unset;
}
.site-footer ul.menu li a {
    font-family: "Lato";
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.site-footer .footer-contact {
    text-align: right;
    font-family: "Lato";
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.site-footer .footer-widget-4 .widget_nav_menu .menu li {
    display: inline-block;
}
.site-footer .footer-widget-4 .widget_nav_menu .menu a:after {
    content: "|";
    margin: 0 32px;
    display: inline;
    color: #302828;
}
.site-footer .footer-widget-4 .widget_nav_menu .menu li:last-child a:after {
    content: unset;
}

.site-footer .footer-widget-4 .widget_nav_menu .menu a {
    color: #302828;
    font-family: "Lato";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
}
.site-footer .footer-widget-4 .widget_nav_menu .menu a:hover {
    color: #01a7b7;
}

.footer-logos {
    margin-top: -25px;
}
.footer-logos-items {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 1080px) {
    .site-footer .widgets .widgets-column {
        margin-top: 5px;
    }

    .site-footer .widgets {
        flex-direction: column;
        justify-content: center;
        padding: 5px 15px;
    }

    .site-footer .widgets figure {
        text-align: center;
    }

    .site-footer .footer-contact {
        margin-top: 35px;
        text-align: left;
    }

    .site-footer .footer-widget-4 .widget_nav_menu {
        position: relative;
        padding-top: 30px;
        bottom: unset;
        right: unset;
    }

    .site-footer .footer-widget-4 .widget_nav_menu {
        text-align: center;
    }

    .site-footer .footer-widget-4 .widget_nav_menu .menu a:after {
        margin: 0 16px;
    }

    .site-footer .wp-container-core-social-links-is-layout-1 {
        justify-content: center;
    }

    .site-footer .widget_text,
    .site-footer .widget_text p {
        text-align: center;
    }

    .site-footer .widgets + .widgets {
        margin-top: 0;
    }

    .footer-logos {
        margin-top: unset;
    }
    .footer-logos-label {
        text-align: center;
    }
    .footer-logos-items {
        justify-content: center;
    }
}
@media (max-width: 576px) {
}

/* ------------------------- */
/* CONTENT */
/* ------------------------- */
.site-content {
    padding-top: 72px;
}

/* Heading */
.header-title {
    height: 150px;
    background: unset;
}
body:not(.home) .header-title::after {
    /*	background-color: rgba(62,105,166,0.23) !important;*/
}
.header-title.without-cap .content {
    padding-top: 0;
}

.header-title h1.page-title {
    max-width: unset;
    text-align: left;
    font-family: "Poppins";
    font-size: 60px;
    font-weight: 600;
    line-height: 68px;
    color: #302828;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.page-template-inner-pages .header-title h1.page-title,
.page-template-inner-pages-no-header .header-title h1.page-title,
.page-inner .header-title h1.page-title {
    font-size: 40px;
    line-height: 46px;
}

.header-title.has-divider {
    margin-top: 52px;
    height: auto;
    min-height: unset;
}

.header-title.has-divider .divider-solid {
    text-align: left;
}
.header-title.has-divider .divider-line {
    background-color: #f7c206 !important;
}

.site-header {
    background-color: #ffffff;
}

.page-template-inner-pages .site-content,
.page-template-inner-pages-no-header .site-content {
    background-position: right !important;
    background-size: auto;
    background-image: url(/wp-content/uploads/2024/10/dual-universitaria-bg-3.png) !important;
    background-position: top right !important;
    background-repeat: no-repeat !important;
}

/*
.site-main .entry-content p.co-breadcrumb {
	font-family: 'Lato';
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0;
	color: #302828;
	padding: 0;
	margin: 36px 0 5px 0;
}

.site-main .entry-content p.co-breadcrumb a {
	text-decoration: none;
}

.site-main .entry-content p.co-breadcrumb a:hover {
	text-decoration: none;
	color: #707B92;
}
*/

/* Heading text */
.site-main .entry-content .heading-block-title {
    font-family: "Lato";
    font-size: 46px;
    font-weight: 500;
    line-height: 45px;
    color: #405978;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.heading-block-subtitle {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.site-main .entry-content .heading-block-subtitle p {
    font-family: "Lato";
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    color: #517198;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Heading single page */
.breadcrumbs,
.header-title-single {
    background-color: #6d8cb3;
    padding: 42px 0;
}
.header-title-single .wrapped-container {
    padding: 0 15px;
}
.breadcrumbs .left,
.breadcrumbs .left span,
.header-title-single .header-title-single-label {
    text-align: left;
    font-family: "Lato";
    font-size: 46px;
    font-weight: 600;
    line-height: 45px;
    color: #ffffff;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Layout */
.page-offset-bottom-md {
    margin-bottom: 80px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .site-content {
        padding-top: 50px;
    }
    .header-title {
        height: 150px !important;
    }
    .header-title h1.page-title {
        font-size: 50px;
        line-height: 54px;
    }
    .site-main .entry-content .heading-block-title {
        margin-bottom: 30px !important;
    }
}

/* ----------------------------------------------- */
/* GENERAL INFO (Privacy Policy / Cookies / Legal) */
/* ----------------------------------------------- */
.site-main .entry-content,
.site-main .entry-content p {
    font-family: "Lato";
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: #302828;
}

.site-main .entry-content p {
    margin: 14px 0;
}

.site-main .entry-content h1 {
    font-family: "Lato";
    font-size: 24px;
    line-height: 23px;
    font-weight: 500;
    color: #302828;
}

.site-main .entry-content h2,
.site-main .entry-content h3 {
    font-family: "Lato";
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #302828;
}

.site-main .entry-content a {
    color: #01a7b7;
}
.site-main .entry-content a:hover {
    color: #707b92;
}

/* ------------------------- */
/* HOME */
/* ------------------------- */
.home-heading-1 h1.second-title {
    font-family: "Poppins";
    font-size: 60px;
    font-weight: 700;
    line-height: 68px;
    letter-spacing: 0;
    max-width: 570px;
    margin: 0 auto 35px auto;
}
.home-heading-1 h1.second-title i b {
    color: #f7c206;
}
.home-heading-1 h1.second-title i {
    display: block;
    font-style: normal;
}
.home-heading-1 p.subtitle {
    font-family: "Lato";
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    max-width: 570px;
    margin: 0 auto;
    font-style: normal;
}
.home-heading-1 p.subtitle b {
    font-weight: 400;
}

.section-heading h2.second-title,
.section-heading h3.second-title {
    font-family: "Lato";
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    width: fit-content;
    position: relative;
    margin: 0;
}

.section-heading h2.second-title::after,
.section-heading h3.second-title::after {
    content: "";
    border-bottom: 2px solid currentColor;
    width: 100%;
    display: inline-block;
}

.slick-list {
    margin: 0 -15px;
}
.slick-slide > div {
    padding: 0 15px;
}
.slick-prev {
    left: -65px !important;
    top: 33% !important;
    width: 42px !important;
    height: 87px !important;
}
.slick-next {
    right: -65px !important;
    top: 33% !important;
    width: 42px !important;
    height: 87px !important;
}
.slick-prev:before {
    content: "" !important;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='42px' height='87px' viewBox='0 0 42 87' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Home' transform='translate(-164.000000, -3507.000000)'%3E%3Cg id='valoraciones' transform='translate(-6.000000, 3276.000000)'%3E%3Cpolyline id='Stroke-1-Copy-2' stroke='%23405978' stroke-width='2' transform='translate(191.500000, 274.500000) rotate(-180.000000) translate(-191.500000, -274.500000) ' points='172 232 211 274.50006 172 317'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    width: 42px;
    height: 87px;
    display: block;
}
.slick-next:before {
    content: "" !important;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='42px' height='87px' viewBox='0 0 42 87' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EStroke 1%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Home' transform='translate(-1234.000000, -1532.000000)'%3E%3Cpolyline id='Stroke-1' stroke='%23405978' stroke-width='2' points='1235 1533 1274 1575.50006 1235 1618'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    width: 42px;
    height: 87px;
    display: block;
}

.slick-dots {
    bottom: -40px;
}
.slick-dots li button:before {
    font-size: 14px;
}

.slick-dots li.slick-active button:before {
    color: #517198;
    opacity: 1;
}

.image-text-item-image img {
    border-radius: 15px;
}

.image-text-item-title {
    font-family: "Lato";
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    color: #405978;
    margin-bottom: 0;
}

.image-text-item-subtitle {
    font-family: "Lato";
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #517198;
}

.image-text-item-button {
    margin-top: 10px;
    background-color: #517198;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 14px 25px;
    display: inline-block;
}

.image-text-item-button:hover {
    background-color: #2f507f;
    color: #ffffff;
}

.featured-wrapper h2.second-title,
.featured-wrapper h3.second-title {
    font-family: "Poppins";
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    /*	max-width: 583px;	*/
    margin: 0;
}
.featured-wrapper .heading-wrapper.full h2.second-title,
.featured-wrapper .heading-wrapper.full h3.second-title {
    /*	max-width: 583px;*/
}
.featured-wrapper p.subtitle {
    font-family: "Lato";
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    display: inline-block;
    font-style: normal;
    letter-spacing: 0;
}
.featured-wrapper .divider-solid {
    height: 5px;
    margin-top: 26px;
    margin-bottom: 26px;
}
.featured-wrapper .divider-solid .divider-line {
    width: 80px;
    height: 5px;
}

.featured-wrapper.featured-left > div:nth-child(1) {
    z-index: 1;
}
.featured-wrapper.featured-left > div:nth-child(1) > div {
    margin-right: -240px;
    width: calc(100% + 240px);
}

.featured-wrapper.featured-right > div:nth-child(2) {
    z-index: 1;
}
.featured-wrapper.featured-right > div:nth-child(2) > div {
    margin-left: -240px;
    width: calc(100% + 240px);
}

.featured-wrapper figure img {
    border-radius: 28px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .home-heading-1 h1.second-title {
        font-size: 36px;
        line-height: 35px;
        margin-top: 190px;
    }
    .featured-wrapper h2.second-title,
    .featured-wrapper h3.second-title {
        font-size: 36px;
        line-height: 40px;
    }
    .featured-wrapper p.subtitle {
        max-width: unset;
    }
    .featured-wrapper.featured-left > div:nth-child(1) > div {
        margin-right: unset !important;
        width: initial;
    }
    .featured-wrapper.featured-right > div:nth-child(2) > div {
        margin-left: unset !important;
        width: initial;
    }

    .featured-image-spacer {
        height: 300px;
    }
}

/* ------------------------- */
/* DUAL UNIVERSITARIA        */
/* ------------------------- */
.bg-section-1 {
    background-position: right !important;
    background-size: auto;
}

.bg-section-1:before {
    content: "";
    background-image: url("./assets/images/dual-universitaria-bg.png") !important;
    background-repeat: no-repeat;
    background-size: contain;
    width: 296px;
    height: 223px;
    position: absolute;
    left: 0;
    top: 0;
}
.d-none{
    display: none;
}

.download-wrapper {
    position: sticky;
    bottom: 140px;
    z-index: 99;
}

a.btn-download {
    margin-top: 25px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #302828 !important;
    border: 1px solid #ffffff;
    border-right-width: 0;
}
.btn.btn-case-doc:after,
a.btn-download:after {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTknIHZpZXdCb3g9JzAgMCAxOCAxOScgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTcgMTNWMTZDMTcgMTcuMTA0NiAxNi4xMDQ2IDE4IDE1IDE4SDNDMS44OTU0MyAxOCAxIDE3LjEwNDYgMSAxNkwxIDEzTTUgOUw5IDEzTTkgMTNMMTMgOU05IDEzVjEnIHN0cm9rZT0nY3VycmVudENvbG9yJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnLz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 16px;
    height: 17px;
    margin-left: 12px;
    display: inline-block;
}
.btn.btn-case-doc:hover,
a.btn-download:hover {
    color: #ffffff !important;
}
.btn.btn-case-doc:hover:after,
a.btn-download:hover:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTknIHZpZXdCb3g9JzAgMCAxOCAxOScgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTcgMTNWMTZDMTcgMTcuMTA0NiAxNi4xMDQ2IDE4IDE1IDE4SDNDMS44OTU0MyAxOCAxIDE3LjEwNDYgMSAxNkwxIDEzTTUgOUw5IDEzTTkgMTNMMTMgOU05IDEzVjEnIHN0cm9rZT0nI2ZmZmZmZicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJy8+PC9zdmc+");
}

.btn-download.is-sticky {
    display: flex;
    width: auto !important;
    left: unset !important;
    right: 0 !important;
}
span.btn-trans {
    border-top: 1px dotted #302828;
    margin-top: 4px;
    padding-top: 4px;
    display: block;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .entry-content .bg-section-1 {
        background-position: top right !important;
        background-size: 60%;
    }

    .bg-section-1:before {
        background-size: 30%;
    }
}

/* ------------------------- */
/* FORMIDABLE                */
/* ------------------------- */
.frm_forms.with_frm_style {
    --field-height: 30px;
    --line-height: 30px;
    --check-font-size: 12px;
    --check-label-color: #302828;
    --check-weight: 300;
    --text-color: #707b92;
    --fieldset-padding: 0;
}
.frm_forms.with_frm_style legend + h3,
.frm_forms.with_frm_style h3.frm_form_title {
    font-family: "Poppins";
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    color: #302828;
    margin: 0;
    padding: 0;
    text-align: center;
}

.frm_forms.with_frm_style h3.frm_form_title:after {
    content: "";
    width: 80px;
    height: 5px;
    background-color: #f7c206;
    display: flex;
    margin: 30px auto;
    padding: 0;
    justify-content: center;
}

.frm_forms.with_frm_style div.frm_description p {
    font-family: "Lato";
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #302828;
    margin-bottom: 38px;
    text-align: center;
}

.modal-content .frm_forms .frm_form_fields .frm_fields_container {
    max-width: 327px;
}
.frm_forms .frm_form_fields .frm_fields_container {
    max-width: 600px;
    margin: 0 auto;
}

.frm_forms.with_frm_style .frm_inside_container > label {
    font-family: "Lato";
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.6px;
    font-weight: 400;
    color: #302828;
    left: 0;
    --field-pad: 8px 0;
}
.frm_forms.with_frm_style .frm_inside_container.frm_label_float_top > label {
    top: -12px !important;
}

.frm_forms.with_frm_style
    .form-field
    > input:not([type="checkbox"]):not([type="radio"]):not([type="button"]),
.frm_forms.with_frm_style .form-field > textarea,
.frm_full
    > input:not([type="checkbox"]):not([type="radio"]):not([type="button"]),
.frm_full > textarea {
    font-family: "Lato";
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.6px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #707b92;
    border-radius: 0;
    color: #707b92;
}

.frm_full > textarea {
    line-height: 100%;
}

.frm_opt_container {
    margin-top: 40px;
}

.frm_forms.with_frm_style
    .frm_fields_container
    .frm_checkbox
    input[type="checkbox"] {
    border-radius: 0;
}

.frm_forms.with_frm_style
    .frm_fields_container
    .frm_checkbox
    input[type="checkbox"]:not([disabled]):checked {
    background-color: #f7c206 !important;
    border-color: #f7c206 !important;
}

.frm_forms.with_frm_style .frm_error {
    color: #f04438 !important;
}
.frm_forms.with_frm_style
    .frm_blank_field
    input:not([type="checkbox"]):not([type="radio"]):not([type="button"]),
.frm_forms.with_frm_style .frm_blank_field textarea {
    color: #707b92 !important;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #707b92;
    border-radius: 0;
}

.frm_forms.with_frm_style .frm_submit.frm_flex {
    justify-content: center;
    display: flex;
}
.frm_forms.with_frm_style .frm_submit button {
    background-color: #f7c206;
    border-color: #f7c206;
    border-radius: 50px;
    font-family: "Poppins";
    font-size: 16px;
    line-height: 24px;
    color: #302828;
    padding: 12px 58px;
}
.frm_forms.with_frm_style .frm_submit button:hover {
    background-color: #302828;
    border-color: #302828;
    color: #ffffff;
}

.frm_forms.with_frm_style .frm_fields_container .form-field:last-child,
.frm_forms.with_frm_style .frm_fields_container .frm_last {
    margin-bottom: 0;
}

.frm_forms.with_frm_style .frm_message {
    padding: 40px 15px;
}

.frm_forms.with_frm_style .frm_message h3 {
    margin: 10px;
    font-family: "Poppins";
    color: #302828;
}

.frm_forms.with_frm_style .frm_message p {
    color: #302828;
}

.frm_forms.with_frm_style .frm_checkbox a {
    color: #01a7b7;
}

.frm_forms.with_frm_style .frm_checkbox a:hover {
    color: #707b92;
}

.grid-row-repaeat .frm_repeat_inline.frm_grid_container {
    grid-template-columns: 0;
    margin-bottom: 12px;
    margin-left: 12px;
}
.grid-row-repaeat .frm_repeat_buttons.frm4{
    display: none;
}
.label-hidden .frm_primary_label{
    display: none !important;
}
.frm_form_field.frm_section_heading.grid-row-repaeat > h3{
    padding-top: 15px !important;
    margin-bottom: 5px !important;
}
.grid-row-repaeat .frm_form_field.form-field{
    margin-bottom: 5px;
}
.grid-row-repaeat .frm_form_field.form-field input[type="text"]{
    border-bottom: 1px solid #707b922e !important;
    padding: 2px 10px;
}
.grid-row-repaeat .frm_grid_container .frm_primary_label{
    margin-bottom: 5px;
    padding-bottom: 0;
}
/* FORM BIG */
.form-big .frm_forms.with_frm_style {
    --section-font-size: 20px;
    --form-desc-color: #302828;
    --form-desc-size: 16px;
    --check-font-size: 14px;
    --radio-font-size: 14px;
    --field-font-size: 14px;
    --check-weight: 400;
    --radio-weight: 400;
}
.form-big .frm_forms.with_frm_style .frm_inside_container > label {
    font-size: 14px;
}
.form-big
    .frm_forms.with_frm_style
    .frm-show-form
    .frm_section_heading
    .frm_section_spacing {
    margin-bottom: 10px;
}

.form-big .frm_html_container h2 {
    font-size: 28px;
    line-height: 32px;
}

.form-big .frm_html_container {
    line-height: 20px;
}

.form-big .frm_opt_container {
    margin-top: 0;
}

.form-big .frm_column_offset_2 {
    margin-left: 30px;
    margin-top: -20px;
}

.form-big .frm_add_form_row.frm_button,
.form-big .frm_remove_form_row.frm_button {
    background-color: #01a7b7;
    border-color: #01a7b7;
    color: #ffffff !important;
}
.form-big .frm_add_form_row.frm_button:hover,
.form-big .frm_remove_form_row.frm_button:hover {
    background-color: #302828;
    border-color: #302828;
}

.form-big .frm_form_field.frm10 {
    grid-column: span 8 / span 8;
}

.form-big .frm_section_heading .frm_description {
    margin-top: -5px !important;
}
.form-big .frm_primary_label + .frm_description {
    margin-top: -15px !important;
    margin-bottom: 5px !important;
}

.with_frm_style .vertical_radio .frm_checkbox label,
.with_frm_style .vertical_radio .frm_radio label {
    display: flex;
}

.with_frm_style .vertical_radio .frm_checkbox label {
    gap: 3px;
}

.form-big
    .frm_style_estilo-de-formidable.with_frm_style
    .frm_rootline
    .frm_current_page
    input[type="button"],
.form-big
    .frm_style_estilo-de-formidable.with_frm_style
    .frm_page_bar
    input.frm_rootline_show_more_btn.active {
    border-color: #01a7b7 !important;
    background-color: #01a7b7 !important;
}

.form-big .num {
    color: #302828;
    padding: 2px 8px;
    font-size: 16px;
    display: inline;
    margin-left: -30px;
}

.wpb_single_image.w60 figure {
    width: 60%;
}

.figure-img-multiply figure img {
    mix-blend-mode: multiply;
}

/* RESPONSIVE */
@media (max-width: 768px) {
}

/* ------------------------- */
/* MODALS                    */
/* ------------------------- */
.modal {
    display: none;
}

.modal.show {
    display: block;
}

.modal:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #302828;
    mix-blend-mode: multiply;
    z-index: 99;
}

.modal-header {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 101;
}

.modal-header button[data-modal-close] {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: 0;
}

.modal-body {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    background-color: #ffffff;
    width: 1058px;
    max-width: 100vw;
    max-height: 90vh;
    overflow: scroll;
    /*display: flex;
	align-items: center;
	justify-content: center;*/
}
.modal-content {
    overflow: scroll;
    max-height: calc(100vh - 80px);
    padding: 80px 50px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .modal {
        z-index: 1000;
    }
    .modal-header {
        top: 20px;
        right: 4px;
    }
    .modal-body {
        width: 100%;
        height: 100%;
        max-height: 100vh;
        z-index: 1001;
    }
    .modal-content {
        max-height: 100vh;
        padding: 30px;
    }
}

.otgs-development-site-front-end {
    display: none !important;
}

/* ----------------------------------------------
 * Accordion styles
 * ---------------------------------------------- */
.co-accordion {
    max-width: 770px;
    margin: 0 auto;
}
.co-accordion-item .co-accordion-item-header {
    display: flex;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

.co-accordion-item .co-accordion-item-header .co-accordion-item-index {
    flex-basis: 67px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNjcnIGhlaWdodD0nNjQnIHZpZXdCb3g9JzAgMCA2NyA2NCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNNTAuMzU0NSA0LjE2MDQ4Qzc5LjY4MzUgMTcuNDYxMyA2Mi45MzQ1IDQ2LjY4NjQgNTAuODkzOCA1OS42MzYzQzQ1LjU3NDEgNjQuMDkwMiAzMC4xMDk5IDY4LjkxODUgMTAuODExNCA1Mi42MDA4QzQuMTI0MzkgNDcuNjg0OSAtNi4yMTQ5MSAzMy4yODA5IDUuOTI0MDMgMTQuOTkyM0MxOC4wNjMgLTMuMjk2MjQgNDAuNjAyMyAwLjE1MDg2IDUwLjM1NDUgNC4xNjA0OFonIGZpbGw9J3doaXRlJy8+PC9zdmc+Cg==");
    background-repeat: no-repeat;
    height: 63px;
    margin-right: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.co-accordion-item .co-accordion-item-header .co-accordion-item-index-label {
    font-family: "Poppins";
    font-size: 26px;
    line-height: 33px;
    font-weight: 500;
    color: #01a7b7;
}

.co-accordion-item .co-accordion-item-header .co-accordion-item-title {
    flex: 1;
    font-family: "Lato";
    font-size: 26px;
    line-height: 33px;
    font-weight: 400;
    color: #302828;
}

.co-accordion-item .co-accordion-item-header .co-accordion-item-control {
    flex-basis: 70px;
    text-align: right;
}

.co-accordion-item .co-accordion-item-header .co-accordion-item-control > div {
    float: right;
}

.co-accordion-item.co-accordion-collapsed
    .co-accordion-item-header
    .co-accordion-item-control
    .control {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.25 12.5C3.25 12.0858 3.58579 11.75 4 11.75H20C20.4142 11.75 20.75 12.0858 20.75 12.5C20.75 12.9142 20.4142 13.25 20 13.25H4C3.58579 13.25 3.25 12.9142 3.25 12.5Z' fill='%23302828'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 3.75C12.4142 3.75 12.75 4.08579 12.75 4.5V20.5C12.75 20.9142 12.4142 21.25 12 21.25C11.5858 21.25 11.25 20.9142 11.25 20.5V4.5C11.25 4.08579 11.5858 3.75 12 3.75Z' fill='%23302828'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    cursor: pointer;
    width: 24px;
    height: 24px;
}

.co-accordion-item
    .co-accordion-item-header
    .co-accordion-item-control
    .control {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.25 12.9723C3.25 12.5581 3.58579 12.2223 4 12.2223H20C20.4142 12.2223 20.75 12.5581 20.75 12.9723C20.75 13.3865 20.4142 13.7223 20 13.7223H4C3.58579 13.7223 3.25 13.3865 3.25 12.9723Z' fill='%23302828'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    cursor: pointer;
    width: 24px;
    height: 24px;
}

.co-accordion-item .co-accordion-item-body {
    display: flex;
}
.co-accordion-item .co-accordion-item-body .co-accordion-item-body-index {
    flex-basis: 67px;
    margin-right: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='2' height='772' viewBox='0 0 2 772' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0L0.999966 772' stroke='white' stroke-width='2' stroke-dasharray='3 6'/%3E%3C/svg%3E");
    background-repeat: repeat-y;
    background-position: center;
    min-height: 40px;
}

.co-accordion
    .co-accordion-item:last-child
    .co-accordion-item-body
    .co-accordion-item-body-index {
    min-height: unset;
    background-image: unset;
}

.co-accordion-item .co-accordion-item-body .co-accordion-item-body-content {
    flex: 1;
    font-family: "Lato";
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #302828;
    padding: 40px 0 50px 0;
}

.co-accordion-item
    .co-accordion-item-body
    .co-accordion-item-body-content
    ul
    li {
    list-style-position: unset;
}

.co-accordion-item
    .co-accordion-item-body
    .co-accordion-item-body-content
    ul
    li
    > ul {
    padding-left: 10px;
}

.co-accordion.diferencias .co-accordion-item-body-content > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.co-accordion.diferencias .co-accordion-item-body-content > ul > li {
    border-right: 1px solid #ffffff;
    padding-right: 30px;
    margin-right: 30px;
    flex-basis: 304px;
}
.co-accordion.diferencias .co-accordion-item-body-content > ul > li:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}

.co-accordion.diferencias
    .co-accordion-item-body-content
    > ul
    > li
    > strong:nth-child(1) {
    font-size: 20px;
    line-height: 33px;
    font-weight: 700;
    color: #302828;
    display: inline-block;
    margin-bottom: 10px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .co-accordion-item .co-accordion-item-header .co-accordion-item-index {
        flex-basis: 50px;
        background-position: center;
        background-size: 50px;
        margin-right: 15px;
    }
    .co-accordion-item
        .co-accordion-item-header
        .co-accordion-item-index-label {
        font-size: 20px;
    }
    .co-accordion-item .co-accordion-item-header .co-accordion-item-title {
        font-size: 20px;
        line-height: 25px;
    }
    .co-accordion-item .co-accordion-item-header .co-accordion-item-control {
        flex-basis: 34px;
    }
    .co-accordion-item .co-accordion-item-body .co-accordion-item-body-content {
        padding: 20px 0 30px 0;
    }
    .co-accordion-item .co-accordion-item-body .co-accordion-item-body-index {
        flex-basis: 50px;
        margin-right: 15px;
    }
    .co-accordion.diferencias .co-accordion-item-body-content > ul {
        flex-direction: column;
    }
    .co-accordion.diferencias .co-accordion-item-body-content > ul > li {
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 30px;
        padding-bottom: 30px;
        flex-basis: unset;
        border-right: 0;
        border-bottom: 1px solid #ffffff;
    }
    .co-accordion.diferencias
        .co-accordion-item-body-content
        > ul
        > li:last-child {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

/* ----------------------------------------------
 * Tabs styles
 * ---------------------------------------------- */
.tab-box-btn {
    font-family: "Lato";
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
    color: #707b92;
    padding: 10px;
    margin-right: 20px;
}

.tab-box-material .tab-box-btn.tab-box-btn-active {
    font-weight: 700;
    color: #302828 !important;
}

.tab-box-content .tab-box-item {
    max-width: 830px;
    margin: 0 auto;
}

.tab-box-content .tab-box-item h3 {
    font-family: "Lato";
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: #302828;
}

/* ----------------------------------------------
 * Search Form
 * ---------------------------------------------- */
.co-searchfdu-items {
    display: flex;
    gap: 31px;
    align-items: center;
    flex-wrap: wrap;
}

.co-searchfdu-item {
    flex: 1;
    width: 100%;
}

.co-searchfdu-item span.select2 .select2-selection {
    border-radius: 20px;
    border: 1px solid #302828;
}

span.select2 {
    height: 56px;
}

span.select2-dropdown {
    border: 1px solid #302828;
}
.select2-container--open .select2-dropdown--above {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: 32px;
}
.select2-container--open .select2-dropdown--below {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-top: 32px;
}

span.select2-results .select2-results__option {
    border-bottom: 1px solid #302828;
    font-family: "Lato";
    font-size: 18px;
    font-weight: 400;
    padding: 13px;
}
span.select2-results .select2-results__option:last-child {
    border-bottom: 0;
    padding-bottom: 12px;
}

span.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: unset;
    font-weight: 700;
    color: #302828;
}

span.select2 .select2-selection__rendered,
.select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    font-family: "Lato";
    font-size: 18px;
    font-weight: 400;
    color: #302828;
}

span.select2 .select2-selection,
span.select2 .select2-selection > span.select2-selection__rendered,
span.select2 .select2-selection > span.select2-selection__arrow {
    line-height: 56px;
    height: 56px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 56px;
    top: 50% !important;
    transform: translateY(-50%);
    right: 10px !important;
    width: 35px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='10' viewBox='0 0 19 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1L9.5 9L17.5 1' stroke='%23302828' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain;
    border: none !important;
    height: 10px !important;
    width: 19px !important;
    margin: auto !important;
    top: auto !important;
    left: auto !important;
}

.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='10' viewBox='0 0 18 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 9L9 0.999999L1 9' stroke='%23F7C206' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.select2-search
    + .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b,
.select2-multiple
    + .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.5 20L16.3033 15.8033M18.5 10.5C18.5 6.35786 15.1421 3 11 3C6.85786 3 3.5 6.35786 3.5 10.5C3.5 14.6421 6.85786 18 11 18C15.1421 18 18.5 14.6421 18.5 10.5Z' stroke='%23302828' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    height: 24px !important;
    width: 24px !important;
}

.select2-search
    + .select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b,
.select2-multiple
    + .select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 20L15.8033 15.8033M18 10.5C18 6.35786 14.6421 3 10.5 3C6.35786 3 3 6.35786 3 10.5C3 14.6421 6.35786 18 10.5 18C14.6421 18 18 14.6421 18 10.5Z' stroke='%23F7C206' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E ");
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 30px;
}

.select2-container .select2-results__option .wrap:before {
    color: #999;
    content: '\f0c8';
    width: 25px;
    height: 25px;
    padding-right: 10px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.select2-container .select2-results__option[aria-selected="true"] .wrap:before {
    content: "\f14a";
    color: #f7c206;
}

.select2-container .select2-results__option[aria-selected="true"] {
    background-color: transparent !important;
    font-weight: bold;
}

.co-searchfdu-actions button {
    border: 1px solid #343436;
    border-radius: 20px;
    background-color: #ffffff;
    color: #343436;
}

.co-searchfdu-actions button:hover {
    border: 1px solid #f7c206;
    background-color: #f7c206;
}

.co-searchfdu-actions button i {
    font-size: 20px;
}

.co-searchfdu-actions button span {
    display: inline-block;
    margin-left: 6px;
    font-weight: 400;
}

@media (min-width: 769px) {
    .co-searchfdu-actions button span {
        display: none;
    }
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .co-searchfdu-items {
        flex-direction: column;
    }
}

/* ----------------------------------------------
 * FDU en cifras
 * ---------------------------------------------- */

.counter-box .counter-box-count .count {
    font-family: "Poppins";
    font-size: 64px;
    line-height: 52px;
    font-weight: 700;
    letter-spacing: 0;
}
.counter-box.has-percent .counter-box-count .count:after {
    content: "%";
}

.counter-box p.subtitle {
    font-family: "Lato";
    font-size: 28px;
    line-height: auto;
    font-weight: 400;
    letter-spacing: 0;
    max-width: 250px;
}

.counter-box.w-sm p.subtitle {
    max-width: 130px;
}

/* ----------------------------------------------
 * FAQS
 * ---------------------------------------------- */
.co-accordion.faqs .co-accordion-item {
    margin-bottom: 35px;
    border-bottom: 1px solid #707b92;
}
.co-accordion.faqs .co-accordion-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}
.co-accordion.faqs
    .co-accordion-item
    .co-accordion-item-header
    .co-accordion-item-title {
    font-family: "Lato";
    font-size: 22px;
    line-height: auto;
    font-weight: 700;
    color: #302828;
    padding: 17.5px 0;
}
.co-accordion.faqs
    .co-accordion-item.co-accordion-collapsed
    .co-accordion-item-header
    .co-accordion-item-title {
    font-weight: 400;
}

.co-accordion.faqs
    .co-accordion-item
    .co-accordion-item-body
    .co-accordion-item-body-content {
    padding: 10px 0 30px 0;
}
.co-accordion.faqs
    .co-accordion-item
    .co-accordion-item-body
    .co-accordion-item-body-content
    p {
    font-size: 18px;
    line-height: auto;
}

.co-accordion.faqs
    .co-accordion-item
    .co-accordion-item-body
    .co-accordion-item-body-content
    ul,
.co-accordion.faqs
    .co-accordion-item
    .co-accordion-item-body
    .co-accordion-item-body-content
    ol {
    margin-left: 30px;
}
.co-accordion.faqs
    .co-accordion-item
    .co-accordion-item-body
    .co-accordion-item-body-content
    ul
    li,
.co-accordion.faqs
    .co-accordion-item
    .co-accordion-item-body
    .co-accordion-item-body-content
    ol
    li {
    list-style-position: outside;
}

.co-accordion.faqs
    .co-accordion-item.co-accordion-collapsed
    .co-accordion-item-header
    .co-accordion-item-control
    .control {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.25 12.5C3.25 12.0858 3.58579 11.75 4 11.75H20C20.4142 11.75 20.75 12.0858 20.75 12.5C20.75 12.9142 20.4142 13.25 20 13.25H4C3.58579 13.25 3.25 12.9142 3.25 12.5Z' fill='%2301A7B7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 3.75C12.4142 3.75 12.75 4.08579 12.75 4.5V20.5C12.75 20.9142 12.4142 21.25 12 21.25C11.5858 21.25 11.25 20.9142 11.25 20.5V4.5C11.25 4.08579 11.5858 3.75 12 3.75Z' fill='%2301A7B7'/%3E%3C/svg%3E%0A");
}
.co-accordion.faqs
    .co-accordion-item
    .co-accordion-item-header
    .co-accordion-item-control
    .control {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.25 12.9723C3.25 12.5581 3.58579 12.2223 4 12.2223H20C20.4142 12.2223 20.75 12.5581 20.75 12.9723C20.75 13.3865 20.4142 13.7223 20 13.7223H4C3.58579 13.7223 3.25 13.3865 3.25 12.9723Z' fill='%2301A7B7'/%3E%3C/svg%3E%0A");
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .co-accordion.faqs
        .co-accordion-item
        .co-accordion-item-header
        .co-accordion-item-title {
        font-size: 20px;
        line-height: 25px;
    }
}

/* ----------------------------------------------
 * Newsletter
 * ---------------------------------------------- */
.newsletter-wrapper .button_wrapper {
    display: inline-block;
}

/* ----------------------------------------------
 * MAP
 * ---------------------------------------------- */
.map-canvas-wrapper > .wpb_wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.map-canvas-wrapper .map-canvas {
    width: 100%;
    height: 612px;
}

.gm-style-iw-d {
    margin-top: -48px;
}
.gm-ui-hover-effect > span {
    background-color: unset;
}
.gm-style-iw-chr button span {
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.5742 5L5.57422 19M5.57423 5L19.5742 19' stroke='%23302828' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.map-iw {
    padding: 40px 10px 25px 10px;
    text-align: center;
    min-width: 590px;
}
.map-iw .map-iw-title h4 {
    font-family: "Poppins";
    font-weight: 700;
    font-size: 26px;
    line-height: auto;
    letter-spacing: 0;
    margin: 0;
}
.map-iw .map-iw-divider {
    display: block;
    width: 50px;
    height: 5px;
    background-color: #f7c206;
    margin: 15px auto 25px auto;
}
.map-iw .map-iw-content {
}
.map-iw-label {
    font-family: "Lato";
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0;
}

.map-iw-button {
    display: inline-block;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #302828 !important;
    background-color: #f7c206;
    border-radius: 50px;
    padding: 12px 24px;
    margin-top: 25px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .gm-style .gm-style-iw-c {
        max-width: 95vw !important;
    }

    .map-iw {
        min-width: 100%;
    }
}

/* ------------------------- */
/* UNIVERSITIES / DETAILS    */
/* ------------------------- */
.bg-section-universities {
    background-position: right !important;
    background-size: auto;
    background-image: url(/wp-content/uploads/2024/10/dual-universitaria-bg-3.png) !important;
    background-position: top -72px right !important;
    background-repeat: no-repeat !important;
}

.site-main .entry-content p.co-breadcrumb {
    font-family: "Lato";
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    color: #302828;
    padding: 0;
    margin: 36px 0 5px 0;
}

.site-main .entry-content p.co-breadcrumb a {
    text-decoration: none;
}

.site-main .entry-content p.co-breadcrumb a:hover {
    text-decoration: none;
    color: #707b92;
}

.inner-heading-1 h2.second-title {
    font-family: "Poppins";
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 0;
    margin-bottom: 22px;
}

.inner-heading-1 h2.third-title {
    font-family: "Poppins";
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0;
    margin-top: 15px;
    margin-bottom: 22px;
}

.site-main .entry-content .university-general-details p {
    font-family: "Lato";
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: 0;
    margin: 0 auto 16px auto;
}

.tab-box-buttons .tab-box-btn.tab-box-btn-active {
    border-color: #01a7b7;
}

.site-main .entry-content .tab-box-content .divider-solid {
    height: 5px;
    margin-top: 18px;
    margin-bottom: 40px;
}
.site-main .entry-content .tab-box-content .divider-solid .divider-line {
    width: 50px;
    height: 5px;
    background-color: #f7c206;
}

.tab-box-content-full .tab-box-content .tab-box-item {
    max-width: unset;
    padding: 45px 0;
}

.tab-box-content-full .tab-box-content .tab-box-item .wpb_column {
    padding: 40px;
    background-color: #f7f8fd;
    border-radius: 20px;
    border: 1px solid #707b92;
}

.tab-box-content-full .tab-box-content .tab-box-item .wpb_column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tab-box-content-full .tab-box-content .tab-box-item .wpb_column ul li {
    margin-bottom: 14px;
}

.tab-box-content-full .tab-box-content .tab-box-item .wpb_column ul li p {
    background-color: #ffffff;
    border-radius: 10px;
    margin: 0;
    padding: 10px;
    display: inline;
    font-family: "Lato";
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
}

.tab-box-content-full
    .tab-box-content
    .tab-box-item
    .wpb_column
    ul
    li:last-child {
    margin-bottom: 0;
}

.tab-box-content-full .tab-box-content .tab-box-item .co-flex {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.tab-box-content-full .tab-box-content .tab-box-item .co-flex-item {
    flex: 1;
    padding: 40px;
    background-color: #f7f8fd;
    border-radius: 20px;
    border: 1px solid #707b92;
    max-width: 50%;
}

.tab-box-content-full .tab-box-content .tab-box-item .co-flex-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tab-box-content-full .tab-box-content .tab-box-item .co-flex-item ul li {
    margin-bottom: 14px;
}

.tab-box-content-full .tab-box-content .tab-box-item .co-flex-item ul li p {
    background-color: #ffffff;
    border-radius: 10px;
    margin: 0;
    padding: 10px;
    display: table-cell;
    font-family: "Lato";
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
}

.tab-box-content-full
    .tab-box-content
    .tab-box-item
    .co-flex-item
    ul
    li:last-child {
    margin-bottom: 0;
}

.tooltip {
    display: inline-block;
    position: relative;
    text-align: left;
    background-image: url("data:image/svg+xml,%3Csvg height='20px' version='1.1' viewBox='0 0 20 20' width='20px' xmlns='http://www.w3.org/2000/svg' xmlns:sketch='http://www.bohemiancoding.com/sketch/ns' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle/%3E%3Cdesc/%3E%3Cdefs/%3E%3Cg fill='none' fill-rule='evenodd' id='Page-1' stroke='none' stroke-width='1'%3E%3Cg fill='%2301A7B7' id='Core' transform='translate(-86.000000, -296.000000)'%3E%3Cg id='info-outline' transform='translate(86.000000, 296.000000)'%3E%3Cpath d='M9,15 L11,15 L11,9 L9,9 L9,15 L9,15 Z M10,0 C4.5,0 0,4.5 0,10 C0,15.5 4.5,20 10,20 C15.5,20 20,15.5 20,10 C20,4.5 15.5,0 10,0 L10,0 Z M10,18 C5.6,18 2,14.4 2,10 C2,5.6 5.6,2 10,2 C14.4,2 18,5.6 18,10 C18,14.4 14.4,18 10,18 L10,18 Z M9,7 L11,7 L11,5 L9,5 L9,7 L9,7 Z' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 14px;
    height: 14px;
    margin-left: 2px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .entry-content .bg-section-universities {
        background-position: top -30px right !important;
        background-size: 30%;
    }
    .inner-heading-1 h2.second-title {
        font-size: 26px;
        line-height: 35px;
    }
    .tab-box-content-full .tab-box-content .tab-box-item {
        padding: 45px 0 0 0;
    }
    .tab-box-content-full
        .tab-box-content
        .tab-box-item
        .co-flex
        .co-flex-item {
        max-width: unset;
    }
}

/* ------------------------- */
/* MORE                      */
/* ------------------------- */
.entry-content .bg-section-more {
    background-position: bottom right !important;
}
/* RESPONSIVE */
@media (max-width: 768px) {
    .entry-content .bg-section-more {
        background-size: 40% !important;
    }
}

/* ------------------------- */
/* BLOG                      */
/* ------------------------- */

.co-back {
    font-family: "Lato";
    font-size: 13px;
    line-height: 27px;
    font-weight: 700;
    color: #302828;
    letter-spacing: 0.019px;
    text-decoration: none;
    display: block;
    position: relative;
    margin-bottom: 4px;
}

.co-back:hover {
    color: #01a7b7;
}

.inner-header-title {
    margin-top: 52px;
}
.site-main .entry-content .head-cases h1,
.inner-header-title h1.page-title {
    max-width: unset;
    text-align: left;
    font-family: "Poppins";
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    color: #302828;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    max-width: 1200px;
}
.site-main .entry-content .head-cases h1 span,
.inner-header-title h1.page-title span{
    font-weight: 400;
}

.inner-header-title.has-divider {
    margin-top: 52px;
    height: auto;
    min-height: unset;
}
.head-cases .divider-solid,
.inner-header-title.has-divider .divider-solid {
    text-align: left;
    height: 5px;
    margin-top: 26px;
    margin-bottom: 26px;
}
.head-cases .divider-line,
.inner-header-title.has-divider .divider-line {
    background-color: #f7c206 !important;
    width: 80px;
    height: 5px;
}

.blog-categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 2px solid #d9d6d1;
    width: 100%;
}
.blog-categories ul li {
    display: inline-block;
    margin-right: 35px;
    padding: 0;
}

.blog-categories ul li a {
    font-family: "Poppins";
    font-size: 15px;
    line-height: 28px;
    font-weight: 300;
    color: #5f5f5f;
    text-decoration: none;
    padding: 12px 7px;
    display: block;
    position: relative;
}
.blog-categories ul li.active a {
    font-weight: 700;
}
.blog-categories ul li.active a:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 100%;
    display: block;
    width: 100%;
    height: 5px;
    background-color: var(--cat-color, #00b5c4);
    margin-top: 10px;
}

.blog-posts-classic .blog-item.blog-item-boxed .blog-item-content,
.blog-posts-classic .blog-item.blog-item-boxed footer.item-footer {
    padding: 12px 0;
}

.blog-item-image-wrap img {
    max-height: 379px;
    object-fit: cover;
}

div.category > a.badge-category {
    font-family: "Poppins";
    font-size: 13px;
    line-height: 27px;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 0.19px;
    color: #ffffff;
    text-decoration: none;
    display: block;
    position: relative;
    background-color: var(--cat-color, #00b5c4);
    border-color: var(--cat-color, #00b5c4);
    border-radius: 24.5px;
    padding: 4px 25px;
    margin: 0;
}

.blog-item-content .category {
    display: flex;
}
.blog-item-content .subtitle.text-small {
    font-family: "Poppins";
    font-size: 15px;
    line-height: 100%;
    font-weight: 700;
    font-style: normal;
    color: var(--cat-color, #00b5c4);
    margin: 0 !important;
}

article.blog-item.blog-item-boxed,
.blog-item.blog-item-boxed {
    background-color: transparent !important;
}

article.blog-item h3 a,
.blog-item h3 a {
    font-family: "Poppins";
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    font-style: normal;
}
article.blog-item h3 a:hover,
.blog-item h3 a:hover {
    color: #302828;
}

.load-more-wrapper {
    border-top: 2px solid #d9d6d1;
    padding-top: 35px;
    margin-top: 35px;
}

.btn-load-more {
    font-family: "Poppins";
    font-size: 13px;
    line-height: 27px;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 0.19px;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    position: relative;
    background-color: #f7c313;
    border-radius: 24.5px;
    padding: 6px 35px;
}

.btn-load-more:hover {
    opacity: 0.8;
    color: #ffffff;
}

article.blog-item.blog-item-boxed:hover,
.blog-item.blog-item-boxed:hover {
    box-shadow: none !important;
}

.article-details .date p {
    font-family: "Poppins";
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    font-style: normal !important;
    color: var(--cat-color, #00b5c4);
    margin-right: 15px;
}

.article-details .category a.badge-category {
    font-family: "Poppins";
    font-size: 18px;
    line-height: 38px;
    font-weight: 900;
    padding: 0 25px;
    color: #ffffff !important;
}

.entry-content .blog-image-main-wrapper {
    text-align: center;
}
.entry-content img.blog-image-main {
    width: 100%;
    /* max-height: 717px; */
    max-height: 576px;
    /* max-width: 1024px; */
    object-fit: cover;
    max-width: 777px;
    border-radius: 20px;
}

.entry-content.blog p {
    font-family: "Lato";
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: -0.01px;
    color: #302828;
}

.entry-content.blog p + h3 {
    margin-top: 50px !important;
}

.entry-content.blog li {
    font-weight: 400;
}

.entry-content.blog h3 {
    font-family: "Lato";
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: -0.01px;
    color: #302828;
}

.blog-bio {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin-top: 40px !important;
    padding: 40px;
    background-color: #e8e9ec;
    border-radius: 26px;
}
.blog-bio .blog-bio-avatar {
    min-width: 154px;
}

.blog-bio .blog-bio-avatar img {
    width: 154px;
    height: 154px;
    border-radius: 20px;
    object-fit: cover;
    overflow: hidden;
}

.blog-bio-name {
    margin: 0;
    font-family: "Poppins";
    font-size: 15px;
    line-height: 100%;
    font-weight: 700;
    font-style: normal;
    color: var(--cat-color, #00b5c4);
}

.entry-content p.blog-bio-title {
    margin: 4px 0 14px 0 !important;
    font-family: "Poppins";
    font-size: 15px;
    line-height: 100%;
    font-weight: 700;
    font-style: normal;
    color: #848482;
}

.entry-content .blog-bio-description,
.entry-content .blog-bio-description p {
    font-family: "Poppins";
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
}

.related-posts-wrapper {
    margin-top: 40px;
    border-top: 2px solid #d9d6d1;
    border-bottom: 2px solid #d9d6d1;
}

.related-posts-wrapper .related-post-heading {
    font-family: "Poppins";
    font-size: 24px;
    line-height: 48px;
    font-weight: 700;
    color: #302828;
    margin-top: 40px;
    margin-bottom: 20px;
}

.related-posts-wrapper .divider-line {
    background-color: #f7c206 !important;
    width: 84px;
    height: 5px;
}

.related-posts-wrapper .related-posts {
    margin-top: 30px;
}

.related-posts-wrapper .blog-item-content,
.co-carousel-item .blog-item-content,
.col-4 .blog-item-content {
    padding: 4px 0 !important;
}

.related-posts-wrapper .blog-item-image-wrap img,
.co-carousel-item .blog-item-image-wrap img,
.col-4 .blog-item-image-wrap img {
    max-height: 180px;
}

.related-posts-wrapper article.blog-item h3 a,
.related-posts-wrapper .blog-item h3 a,
.co-carousel-item article.blog-item h3 a,
.col-4 article.blog-item h3 a {
    font-size: 15px !important;
    line-height: 21px !important;
    color: #000000;
}

.related-posts-wrapper div.category > a.badge-category,
.co-carousel-item div.category > a.badge-category,
.col-4 div.category > a.badge-category {
    font-size: 12px;
    line-height: 27px;
    letter-spacing: 0.17px;
    padding: 2px 20px;
}

.related-posts-wrapper div.category > a.badge-category:hover,
.co-carousel-item div.category > a.badge-category:hover,
.col-4 div.category > a.badge-category:hover {
    color: #ffffff;
}

.blog-carousel .slick-slide {
    margin: 0 14px;
}

.blog-carousel .slick-list {
    margin: 0 -14px;
}

.border-top {
    border-top: 2px solid #d9d6d1;
}

.border-top-inner > .vc_column_container > .vc_column_inner {
    border-top: 2px solid #d9d6d1;
}

/* RESPONSIVE */
@media (max-width: 576px) {
    .blog-bio {
        flex-direction: column;
        align-items: center;
    }
}

.blog-more-info {
    text-align: center;
}
.blog-more-info .btn-contact {
    font-size: 15px;
    line-height: 27px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.19px;
    color: #302828 !important;
    text-decoration: none;
    display: inline-block;
    position: relative;
    background-color: #f7c313;
    border-color: #f7c313;
    border-radius: 24.5px;
    padding: 6px 35px;
    text-transform: none;
}
.blog-more-info .btn-contact:hover {
    color: #302828;
    background-color: transparent;
    text-decoration: none !important;
}

.blog-item footer.item-footer .item-footer-name {
    font-family: "Poppins";
    font-size: 13px !important;
    line-height: 15px !important;
    color: #000000;
    font-weight: 500;
}
.blog-item footer.item-footer .item-footer-jobtitle {
    font-family: "Poppins";
    font-size: 13px !important;
    line-height: 15px !important;
    color: #848482;
}
article.blog-item .item-footer,
.blog-item .item-footer {
    line-height: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 10px;
    padding-top: 5px;
}

.site-footer .footer-widget-2 > ul {
    display: flex;
    align-items: center;
    gap: 40px;
}

.site-footer .footer-widget-2 ul li.widget {
    padding-top: 0;
}

.site-footer .footer-widget-2 ul li.widget {
    padding-top: 0;
}

.site-footer .footer-widget-2 .btn-contact a {
    background-color: transparent;
    border-width: 1px;
    margin-top: 3px;
    text-decoration: none;
    padding: 9px 20px;
}
.site-footer .footer-widget-2 .btn-contact a:hover {
    background-color: #343436;
    color: #ffffff;
    text-decoration: none;
}

.blog-bio-social{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.blog-bio .blog-bio-avatar .blog-bio-social a{
    margin-right: 6px;
}
.blog-bio .blog-bio-avatar .blog-bio-social img{
    width: 36px;
    height: 36px;
    transition: all 0.3s ease-in-out;
}
.blog-bio .blog-bio-avatar .blog-bio-social img:hover{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.full-width{
    width: 100vw;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    position: relative;
}
.bg-gray{
    background-color: #F7F8FD;    
}
.section-bio{
    padding: 32px 20px 35px 20px;
}
.section-bio .blog-bio{
    background-color: transparent;
    max-width: 765px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    padding: 45px 0px 35px 0;
    margin-top: 0 !important;
}
.section-bio .blog-bio:last-child{
    border-bottom: 0;
}
.section-bio .blog-bio-name{
    font-family: "Lato";
    color: #302828;
    display: inline;
}
.section-bio .blog-bio-description{
    margin-top: 12px;
}
.section-bio .blog-bio-content p.blog-bio-title{
    font-family: "Lato";
    font-size: 14px;
    line-height: 100%;
    font-weight: 700;
    font-style: normal;
    color: #707B92;
    margin-top: 5px;
    margin-bottom: 15px;
    display: inline;
}
.section-bio .blog-bio-description p{
    font-size: 15px;
}
/* Single  */
.section-title .heading-wrapper {
    max-width: 1168px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.section-title{
    padding: 50px 20px;
}
.section-title .co-back{
    display: flex;
    align-items: center;
    font-weight: 700;
}
.section-title .co-back img{
    margin-right: 5px;
    margin-bottom: 2px;
}
.single .article-details{
    justify-content: space-between;
    /* max-width: 1030px; */
    margin: 0 auto;
    padding: 55px 0px 45px 0px;
    max-width: 777px;
}
#primary .blog-item-content .category a.badge-category,
.article-details .category a.badge-category{
    font-family: "Lato";
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    padding: 0 16px;
}
.blog-item-content .date p,
.article-details .date p{
    display: flex;
    color: #302828;
    align-items: center;
    font-family: "Lato";
    font-weight: 700;
}
.blog-item-content .date p img,
.article-details .date p img{
    margin-right: 5px;
    margin-bottom: 2px;
}
.section-blog-header{
    max-width: 1210px;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 20px;
    margin-bottom: 35px;
}
.cont-cat-5 .category .badge-category{
    background-color: #DC0840;
    border: #DC0840;
}
.cont-cat-6 .category .badge-category{
    background-color: #01A7B7;
    border: #01A7B7;
}
.section-blog-header .inner-header-title.has-divider{
    margin-top: 0;
}
.section-blog-header section.vc_section .wpb_wrapper{
    max-width: 710px;
}
.section-blog-header section.vc_section .wpb_wrapper h3{
    font-size: 18px;
    font-weight: 700 !important;
    line-height: 28px;
    margin-top: 7px;
    margin-bottom: 25px;
    text-align: left !important;
}
.blog-intro .wpb_wrapper > div{
    text-align: left !important;
    font-size: 16px;
}
.site-main article.blog-item .item-footer, 
.site-main .blog-item .item-footer{
    border-top: 0;
    line-height: 17px !important;
}
.blog-item-content.cont-cat-6 > div{
    padding: 5px 0px;
}
.blog-categories ul li.active a:after{
    bottom: -2px;
    height: 3px;
}
.blog-item-image-wrap img{
    border-radius: 20px;
}
.blog-posts-masonry .blog-item-image-wrap img{
    max-height: 250px;
}
.section-blog-title{
    position: relative;
}
.img-circle{
    position: absolute;
    right: 15%;
    max-width: 150px;
    z-index: -1;
}
.img-background{
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 430px;
    z-index: -1;
}
.single-post .entry-content.blog a:not(.wp-block-button__link){
    color: #01A7B7;
    text-decoration: underline;
}
.img-background{
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 430px;
    z-index: -1;
}
.bg-black{
    background-color: #302828;
    padding: 65px 20px;
}
.btn{
    padding: 10px;
}
.section-black h2,
.section-black p{
    color: #fff;
}
.section-black p{
    font-size: 18px;
    max-width: 690px;
    margin-left: 0;
    margin-right: auto;
    text-align: left;
    margin-bottom: 34px;
}
.section-black.section-title .heading-wrapper{
    margin-top: 0;
}
.section-black h2{
    font-size: 40px;
    margin-top: 0;
}
.btn-yellow{
    background-color: #F7C206;
    color: #302828;
}
.section-contact{
    max-width: 1168px;
    margin-left: auto;
    margin-right: auto;
}
.section-contact .blog-more-info .btn-contact{
    padding: 6px 25px;
}
.section-contact .blog-more-info .btn-contact:hover{
    background-color: #edc439;
}
.section-black{
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.slick-img .wpb_wrapper .wpb_row.vc_inner figure img, 
.slick-img .video-module-video img{
        border-radius: 20px;
        min-height: 300px;
        object-fit: cover;
}

.slick-img .slick-track > .slick-slide{
    min-width: 615px;
}
@media(min-width: 1199px){
    .slider-video-row{
        max-width: 1200px !important;
        margin: 0 auto;
        position: relative;
        width: initial !important;
        left: initial !important;
        overflow: initial !important;
    }
    .slider-video-row .slick-list {
        margin-left: 0px !important;
        margin-right: calc((100vw - 1215px) / -2) !important;
        padding-right: calc((100vw - 1215px) / 2) !important;
        overflow: hidden;
        padding: 0 !important;
    }
   
}
@media(max-width: 991px){
    .slick-track .wrapper-div {
        display: none;
    }
}
.slick-img .slick-slide{
    max-width: 500px;
}
.slick-img .slick-slide > div{
    padding: 0 10px;
}
.slick-img h5{
    margin: 0;
    margin-bottom: 2px;
    font-size: 24px;
    line-height: 32px;
    text-transform: initial;
    font-family: 'Lato';
}
.slick-img .slick-track .wpb_wrapper p{
    font-size: 22px;
    font-family: 'Lato';
    margin: 0;
}
.slick-img .slick-track .wpb_single_image{
    margin-bottom: 17px;
}
.slick-img .slick-arrows{
    position: absolute;
    right: 0;
    bottom: 11px;
}
.slick-img .slick-dots{
    width: calc(100% - 100px);
}
.slick-img .slick-dots{
    display: flex;
    justify-content: space-between;
    position: relative;
    bottom: 2px;
    margin-right: 20px;
}
.slick-img .slick-dots li{
    width: 100%;
    height: auto;
    margin: 0;
}
.slick-img .slick-dots li.slick-active button{
    background-color: #F7C206
}
.slick-img .slick-dots li button{
    width: 100%;
    height: 1px;
    background-color: #707B9280;
    padding: 1px;
}
.slick-img .slick-arrows > span{
    position: relative;
    background-repeat: no-repeat;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    height: 47px !important;
    margin-right: 8px;
    background-size: contain;
    transform: translate(0px, 0px);
}
.row-background-before{
    overflow: initial !important;
}
.row-background-before::before{
    content: '';
    background: #f7f8fd;
    width: 100%;
    display: block;
    height: 400%;
    position: absolute;
    left: 0;
}
.row-background-before.bg-black-section:before{
    background-color: #302828;
}
.wrapper-div{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}
.slick-arrows{
    display: flex;
}
.slick-img .slick-prev:before, 
.slick-img .slick-next:before{
    display: none;
}
.slick-img .slick-arrows .slick-prev{
    background-image: url('assets/img/arrow-prev.png');
}
.slick-img .slick-arrows .slick-next{
    background-image: url('assets/img/arrow-next.png');
    margin-right: 0;
}
.slick-img .wpb_single_image{
    position: relative;
}
.slick-img .wpb_single_image .vc_figure a::before{
    content: '';
    background-image: url('assets/img/play.png');
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    cursor: pointer;
}
.slick-img .slick-dots li button:before{
    display: none;
}
.featured-wrapper .title-separate h2.second-title,
.title-separate .second-title{
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
}
.title-separate .second-title span{
    font-weight: 400;
}
.slick-img .slick-list.draggable{
    padding: 0px 50px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    /* max-width: 1297px; */
    margin-bottom: 40px;
}
/* Cases */
.item-case{
    position: relative;
    border-bottom: 1px solid #cdcdcf;
}
.item-case.active{
    border-bottom: 1px solid transparent;
    padding-bottom: 25px;
}
.head-cases .wpb_wrapper h1{
    margin: 0;
}
.head-cases p{
    font-size: 18px;
    line-height: 28px;
    max-width: 710px;
    font-weight: 400;
}
.page-template-page-templates .site-main p{
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
.head-cases .img-circle{
    top: 0;
    z-index: 1;
}
.head-cases .img-background{
    z-index: 1;
}
.entry-content .item-case h3{
    font-family: "Lato";
    font-weight: 700;
    font-size: 28px;
    margin: 0;
    padding: 30px 10px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.entry-content .item-case.active h3::before{
    transform: rotate(90deg);
}
.entry-content .item-case h3::after{
    content: "";
    width: 16px;
    height: 2px;
    border-radius: 2px;
    background-color: #01A7B7;
    position: absolute;
    right: 10px;
    top: 40px;
}
.entry-content .item-case h3::before{
    transition: all 0.3s ease-in-out;
    content: "";
    width: 2px;
    height: 16px;
    border-radius: 2px;
    background-color: #01A7B7;
    position: absolute;
    right: 17px;
    top: 33px;
}
.content-case{
    display: flex;
    justify-content: space-between;
}
.left-case img{
    max-width: 345px;
    width: 100%;
    margin-bottom: 12px;
}
.left-case{
    display: flex;
    flex-direction: column;
}
.wrap-btn{
    text-align: center;
}
.content-case .btn-case-doc,
.content-case .btn.btn-download{ 
    border-radius: 50px;
    background-color: #F7C206;
    margin: 0;
    width: 100%;
    max-width: 315px;
    position: relative;
    color: #302828 !important;
    border: 1px solid #ffffff;
}
.content-case .btn-case-doc:after,
.content-case .left-case a.btn-download:after{
    top: 8px;
    position: absolute;
}
.content-case .right-case{
    background-color: #F7F8FD;
    border-radius: 15px;
    max-width: 800px;
    width: 100%;
    padding: 45px 50px 50px 50px;
}
.tab-case li.active{
    color: #302828;
    font-weight: 700;
}
.tab-case li{
    display: inline-block;
    list-style: none;
    padding: 7px 10px;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    line-height: 32px;
    color: #707B92;
    font-weight: 400;
}
.tab-case li.active:after{
    content: "";
    position: absolute;
    background-color: #01A7B7;
    height: 2px;
    width: 100%;
    left: 0;
    bottom: -1px;
}
.tab-case ul{
    border-bottom: 1px solid #cbcbcb;
}
.content-tab{
    /* padding: 50px; */
    padding-top: 15px;
}
.content-tab > div{
    display: none;
}
.content-tab > div.active{
    display: block;
}
.content-case > .wrap-btn{
    display: none;
}
.blog-item-content .date p{
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}
/* Blog */
#posts-container .blog-post-masonry{
    position: relative !important;
    left: auto !important;
    top: auto !important;
}
.slide-cifras .slick-img .slick-arrows > span{
    filter: brightness(0) invert(1);
}
/* Tag */
.item-titulacion{
    position: relative;
}
.item-titulacion input[type="text"]{
    border-radius: 20px;
    border: 1px solid #302828;
    line-height: 56px;
    height: 56px;
    font-family: "Lato";
    font-size: 17px;
    font-weight: 400;
}
.item-titulacion b{
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.5 20L16.3033 15.8033M18.5 10.5C18.5 6.35786 15.1421 3 11 3C6.85786 3 3.5 6.35786 3.5 10.5C3.5 14.6421 6.85786 18 11 18C15.1421 18 18.5 14.6421 18.5 10.5Z' stroke='%23302828' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    height: 24px !important;
    width: 24px !important;
    position: absolute;
    right: 14px;
    top: 16px;
}
#list-tag{
    margin-top: 8px;
    display: flex;
    justify-content: end;
    padding-right: 8%;
}
#list-tag li{
    list-style: none;
    background-color: #00b5c4;
    color: #fff;
    border-radius: 15px;
    padding: 4px 7px 5px 15px;
    cursor: pointer;
    font-weight: 600;
    line-height: 17px;
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
}
#list-tag li .rmTag{
    padding-left: 4px;
}
.vc_empty_space.arg-spacer{
    margin-bottom: 25px;
}
/* Box */
.box-container h5{
    margin-top: 5px;
    margin-bottom: 22px;
    font-weight: 500;
    font-family: 'Poppins';
}
.box-container .icon-box-left p.subtitle{
    font-style: normal;
    font-size: 14px;
    margin: 0;
    line-height: 18px;
}
.box-container .icon-box-left{
    background: #F7F8FD;
    border-radius: 100px;
}
.box-container .icon-box-left img{
    width: 40px;
}
.box-container .icon-box-image{
    margin-bottom: 0;
    height: auto;
    line-height: initial;
    padding-left: 20px;
    width: auto;
}
.box-container .icon-box-wrap-content{
    padding: 8px 20px 8px 75px;
    margin-top: 10px;
}
.box-container p.icon-box-description{
    margin: 0;
}

/* Contenedor radial */
.fdu-radial {
    position: relative;
    width: 700px;
    height: 670px;
    margin: 40px auto;
}

/* Círculos */
.fdu-node {
    position: absolute;
    width: 200px;
    height: 200px;
    /* border-radius: 50%; */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px;
    cursor: pointer;
    font-size: 15px;
    line-height: 1.3;
    transition: 0.3s ease;
    background-size: contain;
    background-repeat: no-repeat;
}
.fdu-node:hover{
    z-index: 99;
}
.fdu-node img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    transition: all 0.3s ease-in-out;
}
.fdu-node h6{
    font-size: 18px;
    font-weight: 500;
    z-index: 1;
}
.fdu-tooltip p{
    font-size: 16px;
    font-weight: 400;
}
/* Activos (amarillos) */
.fdu-node:hover:not(.fdu-center) img {
    filter: invert(19%) sepia(5%) saturate(3979%) hue-rotate(2deg) brightness(100%) contrast(100%);
} 
.fdu-node:hover h6{
    font-weight: 600;
}
.fdu-center {
    /* background: #f5c400; */
    width: 250px;
    height: 250px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
}
.fdu-top { 
    top: -13px; 
    left: 50%; 
    transform: translateX(-50%);
}
.fdu-top-right { 
    top: 80px;
    right: 45px;
}
.fdu-right { 
    top: 57%;
    right: 9px;
    transform: translateY(-42%);
}
.fdu-bottom-right { 
    bottom: 22px;
    right: 170px;
}
.fdu-bottom { 
    bottom: 10px;
    left: 29%;
    transform: translateX(-45%);
}
.fdu-bottom-left { 
    bottom: 185px;
    left: 7px;
}
.fdu-top-left { 
    top: 77px;
    left: 52px;
}
.fdu-tooltip {
    display: none;
    position: absolute;
    background: white;
    padding: 15px;
    border-radius: 5px;
    width: 450px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    z-index: 20;
    text-align: left;
    top: 152px;
    left: 100%;
    transform: translateX(-45%);
    transition: all 0.3s ease-in-out;
}
.page-template-page-templates .site-main .fdu-tooltip p{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin: 0;
    line-height: 20px;
}
.fdu-node:hover .fdu-tooltip {
    display: block;
}
.slide-cifras .slick-img .slick-arrows > span{
    filter: brightness(0) invert(1);
}
.slide-cifras .slick-img .wpb_single_image .vc_figure a::before{
    display: none;
}
/* Publicaciones */
.post-header{
    background-color: #f2f2f2;
    padding: 30px 87px 30px 60px;
    position: relative;
    min-height: 250px;
    border-radius: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: center;
}
.div-feature p,
.div-feature hr,
.div-feature h3{
    display: none;
}
.post-header img{
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 125px;
}
.post-header img.feature-img{
    width: 100%;
    max-width: 376px;
    right: initial;
}
.post-header h3{
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
    line-height: 25px;
    position: relative;
}
.line-post{
    width: 100px;
    height: 5px;
    background-color: #01A7B7;
    margin: 8px auto 12px 0;
    margin-left: auto;
    margin-left: 0;
}
.co-searchfdu-items.posts-select2{
    margin: 60px 0px;
}
.post-header h3 span{
    display: block;
    text-transform: initial;
    font-weight: 600;
}
.list-info{
    margin: 15px 0px 18px 0px;
}
.list-info .ext{
    text-transform: uppercase;
}
.list-info li{
    position: relative;
    list-style: none;
    display: inline-block;
    font-size: 14px;
    font-family: "Lato";
    color: #707B92;
    padding-left: 8px;
    font-weight: 700;
}
.list-info li:first-child{
    padding-left: 0;
}
.list-info li:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 13px;
    background-color: #707B92;
    top: 8px;
    right: -6px;
}
.list-info li:last-child::after{
    background-color: transparent;
}
.link-post{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.post-content{
    position: relative;
}
.post-content p{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #302828;
}
.post-footer{
    margin-bottom: 50px;
}
.download{
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
}
.download img{
    position: relative;
    top: 7px;
    left: 1px;
}
#search-post .posts-select2 .select2-selection__rendered .select2-selection__clear{
    display: none;
}
.posts-select2 .co-searchfdu-actions button{
    margin-top: 0;
    height: 56px;
}
.posts-select2 .btn-clean {
    background: transparent;
    border: 1px solid #000;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 15px;
}
nav.pagination-filter{
    margin-top: 45px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-numbers{
    padding: 10px;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 18px;
    line-height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
}
.current{
    background-image: url(./assets/img/current.png);
}
.next{
    background-image: url(./assets/img/arrow-next.png);
}
.prev{
    background-image: url(./assets/img/arrow-prev.png);
}
.page-numbers,
.prev,
.next{
    width: 40px;
    height: 40px;
    object-fit: contain;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}
.post-header p{
    color: #cf0033;
    font-weight: 600;
    line-height: 16px;
}
@media (max-width: 768px) {
    /* Circles */
    .fdu-node.fdu-center{
        display: none;
    }
    .fdu-radial{
        width: 100%;
        height: auto;
    }
    .fdu-radial img{
        display: none;
    }
    .fdu-node:hover h6{
        font-weight: 500;
    }
    .fdu-node{
        position: relative;
        width: 100%;
        height: auto;
        top: auto;
        right: auto;
        flex-direction: column;
        bottom: auto;
        left: auto;
        transform: none;
        text-align: left;
        align-items: flex-start;
        border-bottom: 1px solid #302828;
        padding: 21px 15px;
    }
    .fdu-node:hover .fdu-tooltip,
    .fdu-tooltip{
        position: relative;
        width: 100%;
        top: auto;
        left: auto;
        transform: none;
        box-shadow: none;
        padding-left: 0;
        display: none;
        transition: initial;
    }
    .fdu-node h6{
        text-align: left;
        margin: 0;
    }
    .fdu-node.active h6{
        margin-bottom: 5px;
    }
    .fdu-node::after{
        content: "";
        width: 17px;
        height: 1px;
        background-color: #302828;
        position: absolute;
        right: 14px;
        top: 30px;
    }
    .fdu-node::before{
        content: "";
        width: 1px;
        height: 17px;
        background-color: #302828;
        position: absolute;
        right: 22px;
        top: 22px;
        transition: all 0.3s ease-in-out;
    }
    .fdu-node.active::before{
        transform: rotate(90deg);
    }
    /* End Circles */
    .slider-remove-mobile .slick-img .wrapper-div{
        display: none;
    }
    .slider-remove-mobile .vc_column-inner .wpb_single_image{
        text-align: center;
        padding: 0px 15px;
    }
    .slider-remove-mobile .slick-img .wpb_wrapper .wpb_row.vc_inner figure img{
        min-height: auto;
    }
    .d-none-mobile{
        display: none;
    }
    .slick-img .slick-track > .slick-slide{
        min-width: auto;
    }

    .slick-arrows{
        display: none;
    }
    .slick-img .slick-slide{
        max-width: 450px;
    }
    .wrapper-div{
        max-width: calc(100% - 20px);
    }
    .slick-img .slick-dots{
        margin-right: 0;
        margin-left: 10px;
        margin-right: 10px;
        width: 97%;
    }
    .slick-img .slick-dots li:first-child{
        display: block;
    }
    .content-case{
        flex-direction: column;
    }
    .left-case{
        align-items: center;
    }
    .left-case .wrap-btn{
        display: none;
    }
    .content-case .right-case{
        padding: 20px 0px;
        background-color: transparent;
    }
    .entry-content .item-case h3{
        font-size: 18px;
    }
    .page-template-page-templates .site-main p,
    .tab-case li{
        font-size: 16px;
    }
    .content-case > .wrap-btn{
        display: block;
    }
}
@media (max-width: 576px) {
    .section-blog-title {
        background-size: cover;
    }
    .section-blog-header{
        padding: 45px 15px 50px 15px;
    }
    .section-blog-header .blog-intro .wpb_wrapper > div{
        text-shadow: 0px 0px 2px #fff;
    }
    .inner-header-title h1.page-title{
        font-size: 25px;
        line-height: 37px;
    }
    .section-title{
        padding: 20px 15px;
    }
    .img-background{
        max-width: 165px;
    }
    .img-circle{
        right: 11%;
        max-width: 80px;
    }
    .bg-black{
        padding: 30px 15px;
    }
}

/* Filtros */
.filtro-responsive {
    border-radius: 20px;
    border: 1px solid #302828;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.filtro-responsive .fa-filter{
    color: #fff;
    text-shadow:
    -1px -1px 0 #000,
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000;
}
.co-searchfdu-items .title-responsive{
    display: none;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    color: #302828;
    margin-bottom: 15px;
    margin-top: 15px;
}
.co-searchfdu-items #aplicar_filtros{
    background-color: #F7C206;
    color: #000;
    border: none;
    padding: 12px 15px;
    font-size: 16px;
    line-height: 24px;
}
.co-searchfdu  .filtro-responsive{
    cursor: pointer;
}
body.filtro-opened {
    overflow: hidden;
    position: relative;
}
body.filtro-opened:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}
.select2-container.select2-container--open{
    z-index: 9999 !important;
}
html.filtro-opened, body.filtro-opened {
    overflow: hidden;
}
#aplicar_filtros,
.close-filtro{
    display: none;
}

@media(max-width: 768px){
    .co-searchfdu-items{
        display: none;
        background: #fff;
        position: fixed;
        width: 100%;
        height: 80%;
        left: 0px;
        bottom: 0;
        z-index: 999;
        padding: 30px 15px 15px 15px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }
    .co-searchfdu-items.opened{
        display: block;
        background: #fff;
        position: fixed;
        width: 100%;
        height: 70%;
        left: 0px;
        bottom: 0;
        z-index: 9999;
        overflow-y: scroll;
    }
    .co-searchfdu-items .title-responsive{
        display: block;
    }
    .co-searchfdu-item{
        margin-bottom: 10px;
    }
    .co-searchfdu-items span.select2{
        width: 100% !important;
    }
    #cmd_search_export{
        width: 100%;
    }
    .info-map-row .vc_col-sm-6{
       justify-content: center !important;
       margin-bottom: 10px;
    }
    #aplicar_filtros,
    .close-filtro{
        display: block;
    }
}
@media(min-width: 769px){
    .filtro-responsive{
        display: none;
    }
}