html {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-color: #F9F9F9;
    font-family: 'Rubik', sans-serif;
    color: #333; 
    
  }

  body{
    margin: 0;
    padding: 0;
    
  }


  .barra_superior {
    display: flex;
    flex-direction: column;
    align-items: left;
    background-color: #271d67;
    height: 80px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    } 

  .barra_superior a{
    text-decoration: none;
  }


  .main-logo {
    
     display: flex;
     margin-top: 24px;
     margin-left: 104px;
     height: 32px;
     width: 174px;
     background-color: #271d67;
   }
   
   .main-logo svg {   
     vertical-align: middle;
     margin-right: 8px;
     height: 32px;
     width: 32px;
     fill: #FFFFFF;
   }
   
   .main-logo span {
     font-size: 28px;
     font-weight: 700;
     vertical-align: middle;
     color: #FFFFFF;
     margin: 0px;
     
   
   }
.main-container{
  display: flex;
  justify-content: center;
}

.main-col{
  max-width: 836px;
 }
   

  h1 {
    font-size: 60px;
    margin: 0px;
    margin-top: 28px;
    color: #f9402d;
    font-weight: 500;
    line-height: 84px;
  }

  h2{
    font-size: 44px;
    font-weight: 500;
    color: #271d67;

  }

  p{
    font-size: 20px;
  }



  

  .floating-button {
    position: fixed; 
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: rgba(128, 128, 128, 0.8);
    color: #fff;
    text-align: center; 
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    z-index: 9999;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
  }
  
  /*  .floating-button:hover {
    background-color: #808080;
  } */ 

  .chevron {
    margin: 0px;
    height: 32px;
    width: 64px;
  }

 

  .trama-footer{
    
    background-image: url(img/trama_footer.png);
    background-repeat: no-repeat;
    height: 224px;
    
  }

  @media screen and (max-width: 1040px) {
    .main-logo {
      margin-left: 16px;
      
    }

  }
  
  @media screen and (max-width: 880px) {

    .main-col{
      max-width: 880px; 
      padding: 0px 16px 0px 16px;
      
  
    }

  }

  @media screen and (max-width: 500px) {

    .main-col{
      max-width: 500px;   
  
    }

    h1 {
      font-size: 50px;
      line-height: 70px;
    }

    h2{
      font-size: 34px;}

      p{
        font-size: 18px;
      }

  }

  @media screen and (max-width: 360px) {

    .main-col{
      max-width: 360px;   
  
    }

    

    h1 {
      font-size: 40px;
      line-height: 50px;
    }

    h2{
      font-size: 24px;}

      p{
        font-size: 16px;
      }

  }