@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  display: block;
  width: 100%;
}

body {
    position: relative;
}

.mobile {
  display: none;
}

.mobile1 {
  display: none;
}

.mobile2 {
  display: none;
}

.mobile3 {
  display: none;
}

.mobile4 {
  display: none;
}

.mobile5 {
  display: none;
}

#bigmac {
  display: none;

  width: 50px;
  height: 35px;

  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 30;

  cursor: pointer;
}

.brochura_desdobravel1 {
    display: none;
}

.brochura_desdobravel2 {
    display: none;
}

#bigmac .linha {
  position: absolute;
  height: 9px;
  width: 100%;

  background-color: white;
  border-radius: 0;

  opacity: 1;
  left: 0;

  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
}

#bigmac .linha:nth-child(1) {
  top: 0px;
}

#bigmac .linha:nth-child(2) {
  top: 18px;
}

#bigmac .linha:nth-child(3) {
  top: 18px;
}

#bigmac .linha:nth-child(4) {
  top: 36px;
}

#bigmac.open .linha:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#bigmac.open .linha:nth-child(2) {
  transform: rotate(45deg);
}

#bigmac.open .linha:nth-child(3) {
  transform: rotate(-45deg);
}

#bigmac.open .linha:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/*
font-family: 'Raleway', sans-serif;
font-family: 'Roboto', sans-serif;
*/

#backtotopbutton {
  display: inline-block;
/*  background-color: #f06600;*/
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 40px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#backtotopbutton::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #f06600;
}
#backtotopbutton:hover {
  cursor: pointer;
  color: #fff;
}
#backtotopbutton:active {
  background-color: #fff;
}
#backtotopbutton.show {
  opacity: 1;
  visibility: visible;
}

/*GRELHA */

.grid {
  width: 80%;
  margin: auto;
  max-width: 1280px;
   grid-gap: 10px;
   display: grid;

 
}

.grid-flex {
     width: 80%;
  margin: auto;
  max-width: 1280px;
}

/*HEADER */

header {
  background-color: #26568a;
  padding: 30px 0;

  position: fixed;
  top: 0;
  width: 100%;
}

@media (min-width: 900px)  {
    header {
        padding: 15px 0 10px 0;
    }
}

#menu {
  grid-column: 1/7;
  display: flex;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
}

#header_img {
  width: 130px;
}

li {
  list-style-type: none;
}

.vl_nav {
  border-right: 2px solid #ccc;
  height: 20px;
  margin: 0 10px 0 10px;
}

.nav {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;

  margin: 0 0;
}

.nav:hover {
  font-weight: 700;
  color: #fff;
}

/*BACK TO TOP BUTTON*/

/*CONTAINER 1*/

#container1 {
  background-image: url('img5.jpg');

 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  margin-top: 60px;
}


@media screen and (-webkit-min-device-pixel-ratio:0)
  and (min-resolution:.001dpcm) {
    #container1 {background-attachment: fixed;} 
    #container2 {background-attachment: fixed;}
    #container3 {background-attachment: fixed;}
    #container4 {background-attachment: fixed;}
     #container5 {background-attachment: fixed;}
     #container6 {background-attachment: fixed;}
     #container7 {background-attachment: fixed;}
      #container8 {background-attachment: fixed;}
     
}
 

#logo {
  grid-column: 1/3;
  margin-top: 40px;
  width: 20%;
}

#title_arrow {
  grid-column: 1/4;
  margin: 20px 0 20px 0;
  display: flex;
  flex-flow: wrap;
  align-items: center;
}

h1 {
  font-weight: 500;
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  color: #fff;

  margin-right: 10px;
}

.arrow {
  width: 30px;
}

.left_titles {
  grid-column: 1/4;

  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 50px;
  color: #fff;
  line-height: 60px;
}

.left_captions {
  grid-column: 1/4;
  margin-top: 20px;
  margin-right: 60px;

  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}

.button_area {
  grid-column: 1/4;
  display: flex;
  flex-flow: wrap;
  align-items: center;

  margin-top: 10px;
  margin-bottom: 150px;
}

button {
  padding: 15px 15px;
  border-radius: 30px;
  background: #f06600;
}

.leftbutton {
  margin: 20px 0 0 0;

  border: 0;
}

.button {
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  font-weight: 500;
  color: #fff;

  font-family: "Raleway", sans-serif;
}

.vl {
  border-right: 2px solid #ccc;
  height: 40px;
  margin: 30px 0 0 20px;
}

.pdf_icon {
  width: 45px;
  margin: 25px 10px 0 25px;
}

a {
  text-decoration: none;
}

h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #fff;

  margin: 30px 0 0 0;
}

.h4 {
  font-weight: 500;
}

/*CONTAINER 2*/

#container2 {
  background-image: url(img6_dark.jpg);

  
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.right_titles {
  grid-column: 2/7;
  text-align: end;
  margin-top: 150px;

  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 50px;
  color: #fff;
  line-height: 60px;
}

.right_captions {
  grid-column: 4/7;
  margin-top: 20px;
  text-align: end;

  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.rightbutton_area {
  grid-column: 4/7;
  display: flex;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;

  margin-top: 10px;
  margin-bottom: 150px;
}

#button_area_mobile {
  display: none;
}

.rightbutton {
  margin: 20px 0 0 22px;

  border: 0;
}

/*CONTAINER 3*/

#container3 {
  padding: 100px 0;
}

h3 {
  font-family: "Raleway", sans-serif;
  color: #ee6923;
  font-weight: 700;
  font-size: 32px;
  line-height: 45px;

  margin-top: 20px;
  margin-bottom: 15px;
}

.bluetxt {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;

  color: #27568a;
}

.div1_3 {
  grid-column: 1/4;
  margin-top: 50px;
  padding-right: 15px;
}

.div2_4 {
  grid-column: 4/7;
  margin-top: 50px;
  padding-left: 15px;
}

.smallbutton_area {
  grid-column: 1/4;
  display: flex;
  flex-flow: wrap;
  align-items: center;

  margin-top: 10px;
  margin-bottom: 50px;
}

.smallbutton {
  text-align: center;
  font-size: 15px;
  text-decoration: none;
  font-weight: 500;
  color: #fff;

  font-family: "Raleway", sans-serif;
}

.bluevl {
  border-right: 2px solid #6a8eb5;
  height: 30px;
  margin: 30px 0 0 20px;
}

.smallpdf_icon {
  width: 35px;
  margin: 25px 10px 0 25px;
}

.blue {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #27568a;

  margin: 27px 0 0 0;
}

.blueh4 {
  font-weight: 500;
}

/*CONTAINER 4*/

#container4 {
  background-image: url(img13.jpg);

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  padding-top: 150px;
}

/*CONTAINER 5*/

#container5 {
  background-color: #16355c;
  padding: 100px 0 110px 0;
}

#h2bluebar {
  grid-column: 1/7;

  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 50px;
  color: #fff;
  line-height: 60px;

  margin: 30px 0 20px 0;
}

.vantagens1_3 {
  grid-column: 1/4;
  display: flex;
  flex-flow: no-wrap;
  align-items: flex-start;
}

.vantagens2_4 {
  grid-column: 4/7;
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
}

.vantagenstxt {
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-weight: 100;
  font-size: 28px;
}



/*CONTAINER 6*/

#container6 {
  background-color: #ebebeb;
  padding: 130px 0 130px 0;
}

#h2blue {
  grid-column: 1/4;

  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 50px;
  color: #27568a;
  line-height: 60px;
}

.txtblue {
  margin-top: 18px;

  grid-column: 1/3;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: #27568a;
}

@media (max-width: 900px) {
    .txtblue-mobile {
        margin-top: 18px;

      font-family: "Roboto", sans-serif;
      font-size: 20px;
      font-weight: 300;
      line-height: 30px;
      color: #27568a;
      padding: 10px;
      text-align: center;
    }
    
    .txtblue-hide {
        display: none;
    }
    
    #section1 {
        padding-left: 10px;
        padding-right: 10px !important;
    }
    
    .advantages .advantage-item {
        align-items: center;
    }
}

#instrucoes {
  margin-top: 20px;

  grid-column: 3/7;
}

/*CONTAINER 7*/

#container7 {
  background-image: url(img12.jpg);

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  padding: 130px 0 150px 0;
}

.title_download {
  grid-column: 1/7;
  margin-bottom: 30px;

  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 50px;
  color: #fff;
  line-height: 60px;
}

.title_form {
  grid-column: 1/7;

  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 50px;
  color: #fff;
  line-height: 60px;

  margin: 80px 0 60px 0;
}

.downloads {
  grid-column: 1/7;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

#two_columns {
  grid-column: 1/4;
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
}

.downloads_responsive1 {
  display: none;
}

.downloads_responsive2 {
  display: none;
}

.brochura_desdobravel2 {
    display: none;
}

.downloads_flex {
  display: flex;
  flex-flow: wrap;
  align-items: center;
}

.pdf_icon_download {
  width: 40px;
  margin-top: 30px;
  margin-right: 20px;
}

/*FORMULARIO*/

form {
  grid-column: 1/7;
    display: flex;
    flex-flow: wrap;
}

section {
  flex: 1;

  display: flex;

  flex-direction: column;
    
  padding-right: 25px;
}



.brochura_desdobravel {
    display: none;
}

#section1 {
  margin-top: 25px;
  align-items: flex-start;
  width: 100%;

  font-family: "Roboto", sans-serif;
  color: #fff;
}

#section2 {
  margin-top: 25px;
  align-content: space-between;
  width: 100%;

  font-family: "Roboto", sans-serif;
  color: #fff;
}

.field {
  display: flex;
  width: 100%;

  margin-bottom: 10px;
}

label {
  margin-right: 15px;
  text-transform: uppercase;

  font-weight: 700;
}

input,
textarea {
  flex: 1;
  width: 100%;
}

textarea {
  resize: vertical;

  min-height: 80px;
  max-height: 140px;
}

#form {
  font-weight: 700;
  font-size: 20px;

  margin: -3px 0 5px 0;
  text-transform: uppercase;
}

#h2_form {
  font-weight: 300;
  font-size: 20px;
  margin: 0 0 25px 0;
  text-transform: uppercase;
}

.products {
  display: flex;
  justify-content: center;

  flex-wrap: wrap;
  flex: 1;
  width: 100%;
}

.product {
  display: flex;

  align-items: flex-start;
  width: 180px;
  height: 40px;

  margin-bottom: 10px;
}

.product > input {
  border-radius: 50%;
}

.product > span {
  font-size: 16px;
  text-transform: uppercase;
}

.submit-section {
  display: flex;
  flex: 1;
  width: 100%;

  align-items: center;
  justify-content: flex-end;
}

.submit-section > span {
  max-width: 50%;
  text-align: right;
  font-weight: 300;
  color: #fff;

  padding-right: 20px;

  border-right: 2px solid #ccc;
}

.submit-section > button {
  margin-left: 20px;

  width: 120px;

  padding: 10px 15px;

  border-radius: 25px;

  background: #f06600;

  border: 0;

  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 15px;
}

#agree_terms {
  color: #fff;
}

#submit {
  color: #fff;
}

#submit:hover {
  filter: opacity(0.9);
}

/*FOOTER*/

footer {
  background-color: #071c39;
  padding: 70px 0 50px 0;
}

#footer {
  align-items: center;
}

#footer1 {
  grid-column: 1/3;
  font-family: "Roboto", sans-serif;
  color: #fff;
  line-height: 25px;
  font-size: 15px;
  font-weight: 300;

  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.footer_span, .footer_span a {
  font-weight: 700;
  color: #fff;
}

#footer2 {
  grid-column: 6/7;
  display: flex;
  flex-flow: column;
}



#img_footer {
  margin-bottom: 20px;
  max-width: 200px;
}

#footer img {
      max-width: 200px;

}

/*RESPONSIVE DESIGN*/

@media only screen and (max-width: 1441px) {
    .downloads {
        display: none;
    }
    
    #two_columns {
        display: none;
    }
    
    .downloads_responsive1 {
        
    grid-column: 1/7;
    
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
  }
    
    .brochura_desdobravel {
    grid-column: 1/7;
    
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
  }
    #brochura1 {
        padding-left: 145px;
    }
    #desdobravel1 {
        padding-left: 265px;
    }
    
    .brochura_desdobravel2 {
        display: none;
    }
    
    
    .downloads_responsive2 {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
  * {
    box-sizing: border-box;
  }

  .mobile {
    display: none;
  }

  .left_titles {
    grid-column: 1/5;
  }

  .left_captions {
    grid-column: 1/5;
  }

  .right_captions {
    grid-column: 3/7;
  }
    
  .button_area {
    grid-column: 1/7;
  }
    
  .rightbutton_area {
    grid-column: 1/7;    
  }
    
  .blue {
    font-size: 12px;   
  }

  .downloads {
    display: none;
  }
    
    #two_columns {
        display: none;
    }
    
    .brochura_desdobravel {
        display: none;
    }

  .downloads_responsive2 {
    grid-column: 1/7;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
  }
    
    .brochura_desdobravel2 {
    grid-column: 1/7;
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .downloads_responsive1 {
    display: none;
  }
    

   
  #footer1 {
    grid-column: 1/4;
  }
}

@media only screen and (max-width: 768px) {
  * {
    box-sizing: border-box;
  }

  .grid, .mobile-grid {
    display: block;
    width: 92%;
    margin: auto;
  }
  
  
  
  .grid-flex {
       display: block;
    width: 92%;
    margin: auto;
  }

    #two_columns {
        display: none;
    }
    
    .brochura_desdobravel {
        display: none;
    }

    
  .mobile {
    display: block;
  }

  .mobile1 {
    display: none;
  }

  .desktop {
    display: none;
  }

  .mobile1 {
    display: block;
  }

  .mobile2 {
    display: none;
  }

  .mobile3 {
    display: none;
  }

  .mobile4 {
    display: none;
  }

  .mobile5 {
    display: none;
  }

  nav.desktop {
    display: none;
  }

  #bigmac {
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
  }
    
  #backtotopbutton {
/*    margin: 20px;*/
      background-color: #fff;
  }

  nav.mobile {
    display: block;
    position: fixed;
    top: 0;

    z-index: 20;

    width: 100%;
    left: -100vw;
    transition: 0.3s linear;

    background-color: #27568a;
    background-position: bottom;
    height: 400px;
  }

  nav.mobile.menu_abre {
    left: 0;
  }

  nav.mobile ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  nav.mobile li {
    width: 100%;
    /*        padding: 20px 0;*/
    text-align: center;
    height: 80px;
  }

  nav li {
    height: 0;
    line-height: 150px;
    transition: height 0.3s linear;
  }

  nav li a {
    opacity: 0;
    transition: opacity 0.2s linear;
  }

  .menu_abre {
    height: 412px;
  }

  .menu_abre a {
    opacity: 1;
  }

  .li_mobile {
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-size: 25px;
    font-weight: 300;
  }

  .li_mobile:hover {
    color: #fff;
    font-weight: 700;
  }

  #header_img.mobile {
    margin-left: 75%;
    width: 25%;
      
  }

  /*COINTAINERS*/

  #container1 {
    padding: 0px;
  } 

  h1 {
    font-size: 45px;
  }

  arrow {
    width: 70px;
  }

  #logo {
    width: 50%;
    margin: 0 auto;
  }

  #title_arrow {
    justify-content: center;
    margin-bottom: 20px;
  }

  .left_titles {
    font-size: 70px;
    line-height: 80px;
    text-align: center;
    margin-top: 20px;
  }

  .left_captions {
    font-size: 27px;
    line-height: 37px;

    margin-top: 30px;
    margin-right: 0;
      
    text-align: center;
  }

  .button_area {
    margin-top: 40px;
    margin-bottom: 20px;
    justify-content: center;
  }

  #button_area_mobile {
    display: flex;
    flex-flow: wrap;
    align-items: center;

    margin-top: 40px;
    margin-bottom: 20px;
    justify-content: center;
  }

  .button {
    font-size: 25px;
  }

  .pdf_icon {
    width: 50px;
  }

  h4 {
    font-size: 25px;
  }

  #container2 {
    padding: 150px 0 150px 0;
  }

  #container3 {
    padding: 100px 0 0 0;
  }

  h3 {
    margin: 50px 0 50px 0;
    font-size: 50px;
    line-height: 55px;
    text-align: center;
  }

  .div1_3 {
    padding-right: 0;
    margin-bottom: 150px;
  }

  .div2_4 {
    padding-left: 0;
    margin-bottom: 150px;
  }

  .bluetxt {
    font-size: 27px;
    line-height: 37px;
      
    text-align: center;
  }

  .smallbutton_area {
    margin-top: 30px;
    justify-content: center;
  }

  .smallbutton {
    font-size: 25px;
  }

  .smallpdf_icon {
    width: 50px;
  }

  .blueh4 {
    font-size: 25px;
  }
    
  .blue {
    font-size: 25px;   
  }

  #container4 {
    padding: 300px 0 150px 0;
  }

  #h2bluebar {
    text-align: center;
    font-size: 50px;
    line-height: 60px;
  }

  .vantagens1_3 {
    justify-content: flex-start;
    margin: 0 15% 0 15%;
  }

  .vantagens2_4 {
    justify-content: flex-start;
    margin: 0 15% 0 15%;
  }

  #container6 {
    padding: 100px 0 100px 0;
  }

  #h2blue {
    text-align: center;
    line-height: 60px;
    font-size: 50px;
  }

  .instrucoes {
    display: block;
    width: 70%;
    margin: 60px auto;
  }

  .txtblue {
    font-size: 27px;
    line-height: 37px;

    margin-top: 10px;
    text-align: center;
  }

  #container7 {
    padding: 100px 0 100px 0;
  }

  .title_download {
    font-size: 50px;
    line-height: 60px;
    text-align: center;
  }

  .downloads {
    display: none;
  }

  .downloads_responsive1 {
    display: none;
  }

  .downloads_responsive2 {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    flex-direction: column;
  }


  .title_form {
    font-size: 50px;
    line-height: 60px;
    text-align: center;

    margin-top: 100px;
  }

  label {
    font-size: 25px;
  }

  #form {
    font-size: 25px;
    margin: 30px 0 0 0;
  }
    
    #section2 {
        margin-top: -10px;
    }

  #h2_form {
    font-size: 25px;
    margin: 0 0 30px 0;
  }

  .products {
    margin: 0;
  }

  #agree_terms {
    color: #fff;
  }

  #submit {
    color: #fff;
  }

  #submit:hover {
    filter: opacity(0.9);
  }

  #footer {
    padding: 60px 0 60px 0;
  }

  #footer1 {
    justify-content: center;
    flex-direction: column;
    align-content: center;
    text-align: center;

    font-size: 20px;
    line-height: 30px;
  }

  #footer2 {
    width: 40%;
    justify-content: center;
    align-content: center;

    margin: 0 auto;
  }

  #img_footer {
    margin: 70px 0 40px 0;
  }
  
  #title_arrow {
          text-align: center;
  }
}

@media only screen and (max-width: 540px) {
  * {
    box-sizing: border-box;
  }

  #container1 {
    margin-top: 0px;
  }

  .desktop {
    display: none;
  }

  .mobile1 {
    display: none;
  }

  .mobile2 {
    display: block;
  }

  .mobile3 {
    display: none;
  }

  .mobile4 {
    display: none;
  }

  .mobile5 {
    display: none;
  }

  h1 {
    font-size: 40px;
  }

  .left_titles {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 20px;
  }

  .left_captions {
    font-size: 24px;
    line-height: 34px;

    margin-top: 30px;
    margin-right: 0;
  }

  h3 {
    margin: 50px 0 50px 0;
    font-size: 45px;
    line-height: 50px;
    text-align: center;
  }

  .bluetxt {
    font-size: 24px;
    line-height: 34px;
  }

  .vantagens1_3 {
    justify-content: flex-start;
    margin: 0 10% 0 10%;
  }

  .vantagens2_4 {
    justify-content: flex-start;
    margin: 0 10% 0 10%;
  }

  .txtblue {
    font-size: 24px;
    line-height: 34px;

    margin-top: 10px;
  }

  .downloads {
    display: none;
  }

  .downloads_responsive1 {
    display: none;
  }

  .downloads_responsive2 {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    flex-direction: column;
  }
    
  
  .pdf_icon_download {
    width: 30px;
  }

  h4 {
    font-size: 15px;
  }
    
  .blue {
    font-size: 15px;   
  }
    
    #two_columns {
        display: none;
    }
    
    .brochura_desdobravel {
        display: none;
    }
    
    

  
    .blueh4 {
        font-size: 15px;
    }
}

@media only screen and (max-width: 415px) {
  * {
    box-sizing: border-box;
  }

  .desktop {
    display: none;
  }

  .mobile1 {
    display: none;
  }

  .mobile2 {
    display: none;
  }

  .mobile3 {
    display: block;
  }

  .mobile4 {
    display: none;
  }

  .mobile5 {
    display: none;
  }

  #bigmac {
    display: block;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  #header_img.mobile {
    margin-left: 60%;
    width: 40%;
  }

  #logo {
    width: 70%;
    margin-top: 100px;
  }

  h1 {
    font-size: 30px;
  }

  .left_titles {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    margin-top: 20px;
  }

  .left_captions {
    font-size: 20px;
    line-height: 30px;

    margin-top: 30px;
    margin-right: 0;
  }

  .button_area {
    margin-top: 40px;
    margin-bottom: 20px;
    justify-content: center;
  }

  #button_area_mobile {
    display: flex;
    flex-flow: wrap;
    align-items: center;

    margin-top: 40px;
    margin-bottom: 20px;
    justify-content: center;
  }

  .button {
    font-size: 18px;
  }

  .pdf_icon {
    width: 40px;
  }

  h4 {
    font-size: 12px;
  }
    
  .blue {
    font-size: 12px;   
  }
    
    .blueh4 {
        font-size: 12px;
    }

  #container3 {
    padding-top: 50px;
  }

  h3 {
    font-size: 33px;
      line-height: 38px;
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .bluetxt {
    font-size: 22px;
    line-height: 32px;
  }

  .smallbutton {
    font-size: 18px;
  }

  .smallpdf_icon {
    width: 35px;
  }

  .div1_3 {
    margin-bottom: 150px;
  }

  .div2_4 {
    margin-bottom: 150px;
  }

  .vantagens1_3 {
    margin: 0 10% 0 10%;
  }

  .vantagens2_4 {
    margin: 0 10% 0 10%;
  }

  .arrow2 {
    width: 10%;
  }

  #container5 {
    padding-top: 60px;
  }

  #h2bluebar {
    font-size: 40px;
  }

  .vantagenstxt {
    line-height: 40px;
  }

  .instrucoes {
    width: 85%;
  }

  .txtblue {
    font-size: 22px;
    line-height: 32px;
  }

  .title_download {
    font-size: 40px;
  }

  .pdf_icon_download {
    width: 35px;
  }

  .downloads_flex {
    margin: 0 20% 10px 20%;
  }

  .title_form {
    font-size: 40px;
  }

  label {
    font-size: 20px;
  }
    
  #agree_terms {
    font-size: 20px;
  }

    #two_columns {
        display: none;
    }
    
    .brochura_desdobravel {
        display: none;
    }
    
    #desdobravel2 {
        padding-left: 0;
    }
    
  form {
    font-size: 30px;
  }

  #footer {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 376px) {
  .desktop {
    display: none;
  }

  .mobile1 {
    display: none;
  }

  .mobile2 {
    display: none;
  }

  .mobile3 {
    display: none;
  }

  .mobile4 {
    display: block;
  }

  .mobile5 {
    display: none;
  }

  .smallbutton {
    font-size: 15px;
  }

  .smallpdf_icon {
    width: 25px;
  }

  .button {
    font-size: 15px;
  }

  .pdf_icon {
    width: 25px;
  }


  h4 {
    font-size: 12px;
  }
    
  .blue {
    font-size: 12px;   
  }
    
  .blueh4 {
        font-size: 12px;
    }

  .vantagenstxt {
    font-size: 20px;
  }

  .arrow2 {
    width: 7%;
  }

  .pdf_icon_download {
    width: 45px;
  }

  .downloads_flex {
    margin: 0 15% 10px 20%;
  }
    
    #two_columns {
        display: none;
    }
    
    .brochura_desdobravel {
        display: none;
    }


  #form {
    font-size: 20px;
  }

  #h2_form {
    font-size: 20px;
  }
}

@media only screen and (max-width: 361px) {
  .left_titles {
    font-size: 35px;
  }
    
  .smallpdf_icon {
    width: 35px;
  }

  .button {
    font-size: 15px;
  }
    
  .smallbutton {
    font-size: 20px;
  }

  .pdf_icon {
    width: 25px;
    margin-left: 
  }


  h4 {
    font-size: 15px;
  }
    
  .blue {
    display: none;
  }
    
  .blueh4 {
    display: none;
    }
    
  .vl {
  border-right: 2px solid #ccc;
  height: 40px;
  margin: 30px -10px 0 10px;
}
    
    #two_columns {
        display: none;
    }
    
    .brochura_desdobravel {
        display: none;
    }

    
    .downloads_flex {
    margin: 0 5% 10px 10%;
  }
}

@media only screen and (max-width: 321px) {
  .desktop {
    display: none;
  }

  .mobile1 {
    display: none;
  }

  .mobile2 {
    display: none;
  }

  .mobile3 {
    display: none;
  }

  .mobile4 {
    display: none;
  }

  .mobile5 {
    display: block;
  }

  h1 {
    font-size: 20px;
  }

  .left_titles {
    font-size: 32px;
  }

  h3 {
    font-size: 30px;
      line-height: 35Px;
  }

  #h2bluebar {
    font-size: 30px;
  }

  #h2blue {
    font-size: 30px;
  }

  .instrucoes {
    width: 90%;
  }

  .title_download {
    font-size: 30px;
  }
    
  #two_columns {
        display: none;
    }
    
    .brochura_desdobravel {
        display: none;
    }

    
  .title_form {
    font-size: 30px;
  }

  #h2_form {
    font-size: 17px;
  }
}



@media not all and (min-resolution:.001dpcm) { 
     @supports (-webkit-appearance:none) {
         .submit-section {
            height: 200px;
        
        }
     }
}

@media (max-width: 800px) {
     .submit-section {
            height: 300px;
        
        }
}



@media (max-width: 400px) {
     .submit-section {
            height: 500px;
        
        }
}


#section1 .field label {
    display: none;
}

#section1 .field input {
    height: 2em;
    padding: 1em;
    background: white;
    border: 0px;
    
}

#section1 .field textarea {
    
    padding: 1em;
    background: white;
    border: 0px;
    
}


#form, #h2_form {
    text-align: center;
    
}
@media (max-width: 800px) {
  .grid form {
    flex-direction: column;
    }  
}


.advantages  {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.advantages .advantage-item {
    width: 50%;
    display: flex;
    padding: 30px 0 20px 15px;

}

.advantages .arrow2 {
    width: 2em;
    height: 2em;
    margin-right: 1em;
}

@media (max-width: 900px) {
    .advantages .advantage-item {
    width: 100%;
 

}
}



@media (min-width: 900px) {
    .left_captions {
       max-width: 50%; 
    }
    
    .right_captions {
    
    padding-left: 40%;
    }
    
    .txtblue-mobile {
        display: none;
    }
    #container3 .grid > div {
    height: 850px;
    display: flex;
    flex-direction: column;
  justify-content: space-between;
}

.left_titles {
    padding-right: 40%;
}

#form, #h2_form{
    text-align: left;
    padding-left: 5em;
}

#container6 #instrucoes {
    width: 650px;
}

#h2blue {
    font-size: 30px;
    line-height: 40px;
}

.not_full_row {
    justify-content: flex-start;
}


#footer2 {
    align-items: flex-end;
}

#container3 .bluetxt {
    min-height: 150px;
}
   
    
}




@media(min-width: 1440px) {
    .downloads_flex {
    min-width: 25% !important;
}

#container6 #instrucoes {
    width: 750px;
}

}


@media(min-width: 1100px) {
    .downloads_flex {
    min-width: 33.33%;
}
#container6 #instrucoes {
    width: 850px;
}

}


@media(max-width: 1099px) {
    .downloads_flex {
    min-width: 50%;
}
}






.container3 .grid div {
    height: 400px;
}





