html, body {
    
    font-family: 'Syne', sans-serif; 
    /* font-family: 'Nunito', sans-serif; */
    height: 100vh;
    margin: 0;
}


.circle_button a{
    color: white;
}


  
.circle_button_chat a{
    color: #76b059;
}

.js .animate-this, .js .animate-intro {
    opacity: 0;
  }
  
  .oldie .animate-this,
  .oldie .animate-intro
  .no-cssanimations .animate-this,
  .no-cssanimations .animate-intro {
    opacity: 1;
  }
 
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #22dd31;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.contact{
    background-color: #2C3E50;
    color: #EAE7F2;
}


/* ----------------------------------------------------- MOBILE FIRST ---------------------------------------------------------- */
/* ----------------------------------------------------- MOBILE FIRST ---------------------------------------------------------- */
/* ----------------------------------------------------- MOBILE FIRST ---------------------------------------------------------- */
/* ----------------------------------------------------- MOBILE FIRST ---------------------------------------------------------- */
/* ----------------------------------------------------- MOBILE FIRST ---------------------------------------------------------- */

@media(max-width: 991px){
    .full-height {
        height: 100vh;
    }

    .flex-center {
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .position-ref {
        position: relative;
    }

    .top-right {
        position: absolute;
        right: 10px;
        top: 18px;
    }

    .content {
        text-align: center;
    }

    .title {
        font-size: 84px;
    }

    .links > a {
        color: #636b6f;
        padding: 0 25px;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: .1rem;
        text-decoration: none;
        text-transform: uppercase;

    }

    .m-b-md {
        margin-bottom: 30px;
    }

    .magnum{
        background-color: #2C3E50;
        font-size: 21px;
        /* font-family: 'Lexend Exa', sans-serif; */
    }

    .citra{
        background-color: #2C3E50;
        
    }

    .cascade{
        background-color: #EAE7F2;
        color: #2C3E50;
    }

    .amarillo{
        background-color: #EAE7F2;
        color: #2C3E50;
    }

    .quadrado {
        width: 100px;
        height: 100px;
        background: #000;
        animation: crescendo 1.5s alternate infinite ease-in;
    }


    .arrow_down{
        text-decoration: none; 
        color: white; 
        font-size: 60px;
        animation: crescendo 1.5s alternate infinite ease-in;
        opacity: 0.2;

    }

    .arrow_down:hover{
        opacity: 0.7;
        animation: crescendo 1.5s alternate infinite ease-in;
    }

    .main_malt_1{
        background-image: url("../img/1_comprimido.jpg");
        min-height: 33.3vh;
        background-size: cover; 
    }


    .main_malt_2{
        background-image: url("../img/2_comprimido.jpg");
        min-height: 33.3vh;
        background-size: cover; 
    }

    .main_malt_3{
        background-image: url("../img/3_comprimido.jpg");
        min-height: 33.3vh;
        background-size: cover; 
    }

    .main_mobile_photo{

        background-image: url("../img/celular_1.jpg");
        background-size: cover;
        min-height: 28vh;;
    }

    .cascade_icons{

        font-size: 40px; 

        margin-top: 15px; 
        color: #2C3E50;
    }

    .citra_icons{

        font-size: 40px; 
        margin-top: 15px; 
        color: #EAE7F2;;
    }

    .cascade_text{
        font-size: 16px;
    }

    .citra-text{
        padding: 40px; 
        font-size: 20px;
        color: #EAE7F2;
    }

    .amarillo-text{

        font-size: 21px
    }

    .amarillo-img{
        width: 100%; 
        text-align:center
    }

    .nugget-icon{
        font-size: 40px; 
        color:#2C3E50
    }

    .nugget-text{
        font-size: 18px;
    }

    .chinook{
        background-color: #2C3E50;
        color: #EAE7F2;
    }

    .chinook ul li::marker{
        content: "> ";
        color: #76b059;
    }

    .chinook-img-container{
        text-align:center;
    }

    .chinook-img{
        width: 70%;
        opacity: 0.9;;
    }

    .chinook-text{

        font-size: 18px
    }

    .circle_button_chat{
        left: 12px;
        position: fixed;
        height: 50px;
        width: 50px;
        border-radius: 50px;
        z-index: 2;
        bottom: 5px;
        /* right: 12px; */
        opacity: 0.9;
        background-color: #76b059;
        color: white;
        padding-top: 7px;
        font-size: 25px;
    }

    .circle_button_chat:hover{
        opacity:1;
    }

    .circle_button{
        position: fixed;
        height: 50px;
        width: 50px;
        border-radius: 50px;
        z-index: 2;
        bottom: 5px;
        right: 12px;
        opacity: 0.9;
        background-color: #76b059;
        color: white;
        padding-top: 6px;
        font-size: 25px;

        padding-top: 0px;
        font-size: 33px;
    }

    .contact{
        background-color: #2C3E50;
        color: #EAE7F2;
    }
}

/* -----------------------------------------------------DESKTOP VIEW  ---------------------------------------------------------- */
/* -----------------------------------------------------DESKTOP VIEW  ---------------------------------------------------------- */
/* -----------------------------------------------------DESKTOP VIEW  ---------------------------------------------------------- */
/* -----------------------------------------------------DESKTOP VIEW  ---------------------------------------------------------- */
/* -----------------------------------------------------DESKTOP VIEW  ---------------------------------------------------------- */


@media(min-width:992px){
    .full-height {
        height: 100vh;
    }

    .flex-center {
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .position-ref {
        position: relative;
    }

    .top-right {
        position: absolute;
        right: 10px;
        top: 18px;
    }

    .content {
        text-align: center;
    }

    .title {
        font-size: 84px;
    }

    .citra_icons{

        font-size: 40px; 
        margin-top: 15px; 
        color: #EAE7F2;;
    }

    .links > a {
        color: #636b6f;
        padding: 0 25px;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: .1rem;
        text-decoration: none;
        text-transform: uppercase;
    }

    .m-b-md {
        margin-bottom: 30px;
    }

    .magnum{
        background-color: #2C3E50;
        font-size: 21px;
        /* font-family: 'Lexend Exa', sans-serif; */
    }

    .citra{
        background-color: #2C3E50;
        
    }

    .cascade{
        background-color: #EAE7F2;
        color: #2C3E50;
    }

    .amarillo{
        background-color: #EAE7F2;
        color: #2C3E50;
    }

    .quadrado {
        width: 100px;
        height: 100px;
        background: #000;
        animation: crescendo 1.5s alternate infinite ease-in;
    }


    .arrow_down{
        text-decoration: none; 
        color: white; 
        font-size: 54px;
        animation: crescendo 1.5s alternate infinite ease-in;
        opacity: 0.9;

    }

    .arrow_down:hover{

    }

    .arrow_down:hover{
        opacity: 1;
        font-size: 54px;
    }

    .main_malt_1{
        background-image: url("../img/1_comprimido.jpg");
        min-height: 33.3vh;
        background-size: cover; 
    }


    .main_malt_2{
        background-image: url("../img/2_comprimido.jpg");
        min-height: 33.3vh;
        background-size: cover; 
    }

    .main_malt_3{
        background-image: url("../img/3_comprimido.jpg");
        min-height: 33.3vh;
        background-size: cover; 
    }

    .main_mobile_photo{
        background-image: url("../img/celular_1.jpg");
        background-size: cover;
    }

    .cascade_icons{
        font-size: 50px; 
        margin: 30px; 
        color: #2C3E50;;
    }

    .cascade_text{
        font-size: 22px;
    }

    .citra-text{
        padding: 40px; 
        font-size: 20px;
        color: #EAE7F2;
    }

    .amarillo-text{
        font-size: 22px
    }

    .amarillo-img{
        width: 100%; 
        padding: 40px; 
        text-align:center
    }
   
    .nugget-icon{
        font-size: 90px; 
        color:#2C3E50
    }

    .nugget-text{
        font-size: 22px;
    }

    .chinook{
        background-color: #2C3E50;
        color: #EAE7F2;
    }

    .chinook ul li::marker{
        content: "> ";
        color: #76b059;
    }

    .chinook-img-container{
        padding: 40px; 
        text-align:center
    }

    .chinook-img{
        width: 70%;
        opacity: 0.9;
    }

    .chinook-text{
        font-size: 24px
    }

    .circle_button_chat{
        position: fixed;
        height: 60px;
        width: 60px;
        border-radius: 50px;
        z-index: 1;
        bottom: 89px;
        right: 12px;
        opacity: 0.9;
        background-color: #76b059;
        color: white;
        padding-top: 7px;

        font-size: 33px;
    }

    .circle_button_chat:hover{
        opacity:1;
    }

    .circle_button{
        position: fixed;
        height: 60px;
        width: 60px;
        border-radius: 50px;
        z-index: 1;
        bottom: 21px;
        right: 12px;
        opacity: 0.9;
        background-color: #76b059;
        color: white;
        padding-top: 6px;
        font-size: 26px;
        padding-top: 7px;
        font-size: 33px;
    }

    .circle_button:hover{
        opacity:1;
    }
      

}
