html, body {
    height: 100%;
    min-height: 100%;
}

body {
    margin: 0px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-size: 16px;
    height: 100%;
    min-height: 100%;
}

html {scroll-behavior:smooth!important;}

a , img , link , hover , :hover , ::after , div {
    -webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

a:link {    color: #1f3396;text-decoration: none;}
a:visited { color: #1f3396;}
a:hover {   color: #3754de;}
a:active {  color: #1f3396;}


.box-overtop {
    width: 100%;
    background: #1f3396;
}

.box-overtop-align {
    width: 1000px;
    height: 50px;
    margin: auto;
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
    color: #546ad9;
}

.box-overright {
    float: right;
}

.box-overright a {color: #3754de}

.box-overleft {
    float: left;
}

.box-top {
    width: 100%;
    background: #546ad9;
}

.box-top-align {
    width: 1000px;
    height: 150px;
    margin: auto;
    position: relative;
}

.box-logo img {
    height: 110px;
}

.box-logo {
    width: 125px;
    height: 110px;
    padding: 20px 0px;
/*    position: absolute;*/
    display: inline-block;
    vertical-align: middle;
}

.box-menu {
/*    display: inline-block;*/
    position: absolute;
    right: 80px;
    top: 60px;
/*    padding-left: 10%;*/
/*    padding-bottom: 20px;*/
/*    vertical-align: middle;*/
/*    position: relative;*/
    z-index: 999;
}

.box-menu-fix {
    width: 870px;
    height: 150px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.box-banner {
    width: 100%;
    height: 650px;
    background: url(../img/banner-01.jpg);
}

.box-welcome-logo {
    width: 400px;
    height: 350px;
    display: inline-block;
    background: url(../img/blue-logo.png) no-repeat center;
}


.box-welcome-wrap {
    width: 1000px;
    height: 350px;
    margin: auto;
    position: relative;
}

.box-welcome-text {
    width: 600px;
    height: 400px;
    position: absolute;
    top: -25px;
    right: 0;
    background: #1f3396;
    box-sizing: border-box;
    padding: 50px;
    color: #FFF;
    text-transform: uppercase;
    text-align: justify;
    font-weight: 700;
}

.box-welcome-text p {
    margin: 40px;
}

.text_big {
    font-size: 62px;
}

.box-activities-back {
    width: 100%;
    height: 450px;
    background: url(../img/activities-back.jpg);
}

.box-activities-wrap {
    width: 1000px;
    height: 450px;
    margin: auto;
    position: relative;
}

.box-actleft {
    width: 430px;
    height: 320px;
    position: absolute;
    background: url(../img/pool.jpg);
    border: solid 4px #FFF;
    bottom: -60px;
    left: 0;
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.2);
}

.box-actleft::after {
    content: "Atividades";
    width: 335px;
    height: 65px;
    color: #FFF;
    font-size: 32px;
    font-weight: 700;
    padding-left: 15px;
    line-height: 65px;
    position: absolute;
    top: 50px;
    left: -4px;
    background: #31ba3c;
}

.box-actright {
    width: 430px;
    height: 320px;
    position: absolute;
    border: solid 4px #FFF;
    background: url(../img/saloon.jpg);
    bottom: -60px;
    right: 0;
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.2);
}

.box-actright::after {
    content: "Estrutura";
    color: #FFF;
    font-size: 32px;
    font-weight: 700;
    width: 335px;
    height: 65px;
    padding-left: 15px;
    line-height: 65px;
    position: absolute;
    top: 50px;
    left: -4px;
    background: #b7ab8d;
}

.box-maps {
    margin-top: 100px;
}

.box-bottom-wrap {
    width: 100%;
    height: 380px;
    background: #1f3396;
}

.box-bottom {
    width: 1000px;
    height: 380px;
    margin: auto;
}

.box-logo-bot {
    width: 39%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    background: url(../img/logo.png) no-repeat center;
}

.box-adress {
    width: 60%;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
    padding-top: 40px;
    font-size: 24px;
    color: #FFF;
    font-weight: 500;
}

.box-copyright {
    width: 100%;
    height: 55px;
    line-height: 50px;
    position: relative;
    text-align: center;
    background: #11247f;
    color: #778df7;
}

.box-emultec {
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.box-content-wrap {
    width: 1000px;
    margin: auto;
}

.box-title {
    font-size: 28px;
    font-weight: 500;
    padding: 20px;
    border-bottom: 2px solid;
    color: #1f3396;
}

.box-content {
    padding: 20px;
}

.box-activinside-wrap ul {
    display: inline-block;
    width: 28.5%;
    vertical-align: top;
}

.box-activinside-wrap {
    font-weight: 600;
    line-height: 30px;
}

.box-gallery-wrap {
    
}

.box-gallery-wrap img {
    width: 100%;
}

.box-gallery {
    width: 310px;
    display: inline-block;
    box-sizing: border-box;
    padding: 10px;
}

.box-gallery img {
    border: solid 2px #FFF;
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.3);
}

.box-events-wrap img {
    width: 100%;
}

.box-events {
    width: 310px;
    display: inline-block;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

.box-events img {
    border: solid 2px #FFF;
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.3);
}

/*
.box-team-wrap {
    width: 310px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.box-team-wrap p {
    margin: 5px 0px;
}
*/

.class-team-name {font-size: 18px;}
.class-team-title {font-size: 20px; font-weight: 700;}

.box-financial {
    display: inline-block;
    vertical-align: top;
}



.box-financial ul {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    list-style-type: none;
    font-weight: 400;
}

.box-financial li {
    padding: 10px;
    border-bottom: dashed 1px #CCC;
}

.box-financial i {
    padding-right: 15px;
    color: #8289a8;
}

.box-financial-icon {
    display: inline-block;
    vertical-align: top;
}

.box-financial-icon i {
    font-size: 88px;
    color: #CCC;
    padding: 30px 50px;
}

.class-liless li{
    list-style-type: none;
}
