

/* Phone mobile Banner */
@media screen and ((max-width: 500px)) {
  #Contato_Page_Thumb_Img_Container{
      display: none
  }

  #Contato_Page_Thumb_Img_Container img {
      width: 100%;
      height: auto;
  }
  

  #Responsive_Tab_Contato_Page_Thumb_Img_Container {
      display: none;
  }

  #Responsive_Phone_Contato_Page_Thumb_Img_Container {
      display: flex;
      flex-direction: column;
      flex-flow: column;

      width: 100%;
      height: auto;

      justify-content: center;
      align-items: center;
  }

  #Responsive_Phone_Contato_Page_Thumb_Img_Container img {
      width: 100%;
      height: auto; 
  }
}

/* Mobile Tab Banner */
@media screen and ((max-width: 834px) and (min-width: 500px)) {
  #Contato_Page_Thumb_Img_Container{
      display: none;
  }

  #Contato_Page_Thumb_Img_Container img {
      width: 100%;
      height: auto;
  }

  #Responsive_Tab_Contato_Page_Thumb_Img_Container {
      display: flex;
      flex-direction: column;
      flex-flow: column;

      width: 100%;
      height: auto;

      justify-content: center;
      align-items: center;
  }

  #Responsive_Tab_Contato_Page_Thumb_Img_Container img {
      width: 100%;
      height: auto; 
  }

  #Responsive_Phone_Contato_Page_Thumb_Img_Container {
    display: none;
  } 

}

/* Desktop Banner */
@media screen and (min-width: 834px) {
  #Contato_Page_Thumb_Img_Container{
      display: flex;
      flex-direction: column;
      flex-flow: column;

      width: 100%;
      height: auto;

      justify-content: center;
      align-items: center;
  }

  #Contato_Page_Thumb_Img_Container img {
    width: 100%;
    height: auto;
  }

  #Responsive_Tab_Contato_Page_Thumb_Img_Container {
      display: none;
  }


  #Responsive_Phone_Contato_Page_Thumb_Img_Container {
      display: none
  }

  #Responsive_Phone_Contato_Page_Thumb_Img_Container img {
      width: 100%;
      height: auto; 
  }

  #Responsive_Phone_Contato_Page_Thumb_Img_Container {
    display: none;
  }

}

/* Page css */
@media screen and (max-width: 1106px) {
  .ContatoPage_Page_Container{
    display: flex;
    flex-direction: column;
    flex-flow: column;

    justify-content: flex-start;
    align-items: center;

    width: 100%;
    height: auto;

    background-color:#dadada;

  }

  #Form-Contato-Super-Container {
    display: none;
  }


  #Responsive_Contato_Page_Thumb_Img_Container {
    display: flex;
    flex-direction: column;
    flex-flow: column;

    justify-content: center;
    align-items: center;

    width: 100%;
  }

  #Responsive_Contato_Page_Thumb_Img_Container img {
    width: 100%;
  }

  #Form-Messages-Info-Container {
    display: none;
  }

  #Responsive-Form-Messages-Info-Container {
    display: flex;
    flex-direction: column;
    flex-flow: column;

    width: 100%;
    height: 100px;

    justify-content: center;
    align-items: center;

  }

  #Responsive-Form-Messages-Info-Container div {
    margin-top: 20px;
    color: green;
  }

  .responsive-form-container{
    display: flex;
    flex-direction: column;
    flex-flow: column;

    justify-content: center;
    align-items: center;

    margin-top: 20px;
    margin-bottom: 140px;

    width: 90%;
    height: auto;
  }

  .form-container {
    display: none;
  }

  .form-row {
    display: flex;
    flex-direction: row;

  }

  .form-column {
    display: flex;
    flex-direction: column;
    width: 90%;
    

    align-items: center;
    justify-content: flex-start;

    margin-bottom: 0px;
    padding: 35px 45px;
    float: left;
    border-radius: 4px;
    background-color: #fff;
    color: #000;
    text-align: left;

    margin-top: 10px;
    margin-bottom: 10px;

    padding: 29px 29px 34px;
    
    border-radius: 4px;
    text-align: left;
  }
  

  .form-column h1 {
    margin: 0px 0px 10px;
    color: #323232;
    font-size: 47px;
    line-height: 55px;
    font-weight: 500;

    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
  }

  .form-column p {
    text-align: center;
    margin-bottom: 27px;
    font-size: 16px;
    color: #323232;
    font-family: 'Roboto Condensed', sans-serif;
  }

  .form-column div p {
    font-size: 16px;
    color: #323232;
    font-family: 'Roboto Condensed', sans-serif;
  }

  .form-column form {
    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;
    
    width: 100%;

  }

  .form-inside-column {
    display: flex;
    flex-direction: column;
    width: 80%;
    

    align-items: flex-start;
    justify-content: flex-start;
  }

  .form-column form button {
    width: 100px;
    height: 50px;

    margin-top: 7px;
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 5px;
    background-color: #306c40;

    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;

    color: white;

  }
  

  .info-column {
    display: flex;
    flex-direction: column;
    width: 90%;
    
    height: auto;
    min-height: 837px;

    margin-top: 10px;

    margin-bottom: 10px;

    align-items: center;
    justify-content: flex-start;

    padding: 29px 29px 34px;
    border: 2px solid #d1d1d1;
    border-radius: 4px;
    text-align: left;

  }

  .info-column div {
    display: flex;

    flex-direction: column;
    flex-flow: column;

    align-items: flex-start;
    justify-content: flex-start;

    width: 100%;
    height: 300px;

    margin-top: 20px;

  }

  .info-column div img {
    width: 35px;
    height: auto;

    margin-bottom: 20px;
  }

  .info-column h1 {
    margin: 0px 0px 10px;
    color: #323232;
    font-size: 47px;
    line-height: 55px;
    font-weight: 500;

    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
  }

  .info-column p {
    text-align: left;
    margin-bottom: 20px;
  }

  label {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  input, textarea {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }

  input[type="text"], input[type="email"] {
    height: 40px;
  }

  textarea {
    height: 150px;
    max-width: 100%;
    max-height: 190px;
    min-width: 100%;
    min-height: 190px;
  }

  /* button[type="submit"] {
    width: 200px;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }

  button[type="submit"]:hover {
    background-color: #45a049;
  } */

  .contact-container {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }

  .contact-container div {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1106px) {
  .ContatoPage_Page_Container{
    display: flex;
    flex-direction: column;
    flex-flow: column;

    justify-content: flex-start;
    align-items: center;

    width: 100%;
    height: auto;

    background-image: linear-gradient(180deg, hsla(0, 0%, 82%, 0.39), hsla(0, 0%, 82%, 0.39));
  }

  #Form-Messages-Info-Container {
    display: flex;
    flex-direction: column;
    flex-flow: column;

    width: 100%;
    height: 200px;

    justify-content: center;
    align-items: center;

  }

  #Form-Messages-Info-Container div {
    margin-top: 10px;
    color: green;
  }

  

  #Form-Contato-Super-Container {
    display: flex;
    flex-direction: column;
    flex-flow: column;

    width: 100%;
    height: auto;

    min-height: 950px;

    margin-bottom: 140px;

    justify-content: flex-start;
    align-items: center;


  }

  #Responsive-Form-Messages-Info-Container {
    display: none;
  }

  #Responsive_Contato_Page_Thumb_Img_Container {
    display: none;
  }

  .responsive-form-container{
    display: none;
  }

  .form-container {
    display: flex;
    flex-direction: column;

    width: 80%;
    height: auto;

    min-height: 700px;

  }

  .form-row {
    display: flex;
    flex-direction: row;

  }

  .form-column {
    display: flex;
    flex-direction: column;
    width: 70%;

    float: left;

    background-color: #fff;
    color: #000;

    margin-top: 10px;
    margin-bottom: 10px;

    align-items: center;
    justify-content: center;

    padding: 29px 29px 34px;
    
    border-radius: 4px;
    text-align: left;

  }

  .form-column h1 {
    margin: 0px 0px 10px;
    color: #323232;
    font-size: 47px;
    line-height: 55px;
    font-weight: 500;

    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
  }

  .form-column p {
    text-align: center;
    margin-bottom: 27px;
    font-size: 16px;
    color: #323232;
    font-family: 'Roboto Condensed', sans-serif;
  
  }

  .info-column {
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 790px;

    margin-top: 10px;

    margin-bottom: 10px;

    align-items: flex-start;
    justify-content: flex-start;

    padding: 29px 29px 34px;
    border: 2px solid #d1d1d1;
    border-radius: 4px;
    text-align: left;

    margin-left: 20px;

  }


  .info-column div {
    display: flex;

    flex-direction: column;
    flex-flow: column;

    align-items: flex-start;
    justify-content: flex-start;

    width: 100%;
    height: 700px;

    margin-top: 20px;

  }

  .info-column div img {
    width: 35px;
    height: auto;

    margin-bottom: 20px;

  }

  .info-column h1 {
    margin: 0px 0px 10px;
    color: #323232;
    font-size: 47px;
    line-height: 55px;
    font-weight: 500;

    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
  }

  .info-column p {
    text-align:left;
    margin-bottom: 20px;
  }

  .form-inside-column {
    display: flex;
    flex-direction: column;
    width: 80%;
    

    align-items: flex-start;
    justify-content: flex-start;
  }

  .form-column form {
    display: flex;
    flex-direction: column;


    justify-content: center;
    align-items: center;

    width: 100%;
  }

  .form-column form button {
    width: 100px;
    height: 50px;

    margin-top: 7px;
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 5px;
    background-color: #306c40;

    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;

    color: white;

  }

  label {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  input, textarea {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }

  input[type="text"], input[type="email"] {
    height: 40px;
  }

  textarea {
    height: 170px;
    max-width: 100%;
    max-height: 170px;
    min-width: 100%;
    min-height: 200px;
  }

  /* button[type="submit"] {
    width: 200px;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }

  button[type="submit"]:hover {
    background-color: #45a049;
  } */

  .contact-container {
    display: flex;
    flex-direction: column;
    /* margin-top: 20px; */
  }

  .contact-container div {
    margin-bottom: 10px;
  }
}