.header{
    background-color: #000000;
    font-weight: 600;
}

.logo-mobile{
	display: none;
}

.topo {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    background: #ffcc00;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000

}

.topo-amarelo {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 411px;
    background: #ECAD00;
    border-bottom: 1px solid;
}

.bg-banner{
    align-items: center;
    text-align: center;
}

#btn-menu{
    display: none;
}

header label{
    display: none;
}

div label{
    display: none;
}



.menu-dele{
	margin: 0 auto;
	padding: 10px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.menu-logo{
	margin: 0 20px;
}

.menu{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
	font-size: 1em;
    text-transform: uppercase;
}

.menu ul{
	margin: 0 auto;
	padding: 0;
    list-style: none;
	display: flex;
}

.menu li a{
    color: #000000;
    text-decoration: none;
    padding: 15px 20px;
    margin: 0 10px;
    padding: 10px 20px;
}

.menu li a:hover{
    background-color: #ffcc00;
}

/*
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;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          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,1);
      -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);
    background-color: #000000;
    max-height: 200px;
    padding: 10px 0;
    opacity: 0.7;
}
.hero h1 {
    font-size: 3em;    
    font-weight: bold;
    margin: 20px 20px;
    padding: 0;
}

.hero h3 {
    font-size: 1.2em;    
    margin: 0px 0 20px 0;
    padding: 0;
}

.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; 
}
.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;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .1;
}

/********************************/
/*          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;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4{    
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.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/banner6.jpg);
}
.fade-carousel .slides .slide-4 {
  background-image: url(https://almeidapintura.com.br/imagens/banner/banner5-1.jpg);
}


/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}

@import url(https://fonts.googleapis.com/css?family=Quicksand:400,300);
body{
    font-family: 'Quicksand', sans-serif;
}
.gal-container{
	padding: 12px;
}
.gal-item{
	overflow: hidden;
	padding: 3px;
}
.gal-item .box{
	height: 350px;
	overflow: hidden;
}
.box img{
	height: 100%;
	width: 100%;
	object-fit:cover;
	-o-object-fit:cover;
}
.gal-item a:focus{
	outline: none;
}
.gal-item a:after{
	content:"\e003";
	font-family: 'Glyphicons Halflings';
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
	opacity: 1;
}
.modal-open .gal-container .modal{
	background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
	padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
	outline: none;
}
.modal-open .gal-item button.close span{
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow:none;
}
.gal-container .modal-dialogue{
	width: 80%;
}
.gal-container .description{
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: left;
}
.gal-container .description h4{
	margin:0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
}

.container32{
    max-width: 773px;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
}
/* Footer Style */
i.red{
    color:#BC0213;
}
.gal-container{
    padding-top :75px;
    padding-bottom:75px;
}
footer{
    font-family: 'Quicksand', sans-serif;
}
footer a,footer a:hover{
    color: #88C425;
}

iframe{
     max-width:  550px;
}

.flex{
     display: flex;
    justify-content: space-between;
}

.pg-contato{
    display: flex;
    margin: 40px auto;
    padding: 0;    
    justify-content: space-between;
}

.pg-contato p{
    font-size: 1.2em;
    color: #777777;
    align-items: center;
    margin: 10px 0 0 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;
}

.pg-contato h4{
    font-size: 1.2em;
}

.form-contato{
    background: #f7f7f7;
    padding: 20px;
    border: 1px solid #777777;
}

.form-contato span{
    font-size: 1.2em;
    color: #000000;
    
}

#botaoevn{
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 1.4em;
    width: 180px;
    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;
}

#ddd{    
    border: 3px solid #cccccc;
    border-radius: 5px;
}

#telefone{    
    border: 3px solid #cccccc;
    border-radius: 5px;
}

.mob{
    display: none;
}

.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;
    z-index: 999 !important;
    padding: 5px 0 0 0;
}

.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 5px 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;
}