@import url('https://fonts.googleapis.com/css2?family=Arimo&family=Roboto:wght@300;400&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    user-select: none;
    scroll-behavior: smooth;
}
html {
    scroll-behavior: smooth;
}

body {
    width: 100vw;
    background-image: linear-gradient(black, #294192, black);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow-x: hidden;
}

.whats {
    width: 5vw;
    height: 10vh;
    position: fixed;
    right: 2vw;
    bottom: 5vh;
    cursor: pointer;
    z-index: 999;
}

.cabecalho{
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.carrossel {
    height: 30vh;
    width: 80vw;
    overflow: hidden;
    box-shadow: 0px 4px 5px black;
    margin-top: 2.5%;
}
.galeria {
    display: flex;
    transition: transform 0.5s ease-in-out;
}.galeria > img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

#menu {
    position: relative;
    z-index: 100;
    list-style: none;
    padding: 0% 1% 0% 1%;
    color: black;
    background-image: linear-gradient(white, #bdbdbd);
    width: 70vw;
    display: flex;
    flex-direction: row;
    border-radius: 8px;
    box-shadow: 0px 3px 1px #757575;
    margin-top: -2vh;
    align-items: center;

    text-transform: uppercase;
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
}#menu > li {
    display: inline;
    font-size: 1.1vw;
    cursor: pointer;
    padding: 1%;
}#menu > li:not(:first-child){
    margin-left: 2vw;
}#menu > .endereco > a {
    text-decoration: none;
    margin-left: 14vw;
    color: #00ABFF;
    text-shadow: 0px 2px 1px #004b70;
    font-size: 1.8vw;
}#menu > li:hover:not(:last-child){
    background-color: #979797;
    border-radius: 5px;
    transition: 0.3s;
}#menu > li > a {
    text-decoration: none;
    color: inherit;
}

.principal {
    width: 100vw;
    display: flex;
}.apresentacao {
    margin-left: 10vw;
    width: 80vw;
    position: relative;
}.creseg-imgs{
    display: flex;
    align-items: center;
    margin-left: 3vw;
}.logotxt{
    width: 20vw;
    height: 40vh;
}.logo{
    width: 10vw;
    height: 18vh;
}.seguranca-img{
    position: absolute;
    width: 30vw;
    height: 60vh;
    right: 20px;
    top: 10px;
}.texto {
    margin-left: 3vw;
    margin-top: -11vh;
    width: 30vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.texto > h2 {
    color: white;
    font-family: 'Roboto';
    font-size: 1.5vw;
}.cta1 {
    text-transform: uppercase;
    background-color: #20AB4B;
    border: none;
    border-radius: 20px;
    padding: 4%;
    color: white;
    font-size: 1.1vw;
    font-family: 'Arimo';
    font-weight: bold;
    box-shadow: 0 4px 0 #0B401B;
    cursor: pointer;
}.texto > a{
    margin-top: 5vh;
    width: 90%;
    
}

.servicos {
    width: 100vw;
    margin-top: 10vh;
}.instalacao-cameras{
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}.camera-img {
    width: 50%;
}.camera-img > img {
    width: 40vw;
    margin-left: -2vw;
}.txt-cameras {
    color: white;
    width: 50%;
    margin-top: 10vh;
}.txt-cameras > h2 {
    font-family: 'Arimo';
    font-size: 3vw;
    text-transform: uppercase;
    text-shadow: 0 3px 0 rgb(165, 165, 165);
}.txt-cameras > p {
    font-family: 'Roboto';
    font-size: 1.5vw;
    text-align: justify;
    width: 40vw;
}

.monitoramento{
    display: flex;
    justify-content: space-between;
    margin-top: -15vh;
    overflow: hidden;
}.monitoramento-img {
    width: 50%;
    margin-left: 5vw;
}.monitoramento-img > img {
    width: 30vw;
}.txt-monitoramento {
    color: white;
    width: 50%;
    margin-top: 10vh;
    margin-left: 8vw;
}.txt-monitoramento > h2 {
    font-family: 'Arimo';
    font-size: 3vw;
    text-transform: uppercase;
    text-shadow: 0 3px 0 rgb(165, 165, 165);
}.txt-monitoramento > p {
    font-family: 'Roboto';
    font-size: 1.5vw;
    text-align: justify;
    width: 40vw;
}

.cerca-eletrica{
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}.cerca-img {
    width: 50%;
}.cerca-img > img {
    width: 30vw;
    margin-left: 8vw;
}.txt-cerca {
    color: white;
    width: 50%;
    margin-top: 15vh;
}.txt-cerca > h2 {
    font-family: 'Arimo';
    font-size: 3vw;
    text-transform: uppercase;
    text-shadow: 0 3px 0 rgb(165, 165, 165);
}.txt-cerca > p {
    font-family: 'Roboto';
    font-size: 1.5vw;
    text-align: justify;
    width: 40vw;
}

.concertina{
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-top: -15vh;
    position: relative;
}.concertina-img {
    width: 45%;
    margin-top: -10vh;
    position: relative;
}.concertina-img > img {
    width: 50vw;
}.txt-concertina {
    color: white;
    width: 50%;
    margin-top: 40vh;
    margin-left: 8vw;
}.txt-concertina > h2 {
    font-family: 'Arimo';
    font-size: 3vw;
    text-transform: uppercase;
    text-shadow: 0 3px 0 rgb(165, 165, 165);
}.txt-concertina > p {
    font-family: 'Roboto';
    font-size: 1.5vw;
    text-align: justify;
    width: 40vw;
}

.seguranca{
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}.seguranca2-img {
    width: 50%; 
}.seguranca2-img > img {
    width: 45vw;
    margin-left: -12vw;
    margin-top: -10vh;
}.txt-seguranca {
    color: white;
    width: 50%;
    margin-top: 15vh;
}.txt-seguranca > h2 {
    font-family: 'Arimo';
    font-size: 3vw;
    text-transform: uppercase;
    text-shadow: 0 3px 0 rgb(165, 165, 165);
}.txt-seguranca > p {
    font-family: 'Roboto';
    font-size: 1.5vw;
    text-align: justify;
    width: 40vw;
}


.parceiros {
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 5vh;
    background-image: url(../img/marmore.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.parceiro-img {
    width: 25vw;
    margin-top: -28vh;
}

#slide {
    width: 80vw;
    height: 30vh;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    margin-top: -10vh;
}.slide-container {
    width: calc(100% * 3);
    height: 100%;
    display: flex;
    transition: transform 0.5s ease-in-out;
}.slide-image {
    width: calc(100% / 3);
    height: 100%;
    flex-shrink: 0;
    object-fit: cover;
    object-position: center center;
}#prevBtn, #nextBtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    border-radius: 10px;
}#prevBtn {
    left: 10px;
}#nextBtn {
    right: 10px;
}

.bio {
    width: 100vw;
    display: flex;
    justify-content: space-between;
    margin-top: 10vh;
    padding-bottom: 15vh;
    position: relative;
}.bio-img {
    width: 50%;
    display: flex;
    justify-content: center;
}.bio-img > img {
    width: 20vw;
    margin-left: 15vw;
}.bio-txt {
    width: 40vw;
    margin-right: 15vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}.bio-txt > h2 {
    font-family: 'Arimo';
    font-style: italic;
    font-size: 3vw;
}.bio-txt > p {
    font-family: 'Roboto';
    font-size: 1.5vw;
    text-align: justify;
}.cta2{
    background-color: #042A95;
    color: white;
    border: none;
    padding: 2%;
    width: 30vw;
    font-size: 1.3vw;
    font-style: italic;
    border-radius: 20px;
    cursor: pointer;
    position: relative;
    left: 16vw;
    bottom: 25vh;
}
.clientes{
    padding-top: 10vh;
}
.clientes > h2 {
    color: white;
    font-family: 'Roboto';
    text-transform: uppercase;
    text-shadow: 0px 2px 2px #00ABFF;
    font-size: 3vw;
    
}

.rodape-superior {
    margin-top: 15vh;
    width: 100vw;
    display: flex;
    position: relative;
}
.maps {
    color: white;
    display: flex;
    gap: 2vw;
    width: 50%;
    justify-content: center;
    align-items: center;

    font-family: 'Arimo';
}.maps-img {
    width: 10vw;
    cursor: pointer;
}.txt-maps > h2 {
    font-size: 2vw;
}.txt-maps > p {
    font-size: 1.5vw;
}

.redes {
    width: 50%;
    display: flex;
    gap: 3vw;
    justify-content: center;
    align-items: center;
}.redes > a > img {
    width: 4vw;
    height: 8vh;
    cursor: pointer;
}

.rodape {
    background-image: linear-gradient(#176DFF, black);
    width: 100vw;
    padding: 1%;
    display: flex;
    justify-content: center;
}.rodape > h4 {
    font-family: 'Arimo', sans-serif;
    color: white;
    font-size: 2vw;
}
