* {
    font-size: calc(20px + 1vw);
    outline: 0;
    vertical-align: baseline;
    box-sizing: border-box;
}


/* BODY */

.body {
    background: linear-gradient(0deg, rgb(0, 5, 45) 0%, rgb(43, 77, 148) 100%);
    color: white;
    width: 100vw;
}

.body-servicos {
    background: linear-gradient(0deg, rgb(0, 5, 45) 0%, rgb(43, 77, 148) 100%);
    width: 100vw;
    height: 70vh;
}

.bold {
    font-weight: bold;
}

.body-content {
    margin: 0px auto;
    width: 60%;
}

.body h1 {
    font-size: 150%;
    font-weight: bolder;
    margin-bottom: 3vh;
    text-decoration: underline;
    text-decoration-thickness: 0.3vh;
    text-underline-offset: 2vh;
    text-decoration-color: rgb(134, 208, 215);
}

.body h2 {
    font-weight: bold;
    margin-bottom: 1vh;
}

.body h3 {
    font-weight: bold;
    font-size: 65%;
    text-align: center;
    color: rgb(134, 208, 215);
    margin-top: 3vh;
}

.body p {
    font-size: 70%;
    text-align: justify;
    font-weight: 300;
}

.body li {
    font-size: 70%;
    text-align: start;
}

.grid-servicos p {
    font-size: 45%;
    text-align: center;
}

.grid-servicos img {
    margin-left: auto;
    margin-right: auto;
}

.grid-servicos-mobile {
    display: none;
    content-visibility: hidden;
}

.banner-desktop{
    width: 100%;
    height: auto;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.9);
}

.banner-mobile{
    display: none;
    content-visibility: hidden;
}
.proteja-grid-mobile {
    display: none;
    content-visibility: hidden;
}
.proteja-grid-desktop {
    display: unset;
    content-visibility: visible;
}
.h1div{
    font-size: 140% !important;
}

/* HEADER */

.header {
    background-color: white;
    color: black;
    width: 100vw;
    height: 12vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: inset 0px -3px 10px rgba(0, 0, 0, 0.8);
    z-index: 9;
}

.desktop-menu-ul a {
    font-size: 65%;
}

.header a:hover{
    text-decoration: underline;
    text-decoration-thickness: 0.3vh;
    text-underline-offset: 1vh;
    text-decoration-color: rgb(134, 208, 215);
}

.main-logo {
    width: calc(7em + 1.75vw);
    height: auto;
}

.nav-button {
    display: none;
    content-visibility: hidden;
    border: 0;
    border-radius: 4px;
    padding: 8px;
    background-color: transparent;
    font-size: calc(0.75em + 1vw);
    margin-right: 6vw;
}

.mobile-menu-overlay {
    width: 0;
    height: 100vh;
    background: rgba(45, 45, 45, 0.9);
    z-index: 9;
    position: fixed;
    right: 0;
    top: 0;
    overflow-x: hidden;
    transition: all 0.5s;
}

.mobile-menu-content {
    position: relative;
    text-align: center;
    width: 100%;
    margin-top: 10vh;
}

.mobile-menu-content a {
    padding: 20px;
    text-decoration: none;
    font-weight: 350;
    display: block;
    color: white;
    font-size: 135%;
    transition: 0.3s;
}

.mobile-menu-overlay .closebtn {
    position: absolute;
    font-size: 10vw;
    color: white;
    right: 5%;
    padding: 10px;
}
.desktop-menu-ul{
    padding: 0;
    margin: 0;;
    display: flex;
    position: relative;
    align-items: center;
}
.desktop-menu-ul a{
    display: block;
    text-decoration: none;
    text-align: center;
    margin: 1.5vw;
}
.dropdown-menu li{
    display: block;
}
.dropdown-menu{
    width: 35%;
    margin-top: 1.75em;
    background: rgb(134, 208, 215);
    position: absolute;
    box-shadow: 0 0 1px black;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: .25s;
    border-radius: 12px;
}
.dropdown{
    display: flex;
    justify-content: center;
}
.dropdown:focus,
.dropdown:focus-within,
.dropdown:hover .dropdown-menu{
    visibility: visible;
    opacity: 1;
    z-index: 8;
}
.dropdown li:hover{
    background: rgb(200, 230, 230);
}
.dropdown li a{
    text-decoration: none !important;
    font-size: 60%;
    margin: 1vw;
}
.servicos{
    display: flex !important;
    align-items: center;
}
.servicos img{
    height: auto;
    width: 12%;
    margin-left: .5vw !important;
}
.contato{
    background: rgb(134, 208, 215);
    display: flex !important;
    align-items: center;
    border-radius: 20px;
    margin: 20px;
    padding-right: 10px;
    box-shadow: 2px 2px 4px gray;
}
.contato p{
    font-size: 60% !important;
}
.telefone{
    scale: 45%;    
}

/* FOOTER */

footer {
    background: white;
    color: black;
    height: 25vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-shadow: inset 0px 3px 10px rgba(0, 0, 0, 0.8);
}

.grid-footer-desktop {
    width: 60%;
    text-align: center;
}

.grid-footer-desktop p,
.grid-footer-desktop a {
    font-size: 50%;
    text-align: center;
}

.grid-footer-desktop img {
    margin-left: auto;
    margin-right: auto;
    height: 3vh;
    margin-bottom: 1vh;
}

.yes-link {
    font-size: 100% !important;
    color: rgb(43, 77, 148);
}

.grid-footer-mobile {
    display: none;
    content-visibility: hidden;
}


/* FORMULARIO CONTATO */

.form-contato {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-contato label {
    font-size: 75%;
}

.input-contato {
    width: 100%;
    height: 5vh;
    margin-top: 1vw;
    margin-bottom: 1vw;
    border-radius: 10px;
    padding-left: 1vw;
    font-size: 70%;
    color: black;
    transition: 300ms;
}

.msg-contato {
    width: 100%;
    height: 15vh;
    margin-top: 1vw;
    margin-bottom: 1vw;
    padding-left: 1vw;
    border-radius: 10px;
    font-size: 70%;
    color: black;
}

.button-msg {
    color: black;
    background: rgb(134, 208, 215) !important;
    font-size: 150%;
    border-radius: 10px;
    margin-bottom: 1vw;
    margin-top: 1.5vw;
    width: calc(7em + 3vw);
    height: calc(2em + 1vw);
    cursor: pointer;
    text-decoration: none;
    transition: 300ms;
}

.button-msg-inicio {
    color: black;
    background: rgb(134, 208, 215) !important;
    font-size: 150%;
    border-radius: 10px;
    margin-bottom: 1vw;
    margin-top: 1.5vw;
    width: 100%;
    height: calc(2em + 1vw);
    cursor: pointer;
    text-decoration: none;
    transition: 300ms;
}

.msg-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vw;
    scale: 80%;
}

.button-msg:hover {
    background: cyan !important;
    box-shadow: 0px 2px 8px 2px #808080bf;
    transform: scale(1.05);
    animation: msg linear 250ms forwards;
}

/* COOKIES */
.wrapper {
  position: fixed;
  bottom: 50px;
  left: -400px;
  max-width: 400px;
  width: 85%;
  background: white;
  border-radius: 8px;
  padding: 15px 25px 22px;
  transition: left 0.3s ease;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}
.wrapper.show {
  left: 20px;
}
.wrapper header {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
header i {
  color: rgb(134, 208, 215);
  font-size: 40px;
}
header h2 {
    color: rgb(0, 5, 45);
    font-weight: 500;
    font-size: 30px;
}
.wrapper .data {
  margin-top: 16px;
}
.wrapper .data p {
  color: #333;
  font-size: 16px;
}
.data p a {
  color: rgb(0, 5, 45);
  text-decoration: none;
  font-size: 16px;
}
.data p a:hover {
  text-decoration: underline;
}
.wrapper .buttons {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.buttons .button {
  border: none;
  color: #fff;
  padding: 8px 0;
  border-radius: 4px;
  background: rgb(0, 5, 45);
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.2s ease;
}
.buttons #acceptBtn:hover {
  background-color: rgb(134, 208, 215);
}
#declineBtn {
  border: 2px solid rgb(0, 5, 45);
  background-color: #fff;
  color: rgb(0, 5, 45);
}
#declineBtn:hover {
  background-color: rgb(134, 208, 215);
  color: #fff;
}

@media screen and (max-width: 1150px){
    .contato{
        display: none;
        content-visibility: hidden;
    }
}

@media screen and (max-width: 950px) {
    * {
        font-size: calc(22px + 1.5vw);
    }
    /* BODY */
    .body-content {
        width: 80%;
    }
    .banner-desktop{
        display: none;
        content-visibility: hidden;
    }
    .banner-mobile{
        display: unset;
        content-visibility: visible;
        width: 100%;
        height: auto;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
    }
    /* HEADER */
    .desktop-menu {
        display: none;
        content-visibility: hidden;
    }
    .nav-button {
        display: unset;
        content-visibility: visible;
    }
    /* FOOTER */
    footer {
        height: 40vh;
        width: 100vw;
        flex-direction: column;
    }
    .grid-footer-desktop {
        display: none !important;
        content-visibility: hidden !important;
    }
    .grid-footer-mobile {
        display: flex;
        content-visibility: visible;
        flex-direction: column;
        width: 80%;
        align-items: center;
    }
    .grid-footer-mobile p,
    .grid-footer-mobile a{
        font-size: 50%;
        text-align: center;
        margin-top: 1.5vh;
    }
    .grid-footer-mobile img {
        margin-left: auto;
        margin-right: auto;
        height: 3vh;
        margin-top: 1.5vh;
    }
    /*FORMULARIO*/
    .button-msg {
        width: 100%;
    }
}

@media screen and (max-width: 750px) {
    .grid-servicos {
        display: none !important;
        content-visibility: hidden !important;
    }
    .grid-servicos-mobile {
        display: flex;
        content-visibility: visible;
        flex-direction: column;
    }
    .grid-servicos-mobile img {
        margin-left: auto;
        margin-right: auto;
    }
    .proteja-grid-desktop {
        display: none !important;
        content-visibility: hidden !important;
    }
    .proteja-grid-mobile {
        display: unset;
        content-visibility: visible;
    }
}