* {
    margin: 0;
    padding: 0
}

html {
    min-height: 100%;
    position: relative;
    font-size: 1rem
}

body {
    font-family: "book";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    background-color: var(--czt-claro)
}

:root {
    --prt: #000;
    --branco: #fff;
    --czt: #606060;
    --czt-claro: #f6f6f6;
    --laranja: #f60;
    --azul: #579ded;
    --azul-celeste: #499feb;
    --azulMarinho: #0e4d80;
    --azul-escuro: #0f4c81;
    --verde: #40dda6;
    --rosa: #ff6f61;
    --vrm: #f64b3b
}

h1,h2,h3,h4,h5,h6 {
    letter-spacing: 0;
    font-weight: 400
}

.padding4 {
    padding: 4rem 0 0
}

.padding2 {
    padding: 2rem 0
}

.leftAlign {
    text-align: left
}

.rightAlign {
    text-align: right
}

.centerAlign {
    text-align: center
}

.marginS5 {
    margin: 2rem 0 0
}

#textWhite {
    color: #fff
}

.nopadding {
    padding: 0
}

.marginBottom1 {
    margin-bottom: 1rem
}

.marginTop2 {
    margin-bottom: 2rem
}

.errormessage,.tooltip_error {
    background: var(--vrm);
    border-radius: 60px;
    padding: 2px 5px
}

.cookie-bar {
    font-size: .8rem;
    text-align: center;
    z-index: 9999;
    position: fixed;
    display: block;
    background: -webkit-gradient(linear,left top,right top,from(#ffba84),to(#da82da));
    background: -moz-linear-gradient(left,#ffba84 0,#da82da 100%);
    background: linear-gradient(90deg,#ffba84,#da82da);
    border-radius: 50px;
    width: 96%;
    left: 2%;
    bottom: 1rem!important;
    padding: .8rem .5rem
}

.errormessage,.tooltip_error,.tooltip_error.blue {
    position: relative;
    margin-left: 25%;
    background: var(--vrm);
    border-radius: 60px;
    padding: 2px 5px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: .8rem;
    color: var(--branco)
}

#toggle {
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    display: none
}

#toggle.checked+.contact-opener {
    right: 300px
}

#toggle.checked~.floating-form {
    right: 0;
    top: 20%
}

.contact-opener {
    position: fixed;
    right: -2px;
    top: 20%;
    z-index: 99999;
    -webkit-transition: right .5s;
    -moz-transition: right .5s;
    transition: right .5s;
    float: left;
    background-color: var(--amr);
    padding: 5px;
    cursor: pointer;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center
}

.contact-opener i {
    display: block;
    font-size: 56px;
    padding: 5px
}

.floating-form {
    z-index: 99999;
    max-width: 350px;
    padding: 20px;
    border: none;
    right: -352px;
    top: 20%;
    position: fixed;
    background-color: #0e388e;
    -webkit-transition: right .5s;
    -moz-transition: right .5s;
    transition: right .5s
}

.floating-form h3 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 24px;
    color: #fff;
    text-align: center
}

.floating-form h6 {
    width: 100%;
    font-size: 18px;
    color: #3cf
}

.floating-form input[type=text] {
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
    text-align: left;
    border: 0;
    background-color: #eee;
    margin: .5em 0
}

.floating-form label {
    font-family: "book";
    color: var(--branco);
    margin: 1rem 1rem 0
}

.floating-form .rowC2C {
    width: 100%;
    height: auto;
    float: left;
    position: relative
}

.telephoneC2C {
    position: fixed;
    right: -304px;
    top: 20%;
    z-index: 99999;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.telephoneC2C.showC2C {
    right: 0
}

.tittlePrivacidad {
    font-size: 40px;
    margin: auto
}

.telephoneC2C .phone {
    float: left;
    background-color: var(--azul-escuro);
    padding: 5px;
    cursor: pointer;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center
}

.telephoneC2C .phone img {
    -webkit-animation: phonering-anim 2s ease-in-out infinite;
    -moz-animation: phonering-anim 2s ease-in-out infinite;
    animation: phonering-anim 2s ease-in-out infinite
}

.telephoneC2C .phone h3 {
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    text-align: center
}

.politicaPrivacidade h1 {
    font-size: 1.2rem;
    font-weight: 700;
    text-align: left
}

.politicaPrivacidade,.politicaPrivacidade2 {
    font-size: .8rem;
    text-align: left
}

.politicaPrivacidade2 {
    margin-top: 6rem
}

.politicaPrivacidade2 h1 {
    font-size: 1.2rem;
    font-weight: 700;
    text-align: left
}

.paddingTop {
    padding-top: 6rem
}

.paddingTopTerminosModal {
    padding: 0
}

.jaCliente h2 {
    font-size: 2rem;
    line-height: 2rem;
    color: var(--azul-escuro);
    padding: 1rem
}

.jaCliente h2,.jaCliente h3 {
    font-family: "bold";
    text-align: center
}

.jaCliente h3 {
    font-size: 1.2rem;
    line-height: 1.5rem;
    padding: 0 0 0 1rem
}

.jaCliente h3 span {
    font-family: "bold";
    font-weight: bolder
}

@-webkit-keyframes phonering-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    25% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    35% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    45% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    to {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@-moz-keyframes phonering-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -moz-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    25% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    35% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    45% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -moz-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    to {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -moz-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes phonering-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -moz-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    25% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    35% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    45% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -moz-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    to {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -moz-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
}

.telephoneC2C .formC2C {
    float: left;
    width: 300px;
    background-color: var(--azul-escuro);
    text-align: center;
    padding: 10px
}

.telephoneC2C .formC2C span.closeC2C {
    float: right;
    cursor: pointer;
    color: var(--branco);
    font-weight: 700;
    font-size: 24px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.telephoneC2C .formC2C h2 {
    font-family: "bold";
    color: var(--verde);
    font-size: 26px;
    font-size: 2.2rem;
    margin-bottom: 1rem
}

.telephoneC2C .formC2C span.closeC2C:hover {
    color: #fff
}

.telephoneC2C .formC2C input[type=text] {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    border: none;
    margin-top: 25px
}

.telephoneC2C .formC2C form .formButton {
    width: 100%;
    text-align: center;
    padding: 10px 0
}

.telephoneC2C .formC2C form .formButton button {
    font-size: 1.2rem!important;
    color: var(--azul-escuro)!important;
    padding: 10px 20px!important;
    margin: 10px auto!important;
    background-color: var(--branco)!important;
    border: 1px solid var(--branco)!important;
    -webkit-transition: all .5s!important;
    -moz-transition: all .5s!important;
    transition: all .5s!important
}

.telephoneC2C .formC2C form .formButton button:hover {
    color: var(--branco)!important;
    background: var(--amr)!important;
    border: 1px solid var(--branco)!important
}

.telephoneC2C .formC2C form .accept input[type=checkbox] {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 15px;
    height: 15px
}

.telephoneC2C .formC2C form .accept label,.telephoneC2C .formC2C form .accept label a {
    font-size: 12px;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    color: #000
}

.modal-header {
    background-color: var(--verde);
    border-bottom: none!important;
    margin-bottom: 0;
    padding-bottom: 0
}

.modal-dialog {
    max-width: 432px!important
}

.modal-body {
    background-color: var(--verde);
    text-align: center;
    margin-top: 0;
    padding-top: 0!important
}

.modal-header h1 {
    font-family: "bold";
    color: var(--azul-escuro);
    font-size: 2rem
}

.modal-header p {
    font-family: "book";
    color: var(--azul-escuro);
    font-size: 1.5rem;
    margin: 0
}

.condicoes {
    font-family: "light";
    font-size: .7rem;
    line-height: .8rem;
    text-align: left;
    padding: 0 1rem;
    color: var(--azul-escuro);
    margin: 0 0 .5rem
}

.c2cJaCLienteFix2 {
    font-family: "book";
    color: var(--azul-escuro);
    font-size: 1rem;
    margin-top: 1rem
}

.btn_enviar,.capture_event {
    font-family: "bold";
    border: none;
    outline: none;
    color: var(--branco);
    font-size: 1rem;
    font-weight: 700;
    padding: .7rem 2rem;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 58px;
    background-color: var(--azul-escuro)
}

.btn_enviar:hover,.capture_event:hover {
    color: var(--azul-escuro);
    background-color: var(--branco);
    -webkit-transition: all .45s cubic-bezier(.29,.52,.22,1);
    -moz-transition: all .45s cubic-bezier(.29,.52,.22,1);
    transition: all .45s cubic-bezier(.29,.52,.22,1)
}

button.cta_rosa {
    font-family: "bold";
    font-size: 18px;
    -webkit-transition: all .45s cubic-bezier(.29,.52,.22,1);
    -moz-transition: all .45s cubic-bezier(.29,.52,.22,1);
    transition: all .45s cubic-bezier(.29,.52,.22,1);
    color: var(--branco);
    background-color: var(--rosa);
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-radius: 10px;
    border: none
}

.botao_txt {
    font-family: "black";
    float: left;
    padding: 14px 20px;
    font-size: 1.3rem
}

.botao_seta_rosa {
    background-repeat: no-repeat;
    background-position: 50%;
    float: right;
    background-color: var(--vrm);
    height: 60px;
    width: 50px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.phone_mobile {
    position: fixed;
    top: 0;
    right: 0;
    padding: .5rem;
    display: none;
    z-index: 1049
}

.headerMobile {
    display: none
}

section.header {
    position: static;
    background-color: var(--azul);
    padding: 1rem 0 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
    box-shadow: 0 0 10px rgba(0,0,0,.5)
}

.apoioCliente {
    color: var(--branco);
    line-height: .6rem;
    margin: 0 0 0 1rem;
    border-left: 1px solid #fff;
    padding: 0 0 0 1rem
}

.apoioCliente h1 {
    font-family: "bold";
    font-size: 1rem;
    margin: 0
}

.apoioCliente h2 {
    font-family: "bold";
    font-size: 1.1rem
}

.apoioCliente h3 {
    font-size: 1rem
}

.ButtonHeaderNumber {
    border: none;
    outline: none;
    color: var(--branco);
    background-size: cover
}

.ButtonHeaderNumber h1 {
    font-size: 2rem
}

.ButtonHeaderNumber h1,.ButtonHeaderNumber h2 {
    font-family: "bold";
    font-weight: 700;
    margin: 0
}

.ButtonHeaderNumber h2 {
    font-size: 1rem;
    text-transform: uppercase
}

.ButtonHeaderNumber h3 {
    font-size: .7rem;
    font-weight: 700
}

.ButtonHeaderNumber h3,.ButtonHeaderNumber h4 {
    font-family: "book";
    text-transform: uppercase
}

.ButtonHeaderNumber h4 {
    font-size: .5rem;
    font-weight: 400
}

.topBanner {
    background-repeat: no-repeat;
    background-color: var(--azul);
    background-size: cover
}

.topBannertxt h1 {
    font-family: "black";
    color: var(--branco);
    padding: 0 20rem 0 0;
    font-size: 3.5rem;
    margin-top: 2rem;
    text-shadow: 1px -1px 2px #000
}

.topBannertxt h2 {
    font-family: "black";
    font-size: 2rem;
    color: #fff;
    line-height: 3rem;
    background-color: #ff6f61;
    padding: .5rem 1rem;
    border-radius: 1rem;
    margin-right: 27rem;
    display: none
}

.imgtopBanner {
    margin-top: 1rem
}

.formContainer {
    color: var(--azul-escuro);
    background-color: var(--verde);
    border-radius: 2rem;
    padding: 1rem;
    margin: 2rem 0 4rem;
    -webkit-box-shadow: 0 0 1rem 0 rgba(0,0,0,.5);
    box-shadow: 0 0 1rem 0 rgba(0,0,0,.5)
}

.formContainer h1 {
    font-family: "bold";
    font-size: 2rem;
    line-height: 1.6rem;
    margin: 0
}

.formContainer h2 {
    font-family: "book";
    font-size: 1.5rem
}

.apoioClienteForm {
    font-family: "book";
    border-radius: 1rem;
    margin: .8rem 0
}

.apoioClienteForm h1 {
    font-size: 1rem;
    margin: 0
}

.apoioClienteForm h2 {
    font-size: 1.2rem
}

.apoioClienteForm h3 {
    font-size: .8rem
}

.container_cliente,.formFix {
    font-family: "book";
}

input[type=checkbox] {
    margin: 0 .3rem
}

.PPrivacidade-form {
    font-family: "light";
    font-size: .7rem;
    line-height: .8rem;
    margin: 0;
    text-align: left
}

.alignItems {
    display: -moz-box;
    display: flex;
    -moz-box-pack: center;
    justify-content: center
}

.alignCenter {
    -moz-box-align: center;
    align-items: center
}

.alignRight {
    text-align: right
}

.enviarForm {
    font-family: "bold";
    border: none;
    outline: none;
    color: var(--branco);
    font-size: 1rem;
    font-weight: 700;
    padding: .7rem 2.9rem;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 58px;
    background-color: var(--azul-escuro)
}

.enviarForm:hover {
    font-size: 1rem;
    font-weight: 700;
    color: var(--czt);
    text-transform: uppercase;
    -webkit-box-shadow: 0 3px 16px -9px #1e1e1e!important;
    box-shadow: 0 3px 16px -9px #1e1e1e!important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    background: var(--branco)
}

.formContainerC2C .formSliderContainer select {
    margin: 10px 0 5px;
    font-size: 14px
}

.formContainerC2C .formSliderContainer select,input {
    border: 1px solid #41b9e6;
    text-align: left;
    padding: 6px 8px;
    background-color: #eee;
    border-radius: 5px;
}

input {
    font-size: inherit
}

#formBox_name,
#formBox_telefone,
#formBox_email{
    width: 97%;
}

#formBox_name,
#formBox_telefone {
    margin: 0 0 .5rem;
    
}

.linksForm {
    color: var(--azul-escuro);
    text-decoration: underline
}

.linksForm:hover {
    color: var(--branco)
}

.linksc2c {
    color: var(--rosa)
}

.linksc2c:hover {
    color: var(--branco)
}

.ctaRosa {
    font-family: "bold";
    border: none;
    outline: none;
    color: var(--branco);
    font-size: 1rem;
    font-weight: 700;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    padding: .8rem 2.2rem;
    text-transform: uppercase;
    -webkit-box-shadow: 0 3px 16px -9px #1e1e1e!important;
    box-shadow: 0 3px 16px -9px #1e1e1e!important;
    background-color: var(--azul-escuro)
}

.ctaRosa:hover {
    font-size: 1rem;
    color: var(--rosa);
    background-color: var(--branco);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.cta {
    border: none;
    outline: none;
    color: var(--czt);
    font-size: 1rem;
    font-weight: 700;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    padding: .4rem 5rem;
    text-transform: uppercase;
    -webkit-box-shadow: 0 3px 16px -9px #1e1e1e!important;
    box-shadow: 0 3px 16px -9px #1e1e1e!important;
    background-color: var(--rosa)
}

.cta:hover {
    font-size: 1rem;
    color: var(--branco);
    padding: .4rem 5rem;
    background: -webkit-gradient(linear,left bottom,left top,from(#da82da),to(#ffba84))!important;
    background: -moz-linear-gradient(bottom,#da82da 0,#ffba84 100%)!important;
    background: linear-gradient(0deg,#da82da,#ffba84)!important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.statement1txt h1 {
    font-family: "black";
    padding: 0 0 2rem;
    font-size: 3.5rem;
    color: var(--branco)
}

ul.statement1txtBottom {
    font-family: "book";
    font-size: 30px;
    color: var(--azul-escuro)
}

.statement1txt h2,.statement1txt h3 {
    font-family: "book";
    font-size: 30px;
    font-weight: 400;
    color: var(--azul-escuro)
}

.statement1txtBottom h3 {
    font-size: 1rem;
    font-weight: 400;
    color: var(--azul-escuro)
}

.section1txt {
    color: var(--branco);
    margin: 2rem 0
}

.section1txt h1 {
    font-size: 7rem
}

.plusSignt,.section1txt h1 {
    font-family: "bold";
    color: var(--branco);
    font-weight: bolder
}

.plusSignt {
    font-size: 11rem
}

.section1txt h2 {
    font-family: "bold";
    color: var(--azul-escuro);
    font-size: 3rem
}

.section1 {
    background-color: var(--verde);
    padding: 4rem 0
}

button.cta_icons1 {
    border: none;
    background-color: transparent
}

.section2,.section4,.section6 {
    padding: 4rem 0
}

.section4,.section6 {
    display: block
}

.section4Mobile,.section6Mobile {
    display: none
}

.imgsvg img {
    width: 65%
}

.Item1Txt {
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left
}

.box1Txt,.Item1Txt {
    font-family: "book";
    color: var(--branco)
}

.box1Txt {
    font-size: 1.5rem;
    text-align: center
}

.statement2txt h1 {
    font-family: "black";
    font-size: 3.5rem;
    padding: 0 0 2rem;
    color: var(--azul-escuro)
}

.statement2txt h2 {
    font-family: "book";
    font-size: 30px;
    font-weight: 400
}

.statement2txt h2,.statement2txt span {
    color: var(--azul-escuro);
    margin-top: 1rem
}

.statement2txt span {
    font-family: "black";
    font-size: 2.1rem
}

.section2 {
    background-color: var(--verde);
    padding: 4rem 0
}

button.cta_icons2 {
    border: none;
    background-color: transparent
}

.wrapperBox2 {
    color: var(--czt);
    padding: 1.8rem;
    text-align: center
}

.box2Tit {
    font-family: "black";
    color: var(--azul-escuro);
    font-size: 2.1rem;
    margin-top: 1rem;
    text-align: center;
    line-height: 2.3rem;
    margin-bottom: 1rem
}

.box2Subtit {
    font-family: "book";
    color: var(--prt);
    font-size: 1rem;
    text-align: center;
    margin-bottom: 3rem
}

.box2Subtit span {
    font-weight: 700
}

.sectionPaineis {
    background-repeat: no-repeat;
    background-color: var(--branco);
    text-align: center;
    padding: 4rem 0
}

.imageSolares {
    height: 30rem
}

.sectionPaineistxt h2 {
    font-family: "black";
    padding: 0 0 2rem;
    font-size: 3.5rem;
    color: var(--rosa)
}

.sectionPaineistxt h3 {
    font-family: "black";
    font-size: 30px;
    font-weight: 400;
    color: var(--azul-escuro);
    margin-top: 5rem
}

.statement3txt h1 {
    font-family: "black";
    font-size: 3.5rem;
    padding: 0 0 3rem;
    color: var(--branco)
}

.section3 {
    background-color: var(--azul-celeste);
    padding: 4rem 0;
    color: var(--branco);
    display: none
}

.Section3Content img {
    background-repeat: no-repeat
}

button.cta_icons3 {
    border: none;
    background-color: transparent
}

.Section3ContentTxt {
    padding: 1rem 0;
    color: var(--branco);
    text-align: center
}

.Section3ContentTxt h1 {
    font-size: 1.2rem;
    margin-bottom: 5rem;
    color: var(--azul-escuro);
    font-weight: 700
}

.otro-blockquote h1 {
    font-family: "light";
    font-size: 1rem;
    color: #606060
}

.otro-blockquote {
    font-family: "light";
    font-size: 1.3em;
    color: var(--azul-escuro);
    padding: 3em 20px .8em;
    line-height: 1.1;
    position: relative;
    background: #fff;
    border-radius: 2rem;
    min-height: 19rem;
    -webkit-box-shadow: 0 0 1rem 0 rgba(0,0,0,.5);
    box-shadow: 0 0 1rem 0 rgba(0,0,0,.5);
    text-align: left
}

.otro-blockquote:before {
    content: "\201C";
    color: var(--azul-escuro);
    font-size: 6em;
    position: absolute;
    top: 0;
    font-weight: 800;
    left: 10px
}

.otro-blockquote:after {
    content: ""
}

.PressLogo1,.PressLogo2 {
    text-align: right;
    padding: 1rem 0;
    position: absolute;
    bottom: 0;
    margin-right: 2rem
}

.PressLogo1 img,.PressLogo2 img {
    width: 50%;
    text-align: right
}

h1.titListaCtr {
    text-align: center;
    font-size: .9rem;
    text-transform: uppercase;
    font-weight: 700
}

h1.titListaDta,h1.titListaEsq {
    text-align: right;
    font-size: .9rem;
    text-transform: uppercase;
    font-weight: 700
}

h2.titLista {
    padding: .5rem 0 0 5rem;
    text-align: left;
    font-size: .93rem
}

h2.titListaCtr {
    padding: .5rem 0 0 1rem;
    font-size: .93rem
}

h2.titLista span {
    font-weight: 700
}

.section5 {
    background: var(--azul);
    padding: 4rem 0
}

.wrapperBox3 {
    padding: 2rem;
    text-align: left;
    background-color: hsla(0,0%,100%,.87);
    border-radius: 2rem;
    min-height: 19rem;
    -webkit-box-shadow: 0 0 1rem 0 rgba(0,0,0,.5);
    box-shadow: 0 0 1rem 0 rgba(0,0,0,.5)
}

.boxContent2 h1 {
    font-family: "book";
    color: var(--czt);
    font-size: 1rem
}

.boxContent2 h1 span {
    font-weight: 700;
    color: var(--laranja)
}

.boxTit2 {
    font-size: 1.3rem
}

.boxTit2,.boxTit2 span {
    font-family: "bold";
    color: var(--azul-escuro)
}

.boxTit2 span {
    font-size: 1rem
}

.Sectiondisclaimer {
    background-color: var(--verde)
}

.disclaimer p,.termos {
    font-family: "light";
    font-size: .9rem;
    text-align: center
}

.termos {
    margin-bottom: 1rem
}

.underlined {
    color: var(--azul-escuro);
    text-decoration: underline;
    font-size: .9rem
}

.termosecondicoestexto {
    font-family: "bold";
    color: var(--azulMarinho);
    font-size: 1.2rem
}

h1.termosecondicoestexto {
    font-size: 2rem;
    margin-bottom: 2rem
}

h1.termosecondicoestexto,h2.termosecondicoestexto {
    font-family: "bold";
    color: var(--azulMarinho)
}

h2.termosecondicoestexto {
    font-size: 1.2rem;
    text-transform: uppercase;
    margin: 2rem 0
}

.termosecondicoes p span {
    font-weight: bolder;
    color: var(--azulMarinho)
}

.margemLeft {
    font-family: "bold";
    color: var(--azulMarinho);
    font-size: 1.2rem;
    margin-left: 40px
}

.margemBottom {
    margin-bottom: 1rem
}

section.footer {
    padding: 1rem 0;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    border-image-slice: 1;
    position: absolute;
    width: 100%
}

.linksFooter {
    font-family: "light";
    color: var(--azul-escuro)
}

.linksFooter:hover {
    color: var(--azulMarinho);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.carousel-indicators {
    display: none
}

.carousel {
    position: relative;
    padding: 1rem;
    background-color: var(--czt-claro);
    border-radius: 2rem
}

.carousel-control-next-icon {
    width: 12px;
    height: 18px
}

.carousel-control-prev-icon {
    width: 12px;
    height: 18px
}

.obrigadotxt {
    margin-top: 4rem;
    margin-bottom: 20rem!important;
    background-color: rgba(0,0,0,.31)
}

.obrigadotxt h1 {
    font-family: "bold";
    font-size: 3rem
}

.obrigadotxt h1,.obrigadotxt p {
    color: var(--branco);
    font-weight: bolder;
    text-align: center
}

.obrigadotxt p {
    font-family: "book";
    font-size: 2rem
}

div.cookies>h1 {
    font-family: "book";
    font-weight: bolder;
    font-size: 1.2rem
}

div.cookies>h2 {
    font-family: "book";
    font-weight: 700;
    font-size: 1rem
}

h1.tablecookies {
    font-family: "book";
    font-weight: bolder;
    font-size: 1.2rem
}

div.tablecookies>h2 {
    font-family: "book";
    font-weight: 700;
    font-style: italic;
    font-size: 1rem
}

div.tablecookies table {
    border-collapse: collapse;
    width: 100%
}

div.tablecookies td,div.tablecookies th {
    border: 1px solid #000;
    padding: 4px 2px;
    text-align: left
}

div.tablecookies th {
    background-color: #f2f2f2;
    font-weight: 700
}

div.tablecookies td,div.tablecookies th {
    font-family: "book";
    font-size: .8rem
}

div.tablecookies td {
    font-style: italic
}

.floating-form label:first-of-type{
    margin-left: 20px;
    margin-right: 8px;
}

.floating-form label:last-of-type{
    margin-right: 20px;
    margin-left: 8px;
}

@media (min-width: 320px) and (max-width:411px) {
    .phone_mobile {
        display:block;
        position: fixed;
        top: 0;
        right: 0;
        padding: .5rem
    }

    section.header {
        display: none
    }

    section.headerMobile {
        display: block;
        background-color: var(--azul);
        padding: 1rem 0 0;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
        box-shadow: 0 0 10px rgba(0,0,0,.5)
    }

    .apoioCliente {
        padding: 0 0 0 .3rem;
        margin: 0
    }

    .headerNumber {
        background-color: var(--laranja)
    }

    .headerNumber,.headerNumber h1 {
        color: var(--branco)
    }

    .topBanner {
        background-repeat: no-repeat;
        background-color: var(--azul)
    }

    .topBannertxt {
        font-size: 2.5rem;
        margin-top: 1rem;
        padding: 0;
        line-height: 2.4rem
    }

    .topBannertxt h1 {
        padding: 0;
        font-size: 2.5rem;
        margin-top: .5rem;
        line-height: 2.3rem
    }

    .topBannertxt h2 {
        font-size: 1.4rem;
        line-height: 1.5rem;
        padding: .5rem;
        margin-right: 0
    }

    .telephoneC2C {
        display: none
    }

    .paddingForm {
        margin: 0 1rem
    }

    .formContainer {
        margin: 8rem 0 2rem
    }

    .alignRight,.Item1Txt {
        text-align: center
    }

    .Item1Txt {
        font-size: 1.4rem;
        line-height: 1.7rem;
        margin-top: .7rem
    }

    .section1 {
        padding: 2rem 0
    }

    .section1txt h1 {
        font-size: 6rem
    }

    .statement1txt h1 {
        font-size: 2.3rem;
        padding: 0
    }

    .statement1txt h2 {
        font-size: 1.5rem
    }

    .statement1txt h3 {
        margin-top: 2rem;
        font-size: 1.5rem
    }

    .plusSignt {
        line-height: 8rem
    }

    .padding4 {
        padding: 2rem 0 0
    }

    .sectionPaineistxt h2 {
        font-size: 2.3rem
    }

    .imageSolares {
        height: 30rem;
        width: 22rem;
        background-position-x: -.96rem
    }

    .sectionPaineistxt h3 {
        font-size: 1.5rem;
        font-weight: 400;
        color: var(--azul-escuro);
        margin-top: 1rem
    }

    .section2 {
        padding: 2rem 0
    }

    .wrapperBox2 {
        padding: .7rem;
        border-bottom: 1px dashed green
    }

    .box2Subtit {
        margin-bottom: .7rem
    }

    .section3 {
        padding: 2rem 0
    }

    .statement3txt h1 {
        font-size: 2.3rem;
        padding: 0
    }

    .imgsvg img {
        width: 65%;
        margin-bottom: 1rem
    }

    .section5 {
        padding: 2rem 0
    }

    .statement2txt h1 {
        font-size: 2.3rem;
        padding: 0
    }

    .wrapperBox3 {
        min-height: 14rem;
        margin-bottom: 1rem
    }

    .wrapperBoxmargin2 {
        margin-bottom: 2rem;
        padding: 0 2rem
    }

    .wrapperBox3 {
        min-height: 15rem
    }
}

@media (min-width: 412px) and (max-width:767px) {
    section.header {
        display:none
    }

    .phone_mobile {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        padding: .5rem
    }

    section.headerMobile {
        display: block;
        background-color: var(--azul);
        padding: 1rem 0 0;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
        box-shadow: 0 0 10px rgba(0,0,0,.5)
    }

    .headerNumber {
        background-color: var(--laranja)
    }

    .headerNumber,.headerNumber h1 {
        color: var(--branco)
    }

    .topBanner {
        background-repeat: no-repeat;
        background-color: var(--azul)
    }

    .topBannertxt {
        font-size: 2.8rem;
        margin-top: 3rem;
        padding: 0;
        line-height: 3.2rem
    }

    .topBannertxt h1 {
        padding: 0;
        font-size: 2.5rem;
        margin-top: 2rem
    }

    .topBannertxt h2 {
        font-size: 1.4rem;
        line-height: 1.5rem;
        padding: .5rem;
        margin-right: 7rem
    }

    .telephoneC2C {
        display: none
    }

    .paddingForm {
        margin: 0 3rem
    }

    .formContainer {
        margin: 2rem 0
    }

    .alignRight,.Item1Txt {
        text-align: center
    }

    .Item1Txt {
        font-size: 1.4rem;
        line-height: 1.7rem;
        margin-top: .7rem
    }

    .section1 {
        padding: 2rem 0
    }

    .statement1txt h1 {
        padding: 0 0 2rem;
        font-size: 3rem
    }

    .statement1txt h2 {
        font-size: 1.7rem
    }

    .plusSignt {
        line-height: 8rem
    }

    .padding4 {
        padding: 2rem 0 0
    }

    .sectionPaineistxt h2 {
        font-size: 2.3rem
    }

    .imageSolares {
        height: 30rem;
        background-repeat: no-repeat
    }

    .sectionPaineistxt h3 {
        font-size: 1.5rem;
        font-weight: 400;
        color: var(--azul-escuro);
        margin-top: 1rem
    }

    .section2 {
        padding: 2rem 0
    }

    .wrapperBox2 {
        padding: .7rem;
        border-bottom: 1px dashed green
    }

    .box2Subtit {
        margin-bottom: .7rem
    }

    .section3 {
        padding: 2rem 0
    }

    .statement3txt h1 {
        font-size: 2.3rem;
        padding: 0
    }

    .imgsvg img {
        width: 65%;
        margin-bottom: 1rem
    }

    .paddingblockquote {
        padding: 1rem 3rem
    }

    .section5 {
        padding: 2rem 0
    }

    .statement2txt h1 {
        font-size: 2.3rem;
        padding: 0
    }

    .wrapperBox3 {
        min-height: 14rem;
        margin-bottom: 1rem
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .headerMobile {
        display:none
    }

    .apoioCliente {
        margin: 0
    }

    .topBanner {
        background-position-y: unset;
        background-position-x: -6rem
    }

    .topBannertxt {
        padding: 0;
        margin-top: 1rem;
        line-height: 3.2rem;
        font-size: 3rem
    }

    .topBannertxt h1 {
        padding: 0;
        font-size: 2.5rem;
        margin-top: 2rem
    }

    .topBannertxt h2 {
        font-size: 1.4rem;
        line-height: 1.5rem;
        padding: .5rem;
        margin-right: 7rem
    }

    .formContainer {
        margin: 2rem 0
    }

    .Item1Txt {
        font-size: 1.5rem
    }

    .statement1txt h2,.statement1txt h3 {
        font-size: 1.6rem
    }

    .section1txt h1 {
        font-size: 6rem
    }

    .wrapperBox2 {
        color: var(--czt);
        padding: 1.2rem;
        text-align: center
    }

    .section1 {
        padding: 2rem 0
    }

    .padding4 {
        padding: 0
    }

    .box1Txt {
        margin-top: 1rem;
        line-height: 1.7rem
    }

    .sectionPaineis {
        padding: 2rem 0
    }

    .sectionPaineistxt h2 {
        font-size: 3.5rem
    }

    .imageSolares {
        height: 30rem;
        background-repeat: no-repeat;
        background-position-x: 10rem
    }

    .sectionPaineistxt h3 {
        font-size: 2rem;
        font-weight: 400;
        color: var(--azul-escuro);
        margin-top: 2rem
    }

    .section2,.section4,.section6 {
        padding: 2rem 0
    }

    .box2Tit {
        font-size: 1.9rem
    }

    .section3 {
        padding: 2rem 0
    }

    .imgsvg img {
        width: 90%
    }

    .otro-blockquote {
        font-size: 1.2em;
        padding: 3em 15px .8em 20px;
        position: relative;
        border-radius: 1.5rem;
        min-height: 22rem
    }

    .PressLogo1,.PressLogo2 {
        right: 1rem
    }

    .section5 {
        padding: 2rem 0
    }

    .wrapperBox3 {
        margin-bottom: 2rem;
        min-height: 16.5rem
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .apoioCliente {
        margin:0 0 0 2rem
    }

    .topBanner {
        background-position-y: unset
    }

    .topBannertxt {
        padding: 0
    }

    .topBannertxt h1 {
        padding: 0;
        font-size: 3.5rem;
        margin-top: 2rem
    }

    .topBannertxt h2 {
        font-size: 2rem;
        line-height: 2rem;
        padding: .5rem;
        margin-right: 15rem
    }

    .wrapperBox3 {
        min-height: 20rem
    }

    .otro-blockquote {
        min-height: 18rem
    }

    .box1Txt {
        margin-top: 1rem;
        line-height: 1.7rem
    }

    .statement1txt h2 {
        font-size: 30px
    }

    .sectionPaineis {
        padding: 2rem 0
    }

    .sectionPaineistxt h2 {
        font-size: 3.5rem
    }

    .imageSolares {
        height: 30rem;
        background-repeat: no-repeat;
        background-position-x: 19rem
    }

    .sectionPaineistxt h3 {
        font-size: 2rem;
        font-weight: 400;
        color: var(--azul-escuro);
        margin-top: 2rem
    }
}
