@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;400&display=swap');

:root {
  --cor-bg1: #105e59;
  --cor-bg2: #54a491;
  --cor-txt1: #fff;
}

body,html{
  font-family: 'Raleway', sans-serif;
  background-color: #ffff;
  color:#7d8180;
  font-size:14px;
}

.main_heading{
  position: relative;
  margin-bottom: 65px;
}

.main_heading::after{
  content: "";
  display: block;
  margin: 20px auto 0;
  width: 80px;
  height: 5px;
  background: var(--cor-bg1);
}

.full{
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}

.top_pag{
  background: url("/img/top_pag1.jpg") no-repeat center bottom;
  background-size: cover;
}

.site-header a{
  color:#545454;
}

.top_pag a{
  color:var(--cor-txt1);
}

h3.painel-title a{
  background:#F4F4F4;
  display: block;
  padding:10px;
  color:#7D8180;
}

h3.painel-title a i{
  float:right;
}

h3.painel-title a .fa::after{
  content:"\f067";
}

h3.painel-title a[aria-expanded=true] .fa::after{
  content:"\f068";
}

.site-header a:hover{
  color:#B9B6BD;
}

.site-header .navbar li .btncadastro, .btn-default{
  color: var(--cor-txt1);
  background: var(--cor-bg1);
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}

.site-header .navbar li .btncadastro:hover {
  color: var(--cor-txt1);
  transition: all .3s ease-in-out;
  background: var(--cor-bg1);
}

.site-header .navbar li .btnentrar{
  color: var(--cor-txt1);
  background: var(--cor-bg2);
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}
.site-header .navbar li .btnentrar:hover {
  color: var(--cor-txt1);
  transition: all .3s ease-in-out;
  background: var(--cor-bg2);
}

.s1 .bRed{
  background:#e5191c;
  color:#fff;
}

.s1 a,.s1 a:hover{
  color:var(--cor-txt1);
  font-size:16pt;
}

.s1 div:nth-child(1){
  position: relative;
}

.s1 .t-banner{
  position: absolute;
  top:25%;
  color:var(--cor-txt1);
  width:45%;
  left:10%;
}

.s2 p, .s2 p strong{
  font-size:18pt;
}

.s2 ul{
  list-style:none;
  font-size:14px;
  margin:0;
  padding: 0
}

.s2 ul li{
  padding:2px 5px;
  font-weight: bold;
}


.s2 li.dest::after{
  content: "";
}

.s2 ul li.dest{
  list-style:circle;
  border-radius:15px;
  background:#105e59af;
  color:#fff;
}

.s2 ul li.dest i{
  display:inline-block;
  height:5px;
  width:5px;
  background:#fff;
  border-radius:5px;
  vertical-align: middle;
  margin-right:5px;
}

.s2 ul li i{
  display:inline-block;
  height:5px;
  width:5px;
  background:var(--cor-bg1);
  border-radius:5px;
  vertical-align: middle;
  margin-right:5px;
}

.categorias ul{
  list-style: none;
  padding:0;margin:0;
}

.categorias li{
  display:inline-flex;
  padding:3px;
}

.categorias li a{
  padding:5px 14px;
  background:var(--cor-bg1);
  border-radius:3px;
  font-size:13pt;
  color:#fff;
}

.categorias ~ h3{
  color: var(--cor-bg1);
  font-weight: bold;
  background: var(--cor-bg2);
  padding: 5px;
  border-radius: 3px;
  box-shadow: 0px 2px 1px 1px #c0c0c0;
  text-align:center;
}

ul.icon_lojas{
  margin: 0;padding: 0;
  list-style: none
}

.icon_lojas li{
  padding:5px;
  width:120px;
  display: inline-flex;
}

.large{
  font-size:20px;
  margin:0 0 10px 0;
  font-weight: bold;
  color:#898989;
}

.s3 ul{
  margin:0;padding:0;
  list-style:none;
}

.s3 li{
  padding:5px 30px;
  display: inline-flex;
}

.s3 li div{
  padding:5px;
  border-radius:15px;
  background:#FFF;
  display: inline-block;
  width:164px;
  height: 85px;
  margin-left: 30px;
}

.s3 li p{
  font-size:14pt;
  line-height: 32px;
}


.s3 li p:nth-child(1){
  color:#105e59af;
}

.s3 li p:nth-child(2){
  color:#e5191c;
}

.s3 li span{
  display: block;
  width:80px;
  height: 85px;
  background-image: url("/img/log-trans.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-top:0px;
  position: absolute;
  margin-left:-30px;
}

.s3 .slidecontainer {
  width: 100%; /* Width of the outside container */
  margin:0 auto;
}

.s3 .slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 25px; /* Specified height */
  background: #105e59af; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 1; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
  border-radius:15px;
}

.s3 .slider:hover,.s3 .slidecontainer .tt.hover{
  opacity: 1;
}

.s3 .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 47px;
  height: 65px;
  background:url("/img/bar1.png") no-repeat center top;
  cursor: pointer;
  border:0;
}

.s3 .slider::-moz-range-thumb {
  width: 49px;
  height: 29px;
  position: absolute;
  background:url("/img/bar1.png") no-repeat center top;
  cursor: pointer;
  border:0;
}

.s3 .slidecontainer div:nth-child(3){
  position: relative;
  top: 0;
  width: 100%;
  text-align: center;
  margin: auto;
  color:#ccc;
  font-size:11px;
}

.s3 .slidecontainer div:nth-child(4),
.s3 .slidecontainer div:nth-child(5){
  width:50%;
  float:left;
}

.s3 .slidecontainer .tt{
  position: relative;
  color:#fff;
  font-size:14pt;
  top:-20px;
  background:var(--cor-bg1);
  width:60px;
  border-radius:8px;
  opacity: 1;
}

.s3 .slidecontainer .tt:before{
  content:" ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: var(--cor-bg1) transparent transparent transparent;
}

.s3 .slidecontainer p{
  font-size:18pt;
  color:var(--cor-bg1);
}

#fretes{
  clear:both;
  padding-top:20px;
}

#fretes .skew{
  background:var(--cor-bg2);
  border-radius:10px;
  padding:20px;
  min-width:240px;
  font-weight: bold;
}

#fretes .skew1 {
  background: var(--cor-bg2);
  border-radius: 10px;
  padding: 20px;
  transition: all 0.2s ease;
  opacity: 0.6;
  transform: scale(1);
}

#fretes .skew1 label{
  display: block;
  font-weight: bold;
}

#fretes .skew1:hover {
  background: #54a491b9;
  opacity: 0.8;
  box-shadow: 0px 3px 1px #000;
  transform: scale(1.05);
}

#fretes input[type="radio"]:checked + .skew1{
  background: var(--cor-bg2);
  transform: scale(1.05);
  box-shadow: 0px 3px 1px #000;
  opacity: 1;
}

#fretes input[type="radio"]:checked+.skew1 label h5 strong i.fa::before {
  content:"\f00c";
  color:#094809
}

.s4 .contNum{
  background:#fc4a1a;
  color:#FFF;
  width:50px;
  font-size:28pt;
  text-align:left;
  border-radius:15px 0 0 15px;
  font-weight: bold;
  line-height: 75px;
}

.s4 .contText{
  padding-top:5px;
  width:100%;
}

.s4 .btncad{
  background: var(--cor-bg2);
  color:var(--cor-bg1);
  position: relative;
  border-radius:0px 15px 15px 0px;
  text-align: center;
}

.s4 .btncad a{
  font-size:12pt;
}

.s4 a{
  border-radius:25px !important;
  font-weight: bold;
}

.s4 p.red{
  color:var(--cor-bg1);
  font-weight: bold;
}

.s5,.s5 p,.s5 p strong{
  background: var(--cor-bg1);
  color:#fff;
}

.s5 h4{
  color:var(--cor-bg1);
  background: var(--cor-bg2);
  padding: 10px;
  border-radius:5px;
}

.s5 h3{
  color:#fff;
}

.s5 span.circ{
  display:block;
  width:40px;height:40px;
  margin:0 auto;
  margin-bottom: 20px;
  background-image:url("/img/box.svg");
}

.s5 div.pont{
  background-image:url("/img/ponto.png");
  background-repeat: repeat-x;
  background-position:25%;
  background-size:9px;
  width:40%;
  height:5px;
  margin-top:8px;
  float:right;
}

.s5 div.pontr{
  background-image:url("/img/ponto.png");
  background-repeat: repeat-x;
  background-position:25%;
  background-size:9px;
  width:40%;
  height:5px;
  margin-top:8px;
  float:left;
}

.footer ul{
  margin:0;
  padding:0;
  list-style:none;
}

.footer .bsocial li{
  display: inline-block;
}

.footer .bsocial .fab {
  color:var(--cor-txt1);
  border-radius:25px;
  font-size:18pt;
  padding:4px 4px;
}

.footer p{
  color:var(--cor-txt1);
  margin:0;
}

.footer a{
  color:var(--cor-bg1);
}

.footer a:hover{
  color:#717070;
}

@media only screen and (max-width:980px){
  .s1 .t-banner{
    width:100%;
    left:0;
  }
  .s1 .t-banner h1{
    font-size:4.5vw;
  }

  .s4 .btncad a{
    font-size:12pt;
    white-space: pre-wrap;
  }
}


@media only screen and (max-width:572px){
  .s4 .btncad{
    left:0;
    width:100%;
    padding:0;
    background: #FFF;
    text-align: center;
    margin-left:-10px;
  }

  .s4 .btncad a{
    font-size:12pt;
    white-space: pre-wrap;
  }

  .s4 .cont3{
    border-radius:15px;
  }

  .s4 .contText{
    top:0;
    line:10px;
  }

  .s4 p.red{
    font-size: 3.5vw;
  }
}


@media only screen and (max-width:340px){
  .s4 .contText{
    padding-top:10px !important;
  }
}
