/* variables generales estilos globales */
:root {
    --color-primario: #FF2446;
    --color-secundario: #772633;
    --titulos: 'Domine', serif;
    --bg-color-1: #F0F0F0;
    --bg-color-2: #D8D8D8;
}

/* variables generales estilos globales */



* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Domine', serif;
}

p {
    font-family: 'Nunito', sans-serif;
}

/* menu */

.logo-mobile {
    display: none;
}

.logo {
    display: block;
}

.search {
    background-color: #F2F2F2;
    border-radius: 15px;
    border: 2px solid #BFBFBF;
    width: 450px;
}

.search span i {
    font-size: 25px;
    color: var(--color-primario);
}

.search span {
    border-radius: 15px;
    cursor: pointer;
}

.search .globe {
    border-top-left-radius: 15px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 0px;
}

.form-control {
    border-radius: 0;
    background-color: #F2F2F2;
    border: none;
    align-items: center;
}

.form-control:focus {
    color: #212529;
    background-color: #F2F2F2;
    border-color: var(--color-primario);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(255 36 70 / 25%);
}

form .globe {
    background-color: white;
}

nav li a {
    color: #848484;
}

nav ul li a:hover {
    color: var(--color-secundario);
    border-bottom: 4px solid var(--color-secundario);
    margin-bottom: -4px;
}

.btn-menu label i {
    color: var(--color-secundario);
    font-size: 35px;
}



.bg-top {
    background-image: url(../img/img-top.png);
    background-color: var(--color-primario);
    background-repeat: no-repeat;
    background-position: -600px top;
    height: 10px;
}

header .btn-menu i {
    cursor: pointer;
}

.navbar .nav-item .nav-link {
    font-size: 15px;
}

/* map */

.map-container-mobile {
    display: none;
}

.map-container {
    display: none;
    z-index: 100;
    top: -380px;
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
}

.map-container-show {
    top: 370px;
    display: block;
}

.map-container .map {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
}

header .map .menu-header {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;

}

header .map {
    box-shadow: 0px 0px 63px 21px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0px 0px 63px 21px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 0px 63px 21px rgba(0, 0, 0, 0.17);
    border-radius: 20px;
}

.menu-header h3 {
    color: var(--color-secundario);
}

.countries {
    background-color: var(--color-primario);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.countries ul li a {
    text-decoration: none;
    color: white;
}

.countries ul li {
    list-style: none;
}

.map span i {
    cursor: pointer;
}

/* end map */

/* side menu */

.side-menu {
    background-color: var(--color-primario);
    height: 100vh;
    z-index: 100;
    width: 35%;
    box-shadow: 0px 0px 63px 21px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 63px 21px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 63px 21px rgba(0, 0, 0, 0.3);
    /*right: -1000px;*/
    top: 0;
    transition: all 0.3s ease;
    display: none;

}

.side-menu-show {
    right: 0;
    top: 0;
    display: block;
}

.side-menu ul li {
    list-style: none;
}

.side-menu ul li a {
    text-decoration: none;
    color: white;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
}

.side-menu a i {
    color: white;
    font-size: 18px;
    background-color: var(--color-primario);
    padding: 12px;
    border-radius: 15px;
    border: 1px solid white;
}

.side-menu i {
    cursor: pointer;
}

.side-menu a i:hover {
    color: var(--color-primario);
    font-size: 18px;
    background-color: white;
    padding: 12px;
    border-radius: 15px;
    border: 1px solid white;
}

.side-menu li:hover {
    background-color: rgba(119, 38, 51, 0.2);
    cursor: pointer;
}

.bg-side-menu {
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.bg-side-menu-show {
    visibility: visible;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 1;
}

.side-menu ul li::before {
    content: url(../img/menu-line.png);
    padding-right: 10px;

}

/* end side menu */

/* end menu */

/* home */

.banner-agencies {
    background-color: var(--bg-color-1);
    clip-path: polygon(0 0, 75% 0, -4.7% 100%, 0% 100%);
    z-index: -1;
    height: 100%;
    width: 100%;
}

.banner-agencies- {
    background-color: white;
    z-index: -2;
    height: 100%;
    width: 100%;
}

.logos-agencies {
    z-index: 10;
    background-color: rgba(175, 175, 175, 0.3);
}

.logos-agencies img {
    border: 4px solid white;
}

.banner-agencies .agency {
    margin-top: 0.14rem !important;
}

.title::before {
    content: url(../img/menu-line-title.png);
    position: absolute;
    margin-top: 11px;
    margin-left: 26px;
}

.section-2 {
    width: 100%;
    height: 100%;
    background-image: url(../img/bg_section_2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -20;
}

.title h1 {
    color: var(--color-primario);
}

.title h2 {
    color: var(--color-secundario);
}

.more a {
    color: var(--color-primario);
    text-decoration: none;
    font-family: var(--titulos);
}

.quote {
    color: var(--color-primario);
    font-family: var(--titulos);
    font-weight: 600;
}

.name {
    color: var(--color-primario);
    font-family: var(--titulos);
    font-weight: 600;
    margin-top: -45px;
}

/* section 3*/

.section-3 {
    width: 100%;
    height: 100%;
    background-image: url(../img/bg_section_3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -20;
}

.card {
    border: none;
    border-radius: none;
}

.card-body {
    margin-top: -51px;
    margin-left: 15px;
    margin-right: 15px;
    background-color: white;
    padding: 1.3rem;
}

.card-body .text-card-body {
    font-size: 0.9rem;
}


.hashtag {
    color: var(--color-primario);
}


/* Sidebar */

.sidebar {
    background-color: #C7AAAE;
}


.sidebar-top {
    min-height: 269px;
    background-color: #C7AAAE;
    margin-top: -182px;
    clip-path: polygon(100% 0%, 101% 100%, -32% 100%);

}

.sidebar-top h3 {
    color: var(--color-secundario);
    padding-top: 250px;
}

.sidebar-top-pages {
    min-height: 280px;
    background-color: #C7AAAE;
    margin-top: 32px;
    clip-path: polygon(-2% 80%, 100% 0%, 100% 100%, 0% 100%);
    margin-bottom: -15px;
}

.sidebar-top-pages h3 {
    color: var(--color-secundario);
    padding-top: 250px;
}

.sidebar-top-pages-2 {
    min-height: 245px;
    background-color: var(--color-primario);
    margin-top: -204px;
    clip-path: polygon(101% -1%, 105% 107%, -4% 103%);
}

.sidebar-1 h3,
.sidebar h3 {
    color: var(--color-secundario);
    font-family: var(--titulos);
    font-weight: 600;
}

.sidebar-1 p {
    font-size: 14px;
}

.sidebar-1 .title::before,
.side-bar-2 .title::before {
    content: url(../img/menu-line-title.png);
    position: absolute;
    margin-top: 7px;
    margin-left: 26px;
}

.title-post-sidebar {
    color: var(--color-secundario);
    font-family: var(--titulos);
    font-weight: 600;
}

.row-dark {
    background-color: #B48A90;
}

.footer-sidebar {
    height: 264px;
    background-color: #C7AAAE;
    clip-path: polygon(0% 0%, 100% -2%, 104% 4%, -2% 101%);
    margin-top: -2px;
}

.footer-sidebar-home {
    height: 264px;
    background-color: #C7AAAE;
    clip-path: polygon(0% 0%, 100% 0%, 104% 2%, -3% 101%);
    margin-top: -2px;
}


.footer-sidebar-4 {
    height: 281px;
    background-color: var(--color-primario);
    clip-path: polygon(0% 0%, 105% 0%, 112% 4%, 0% 100%);
}

.sidebar-1 .title-post-sidebar,
.sidebar-2 .title-post-sidebar {
    color: var(--color-primario);
}

.sidebar-4 {
    background-color: var(--color-primario);
}

/* End Sidebar */

/* End section 3*/

/* section 4*/

.section-4 {
    width: 100%;
    height: 100%;
    background-image: url(../img/bg_section_4.jpg);
    background-color: #843844;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -20;
}

.section-4 .card img {
    z-index: 1;
    padding-left: 35px;
    padding-right: 35px;
}

.section-4 .card .card-body {
    margin-top: -84px;
    padding-top: 108px;
    padding-bottom: 35px;
    margin-bottom: 25px;
}

.section-4 .card-red {
    background-color: var(--color-primario);
    color: white;
    min-height: 280px;
}

/* End section 4 */

/* Section 5*/

.bg-section5-title {
    width: 100%;
    height: 100%;
    background-image: url(../img/bg_section_5_title.jpg);
    background-color: #843844;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -20;
}

.section-5 {
    height: 100%;
    background-image: url(../img/bg_section_5.jpg);
    background-color: #843844;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -20;
}

.section-5 .img-section5 {
    height: 394px;
    background-image: url(../img/img-section5.jpg);
    clip-path: polygon(16% 0%, 100% 0%, 100% 50%, 53% 100%, 0% 100%, 0 22%);
    background-color: #843844;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -20;
    margin-top: 12px;
}


.section-5 .bg-footer-img-section5 {
    background-color: var(--color-primario);
    clip-path: polygon(0 0, 61% 0, 39% 101%, 98%);
    font-family: var(--titulos);
    width: 100%;
}

.section-5 .section-5-footer {

    height: 100%;
    background-color: rgba(126, 14, 32, 0.3);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -20;
}

.section-5-footer .card-footer-5 {
    min-height: 140px;
    font-size: 15px;
}

.section-5 .event-card {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

/* End section 5*/

/* Section 6*/

.section-6 {
    width: 100%;
    height: 100%;
    background-image: url(../img/bg_section_6.jpg);
    background-color: #843844;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -20;
}

.section-6 .section-6-featured {
    background-color: var(--color-primario);
    z-index: -1;
}

.section-6 .section-6-featured-img {
    background-image: url(../img/featured-section6.png);
    background-color: var(--color-primario);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.section-6 .card-body {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding: 25px;
    background-color: #F6F6F6;
}

.section-6 .card img {
    background-color: var(--color-primario);
    padding: 10px 10px 0px 10px;
}

.section-6 .card {
    height: 400px;
}

.section-6 .section-jobs {
    background-color: rgba(220, 220, 220, 0.4);
}

.section-6 .section-jobs h4 {
    color: var(--color-primario);
    font-weight: bold;
}

.section-6 .footer-section-6 {
    background-color: var(--color-primario);
    clip-path: polygon(25.9% 0%, 86.1% 0%, 65.5% 100%, 5.2% 100%);

}

/* End section 6*/

/* End home*/

/* footer */

footer a i {
    color: white;
    font-size: 22px;
    background-color: var(--color-primario);
    padding: 12px;
    border-radius: 15px;
}

footer {
    background-color: #F6F6F6;
}

footer .follow {
    font-family: var(--titulos);
    color: var(--color-primario);
}

footer .logo-footer {
    background-color: #E2E2E2;
}

footer .copy {
    background-color: #AFAFAF;
}

/* Pages */

.bg-pages {
    width: 100%;
    height: 100%;
    background-image: url(../img/bg_pages.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -20;
}

.bg-pages p strong {
    color: var(--color-secundario) !important;
}

/* Agency Profile */

.agency-info {
    overflow-wrap: break-word;
}

.agency-info-bg-1 {
    background-color: var(--color-primario);
}

.agency-info-bg-2 {
    background-color: rgba(103, 8, 23, 0.5);
}

.profiles-container .profile-card .profile-box {
    background-color: var(--color-primario);
    font-family: var(--titulos);
    max-width: 500px;
    min-height: 224px;
}

.profiles-container .profile-card .profile-box p {
    font-family: var(--titulos);
}

.profiles-container .profile-card p {
    color: var(--color-secundario);
}


.profile-box p::before {
    content: open-quote;
    color: rgba(255, 127, 141, 1);
    font-family: var(--titulos);
    font-size: 78px;
    display: block;
    height: 46px;
}

.profile-box p::after {
    content: close-quote;
    color: rgba(255, 127, 141, 1);
    font-family: var(--titulos);
    font-size: 78px;
    display: block;
    height: 46px;
    float: right;
}

.profile-box p {
    color: var(--color-primario);
    font-family: var(--titulos);
}

.profiles-container i {
    color: var(--color-secundario);
}

.recommended .card-body {
    margin-top: -20px;
    margin-left: 10px;
    margin-right: 10px;
    min-height: 207px;
    max-height: 207px;
    background-color: #F6F6F6;
}

/* End Agency Profile */


/* Interview */

.bg-interview {
    width: 100%;
    height: 100%;
    background-image: url(../img/bg_interview.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -20;
}

.bg-interview p strong {
    color: var(--color-secundario) !important;
}

.interview-title p q {
    color: var(--color-primario);
    font-size: 45px;
    font-family: var(--titulos);
    font-weight: 600;
}

.interview-title .featured-title-text::after {
    content: url(../img/menu-line-title.png);
    float: right;
    position: relative;
    margin-top: -22px;
    margin-right: 102px;
}

.featured-title-text p {
    color: #222225;
}

.interview-title .featured-title-text::before {
    content: url(../img/menu-line-title.png);
    float: left;
    position: relative;
    margin-top: -22px;
    transform: rotate(180deg);
    margin-left: 12px;
}

.img-interviewed {
    background: rgba(255, 255, 255, 0);
    clip-path: polygon(0% 0%, 100% 0%, 100% 53%, 0% 92%);
}

.interviewed .name {
    transform: rotate(327deg);
    color: var(--color-primario);
    font-family: var(--titulos);
    font-weight: 600;
    margin-top: -237px;
    font-size: 45px;
}

.questions-text {
    color: var(--color-primario);
    font-weight: 800;
    padding-top: 30px;
}

.interview-date {
    color: var(--color-primario);
}

.preferences {
    background-image: url(../img/preferences-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.preferences p {
    font-family: 'Caveat', cursive;
    font-size: 24px;
    font-weight: 600;
}

.preferences span {
    color: var(--color-primario);
}


/* End Interview */

/* Agencies List */

.agency-name {
    color: var(--color-primario);
    font-weight: 600;
    z-index: 10;
}

.agency-row {
    margin-top: 128px;
}

.agency-row .hashtag {
    margin-bottom: 0px;
}

/* End Agencies List */

/* Article List */

.article-row {
    margin-bottom: 82px;
}

.article-row .article-box {
    max-height: 250px;
    min-height: 250px;
}

.article-row .text-box {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.article-row .agency-name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.article-row .article-img,
.article-row .agency-name {
    z-index: 10;
}

.article-row .box {
    border: 8px solid #afafaf75;
    width: 75%;
    height: 353px;
    margin-top: 50px;
    z-index: -1;
    float: right;
    margin-bottom: -300px;
}


/* End article List */

/* Events List */

.filter {
    background-color: var(--color-primario);
}

.filter-color {
    background-color: var(--color-secundario) !important;
}

.filter .input-group {
    width: 70% !important;
}

.date-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    border-radius: .25rem;
}

.date-option {
    display: block;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #444343;
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjQ1MS44NDdweCIgaGVpZ2h0PSI0NTEuODQ3cHgiIHZpZXdCb3g9IjAgMCA0NTEuODQ3IDQ1MS44NDciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ1MS44NDcgNDUxLjg0NzsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZD0iTTIyNS45MjMsMzU0LjcwNmMtOC4wOTgsMC0xNi4xOTUtMy4wOTItMjIuMzY5LTkuMjYzTDkuMjcsMTUxLjE1N2MtMTIuMzU5LTEyLjM1OS0xMi4zNTktMzIuMzk3LDAtNDQuNzUxDQoJCWMxMi4zNTQtMTIuMzU0LDMyLjM4OC0xMi4zNTQsNDQuNzQ4LDBsMTcxLjkwNSwxNzEuOTE1bDE3MS45MDYtMTcxLjkwOWMxMi4zNTktMTIuMzU0LDMyLjM5MS0xMi4zNTQsNDQuNzQ0LDANCgkJYzEyLjM2NSwxMi4zNTQsMTIuMzY1LDMyLjM5MiwwLDQ0Ljc1MUwyNDguMjkyLDM0NS40NDlDMjQyLjExNSwzNTEuNjIxLDIzNC4wMTgsMzU0LjcwNiwyMjUuOTIzLDM1NC43MDZ6Ii8+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border-radius: 10px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none !important;
    text-align: center !important;
    cursor: pointer;
}

.filter .date-option option {
    border-top: 1px solid #000000;
    cursor: pointer;
}

.container-filter {
    background-color: var(--color-primario);
    display: none;
}

.container-filter-show {
    display: flex;
}

.container-filter .form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: none !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 0.13rem solid rgb(255 255 255) !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.title-filter {
    font-family: var(--titulos);
}

.filter-button {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: var(--color-secundario);
    border: 1px solid transparent;
    padding: 10px 39px;
    font-size: 1rem;
    border-radius: 15px;
    transition: color .15s ease-in-out;
}


.filter-button:hover {
    background-color: #410d15;
}

.form-check-input {
    background-color: none;
}

.event-row {
    margin-bottom: 68px;
}

.event-row .events-img img {
    border: 4px solid #DDDDDD;
}


.event-row .event-box {
    max-height: 250px;
    min-height: 250px;
}

.event-row .text-box {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.event-row .agency-name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.event-row .hashtag {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.event-row .article-img,
.event-row .agency-name {
    z-index: 10;
}

.event-row .box {
    border: 8px solid #afafaf75;
    width: 75%;
    height: 353px;
    margin-top: 50px;
    z-index: -1;
    float: right;
    margin-bottom: -300px;
}

/* End Events List */

/* Leaders list */

.leader-row {
    margin-bottom: 126px;
}

.leader-row .leader-box {
    max-height: 250px;
    min-height: 250px;
    color: white;
}

.leader-row .text-box {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.leader-row .agency-name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.leader-row .hashtag {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.leader-row .leader-img,
.leader-row .agency-name {
    z-index: 10;
}

.leader-row .box {
    background-color: var(--color-primario);
    width: 75%;
    height: 353px;
    margin-top: 50px;
    z-index: -1;
    float: right;
    margin-bottom: -311px;
}

/* End Leaders list */

/* Job list */

.job-row {
    margin-bottom: 75px;
}

.job-row .leader-box {
    max-height: 250px;
    min-height: 250px;
    color: white;
}

.job-row .text-box {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.job-row .agency-name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.job-row .job-img,
.job-row .agency-name {
    z-index: 10;
}

.job-row .job-img img {
    border: 4px solid #DDDDDD;
}


.job-row .box {
    border: 8px solid #afafaf75;
    width: 75%;
    height: 353px;
    margin-top: 50px;
    z-index: -1;
    float: right;
    margin-bottom: -302px;
}


/* End Job list */

/* Pagination */

.pagination-bg {
    background-color: white;
}

.pagination-bg ul {
    margin-bottom: 0 !important;
}

.page-number {
    border-right: 1px solid var(--color-secundario) !important;
    border-top: none !important;
    border-left: none !important;
    border-bottom: none !important;
    padding: 10px 26px;
    color: var(--color-secundario);
    font-size: 22px;
    text-decoration: none;
}

.page-number:hover {
    z-index: 2;
    color: white;
    background-color: var(--color-primario);
}

.arrow {
    font-size: 45px;
    color: var(--color-primario);
    text-decoration: none;
    font-weight: bold;
}

.arrow:hover {
    z-index: 2;
    color: var(--color-secundario);
}

.page-item.active .page-number {
    z-index: 3;
    color: #fff;
    background-color: var(--color-primario);
    border-right: none !important;
}

.page-item:last-child .page-number {
    border-radius: 0px !important;
}

.page-item:first-child .page-number {
    border-radius: 0px !important;
}

/* End Pagination */

.subscribe .title::before {
    content: url(../img/menu-line-title.png);
    position: absolute;
    margin-left: 26px;
}

.subscribe {
    background-image: url(../img/bg_subscribe.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.subscribe input {
    border-radius: 10px;
    border: none;
    padding: 10px;
    width: 550px;
}

.subscribe button {
    border-radius: 10px;
    background-color: var(--color-primario);
    border: none;
    padding: 10px;
}

/* contact */

.bg-contact {
    width: 100%;
    height: 100%;
    background-image: url(../img/bg_contact.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -20;
}

.mail {
    color: var(--color-primario);
}

.contact-form .form-control {
    margin-top: 20px;
    border-radius: 11px;
    background-color: #dedede87;
    border: none;
    align-items: center;
    padding: 13px 20px;
}

.contact-form .input-group .staff-option {
    display: block;
    border: 1px solid #000000;
    padding: 5px 60px 5px 35px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #444343;
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjQ1MS44NDdweCIgaGVpZ2h0PSI0NTEuODQ3cHgiIHZpZXdCb3g9IjAgMCA0NTEuODQ3IDQ1MS44NDciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ1MS44NDcgNDUxLjg0NzsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZD0iTTIyNS45MjMsMzU0LjcwNmMtOC4wOTgsMC0xNi4xOTUtMy4wOTItMjIuMzY5LTkuMjYzTDkuMjcsMTUxLjE1N2MtMTIuMzU5LTEyLjM1OS0xMi4zNTktMzIuMzk3LDAtNDQuNzUxDQoJCWMxMi4zNTQtMTIuMzU0LDMyLjM4OC0xMi4zNTQsNDQuNzQ4LDBsMTcxLjkwNSwxNzEuOTE1bDE3MS45MDYtMTcxLjkwOWMxMi4zNTktMTIuMzU0LDMyLjM5MS0xMi4zNTQsNDQuNzQ0LDANCgkJYzEyLjM2NSwxMi4zNTQsMTIuMzY1LDMyLjM5MiwwLDQ0Ljc1MUwyNDguMjkyLDM0NS40NDlDMjQyLjExNSwzNTEuNjIxLDIzNC4wMTgsMzU0LjcwNiwyMjUuOTIzLDM1NC43MDZ6Ii8+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border-radius: 10px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center !important;
}

.contact-form .input-group .input-group-text-upload {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    border: none;
}

.upload-box .upload {
    background-color: white;
    color: var(--color-primario);
    border: 1px solid var(--color-primario);
    padding: 12px 105px;
    font-size: 19px;
    border-radius: 10px;
}

.contact-form .send-button {
    background-color: var(--color-primario);
    color: white;
    padding: 12px 105px;
    font-size: 19px;
    border-radius: 10px;
    border: none;
}

.container-contact .sidebar-top-pages-2 {
    min-height: 245px;
    background-color: var(--color-primario);
    margin-top: -53px;
    clip-path: polygon(101% -1%, 105% 107%, -4% 103%);
}

.bg-contact p strong {
    color: var(--color-secundario) !important;
}

.bg-contact .back-home {
    background-color: var(--color-primario);
    color: white;
    padding: 12px 105px;
    font-size: 19px;
    border-radius: 10px;
    border: none;
}

.bg-contact .congrat {
    color: var(--color-primario);
    font-size: 50px;
    font-weight: 500;
}


/* End contact */

@media (min-width: 992px) and (max-width: 1200px) {

    .sidebar-top {
        min-height: 281px;
        background-color: #C7AAAE;
        margin-top: -115px;
        clip-path: polygon(100% 10%, 101% 101%, -52% 100%);
    }

    .footer-sidebar-home {
        height: 310px;
        background-color: #C7AAAE;
        clip-path: polygon(-1% -1%, 105% -1%, 130% 0%, -4% 71%);
        margin-top: -4px;
    }

    .sidebar-top h3 {
        color: var(--color-secundario);
        padding-top: 249px;
    }

    .sidebar-top-pages {
        min-height: 280px;
        background-color: #C7AAAE;
        margin-top: 32px;
        clip-path: polygon(-19% 77%, 124% 0%, 100% 101%, 0% 100%);
        margin-bottom: -15px;
    }

    .footer-sidebar {
        height: 308px;
        background-color: #C7AAAE;
        clip-path: polygon(0% 0%, 101% 0%, 108% 6%, -66% 101%);
        margin-top: -2px;
    }

    .sidebar-top-pages-2 {
        min-height: 245px;
        background-color: var(--color-primario);
        margin-top: -238px;
        clip-path: polygon(103% 0%, 100% 100%, -43% 103%);
    }

    .footer-sidebar-4 {
        height: 281px;
        background-color: var(--color-primario);
        clip-path: polygon(0% 0%, 100% 0%, 100% 16%, -34% 100%);
    }

    .section-5 .img-section5 {
        height: 394px;
        background-image: url(../img/img-section5.jpg);
        clip-path: polygon(17% 0%, 100% 0%, 100% 64%, 52% 100%, 0% 100%, 0 17%);
        background-color: #843844;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: -20;
        margin-top: 12px;
    }

    .section-6 .footer-section-6 {
        background-color: var(--color-primario);
        clip-path: polygon(27.9% 0%, 100.1% 0%, 72.5% 100%, 0.2% 100%);
    }

    .interviewed .name {
        transform: rotate(327deg);
        color: var(--color-primario);
        font-family: var(--titulos);
        font-weight: 600;
        margin-top: -187px;
        font-size: 45px;
    }

}


@media (min-width: 1199px) and (max-width: 1280px) {

    .sidebar-top {
        min-height: 269px;
        background-color: #C7AAAE;
        margin-top: -133px;
        clip-path: polygon(100% 2%, 101% 100%, -31% 100%);
    }

    .sidebar-top h3 {
        color: var(--color-secundario);
        padding-top: 203px;
    }

    .footer-sidebar-home {
        height: 253px;
        background-color: #C7AAAE;
        clip-path: polygon(0% -1%, 101% 0%, 122% 0%, -7% 106%);
        margin-top: -9px;
    }

    .sidebar-top-pages {
        min-height: 280px;
        background-color: #C7AAAE;
        margin-top: 32px;
        clip-path: polygon(-20% 80%, 100% 0%, 100% 100%, 0% 100%);
        margin-bottom: -15px;
    }

    .footer-sidebar {
        height: 264px;
        background-color: #C7AAAE;
        clip-path: polygon(0% 0%, 100% -2%, 105% 5%, -18% 101%);
        margin-top: -2px;
    }

    .sidebar-top-pages-2 {
        min-height: 245px;
        background-color: var(--color-primario);
        margin-top: -204px;
        clip-path: polygon(104% -1%, 105% 108%, -20% 103%);
    }

    .footer-sidebar-4 {
        height: 281px;
        background-color: var(--color-primario);
        clip-path: polygon(0% 0%, 104% -2%, 100% 6%, -26% 100%);
    }

    .section-5 .img-section5 {
        height: 394px;
        background-image: url(../img/img-section5.jpg);
        clip-path: polygon(17% 0%, 100% 0%, 100% 56%, 52% 100%, 0% 100%, 0 19%);
        background-color: #843844;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: -20;
        margin-top: 12px;
    }


    .section-6 .footer-section-6 {
        background-color: var(--color-primario);
        clip-path: polygon(22.9% 0%, 92.1% 0%, 68.5% 100%, 0.2% 100%);
    }

    .interviewed .name {
        transform: rotate(327deg);
        color: var(--color-primario);
        font-family: var(--titulos);
        font-weight: 600;
        margin-top: -211px;
        font-size: 45px;
    }

}



/* Mobile*/

@media (max-width: 600px) {

    /* menu */

    .search {
        max-width: 230px;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .navbar {
        box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.15);
    }

    .search span i {
        font-size: 25px;
        color: var(--color-primario);
    }

    .search span i {
        font-size: 15px;
        color: var(--color-primario);
        padding: 10px;
    }

    .form-control {
        font-size: 15px;
    }

    .bg-top {
        display: none;
    }

    .logo-mobile {
        display: block;
    }

    .logo {
        display: none;
    }

    .side-menu {
        width: 100%;
    }

    .side-menu ul {
        width: 100% !important;
    }

    header .map .menu-header {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .name {
        color: var(--color-primario);
        font-family: var(--titulos);
        font-weight: 600;
        margin-top: -37px;
    }

    .map-container-show {
        top: 1099px;
        display: block;
    }

    .map-container .map {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .title::before {
        content: url(../img/menu-line-title.png);
        position: absolute;
        margin-top: 5px;
        margin-left: 0px;
    }

    /* End Menu */

    footer .follow {
        font-family: var(--titulos);
        color: var(--color-primario);
        font-size: 19px !important;
    }

    .countries ul {
        font-size: 15px;
    }

    .title h2 {
        color: var(--color-secundario);
        font-size: 31px;
    }

    .breadcrumbs {
        margin-top: 30px;
    }

    /* Article*/

    .agencies-brief .brief {
        font-size: 16px !important;
        padding: 0px 20px;
    }

    /* Subscribe*/

    .subscribe input {
        border-radius: 10px;
        border: none;
        padding: 8px;
        width: auto;
        margin-top: 25px;
    }

    .subscribe button {
        border-radius: 10px;
        background-color: var(--color-primario);
        border: none;
        padding: 8px;
        margin: 25px 23px 0px 23px;
    }

    .subscribe {
        background-image: url(../img/bg_subscribe_mobile.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .subscribe .title::before {
        content: url(../img/menu-line-title.png);
        position: absolute;
        margin-left: 4px;
    }

    /* End Subscribe*/

    /* Interview */

    .interview-title p q {
        color: var(--color-primario);
        font-size: 27px;
        font-family: var(--titulos);
        font-weight: 600;
    }

    .interviewed .name {
        transform: rotate(0deg);
        color: var(--color-primario);
        font-family: var(--titulos);
        font-weight: 600;
        margin-top: -310px;
        font-size: 30px;
        padding-right: 50px;
    }

    .interviewed .name-red {
        color: var(--color-primario);
    }

    .featured-title-text {
        margin-top: 210px;
    }

    .interview-title .featured-title-text::after {
        content: url(../img/menu-line-title.png);
        float: right;
        position: relative;
        margin-top: -22px;
        margin-right: -3px;
    }

    .interview-title .featured-title-text::before {
        content: url(../img/menu-line-title.png);
        float: left;
        position: relative;
        margin-top: -23px;
        transform: rotate(180deg);
        margin-left: -12px;
    }

    /* Agencies List */

    .agency-row {
        margin-top: 0px;
    }

    .page-number {
        padding: 12px 18px;
    }

    /* Article list */

    .article-row {
        margin-bottom: 80px;
    }

    .article-row .article-box {
        padding: 50px;
        max-height: 270px;
        min-height: 270px;
    }

    .article-row .box {
        border: 8px solid #afafaf75;
        width: 100%;
        height: 430px;
        margin-top: 99px;
        z-index: -1;
        float: right;
        margin-bottom: -600px;
    }

    .article-img {
        padding: 0px 38px;
    }

    /*Events list*/

    .event-row {
        margin-bottom: 150px;
    }

    .event-row .event-box {
        padding: 50px;
        max-height: 270px;
        min-height: 270px;
    }

    .event-row .box {
        border: 8px solid #afafaf75;
        width: 100%;
        height: 507px;
        margin-top: 99px;
        z-index: -1;
        float: right;
        margin-bottom: -600px;
    }

    .events-img {
        padding: 0px 38px;
    }


    /* Leaders list */

    .leader-row {
        margin-bottom: 150px;
    }

    .leader-row .leader-box {
        padding: 50px;
        max-height: 270px;
        min-height: 270px;
    }

    .leader-row .box {
        width: 100%;
        height: 438px;
        margin-top: 88px;
        z-index: -1;
        float: right;
        margin-bottom: -600px;
    }

    .leader-img {
        padding: 0px 38px;
    }

    /* job list */


    .job-row {
        margin-bottom: 150px;
    }

    .job-row .job-box {
        padding: 50px;
        max-height: 270px;
        min-height: 270px;
    }

    .job-row .box {
        width: 100%;
        height: 438px;
        margin-top: 88px;
        z-index: -1;
        float: right;
        margin-bottom: -600px;
    }

    .job-img {
        padding: 0px 38px;
    }

    /* Contact */

    .mail a {
        color: var(--color-primario);
        font-size: 15px;
    }

    .upload-box .upload {
        background-color: white;
        color: var(--color-primario);
        border: 1px solid var(--color-primario);
        padding: 8px 73px;
        font-size: 19px;
        border-radius: 10px;
        width: 100%;
    }

    .bg-contact .sidebar-top-pages-2 {
        min-height: 244px;
        background-color: var(--color-primario);
        margin-top: 10px;
        clip-path: polygon(101% -1%, 105% 107%, -4% 103%);
    }

    .bg-contact .back-home {
        background-color: var(--color-primario);
        color: white;
        padding: 14px 86px;
        font-size: 18px;
        border-radius: 10px;
        border: none;
    }

    .section-4 .section-4-mobile .card-body {
        min-height: 280px;

    }

    .section-5 .img-section5 {
        height: 394px;
        background-image: url(../img/img-section5.jpg);
        clip-path: polygon(0% 0%, 102% 0%, 100% 80%, 72% 100%, 0% 100%, 0 22%);
        background-color: #843844;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: -20;
        margin-top: 29px;
    }

    .sidebar-top {
        min-height: 235px;
        background-color: #C7AAAE;
        margin-top: 29px;
        clip-path: polygon(100% 0%, 101% 105%, -4% 103%);
    }

    .section-6 .section-6-featured-img {
        height: 200px;
    }

    .section-6 .footer-section-6 {
        background-color: var(--color-primario);
        clip-path: none;

    }

    .sidebar-1 .title::before {
        content: url(../img/menu-line-title.png);
        position: absolute;
        margin-top: 7px;
        margin-left: 0px;
    }

}