/* ----------------------------------------------------------
    Theme Name: LP Ar Oppus
    Theme URI: https://marcasite.com.br
    Author: Carlos Augusto
    Author URI: https://www.linkedin.com/in/carlosaugustocruz/
    Description: Tema oficial do Certificado Digital Rápido criada pela Marcasite
    Requires at least: 6.4
    Tested up to: 6.4
    Requires PHP: 7.0
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    ----------------------------------------------------------

/***************************************************************************
       Fonts
***************************************************************************/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/***************************************************************************
       Variáveis
***************************************************************************/

:root {
    --cor-branco: #ffffff;
    --cor-preto: black;
    --cor-verde: linear-gradient(to right, rgb(53, 179, 28) 0%, rgb(70, 197, 39) 100%);
    --cor-cinza: #3b3b3b;

    --font-Lato: "Lato", sans-serif;

    --font-extralight: 200;
    --font-light: 300;
    --font-regular: 400;
    --font-medium: 500;
    --font-semibold: 600;
    --font-bold: 700;
}

/***************************************************************************
        All
***************************************************************************/

.transition_on *,
.transition_on {
    transition: ease .5s all !important;
}

html,
body {
    margin: 0;
    overflow-x: clip;
}

* {
    margin: 0;
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
    font-family: var(--font-Lato);
}

a:hover {
    text-decoration: none;
    color: var(--cor-branco);
}

h2,
h3 {
    color: var(--cor-preto);
    font-weight: var(--font-bold);
    margin-bottom: 0;
}

h2,
h2>span {
    font-size: 36px;
    line-height: 40px;
}

h3 {
    font-size: 30px;
    line-height: 34px;
}

h2>span {
    color: #fff !important;
    background-clip: text;
    color: transparent;
    font-size: 25px;
    border-bottom: 2px solid;
    padding-bottom: 5px;
}

p,
p>span {
    font-size: 20px;
    line-height: 24px;
    color: var(--cor-cinza);
}

p {
    font-weight: var(--font-light);
    margin-bottom: 0;
}

p>span {
    font-weight: var(--font-semibold);
}

img {
    transition: all 0.3s ease-in-out;
    width: 100%;
}

header {
    position: absolute;
    width: 100%;
    padding-top: 80px;
}

header .logo,
footer .logo {
    max-width: 250px;
        filter: brightness(0) invert(1);
}

.btn-verde {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /*border-radius: 28.5px;*/
    background: var(--cor-verde);
    border: 0;
    padding: 0 25px;
    width: 1000%;
    max-width: fit-content;
    height: 55px;
    color: var(--cor-branco);
    font-weight: var(--font-bold);
    text-decoration: none;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

section {
    padding: 110px 0;
}

/***************************************************************************
        Banner Principal
***************************************************************************/

section.banner-principal {
    padding-top: 200px;
    background-image: url(img/bannercertificado.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 700px;
    height: 100%;
   
}

.banner-principal h2,
.banner-principal p,
.banner-principal p>span {
    color: var(--cor-branco);
}

.banner-principal h2,
.banner-principal h2>span {
    font-size: 40px;
    line-height: 44px;
    max-width: 540px;
}

.banner-principal p,
.banner-principal p>span {
    font-size: 24px;
    line-height: 28px;
}

.banner-principal p {
    margin-bottom: 25px;
    max-width: 440px;
}

/***************************************************************************
        Vantagens
***************************************************************************/

section.vantagens {
    padding-top: 0;
    margin-bottom: 30px;
}

.vantagens img {
    border-radius: 28px;
}

.vantagens h2 {
    max-width: 365px;
}

.vantagens p {
    max-width: 440px;
}

.vantagens .btn-verde {
    max-width: 230px;
}

/***************************************************************************
        Tipos
***************************************************************************/

section.tipos {
       display: flex;
    align-items: center;
    padding: 80px 0;
    padding-bottom: 190px;
    background: #148aa6;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 700px;
   
}

.tipos h2 {
    color: var(--cor-branco);
    font-size: 25px;
}

.tipos .card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px;
    border: 0;
    background-color: var(--cor-branco);
    border-radius: 28px;
    box-shadow: 0px 0px 6px 0px rgba(16, 17, 8, 0.22);
    height: 100%;
}

.tipos .card .box-icon {
    position: relative;
    max-width: 80px;
    height: 80px;
}

.tipos .card .box-icon .icon {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tipos .card .box-icon .icon.token {
    /*transform: rotate(-45deg);*/
}

.tipos .card .content {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.tipos .card .content p {
    max-width: 198px;
}

/***************************************************************************
        Mercado
***************************************************************************/

section.mercado {
    padding-bottom: 20px;
}

.mercado p {
    max-width: 560px;
}

.mercado .card {
    display: flex;
    flex-direction: column;
    padding: 45px 25px 55px 25px;
    border: 0;
    border-radius: 28px;
    background-color: var(--cor-branco);
    box-shadow: 0px 0px 6px 0px rgba(16, 17, 8, 0.22);
    height: 100%;
}

.mercado .card img {
    width: 55px;
    height: 78px;
    object-fit: contain;
    transform: rotate(90deg);
}

.mercado .card .title {
    display: flex;
    flex-direction: column;
    margin-top: -12px;
}

.mercado .card .title span {
    font-size: 25px;
    line-height: 31px;
    font-weight: 700;
    background-image: var(--cor-verde);
    background-clip: text;
    color: transparent;
    text-transform: uppercase;
}

.mercado .card .title h3 {
    font-size: 41px;
    line-height: 45px;
    color: var(--cor-preto);
    font-weight: 700;
    text-shadow: 0.5px 0.5px 0.5px var(--cor-preto);
}

.mercado hr {
    max-width: 120px !important;
    background-image: linear-gradient(to right, var(--cor-cinza), transparent) !important;
    margin: 20px 0 !important;
    opacity: 0.2 !important;
}

/***************************************************************************
        Quem Somos
***************************************************************************/

section.quem-somos {
    margin-bottom: 120px;
}

.quem-somos p {
    max-width: 370px;
}

/***************************************************************************
        Footer
***************************************************************************/

footer {
    display: flex;
    align-items: center;
    padding: 35px 0 15px 0;
    /* background-image: url(img/banner-footer.png); */
    background: #148aa6;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 540px;
    height: 100%;
}

footer hr,
.mercado hr {
    width: 100%;
    max-width: 90px;
    background-image: linear-gradient(to right, var(--cor-branco), transparent);
    height: 1px;
    opacity: 0.5;
    border: 0;
    margin: 0;
}

footer .logo-marcasite {
    max-width: fit-content;
}

footer .content,
footer .contato {
    display: flex;
    flex-direction: column;
}

footer .content h2 {
    font-size: 26px;
    line-height: 30px;
    color: var(--cor-branco);
}

footer .contato {
    gap: 6px;
    margin-top: 20px;
}

footer .contato a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: var(--cor-branco);
    text-decoration: none;
    filter: brightness(0) invert(1);
}

footer .contato a img {
    width: 21px;
    height: 21px;
    object-fit: contain;
}

footer .btn-verde {
    gap: 12px;
}

footer .btn-verde img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

footer .card-form {
    position: relative;
    padding: 30px;
    margin-top: -220px;
    background-color: var(--cor-branco);
    border-radius: 28px;
    box-shadow: 0px 0px 6px 0px rgba(16, 17, 8, 0.22);
    height: 100%;
}

footer .card-form h3 {
    max-width: 325px;
    margin-bottom: 15px;
    color: #041b21;
}

footer .card-form form p {
    width: 100%;
}

footer .card-form form input,
footer .card-form form input,
footer .card-form form textarea {
    width: 100%;
    height: 45px;
    padding: 15px;
    border-radius: 7px;
    background-color: #f3f3f3;
    color: var(--cor-preto);
}

footer .card-form form textarea {
    height: 113px;
    resize: none;
}

footer .card-form form input::placeholder,
footer .card-form form input::placeholder,
footer .card-form form textarea::placeholder {
    font-size: 15px;
    color: var(--cor-cinza);
    font-weight: var(--font-medium);
    opacity: 0.7;
}

footer .card-form form .btn-verde {
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0 0 28px 28px;
    height: 65px;
    background: var(--cor-verde) !important;
    color: var(--cor-branco);
    max-width: 100%;
}

footer .card-form .wpcf7-response-output {
    margin-top: -30px;
    margin-bottom: 45px;
}

/***************************************************************************
        Responsivo
***************************************************************************/

.mobile {
    display: none;
}

@media (min-width: 1200px) and (max-width: 1399px) {}

@media (max-width: 1199px) {

    .banner-principal h2,
    .banner-principal h2>span {
        font-size: 34px;
        line-height: 38px;
    }
}

@media (min-width: 992px) {}

@media (max-width: 991px) {
    .rodape-form p label{
        margin-bottom: 15px!important;
    }
    .mobile {
        display: block;
    }

    .desktop {
        display: none !important;
    }

    header {
        padding-top: 50px;
    }

    section.banner-principal {
        padding-top: 220px;
        background-image: url(https://aroppus.com.br/ar-oppus-certificado/wp-content/uploads/2025/07/bannercertificado.png);
        min-height: 650px;
        height: 100%;
        
    }

    .vantagens h2,
    .vantagens p,
    .tipos h2,
    .quem-somos p {
        max-width: 100%;
    }

    .responsivo {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    footer .card-form {
        margin-top: 0 !important;
    }

    .banner-principal h2 {
        max-width: 350px;
    }

    section {
        padding: 60px 0;
    }

    section.quem-somos {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {

    .banner-principal h2,
    .banner-principal h2>span {
        font-size: 30px;
        line-height: 34px;
    }

    .tipos .card .content p {
        max-width: 100%;
    }

    .banner-principal h2 {
        max-width: 320px;
    }
}

@media (max-width: 467px) {

    .banner-principal p,
    .banner-principal p>span {
        font-size: 18px;
        line-height: 22px;
    }

}

@media (max-width: 400px) {

    .banner-principal h2,
    .banner-principal h2>span {
        font-size: 24px;
        line-height: 28px;
    }
}

.btn-topo {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 20px;
    left: 20px;
    background: var(--cor-verde);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 99;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

#btnTopo.show {
    opacity: 1;
}

.btn-topo.disabled {
    cursor: default;
    pointer-events: none;
    opacity: 0;
}

.btn-topo img {
    width: 17px;
    height: 15px;
    transform: rotate(-90deg);
}

.wpcf7-response-output {
    /* margin-top: 75px */
}

.wpcf7-not-valid-tip {
    display: flex;
    font-size: 16px !important;
    background-image: none !important;
    margin-top: 8px;
    margin-bottom: 0px;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: #dc3232 !important;
    text-shadow: none;
}

.wpcf7-form-control-wrap,
.wpcf7-list-item-label {
    font-size: 16px !important;
    line-height: normal !important;
}

.wpcf7-list-item-label {
    font-size: 13px !important;
    position: relative;
}

.wpcf7-list-item {
    display: flex !important;
    margin: 0 !important;
}

.wpcf7-list-item input {
    height: 13px !important;
    box-shadow: none !important;
}

.wpcf7-list-item.first.last {
    position: absolute;
}

.wpcf7-list-item.first.last input {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.rodape-form {
    margin-bottom: 30px;
}

.rodape-form p {
    display: flex;
    align-items: baseline;
    margin: 0;
    width: 100%;
    margin-bottom: 10px;
}

.rodape-form p label {
    font-size: 15px;
    line-height: 20px;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: -4px;
    opacity: 1;
    color: var(--cor-cinza);
    text-align: left;
}

.rodape-form p label a {
    color: var(--cor-cinza) !important;
    text-decoration: underline !important;
}

.rodape-form p label a:hover {
    color: var(--cor-cinza) !important;
}

.whatsapp img {
    position: fixed;
    z-index: 8;
    bottom: 86px;
    right: 8px;
    width: 50px;
    height: 50px;
    opacity: 0.7;
    transition: ease .8s all;
}

.whatsapp a:hover img {
    opacity: 1;
    filter: drop-shadow(0px 0px 6px black);
}




.cartao {
    position: relative;
    background: #fff;
    border-radius: 20px;
    height: 270px;
    padding: 30px;
    text-align: center;
    overflow: hidden;
    transition: color 0.3s ease;
}


.cartao::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2b69b2;
    transform: scaleX(0) scaleY(0);
    transform-origin: bottom left;
    transition: transform 0.5s ease;
    z-index: 0;
    border-radius: 20px;
}


.cartao:hover::before {
    transform: scaleX(1) scaleY(1);
}


.cartao img,
.cartao h3 {
    position: relative;
    z-index: 1;
}


.cartao img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin: auto;
    display: block;
}


.cartao h3 {
    font-size: 30px;
    line-height: 34px;
    display: inline-block;
    border-top: 5px solid #2b69b2;
    margin-top: 20px;
    color: #2b69b2;
    transition: color 0.3s ease;
}
.cartao p{
    text-align: center;
}
a{
    text-decoration: none!important;
}


.cartao:hover h3 {
    color: #fff;
    border-top: 5px solid #fff;
}
.cartao:hover p {
    color: #fff;
   
}


.cartao:hover img {
    filter: brightness(0) invert(1);
}
#certi{
    padding: 100px 0;
    background: #fff;
        padding-bottom: 230px;
}
#certi h3{
    text-align: center;
    color: #041b21;
}