@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Outfit', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    overflow-x: hidden !important;
    color: var(--secondary-color);
}

a:hover {
    color: #000000;
}

#section-ads {
    padding: 30px 0;
}

:root {
    --primary-color: #DE2429;
    --secondary-color: #404857;
    --black: #000;
    --placeholder: #999;
    --white: #fff;
    --progress-bg: #FAFAFF;
}

.mainlp {
    margin-top: 65px;
    position: relative;
}

.custom-container {
    --max-width: 1255px;
    --padding: 2rem;
    width: min(var(--max-width), 100% - (2 * var(--padding)));
    display: flex;
    margin: 0 auto;
}

.left {
    flex: 1;
    width: 50%;
    max-width: 520px;
    position: relative;
    z-index: 999;
}

.logo img {
    width: 200px;
    height: auto;
    /* margin-bottom: 32px; */
}

.main-text {
    margin-block: 45px 35px;
}

h1 {
    color: var(--secondary-color);
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.subtitle {
    color: #7F7F7F;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.right {
    width: 50%;
}

.right-ty {
    width: 60%;
}

.right .house {
    position: absolute;
    top: 60px;
    right: 0;
    width: 100%;
    max-width: 60%;
    height: auto;
    z-index: -1;
}

/* .right::after {
    content: '';
    position: absolute;
    top: 420px;
    right: 65px;
    height: 192px;
    width: 125px;
    background-color: purple;
    z-index: 999;
    cursor: pointer;
} */

/* .invisible-box {
    content: '';
    position: absolute;
    top: 420px;
    right: 65px;
    height: 192px;
    width: 125px;
    background-color: purple;
    z-index: 999;
    cursor: pointer;
} */

.house-red {
    position: absolute;
    top: 50px;
    right: 0;
    width: 100%;
    max-width: 1000px;
    height: auto;
    pointer-events: none;
    z-index: 20;
}

.house-green {
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    width: 100%;
    max-width: 1000px;
    height: auto;
    pointer-events: none;
    z-index: 20;
}

.telemovel {
    position: absolute;
    top: 457px;
    width: 335px;
    right: 0px;
}

.right .house-green {
    display: none;
}

.right:hover .house-red {
    display: none;
}

.right:hover .house-green {
    display: block;
}

.house-red,
.house-green {
    pointer-events: auto;
    cursor: pointer;
}

.formulario {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 320px;
    max-width: 100%;
    width: 450px;
    margin: 0 auto;
    padding: 30px 35px;
    border-radius: 20px;
    background: #F9F9F9;
    box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.25);
}

/* section 2 */
.steps-section {
    --max-width: 1255px;
    --padding: 2rem;
    width: min(var(--max-width), 100% - (2 * var(--padding)));
    background: #F9F9F9;
    margin: 100px auto;
    padding: 65px 50px;
    border-radius: 20px;
    box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.25);
    position: relative;
}

.steps-container {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.steps-header {
    max-width: 480px;
}

.steps-header h2 {
    font-weight: 800;
    color: var(--secondary-color);
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: Outfit;
    font-size: 40px;
    text-transform: uppercase;
}

.steps-header h2 span {
    color: var(--primary-color);
}

.camera-img {
    max-width: 325px;
    margin-left: auto;
    margin-bottom: 35px;
}

.camera-img img {
    width: 100%;
    height: auto;
}


.steps {
    /* display: flex;
    align-items: center;
    gap: 75px;
    margin-top: 40px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto; */
    width: 100%;
}

.steps-headline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.step {
    border-radius: 30px;
    background: var(--white);
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.25);
    /*  dividi por 3 */
    /* TODO:mudar para grid */
    /* flex: 1 1 calc(33.333% - 16px); */
    width: 95%;
    max-width: 330px;
    height: 320px;
    padding: 20px 30px;
    margin: 0 auto;
}

.steps .slick-track {
    padding: 20px 0;
}

.card-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.card-number {
    font-weight: 800;
    color: var(--secondary-color);
    font-size: 64px;
}

.card-title {
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
    color: var(--secondary-color);
    margin-bottom: 12px;
}

.card-text {
    font-size: 16px;
    line-height: 1.4;
    color: var(--secondary-color);
    font-weight: 400;
    line-height: normal;
    text-wrap: balance;
}

/* section 3 */
.section3 {
    --max-width: 1255px;
    --padding: 4rem;
    width: min(var(--max-width), 100% - (2 * var(--padding)));
    margin: 70px auto 0;
}

.first-stats {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.last-stats {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 20px;
}

.stats-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stat-number {
    color: var(--secondary-color);
    text-align: center;
    font-size: 52px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.stat-text {
    color: var(--secondary-color);
    text-align: center;
    font-family: Raleway;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.section3 .mobile {
    display: none;
}

.custom-dots,
.custom-dots2 {
    margin-top: 30px;
    text-align: center;
}

.custom-dots2 {
    margin: 0 auto;
}

.custom-dots .slick-dots,
.custom-dots2 .slick-dots {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
}

.custom-dots .slick-dots li,
.custom-dots2 .slick-dots li {
    margin: 0 5px;
}

.custom-dots .slick-dots li button,
.custom-dots2 .slick-dots li button {
    background: rgba(0, 0, 0, 0.1);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 0;
}

.custom-dots .slick-dots li.slick-active button,
.custom-dots2 .slick-dots li.slick-active button {
    background: var(--primary-color);
}

/* section 4 */
img {
    max-width: 100%;
}

.section4 {
    margin-top: 100px;
}

.mapa-box {
    border-radius: 20px;
    padding: 60px 40px;
    background: #F9F9F9;
    box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.25);
}

#img-tresde {
    width: 100%;
    overflow: hidden;
    position: relative;
    max-width: 1176px;
    margin: 0 auto;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#img-tresde .point::after {
    padding: 5px;
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background: var(--primary-color);
    border-radius: 35px;
    z-index: 1;
    animation: pulso-mo 2s infinite
}

@keyframes pulso-mo {
    0% {
        transform: scale(1);
        opacity: .9;
        z-index: 1
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
        z-index: 1
    }
}

#img-tresde .point::before {
    position: absolute;
    content: "+";
    width: 35px;
    height: 35px;
    background-color: var(--primary-color);
    border-radius: 35px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

#img-tresde .point {
    position: absolute;
    display: block
}

#img-tresde .point:hover::after,
#img-tresde .point:hover::before {
    background-color: #000
}

#img-tresde .point.acuda:hover+.titulo-tresde.acuda,
#img-tresde .point.app-mpa:hover+.titulo-tresde.app-mpa,
#img-tresde .point.camara-360:hover+.titulo-tresde.camara-360,
#img-tresde .point.detector-camara:hover+.titulo-tresde.detector-camara,
#img-tresde .point.detector-exterior-camara:hover+.titulo-tresde.detector-exterior-camara,
#img-tresde .point.detector-humo:hover+.titulo-tresde.detector-humo,
#img-tresde .point.detector-magnetico:hover+.titulo-tresde.detector-magnetico,
#img-tresde .point.detector-sin-camara:hover+.titulo-tresde.detector-sin-camara,
#img-tresde .point.llave-inteligente:hover+.titulo-tresde.llave-inteligente,
#img-tresde .point.panel-comunicacion:hover+.titulo-tresde.panel-comunicacion,
#img-tresde .point.placa:hover+.titulo-tresde.placa,
#img-tresde .point.policia:hover+.titulo-tresde.policia,
#img-tresde .point.sai:hover+.titulo-tresde.sai,
#img-tresde .point.seguridad-digital:hover+.titulo-tresde.seguridad-digital,
#img-tresde .point.teclado-sirena:hover+.titulo-tresde.teclado-sirena {
    opacity: 1
}

#img-tresde span.titulo-tresde {
    position: absolute;
    display: block;
    background-color: rgba(255, 255, 255, .7);
    font-weight: 700;
    padding: 5px 10px;
    font-size: 14px;
    z-index: 5;
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

#img-tresde .info {
    display: none;
    position: absolute;
    z-index: 999;
    background-color: hsla(0, 0%, 100%, .6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

#img-tresde .texto-info {
    width: 60%;
    background-color: #fff;
    border-radius: 25px;
    border: 6px solid var(--primary-color);
    padding: 20px 40px;
    position: relative;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center
}

#img-tresde .texto-info h3 {
    font-weight: 700;
    font-size: 22px
}

#img-tresde .texto-info p {
    margin-bottom: 0
}

#img-tresde .texto-info .btn-catalogo {
    font-weight: 700;
    font-size: 1rem;
    padding: 1rem 3rem;
    box-shadow: none;
    border-radius: 6rem;
    border-width: .125rem;
    border-style: solid;
    border-color: #4c4c4c;
    margin-right: 5px;
    color: #000;
    background-color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-top: 1rem;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

#img-tresde .texto-info .btn-catalogo:hover {
    background-color: #ffd000;
    border-color: #ffd000
}

#img-tresde .texto-info div:nth-child(2) {
    width: 63%
}

#img-tresde .texto-info div:last-child {
    width: 35%
}

#img-tresde .acuda img,
#img-tresde .app-mpa img,
#img-tresde .policia img,
#img-tresde .seguridad-digital img {
    border-radius: 25px
}

#img-tresde .acuda .texto-info,
#img-tresde .app-mpa .texto-info,
#img-tresde .policia .texto-info,
#img-tresde .seguridad-digital .texto-info {
    padding: 60px 40px
}

#img-tresde .texto-info .cerrar-info {
    position: absolute;
    cursor: pointer;
    top: 5px;
    right: 19px;
    transform: rotate(45deg);
    font-weight: 700;
    font-size: 30px
}

#img-tresde .point.placa {
    top: 43%;
    left: 22.5%
}

#img-tresde .titulo-tresde.placa {
    top: 43%;
    left: 10%
}

#img-tresde .point.detector-humo {
    top: 17.5%;
    left: 30%
}

#img-tresde .titulo-tresde.detector-humo {
    top: 17.5%;
    left: 16.5%
}

#img-tresde .point.detector-magnetico {
    top: 46%;
    left: 85%
}

#img-tresde .titulo-tresde.detector-magnetico {
    top: 47%;
    left: 70%
}

#img-tresde .point.camara-360 {
    top: 32.5%;
    left: 32%
}

#img-tresde .titulo-tresde.camara-360 {
    top: 33%;
    left: 11%
}

#img-tresde .point.sai {
    top: 32.5%;
    left: 66.5%
}

#img-tresde .titulo-tresde.sai {
    top: 32.5%;
    left: 70.8%
}

#img-tresde .point.teclado-sirena {
    top: 16%;
    left: 53%
}

#img-tresde .titulo-tresde.teclado-sirena {
    top: 16%;
    left: 56.4%
}

#img-tresde .point.llave-inteligente {
    top: 24%;
    left: 57.5%
}

#img-tresde .titulo-tresde.llave-inteligente {
    top: 24%;
    left: 61%
}

#img-tresde .point.detector-camara {
    top: 24%;
    left: 47%
}

#img-tresde .titulo-tresde.detector-camara {
    top: 31%;
    left: 40%
}

#img-tresde .point.detector-sin-camara {
    top: 39%;
    left: 60%
}

#img-tresde .titulo-tresde.detector-sin-camara {
    top: 46%;
    left: 49%
}

#img-tresde .point.panel-comunicacion {
    top: 55%;
    left: 40%
}

#img-tresde .titulo-tresde.panel-comunicacion {
    top: 55.3%;
    left: 43.4%
}

#img-tresde .point.detector-exterior-camara {
    top: 26%;
    left: 13%
}

#img-tresde .titulo-tresde.detector-exterior-camara {
    top: 26%;
    left: 16.6%
}

#img-tresde .point.ico-tresde::before {
    background-color: unset;
    background-position: center;
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50px
}

#img-tresde .point.ico-tresde::after {
    background: #3a3c3f;
    width: 50px;
    height: 50px
}

#img-tresde .point.ico-tresde:hover::after,
#img-tresde .point.ico-tresde:hover::before {
    background-color: var(--primary-color)
}

#img-tresde .point.acuda {
    top: 79%;
    left: 49%
}

#img-tresde .titulo-tresde.acuda {
    top: 71.5%;
    left: 42%
}

#img-tresde .point.acuda::before {
    background-image: url("/img/main/mota.jpg")
}

#img-tresde .point.app-mpa {
    top: 79%;
    left: 43%
}

#img-tresde .titulo-tresde.app-mpa {
    top: 71.5%;
    left: 41%
}

#img-tresde .point.app-mpa::before {
    background-image: url(/img/main/smart-app.jpg)
}

#img-tresde .point.policia {
    top: 79%;
    left: 55%
}

#img-tresde .titulo-tresde.policia {
    top: 71.5%;
    left: 51%
}

#img-tresde .point.policia::before {
    background-image: url(/img/main/policia.jpg)
}

#img-tresde .point.seguridad-digital {
    top: 79%;
    left: 61%
}

#img-tresde .titulo-tresde.seguridad-digital {
    top: 71.5%;
    left: 57%
}

#img-tresde .point.seguridad-digital::before {
    background-image: url(/img/main/mota.jpg)
}

.rowTitle h2 {
    color: var(--secondary-color);
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    text-wrap: balance;
}

.rowTitle p {
    margin-top: 20px;
    color: var(--secondary-color);
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    text-wrap: balance;
    line-height: normal;
}


/* section5 */
.section5 {
    margin-top: 100px;
}

.sec5-txt h3 {
    color: var(--secondary-color);
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    max-width: 60%;
    margin: 0 auto;
    text-wrap: balance;
    margin-bottom: 50px;
}

.accordion-header {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.accordion-item {
    border-bottom: 3px solid var(--primary-color);
}

.accordion-button {
    border-bottom: 1px solid var(--purple);
}

.accordion-button span {
    max-width: 90%;
    color: var(--secondary);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
    background-image: url('/img/icons/down.svg');
    background-size: 100%;
    height: 20px;
    width: 25px;
    background-position: center bottom;
    transition: all 0.4s ease;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
    background-position: bottom;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: var(--purple);
    background: rgba(118, 146, 255, 0.2);
}

.accordion-body {
    text-align: left;
    padding: 10px 15px;
}

.accordion-body p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.accordion-body span {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.accordion-body p a {
    color: var(--lightpurple);
    cursor: pointer;
}

.accordion-button:not(.collapsed) {
    color: var(--black);
    background: #F9F9F9;
}

/* section 6 */
.section6 {
    margin-top: 100px;
}

.section6-container {
    border-radius: 20px;
    background: #F9F9F9;
    box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.25);
    padding: 60px 80px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.section6 span {
    color: var(--secondary);
    font-size: 36px;
    font-weight: 600;
    max-width: 500px;
    text-wrap: balance;
    line-height: 1.2;
}

.section6 button {
    padding: 15px 48px;
    background: var(--primary-color);
    color: #fff;
    border: none;
    border-radius: 25px;
    box-shadow: 5px 5px 0px 0px #D1D5E0;
    color: #FFF;
    text-align: center;
    font-size: 28.8px;
    font-weight: 600;
}

.section6 button:hover {
    box-shadow: none;
    transform: translateY(5px);
}

.section6 button:focus-visible {
    outline: none;
    box-shadow: none;
}

.form-container--alt {
    width: 100%;
    max-width: 750px;
}

.input-container {
    width: 100%;
}

.input-container input {
    width: 100%;
    max-width: 100%;
}

.suggestions-card-main {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 30;
    padding: 32px;
    background-color: var(--white);
}

.resumo-mobile {
    display: none;
}

.ty-content h3 {
    color: var(--primary-color);
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    text-wrap: balance;
}

.ty-content p {
    color: var(--secondary-color);
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    line-height: 27px;
    text-wrap: balance;
}

.ty-content span {
    color: var(--secondary-color);
    font-weight: 500;
}

@media (max-width: 1400px) {

    .house-red,
    .house-green {
        max-width: 845px;
        top: 115px;
    }
}


@media (max-width: 1200px) {
    .sec5-txt h3 {
        max-width: 100%;
    }

    .house-red,
    .house-green {
        max-width: 671px;
        top: 115px;
    }
}

@media (max-width: 1120px) {
    #img-tresde .point.app-mpa {
        top: 79%;
        left: 42%;
    }

    #img-tresde .point.policia {
        top: 79%;
        left: 56%;
    }

    .section6 span {
        font-size: 26px;
    }

    .section6 button {
        padding: 10px 35px;
        font-size: 20px;
    }
}

@media (max-width: 1000px) {

    .house-red,
    .house-green {
        max-width: 549px;
        top: 169px;
        right: -39px;
    }
}

@media (max-width: 991px) {
    .ty-content h3 {
        font-size: 30px;
    }

    .ty-content p,
    .ty-content span {
        font-size: 20px;
    }

    .rowTitle h2 {
        font-size: 30px;
    }

    .rowTitle p {
        font-size: 18px;
    }

    #img-tresde .point.app-mpa {
        top: 79%;
        left: 39%;
    }

    #img-tresde .point.policia {
        top: 79%;
        left: 59%;
    }

    .section6-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        padding: 45px 80px;
    }

    .section6 span {
        text-align: center;
    }

    .stat-number {
        font-size: 40px;
    }

    .stat-text {
        font-size: 20px;
    }

    .camera-img img {
        width: 70%;
    }

}

@media (max-width: 780px) {

    .ty-content span,
    .ty-content p {
        font-size: 25px;
    }

    .ty-content h3 {
        font-size: 35px;
    }

    .custom-container {
        place-content: center;
    }

    .right {
        display: none;
    }

    .resumo-mobile {
        display: block;
        margin: 20px auto;
        width: min(90%, 500px);
    }

    .resumo-mobile .suggestions-card {
        position: static;
        top: auto;
        right: auto;
        z-index: auto;
    }

    .main-logo {
        display: flex;
        justify-content: center;
    }

    .main-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .steps-section {
        padding: 30px 50px;
    }
}


@media (max-width: 768px) {

    .section4 {
        display: none;
    }

    .sec5-txt h3 {
        font-size: 35px;
    }

    .accordion-button span {
        font-size: 18px
    }

    .accordion-body p {
        font-size: 18px;
    }

    .accordion-body span {
        font-size: 18px;
    }

    .stat-number {
        font-size: 35px;
    }

    .stat-text {
        font-size: 18px;
    }

    .custom-dots {
        display: block;
    }

    .section3 .desktop {
        display: none;
    }

    .section3 .mobile {
        display: block;
    }

    .section3 .mobile>div {
        width: 100%;
    }

    .camera-img {
        display: none;
    }

    .steps-section {
        background: none;
        box-shadow: none;
    }

    .steps-header h2 {
        text-align: center;
    }

    .steps-headline {
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .stat-number {
        font-size: 28px;
    }

    .stat-text {
        font-size: 16px;
        max-width: 70%;
        margin: 0 auto;
        line-height: 1.2;
    }
}

@media (max-width: 590px) {
    .steps-header h2 {
        font-size: 35px;
    }

    .steps-section {
        max-width: 90%;
    }

    .steps-header h2 {
        margin: 0 auto;
    }
    .mainlp {
        margin-top: 40px;
    }
    .main-logo img {
        width: 220px;
    }
}

@media (max-width: 540px) {
    .section6-container {
        padding: 40px 20px;
    }
}

@media (max-width: 480px) {
    .sec5-txt h3 {
        font-size: 25px;
    }

    .accordion-button span {
        font-size: 16px
    }

    .accordion-body p {
        font-size: 16px;
    }

    .accordion-body span {
        font-size: 16px;
    }

    .section6 button {
        font-size: 18px;
    }

    .card-wrapper {
        gap: 12px;
    }

    .card-number {
        font-size: 59px;
    }

    .card-title {
        font-size: 20px;
    }
}