@media (max-height: 900px){
	ul.contato {
	    margin: 30px 0 155px 0;
	}
}
@media (max-height: 830px){
	ul.contato {
	    margin: 30px 0 121px 0;
	}
}
@media (max-height: 770px){
	ul.contato {
	    margin: 30px 0 96px 0;
	}
}
@media (max-height: 720px){
	ul.contato {
	    margin: 30px 0 65px 0;
	}
}
@media (max-width: 750px){
	#view-full {
	    width: 100%;
	    background-size: cover;
	}
	
	.col-md-6{
		text-align: center;
	}
	.cirlcles{
		display: inline-block;
		height: 660px;
	}
	.cont-right{
		box-sizing: border-box;
		padding: 0 70px;
	}
	.box-buttons, .logo{
		margin: 0 auto;
	}
	p{
		font-size: 20px;
	}
	body {
		overflow-x: hidden;
		overflow-y: auto;
	}
	ul.contato {
	    padding: 0;
	    margin: 0;
	    list-style-type: none;
	    display: inline-block;
	    float: right;
	    margin: 30px 28px 0 0;
	    opacity: 0;
	    width: 100%;
	    margin-bottom: 70px;
	}
	ul.contato li a.ct-whats{
		display: inline;
		font-size: 25px;
	}
	.align-resp{
	    box-sizing: border-box;
	    padding: 0 70px;
	    margin-bottom: 100px;
	    margin-top: 45px;
	}
	.formulario-act{
	    margin-right: 0;
	    width: 555px;
	    line-height: 45px;
	    font-size: 27px !important;
	    margin-bottom: 50px;
	}
	#formulario {
	    position: fixed;
	    height: 100vh;
	    width: 530px;
	}
	#formulario p {
    	font-size: 30px;
    }
    #formulario form input[type=text] {
	    height: 60px;
	    font-size: 22px;
	}
	#formulario form input[type=checkbox] {
	    margin-right: 7px;
	    width: 30px;
	    height: 25px;
	    margin-top: 20px;
	}
	#formulario form input[type=radio] {
		height: 20px;
		width: 20px;
	}
	#formulario form label {
	    font-size: 25px;
	}
	#formulario button {
	    height: 65px;
	    font-size: 27px;
	}
	ul.contato li a.rede {
	    width: 40px;
	    height: 40px;
	    line-height: 38px;
	    font-size: 26px;
	    margin-right: 19px;
	}
	#bg-yellow {
    background-color: #000;
    display: block;
    background-repeat: no-repeat;
    background-position: -807px;
    background-size: cover;
}
#bg-red ul {
    margin-left: 33px;
}
#bg-red a{
	font-size: 27px !important;
	height: 57px;
	line-height: 18px;
	width: 300px !important;
	margin-top: 37px !important;
}
}