
html {
scroll-behavior: smooth;
}

body {
background-color: #303950;
font-family: 'Open Sans';
}

header{
background-color: transparent;
color: white;
overflow: hidden;
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap-reverse;
padding: 1rem;
max-width: 1800px;
margin: auto;
}

footer{
background: #EEEEEE;
padding: 2rem;
}

footer > div{
color: #333333;
margin-top: 10px;
}

main{
padding: 0 !important;
}

.sect-0{
position: relative;
margin: 0 1rem;
padding-bottom: 100px;
z-index: 20;
}

.sect-0-img-cover{
position: absolute;
width: 100%;
height: 100%;
opacity: 1;
}

.sect-0-cover{
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 10;
background: #303950;
background: linear-gradient(180deg, rgba(246,246,246,12%) 0%, rgba(48,57,80,1) 70%, rgba(48,57,80,1) 100%);
}

.cchr-title{
margin: 2rem auto 7rem auto;
display: flex;
justify-content: center;
text-align: center;
align-content: center;
flex-direction: column;
color: #FFFFFF;
max-width: 900px;
width: 100%;
}

.cchr-title h1{
font-size: 4rem;
font-weight: 900;
padding-bottom: 10px;
border-bottom: 3px solid #FFFFFF;
}

.cchr-title h5{
font-size: 1.5rem;
letter-spacing: 1px;
font-weight: 600;
}

.cchr-sect-0-wrapper{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
color: #FFFFFF;
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 1.2rem;
text-align: justify;
}

.cchr-sect-0-wrapper-col-1,
.cchr-sect-0-wrapper-col-2{
max-width: 550px;
margin: 0 5rem;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-size: 1.3rem;
width: 100%;

}

.sect-0-wrapper-col-2-text{
position: relative;
font-weight: 800;
text-align: center;
max-width: 300px;
margin-bottom: 10px;
}

.sect-0-wrapper-col-2-text > img{
position: absolute;
bottom: -40px;
right: 0;
width: 70px;
}

.sect-0-wrapper-col-2-map{
width: 100%;
}

.map-wrapper{
position: relative;
}

.map-info-box{
opacity: 0;
position: absolute;
top: -1rem;
right: 0;
background: #B9D1E2;
color: #303950;
border-radius: 5px;
display: flex;
flex-direction: column;
padding: 0.3rem 1rem;
text-align: center;
transition: all 0.5s ease;
}

.show_box{
opacity: 1;
}

.map-buttons{
display: flex;
flex-direction: row;
color: #FFFFFF;
margin-bottom: 1rem;
}
.map-buttons > div{
cursor: pointer;
margin-right: 5px;
}

.circle-btn{
width: 25px;
height: 25px;
background-color: #D9D9D9;
border-radius: 50%;
}

.circle-btn.blue{
background-color: #306081;
}

.circle-btn.green{
background-color: #2B9A91;
}

.circle-btn.orange{
background-color: #ffa600;
}
    

.map-info-box > h3{
font-size: 1.3rem;
font-weight: 900;
margin-bottom: 0.1rem;
}

.map-info-box > div{
font-size: 1rem;
font-weight: normal;
}

.lac-map-svg{
display: block;
width: 100%;
height: auto;
}

.lac-map-svg path{
fill: white;
fill-opacity: 0.35;
cursor: pointer;
transition: all 0.7s ease;
}

.lac-map-svg path:hover{
fill-opacity: 0.81;
}

.lac-map-svg:hover + .map-info-box{
opacity: 1 !important;
}

.sect-0-col-1-figures{
margin-top: 1rem;
}
.sect-0-col-1-figures > h5{
font-weight: 900;
text-align: left;
}
.sect-0-col-1-figures-box{
margin-top: 1rem;
display: flex;
flex-direction: column;
border-radius: 10px;
background: #D9D9D9;
border-radius: 15px;
padding: 1rem;
}
.sect-0-col-1-figures-item{
display: flex;
flex-direction: row;              
justify-content: space-around;
align-items: center;
color: #222222;
margin: 0.5rem 0;
text-align: center;
}
.sect-0-col-1-figures-item > div.figure{
display: flex;
flex-direction: row;
justify-content: space-between;
padding: 0 0.5rem;
}
.sect-0-col-1-figures-item > div.figure > h3{
font-weight: 900;
font-size: 3.2rem;
}
.sect-0-col-1-figures-item > div.figure > img{
margin-right: 10px;
width: 30px;
}
.sect-0-col-1-figures-item > p{
text-align: justify;
font-weight: 500;
font-size: 1rem;
max-width: 65%;
}

.note-text{
position: relative;
display: block;
padding: 10px;
font-weight: 200;
font-size: 12px;
line-height: 20px;
text-align: left;
color: #FFFFFF;
}

.note-text.dark{
color: #303950;
}

.sect-topics{
width: 100%;
height: 339px;
background-color: #B9D1E2;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
color: #333333;
}

.sect-topics > h5{
display: block;
font-weight: 900;
margin: 1.3rem 0;
}

.sect-topics-wrapper{
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
width: 100%;
max-width: 800px;
}

.sect-topics-item{
margin: 1.5rem;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-decoration: none;
color: inherit;
font-weight: 600;
max-width: 100px;
}

.sect-topics-item:hover{
color: #444444;
}

.sect-topics-item > img{
width: 50px;
margin-bottom: 10px;
}

.sect-topics-item > p{
text-decoration: none;
font-size: 1rem;
line-height: 23px;
text-transform: uppercase;
}

.sect-1{
margin: 5rem 1rem;
position: relative;
}

.sect-1 > .note-text{
position: absolute;
bottom: -4.5rem;
left: 5px;
}

.sect-title{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
text-transform: uppercase;  
font-size: 3rem;
letter-spacing: 2px;
width: 100%;
text-align: center;
color: #FFFFFF;
}

.sect-subtitle{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
text-align: center;
color: #FFFFFF;
}

.sect-title.dark > h2,
.sect-subtitle.dark{
color: #303950;
}

.sect-subtitle h3{
font-size: 1.7rem;
font-weight: 900;
}

.sect-subtitle h4{
font-size: 1.3rem;
font-weight: 500;
}

.sect-title > img{
margin-right: 15px;
width: 40px;
}

.sect-title > h2{
font-size: 2.5rem;
font-weight: 900;
}

.sect-1-p2-container,
.sect-2-p1-container{
display: flex;
flex-direction: column;
justify-content: center;
}

.banner-box{
padding: 2rem;
margin: 1rem auto;
background: #D9D9D9;
border-radius: 30px;
font-weight: 600;
font-size: 1.2rem;
text-align: center;
color: #495471;
width: 100%;
max-width: 900px;
}

.selects-group{
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
}

.select-element > label{
text-align: left;
font-weight: 900;
font-size: 1rem;
color: #FFFFFF;
}

.select-element.light > label{
color: #303950;
}

.select-element select{
background: transparent;
max-width: 300px; 
}

.select-element .bootstrap-select>.dropdown-toggle{
background: #303950;
border: none;
color: #ffffff;
outline: none;
border-bottom: 2px solid #FFFFFF;
border-radius: 0px;
font-size: 1.15rem;
}

.select-element.light .bootstrap-select>.dropdown-toggle{
background: #FFFFFF;
color: #303950;
border-bottom: 2px solid #303950;
}

.select-element .dropdown{
border: none !important;
border-radius: 0px;
}

.sect-1-a{
margin: 4rem auto;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}

.sect-1-a-p1{
display: flex;
flex-direction: column;
color: #FFFFFF;  
text-align: center;
margin: 1rem;
}

.sect-1-a-p1 > h3{
font-size: 4rem;
font-weight: 900;
margin-bottom: 10px;
}

.sect-1-a-p1 > div > p{
margin: 0;
}

.sect-1-a-p1 > div > p:first-child{
font-size: 1.3rem;
font-weight: 700;
}

.sect-1-a-p1 > div > p:last-child{
font-size: 1.1rem;
font-weight: 200;
}

.sect-1-a-pc{
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
max-width: 500px;
margin: 0 1.76rem;

}

.sect-1-a-pc > img{
max-width: 200px;
}

.sect-1-a-pc-lt {
display: flex;
align-items: center;
justify-content: center;
color: #FFFFFF;
}

.sect-1-a-pc-lt > img{
width: 30px;
margin-right: 10px;
}

.sect-1-a-pc-lt > h5{
font-weight: 900;
font-size: 2rem;
}

.sect-1-charts{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
margin: 5rem auto 0 auto;
max-width: 1700px;
}

.sect-1-charts > div{
width: 100%;
}

.sect-1-charts > div > h3{
text-align: center;
font-weight: 900;
font-size: 1.3rem;
color: #FFFFFF;
}

.sect-1-charts.dark > div > h3{
color: #303950;
}

.sect-1-charts> div > h3.soft{
font-weight: 500;
}

.sect-1-b-w{
margin-top: 5rem;
display: flex;
flex-direction: row;  
justify-content: center;
align-items: center;
}

.sect-1-b-l, .sect-1-b-r{
margin: auto 1.5rem;
display: flex;
flex-direction: column;
justify-content: end;
align-self: start;
}

.sect-1-b-r{
max-width: 600px;
width: fit-content;
}

.sect-1-b-r > p{
color: #FFFFFF;
font-weight: 100;
font-size: 1rem;
margin-bottom: 0;
max-width: 500px;
text-align: justify;
}

.sect-1-b-r > div.banner-box{
width: fit-content;
margin: 1rem 0 0 0;
display: flex;
flex-direction: column;
justify-content: start;
align-items: center;
color: #303950;
}

.sect-1-b-r > div.banner-box > div{
display: flex;
flex-direction: row;
justify-content: start;
align-self: start;
align-items: center;
margin-bottom: 3px;
}

.sect-1-b-r > div.banner-box > div > h2,
.sect-1-b-r > div.banner-box > div > h3,
.sect-1-b-r > div.banner-box > div > p{
margin: 0 10px 0 0;
}

.sect-1-b-r > div.banner-box > div > h2{
font-weight: 900;
font-size: 2rem;
}

.sect-1-b-r > div.banner-box > div > h3{
font-weight: 900;
font-size: 1.5rem;
}

.sect-1-b-r > div.banner-box > div > p{
font-weight: 500;
font-size: 1.5rem;
}

#sect-1-charts-2{
max-width: 1700px;
margin: auto;
}

#sect-1-charts-2 > div{
max-width: 300px;
}
#sect-1-charts-2 > div:first-child{
width: 100%;
max-width: 500px;
}

#sect-1-charts-2 > div > h3.moveX{
transform: translateX(50px);    
}

.sect-2{
background: #FFFFFF;
color: #303950;
padding-bottom: 5rem;
}

.sect-2-p1-wrapper{
display: flex;
flex-direction: row-reverse;
justify-content: center;
align-self: center;
}

.sect-2-p1-wrapper > div{
margin: 1rem;
display: flex;
flex-direction: column;
justify-content: center;
}

.sect-2-p1-a{
padding: 1rem;
max-width: 450px;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}

.sect-2-p1-a > h3{
font-weight: 900;
font-size: 1.3rem;
margin-bottom: 10px;
text-align: left;
}

.sect-2-p1-a > p{
text-align: justify;
font-size: 1rem;
font-weight: normal;
}

#sect-2-charts-3{
display: flex;
flex-direction: column;
max-width: 600px;
}

.sect-2-p2-wrappper > div.sect-subtitle {
max-width: 800px;
margin: auto;
}

#sect-2-charts-4{
display: flex;
flex-direction: column;
max-width: 1000px;
margin: auto;
}

.sect-3{
padding-bottom: 7rem;
}

.sect-3-p1-wrapper{
display: flex;
flex-direction: row;
align-self: center;
justify-content: center;
margin-top: 5rem;
}

.sect-3-p1-a,
.sect-3-p1-b{
display: flex;
flex-direction: column;
justify-content: center;
margin: 1rem;
}

.sect-3-p1-b{
width: 100%;
max-width: 1200px;
padding: auto;
}

.sect-3-p1-a > div{
display: flex;
flex-direction: row;
justify-content: space-between;
align-self: center;
color: #FFFFFF;
width: 340px;
cursor: pointer;
margin-bottom: 10px;
}

.sect-3-p1-a > div > div{
display: flex;
flex-direction: row;
align-self: center;
margin: 0;
}

.sect-3-p1-a > div h3{
font-weight: 900;
font-size: 3rem;
margin: 0 1rem 0 0;
}

.sect-3-p1-a > div h5{
font-weight: 700;
font-size: 1.3rem;
margin: 0;
line-height: 57px;
}
.sect-3-p1-a > div img{
width: 18px;
width: 18px;
margin: 0;
}

.sect-3-p2-wrapper{
max-width: 1000px;
margin: auto;
}

.sect-3-time1-wrapper{
max-width: 200px;
margin: 20px auto 40px auto;
text-align: left;
}

.sect-3-details-container{
    color: #ffffff;
    max-width: 1200px;
    font-size: 1rem;
    margin: auto;
    text-align: justify;
    width: 100%;
    margin-top: 5rem;
    margin-bottom: 5rem;
    padding: 0 1rem;
}

.sect-3-details-container strong{
    font-weight: 900;
    text-decoration: underline;
}

.sect-3-details-container > .banner-box{
    font-size: 1.7rem;
    max-width: 500px;
}

.sect-3-details-container a{
    color: #B9D1E2;
    font-weight: 900;
}

@media only screen and (max-width: 768px) { 
    .sect-0{
        padding-bottom: 150px;
    }

    .cchr-title{
        margin: 7rem auto 4rem auto;
    }

    .cchr-title h1 {
        font-size: 2.2rem;
    }

    .cchr-title h5{
        font-size: 1.3rem;
    }

    .cchr-sect-0-wrapper{
        flex-wrap: wrap;
    }

    .cchr-sect-0-wrapper-col-1, 
    .cchr-sect-0-wrapper-col-2{
        margin: 0;
    }

    .cchr-sect-0-wrapper-col-1{
        font-size: 1.1rem;
    }

    .sect-0-col-1-figures-item{
        flex-wrap: wrap;
    }

    .sect-0-col-1-figures-item > p{
        max-width: 100%;
    }

    .cchr-sect-0-wrapper-col-2{
        margin-top: 5rem;
    }

    .selects-group{
        flex-wrap: wrap;
    }

    .select-element{
        width: 100%;
        margin: 1.2rem 0.5rem;
    }

    .sect-title > h2{
        width: 60%;
    }

    .sect-1-a{
        flex-wrap: wrap;
    }

    .sect-1-a-pc{
        width: 100%;
        margin: 1.76rem 1px;
        height: 150px;
    }

    .sect-1-a-pc > img{
        max-width: 150px;
        position: absolute;
        right: 50%;
        transform: rotate(90deg) translateY(calc(-50% + 10px));
    }

    .sect-1-b-r{
        margin-top: 3rem;
    }
    .sect-2-p1-wrapper > div{
        margin: 0;
    }
    
    #sect-1-charts-2 > div > h3.moveX{
        transform: translateX(0px);
    }

    .sect-1-charts,
    .sect-1-b-w,
    .sect-2-p1-wrapper,
    .sect-3-p1-wrapper{
        flex-wrap: wrap;
    }

    .sect-3-p1-b{
        margin: 1rem 0.1rem;
    }

    .map-buttons{
        justify-content: center;
    }
}


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

    .sect-1-p2-container,
    .sect-2-p1-container{
        flex-direction: row;
        flex-wrap: wrap;
    }

    .sect-1-p2-pb{
        width: 1350px;
    }

    .sect-2-p1-pb{
        margin-left: 50px;
    }


}
