/* REPONSIVE - OAWEB SOLUÇÕES TECNOLÓGICAS*/



/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.logo {
    width: 78%;
}	
.banner h1 {
    font-size: 25px;
}
.corpo h1 {
    font-size: 21px;
}
.corpo p {
    font-size: 13px;
}		
.formulario {
    padding: 30px 0;
}	
.macbook {
    bottom: -14px;
}	
	
}

/* Landscape phone to portrait tablet */
@media only screen and (min-device-width : 481px) and (max-device-width : 767px) { 
.logo {
    width: 46%;
    padding: 10px 0;
}
.banner h1 {
    font-size: 25px;
}
.banner {
	min-height: 420px;
}
.mask-banner {
    bottom: -60px;
}	
.mb-5, .my-5 {
    margin-bottom: 10px !important;
}	
.macbook {
    bottom: -154px;
}	
	
	
}


/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 979px) { 


}

/* ipad, tablet */
@media only screen and (min-device-width : 980px) { 


}

/* ipad, tablet */
@media only screen and (min-device-width : 1024px) { 


}
