@charset "UTF-8";
/* CSS Document */

/* Reset */
body {
    background: #fff url("../img/bg.webp") 50% 0 no-repeat;
    background-attachment: fixed;
}
/* Reset */

/* Header */
header.header {
    padding: 100px 0;
}
.header .copy {
    clear: both;
    display: block;
    width: 55%;
    float: left;
}
img.logo {
    clear: both;
    display: block;
    width: 250px;
    margin: 0 0 35px 0;
}
.copy h1 {
    color: #350303;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 auto 15px auto;
}
.copy p {
    line-height: 1.6;
    margin: 0 auto 20px auto;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}
.copy ul {
    padding: 0 0 0 10px;
    margin: 0 auto 35px auto;
}
.copy ul li {
    font-size: 21px;
    font-weight: 600;
    line-height: 2;
    list-style: none;
}
.copy h2 {
    padding: 15px;
    border: solid 1px #380303;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    background: rgba(255, 255, 255, 0.3);
    color: #000000;
    font-size: 18px;
    text-align: center;
    margin: 0 0 35px 0;
}
.copy h2 span {
    padding: 0 10px;
}
.copy h6 {
    color: #000000;
    font-size: 18px;
    margin: 0 auto 10px auto;
}
.blob {
	background: black;
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	margin: 0 10px 0 0;
    float: left;
	height: 15px;
	width: 15px;
	transform: scale(1);
	animation: pulse-black 2s infinite;
}
.blob.red {
	background: rgba(255, 82, 82, 1);
	box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
	animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
	}
	
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
	}
}
.blob-cta {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	transform: scale(1);
	animation: pulse-black 2s infinite;
}
.blob-cta.green {
	box-shadow: 0 0 0 0 rgba(51, 217, 178, 1);
	animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
	}
	
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
	}
}
/* Header */

/* Obrigado */
body.obg {
    background: #fff url("../img/bg-obg.webp") 50% 50% no-repeat !important;
    background-attachment: fixed;
    background-size: cover;
}
.barra-progresso {
    clear: both;
    display: block;
    width: 75%;
    margin: 0 auto 35px auto;
}
.progress {
    height: 25px !important;
}
.progress-bar {
	background-color: red !important;
}
.progress span {
    font-size: 16px;
    font-weight: 600;
    margin: 1px 0 0 5px;
}
header.header-obg {
    padding: 75px 0 25px 0 !important;
}
img.logo-obg {
    clear: both;
    display: block;
    width: 200px;
    margin: 0 auto 25px auto;
}
section.obrigado h1 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    margin: 0 auto 25px auto;
}
section.obrigado .box {
    background: rgba(255, 255, 255, 0.75);
    padding: 35px;
    margin: 0 auto 50px auto;
    border-radius: 35px 35px 35px 35px;
    -moz-border-radius: 35px 35px 35px 35px;
    -webkit-border-radius: 35px 35px 35px 35px;
}
.obrigado .box h2 {
    text-align: center;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
}
.obrigado .box h2 span {
    color: #25d366;
}
.obrigado .box p {
    text-align: center;
    font-size: 25px;
    margin: 0 auto 25px auto;
}
a.cta-wpp {
    clear: both;
    display: block;
    width: 50%;
    text-align: center;
    padding: 20px 0;
    margin: 0 auto;
    font-size: 25px;
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    background: #25d366;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;    
}
a.cta-wpp svg {
    width: auto;
    height: 25px;
    margin: -6px 0 0 0;
}
/* Obrigado */

/* PopUp */
button.cta, a.cta {
    background: #58b750;
    border: none;
    clear: both;
    width: 75%;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    padding: 20px 0;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
}
.popup {
    z-index: 999999;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility .25s ease-in-out,opacity .25s ease-in-out,transform .25s ease-in-out;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.popup-content {
    background-color: white;
    padding: 50px 35px;    
    width: 45%;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}
button.close-btn {
    background: transparent;
    border: none;
    clear: both;
    display: block;
    float: right;
    margin: -40px -30px 0 0 !important;
    width: auto;
    height: auto;
}
button.close-btn svg {
    height: 20px;
    width: 20px;
    fill: red;
    opacity: 0.5;
}
button.close-btn svg:hover {
	opacity: 1;
}
.show-popup{
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);    
}
.popup h1 {
	color: #000000;
	font-size: 33px;
	text-align: center;
	font-weight: 700;
	margin: 0 auto 15px auto;
}
.popup a {
    clear: both;
    display: block;
    text-align: center;
    font-size: 12px;
    margin: 15px auto 0 auto;
    color: #000000;
    text-decoration: none;
}
/* PopUp */

/* Footer */
footer.footer {
    padding: 50px 0;
    border-top: solid 1px #ff6100;
    background: #fff;
}
.footer p {
    text-align: center;
    font-size: 12px;
    margin: 0 auto;
    width: 75%;
}
img.logo-ft {
    clear: both;
    display: block;
    width: 125px;
    margin: 25px auto 0 auto;
}
/* Footer */

/* Responsivo */
@media (max-width: 700px) {
    body {
        background: #ffffff url(../img/bg.webp) 95% 770px no-repeat;
        background-attachment: inherit;
        background-size: 800px;
    }
    header.header {
        padding: 35px 0 375px 0;
    }
    .header .copy {
        width: 100%;
    }
    img.logo {
        width: 150px;
        margin: 0 auto 20px auto;
    }
    .copy h6 {
        font-size: 16px;
        margin: 0 auto 15px auto;
        width: 95%;
    }
    .copy h1 {
        text-align: center;
        font-size: 19px;
        margin: 0 auto 20px auto;
    }
    .copy ul {
        padding: 0;
        margin: 0 auto 25px auto;
    }
    .copy ul li {
        line-height: normal;
        margin: 10px 0;
        font-size: 16px;
    }    
    .copy h2 {
        width: 100%;
        line-height: 1.6;
        font-size: 18px;
        margin: 0 auto 20px auto;
    }   
    .copy p {
        text-align: center;
        line-height: 1.4;
        margin: 0 auto 15px auto;
        font-size: 16px;
    }    
    button.cta, a.cta {
        width: 100%;
    } 
    .popup-content {
        width: 90%;
        padding: 35px 20px;
    } 
    button.close-btn {
       margin: -32px -19px 0 0 !important;
    }
    .footer p {
        width: 100%;
    }
    header.header-obg {
        padding: 50px 0 25px 0 !important;
    }
    .barra-progresso {
        width: 100%;
        margin: 0 auto;
    }
    section.obrigado h1 {
        font-size: 30px;
    }
    section.obrigado .box {
        padding: 35px 20px;
    }
    .obrigado .box h2 {
        font-size: 30px;
    } 
    .obrigado .box p {
        font-size: 18px;
    } 
    a.cta-wpp {
        width: 100%;
        font-size: 22px;
    }    
}
/* Responsivo */