/* 
-----------------------------------------
BASE
-----------------------------------------
*/

::selection {
    background-color: #000000;
    color: #ffffff;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-beige {
    background-color: #F2F4F4 !important;
}


.bg-green {
    background-color: #1F2839 !important;
}

.txt-black {
    color: #000000;
}

.txt-white {
    color: #FFFFFF;
}

.txt-green {
    color: #00758C;
}

 

.scroll-to {
    display: block;
    position: relative;
    top: -72px;
    visibility: hidden;
}

@media screen and (min-width: 992px) {
    .scroll-to {
        display: block;
        position: relative;
        top: -110px;
        visibility: hidden;
    }
}

a, a:link, a:active {
    color: #000000;
    text-decoration: none;
    transition: 0.2s;
    font-weight: 700;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: none;
}

ul {
    padding-left: 1rem;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

img {
    max-width: 100%;
}

figure {
    margin-bottom: 0;
}

html {
    scroll-behavior: smooth;
}

body, p, li {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    color: #000000;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

b, strong {
    font-weight: 700;
}

p strong {
    font-weight: 700;
}

h1 {
    text-transform: none;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

h2 {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
    line-height: 1.15;
    text-transform: uppercase;
}

h3 {
    font-size: 1.25rem;
    text-transform: none;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

h1 + h2, p + h2, ul + h2, p + h3, ul + h3 {
    margin-top: 2rem;
}

h2 + h3 {
    margin-top: 1.5rem;
}

p.ingress {
    font-weight: 500;
    font-size: 1.125rem;
}

.max-width-300 {
    max-width: 300px;
}


.logo h2, .speaker h2, .campaign h3,  .news h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2rem;
    font-size: 2.2rem;
}

.campaign h2{
    text-align:center;

}



@media screen and (min-width: 576px) {
    h1 {
        font-size: 1.875rem;
    }
}

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

    h1 {
        font-size: 2.125rem;
    }

    h2 {
        font-size: 1.75rem;
    }

    h3 {
        font-size: 1.5rem;
    }
}


@media screen and (min-width: 1700px) {

    h1 {
        font-size: 2.75rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.75rem;
    }

    p.ingress {
        font-size: 1.25rem;
    }
}


 


    article h1 {
        font-size: 1.75rem;
        font-weight: 700;
    }

    article h2 {
        font-weight: 700;
    }


    article p:last-child {
        margin-bottom: 0;
    }

    article p.ingress {
        font-size: 1.25rem;
    }

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

        article h1 {
            font-size: 2rem;
        }

        article h2 {
            font-size: 1.5rem;
        }
    }

    @media screen and (min-width: 1700px) {

        article h1 {
            font-size: 2.25rem;
        }

        article h2 {
            font-size: 1.75rem;
        }

        article p.ingress {
            font-size: 1.375rem;
        }
    }

    /* ---------- Padding x space ---------- */

    .padding-x-space {
        padding-left: 15px;
        padding-right: 15px;
    }

    @media (min-width: 768px) {
        .padding-x-space {
            padding-left: 2rem;
            padding-right: 2rem;
        }
    }

    @media (min-width: 1200px) {
        .padding-x-space {
            padding-left: 5rem;
            padding-right: 5rem;
        }
    }


    /* ---------- Padding y space ---------- */

    .padding-y-space {
        padding-top: 2rem;
        padding-bottom: 2rem;
        transition: .5s;
    }

    @media (min-width: 768px) {
        .padding-y-space {
            padding-top: 2.5rem;
            padding-bottom: 2.5rem;
        }
    }

    @media (min-width: 1200px) {
        .padding-y-space {
            padding-top: 3.5rem;
            padding-bottom: 3.5rem;
        }
    }

    @media (min-width: 1700px) {
        .padding-y-space {
            padding-top: 5rem;
            padding-bottom: 5rem;
        }
    }

    /* ---------- Button ---------- */

    a.btn, button.btn {
        display: inline-block;
        font-size: 0.875rem;
        background-color: #D97777;
        padding: 0.5rem 2rem;
        color: #FFF;
        font-weight: 500;
        transition: all ease 0.2s;
        border: 2px solid #D97777;
        border-radius: 100px;
        text-transform: uppercase;
    }

        a.btn:hover,
        a.btn:focus,
        a.btn:active {
            background-color: #D97777;
            filter: brightness(90%);
            outline: none;
            box-shadow: none;
            color: #fff;
        }

    a.btn-white, button.btn-white {
        color: #FFFFFF;
        border-color: #FFFFFF;
        background: transparent;
    }

        a.btn-white:hover {
            color: #9D8955;
            border-color: #9D8955;
            background: transparent;
        }

    [type="button"] {
        -webkit-appearance: none;
    }

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

        a.btn {
            padding: 0.5rem 3rem;
        }
    }


    /* ---------- Header section ---------- */

    .section-header {
        margin-bottom: 1.5rem;
    }

        .section-header.container {
            max-width: 600px;
        }

        .section-header h2 {
            margin-bottom: 0;
        }



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

        .section-header {
            margin-bottom: 2rem;
        }

            .section-header h2 {
                font-size: 2rem;
            }
    }

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

        .section-header {
            margin-bottom: 2.25rem;
        }

            .section-header h2 {
                margin-bottom: 0.75rem;
                font-size: 2.5rem;
            }
    }


    .note {
        margin-top: 0.5rem;
        margin-bottom: 0;
        font-size: 0.875rem;
    }


    /*
-----------------------------------------
NAVBAR
-----------------------------------------
*/

    .navbar {
        justify-content: space-between;
        align-items: initial;
        padding-top: 0;
        padding-bottom: 0;
        top: 0;
        transition: all ease 0.4s;
        height: 72px;
        z-index: 1200;
    }

    .navbar-light {
        background-color: #FFFFFF;
        box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    }

    .navbar-show {
        transform: none;
    }


    @media screen and (min-width: 992px) {
        .navbar {
            height: 110px;
        }
    }




    /* ---------- Logo ---------- */

    .navbar-brand {
        display: flex;
    }

        .navbar-brand img {
            width: 120px;
            transition: 0.15s;
        }

    @media screen and (min-width: 992px) {
        .navbar .navbar-brand img {
            width: 200px;
        }
    }




    .navbar-dark .logo-dark {
        display: block;
        opacity: 1;
    }

    .navbar-dark .logo-light {
        display: none;
        opacity: 0;
    }

    .navbar-light .logo-light {
        display: block;
        opacity: 1;
    }

    .navbar-light .logo-dark {
        display: none;
        opacity: 0;
    }


    /* ---------- Mobile menu button ---------- */

    .navbar-toggler:focus {
        outline: none;
    }

    .navbar .navbar-toggler {
        width: 35px;
        height: 28px;
        position: relative;
        transform: rotate(0deg);
        transition: .5s ease-in-out;
        cursor: pointer;
        padding: 0;
        outline: none !important;
        box-shadow: none !important;
        border: none;
        z-index: 1032;
    }

    .navbar-toggler {
        position: relative;
        width: 30px;
        height: 22px;
        border: none;
    }

        .navbar-toggler span {
            display: block;
            position: absolute;
            height: 2px;
            width: 30px;
            background: #000000;
            opacity: 1;
            left: 0;
        }

    .navbar-dark .navbar-toggler span {
        background: #FFFFFF;
    }

    .navbar-toggler:focus,
    .navbar-toggler:active {
        border: none;
        outline: none;
        box-shadow: none;
    }

    .navbar-toggler span:nth-child(1) {
        top: 0;
    }

    .navbar-toggler span:nth-child(2) {
        top: 10px;
    }

    .navbar-toggler span:nth-child(3) {
        top: 20px;
    }

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

        .navbar-toggler {
            display: none;
        }
    }

    /* ----- Offcanvas mobile menu ----- */

    .offcanvas-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        overflow-y: auto;
        transition: -webkit-transform .4s ease-in-out;
        transition: transform .4s ease-in-out;
        transition: transform .4s ease-in-out, -webkit-transform .3s ease-in-out;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        z-index: 1032;
        overflow-x: hidden;
    }

        .offcanvas-collapse.open {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            box-shadow: 0 0 40px rgba(0,0,0,0.1);
        }

    #mob-nav {
        padding: 0;
    }

    @media screen and (min-width: 400px) {

        .offcanvas-collapse {
            width: 380px;
            right: 0;
            -webkit-transform: translateX(100%);
            transform: translateX(100%);
        }

            .offcanvas-collapse.open {
                -webkit-transform: translateX(0);
                transform: translateX(0);
            }
    }

    #mobileMenu .nav-item {
        border-bottom: 1px solid #D4D4D6;
    }

    #mobileMenu .nav-link {
        color: #000000;
        font-weight: 600;
        font-size: 1.125rem;
        padding: 1rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        white-space: nowrap;
    }

    /* Mobile menu close button */

    .close-button {
        cursor: pointer;
        font-size: 36px;
        padding: 0 0.25rem;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: relative;
        color: #000000;
        height: 30px;
        width: 30px;
        margin-right: 0.75rem;
    }

    .main-menu-mobile .top-nav-item {
        height: 60px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

        .main-menu-mobile .top-nav-item span {
            display: block;
            position: absolute;
            height: 2px;
            width: 30px;
            background: #000000;
            opacity: 1;
            right: 0;
        }

            .main-menu-mobile .top-nav-item span:nth-child(1) {
                top: 15px;
                transform: rotate(45deg);
            }

            .main-menu-mobile .top-nav-item span:nth-child(2) {
                top: 15px;
                transform: rotate(-45deg);
            }

    #mobileMenu #language-menu .nav-link {
        font-weight: 400;
        opacity: 0.8;
    }

    /* Mobile submenu */

    .main-menu-mobile .offcanvas-submenu-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        transition: all .3s ease-in-out;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        z-index: 10;
        padding: 0;
        opacity: 0;
    }

        .main-menu-mobile .offcanvas-submenu-collapse.open {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity: 1;
        }

        .main-menu-mobile .offcanvas-submenu-collapse .top-nav-item {
            justify-content: space-between;
        }

    .main-menu-mobile .back-button {
        justify-content: flex-start;
        font-size: 30px;
        margin-left: 1rem;
        color: #000000;
    }

    .main-menu-mobile .submenu {
        list-style: none;
        padding-left: 0;
    }

    .main-menu-mobile .offcanvas-submenu-collapse .submenu:first-child .nav-item:first-child .nav-link {
        border-top: none;
    }

    .main-menu-mobile .submenu-submenu {
        list-style: none;
        padding-left: 0;
    }

    #mobileMenu .main-menu-mobile .submenu-submenu .nav-item .nav-link {
        white-space: normal;
        font-weight: 400;
    }

    .main-menu-mobile .submenu-submenu .nav-item:first-child .nav-link {
        border-top: none;
    }

    .main-menu-mobile .submenu-submenu .nav-item:first-child .nav-link {
        border-top: none;
    }

    .main-menu-mobile .submenu-submenu > .nav-item:last-child {
        border-bottom: 1px solid #A1B7B6;
    }

    .main-menu-mobile .submenu .submenu .nav-item:last-child .nav-link {
        border-bottom: none;
    }

    .main-menu-mobile .submenu-item .nav-link {
        text-transform: none;
    }


    /* ---------- Desktop menu ---------- */

    #desktopMenu {
        display: none;
    }

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

        #desktopMenu {
            display: flex;
        }
    }

    #main-menu {
        flex-direction: row;
        align-items: center;
    }

        #main-menu .nav-item {
            position: relative;
        }

        #main-menu .nav-link {
            font-weight: 500;
            color: #324158;
            padding: 0.5rem 0;
            transition: all ease 0.15s;
            text-transform: uppercase;
            font-size: 1rem;
        }


    .navbar-dark #main-menu .nav-link:hover {
        color: rgba(255, 255, 255, 0.7);
    }

    .navbar-light #main-menu .nav-link:hover {
        color: #9D8955;
    }

    #main-menu .dropdown-menu .nav-link:hover {
        color: #A71680 !important;
    }

    #main-menu > .nav-item > .nav-link {
        margin-right: 1.5rem;
    }


    #main-menu > .nav-item:last-child > .nav-link {
        margin-right: 0;
    }

    .navbar-dark #main-menu .nav-link {
        color: #FFFFFF;
    }



    @media screen and (min-width: 1700px) {


        #main-menu > .nav-item > .nav-link {
            margin-right: 2rem;
        }
    }

    /* Desktop dropdown menus */

    #main-menu .dropdown-toggle::after {
        display: none;
    }

    #main-menu .dropdown:hover .dropdown-menu {
        display: block;
    }

#main-menu .dropdown-menu {
    background-color: #F2F4F4;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 100%;
    padding: 0;
    min-width: 260px;
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}

        #main-menu .dropdown-menu .nav-link {
            color: #324158;
            font-size: 0.875rem;
            font-weight: 400;
            padding: 1rem;
            border-bottom: 1px solid #D4D4D6;
            line-height: 1;
        }

        #main-menu .dropdown-menu .nav-item:last-child .nav-link {
            border-bottom: none;
        }


    /* Desktop language menu */


    #desktopMenu #language-menu {
        flex-direction: row;
    }

        #desktopMenu #language-menu .nav-link {
            font-weight: 400;
            font-size: 0.875rem;
            color: #000000;
            padding: 0.5rem 1.5rem 0.5rem 0;
            transition: all ease 0.15s;
        }

        #desktopMenu #language-menu .nav-item:last-child .nav-link {
            padding-right: 0;
        }

    .navbar-dark #desktopMenu #language-menu .nav-link {
        color: #FFFFFF;
    }

    @media screen and (min-width: 1700px) {

        #desktopMenu #language-menu .nav-link {
            font-size: 1rem;
            padding: 0.5rem 1.875rem 0.5rem 0;
        }
    }


    /*
-----------------------------------------
FOOTER
-----------------------------------------
*/

footer {
    background: #00758C;
    color: #fff;
    opacity: 0.9;
}

        footer p, footer a, footer .lower-footer p a, .footer-contact-box a, .footer-contact-box h3, .footer-contact-box p, .footer-contact-box li, .lower-footer a {
            color: #fff !important;
        }


            footer a:hover, .lower-footer a:hover {
                color: rgba(255, 255, 255, 0.7) !important;
            }

        footer > div {
            flex-basis: 100%;
            flex-grow: 0;
            flex-shrink: 0;
            margin-bottom: 2rem;
        }

            footer > div:last-child {
                margin-bottom: 0;
            }

    @media screen and (min-width: 600px) {

        footer > div {
            flex-basis: calc(50% - 1rem);
        }
    }

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

        footer > div {
            flex-basis: calc(33% - 1rem);
        }
    }

    footer h3 {
        margin: 0 0 1rem;
        padding-top: 1rem;
        font-weight: 600;
    }

    footer ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }

    footer p {
        font-weight: 500;
        font-size: 1rem;
    }


    footer li {
        font-size: 1rem;
    }

    footer ul li ul li a.nav-link {
        font-size: .875rem;
        padding-bottom: 0;
    }

    footer ul li a.nav-link:hover {
        opacity: .4;
    }

.footer-end {
    margin: 0 auto;
}

.sm-icons > a {
    display: inline-flex;
    border-radius: 50%;
    border: 1px solid #EDEBE6;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    margin-right: 0.75rem;
    color: #EDEBE6;
}

    .lower-footer {
        background: #24415F90;
    }

        .lower-footer p {
            font-size: 0.875rem;
            font-weight: 300;
            color: #EDEBE6;
        }

    .logo-container {
        padding: 1rem 0;
        border-top: 1px solid #ffffff50;
    }

    .lower-footer h3 {
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 1rem;
    }

    .footer-logo {
        flex-basis: calc(50% - 0.5rem);
        flex-grow: 0;
        flex-shrink: 0;
        margin-bottom: 1rem;
    }

        .footer-logo figure {
            height: 60px;
        }

        .footer-logo img, .footer-logo-right img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            padding: 1rem;
            border: 1px solid #ffffff20;
        }

    .footer-logo-right {
        flex-basis: calc(50% - 0.5rem);
        flex-grow: 0;
        flex-shrink: 0;
        margin-bottom: 1rem;
    }

    @media screen and (min-width: 480px) {
        .footer-logo {
            flex-basis: calc(50% - 0.5rem);
        }

            .footer-logo figure, .footer-logo-right figure {
                height: 120px;
            }
    }

    @media screen and (min-width: 992px) {
        .footer-logo {
            flex-basis: calc(25% - 0.5rem);
        }

        .footer-logo-right {
            flex-basis: 100%;
            flex-grow: 0;
            flex-shrink: 0;
            margin-bottom: 1rem;
        }

        .logo-container {
            border-left: 1px solid #ffffff50;
            border-top: 0;
            padding: 0 1rem;
        }
    }


    /*
-----------------------------------------
START PAGE
-----------------------------------------
*/

    /* ---------- Hero section ---------- */


    .chevron-down {
        width: 100%;
        position: absolute;
        bottom: 2rem;
    }

        .chevron-down a {
            color: #fff;
            font-size: 2rem;
        }

            .chevron-down a:hover {
                color: #7D2638;
            }

    .scroll-to {
        display: block;
        position: relative;
        top: -59px;
        visibility: hidden;
    }

    @media screen and (min-width: 992px) {
        .scroll-to {
            top: -111px;
        }
    }





    .hero-section {
        min-height: 80vh;
        position: relative;
        background-position: center;
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }


        .hero-section h1 {
            text-transform: uppercase;
        }

    .hero-video video {
        width: 100%;
        height: 100%;
        position: absolute;
        object-fit: cover;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        z-index: -1;
        filter: brightness(70%);
    }

    .hero-video {
        background-size: cover;
        background-position: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .hero-video .hero-caption {
            color: #fff;
            display: flex;
            flex-direction: column;
            justify-content: center;
            height: 100%;
        }

    .hero-caption, .video-caption {
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

        .hero-caption h1 {
            font-size: 1.75rem;
            font-weight: 900;
            width: 100%;
            font-weight: 500;
        }

        .hero-caption a.btn {
            margin-top: 1.5rem;
            font-size: 1rem;
        }


        .hero-caption .hero-inner {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

            .hero-caption .hero-inner .txt-lower {
                color: #cc7c7a;
                text-transform: uppercase;
            }


            .hero-caption .hero-inner .txt {
                text-transform: uppercase;
                font-size: 1.745rem;
            }

            .hero-caption .hero-inner a {
                margin: 1.5rem 0.45rem 0;
            }



#ticket::before {
    content: '';
    display: block;
    height: 75px;
    margin-top: -75px;
    visibility: hidden;
}

            @media screen and (max-width: 567px) {
                .hero-caption h1 {
                    max-width: 400px;
                }
            }

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

                .hero-caption .hero-inner {
                    width: 50%;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                }

                .hero-caption h1 {
                    font-size: 3rem;
                }

                .hero-caption, .video-caption {
                    align-items: center;
                    text-align: center;
                }
            }

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

                .hero-caption h1 {
                    font-size: 3.5rem;
                    margin-top: 0.25rem;
                }
            }

            @media screen and (min-width: 1700px) {

                .hero-caption h1 {
                    font-size: 4.25rem;
                }

                .hero-caption a.btn {
                    margin-top: 2.5rem;
                }
            }

            .read-more {
        display: inline-block;
        color: #9D8955;
        font-weight: 700;
        font-size: 0.875rem;
    }

    .service-item .read-more {
        position: absolute;
        bottom: 0.5rem;
        left: 0;
        vertical-align: bottom;
    }


    @media screen and (min-width: 992px) {
        .read-more {
            font-size: 1rem;
        }

        .service-item .read-more {
            bottom: 0;
            left: 1rem;
        }
    }

    .top-segment .txt {
        column-count: 2;
    }


.top-segment h2 {
    text-align: center;
    font-size: 1.6rem;
    margin: 0 auto;
    width: 90%;
    margin-bottom: 1rem;
}



.top-segment .txt {
    column-count: 1;
}

    .top-images img {
        width: 100%;
    }

    @media screen and (min-width: 992px) {
        .top-segment h2 {
            width: 70%;
        }

        
    }

    .logo .btn, .speaker .btn {
        margin: 0 auto;
        display: table;
    }






.top-images .image-container-2:before {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    position: absolute;
}

.top-images .image-container-2:before {
    z-index: 3;
    border-top: 24px solid #fff;
    top: 0;
    display: none;
}

.image-container-2 {
    position: relative;
    display: flex;
    justify-content: center;
}


    @media screen and (min-width: 992px) {
        .top-images .image-container-2:before {
            display: block;
        }
    }


.logo-img-container {
    height: 250px;
        border: 1px solid;
        margin: 15px;
        border: 1px solid #ccc;
 
    
}

.logo  .row.justify-content-md-center {
    width: 100%;
 
    
}


    .logo-img-container > a {
        width: 100%;
        height: 100%;
    }
    
    .logo-img-container img {
        max-height: 250px;
        width: auto;
        height: auto;
        width: 80%;
            margin: 0 auto;
    }

@media screen and (min-width: 768px) {
    
    .logo-img-container {
    height: 60px;
 
    }
    
    .logo-img-container img {
        max-height: 60px;
        max-width: 100px;
    }
}

@media screen and (min-width: 992px) {
    
    .logo-img-container {
    height: 80px;
    }
    
    .logo-img-container img {
        max-height: 80px;
        max-width: 120px;
    }
}

@media screen and (min-width: 1400px) {
    
    .logo-img-container {
    height: 120px;
    }
    
    .logo-img-container img {
        max-height: 120px;
        max-width: 180px;
    }
}

.speaker .speaker-img {
    margin-bottom: 1.5rem;
    text-align: center;
    position:relative;
}

    .speaker .speaker-img h3 {
        margin-top: 1rem;
        font-size: 1.5rem;
    }

        .speaker .speaker-img img {
            border-radius: 50%;
        }


.speaker .logo-speaker {
    position: absolute;
    width: 71px;
    right: 5%;
    bottom: 142px;
}

#speakerfp {
    max-width: 1250px;
    margin: 0 auto;
}



.campaign h2, .campaign .txt, .campaign p {
    color: #fff;
}

.campaign .txt {
    width: 90%;
    margin: 0 auto;
}

.campaign .box {
    background-color: #fff;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    padding: 2rem;
    height: 100%;
}

    .campaign .box h3 {
        margin: 0;
        padding: 0rem 0 0.2rem;
        font-size: 1.6rem;
    }

    .campaign .box p {
        text-align: center;
        margin-bottom: 0;
    }
    .campaign .box .price {
        text-align: center;
        text-align: center;
        color: #00758C;
        font-size: 3rem;
        font-weight: 600;
    }

.campaign .campaign-inner {
   margin-bottom: 2rem;
}

.campaign .reserve {

}

.campaign .reserve > p {
    color: #fff;
}

@media screen and (min-width: 992px) {
    .campaign .reserve p {
        max-width: 66%;
        margin-right: auto;
        margin-left: auto;
    }

}


.campaign ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .campaign ul li {
        border-bottom: 1px solid #ddd;
        padding: 6px 0;
    }

.campaign svg {
    color: #D97777;
    margin: 0 5px;
}

.news img {
    object-fit: cover;
    aspect-ratio: 1/1;
    width: 100%;
    border-radius: 1rem;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.12);
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.12);
}

.news h3 {
    font-size: 1.4rem;
    margin-top: 1rem;
}

.news a {
    color: #D97777;
    text-transform: uppercase;
}



.subPage {
    margin-top: 5rem;
}

    .subPage .txt-top {
        width: 100%;
        text-align: center;
    }

    .subPage .segment {
        width: 100%;
    }

.partner .box {
    border: 1px solid #ccc;
    margin-bottom: 1.55rem;
}



@media (min-width: 768px) {

    .campaign .txt {
        width: 50%;
        margin: 0 auto;
    }


    .subPage .txt-top {
        width: 60%;
        text-align: center;
    }

    .subPage .segment, .subPage .news-page {
        width: 80%;
        margin: 0 auto;
    }
}





/*
-----------------------------------------
NEWS PAGE
-----------------------------------------
*/

.news-page {
}

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

    .news-page {
        margin-top: 87px;
    }
}

@media screen and (min-width: 1700px) {

    .news-page {
        margin-top: 50px;
    }
}

.selected-news-item {
    margin-bottom: 2rem;
}

    .selected-news-item .date {
        font-size: 0.875rem;
        font-weight: 400;
        margin-bottom: 0.25rem;
    }

    .selected-news-item h1 {
        margin-bottom: 1rem;
    }

    .selected-news-item figure img {
        width: 100%;
    }

@media screen and (min-width: 768px) {

    .selected-news-item {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1700px) {

    .selected-news-item {
        padding-right: 5rem;
    }
}

.news-list-posts h2 {
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-size: 1.375rem;
}

.news-list-posts .pagination {
    display: flex;
    justify-content: center;
}


    .news-list-posts .pagination .active a {
        background-color: #00758C;
    }

    .news-list-posts .pagination svg {
        color: #00758C;
    }

@media screen and (min-width: 1700px) {

    .news-list-posts h2 {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
}

.news-list-post {
    border-top: 1px solid #c2c2c2;
    padding: 0.5rem 0 1.75rem;
}

    .news-list-post .date {
        font-size: 0.875rem;
        font-weight: 400;
        margin-bottom: 0.25rem;
    }

    .news-list-post h3 {
        margin-top: 0;
        font-size: 1.25rem;
    }

p.news-list-preview {
    font-weight: 400;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}


@media screen and (min-width: 1700px) {

    .news-list-post h3 {
        font-size: 1.375rem;
    }

    p.news-list-preview {
        font-size: 1rem;
    }
}



.subPage .speaker-txt h2 {
    text-align: left;
    text-transform: initial;
    margin-bottom: 0.5rem;
}

.subPage .speaker h3 {
    margin-bottom: 0;
}

.subPage .speaker-txt .title {
    color: #cc7c7a;
    text-transform: uppercase;
    font-weight: 500;
}

.subPage .speaker-txt .link {
    display: flex;
}

    .subPage .speaker-txt .link a {
        margin: 0 0.9rem 0 0;
    }




.subPage .speaker .img-container {
    position: relative;
    top: 0;
    left: 0;
}


.subPage .speaker .logo-speaker {
    position: absolute;
    width: 71px;
    right: 5%;
    bottom: 0;
}


.text-image .row {
    align-items: center;
}

.text-image .txt {
    text-align: center;
}


.text-image .row:nth-child(even) {
    flex-direction: row-reverse;
}