@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;700&display=swap');
html, body{
    width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
.espace8{
    width: 100%;
    height: 8px;
    display: block;
}
.espace16{
    width: 100%;
    height: 16px;
    display: block;
}
.espace24{
    width: 100%;
    height: 24px;
    display: block;
}
.espace32{
    width: 100%;
    height: 32px;
    display: block;
}
.espace40{
    width: 100%;
    height: 40px;
    display: block;
}
.espace48{
    width: 100%;
    height: 48px;
    display: block;
}
.espace56{
    width: 100%;
    height: 56px;
    display: block;
}
.espace64{
    width: 100%;
    height: 64px;
    display: block;
}
.espace72{
    width: 100%;
    height: 72px;
    display: block;
}
.espace80{

    width: 100%;
    height: 80px;
    display: block;
}

.header{
    position: relative;
    z-index: 3;
}
.menu-desk{

    padding: 0;
    margin: 0;
}
.menu-desk li{
    display: inline-block;
    list-style-type: none;
}
.menu-desk li a{
    font-family: 'Open Sans';
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 54px;
margin-right: 25px;
/* identical to box height, or 337% */
color: #FFFFFF;
}
.menu-desk li:last-child a{
    margin-right: 0;
}
.social-header{
    margin: 0;
    padding: 0;
}
.social-header li{
    display: inline-block;
}
.social-header li a{
    color: #FFFFFF;
    font-size: 18px;
    margin: 0 5px;
}
.overley{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 97.4%, rgba(255, 255, 255, 0) 100%) repeat-x;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 1;
    width: 100%;
    height: 100%;

}
.mobile-banner{
    display: none;
}
.header-mobile{
    display: none;
}
#banner{
    margin-top: -86px;
    position: relative;
}
.border-bottom-white{
    border-bottom: 1px solid white;
}
.carousel-control-prev{
    z-index: 999 !important;
}
.numbers-banner{
    position: absolute;
    right: 373px;
    top: 45%;
    color: white;
    z-index: 88;
    list-style-type: none;
}

.numbers-banner li{
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid white;
    font-family: 'Fira Sans', sans-serif;
    font-family: Fira Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 27px;
    color: #F8F9FA;
    cursor: pointer;
}
.numbers-banner li:last-child{
    border-bottom: none;
}
.numbers-banner li:hover{
    color: white;
}

.arrow-prev{
    position: absolute;
    right: 370px;
    top: 35.3%;
}
.arrow-next{
    position: absolute;
    right: 370px;
    top: 73%;
}
.text-banner{
    position: absolute;
    left: 363px;
    top: 33%;
}
.text-banner p{
    width: 384px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF !important;
    margin-top: 16px;
    margin-bottom: 32px;
}
.text-banner h3{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 54px;
    color: #FFFFFF;

}
.text-banner a{
    width: 276px;
    height: 50px;

    padding: 16px 32px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 6px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;

    text-align: center;

    color: #FFFFFF;
}
.text-banner a:hover{
    border: none;
    text-decoration: none;
    background-color: #007372;
}
.footer{
    width: 100%;
    padding: 80px 0 64px 0;
    background: url('../img/background-rodape.png');
    background-size: cover;
    background-position: bottom;
    min-height: 20px;
}
.footer h5{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #F8F9FA;
}
.footer h5 span{
    color: #009892;
}
.footer ul{
    padding: 0;
    margin: 0;
}
.footer ul li{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.footer ul li a{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #F8F9FA;
    opacity: 0.8;
}
.full-line-divider{
    background: url('../img/pattern-line.png') repeat-x;
    width: 100%;
    height: 1px;
    margin: 64px 0;

}
.registred{
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #F8F9FA;
}
.social-footer{
    padding: 0;
    margin: 0;
}
.social-footer li{
    list-style-type: none;
    display: inline-block;
   
}
.social-footer li a{
    margin: 0 8px;
    display: block;
}