/* #Tablet (Landscape)
================================================== */

@media only screen and (max-width: 1080px) {

.is-sticky #header,
.is-sticky #hornav {
	position: relative !important;
	width: auto !important;
	top: 0 !important;
	left: 0;
	margin-left: 0;
}
.opinclude{
	padding:40px 50px;
}
.imagemslider{
	min-height:350px;
	background-size:100% 100%;
	background-repeat:no-repeat;
	font-size:40px; 	
}
.primary-container-background .primary-container {width: 100%;}

/* Disable CSS animations */
.animated {
    -webkit-animation-duration: 0;
    animation-duration: 0;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}


}

/* #Tablet (Portrait)
================================================== */
    
@media only screen and (max-width: 959px) {


}

/* #Mobile (Landscape)
================================================== */

@media only screen and (max-width: 767px) {

.carousel-control.right span, .carousel-control.icon-next span {
    right: 20%;
}
.carousel-control.left span, .carousel-control.icon-prev span {
    left: 15%;
}
.opinclude{
	padding:20px 25px;
}
.imagemslider{
	min-height:250px;
	background-size:100% 100%;
	background-repeat:no-repeat;
	font-size:20px; 	
}
.whatsapp {
    top: 60%;
    left: 78%;
}
}

@media only screen and (max-width: 645px) {
    .nomecad{
        width:100%;
    }
    .nickcad{
        width:100%;
    }
    .cpfcad{
        width:100%;
    }
    .fonecad{
     width:50%;
     float:left;
    }
    .celularcad{
     width:50%;
     float:left;
    }
}
/*  #Mobile (Portrait)
================================================== */

@media only screen and (max-width: 440px) {
.opinclude{
	padding:2em 0em;
}
.logradouro{
    width: 100%;
    float: none;
}
.numerocad{
    width:50%;
    float:left;
}
.complemento{
    width:50%;
    float:left;
}
.fonecad{
 width:50%;
 float:left;
}
.celularcad{
 width:50%;
 float:left;
}

.nomecad{
    width:100%;
}
.nickcad{
    width:100%;
}
.cpfcad{
    width:100%;
}
.cepcad{
   width:100%;
   float:left;
}
cidadecad{
    width:80%; 
    float:left;
}
ufcad{
    width:20%; 
    float:left;
}
.imagemslider{
	min-height:100px;
	background-size:100% 100%;
	background-repeat:no-repeat;
	font-size:10px; 	
}
.container.no-padding {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.whatsapp {
    top: 90%;
    left: 78%;
}
}


