/* 
https://www.colorhexa.com/183B75
*/

:root {  
    --bg-color: #fff;
    
    --text-color:#154280;  
    --accent-dark:#154280;
    --accent:#3893D0;
    --bg-light:#f9f9f9;
    
    --cyan-dark:#154280;
    --cyan-med:#3893D0;
    --cyan-light:#3893D0;
    
    --white: #fff;
    --grey: #f9f9f9;
    --black: #000;
}

[id] {
  scroll-margin-top: 150px;
}
@media only screen and (max-width: 991px){
  [id] {
    scroll-margin-top: 74px;
  }
}
.round {
    border-radius: .5rem;
}
.w100, .size-large {
    width: 100%;
    height: auto;
}

body {
    background-color: var(--bg-color);
    color: var(--text-color);
    font-family: "Inter", sans-serif;
    font-weight: 300;
}

h1, h2, h3 {
    font-family: "Inter", sans-serif;
}
h1 {      
    font-size: 4rem;
    font-weight: 100;
}
h1.hero {
    font-size: 3.5rem;
    font-weight: 800;
    font-family: "Inter", sans-serif;
    color: #154280;
}
.hero-image p {
    color: #154280;
}
.hero-image .call-2 {
    color: #154280;
    border-bottom: 1px solid #154280;
}
h2 {
    font-size: 3rem;
    color: var(--accent);
}

h3 {
    font-size: 2rem; 
}
ul, ol {
    padding: 0;
    list-style-position: inside;
}
strong {font-weight: 500;}

blockquote {
    font-family: "Inter", sans-serif;
    font-size: 2rem;
    font-style: italic;
}
small {font-size:.8rem;}

.header {
    background: linear-gradient(90deg, #154280 20%, #3893D0 60%, #5AB35B 100%);
    padding: .5rem 0rem;
    position: fixed;
    width: 100%;
    z-index: 10;
}

.logo {
    width: 320px;
    height: auto;
}

.content {
    position: relative;
    top: 100px;
}

.content > .block:nth-of-type(1)  {
    margin-top: 0px;
}

.content a {
    text-decoration: none;
    color: var(--text-color);
    border-bottom: 1px solid var(--accent);
}

svg.hamburguer {
    color: var(--white);
}
svg.close {
    color: var(--text-color);  
}

.main-menu li {
    list-style-type:none ;
}
.main-menu li a {
    margin: .5rem;
    text-transform: uppercase;
    color:var(--white);
    text-decoration: none;
    font-size: .7rem;
}
.main-menu li a:hover, .current-menu-item a {
    border-bottom: 2px solid var(--bg-light);
}
.lang-item a {margin: 5px !important;}

.call-menu a {
    background: #154280;
    padding: .5rem .8rem;
    border-radius: 5px;
    color: #fff !important;
}
.offcanvas {
    background: var(--bg-color);
    color: var(--text-color);
}
.mobile-menu {
    padding: .5rem;
}
.mobile-menu li {
    list-style-type: none;
    margin: 1rem 0rem;
}
.mobile-menu li a {
    margin: .5rem;
    text-transform: uppercase;
    color: var(--text-color);
    text-decoration: none;
}
.mobile-menu li a:hover {
    border-bottom: 4px solid var(--accent);
}

.block {
    margin: 6rem 0rem;
    position: relative;
}

.block span.pre-title {
    background: var(--cyan-med);
    border-radius: 50px;
    padding: .2rem 1rem;
    color: var(--white);
    font-weight: 200;
    margin-bottom: 1rem;
    display: inline-block;
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}
@media only screen and (max-width: 991px){
    .block {
        margin: 2rem 0rem;
    } 
}
.footer {
    color: #fff;
    background-color: var(--accent-dark);
    border-bottom: 10px solid #4aa496;
    border-top: 1px solid var(--cyan-dark);
    padding: 2rem 0rem 0rem;
    font-size: .9rem;
    margin-top: 180px;
}
.footer span {
    font-size: .8rem;
    text-transform: uppercase;
    font-weight: 600;
}
.footer a {
    color: white;
    text-decoration: none;
}
.logo-footer {
    width: 120px;
}

.hero-image {
    height: 80vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#about h2 {
    font-size: 1.2rem;
}

.call {
    background-color: #3893D0;
    padding: 1rem 1.5rem;
    color: var(--bg-color) !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1rem;
    border-radius: 5px;
    display: inline-block;
    transition: all .3s;
}
.call:hover {
    background: var(--cyan-dark);
}
button.call {
    border:none;
}



            .block-mid {
                background: #e2e2e2;
                padding: 8rem 0rem;
                margin: 0 !important;
            }
            .block-dark {
                background: var(--accent);
                padding: 5rem 0rem;
                color: #fff;
            }
            
            h3.mixed-title {                
                font-size: 2.5rem;
                font-weight: 700;
            }

            .block-dark span.pre-title {
                background: var(--accent-dark);    
                color: #fff;
            }
            .serv-img {
                width: 90%;
                height: auto;
                border-radius: .5rem;
            }

            @media only screen and (max-width: 991px){
                .serv-img {
                    width: 100%;
                    margin-bottom: 1.5rem;
                }
            }

 
    .call-box {
        background: linear-gradient(90deg, #154280 20%, #3893D0 60%, #5AB35B 100%);
        border-radius: 1rem;
        padding: 4rem 2rem;
        text-align: center;
    }
    .call-box span {
        font-weight: 700;
        color: #fff;
        font-size: 2rem;
    }
    .call-box a {
        text-decoration: none;
        border-bottom: none;
        background: #f9f9f9;
        color: #154280;
        padding: .5rem 1rem;
        border-radius: 30px;
        margin-top: .5rem;
        display: inline-block;
        font-weight: 700;
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 70px !important;
        height: 5px !important;
        background: #154280 !important;
    }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #5ab35c !important;
    }

    .agenda .block {
        margin: 1rem 0rem;
    }
    .day {
        font-size: 3rem;
        font-weight: 700;
    }
    .block-description {
        font-size: 1.5rem;
        font-weight: 600;
        background: #f7f6f6;
        padding: 1rem;
        border-radius: 1rem;
        display: block;
    }

    .event-item {
        background: #f7f6f6;
        padding: 1rem;
        border-radius: 1rem;
    }
    .event-description {}
    .moderator {
        display: block;
    }
    .break {
        background: #d3e5e7;;
    }
    .time {
        display: block;
        font-weight: 900;
        color: #63aae2;
    }
    .event-pre-title {
        font-size: .8rem;
        background: #dfdfdf;
        display: inline-block;
        padding: 0rem .5rem;
        border-radius: 10px;
    }
    .event-title {
        display: block;
        font-size: 1.5rem;
        font-weight: 300;
        margin-bottom: 1.5rem;
    }
    .event-speakers {}
    .event-speaker {
        display: inline-block;
        width: 100%;
        padding: .5rem 0rem;
    }
    .event-speaker p {
        margin-bottom: 0;
    }
    .event-speaker img {
        float: left;
        margin: 5px 1rem;
    }
    .event-speaker-img {
        width: 80px;
        height: 80px;
        border-radius: 50px;
        float: left;
        margin-right: .5rem;
        background-size: cover;
        background-position: top center;
    }
    .event-speaker-name {
        border-bottom: none !important;
        display: block;
        font-weight: 800;
        margin-top: 0.8rem;
    }
    .event-speaker-description {}

    .dark { 
        background:#f7f6f6;
        padding:5rem 0rem; 
    }
    .logo-about {
        max-height: 100px;
    }

    .logo-socio {
        background-size: 80%;
        background-position: center;
        background-repeat: no-repeat;
        height: 150px;
        width: 18%;
        float: left;
        margin: 1%;
        box-shadow: 0px 0px 2px #dbdbdb;
        border-radius: .5rem;
        padding: 1rem;
    }
    .logo-socio img {}
    .welcu-attendee-item {
        border:none !important;
    }
    .welcu-attendee-item:hover {
        box-shadow: none !important;
    }

    
@media only screen and (max-width: 991px){
    
    .header {padding: 1rem 0rem;}
    .logo {width: 100px;}
    .content {
        position: relative;
        top: 55px;
    }
    .hero-image {height: 70vh; background-position: left;}
    h1.hero {font-size: 1.6rem;}
    h2 {font-size: 1.4rem;}
    h3 {font-size: 1.2rem;}
    #about h2 {
        font-size: 1.5rem;
    }
    .call {
        display: block;
        margin-bottom: 1rem;
    }
    .block-mid {padding: 3rem 0rem}

    .logo-socio {
        width: 48%;
        float: left;
        margin: 1%;
        height: 100px;
        background-size: 50%;
    }
    h1 {font-size: 2rem;}
    .day {
        font-size: 1.5rem;
    }    
    .block-description {
        font-size: 1rem;
    }
}
