*{
    font-family:'Mont', sans-serif;
    box-sizing:border-box;
}

html {
    scroll-behavior: smooth;
  }

body{
    margin:0;
    padding:0;
}

.sidebar{
    display:none;
}

/* header */
.theme-header{
    padding:15px;
}
.theme-header nav{
    margin-top:15px;
}

.theme-header nav .logo{
    width:275px;
    text-align:center;
    margin:0 auto;
}
.theme-header nav .logo img{
    width:100%;
}

.theme-header nav .mobile-menu{
    margin:15px 0;
}
.theme-header nav .mobile-menu button{
    background-color:#fff;
    padding:15px;
    border:none;
    font-size:1.8em;
}

.theme-header nav .mobile-menu nav{
    margin:0;
    display:none;
    background-color:#000;
    position:absolute;
    top:0;
    left:0;
    z-index:100;
    height:100%;
    width:100%;
}

.theme-header nav .mobile-menu nav.active{
    display:block;
}

.theme-header nav .mobile-menu nav .icon{
    width:100%;
    background-color:#fff;
    padding:15px;
    display:flex;
}

.theme-header nav .mobile-menu nav .icon img{
    width:42px;
    margin:auto;
}

.theme-header nav .mobile-menu nav button{
    margin-bottom:20px;
}

.theme-header nav .mobile-menu nav ul{
    list-style:none;
    margin:0;
    padding:0 40px;
}


.theme-header nav .mobile-menu nav ul li a{
    text-decoration:none;
    color:#fff;
    display:block;
    padding:15px;
}

.language-options{
    text-align:center;
    margin:-25px 0 5px 0;
}

.language-options button{
    padding:15px;
    background-color:transparent;
    color:#000;
    cursor:pointer;
    border:none;
}

.theme-header h1{
    margin:15px 0;
    padding:10px;
    font-weight:800;
    font-size:2.2em;
}

.theme-header .slider{
    margin:0 -15px;
}
.theme-header .slider .splide{
    position:relative;
}
.theme-header .slider .splide .splide__arrows{
    display:none;
}
.theme-header .slider .splide .splide__slide{
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    height:600px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.theme-header .slider .splide .splide__slide .back{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    margin:0;
    padding:0;
    background-color:rgba(0,0,0,0.4);
    z-index:1;
}
.theme-header .slider .splide .splide__slide .content{
    color:#fff;
    padding:20px;
    width:70%;
    min-width:320px;
    z-index:2;
}
.theme-header .slider .splide .splide__slide .content h1{
    font-size:1.9em;
    font-weight:600;
    margin:20px 0;
    padding:0;
}
.theme-header .slider .splide .splide__slide .content a{
    color:#fff;
    text-decoration:none;
    border-bottom:5px solid rgba(255,255,255,0.3);
}
.theme-header .slider .splide .splide__pagination{
    display:none;
}

section{
    padding:15px;
}

section h2, footer h2{
    margin:15px 0 25px 0;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

section .list-with-logo .item h2{
    margin:25px 0;
    font-size: 20px;
    text-align:center;
}

section .list-with-logo .item a{
    text-decoration:none;
    color:#000;
}

section .list-with-logo .item a h2{
    text-align:left;
    font-size:15px;
    margin:10px 0;
}

section .list-with-logo .item a img{
    width:100%;
}

section.dark{
    background-color:#000;
    color:#fff;
}

.news-item{
    color:#fff;
    border-bottom:1px solid #fff;
}

.news-item small{
    display:block;
    margin-top:20px;
}

.news-item a{
    text-decoration:none;
    color:#fff;
}

.news-item h3{
    font-size:25px;
    font-weight:400;
    margin:15px 0;
}

.news-item span{
    margin:50px 0;
    display:block;
}

section.homevideo{
    height:100vh;
    display:flex;
}

section.homevideo video{
    margin:auto;
    width:100%;
    max-width:768px;
}

section.alliances .grid{
    margin:15px auto;
    display: flex;
    justify-content:center;
    width:100%;
    max-width:689px;
    flex-wrap:wrap;
}

section.alliances .grid .item{
    margin-left:2px;
}

footer{
    padding:15px;
}

footer hr{
    margin:100px 0;
    border-color:rgba(40, 40, 40, 0.1);
}

footer .data{
    display:flex;
    flex-wrap:wrap;
}

footer .data .logo{
    width:50%;
    min-width:200px;
}

footer .data .logo img{
    width:200px;
    
}

footer .data h3{
    width: 100%;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 15px;
}

footer .data address a{
    color:#000;
    text-decoration:none;
    font-size: 17px;
    line-height: 1.7em;
}

footer .data address a.social-link{
    font-size:2em;
    color:#777;
}

footer .copy{
    margin: 50px 0;
    text-align:right;
    font-size: 13px;
}

.whatsapp-link{
    width:70px;
    height:70px;
    position:fixed;
    bottom:15px;
    right:15px;
    border-radius:50%;
    box-shadow:0 0 6px #333;

}
.whatsapp-link img{
    width:100%;
}

.blog-post img{
    width:100%;
}

.side-box{
    border: 1px solid #000;
    padding:15px;
}

.side-box ul{
    list-style:none;
    margin:0;
    padding:0;
}

.side-box a{
    color:#000;
}

.blog_one_post{
    width:100%;
}

.blog_one_post img{
    width:100%;
}