@import url('../../res/css/navegacao-portais.css');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700&display=swap');
@import url('https://unpkg.com/aos@next/dist/aos.css');
@import url('../fonts/modica/modica.css');
@import url('../../res/css/form.css');
 
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Smooth Scrolling */
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
 

html,
body {
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  padding-top: 150px;
  background: #000;
  font-family: 'Modica' 'Source Sans Pro';
  font-size: 1.2rem; 
  font-style: normal;
  font-weight: 400;
  color: #303D42;
}



progress {
  position: fixed;
  top: 0px;
  left: 0;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 2px;
  border: none;
  background: transparent;
  z-index: 99999;
}

progress::-webkit-progress-bar {
  background: transparent;
}

progress::-webkit-progress-value {
  background: linear-gradient(to left, #ff0000, #FFBA3A, #ee5118, #980808, #E01915, #FFBA3A);
  background-attachment: fixed;
}

progress::-moz-progress-bar {
  background: linear-gradient(to left, #ff0000, #FFBA3A, #ee5118, #980808, #E01915, #FFBA3A);
  background-attachment: fixed;
}

.fixed-top {
  margin-top: 30px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Modica Ultra' 'Source Sans Pro';
  font-weight: 900;
  text-transform: uppercase
}

strong{
  font-weight: 700;
}

 

/* NAVBAR */
.bg-dark {
  background-color: #111111!important;
  
  }

.nav-link { 
  font-family: 'Modica' 'Source Sans Pro'; 
  text-decoration: none;
  font-weight: 400; 
  font-size: 1.5rem;
  text-align: center;
}

.nav>li { padding: 5px 0 }
 
header {
  margin-top: 90px;
}

 a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
 }

 
/* .main-tool-bar {
  height: 150px; 
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  transition: ease 0.4s;
}
.main-tool-bar--scrolled {
  height: 75px;
  background-color: #303D42;
} */
 

/*FORMS*/

.btn-rounded {
  /* margin: 0 30px; */
  border-radius: 30px !important;
  /* outline: 1px dashed #000; */
  /* outline-offset: 10px;    */
}
 
.btn-contratar {
  font-family: 'Modica' 'Source Sans Pro';    
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  margin: 0 auto !important;
}


.btn-primary {
  color: #efeeee;
  background-color: #A59B91;
  border-color: #A59B91;
  font-family: din-2014, sans-serif;
font-weight: 800;
  text-transform: uppercase
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #E5DCCE !important;
  border-color: #E5DCCE !important;
  color: #303D42;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #A59B91;
  border-color: #A59B91;
}


.badge-primary {
  color: #303D42;
  background-color: #E5DCCE;
  border-color: #E5DCCE;
}

/* BTN REDEFINIR COOKIES */
.btn-revoke {
  position: relative!important;
  right: auto;
  left: revert !important;
  color: #EFEEEE;
  padding: 2px 6px !important;
  margin: 0 auto !important;
  text-transform: uppercase;
  font-size: 12px;
  background-color: transparent;
  border-color: transparent;
  bottom: 0;
}

.btn-revoke:hover {
  background-color: #EFEEEE;
  border-color: #EFEEEE;
}
 
/*
Back to top button 
*/
#scroll-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  margin: 0;
  text-decoration: none;
  z-index: 999999;
}
#scroll-top button {
  width: 50px;
  height: 50px;
  outline: none;
  cursor: pointer;
  border-radius: 100%;
  border: solid 5px #FFEBEE50;
  background-color: #EC792799;
  color: #fff;
  box-shadow: 0 0 1px #333;
  display: block;
  font-family: tahoma;
  font-size: 11px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

#scroll-top button:hover {
  background-color: #EC792750;
  border: solid 5px #FFEBEE50;
}
        
section {
  scroll-margin-top: 170px;
  
  /* min-height: 80vh; */
  display: flex;
  /* justify-content: center;
  align-items: center; */
}
 


#sobre  {
  /* min-height: 50vh !important; */
  padding: 40px 10px;
  font-size: 1.4rem !important;
  line-height: 2.4rem;
  color: #efeeee;
  background-color:#251507;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .3) inset;

}

#etapas {
  padding: 40px 0;
  color: #000;
  background-color: #FFB400;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .3) inset;
}

.etapa-01, .etapa-02, .etapa-03, .etapa-04, .etapa-05, .etapa-06, .etapa-07, .etapa-08 {
  position: relative;
  display: inline-block;
  width: 45%; 
  text-align: center; 
   cursor: pointer;
}

.modal-dialog {
  padding-top: 46px
}

 .modal-title{
line-height: 1.2rem;
}

 .modal-content {
  border-radius: 30px !important;
  background-color: #EFEEEE;
}

.modal-header {
  
  padding: 1rem 2.5rem;
}
 
 .modal-body {
  padding: 1rem 2.5rem 3rem;
}

.modal-body a {
  word-break: break-all;
}

#cases  {
  padding: 80px 0;
  color: #efeeee;
  background-color: #000000
}

#cases .owl-nav { display: none;}
 
#agenda {
  padding: 80px 0;
  color: #efeeee;
  
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .5) inset; 
  background-color: #9C1700;
}

.caminhao {
  position: absolute;
  left: 0;
  width: 50vh;
}

#faq  {
  padding: 80px 0;
  color: #efeeee;
  background-color: #000000
}

#faq .card-header{
  border-radius: 30px;
}

.btn-cor-1 {
  color: #ffffff75 !important; 
  background-color: #ff000050 !important;
}
.btn-cor-1.active {
  color: #ffffff !important; 
  background-color: #ff0000 !important;
}

.btn-cor-2 {
  color: #11111175 !important;
  background-color: #FFB40050 !important;
}
.btn-cor-2.active {
  color: #111111 !important;
  background-color: #FFB400 !important;
}

#agenda .table-ciesp .active {
  color: #fff;
  background-color: #ff0000;
}



.table tbody tr:hover {
  color: #fff;
  background-color: #ff0000;
  cursor: pointer;
  }

  .table th:first-child {
    width: 32%; 
  }

  /* .table td {
    text-transform: capitalize;
  } */

.calendario {
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
  background-color: #e3e3e3;
   
}
.data {
  display: block;
  color: red;
  font-weight: 200;
  font-size: 4.5rem;
  line-height: normal;
  text-transform: uppercase;
}

.mes {
  text-transform: uppercase;
}

.modal-body a{
  color: #cc0000;
  font-weight: 700;
}

#mapa-ciesp .cidade {
  cursor: pointer;
  fill: #00ff33;
  box-shadow: 0px 0px 10px 1px #00ff33;
}

#mapa-ciesp .cidade:hover,
#mapa-ciesp .cidade-ok:hover {
  fill: #ffdd00 !important;
  box-shadow: 0px 0px 10px 1px #FFB400;
}
.cidade-ok {
  fill: #fff !important ;
  cursor: default !important;
}
.cidade-on {
  fill: #ffdd00 !important;
}

.cidade-off {
  fill: #606060 !important;
  cursor: default !important;
}



.agenda-cidades {
  min-height: 400px;
  height: 60vh;
  overflow-y: auto;
}



#contato  {
  padding: 80px 0;
  color: #000;
  background-color: #FFB400;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .5) inset;
}

.btn-contato {
  font-family: 'Modica' 'Source Sans Pro';    
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  text-transform: uppercase;
  color: #fff !important;
  border: none;
  background-color: #cc0000;
}

      


/* ######### FOOTER ######### */ 

footer {
 padding: 50px 0 0;
  color:#ffffff;
  background-color: 0;
}
/* FIM FOOTER */

/* FORMULÁRIO */
#form {
  padding: 60px 0;
  background-color: #efeeee;
} 

#form .text-primary {
  color: #cc0000 !important;
}



/* 
########################################
RESPONSIVO
########################################
*/

@media (min-width: 576px) {

  header {
    margin-top: 0px;
  }
}

@media (min-width: 768px) {

  .btn-revoke {
    position: absolute !important;
    right: 100px;
    left: revert !important;
    color: #EFEEEE;
    padding: 2px 6px !important;
    margin: 0 !important;
    text-transform: uppercase;
    font-size: 12px;
    background-color: transparent;
    border-color: transparent;
  }

  

  .btn-revoke:hover {
    background-color: #EFEEEE;
    border-color: #EFEEEE;
  }

  .nav-link { 
    font-family: 'Modica' 'Source Sans Pro'; 
    text-decoration: none;
    font-weight: 400; 
    font-size:inherit;
  }
 

  /* #sobre  {
     height: 20vh;
    padding: 40px 0;
    font-size: 2rem;
    color: #efeeee;
    background-color:#251507;
    justify-content: center;
    align-items: center;
  } */


}




@media (min-width: 992px) {
  .btn-contratar {
    margin: 0 30px !important;
  }
  #sobre {
    min-height: 80vh;
    background-image: url(../images/bg-garrafas.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
  }

  /* #etapas {
    min-height: 50vh;
  } */
  #agenda {
    padding: 80px 0;
    color: #efeeee;
    
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .5) inset;
    background: url(../images/caminhao.jpg) no-repeat bottom left;
    background-size: 50vh;
    background-color: #9C1700;
  }

  /* BTN REDEFINIR COOKIES */
  

  /* NAV */
  .nav>li>a {
    font-size: 14.5px;
    padding: 18px 8px;
  }

  /* FOOTER */
  #footer .nivel4 {
    background-color: #B70407;
    text-align: center;
    height: 45px;
  }
   
  #etapas {
    padding: 80px 0;
    
    
  }

  .etapa-01, .etapa-02, .etapa-03, .etapa-04, .etapa-05, .etapa-06, .etapa-07, .etapa-08 {
    position: absolute;
    width: auto;
    
  }

  .etapa-02 {
    top:50px;
    left: 150px;
  }

  .etapa-03 {
    left: 300px;
  }

  .etapa-04 {
    top:50px;
    left: 450px;
  }

  .etapa-05 {
    top:190px;
    left: 75px;
  }

  .etapa-06 {
    top:250px;
    left: 220px;
  }

  .etapa-07 {
    top:180px;
    left: 350px;
  }

  .etapa-08 {
    top:270px;
    left: 500px;
  }
}


@media (min-width: 1200px) {
 
/* NAV */
  .nav>li>a {
    font-size: 16px ;  
    padding: 18px 15px;
  }
}

.video-principal {
  max-width: none !important;
  height: 75vh;
}
