/*!
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: 40px 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: -57px;
}
.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(/wp-content/uploads/2024/09/dual-universitaria-bg-1.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
    width: 296px;
    height: 223px;
    position: absolute;
    left: 0;
    top: 0;
}

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

a.btn-download {
    margin-top: 40px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #302828 !important;
    border: 1px solid #ffffff;
    border-right-width: 0;
}
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;
}
a.btn-download:hover {
    color: #ffffff !important;
}
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;
}

/* 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;
}
.select2-container--open .select2-dropdown--below {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

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 {
    font-family: fontAwesome;
    color: #999;
    content: "\f096";
    width: 25px;
    height: 25px;
    padding-right: 10px;
}
.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 #343436;
    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;
}

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

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

.inner-header-title.has-divider .divider-solid {
    text-align: left;
    height: 5px;
    margin-top: 26px;
    margin-bottom: 26px;
}
.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;
}

.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: 50%;
    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;
}
