

input {
    width: 100%;
    border-radius: 100px;
    height: 40px;
    border:  #1070AE 3px;
    padding-left: 39px;
    color: #1070AE;
    font-size: 20px;

}

/*/////FAMÍLIA DE CORES //////*/
.cor-vermelha {
    color: #c1272d
}

.botao-busca .lupa,
.cor-azul {
    color: #1070ae
}


.cor-azul-claro {
    color: #DEEFF1;
}

.cor-cinza {
    color: #b8cbd9;
}

.botao-padrao,
.cor-escura {
    color: #333333 !important;
}

.botao-secundario,
.fundo-vermelha {
    background-color: #c1272d
}

.botao-principal,
.fundo-azul {
    background-color: #1070ae
}

body,
.fundo-azul-claro {
    background-color: #DEEFF1;
}

.botao-padrao,
.fundo-cinza {
    background-color: #b8cbd9;
}


.fundo-escuro {
    color: #333333;
}
/*/////FAMÍLIA DE TEXTOS //////*/
h1 {
    font-size: 30px;
    font-weight: bold;
}

h2 {
    font-size: 15px;
    font-weight: 400;
}


/*/////FAMÍLIA DE BOTOES //////*/

.botao-secundario,
.botao-principal,
.botao-padrao,
.botao {
    position: relative;
    font-size: 14px;
    height: 45px;
    border: none;
    border-radius: 45px;
    color: white;
    padding-left: 15px;
    padding-right: 15px;
}


/*///// ESTRUTURA //////*/

body.ativar-rolamento {
    overflow-y: visible;
}

body {
    margin: 0px;
    width: 100%;
    overflow: hidden;
    font-family: 'Nunito', sans-serif;
}

header, footer {
    height: 15vh;
}

header {
    padding-left: 5vh;
    padding-right: 5vh;
}

footer {
    align-items: flex-end;
}

main {
    height: 100vh;
}

body.ativar-rolamento main {
    height: auto;
    padding-top: 35vh;
    padding-bottom: 15vh;
}


body.ativar-rolamento footer,
body.ativar-rolamento header{
    position: fixed;
    z-index: 99;
    right: 0;
    left: 0;      
}

body.ativar-rolamento footer{
    bottom: 0px;
}


/*///// @TODO organizar //////*/


#v-line {
    border-right: 2px solid #1070ad;
    height: 45px;
    left: 3px;
}


input {
    width: 100%;
    border-radius: 100px;
    height: 40px;
    border:  #1070AE 3px;
    padding-left: 39px;
    color: #1070AE;
    font-size: 20px;
    background-color: #DEEFF1;

}


.separador {
    height: 15vh;
}

footer {
    font-size: 16px;
    color: #3a3a3a;
}



.lista-horizontal ul {
    list-style-type: none;
}



.lista-horizontal li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.lista-horizontal li:not(:last-child) {
    border-right: #1070ad solid 2px;
}


.botao-busca .lupa {
    position: relative;
    top: -48px;
    right: 15px;
    float: right;
    background: none;
    font-size: 25px;
    border: none;
}

.form-control {
    border-radius: 45px;
}

/*// CONFIGURAÇAO "SOBRE"//*/

.tipSobre {
    background-size: cover;
    background-position: center;
    position: left;
  }
  
  .tipSobre::before,
  .tipSobre::after {
    --scale: 0;
    --arrow-size: 0px;
    --tooltip-color: #b8cbd9   ;
  
    position: absolute;
    top: -.25rem;
    left: 50%;
    transform: translateX(-50%) translateY(var(--translate-y, 0)) scale(var(--scale));
    transition: 150ms transform;
    transform-origin: bottom center;
  }
  
  .tipSobre::before {
    --translate-y: calc(-100% - var(--arrow-size));
  
    content: attr(data-tooltip);
    color: black;
    font-size: smaller;
    padding: .5rem;
    border-radius: .3rem;
    text-align: center;
    width: 400px;
    max-width: 100%;
    background: var(--tooltip-color);
  }
  
  .tipSobre:hover::before,
  .tipSobre:hover::after {
    --scale: 1;
  }
  
  .tipSobre::after {
    --translate-y: calc(-1 * var(--arrow-size));
  
    content: '';
    border: var(--arrow-size) solid transparent;
    border-top-color: var(--tooltip-color);
    transform-origin: top center;
  }

/*// CONFIGURAÇAO "COMO FUNCIONA" //*/

.tipComo {
    background-size: cover;
    background-position: center;
    position: left;
  }
  
  .tipComo::before,
  .tipComo::after {
    --scale: 0;
    --arrow-size: 0px;
    --tooltip-color: #b8cbd9   ;
  
    position: absolute;
    top: -.25rem;
    left: 50%;
    transform: translateX(-50%) translateY(var(--translate-y, 0)) scale(var(--scale));
    transition: 150ms transform;
    transform-origin: bottom center;
  }
  
  .tipComo::before {
    --translate-y: calc(-100% - var(--arrow-size));
  
    content: attr(data-tooltip);
    color: black;
    font-size: smaller;
    padding: .5rem;
    border-radius: .3rem;
    text-align: center;
    width: 400px;
    max-width: 100%;
    background: var(--tooltip-color);
  }
  
  .tipComo:hover::before,
  .tipComo:hover::after {
    --scale: 1;
  }
  
  .tipComo::after {
    --translate-y: calc(-1 * var(--arrow-size));
  
    content: '';
    border: var(--arrow-size) solid transparent;
    border-top-color: var(--tooltip-color);
    transform-origin: top center;
  }
