@import url('https://fonts.googleapis.com/css?family=Dosis:200,400,600,700');

body {
	font-family: 'Dosis', sans-serif;
	overflow-x: hidden;
}

header.imp-hd {
	width: 100%;
	float: left;
	background: #1A2837;
}

header.imp-hd div.frase-topo {
    float: left;
    left: 3%;
    top: 9%;
    position: absolute;
}

header.imp-hd div.frase-topo h3 {
    color: #FFF;
    font-weight: 100;
    font-size: 2.7vw;
    line-height: 1.4;
}

header.imp-hd div.frase-topo h3 b {
	color: #27C4C7;
}

header.imp-hd div.frase-topo h3 img {
	float: right;
	width: 9vw;
}

header.imp-hd div.img-bg {
	float: left;
	width: 100%;
}
header.imp-hd div.img-bg img {
	max-width: 100%;
}

header.imp-hd div.frase-meio {
    float: left;
    width: 100%;
    margin-top: 35px;
    text-align: center;
    padding: 0px 50px;
}

header.imp-hd div.frase-meio p {
    color: #fff;
    font-size: 2.4vw;
    font-weight: 100;
}

header.imp-hd .text-bt {
    width: 100%;
    float: left;
    margin-bottom: 9px;
    margin-top: 15px;
}

header.imp-hd div.button-qr {
	width: 440px;
	margin-left: auto;
	margin-right: auto;
}

header.imp-hd div.button-qr button {
    width: 100%;
    padding: 11px 0px;
    font-size: 29px;
    color: #FFF;
    background: #5EB902;
    border: 0px;
    border-radius: 8px;
}

header.imp-hd .text-bt-2 {
    width: 100%;
    float: left;
    margin-bottom: 55px;
    margin-top: 15px;
}

header.imp-hd div.button-qr-2 {
	width: 100%;
	text-align: center;
}

header.imp-hd div.button-qr-2 p {
    color: #FFF;
    font-size: 21px;
}

section.text-body {
    float: left;
    width: 100%;
    padding: 36px 12%;
    font-size: 2vw;
    text-align: center;
}

section.recursos {
	float: left;
	width: 100%;
}

#bart:after {
	content: "R$ 990,00 em até 12x" !important;
}

section.recursos div.left-rec {
	width: 50%;
	float: left;
	background: #167ac6;
	min-height: 200px;
	text-align: center;
}

section.recursos div.left-rec h3 {
	text-align: center;
	color: #FFF;
	margin-top: 15px;
	font-size: 53px;
}

section.recursos div.left-rec div.video-cs {
	float: left;
	width: 100%;
	padding: 20px 20px;
}

section.recursos div.left-rec div.video-cs ul {

}

section.recursos div.left-rec div.video-cs ul li {
	font-size: 34px;
    list-style-type: none;
    letter-spacing: 2px;
    font-weight: 300;
    padding-bottom: 11px;
    margin-bottom: 10px;
}
section.recursos div.left-rec div.video-cs ul li b{
	border-bottom: 5px #1a2837 solid;
	padding-bottom: 5px;
	font-weight: 100;
}
section.recursos div.left-rec div.video-cs ul li span {
    background: #FFF;
    padding: 3px 15px;
    color: #254e6d;
    font-weight: 800;
    border-radius: 4px;
    font-size: 20px;
}

section.recursos div#right-right {
	width: 50%;
	float: left;
	background: #254e6d;
	min-height: 200px;
}

section.text-body p {
	font-size:40px;
	font-weight: 100;
}

section.text-body p b {
	font-size:40px;
	font-weight: 800;
}

section.text-2 {
	background: #28C4C8;
	width: 100%;
	padding: 15px 15%;
	text-align: center;
	float: left;
	padding-bottom: 0px;
}

section.text-2 p {
	color: #FFF;
    font-size: 3.8vw;
    font-weight: 100;
}

section.text-body img {
	width: 138px;
}

section.text-bx {
	background: #20767E;
	width: 100%;
	padding: 15px 15%;
	text-align: center;
	float: left;
	padding-bottom: 0px;
}

section.text-bx p {
	color: #FFF;
	font-size: 2.8vw;
	font-weight: 100;
}
section.depoimentos {
	float: left;
	width: 100%;
}

section.depoimentos div.dep-item {
    float: left;
    width: 100%;
    padding: 80px 20%;
    background: #0E161F;
}

section.depoimentos div.dep-item .foto-item {
	width: 250px;
    float: left;
    height: 250px;
    border-radius: 50%;
}

section.depoimentos div.dep-item #guilherme {
	background: url(img/guilherme.jpg);
	background-size: cover;
}

section.depoimentos div.dep-item #guida {
	background: url(img/guida.jpeg);
	background-size: cover;
	float: right;
}

section.depoimentos div.dep-item #lorenzon {
	background: url(img/lorenzon.jpg);
	background-size: cover;
}

section.depoimentos div#bg-dif {
	background: #28C4C8 !important;
}

section.depoimentos div#bg-dif button {
	background: #0E161F !important;
}

section.depoimentos div.dep-item .text-dep {
    float: left;
    width: 71%;
    margin-left: 48px;
}
section.depoimentos div.dep-item .text-dep h3 {
	color: #FFF;
	margin-bottom: 7px;
	font-size: 35px;
}

section.depoimentos div.dep-item .text-dep p {
    color: #FFF;
    font-size: 21px;
    font-weight: 100;
    letter-spacing: 0.5px;
}
section.depoimentos div.dep-item .text-dep .buttons {
    float: left;
    width: 100%;
}

section.depoimentos div.dep-item .text-dep .buttons button {
	font-size: 24px;
    padding: 5px 38px;
    background: #5eb902;
    color: #fff;
    border: 0;
    float: left;
}

.left-text {
	width: 40%;
	float: left;
	text-align: right !important;
} 

.left-text p {
	font-weight: 100;
}
.right-text {
	width: 40%;
	float: right;
	text-align: left !important;
} 

.right-text h2 {
	font-weight: 800;
}

.right-text p {
	font-weight: 100;
}
.last-bg {
	width: 100%;
}
.canais {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(img/canais.fw.png);
	width: 1219px;
	height: 119px;
	background-repeat: no-repeat;
	padding: 5px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
.ulWHYS {
	position: relative;
    float: left;
    width: 100%;
    list-style: none;
    padding: unset;
}
.whys {
	font-weight: 400;
    float: left;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 6%;
    width: 25%;
    color: #4e4e4e;
}
.whys b {
	font-weight: bold;
}
.whys::before {
    content: "";
    width: 40px;
    height: 34px;
    margin-top: 9.5%;
    margin-bottom: 9.5%;
    background-image: url(img/i1.fw.png);
    float: left;
    margin-right: 28px;
    padding: 3px;
}
#w1::before {
	background-image: url(img/i1.fw.png);
	width: 40px;
	height: 34px;
}
#w2::before {
	background-image: url(img/i2.fw.png);
	width: 41px;
	height: 35px;
}
#w3::before {
	background-image: url(img/i3.fw.png);
	width: 41px;
	height: 40px;
}
#w4::before {
	background-image: url(img/i4.fw.png);
	width: 40px;
	height: 40px;
}
#w5::before {
	background-image: url(img/i5.fw.png);
	width: 40px;
	height: 40px;
}
#w6::before {
	background-image: url(img/i6.fw.png);
	width: 40px;
	height: 40px;
}
.last-bg .text-bt {
	width: 100%;
    float: left;
    margin-bottom: 55px;
    margin-top: 15px;
}
.last-bg .text-bt .button-qr {
	width: 440px;
	margin-right: auto;
	margin-left: auto;
}
.last-bg .text-bt .button-qr button {
	width: 100%;
    padding: 11px 0px;
    font-size: 29px;
    color: #FFF;
    background: #5EB902;
    border: 0px;
    border-radius: 8px;
}
@media screen and (max-width: 1740px) {
	section.depoimentos div.dep-item .text-dep {
    	width: 67%;
	}
	section.depoimentos div.dep-item {
    	padding: 80px 3%;
	}
}
@media screen and (max-width: 1219px) {
	.canais {
	    position: relative;
	    left: 50%;
	    transform: translateX(-50%);
	    background-image: url(img/canais.fw.png);
	    width: 100%;
	    height: 119px;
	    background-repeat: no-repeat;
	    padding: 5px;
	    float: left;
	    margin-top: 20px;
	    margin-bottom: 20px;
	}
}
@media screen and (max-width: 964px) {
	section.depoimentos div.dep-item #guilherme {
	    margin-left: auto;
	    margin-right: auto;
	    float: none;
	}
	section.depoimentos div.dep-item .text-dep {
	    width: 100%;
	    margin-top: 24px;
	    margin-left: unset;
	    padding: 0px 10px;
		text-align: center;
	}
	section.depoimentos div.dep-item .text-dep .buttons button {
   		font-size: 24px;
   		padding: 5px 38px;
   		background: #5eb902;
   		color: #fff;
   		border: 0;
   		float: none;
	}
	section.depoimentos div.dep-item #guida {
    	float: unset;
    	margin-left: auto;
    	margin-right: auto;
	}
	section.depoimentos div.dep-item #lorenzon {
    	float: unset;
    	margin-left: auto;
    	margin-right: auto;
	}
}

@media screen and (max-width: 800px){
	section.recursos div.left-rec {
	    width: 100% !important;
	    float: left;
	    background: #167ac6;
	    min-height: 200px;
	    text-align: center;
	}
	section.recursos div.left-rec div.video-cs ul li {
		font-size: 29px;
	}
	section.recursos div.left-rec div.video-cs ul {
    margin-left: -35px;
}
section.recursos div.left-rec div.video-cs ul li {
    font-size: 22px;
}
.img-res {
	max-width: 100%;
}

.text-bt .container {
	width: 97% !important;
}
.text-bt .container iframe {
	height: 250px !important;
}
}

@media screen and (max-width: 475px) {
	header.imp-hd div.frase-topo h3 img {
    	float: left;
    	width: 9vw;
    	margin-left: 50%;
	}
	section.recursos div.left-rec div.video-cs ul li span {
    background: #FFF;
    padding: 3px 15px;
    color: #254e6d;
    font-weight: 800;
    border-radius: 4px;
    font-size: 20px;
    float: left;
    display: none;
}
	header.imp-hd div.frase-topo h3 {
    	font-size: 22px;
	}
	header.imp-hd div.frase-topo {
    	margin-left: 3%;
    	margin-top: 6%;
    	margin-bottom: -78px;
    	position: relative;
	}
	header.imp-hd div.frase-meio p {
    	font-size: 23px;
	}
	header.imp-hd div.frase-meio {
    	padding: 25px 10px;
	}
	header.imp-hd div.button-qr {
    	width: 100%;
    	padding: 0px 22px;
	}
	header.imp-hd .text-bt {
    	width: 100%;
    	float: left;
    	margin-bottom: 12px;
    	margin-top: 15px;
	}
	section.recursos div.left-rec div.video-cs ul li {
    font-size: 19px;
}
	header.imp-hd div.button-qr-2 p {
    	color: #FFF;
    	font-size: 16px;
	}
	header.imp-hd .text-bt-2 {
    	margin-bottom: 10px;
	}
	section.text-body p {
    	font-size: 19px;
	}
	section.text-2 p {
    	color: #FFF;
    	font-size: 29px;
    	font-weight: 100;
	}
	section.text-2 {
    	background: #28C4C8;
    	width: 100%;
    	padding: 15px 0%;
    	text-align: center;
    	float: left;
    	padding-bottom: 0px;
	}
	section.text-body {
    	float: left;
    	width: 100%;
    	padding: 36px 12%;
    	padding-bottom: 15px;
    	font-size: 2vw;
    	text-align: center;
	}
	.text-body img {
		display: none;
	}
	section.text-bx {
    	background: #20767E;
    	width: 100%;
    	padding: 15px 2%;
    	text-align: center;
    	float: left;
    	padding-bottom: 0px;
	}
	section.text-bx p {
    	color: #FFF;
    	font-size: 22px;
    	font-weight: 100;
	}
	section.depoimentos div.dep-item {
    	padding: 8% 3%;
    	text-align: center;
	}
	section.depoimentos div.dep-item .foto-item {
    	width: 200px;
    	float: left;
    	height: 200px;
    	border-radius: 50%;
	}
	section.depoimentos div.dep-item #guilherme {
    	background: url(img/guilherme.jpg);
    	background-size: cover;
    	margin-left: auto;
    	margin-right: auto;
    	float: none;
	}
	section.depoimentos div.dep-item .text-dep {
    	width: 100%;
    	margin-top: 24px;
    	margin-left: unset;
    	padding: 0px 10px;
	}
	section.depoimentos div.dep-item .text-dep .buttons button {
    	width: 100%;
	}
	section.depoimentos div.dep-item #guida {
    	float: unset;
    	margin-left: auto;
    	margin-right: auto;
	}
	section.depoimentos div.dep-item #lorenzon {
   		float: unset;
    	margin-left: auto;
    	margin-right: auto;
	}
	.left-text {
    	width: 100%;
    	font-size: 23px!important;
    	float: left;
    	text-align: center!important;
  	}
  	section.text-body p {
  		font-size: 23px;
  	}
	.right-text {
    	width: 100%;
    	float: right;
    	text-align: center!important;
	}
	.canais {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(img/canais.fw.png);
    width: 100%;
    height: 36px;
    background-repeat: no-repeat;
    padding: 5px;
    float: left;
    background-size: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
	}
	.whys {
    font-weight: 400;
    float: left;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 6%;
    width: 89%;
	}
	.ulWHYS {
		margin-top: 15px;
	}
	.last-bg .text-bt .button-qr {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0% 24px;
    text-align: center;
}
	.last-bg .text-bt .button-qr button {
    padding: 11px 0px;
    font-size: 29px;
    color: #FFF;
    background: #5EB902;
    border: 0px;
    border-radius: 8px;
	}
}

body {
	padding: 0;
	margin: 0;
	color: white;
	font-family: 'Dosis', sans-serif;
    overflow-x: hidden;
}
* {
	outline: unset!important;
}
button {
	cursor: pointer;
}
.topo1 {
    background-color: #1a2837;
    width: 100%;
    padding: 3vw 10% 0vw;
    text-align: center;
    float: left;
    padding-top: 3vw;
}
.topo1 p {
	font-size: 1.7vw;
    text-align: left;
   	margin-bottom: 1.4rem;
}
.topo1 h1 {
	margin: 4vh 0px;
	font-size: 3vw;
}
#dani {
	width: 285px;
    height: 285px;
	border-radius: 50%;
}

.span-azul {
	color:#27bfc3 ;
}
.divofof {
	width: 100%;
    float: left;
    margin-bottom: 55px;
    margin-top: 15px;
}
.divof {
	width: 440px;
    margin-left: auto;
    margin-right: auto;
}
.btn-verde {
    padding: 11px 0px;
    font-size: 29px;
    color: #FFF;
    width: 100%;
    background: #5EB902;
    cursor: pointer;
    border: 0px;
    border-radius: 8px;
}
/*corretores*/
.slab {
	background: #28C4C8;
	width: 100%;
	color: white;
	padding: 15px 15%;
    text-align: center;
    float: left;
    font-size: 3.5vw;
    font-weight: 100;
}
.slab h5 {
	font-size: 23px;
}
.bg1 {
	width: 100%;
}
.corretor {
	width: 50%;
	text-align: center;
	margin-top: 5vh;
	float: left;
	padding-bottom: 5vh;
}
.corretor h3 {
	color: white;
	background: #1a2837;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 10px 14px;
	border-radius: 5px;
	margin-top: -10px;
	text-transform: uppercase;
}
.corretor-foto {
	width: 130px;
	height: 130px;
	border:5px solid #1a2837;
	box-shadow: inset 0px 0px 0px 7px #1a2837;
	border-radius: 50%;
}
.corretor iframe {
	max-width: 95%;
	border:0px;
}
/*planos*/
#slab2 {
	margin-bottom: 8vh;
}
.planos {
	width: 100%;
}
.pln {
    float: left;
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
    background: -webkit-linear-gradient(0deg, #2793e6, #4293d2);
    background: linear-gradient(0deg, #2793e6, #4293d2);
    margin-bottom: 10px;
    padding-bottom: 20px;
    position: relative;
}
.pln h5 {
	padding-left: 5%;
    text-align: left;
    font-size: 26px;
}
.pln h4 {
	padding-left: 5%;
    text-align: left;
    font-size: 26px;
    color: #D6D6D6;
}
.pln h4 small {
    float: right;
    margin-right: 18px;
    border: 3px red solid;
    padding: 1px 6px;
    background: #FFF;
    color: red;
    font-weight: 700;
    font-size: 15px;
}
.pln button {
	width: 90%;
	background: #69C700;
	border: unset;
	border-radius: 8px;
	color: white;
	font-size: 2.3rem;
}
.pln h4:nth-child(6) {
	background-color: #88C733;
	color: #fff;
	padding: 5px 0px 5px 5%;
	margin-bottom: 5%;
}
.pln h4:nth-child(6):after {
	content: "R$1490,00 em até 12x";
	float: right;
	padding-right: 10px;
}
.plnWHITE {
	background: white;
	color: #355770;
    margin-left: 5%;
    width: 90%;
    padding:10px 0px;
}
.plnWHITE h6 {
	padding: 10px 0px;
	position: relative;
}
#pln2 .plnWHITE {
	color: #000;
}
.pln h1 {
	margin-top: 5%;
	font-size: 2.3rem;
}
.plnWHITE h6:before {
	content: "";
	width: 80%;
	margin-left: 10%;
	height: 2px;
	position: absolute;
	top: 100%;
	left: 0;
	background: -webkit-linear-gradient(90deg, #fff, #bfbfbf, #fff);
	background: linear-gradient(90deg, #fff, #bfbfbf, #fff);
}
.plnWHITE h6:nth-child(5):before {
	background: unset;
}
#pln2 {
	background: -webkit-linear-gradient(0deg, #000000, #303030);
	background: linear-gradient(0deg, #000000, #303030);
}
#plnTitle {
	background-color: #0E161F;
	text-transform: uppercase;
	padding:10px 0px;
	width: 100%;
	margin-top: 47px;
}
.smedia {
	color: #000;
	text-align: center;
	font-weight: bold;
}
.smedia h5 {
	margin-top: 20px;
	margin-bottom: 45px;
	color: #ffffff;
}
.smedia h1 {
	color: #ffffff;
	text-align: center;
	width: 100%;
	font-size: 2.5rem;
	font-weight: bold;
	margin-top: 5vh;
	float: left;
    width: 100%;
}
.mediaICO {
	width: 100%;
	text-align: center;
}
.mediaICO img {
	width: 200px;
	margin: 0px 20px;
	margin-top: 20px!important;
}
.mediaICO img:nth-child(3) {
    margin-left: 10px;
    width: 75px;
}
/*footer*/
#slab3 {
	background-color: #20767E;
}
footer {
	width: 100%;
	float: left;
}
.gray {
	background-color: #f7f7f7;
	width: 100%;
	height: 119px;
}
.img-canal {
	background-image: url(img/canais.fw.png);
	width: 1219px;
	float: unset;
	margin-left: auto;
	margin-right: auto;
	background-size: cover;
	height: 119px;
}
.side {
	width: 50%;
	float: left;
}
.side ul {
	list-style: none;
	margin-top: 20px;
}
.side li {
	color: #000;
	width: 48%;
	float: left;}
.side li:before {
	content: "";
	width: 40px;
	height: 40px;
	float: left;
	background-image: url(img/i1.fw.png);
	margin-top: 9.5%;
    margin-bottom: 59px;
    margin-right: 28px;
    margin-left: 10px;
    padding: 3px;
}
#t1::before {
	background-image: url(img/i1.fw.png);
	width: 40px;
	height: 34px;
}
#t2::before {
	background-image: url(img/i2.fw.png);
	width: 41px;
	height: 35px;
}
#t3::before {
	background-image: url(img/i3.fw.png);
	width: 41px;
	height: 40px;
}
#t4::before {
	background-image: url(img/i4.fw.png);
	width: 40px;
	height: 40px;
}
#t5::before {
	background-image: url(img/i5.fw.png);
	width: 40px;
	height: 40px;
	margin-bottom: 15%;
}
#t6::before {
	background-image: url(img/i6.fw.png);
	width: 40px;
	height: 40px;
}
.side .btn-verde {
	margin-top: 25%;
	width: 90%;
	margin-left: 5%;
	transform: translateY(-25%);
}
#rodape span {
	font-weight: bold;
}
/*Responsivo*/
@media screen and (max-width: 1300px) {
	.pln h4 {
	    font-size: 20px;
	}
}

/*Tablet responsivo*/
@media screen and (max-width: 768px) {
	.corretor iframe {
    	max-width: 95%;
    	width: 95%;
    	border: 0px;
	}
	section.text-body p b {
    	font-size: 30px;
    	font-weight: 800;
	}
	section.text-body p {
    	font-size: 24px;
    	font-weight: 100;
	}
	.pln {
    	width: 45%;
    	margin-left: 2.5%;
    	margin-right: 2.5%;
	}
	.side {
    	width: 100%;
    	float: left;
	}
	.side li:before {
    	margin-bottom: 30px;
	}
	.side .btn-verde {
    	margin-top: 0%;
	}
	.img-canal {
   		width: 765px;
    	height: 60px;
	}
	#video-sm {
		height: 250px !important;
	}
	.pln h4 {
    padding-left: 5%;
    text-align: left;
    font-size: 21px;
    color: #D6D6D6;
}
	.gray {
		height: unset;
    	float: left;
	}
	.topo1 h1 {
    	margin: 4vh 0px;
    	font-size: 6vw;
	}
	.slab {
    	font-size: 4vw;
    	padding: 15px 5%;
	}
}
@media screen and (max-width: 580px){
	.pln {
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
}
}
@media screen and (max-width:475px) {
	.topo1 p {
    	font-size: 4vw;
    	margin-bottom: 1.4rem;
	}
	.divof {
    	width: 320px;
	}
	.slab {
    	font-size: 5.4vw;
    	padding: 15px 2%;
	}
	.corretor {
    	width: 90%;
    	margin-left: 5%;
    	padding-bottom: 0vh;
	}
	.corretor:nth-child(6) {
		padding-bottom: 5vh;
	}
	.topo1 {
    	padding-top: 6vw;
	}
	.pln {
		width: 80%;
	    margin-left: 10%;
	}
	.pln button {
    	font-size: 1.7rem;
	}
	#plnTitle {
    	margin-top: 20px;
	}
	.pln h1 {
    	margin-top: 5%;
    	font-size: 1.7rem;
	}
	.pln:nth-child(1) {
		margin-bottom: 8%;
	}
	.mediaICO img {
    	width: 110px;
	}
	.smedia h5 {
    	margin-top: 20px;
    	margin-bottom: 30px;
	}
	.img-canal {
    	width: 409px;
    	height: 39px;
	}
	.side li {
    	width: 100%;
	}
	.side li:before {
    	margin-bottom: 25px;
    	margin-top: 25px;
	}
	#t5::before {
    	margin-bottom: 8%;
	}
	.side .btn-verde {
    	margin-top: 5%;
	}
}
@media screen and (max-width: 375px) {
	.side li {
    	width: 90%;
	}
	.img-canal {
    	width: 387px;
    	height: 37px;
	}
	.mediaICO img {
    	width: 105px;
    	margin: 0px 0px;
	}
	.mediaICO img:nth-child(3) {
    	margin-left: -4px;
	}
	.topo1 p {
    	font-size: 4.5vw;
	}
	.divof {
    	width: 256px;
	}
	.btn-verde {
    	font-size: 25px;
	}
	.divofof {
    	width: 100%;
    	float: left;
    	margin-bottom: 30px;
	}
	.pln h4 {
    	font-size: 19px;
	}
	.pln {
    	width: 88%;
    	margin-left: 6%;
	}
	.pln h1 {
    	margin-top: 5%;
    	font-size: 1.3rem;
	}
	.pln button {
    	font-size: 1.4rem;
	}
	.smedia h1 {
    	font-size: 2rem;
	}
	.mediaICO img {
    	width: 90px;
	}
	.img-canal {
    	width: 315px;
    	height: 31px;
	}
	#t5::before {
    	margin-bottom: 13%;
	}
	.side .btn-verde {
    	margin-top: 10%;
	}
	.side ul {
    	width: 100%;
    	margin-left: -15px;
	}
	.corretor {
    	width: 100%;
    	margin-left: 0%;
	}
	.topo1 {
    	padding-top: 8vw;
	}
}


/*dani foto*/
@media screen and (max-width: 900px) {
	#dani {
		width: 230px;
		height: 230px;
	}
}
@media screen and (max-width: 675px) {
	#dani {
		width: 180px;
		height: 180px;
	}
}
@media screen and (max-width: 355px) {
	#dani {
		width: 150px;
		height: 150px;
	}
}