@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    list-style: none;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

img {
    width: 100%;
}

.top-text {
    width: 100%;
    height: 40px;
    background: #073D87;
}

.content-top {
    max-width: 144.0rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
    padding-top: .35rem;
}

.content-top h3 {
    color: #cccccc;
    font-size: clamp(1rem, 2vw, 1.4rem);
    font-weight: 700;
}

.content-top .top-icons a {
    font-size: clamp(2rem, 2.5vw, 2.6rem);
    color: #cccccc;
}

.content-top .top-icons a:nth-child(n + 2) {
    margin-left: 1.3rem;
}

.menu-nav {
    display: none;
    cursor: pointer;
}

#testeRemove {
    display: none;
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    cursor: pointer;
}

#testeRemove i {
    font-size: 3rem;
}

.responsive {
    position: relative;
}

.nav-header-top {
    position: absolute;
    width: 100%;
}

nav .nav-btns {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    max-width: 144.0rem;
    margin: 0 auto;
}

nav .nav-btns ul {
    display: flex;
}

nav .nav-btns ul li a {
    margin-left: 1.9rem;
    font-weight: 800;
    font-size: 2rem;
    text-align: center;
    color: #E0E1E3;
}

nav .nav-btns ul ul {
    position: absolute;
    display: none;
    background-color: #498ecb81;
    margin-left: 1rem;
}

.nav-btns ul ul li {
    display: block;
    padding: 1rem 2rem;
}

.nav-btns i {
    color: #fff;
    position: relative;
    margin-left: 0.4rem;
    font-size: 1.7rem;
}

.menu-nav i {
    color: #fff;
    position: relative;
    margin-left: 0.4rem;
    font-size: 2.7rem;
}

.nav-btns li:hover ul {
    display: block;
}

nav .nav-btns ul ul a:nth-child(n + 1) {
    margin: 0;
    color: #fff;
}


.banner-inicio {
    width: 100%;
    height: 85vh;
}

/* ============================ INICIO - BACKGROUNDS PÁGINAS ============================ */

.banner-inicio-bg {
    background: url('../images/banner-inicio2.png') no-repeat center;
    background-size: cover;
}

/* INICIO - BACKGROUND QUEM SOMOS */

.banner-sobre-bg {
    background: url('../images/banner-sobre.jpg') no-repeat center;
    background-size: cover;
}

.title-background h1 {
    position: relative;
    top: 52rem;
    right: 0;
    left: 0;
    color: #fff;
    text-align: center;
    font-size: 3rem;
    font-weight: 900;
    border-radius: 2rem;
}

.title-background span {
    border-bottom: 2px solid #fff;
    padding-bottom: .5rem;
}

/* FIM - BACKGROUND QUEM SOMOS */

/* INICIO - BACKGROUND SERVICOS  */
.banner-servicos-bg {
    background: url('../images/banner-servicos.jpg') no-repeat center;
    background-size: cover;
}

/* FIM - BACKGROUND SERVICOS  */

/* INICIO - BACKGROUND CONTATO  */
.banner-contato-bg {
    background: url('../images/banner-contato.jpg') no-repeat center;
    background-size: cover;
}

/* FIM - BACKGROUND SERVICOS  */


/* ========= SERVICOS ========= */

/* INICIO - BACKGROUND RESIDENCIAS  */
.banner-residencias-bg {
    background: url('../images/Background\ -\ Residencias.jpg') no-repeat center;
    background-size: cover;
}

/* FIM - BACKGROUND RESIDENCIAS  */

/* INICIO - BACKGROUND CONDOMINIOS  */
.banner-condominios-bg {
    background: url('../images/Background\ -\ Comondominios.jpg') no-repeat center;
    background-size: cover;
}

/* FIM - BACKGROUND CONDOMINIOS  */

/* INICIO - BACKGROUND COMERCIOS  */
.banner-comercios-bg {
    background: url('../images/Background\ Comercio.jpg') no-repeat center;
    background-size: cover;
}

/* FIM - BACKGROUND COMERCIOS  */


/* ============================ FIM - BACKGROUNDS PÁGINAS ============================ */

.banner-inicio .content-banner {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    top: 29.8rem;
    position: relative;
    flex-wrap: wrap;
}

.banner-inicio .text-right h2 {
    font-weight: 900;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 4.1rem;
    color: #FFFFFF;
}

.banner-inicio .text-right h3 {
    width: 52.5rem;
    font-weight: 900;
    font-size: clamp(1.8rem, 3.7vw, 2.8rem);
    line-height: 3.7rem;
    color: #FFFFFF;
    margin: 1.8rem 0 3.6rem 0;
}

.banner-inicio .text-right span {
    color: #105198;
}

.banner-inicio .text-right a {
    font-weight: 700;
    font-size: clamp(1rem, 2vw, 1.5rem);
    line-height: 1.8rem;
    color: #FFFFFF;
    background-color: #4A8ECB;
    padding: 1.5rem 1.7rem;
    border-radius: 3rem;
    text-transform: uppercase;
}

.banner-inicio .text-right a:hover {
    background-color: #fff;
    color: #498FCB;
}

.square-blue {
    width: 100%;
    height: 2rem;
    background-color: #498FCB;
}

/* BARRA DE SCROL */

/* width */
::-webkit-scrollbar {
    width: 1rem;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 .5rem grey;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #4A8ECB;
    border-radius: .5rem;
}

/* FIM BARRA DE SCROL */

/* =========================== AREAS DE ATUACAO ============================*/

.area-atuacao {
    max-width: 144.0rem;
    margin: 10rem auto;
}

.card-areas {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 7.6rem;
}

.card-area-comercios,
.card-area-condominios,
.card-area-residencias {
    max-width: 29rem;
    height: 37rem;
    border-radius: 5rem;
    margin-left: 55px;
    position: relative;
    overflow: hidden;
}

.card-areas>div {
    flex: 1 1 25rem;
    margin: 20px;
}

.card-area-comercios {
    background: url("../images/card_comercio.jpg"), #4A8ECB 50% / cover no-repeat;
    margin: 0;
    overflow: hidden;
}

.card-area-condominios {
    background: url("../images/card_condominio.jpg"), #4A8ECB 50% / cover no-repeat;
    margin: 0;
    overflow: hidden;
}

.card-area-residencias {
    background: url("../images/card_residencia.jpg"), #4A8ECB 50% / cover no-repeat;
    margin: 0;
    overflow: hidden;
}

.card-comercios-content,
.card-condominios-content,
.card-residencias-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 5rem;
    height: 25.4rem;
    color: #FFF;
    padding-top: 22px;
    background: rgba(74, 142, 203, 0.83);
    transform: translateY(65%);
    transition: .2s ease-in-out;
    z-index: 1;
}

.card-area-comercios:hover .card-comercios-content,
.card-area-condominios:hover .card-condominios-content,
.card-area-residencias:hover .card-residencias-content {
    transform: translateY(0);
}

.card-comercios-content h3,
.card-condominios-content h3,
.card-residencias-content h3 {
    font-size: clamp(1.8rem, 3vh, 2.4rem);
    font-weight: 700;
    margin-bottom: 1rem;
    border-bottom: 0.2rem solid #fff;
}

.area-atuacao h2 {
    color: #073D87;
    font-size: clamp(2.4rem, 3vw, 3.6rem);
    font-weight: 500;
    text-align: center;
}

.area-atuacao h2>span {
    border-bottom: .2rem solid #073D87;
    font-weight: 600;
}

.card-comercios-content p,
.card-condominios-content p,
.card-residencias-content p {
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0 3.5rem;
}

.text-area-atuacao {
    color: #000;
    font-size: clamp(1.6rem, 3vw, 1.8rem);
    font-weight: 500;
    display: flex;
    margin: .6rem auto;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    padding: 2.3rem;
}

.card-comercios-content a,
.card-condominios-content a,
.card-residencias-content a {
    color: #FFF;
    font-size: clamp(1rem, 2vh, 1.5rem);
    font-weight: 700;
    border-radius: 30px;
    padding: .4rem 1.7rem;
    background: rgba(7, 61, 135, 0.80);
}

.card-comercios-content a:hover,
.card-condominios-content a:hover,
.card-residencias-content a:hover {
    color: rgba(7, 61, 135, 0.80);
    background: rgba(255, 255, 255);
}

.btn-card {
    margin-bottom: 1.8rem;
}

/* ============================ SOBRE NOS ============================ */
.home-sobre {
    width: 100%;
    height: 40rem;
    background: url("../images/bg-home-sobre4.jpg") no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
    margin: 15.2rem 0 15.2rem 0;
}

.content-home-sobre {
    margin: 0 auto;
    padding: 3rem;
}

.content-home-sobre h3 {
    font-size: clamp(2.5rem, 3vw, 3.2rem);
    font-weight: 800;
}

.content-home-sobre p {
    font-size: clamp(1.33rem, 3vw, 1.55rem);
    font-weight: 500;
    max-width: 81.7rem;
    margin: 3.6rem 0 4.3rem 0;
}

.content-home-sobre a {
    font-size: clamp(1.3rem, 2vw, 1.8rem);
    color: #fff;
    background-color: #4A8ECB;
    padding: .7rem 3rem;
    border-radius: 2rem;
    font-weight: 600;
}

.content-home-sobre a:hover {
    background-color: #fff;
    color: #498FCB;
}

/* ============================ NOSSOS SERVICOS ============================  */
#nossos-servicos {
    scroll-margin: 50px;
}

.home-servicos,
.home-cards-servicos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 160rem;
    margin: 0 auto;
}

.home-cards-servicos>figure {
    flex: 1 1 240px;
    margin: 20px;
}

.home-cards-servicos figure:hover {
    transform: scale(102%);
    transition: ease-out .1s;
}

.home-cards-servicos a {
    font-size: 1.3rem;
    font-weight: 700;
    border-radius: 1rem;
    padding: .2rem .8rem;
    background-color: #498FCB;
    color: #fff;
}

.home-cards-servicos a:hover {
    background-color: #fff;
    color: #498FCB;
}

.content-home-servicos {
    width: 100%;
}

.content-home-servicos h3 {
    margin-bottom: 5.7rem;
    color: #073D87;
    font-size: clamp(2rem, 4vh, 3.2rem);
    font-weight: 700;
    text-align: center;
}

.link {
    margin-top: 100px;
    text-align: center;
}

.link a {
    color: #FFF;
    background-color: #073D87;
    font-size: 14px;
    font-weight: 700;
    padding: 1rem;
    border-radius: 1rem;
}

.link a:hover {
    background-color: #498FCB;
}

.home-cards-servicos figure {
    max-width: 250px;
    height: 350px;
    position: relative;
}

.figure-div {
    position: absolute;
    bottom: 0;
    left: 2.5rem;
}

.figure-div figcaption {
    font-size: 1.7rem;
    font-weight: 800;
    padding: 0 1rem 1.6rem 0;
    color: #fff;
}

/* ============================ ENTRAR EM CONTATO - HOME ============================  */

.home-entre-contato {
    width: 100%;
    background: url("../images/background2.jpg") no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10rem;
}

.content-entre-contato {
    max-width: 63.3rem;
    padding: 30px;
}

.content-entre-contato h3 {
    color: #FFF;
    font-size: clamp(1.8rem, 3vw, 1.8rem);
    font-weight: 800;
}

.content-entre-contato p {
    color: #FFF;
    font-size: clamp(1.4rem, 3vw, 1.6rem);
    font-weight: 700;
    margin: 3.4rem 0;
}

.content-entre-contato a {
    font-size: clamp(1.2rem, 3vw, 1.5rem);
    color: #498FCB;
    font-weight: 700;
    background-color: #fff;
    padding: 1.5rem 1.2rem;
    border-radius: 1rem;
    display: inline-block;
}

.content-entre-contato a:hover {
    color: #fff;
    background-color: #498FCB;
}


/* ============================ FOOTER ============================  */

footer {
    width: 100%;
    background-color: #073D87;
    height: 30.6rem;
    position: relative;
    bottom: 0;
    left: 0;
    color: #fff;
    margin-top: 11.4rem;
}

.content-direitos {
    background-color: #002C69;
    width: 100%;
    position: absolute;
    text-align: center;
    padding: .9rem;
    font-size: 1.2rem;
    bottom: 0;
}

.content-footer {
    max-width: 144.0rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 2.4rem;
}

.content-text-footer p {
    width: 24.4rem;
    font-size: clamp(1.3rem, 3vw, 1.4rem);
    font-weight: 400;
    margin-top: 1.7rem;
}

.content-nav-footer {
    display: flex;
    justify-content: center;
    margin-left: 10rem;
}

.content-nav-footer h3 {
    font-weight: 800;
    font-size: clamp(1.7rem, 3vw, 2rem);
}

.content-nav-footer a {
    color: #fff;
}

.content-nav-footer ul:nth-last-child(1) li:nth-last-child(n) {
    max-width: 223px;
}

.content-nav-footer>ul {
    flex: 1 1 auto;
    margin: 2rem 2rem 2rem 0;
}

.content-nav-footer li {
    margin-top: 1rem;
    font-size: clamp(1.3rem, 3vw, 1.5rem);
}


/* ============================ PÁGINA - QUEM SOMOS ============================  */

.quem-somos {
    max-width: 120rem;
    margin: 8.4rem auto;
    background-color: rgba(74, 142, 203, 0.05);
    border-left: .6rem solid #498FCB;
    padding: 2rem;
    border-radius: 2rem;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
}

.content-quem-somos span {
    border-bottom: 2px solid #073D87;
}

.content-quem-somos h2,
.missao-quem-somos h2 {
    text-align: center;
    color: #073D87;
    font-size: clamp(2rem, 3vw, 3.2rem);
    margin-bottom: 4rem;
}

.missao-quem-somos h2 {
    margin: 12rem 0 3rem 0;
}

.content-quem-somos p,
.missao-quem-somos p {
    max-width: 78rem;
    color: #000;
    font-size: clamp(1.3rem, 3vw, 2rem);
    font-weight: 500;
    margin: 1.5rem auto;
}

/* ============================ PÁGINA - SOLUÇÕES CONDOMINIOS ============================  */

.condominios {
    max-width: 144.0rem;
    margin: 6.4rem auto;
}

.content-text-condominios {
    max-width: 96.9rem;
    margin: 0 auto;
    background-color: rgba(74, 142, 203, 0.05);
    border-left: .6rem solid #498FCB;
    padding: 5.8rem 3.4rem;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
}

.content-text-condominios h2 {
    color: #073D87;
    font-size: clamp(2rem, 4vh, 3rem);
    font-weight: 700;
    margin-bottom: 3rem;
}

.content-text-condominios span {
    border-bottom: 2px solid #073D87;
    padding-bottom: 0.2rem;
}

.content-text-condominios p {
    color: #000;
    font-size: clamp(1.6rem, 2vh, 2rem);
}

.content-text-condominios p:nth-child(n + 1) {
    margin-top: 2rem;
}

.content-servicos-condominios {
    text-align: center;
    margin: 18.9rem 0 18.9rem 0;
}

.content-servicos-condominios p {
    color: #000;
    font-weight: 700;
}

.content-solucoes-contato {
    max-width: 96.9rem;
    margin: 0 auto;
    background-color: rgba(74, 142, 203, 0.05);
    border-left: .6rem solid #498FCB;
    padding: 4.8rem 3.4rem;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
}

.text-solucoes-contato {
    max-width: 78.8rem;
    margin: 0 auto;
}

.content-solucoes-contato h2 {
    color: #073D87;
    font-size: clamp(2rem, 4vh, 3rem);
    font-weight: 700;
}

.content-solucoes-contato p {
    color: #073D87;
    font-size: clamp(1.3rem, 4vh, 1.6rem);
    font-weight: 700;
    margin: 3rem 0 4.2rem 0;
}

.content-solucoes-contato a {
    color: #FFF;
    font-size: clamp(.7rem, 4vh, 1.5rem);
    background-color: #073D87;
    padding: 1.2rem;
    border-radius: 1rem;
    font-weight: 700;
}

/* ============================ PÁGINA - SOLUÇÕES COMERCIOS ============================  */

.servicos-especializados {
    margin: 10rem 0 18.9rem 0;
}

.servicos-especializados h2 {
    color: #073D87;
    font-size: clamp(2rem, 4vh, 3rem);
    font-weight: 700;
    text-align: center;
    margin-bottom: 5.4rem;
}

.servicos-especializados span {
    border-bottom: 2px solid #073D87;
}

.cards-servicos {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 45.3rem;
    border-radius: 3rem;
    background: rgba(74, 142, 203, 0.80);
    color: #fff;
    margin: 2rem;
}

.content-servicos-especializados {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.content-right {
    padding: 2rem;
}

.content-right figcaption {
    color: #073D87;
    font-size: 1.3rem;
    font-weight: 800;
}

.content-right p {
    padding: 2rem 0 2.4rem 0;
    font-size: 1.1rem;
    font-weight: 700;
}

.content-right a {
    color: #FFF;
    font-size: 1.1rem;
    font-weight: 700;
    background-color: #073D87;
    padding: .4rem 1.5rem;
    border-radius: 1rem;
}

.content-right a:hover {
    color: #073D87;
    background-color: #fff;
}

/* ============================ PÁGINA CONTATO ============================  */

.content-contato {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.contato .title-contato {
    margin: 10.3rem auto;
    max-width: 968px;
}

.contato .title-contato h2 {
    color: #073D87;
    font-size: 3.2rem;
    font-weight: 900;
}

.contato .title-contato p {
    color: #073D87;
    font-size: 2rem;
    padding-top: .8rem;
    font-weight: 600;
}

.right-content-contato,
.left-content-contato {
    background-color: #EFF5FA;
    border-radius: 2rem;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
}

.left-content-contato {
    max-width: 593px;
    width: 100%;
}

.right-content-contato {
    max-width: 358px;
    width: 100%;
    padding: 0 28px;
    font-size: 2rem;
    color: #073D87;
    margin-left: 2rem;
}

.right-content-contato h4 {
    padding: 28px 0;
    font-weight: bold;
    color: #073D87;
    font-weight: 800;
}

.right-content-contato p {
    padding-bottom: 6rem;
    font-weight: 600;
}

.right-content-contato a {
    color: #078770;
}

.form-contato input {
    max-width: 52rem;
    width: 100%;
    height: 4rem;
    border-radius: 10px;
    background: #4A8ECB;
    border: none;
    color: #fff;
    padding: 1rem;
    font-weight: bold;
}

.form-contato .container-input {
    margin: 3.6rem 0;
    position: relative;
}

.form-contato {
    position: relative;
    padding: 0px 36px 28px 36px;
}

.form-contato input::placeholder,
.form-contato textarea::placeholder {
    opacity: 1;
    color: rgb(255, 255, 255);
}

.form-contato textarea {
    resize: none;
    width: 100%;
    height: 14rem;
    border-radius: 10px;
    background: #4A8ECB;
    border: none;
    color: #fff;
    padding: 1rem;
    font-weight: bold;
}

.form-contato textarea::selection {
    border: 5px solid blue;
}

.form-contato input[type=submit] {
    border-radius: 10px;
    background: #4A8ECB;
    border: none;
    color: #fff;
    padding: 1rem;
    font-weight: bold;
    max-width: 20rem;
    cursor: pointer;
    display: block;
    margin: 0 auto;
}

/* ============================ PÁGINA SERVICO - ALARMES ============================  */

.servicos-alarmes {
    margin-top: 17.4rem;
}



.alarmes-left-content,
.alarmes-right-content {
    display: flex;
    max-width: 993px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.alarmes-left-content h2,
.alarmes-right-content h2 {
    color: #073D87;
    font-size: clamp(1.9rem, 2vh, 2.4rem);
    font-weight: 700;
    max-width: 53.2rem;
}

.text-content-alarme {
    margin-top: 39px;
    max-width: 500px;
    color: #000;
    text-align: justify;
    font-size: clamp(1.5rem, 2vh, 1.8rem);
    font-weight: 500;
    border-left: 6px solid #498FCB;
    padding-left: 5px;
}

.alarmes-right-content {
    margin-top: 86px;
}

.alarmes-content-meio {
    width: 100%;
    background-color: rgba(74, 142, 203, 0.09);
    padding: 10px;
    margin-top: 218px;
}

.content-alarmes-meio,
.alarmes-content-produtos,
.alarmes-entre-contato {
    max-width: 993px;
    margin: 0 auto;
}

.alarmes-content-meio h2,
.alarmes-content-produtos h2 {
    color: #073D87;
    font-size: clamp(1.8rem, 2vh, 3rem);
    font-weight: 700;
    margin: 20px 0 30px 0;
    text-align: center;
}

.alarmes-content-meio h3 {
    color: #073D87;
    font-size: clamp(1.8rem, 2vh, 2.4rem);
    font-weight: 700;
    text-align: center;
}

.alarmes-content-meio p {
    color: #000;
    font-size: clamp(1.45rem, 2vh, 2rem);
    font-weight: 600;
    max-width: 846px;
    margin: 0 auto;
}

.alarmes-content-meio ol {
    display: flex;
    flex-wrap: wrap;
    max-width: 650px;
    margin: 0 auto;
}

.alarmes-content-meio li {
    flex: 2 2 50%;
    padding: 10px;
    text-align: center;
    color: #000;
    font-size: clamp(1rem, 2vh, 1.4rem);
    font-weight: 600;
}

.alarmes-content-meio li i {
    padding-right: .5rem;
}

.alarmes-content-meio li:nth-child(2n) {
    text-align: right;
}

.alarmes-content-meio li:nth-child(-2n + 5) {
    text-align: left;
}

.alarmes-content-meio figure img {
    max-width: 743px;
    display: block;
    margin: 0 auto;
}

.alarmes-entre-contato {
    background-color: rgba(74, 142, 203, 0.09);
    border-left: 6px solid #073D87;
    padding: 4rem 10rem;
    margin-top: 170px;
}

.alarmes-entre-contato h2 {
    color: #073D87;
    font-size: clamp(1.8rem, 2vh, 3.2rem);
    font-weight: 800;
}

.alarmes-entre-contato p {
    color: #073D87;
    font-size: clamp(1.5rem, 2vh, 2rem);
    font-weight: 700;
    margin: 37px 0 46px 0;
}

.alarmes-entre-contato .link-entre-contato {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.alarmes-entre-contato a {
    color: #FFF;
    font-size: clamp(1rem, 2vh, 1.6rem);
    font-weight: 600;
    border-radius: 10px;
    background: #073D87;
    padding: 8px 14px;
}

.alarmes-entre-contato a:hover {
    background-color: #498FCB;
}

.alarmes-content-produtos {
    margin-top: 11rem;
}

.alarmes-produtos {
    max-width: 993px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.alarmes-produtos figure {
    max-width: 250px;
    height: 300px;
    border: 2px solid rgba(120, 105, 105, 0.1);
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    padding: 5px;
}

.alarmes-produtos figure:hover {
    border: 2px solid rgba(120, 105, 105, 0.512);
    transform: scale(102%);
}

.alarmes-produtos>figure {
    flex: 1 1 250px;
    margin: 10px;
}

/* MANUTENÇÃO */
.manutencao {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50vh;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    background-color: #ffffff;
}

.manutencao-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    background-color: #ffffff;
}