html,body{
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    height: 100vh;
    width: 100vw;
    max-width: 100%;
}

html { 
    scroll-snap-type: y proximity;
    font-size: calc(1em + 1vw) 
}


@import url(http://allfont.net/allfont.css?fonts=futura-bold);

@font-face {
    font-family: "gotham-book";
    src: url('ff/gotham-book/Gotham-Book.woff') format('woff'),
         url('ff/gotham-book/Gotham-Book.woff2') format('woff2'),
         url('ff/gotham-book/Gotham-Book.ttf') format('truetype');
    font-weight: normal;
    font-display: swap;
  }

@font-face {
font-family: "gotham-light";
src: url('ff/GothamLight/GothamLight.woff') format('woff'),
        url('ff/GothamLight/GothamLight.eot') format('eot'),
        url('ff/GothamLight/GothamLight.ttf') format('truetype');
font-weight: normal;
font-display: swap;
}

  /* nunito-regular - latin */
  @font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: url('ff/nunito/nunito-v12-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Nunito Regular'), local('Nunito-Regular'),
         url('ff/nunito/nunito-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('ff/nunito/nunito-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('ff/nunito/nunito-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('ff/nunito/nunito-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('ff/nunito/nunito-v12-latin-regular.svg#Nunito') format('svg'); /* Legacy iOS */
         font-display: swap;
  }

h1, h2, h3, .display-3{
    font-family: 'Nunito',Trebuchet MS,Arial,sans-serif;
}

h1, .display-3{font-size: 3.5vw !important;}

#cincobeneficios {font-size: 3vw !important;}

h2{font-size: 2.5vw !important;}

p{
    font-family: "gotham-light", "Noto Sans", "Trebuchet MS",Arial,sans-serif;
    font-size: 0.8em;
    line-height: 2em;
    margin: auto;
    padding: 0 0.8em;
}

section p:nth-child(2){
    margin-top: 20px;
}

.lista{
    font-size: 0.6em; color:white; line-height:normal;
}

.numero{
    color: #912821;
    min-width: 50px !important;
    background-color: white;
    max-height: 50px !important;
    font-family: "gotham-light", "Noto Sans", "Trebuchet MS",Arial,sans-serif;
    text-align: center;
}

.flex-container {
    display: flex;
  }
  
  .flex-container > div {
    margin: 5px;
    padding: 5px;
  }


.full{
    height: auto; min-height: 100vh; width: 100vw;
}

.video{
    border: 0;
}

button { font-size: inherit }
input { font-size: inherit }



.icone-menu{
    height:35px; width:auto;
}

.full .form-group{
    margin-bottom:0.6rem !important;
}

.form-control{
    font-size: 0.6rem !important;
}

input{
    border: 0 !important;
}
.full input{
    border-bottom: 1px #ced4da solid !important;
}


#lateral{
   display:none;
   position: fixed;
   z-index: 100;
   text-align: center;
   margin-right: 0;
   right: 20px;
   bottom: 0;
   background-color:rgb(241, 241, 241);
   width: 350px;
   border-top-left-radius: 20px;
   border-top-right-radius: 20px;
   display:block;
   transition: 1s;
}

#lateral div.topo{
    cursor: pointer;
    background-color: #912821;
    font-size: 0.8em;
    line-height: 60px;
    color: white;
    width: 100%;
    margin: 0;
    height: 60px;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    display: block;
    clear: both;
}

#lateral div.topo:hover, #lateral div.topo:focus, #lateral div.topo:active {
    background-color: #C12821;
    transition: 1s;
}

#titulo-form-flutuante::before{
    content:attr(data-content);
    
}

.btn-vermelho{
    background-color: #912821;
    color: white;
    padding: 0;
    font-size: 30px;
    line-height: 50px;
}

.btn-vermelho:hover{
    background-color: #C12821;
    color: white;
    transition: 1s;
}


#lateral div.corpo{
    height: 390px;

    clear: both;
    padding: 10px;
}


#lateral .form-group{
    margin-bottom:0.4rem !important;
}

#lateral p{
    font-size: 0.45rem;
    color: black;
}

#lateral form input, #lateral button{
    border-radius: 0;
    height: 50px;
    width: 100%;
}

#lateral .botao{
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 5px;
    width: 330px;
}

#lateral button{
    padding: 5px;
    height: auto;
}

#btn-whatsapp{
    background-color: rgb(18,140,126); 
    font-size: 0.5rem; 
    color: white;
}

#btn-whatsapp:hover,.btn-whatsapp:focus,.btn-whatsapp:active{
    background-color: rgb(18,160,146); 
    transition: 0.5s;
}


.display-4 {
    font-size: 30px !important;
}

.container a:hover{
    text-decoration-color: brown !important;
}

.apagado{
    display:hidden;
}

.visivel{
    display:block;
}

#monitoramento{
    background-color: white;
}

#colunas-topo{
    padding: 20px;
}

@media screen and (max-width: 650px) {
    .display-3 {
      font-size: 40px !important;
    }
    .display-2 {
        font-size: 26px !important;
    }
    .display-4 {
        font-size: 30px !important;
    }
    #cincobeneficios {
        font-size: 33px !important;
      }
       
    #monitoramento.full{
        height: auto; min-height: 200px; width: 100vw;
    }

    #monitoramento img{
        width: 100%; max-width: 100%; height: auto;
    }

    #lateral{
        display:none;
    }

}

@media screen and (max-width: 1024px) {
    #monitoramento.full{
        height: auto; min-height: 200px; width: 100vw;
    }
}

@media screen and (min-width: 1024px) {
    #lateral{
        display: block;
    }
    #corpo-form{
        display:none;
    }

    #monitoramento img{
        width: 100%; height: auto;
    }
}

@media (min-width: 992px) { 
    .container{max-width: 70%;}
    #colunas-topo{
        padding: 20px 5px;
    }
}

@media (min-width: 1500px) { 
    .container{max-width: 1140px;}
    #colunas-topo{
        padding: 20px;
    }
}
