/*
* 
* @author Jamilton Damasceno
*/

/* Layout
-----------------------------*/
html,
body {
   height: 100%;
   overflow-x: hidden;
   background-image: url("../imagens/back3.jpg");
   background-repeat: no-repeat;
   background-size: 2500px;
   background-color: #cccccc;
}

div.video>iframe {}

a.banner {
   border-radius: 5px;
}


form.formulario {
   border: 3px solid yellow;
   padding: 15px;
}

body a {
   color: #7297ff;
}

h5 {
   background: #fff;
}

div.caixa2 {
   background-color: rgba(8, 34, 51, 0.5);
   border-radius: 15px;
   /* width: 150%; */
}

.texto {
   text-align: center;
   color: white;
}

.texto2 {
   text-align: center;
   color: white;
   border: 3px solid #ffd904;
   padding: 15px;
   border-radius: 10px;
}


.btn-google-envio {
   color: #ffd904;
   font-weight: bold;
   font-size: 20px;
   display: none;
}

.textoTermo {
   line-height: 1;
   font-size: 12px;
}


/*
   Celulares pequenos	576px
   Celulares grandes	768px
   Tablets	992px
   Desktops pequenos	1200px
   Desktops grandes	>1200px
*/

@media (max-width: 576px) {
   .texto {
      text-align: center;
      color: white;
      font-size: 16px !important;
   }

   .texto2 {
      text-align: center;
      color: white;
      border: 3px solid #ffd904;
      padding: 15px;
      border-radius: 10px;
      font-size: 16px !important;
   }

   .texto-novo {
      font-size: 16px !important;
   }
}

@media (max-width: 768px) {
   .texto {
      text-align: center;
      color: white;
      font-size: 16px !important;
   }

   .texto2 {
      text-align: center;
      color: white;
      border: 3px solid #ffd904;
      padding: 15px;
      border-radius: 10px;
      font-size: 16px !important;
   }

   .texto-novo {
      font-size: 16px !important;
   }
}

@media (max-width: 992px) {
   .texto {
      text-align: center;
      color: white;
      font-size: 16px !important;
   }

   .texto2 {
      text-align: center;
      color: white;
      border: 3px solid #ffd904;
      padding: 15px;
      border-radius: 10px;
      font-size: 16px !important;
   }

   .texto-novo {
      font-size: 16px !important;
   }
}

@media (max-width: 1200px) {
   .texto {
      text-align: center;
      color: white;
      font-size: 18px !important;
   }

   .texto2 {
      text-align: center;
      color: white;
      border: 3px solid #ffd904;
      padding: 15px;
      border-radius: 10px;
      font-size: 18px !important;
   }

   .texto-novo {
      font-size: 20px !important;
   }
}

@media (min-width: 1201px) {
   .texto {
      text-align: center;
      color: white;
      font-size: 18px !important;
   }

   .texto2 {
      text-align: center;
      color: white;
      border: 3px solid #ffd904;
      padding: 15px;
      border-radius: 10px;
      font-size: 18px !important;
   }

   .texto-novo {
      font-size: 20px !important;
   }
}