.container {
    max-width: 1400px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    background: #0E0D0D;
    color: #FFFFFF;
    background-image: url(/img/textura.png);
}

/*
font-family: 'Montserrat', sans-serif;
font-family: 'Ponnala', sans-serif;                          
*/

h1 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2em;
}

h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.75rem;
}

h2::after {
    width: 180px;
    height: 3px;
    background: linear-gradient(270deg, #E30016 -1.77%, rgba(227, 0, 22, 0) 103.54%);
    display: block;
    content: "";
    margin-left: auto;
    margin-right: auto;
}

html {
  scroll-behavior: smooth;
}

.color-main{
    color: #FF253A;
}

.btn {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    border-radius: 0px 5px 5px 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    filter: drop-shadow(0px 0px 8px rgba(255, 37, 58, 0.25));
    background: linear-gradient(270deg, #E30016 -1.77%, rgba(227, 0, 22, 0) 139.01%);
    transition: background-color 3s ease;
    line-height: 1.2em;
}

  
  .btn:hover {
    background-color: #E30016;
  }

  button {
    border: none;
    cursor: pointer;
  }

  label {
    display: none;
  }

  input, textarea, select {
    background: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #E30016;
  }

  input::placeholder, textarea::placeholder {
    font-style: italic;
  }

  input {
    padding: 10px;
    margin-top: 10px;
  }

  select {
    margin-top: 10px;
    padding: 15px 10px;
    width: 100%;
  }

  select option{
    color: #0E0D0D;
    padding: 10px 0px;
  }


  textarea {
    margin-top: 20px;
    padding: 10px;
  }

  input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #0E0D0D inset;
    }

    input:-webkit-autofill {
        -webkit-text-fill-color: #fff !important;
    }
    

    .whats-fixed {
      position: fixed;
      bottom: 40px;
      right: 40px;
      animation: move 3s infinite;
      z-index: 222;
    }
  
    .whats-fixed img{
      width: 70px;
    }
    
    @keyframes move {
      25%{
         transform: translateX(-10px);  }
      50%{
        transform: translateX(0px);  
      }
      75%{
        transform: translateX(10px); 
      }
      100%{
        transform: translateX(0px); 
      }
    }
@media only screen and (min-width: 510px) and (max-width: 680px) {
  h1 {
    font-size: 2rem;
  }

  .btn {
    font-size: 1.25rem;
}
}

@media only screen and (min-width:410px) and (max-width: 509px) {
  h1 {
    font-size: 1.75rem;
  }

  
    .btn {
      font-size: 1.25rem;
  }
}

@media only screen and (max-width: 409px) {
  h1 {
    font-size: 1.5rem;
  }

  
  .btn {
    font-size: 1.25rem;
}
}