body{
    margin: 0;
    font-family: sans-serif;
}

h1, h2, h3{
    margin: 0;
    font-family: sans-serif;
    font-weight: 700;
}

#btn-menu{
    display: none;
}

header{
    background-color: #ffffff;
    font-weight: 600;
}

header label{
    color: #ffffff;
    font-size: 20px;
    display: block;
    padding: 5px 10px;
    width: 20px;
}

header label:hover{
    background-color: #ffcc00;
}

.logo-topo{
	display: none;
}

.menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
	position: absolute;
    background-color: #000000;
    width: 70%;
    flex-direction: column;
    margin-left: -80%;
    z-index: 2;
}

.menu li a{
    color: #ffffff;
    text-decoration: none;
    padding: 15px 20px;
    display: block;
    border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}

.menu li a:hover{
    background-color: #ffcc00;
}

#banner-principal{
        width: 100%; 
        }



/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 100vh;
    display: none;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
    display: none;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
    display: none;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
    display: none;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
    display: none;
}
.hero h1 {
    font-size: 4em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
    display: none;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
    display: none;
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
    display: none;
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #080d15;
    opacity: .1;
    display: none;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
    display: none;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: none;
}
.fade-carousel .slides .slide-1 {
  background-image: url(https://almeidapintura.com.br/imagens/banner/banner1.jpg); 
}
.fade-carousel .slides .slide-2 {
  background-image: url(https://almeidapintura.com.br/imagens/banner/banner2.jpg);
}
.fade-carousel .slides .slide-3 {
  background-image: url(https://almeidapintura.com.br/imagens/banner/banner3.jpg);
}



iframe{
     max-width:  290px;
}

.pg-contato{
    display: flex;
    margin: 40px auto;
    padding: 0;   
    flex-wrap: wrap;
}

.pg-contato p{
    color: #777777;
    align-items: center;
    margin: 10px 0 10px 0;
    padding: 0 40px 0 10px;
    max-width: 550px;
}

.pg-contato strong{
    color: #000000
}

.pg-contato h2 h3{
    align-items: center;
    margin: 10px 0 0 0;
    padding: 0 40px 0 10px;
    max-width: 550px;
}

.form-contato{
    background: #f7f7f7;
    padding: 10px 0 10px 0;
    margin: 10px 0 10px 0;
    border: 1px solid #777777;
    max-width: 100%;
}

.form-contato span{
    font-size: 1.2em;
    color: #000000;
    padding: 0 0 0 3px
}

#botaoevn{
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 1.4em;
    width: 150px;
    background: -webkit-linear-gradient(bottom, #777777, #ffffff 70%);
    background: -moz-linear-gradient(bottom, #777777, #ffffff 70%);
    background: -o-linear-gradient(bottom, #777777, #ffffff 70%);
    background: -ms-linear-gradient(bottom, #777777, #ffffff 70%);
    background: linear-gradient(bottom, #777777, #ffffff 70%);
    text-shadow: 0px 1px 0px #666666;
    text-align: center;
    border: solid 1px #000000;
    border-radius: 5px;
    box-shadow: #666666;
    padding: 10px 20px 10px 20px;
    margin: 0px 0px 0px 0px;
}

#seu-nome{    
    border: 3px solid #cccccc;
    border-radius: 5px;
    margin: 0 0 0 3px;
    width: 250px;
}

#ddd{    
    border: 3px solid #cccccc;
    border-radius: 5px;
    margin: 0 0 0 3px;
    width: 50px;
}

#telefone{    
    border: 3px solid #cccccc;
    border-radius: 5px;
    margin: 0 0 0 3px;
    width: 190px;
}


@media(max-width: 768px){  
    #btn-menu:checked ~ .menu ul{
        margin-left: 0;
    }
}

.videos-novos1-3{
    display: flex !important;
    margin: 0 auto !important;
    width: 80%;
    flex-wrap: wrap;
}

.videos-novos1-3-2{
    margin: 10px;
}

/* novo botão zap */

.btn-container{
    width: 200px;
    position: fixed;
    bottom: 20px;
    right: 25px;
    background: #009900;
    text-align: center;
    border-radius: 25px;
    animation: shadow-pulse 1s infinite;
	transition: transform .2s;
    padding: 5px 0 0 0 !important;
}

.btn-zap-link{
        color: #fff;
        text-decoration: none;
        font-weight: 500;
        font-family: 'Poppins';
        font-size: 0.8em;
}

@media (min-width: 800px){
/* botao zap */
.wptwa-container .wptwa-handler, .wptwa-description{
	background-color: #009900 !important;
}

.wptwa-container .wptwa-handler{
	border-radius: 10px 10px 0px 0px !important;
	padding: 12px 25px;

}

.wptwa-container{
	position: fixed;
	bottom: -20px !important;
}
}


@media (max-width: 768px){
/* botao zap */
.wptwa-container .wptwa-handler, .wptwa-description{
	background-color: #009900 !important;
}

.wptwa-container .wptwa-handler{
	border-radius: 5px !important;
	padding: 14px 15px;

}

.wptwa-container{
	position: fixed;
	bottom: -5px !important;
}
}


/* whatsapp button */


.qlwapp-description{
	font-family: 'Poppins';
	font-size: 0.9em;
}

.qlwapp-description h3{
	font-size: 1.2em;
	font-family: 'Poppins' !important;
	font-weight:700;
}

.qlwapp-container{
	font-size: 0.8em;
	font-weight: 500;
	font-family: 'Poppins';
}

.qlwapp-toggle{
	animation: shadow-pulse 1s infinite;
	transition: transform .2s;
}

@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 255, 0, 0.5);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(0, 255, 0, 0);
		transform: scale(1.05);
  }
	
}

@keyframes shadow-pulse-big
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 255, 0, 0.1);
  }
  100% {
    box-shadow: 0 0 0 40px rgba(0, 255, 0, 0);
  }
}

.btn-container2{
    width: 200px;
    background: #009900;
    text-align: center;
    border-radius: 25px;
    transition: transform .2s;
    z-index: 999 !important;
    padding: 10px 0 10px 0;
    margin: 0px 0 0px 0px !important;
}

.btn-zap-link2{
        color: #fff;
        text-decoration: none;
        font-weight: 500;
        font-family: 'Poppins';
        font-size: 0.8em;
}