
.background-green {
	position: absolute;
    left: 50px;
    right: 50px;
    top: 50px;
    bottom: 50px;
	border-radius: 35px;
	background-size: cover;
	background-color: red;
}

.icon-main-right {
	right: 100px;
    left: auto;
	margin-top: 0px;
}

.icon-whatsapp {
	height: 60px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: -30px;
}

.box-center {
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background-color: white;
    text-align: center;
    padding: 30px;
	padding-top: 50px;
    border-radius: 35px;
}


.whatsapp-title {
	font-weight: bold;
	font-size: 30px;
    line-height: 35px;
	color: var(--whatsapp);
}

.whatsapp-code {
	margin-top: 30px;
}

.whatsapp-subtitle {
	font-size: 18px;
    line-height: 24px;
	color: var(--purple);
}

.btn-back {
	margin: 20px;
}

.btn-back a {
	font-size: 14px;
	text-decoration: none;
}

.btn-back a:hover {
	text-decoration: underline;
}

.btn-back span {
	margin-left: 10px;
    vertical-align: top;
    line-height: 25px;
}


@media (max-width: 960px) {
	.whatsapp-title {
    	font-size: 25px;
    	line-height: 30px;
	}
	
	.whatsapp-subtitle {
   		font-size: 14px;
    	line-height: 22px;
    }
}

@media (max-width: 679px) {
	.background-green {
		left: 10px;
        right: 10px;
        top: 10px;
        bottom: 10px;
	}
	
	.box-center {
    	top: 53%;
	}
	
	.icon-main-right {
    	right: 0px;
	}
	
}











