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

/* Reset */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html, body {
    font-family: "Montserrat", sans-serif !important;
}
body {
    background: #000000;
}
/* Reset */

/* Header */
header.header {
    padding: 300px 0 300px 0;
    background: url("../img/principal.webp") 50% 0 no-repeat;
}
.header .copy {
    clear: both;
    display: block;
    width: 50%;
    float: left;
}
.header .copy h1 {
    font-size: 38px;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 800;
    color: #68e1fd;
    margin: 0 auto 20px auto;
}
.header .copy h2 {
    color: #ffffff;
    font-size: 25px;
    line-height: 1.4;
    margin: 0 auto 50px auto;
}
.header .copy h2 b {
    color: #68e1fd;
}
a.cta {
    clear: both;
    display: block;
    width: 75%;
    background: #25d366;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 20px 0;
    margin: 0;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;      
}
.blob {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	transform: scale(1);
	animation: pulse-black 2s infinite;
}
.blob.green {
	box-shadow: 0 0 0 0 rgba(51, 217, 178, 1);
	animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
	0% {
		transform: scale(1);
		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(1);
		box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
	}
}
/* Header */

/* Diferenciais */
section.diferenciais {
    padding: 75px 0;
    background: #68e1fd;
}
.diferenciais .box {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.diferenciais .box svg {
    height: auto;
    width: 60px;
    fill: #ffffff !important;
}
.diferenciais .box h1 {
    font-size: 25px;
    font-weight: 600;
    color: #000000;
    width: 59%;
    padding-left: 15px;
    margin: 0;
}
/* Diferenciais */

/* Marcas */
section.marcas {
    padding: 100px 0;
    background: #000000 url("../img/resolva-text.webp") 50% -35px no-repeat;
}
.marcas h1 {
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    font-size: 45px;
    text-transform: uppercase;
    margin: 0 auto 25px auto;
}
.marcas h1 b {
    color: #68e1fd;
}
.marcas h2 {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    width: 75%;
    margin: 0 auto 50px auto;
}
.marquee {
    overflow: hidden;
    width: 100%;
    padding: 25px 0;
    background: rgba(0,0,0,0.3);    
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);  
    margin: 0 auto;
}
.marquee .marquee-content {
    display: flex;
    animation: scroll-marquee 25s linear infinite;
}
.marquee .marquee-content .tarja {
    display: inline-block;
    padding-right: 10px; /* Space between the repeated texts */
    white-space: nowrap;
}
.marquee .marquee-content span.tarja {
    font-size: 14px;
    color: #dd0101;
}
@keyframes scroll-marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
/* Marcas */

/* 4 Passos */
section.passos {
    padding: 50px 0 100px;
    background: #000000;
}
.passos h1 {
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    font-size: 45px;
    text-transform: uppercase;
    margin: 0 auto 25px auto;
}
.passos h3 {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    width: 75%;
    margin: 0 auto 50px auto;
}
.passos h1 b {
    color: #68e1fd;
}
.passos .box {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.33, rgb(0, 0, 0, 0.1)), color-stop(0.67, rgb(104, 225, 253)));
    background-image: -moz-linear-gradient(center bottom, rgb(0,0,0,0.1) 33%, rgb(104,225,253) 67% );
    padding: 1px;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;    
}
.passos .passo1, .passos .passo2, .passos .passo3, .passos .passo4 {
    height: 400px;
    padding: 50px 35px 25px 35px;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;     
}
.passos .passo1 {
    background: url("../img/passo1.webp") 50% bottom no-repeat;
}
.passos .passo2 {
    background: url("../img/passo2.webp") 50% bottom no-repeat;
}
.passos .passo3 {
    background: url("../img/passo3.webp") 50% bottom no-repeat;
}
.passos .passo4 {
    background: url("../img/passo4.webp") 50% bottom no-repeat;
}
.passos .box > div {
    background: #000000;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
}
.passos .box span {
    background: #68e1fd;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 30px;
    font-weight: 800;
    position: absolute;
    margin: -70px 0 0 -50px;
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;      
}
.passos .box h2 {
    font-size: 30px;
    font-weight: 700;
    color: #68e1fd;
    margin: 0 auto 25px auto;
}
.passos .box p {
    color: #ffffff;
    margin: 0 auto;
}
/* 4 Passos */

/* A Resolva */
section.aresolva {
    padding: 50px 0;
    background: url("../img/bg-all.webp") 50% 0 no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.mobile {
    display: none !important;
}
img.resolva-3d {
    clear: both;
    display: block;
    width: 75%;
    margin: 0 auto;
}
.aresolva h1 {
    color: #ffffff;
    font-weight: 500;
    font-size: 45px;
    text-transform: uppercase;
    margin: 200px auto 25px auto;
}
.aresolva h1 b {
    color: #68e1fd;
}
.aresolva p {
    color: #ffffff;
    font-size: 20px;
    margin: 0 auto;
}
/* A Resolva */

/* Planos */
section.planos {
	padding: 100px 0;
}
.planos h1 {
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    font-size: 45px;
    text-transform: uppercase;
    margin: 0 auto 25px auto;
}
.planos h1 b {
    color: #68e1fd;
}
.planos h2 {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    margin: 0 auto 50px auto;
}
a.plano {
    clear: both;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 25%, rgba(236, 242, 255, 0.8) 100%);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 25%, rgba(236, 242, 255, 0.8) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 25%, rgba(236, 242, 255, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#ECF2FF", GradientType=0);
    text-decoration: none;
    border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    -webkit-border-radius: 25px 25px 25px 25px;
}
a.plano.plus {
    border: solid 5px #25d366;
}
section.planos p {
    color: #000000;
    margin: 15px auto;
}
.plano h2 {
    background: #68e1fd;
    width: 100%;
    padding: 35px 0;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    margin: 0 auto 20px auto;
    border-radius: 25px 25px 0px 0px;
    -moz-border-radius: 25px 25px 0px 0px;
    -webkit-border-radius: 25px 25px 0px 0px;
}
.plano ul {
    margin: 0 auto 25px auto;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;    
}
.plano ul li {
    clear: both;
    display: block;
    width: 32%;
    color: #000000;
    font-size: 16px;
    margin: 0 auto;
    border-right: solid 1px lightgray;
    padding: 0 0 10px 0;
}
.plano ul li svg {
    fill: #25d366;
    width: auto;
    height: 20px;
    margin: -3px 0 0 0;
}
.contratar {
    clear: both;
    display: block;
    padding: 25px;
    margin-top: auto;
}
.contratar h3 {
    color: red;
    text-align: center;
    font-size: 20px;
}
.contratar h3 i {
	text-decoration: line-through;
}
.contratar h4 {
    color: #25d366;
    text-align: center;
    font-weight: 700;
    font-size: 35px;
}
.contratar h5 {
    text-align: center;
    color: #000000;
    font-size: 18px;
    margin: 0 auto 25px auto;
}
.contratar h5 span {
    background: #725bc2;
    color: #ffffff;
    font-size: 14px;
    padding: 2px 8px;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
}
span.cta-plano {
    border: none !important;
    clear: both;
    display: block;
    background: #25d366;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    padding: 25px;
    width: 35%;
	margin: 25px auto 0 auto;
    margin-top: auto;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
}
span.cta-plano svg {
    width: auto;
    height: 20px;
    margin: -3px 0 0 0;
}
/* Planos */

/* Rodapé */
footer.footer {
    padding: 75px 0;
    background: #68e1fd;
}
footer.footer p {
    color: #ffffff;
    font-weight: 600;
    margin: 10px 0 15px 0;
}
a.link-ft {
    text-decoration: none;
    margin: 0 25px 0 0;
}
span.separate {
    clear: both;
    display: block;
    background: #ffffff;
    height: 1px;
    margin: 50px 0;
}
footer.footer h6 {
    text-align: center;
    color: #ffffff;
    margin: 0;
}
img.inpi {
    clear: both;
    display: block;
    width: 60%;
}
a.rs {
    clear: both;
    display: block;
    text-align: right;
    margin: 0 auto 10px auto;
}
a.rs svg {
    width: auto;
    height: 30px;
    fill: #ffffff;
}
/* Rodapé */

/* Responsivo */
@media (max-width: 750px) {
    /* Header */
    header.header {
        padding: 50px 0 375px 0;
        background: url(../img/principal-mb.webp) 50% bottom no-repeat;
        background-size: cover;
    }  
    .header .copy {
        float: none;
        width: 100%;
    }    
    .header .copy h4 {
        text-align: center;
        font-size: 18px;
    }
    .header .copy h1 {
        text-align: center;
        font-size: 22px;
    }
    .header .copy h2 {
        text-align: center;
        font-size: 16px;
        line-height: 1.4;
    }   
    a.cta {
        width: 100%;
    }    
    /* Header */
    
    /* Diferenciais */
    section.diferenciais {
        padding: 20px 0 15px 0;
    }    
    .diferenciais .box {
        margin: 10px auto;
        width: 100% !important;
    }
    .diferenciais .box h1 {
        font-size: 18px;
        width: 80%;
    }
    .diferenciais .box svg {
        width: 30px;
    }    
    /* Diferenciais */
    
    /* Marcas */
    section.marcas {
        padding: 50px 0;
        background: #000000 url(../img/resolva-text.webp) 50% -5px no-repeat;
        background-size: 425px;
    }
    .marcas h1 {
        font-size: 25px;
    }
    .marcas h2 {
        width: 100%;
        font-size: 16px;
        margin: 0 auto 15px auto;
    }
    span.tarja img {
        height: auto;
        width: 900px;
    }
    img.marcas-line.img-fluid {
        width: 900px !important;
        max-width: max-content;
    }    
    /* Marcas */
    
    /* Passos */
    section.passos {
        padding: 50px 0;
    }
    .passos h1 {
        font-size: 25px;
        margin: 0 auto 50px auto;
    }
    .passos .box {
        width: 75%;
        height: auto;
        margin: 0 auto 45px auto;
    }
    .passos .passo1, .passos .passo2, .passos .passo3, .passos .passo4 {
        padding: 45px 20px 0 20px;
    }    
    /* Passos */   
    
    /* Resolva */
    section.aresolva {
        padding: 75px 0;
    }
    .aresolva h1 {
        text-align: center;
        font-size: 25px;
        margin: 0 auto 35px auto;
    }
    img.resolva-3d {
        width: 50%;
        margin: 0 auto 25px auto;
    }
    .aresolva p {
        text-align: center;
        font-size: 18px;
        line-height: 1.6;
    }    
    /* Resolva */    
    
    /* Planos */
    section.planos {
        padding: 50px 0;
    }
    .planos h1 {
        font-size: 25px;
    }
    .planos h2 {
        font-size: 25px;
        line-height: 1.4;
        padding: 25px 0;
        margin: 0 auto 15px auto;
    }  
    a.plano {
        height: auto;
        width: 100%;
        margin: 0 auto 35px auto;
    } 
    .plano ul {
        display: block;
    }
    .plano ul li {
        width: 100%;
        border: navajowhite;
        padding: 0;
    }  
    .contratar {
        padding: 0 25px 25px 25px;
    }    
    span.cta-plano {
        width: 100%;
    }
    /* Planos */
    
    /* Rodapé */
    footer.footer {
        padding: 50px 0;
    }
    img.logo-ft {
        clear: both;
        display: block;
        width: 50%;
        margin: 0 auto;
    }
    footer.footer p, footer.footer h6 {
        text-align: center;
        margin: 35px auto 20px auto;
        font-size: 14px;
    } 
    a.link-ft {
        clear: both;
        display: block;
        text-align: center;
        margin: 0 auto 15px auto;
    }
    .footer .col-sm-1.col-md-1.col-lg-1 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
    }    
    img.inpi {
        margin: 0 auto 35px auto;
    }
    a.rs {
        text-align: center !important;
        height: auto;
        margin: 0 auto;
    }
    /* Rodapé */    
}
/* Responsivo */