/*SITE*/
@font-face {
    font-family: 'CaviarDreams';
    src: url('../fonts/CaviarDreams.ttf');
}
@font-face {
    font-family: 'CaviarDreams_Bold';
    src: url('../fonts/CaviarDreams_Bold.ttf');
}
@font-face {
    font-family: 'CaviarDreams_BoldItalic';
    src: url('../fonts/CaviarDreams_BoldItalic.ttf');
}
@font-face {
    font-family: 'CaviarDreams_Italic';
    src: url('../fonts/CaviarDreams_Italic.ttf');
}
.desktop{
    display: block;
}
.mobile{
    display: none;
}
body{
    font-family: "CaviarDreams";
}
.bold, b{
    font-family: "CaviarDreams_Bold";
}
.boldItalic{
    font-family: "CaviarDreams_BoldItalic";
}
.italic{
    font-family: "CaviarDreams_Italic";
}
.container{
    max-width: 1080px;
}
a{
    color: #fff;
}
a:hover{
    color: #fff;
}

/* início da animação do mouse */
.boxMouse{
    position: absolute;
    bottom: 20px;
    transform: translateX(-50%);
    left: 50%;
}
.boxMouse h2{
    margin: 0
}
.mouse{
    border: 2px solid #4e161d;
    color:#4e161d;
    border-radius: 13px;
    bottom: 40px;
    display: block;
    height: 46px;
    width: 26px;
    cursor: pointer;
    margin: 0px auto;
}
.mouse span {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: scroll;
    background: none repeat scroll 0 #4e161d;
    border: 1px solid transparent;
    border-radius: 4px;
    display: block;
    height: 4px;
    margin: 6px auto;
    width: 4px;
}

@keyframes scroll {
 0% {
    opacity:1;
    transform:translateY(0px);
 }
 100% {
    opacity:0;
    transform:translateY(20px);
   }
}

/* fim da animação do mouse */
/******************************************************************/
.align-nav{
    position: fixed;
    width: 100%;
    top: 50px;
    z-index: 9999;
    border: 0px solid transparent;
    border-left: none;
    border-right: none;
    background-color: transparent;
    top: 0px;
}
.align-nav.active{
    background-color: rgb(11, 67, 61, 1);
}
.align-nav.active .nav-link{
    border-color: #fff !important;
    color: #fff !important;
}
.align-nav.active .navbar-brand{
    background-image: url("../assets/ca-rio-negro-logo-branco.png");
}
.navbar{
    width: 1080px;
    height: 100px;
    padding: 0px 10px;
}
.navbar-nav{
    justify-content: end;
}
.sub-nav-button{
    display: none;
}

.navbar-brand{
    background-image: url("../assets/ca-rio-negro-logo-verde.png");
    width: 250px;
    height: 38px;
    background-size: 250px;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
}

.nav-item{
    flex: 0;
    height: 45px;
    margin-top: 5px;
}
.navbar-light .navbar-nav .nav-link{
    border: 1px solid #0b433d;
    border-radius: 25px;
    padding: 10px 20px;
    font-family: "CaviarDreams_Bold";
    color: #0b433d;
}
.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link.active{
    background-color: #fff;
    color: #0b433d !important;
}

/*********************************************************************/
.home{
    background-image: url("../assets/home.jpg");
    background-size: cover;
    height: 90vh;
    padding-top: 120px;
    background-position: 0px -110px;
    background-repeat: no-repeat;
}
.home h1{
    color: #0b433d;
    text-align: center;
    margin-bottom: 15px;
    font-size: 25px;
}
.home p{
    font-size: 17px;
    text-align: center;
    color: #4e161d;
    font-family: "CaviarDreams_Bold";
}

.empreendimento{
    margin-top: 100px;
}
.empreendimento h1, .estrutura h1, .experiencias h1{
    color: #0b433d;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
    font-size: 30px;
}
.empreendimento h1{
    margin-top: 60px;
}
.empreendimento img{
    width: 100%;
}
.empreendimento .col-12{
    padding: 0px;
}

.estrutura{
    text-align: center;
}
.estrutura .col-4 p{
    margin-bottom: 0px;
    font-size: 24px;
}
.estrutura p b{
    color: #4e161d;
}

.estrutura .col-4{
    margin-bottom: 120px;
}

.experiencias{
    text-align: center;
    margin-bottom: 30px;
}
.experiencias .col-4 p,.experiencias .col-3 p{
    margin-bottom: 0px;
    font-size: 24px;
}

.experiencias .col-4, .experiencias .col-3{
    margin-bottom: 120px;
}

.contato{
    padding: 0px 20px;
}
.contato .col-12{
    padding: 0px;
    height: 300px;
}
.contato iframe{
    width: 100%;
    height: 300px;
    border: 0px;
}
footer{
    background-color: #0b433d;
    padding: 220px 0px 0px 0px;
    color: #fff;
}
footer h5{
    margin-bottom: 240px;
    font-size: 19px;
}
footer img{
    max-width: 350px !important;
    width: 100%;
}
footer p{
    font-size: 16px;
    text-align: center;
}
#goTop {
    bottom: 25px;
    display: none;
    padding: 0;
    position: fixed;
    right: 25px;
    width: 45px;
    font-size: 45px;
    transition: ease .3s;
    text-decoration: none;
    text-align: center;
    height: 45px;
    z-index: 999;
}
#goTop{
    color: #0b433d;
}
#goTop:hover{
    color: #0b433d;
}