* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;

    scroll-snap-type: y;
}

@media screen and (min-width: 1920px) {
    .photoback {
        height: 1000px;
        background-image: url("../img/mainpic4.jpg");
    }

    .main_header {
        width: 1280px;
        margin: 0 auto;
        gap: 3%;
    }

    .mobile-container {
        display: none;
    }

    .maintext {

        width: 1280px;
        margin: 0 auto;
        padding-top: 130px;
        padding-left: 40px;
    }
    
    
    .maintext2 {
        font-size: 54px;
        width: 1280px;
        margin: 0 auto;
        padding-top: 60px;
        padding-left: 60px;
    }
    
    .maintext2 {
       color: #f8f9fa;
    font-style: normal;
    font-weight: 600;
    font-family: "Nunito", Arial, Helvetica, sans-serif;
    letter-spacing: -0.5px;
    line-height: 1.1;
    padding-bottom: 11%;
    }

    h1 {
        font-size: 42px;
        padding-top: 20px;
    }
    
    h2{}

    p.subtext {
        margin-top: 25px;
        margin-bottom: 110px;
    }

    .img_logo {
        /* margin-left: 7%; */
        margin-right: 10%;
    }

    .responsiveimg {
        max-width: 45%;
        border-radius: 0;
        padding-right: 80px;
    }

    #footeraligner {
        width: 1280px;
        margin: 0 auto;
        display: flex;
        padding: 100px 70px 100px 65px;
        gap: 11%;
    }

    .topheader {
        width: 1280px;
        margin: 0 auto;
        display: flex;
    }

    .subcontainer {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr 1fr;
        row-gap: 40px;

        width: 1280px;
        margin: 40px auto 50px auto;
    }

    .subcontainer2 {
        gap: 1%;
        width: 1280px;
        margin: 40px auto 85px auto;
    }

    .subcontainer3 {
        padding: 0 30px;
        gap: 5%;
        width: 1280px;
        margin: 20px auto 70px auto;
    }

    .separator2 {
        width: 100%;

    }
}

@media screen and (min-width: 1280px) and (max-width: 1920px) {
    .photoback {
        height: 930px;
        background-image: url("../img/mainpic4.jpg");
    }

    .main_header {
        width: 1280px;
        margin: 0 auto;
        gap: 3%;
    }

    .mobile-container {
        display: none;
    }

    .maintext {
     
        width: 1280px;
        margin: 0 auto;
        padding-top: 100px;
        padding-left: 40px;
    }

      h1 {
        font-size: 42px;
        padding-top: 20px;
    }

    p.subtext {
        margin-top: 25px;
        margin-bottom: 110px;
    }
    
    .img_logo {
        /* margin-left: 7%; */
        margin-right: 10%;
    }

    #footeraligner {
        width: 1280px;
        margin: 0 auto;
        display: flex;
        padding: 100px 70px 100px 65px;
        gap: 11%;
    }

    .topheader {
        width: 1280px;
        margin: 0 auto;
        display: flex;
    }

    .subcontainer {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr 1fr;
        row-gap: 40px;

        width: 1280px;
        margin: 40px auto 50px auto;
    }

    .responsiveimg {
        max-width: 45%;
        border-radius: 0;
        padding-right: 70px;
    }


    .subcontainer2 {
        gap: 1%;
        width: 1280px;
        margin: 40px auto 85px auto;
    }

    .subcontainer3 {
        padding: 0 30px;
        gap: 5%;
        width: 1280px;
        margin: 20px auto 70px auto;
    }

    .separator2 {
        width: 100%;

    }
}

@media screen and (min-width: 1070px) and (max-width: 1279px) {
    .photoback {
        height: 100%;
        width: 100%;
        background-image: url("../img/mainpic4.jpg");
    }

    .main_header {
        width: 100%;
        gap: 1%;
    }

    .mobile-container {
        display: none;
    }

    .maintext {
      
        width: 100%;
        padding-top: 100px;
        padding-left: 40px;
    }
    
      h1 {
        font-size: 42px;
        padding-top: 20px;
    }

    p.subtext {
        margin-top: 25px;
        margin-bottom: 110px;
    }

    .img_logo {
        /* margin-left: 7%; */
        margin-right: 1%;
    }

    #footeraligner {
        width: 1280px;
        margin: 0 auto;
        display: flex;
        padding: 100px 70px 100px 65px;
        gap: 11%;
    }

    .topheader {
        width: 100%;
        display: flex;
    }

    .subcontainer {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr 1fr;
        row-gap: 40px;

        width: 100%;
        margin: 40px auto 50px auto;
        flex-direction: column;
    }

    .subcontainer2 {
        gap: 1%;
        width: 100%;
        margin: 40px auto 85px auto;

    }

    .subcontainer3 {
        gap: 5%;
        width: 100%;
        margin: 20px auto 70px auto;

    }

    .separator2 {
        width: 100%;

    }

    .responsiveimg {
        max-width: 35%;
        border-radius: 0;
        padding-right: 40px;
    }
}

@media screen and (min-width: 761px) and (max-width: 1070px) {
    .photoback {
        height: 100%;
        width: 100%;
        background-image: url("../img/mainpic4.jpg");
    }

    .main_header {
        width: 100%;
        flex-direction: column;
    }

    nav{margin-top: 15px;}
    
    .mobile-container {
        display: none;
    }

    .maintext {
        
        width: 100%;
        padding-top: 70px;
        padding-left: 40px;
    }

      h1 {
        font-size: 42px;
        padding-top: 20px;
    }

    p.subtext {
        margin-top: 25px;
        margin-bottom: 110px;
    }
    
    #footeraligner {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 100px 70px 100px 65px;
        gap: 11%;
    }

    .topheader {
        width: 100%;
        display: flex;
    }

    .subcontainer {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        row-gap: 40px;

        width: 100%;
        margin: 40px auto 50px auto;
    }

    .subcontainer2 {
        gap: 1%;
        width: 100%;
        margin: 40px auto 85px auto;
        flex-direction: column;
    }

    .subcontainer3 {
        gap: 5%;
        width: 100%;
        margin: 20px auto 70px auto;
        flex-direction: column;
    }

    .separator2 {
        width: 100%;

    }

    .responsiveimg {
        max-width: 50%;
        border-radius: 0;
        padding-right: 80px;
    }
}

@media screen and (max-width: 760px) {
    .photoback {
        height: 100%;
        width: 100%;
        background-image: url("../img/mainpic4.jpg");

    }

    nav ul {
        flex-direction: column;
    }

    nav li {
        padding: 11px 0 11px 0;
    }

    
      h1 {
        font-size: 32px;
        padding-top: 20px;
    }

    p.subtext {
        margin-top: 25px;
        margin-bottom: 10px;
    }
    
    #footeraligner {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 100px 70px 100px 65px;
        gap: 11%;
    }

    .subcontainer {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        row-gap: 20px;

        width: 100%;
        margin: 20px auto 30px auto;
    }

    .subcontainer2 {
        gap: 1%;
        width: 100%;
        margin: 40px auto 85px auto;
        flex-direction: column;
    }

    .subcontainer3 {
        gap: 5%;
        width: 100%;
        margin: 20px auto 70px auto;
        flex-direction: column;
    }

    .separator2 {
        width: 100%;

    }

    img.imgservsmall {
        width: 80%;
        height: 100%;
    }

    img.responsiveimg {
        max-width: 60%;
        border-radius: 0;

    }

    img.responsiveimg2 {
        max-width: 70%;
        margin-left: 5%;
    }

    .mobile-container {
        display: block;
        max-width: 760px;
        margin: auto;

        color: white;
        border-radius: 10px;
    }

    nav {
        display: none;
    }

    .topnav {
        overflow: hidden;

        position: relative;
        background-color: #1a2f53;
        color: black;
    }

    .topnav #myLinks {
        display: none;
    }

    .topnav a {
        color: white;
        padding: 19px 16px;
        text-decoration: none;
        font-size: 17px;
        display: block;
    }

    .topnav a.icon {
        /* background: black; */
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav a:hover {
        background-color: #ddd;
        color: black;
    }

    .active {
        color: white;
    }

    .maintext {
        font-size: 35px;
        width: 100%;

        text-align: center;
    }

    .topheader {
        display: none;
    }

    .rightfooter {
        padding-bottom: 70px;
    }
}

body {
    /* background-color: rgba(255, 255, 255, 0.986); */
    font-family: "Nunito", Arial, Helvetica, sans-serif;
    color: #343a40;
    /* background-image: url("C:/Users/User/Desktop/Site_Drone/img/sp2.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain; */
    position: relative;
}

.photoback {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    grid-column: 1 / -1;
}

.container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}

.topheader {
    padding-top: 25px;
    /* padding-bottom: 6px; */
    padding-right: 56px;

    /* background-color: #272a30; */
    /* background-color: #001743; */
    color: #f8f9fa;

    align-items: center;
    text-align: center;
    justify-content: flex-end;
    font-family: "Nunito", Poppins, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
}

.main_header {
    /* margin: 0px 0 15px 0px; */
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-items: center;
    align-content: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 45px;

    /* padding-right: 5%; */

    /* border-bottom: rgb(190, 190, 190) solid 1px; */
}

a {
    font-size: 15px;
    transition: 0.3s;

    letter-spacing: 0px;
    color: white;

    text-decoration: none;
}

.numerowhats {
    padding-bottom: 10px;

    text-decoration: none;
}

nav {
    padding-bottom: 10px;
    line-height: 1;
    font-weight: 700;
    font-style: normal;
}

nav a {
    font-size: 17px;
    transition: 0.3s;
    margin: 0 25px;
    letter-spacing: 0px;
}

nav a:link {
    color: #fff;
}

nav a:visited {
    color: #fff;
}

nav a:hover {
    color: rgb(148, 155, 172);
}

nav a:active {}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
}

nav li {}

li a,
.dropbtn {
    color: white;
    text-align: center;
    padding-right: 4px;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s;
    padding-bottom: 10px;
    letter-spacing: 0px;
}

li a:hover,
.dropdown:hover .dropbtn {
    color: rgb(148, 155, 172);
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    /* background-color: #f9f9f9; */
    color: rgb(148, 155, 172);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;

    margin: 0 0;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
    color: #333742;
}

.dropdown:hover .dropdown-content {
    display: block;
    padding: 0;
    position: absolute;
}

.divisao {
    margin: 0 -9999rem;
    /* margin-bottom: 500px; */
    /* border-bottom: rgb(190, 190, 190) solid 1px; */
}

/* #equipe {
  scroll-margin-top: 35px;
}

#sobrenos {
}

#servicos {
  scroll-margin-top: 35px;
} */

.maintext {
    color: #f8f9fa;
    font-style: normal;

    font-weight: 600;
    font-family: "Nunito", Arial, Helvetica, sans-serif;

    letter-spacing: -0.5px;
    line-height: 1.1;

    padding-bottom: 11%;
}

p.subtext {
    color: #f8f9fa;
    font-family: "Nunito", Verdana, sans-serif, Arial;
    font-size: 23px;
    line-height: 1.3;
    font-weight: normal;
}

.add-cart {
    background-color: #129cfd;
    /* background-color:#276FBF;*/
    border-radius: 50px;
    font-family: "Nunito", Helvetica, Arial, sans-serif;
    color: #38341b;
    font-size: 15px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 14px 40px;
    width: 50%;

    font-weight: 400;

    /* border-top: 4px solid #3b3f46; */
}

.add-cart:link,
.add-cart:visited {

    font-family: "Nunito", Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 16px;

    font-weight: 600;

}


.credenciamento {
    display: flex;
    gap: 8%;
    margin-top: 15px;
    justify-content: center;
}

.regula {
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
}

.redesocial {
    /* margin-top: -20px; */
    margin-left: 1%;
    /*margin-right: 75px; */
}

.redesocial a {
    margin-right: 5px;
    margin-left: 5px;
}

.upperheader {
    font-weight: 800;
    font-style: normal;
    font-family: Nunito, Roboto, Arial, Helvetica, sans-serif;
    color: #2597fc;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-align: center;
}

.lowerheader {
    font-weight: 400;
    font-style: normal;
    font-family: "Muli", sans-serif;
    color: #938d8d;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0px;
    text-align: center;
}

.subtexto {
    font-family: Nunito, OpenSans, sans-serif;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.3;
}

h2 {
    font-family: OpenSans, sans-serif;
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 55px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.3;

    width: 100%;
    text-align: center;
}

h3{ font-family: Nunito, OpenSans, sans-serif;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.3;}


h4 {
    font-size: 18px;
    color: rgb(247, 247, 247);
}

h4,
a {
    font-family: "Nunito", Roboto, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

h5 {
    font-size: 13px;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    color: rgb(247, 247, 247);
    letter-spacing: 1.5;
}

.titulos {
    margin: 15px 0;
    text-align: center;
}

/* 
main {
  grid-column: 1 / -1;
} */

section {
    margin: 10px auto;
    width: 100%;
    grid-column: 1 / -1;
    scroll-snap-align: center;
    padding: 35px 0 20px 0;

}

.subcontainer {
    display: grid;

    justify-content: center;
    align-content: center;
    justify-items: center;
    align-items: center;
    /* column-gap: 15px; */
    row-gap: 40px;
}

.servbox {
    text-align: center;
    font-weight: bold;

}

img {
    border-radius: 3%;
}

.subcontainer2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1%;
}

.subcontainer3 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    gap: 5%;
}

Section.separator2 {
    background-image: url("../img/background_4.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

    grid-column: 1/-1;

    color: aliceblue;
    padding-top: 45px;

    /* padding: 0.25rem 9999rem; */
    /* background: rgba(0, 0, 0, 0.5); */
}

/* section ul {
  list-style: none;
} */

#servicos {
    margin-bottom: 0;
}

.servicos {
    display: flex;
    align-items: center;
    justify-items: center;
    gap: 90px;
    list-style: none;
    /* flex: 1; */
    float: left;
}

.equipe {
    grid-column: 2/-1;
    display: flex;
    flex-direction: column;
    font-size: 22px;
    padding-left: 3%;
    /* border-left: 10px solid rgb(226, 127, 13); */
}

.equipe2 {
    grid-column: 2/-1;
    display: flex;
    flex-direction: column;
    font-size: 22px;
    padding-left: 3%;
    padding-top: 10px;
    /* border-left: 10px solid rgb(226, 127, 13); */
}

.experiencia {
    /* list-style: none; */
    margin: 15px 0 0 0;
    line-height: 2.5;
    font-size: 20px;
    text-decoration: none;
    list-style: none;
}

.textosobre {
    font-weight: 400;
    padding: 0 10px;
    text-justify: inter-word;
    flex: 0 0 70%;
    color: #444;
    font-size: 19px;
}

.imgsobre {
    flex: 0 0 27%;
}

/* .aboutus {
  background-color: #474e5d;
  color: #444;
  padding: 25px 60px;
  text-align: justify;
  font-family: Poppins, Arial, Helvetica, sans-serif !important;
  font-weight: normal;
  text-justify: inter-word;
  display: flex;
  justify-content: center;
  gap: 55px;
} */

.img_srv {
    height: 223px;
    width: 180px;
}

#footercontainer {
    font-size: 17px;
    margin-top: 20px;
    background-color: #283142;
    color: rgb(247, 247, 247);
    grid-column: 1/-1;
    display: flex;



}

.leftfooter {
    font-size: 14px;

    text-justify: inter-word;
    flex: 1;

    line-height: 1.5;
}

.centerfooter {
    display: flex;
    flex-direction: column;
    line-height: 2.5;

    font-size: 15px;
}

.rightfooter {
    font-size: 15px;
    flex: 1;
    line-height: 2;
}



.responsiveimg2 {
    max-width: 70%;
}

.responsiveimgrodape {
    max-width: 260px;
}

.linksep {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 70px;
    padding-left: 15px;
}

.linklist {
    display: flex;
    flex-direction: column;
}

.contato {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.copyright {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #242b38;
    color: #767982;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nomeempresa {
    color: #b1b4b9;
}

.centerfooter a:link,
a:visited {
    color: #fff;
    font-size: 14px;
    line-height: 42px;
    font-weight: 400;
    font-family: "Poppins", Arial, Helvetica, sans-serif !important;
    font-weight: normal;
    margin-top: 6px;
    margin-bottom: 6px;
}

.whatsapp {
    position: fixed;
    bottom: 60px;
    right: 60px;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 99;
    font-size: 14px;
    border: none;
    outline: none;
    background-color: #404040;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #555;
}


.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
    height: 500px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .column {
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        flex: 100%;
        max-width: 100%;
    }
}
