
* {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: block;
}

[class*="col-"] {
  float: left;
  padding: 0px;
}

html {overflow-x: hidden;}

body { 
  margin: 0px;
}

body img { border: 0}

body a {
    text-decoration: none; color: #38707d;
}
html {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

pre {
  font-family: inherit;
  font-size: 16px;
  width: 100%;
  overflow: auto;
  padding: 10px;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */

  border-radius: 5px;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.header {
  background-color:white;
  color: #294294;
  padding-left: 15px;
  font-size: 30px;
  height: 160px;
  vertical-align: middle;
    
  }

  

  .links-logados {
    float: right; 
    margin-right: 2%;
    text-align: center;
    width: auto;   
    height: auto;
    padding-right: 30px; color:#294294;    
    font-weight: bold;
    padding-left: 20px; 
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 10px; 
    margin-bottom: 2px;
    font-size: 14px;
    background-color: #F7F7F7;
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
    border-radius: 3%;
    margin-top: -2px;
  }
  .links-logados a { color: #294294; padding-top: 0px;}

  .links-logados a:hover {
    font-weight: bolder;    
    color: #f18b43;
  }

  .menu {
    text-align: right;
    float: right;
    vertical-align: middle;
  }
  .menu ul {
    list-style: none;
    padding-top: 30px;
    padding-right: 30px;
  }

  .menu li {
    padding-left: 20px;
    display: inline;
  }

  .menu li a {
    color: #294294;
    text-decoration: none;
  }

  .menu li a:hover {
    color: #f18b43;
  }

  .ativo a { color: #f18b43; }

  

  #form-container {
    width: 400px;
    height: 500px;
    padding: 115px;
    padding-top: 60px;
    padding-left: 92px;
    background-color: #F7F7F7;
    border-radius: 2%;
    position: relative;
  }

  #form-container img {width: 180px;}

  .hide-div {
    position: absolute; top: 5px; right: 15px; cursor: pointer; font-weight: bold; font-size: 16px;

  }

  #login-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  form       /* Input styles */
  input, textarea {
    width: 30ch;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    resize: vertical;
  }

  /* Submit button styles */
  form input[type=submit] {
    width: 200px;
    background-color: #6b4290;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }

  #teste {
    font-size: 21px;
    padding: 100px;
    padding-top: 50px;
    text-align: justify;
    height: 503px;
  }

  #teste a {
    color: #f18b43;   
  }

.especialistas {
    float: left; 
    margin-top: 10px;

    width: 70%; 
    height: 450px; 
    box-shadow: 1px 2px 2px 3px #ccc;
    padding: 20px;
    border-radius: 5px;

}

#segunda {background-color: #e7e7e7; height: 350px; color: #38707d; padding: 0px;}


#busca {  
    margin: 0;    
    width: 100%; 
    height: 430px; 
    padding: 0px;
    background-color: #eee;
}

#opcoes {
  width: 100%; background-color: #6c4190; height: 560px;
  padding-top: 60px;
  background-image: linear-gradient(#e7e7e7, #f18b43);
}
#opcoes h2 {color: #38707d;}

#setaltura {
   height: 400px;
}

#terceira {
  background-color: #f18b43; height: 400px; color: white; padding: 100px; padding-right: 20%; font-size: 21px;
}

select {

    /* border: none;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    */
    border-radius: 10px;
    margin: 0;
    width: 450px;
    padding: 10px;
    font-size: 20px;
    color: #294294;
}

button { margin-left: 20px; color: white; background-color: #6b4290; padding: 10px; }
button:hover { margin-left: 20px; color: #6b4290; background-color: white; padding: 10px; }

.button {
  background-color: #38707d;
  border: 1px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 10px;  
}

.conversa {
  color: #fff;
  margin-bottom: 0px;  
  height: 300px;
  padding: 50px;
  padding-left: 13%;
  padding-right: 13%;  
  font-size:16px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}


#img-conversa {
  border-radius: 5%;
  float: left;
  width: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
    
}
  

.elementor-icon-list-items {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  list-style: none;
    width: 97%;
  padding-top: 0px;  
  font-weight: bold;
}
.elementor-icon-list-item {
  padding: 20px;
  padding-top: 10px;
}

.elementor-icon-list-item a {
    color: #f18b43;
}
.motivos {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;  
  font-size: 21px;    
}

.aside {
  background-color: #38707d;
  padding: 0px;
  color: #ffffff;
  text-align: center;
  height: 503px;
  /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
}



.footer {
  background-color: #38707d;
  color: #ffffff; 
  text-align: center;
  font-size: 12vh;
  padding: 5px;
}

#conteudo-footer {
  padding: 30px;
  padding-top: 30px;
    
}

#conteudo-footer a { color: #f18b43;}

#imagem-rodape img {
    max-width: 350px; 
    margin-top: 20px;
    padding-top: 200px;
  }

  
  #links-rodape {
    font-size: 9px;
    
  }
  
  #links-rodape a {
    color: #F7F7F7;
    
  }

  #links-rodape p {
    font-size: 10px;
  }
  

.logos { padding-left: 15%}
.logos img { margin-right: 20px; padding-top: 50px; }

/* For desktop: */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}




    /* Define o estilo dos 4 textos/notícias anteriores na capa */
        /* Main container style */
        #main-container {
          width: 80%;
          min-height: 500px;
          margin: 0 auto;
          
          
          padding-top: 60px;
          padding-left: 3%;
          margin-bottom: 40px;
          
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-gap: 1em;
                    
        }
    
        /* Column style */
        .column {
          flex: 1;
          text-align: justify;
          padding: 20px;
        }
        .column h1 {
          font-size: 30px;
          color:#38707d;
          text-align: left;

        }
    
        /* Image style */
        .column img {
          max-height: 180px;
          max-width: 200px;
          margin-right: 20px;
          
        }


@media screen and (min-width: 570px) and (max-width: 1100px) { 

  .column img {
    margin-right: 100%;
  }
}

@media screen and (min-width: 870px) and (max-width: 1700px) { 
  #teste {
    font-size: 18px;
    padding: 50px; 
    height: 503px;  
  }


  .header img {
      width: 380px;
  }

  

  .column h1 {
    text-align: left;

  }

  .menu {
    text-align: left;

  }
  .menu li {
    font-size: 18px;  
    font-weight: bold; 
  }
  .menu ul {
    padding-top: 20px;
    padding-left: 0px;
  }
  
  .conversa { font-size: 15px;  height: auto; }

  #terceira {
    font-size: 18px;
    padding: 50px;
    
  }

  .textos img {width: default}

    /* For mobile phones: 
    [class*="col-"] {
    width: 100%;    
  } */

}



@media screen and (min-width: 550px) and (max-width: 870px) { 
  body {
    font-size: 16px;
  }  
  #teste {
    font-size: 14px;
    padding: 50px;
    height: auto;
    
  }


  .header img {
      width: 380px;
  }

 
  .menu {
    text-align: left;

  }
  .menu li {
    font-size: 16px;   margin-bottom: 10px; 
    font-weight: bold; 
  }
  .menu ul {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }


  
  .especialistas {
      margin-left: 0;
      width: 100%;
  }

  .conversa { font-size: 14px; }

      .column {
        text-align: justify;
      }
      
  /* Image style */
        .column img {
          max-height: 180px;
          max-width: 200px;
          clear: both;
          margin-right: 100%;
        }

        .column h1 {
          text-align: left;
          
  
        }        

  #setaltura { height: auto; }

  #terceira {
  padding: 50px;
  font-size: 14px;
  height: auto;
}

  #busca {
    height: 590px;
  }

  #iframe {min-height: 480px;}


  .textos img {
       max-width: 100%;
  }
  
  #imagem-rodape img {
    max-width: 350px; 
    margin-top: 0px;
    padding-top: 0px;
  }

  
  .elementor-icon-list-items {
    font-size: 14px;
  }

  select {

    /* border: none;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    */
    border-radius: 10px;
    margin: 0;
    width: 270px;
    padding: 10px;
    font-size: 12px;
    color: #6b4290;
}
  
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;    
  }

  

    /* Define o estilo dos 4 textos/notícias anteriores na capa */
        /* Main container style */
        #main-container {
          width: 100%;
          font-size: 14px;
                    
        }


        /* .extra { display: none; } */
}




@media screen and (min-width: 1px) and (max-width: 550px) { 
  body {
    font-size: 16px;
  }  
  #teste {
    font-size: 14px;
    padding: 50px;
    height: auto;
    
  }


  .header img {
      width: 380px;
  }

  .links-logados a { font-size: 11px;}

  .links-logados a:hover {
    font-weight: bolder;    
    color: #f18b43;
  }


  .menu {
    text-align: left;

  }
  .menu li {
    font-size: 12px;   
    font-weight: bold; 
  }
  .menu ul {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 20px;
    margin-top: 0px;
  }


  .especialistas {
      margin-left: 0;
      width: 100%;
  }

  .conversa { font-size: 14px; }


  #setaltura { height: auto; }

  #terceira {
  padding: 50px;
  font-size: 14px;
  height: auto;
}

  #busca {
    height: 590px;
  }

  #iframe {min-height: 480px;}

  .back { font-size: 5px;}
  .conversa h1 { margin-top: 200px; }

  .textos img {
       max-width: 100%;
  }
  
  #imagem-rodape img {
    max-width: 350px; 
    margin-top: 0px;
    padding-top: 0px;
  }

  
  .elementor-icon-list-items {
    font-size: 14px;
  }

  select {

    /* border: none;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    */
    border-radius: 10px;
    margin: 0;
    width: 270px;
    padding: 10px;
    font-size: 12px;
    color: #6b4290;
}
  
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;    
  }


    /* Define o estilo dos 4 textos/notícias anteriores na capa */
        /* Main container style */
        #main-container {
          width: 100%;
          font-size: 14px;
          grid-template-columns: none;
          grid-template-columns: 1fr;
          overflow-x: auto;
                    
        }
/* apaga as notícias que têm classe extra
    .extra { display: none; } sdajksdjaskdjaksjkdajskjdkasjkd
    .extra { display: none; }
    */


    #botao-horarios { 
      width: auto; background-color: #6b4290; height: auto; margin: 2px; width: 80%; font-size: 11px;
    } 

    /* Define o estilo dos 4 textos/notícias anteriores na capa */
        /* Main container style */
        #main-container {
          width: 90%;
          min-height: 300px;
          margin: 0 auto;
          
          
          padding-top: 100px;
          padding: 3%;
          
          
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            overflow-x: hidden;
            grid-gap: 1em;
                    
        }


      .column img {
        clear: both;
        margin-right: 100%;
      }

      
      


      .column h1 {

                text-align: left;

      }

}





