@font-face {
    font-family: "Futura Heavy BT V2";
    src: url("/fonts/074a76d5e8105426711acdb8923bff90.eot");
    /* IE9*/
    src: url("../../fonts/074a76d5e8105426711acdb8923bff90.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../../fonts/074a76d5e8105426711acdb8923bff90.woff2") format("woff2"), /* chrome、firefox */
    url("../../fonts/074a76d5e8105426711acdb8923bff90.woff") format("woff"), /* chrome、firefox */
    url("../../fonts/074a76d5e8105426711acdb8923bff90.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../../fonts/074a76d5e8105426711acdb8923bff90.svg#Futura Heavy BT V2") format("svg");
    /* iOS 4.1- */
}

@font-face {
    font-family: "Futura Lt BT Light";
    src: url("../../fonts/19580604133dfd68ae370ddc889aedab.eot");
    /* IE9*/
    src: url("../../fonts/19580604133dfd68ae370ddc889aedab.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../../fonts/19580604133dfd68ae370ddc889aedab.woff2") format("woff2"), /* chrome、firefox */
    url("../../fonts/19580604133dfd68ae370ddc889aedab.woff") format("woff"), /* chrome、firefox */
    url("../../fonts/19580604133dfd68ae370ddc889aedab.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../../fonts/19580604133dfd68ae370ddc889aedab.svg#Futura Lt BT Light") format("svg");
    /* iOS 4.1- */
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url("../../fonts/07689d4eaaa3d530d58826b5d7f84735.eot");
    /* IE9*/
    src: url("../../fonts/07689d4eaaa3d530d58826b5d7f84735.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../../fonts/07689d4eaaa3d530d58826b5d7f84735.woff2") format("woff2"), /* chrome、firefox */
    url("../../fonts/07689d4eaaa3d530d58826b5d7f84735.woff") format("woff"), /* chrome、firefox */
    url("../../fonts/07689d4eaaa3d530d58826b5d7f84735.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../../fonts/07689d4eaaa3d530d58826b5d7f84735.svg#Montserrat-Regular") format("svg");
    /* iOS 4.1- */
}

@font-face {
    font-family: "Roboto Bold V2";
    src: url("../../fonts/e31fcf1885e371e19f5786c2bdfeae1b.eot");
    /* IE9*/
    src: url("../../fonts/e31fcf1885e371e19f5786c2bdfeae1b.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../../fonts/e31fcf1885e371e19f5786c2bdfeae1b.woff2") format("woff2"), /* chrome、firefox */
    url("../../fonts/e31fcf1885e371e19f5786c2bdfeae1b.woff") format("woff"), /* chrome、firefox */
    url("../../fonts/e31fcf1885e371e19f5786c2bdfeae1b.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../../fonts/e31fcf1885e371e19f5786c2bdfeae1b.svg#Roboto Bold V2") format("svg");
    /* iOS 4.1- */
}

@font-face {
    font-family: "Hind Regular";
    src: url("../../fonts/5f4475f08c5cffdbcede57400eb7c5e9.eot");
    /* IE9*/
    src: url("../../fonts/5f4475f08c5cffdbcede57400eb7c5e9.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../../fonts/5f4475f08c5cffdbcede57400eb7c5e9.woff2") format("woff2"), /* chrome、firefox */
    url("../../fonts/5f4475f08c5cffdbcede57400eb7c5e9.woff") format("woff"), /* chrome、firefox */
    url("../../fonts/5f4475f08c5cffdbcede57400eb7c5e9.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../../fonts/5f4475f08c5cffdbcede57400eb7c5e9.svg#Hind Regular") format("svg");
    /* iOS 4.1- */
}

@font-face {
    font-family: "Montserrat-Semibold";
    src: url("../../fonts/Montserrat-SemiBold.eot");
    /* IE9*/
    src: url("../../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../../fonts/Montserrat-SemiBold.woff") format("woff"), /* chrome、firefox */
    url("../../fonts/Montserrat-SemiBold.ttf") format("truetype");
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}

@font-face {
    font-family: "Montserrat Bold";
    src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}

html,
body {
    margin: 0;
    width: 100%;
    height: auto;
    font-family: 'Montserrat-regular', Arial;
}


/*NAV*/

nav {
    position: absolute;
    z-index: 1000;
    width: 100%;
    top: 12px;
    display: block;

}

.navMobile {
    display: none;
}

.navMobileTXT {
    display: none;
}

.navIn {
    width: 70%;
    margin: auto;
    display: flex;
}

.navIMG {
    display: flex;
    width: 100%;
}

.navIMG img {
    width: 100%;
    margin: auto;
    color: #fff;
    text-decoration: none;
}

.navA {
    display: flex;
    width: 90%;
}

.navAIN {
    width: calc(20% - 20px);
    margin: 3px 9px;
    display: table;
}

.navA a {
    margin: auto;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}


/*TOP*/

#top {
    width: 100%;
    position: relative;
    background-color: #000;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 40%;
    padding-bottom: 0;
    background-image: url("../img/vete.jpg");
}
.topIn{
    background-color: #00000050;
    border-radius: 20px;
}
.topIn {
    position: absolute;
    left: 0;
    right: 0;
    width: 50%;
    margin: auto;
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}

.topIn h1 {
    font-size: 70px;
    margin: 0;
    font-weight: bold;
}


/*serviços*/

#servicos {
    background-color: #F4F4F4;
    padding: 90px 0px;
    
}

.servicosIn {
    width: 50%;
    margin: auto;
    color: #000;
    text-align: justify;

}

.servicosIn p {
    font-size: 20px;
    color: #3a3a3a;
    
}

.servicosTXT {
    display: flex;
    margin-top: 70px;
    
}

.servicosIMG {
    width: 40%;
    margin: auto;
}

.servicosIMG img {
    width: 100%;
}

.servicosTXT p {
    width: 60%;
    margin-left: 20px;
    text-align: justify;

}


/*missao*/

#missao {
    background-color: #030912;
    padding: 80px 0;
    
}

.missaoIn {
    width: 90%;
    margin: auto;
    text-align: center;
    display: flex;
    color: #fff;
}

.missaoDiv {
    width: calc(33.3% - 60px);
    padding: 30px;
}

.missaoDivIMG {
    width: 30%;
    margin: auto;
}

.missaoDivIMG img {
    width: 100%;
}

.missaoDiv h3 {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}

.missaoDiv p {
    font-size: 16px;
    font-weight: normal;
}


/*form*/

#form {
    padding: 80px 0px;
    background-color: #F5EBE2;
}

#form h2 {
    text-align: center;
    font-size: 60px;
    margin-top: 0;
}

#formCadastro {
    width: 40%;
    margin: auto;
}

#btnEnviarLead {
    background-color: #FF6600;
    color: #fff;
    padding: 5px 5px;
    border-radius: 20px;
    display: block;
    width: 120px;
    margin: auto;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
}


/*footer*/

footer {
    width: 100%;
    background-color: #F8F8F8;
    padding: 60px 0px 15px 0px;
}

.footerIn {
    width: 50%;
    margin: auto;
}

.footerIMG {
    width: 45%;
    margin: auto;
}

.footerIMG img {
    width: 100%;
}

.footerSocial {
    display: flex;
    width: 27%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.footerSocial a {
    width: calc(33.3% - 20px);
    margin: auto 10px;
}

.footerSocial img {
    width: 100%;
}

.footerIn p {
    font-size: 13px;
    text-align: center;
    color: #4D4D4D;
}

.Orange {
    color: #FF6600 !important;
    font-weight: bold;
    cursor: default !important;
}
a:-webkit-any-link {
    color: rgb(255, 255, 255);
    cursor: pointer;
    text-decoration: none;
}
a.button {
    /* Frame */
    display: inline-block;
    padding: 6px 8px;
    border-radius: 40px;
    box-sizing: border-box;
    
    /* Style */
    border: none;
    background: var(--button-background);
    color: var(--button-color);
    font-size: 16px;
    cursor: pointer;
  }
  
  a.button:active {
    filter: brightness(75%);
  }
  
  /* Dropdown styles */
.dropdown {
    position: relative;
    padding: 0;
    margin-right: 3em;
    border: none;
    
}
  
.dropdown summary {
    list-style: none;
    list-style-type: none;
    
}
  
  .dropdown ul {
    position: absolute;
    margin: 8px 0 0 0;
    padding: 0 0;
    left: 20%;
    box-sizing: border-box;
    z-index: 2;
    border-radius: 6px;
    list-style: none;

}
  
  .dropdown ul li {
    padding: 0;
    margin: 0;

  }
  
  .dropdown ul li a:link, .dropdown ul li {
    display: block;
    padding: 2px 0.2rem;
    width: 100%;
    box-sizing: border-box;
    color: var(--dropdown-color);
    text-decoration: none;
  }
  .dp-menu ul {
    list-style-type: none;
    padding: 0;
    
}

.dp-menu ul {
    background-color: var(--cor-fundo);
    border: 1px solid red;
}

.dp-menu ul li {
    display: inline;
    position: relative;
    
}

.dp-menu ul li a {
    color: var(--cor-primaria);
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    transition: background .3s;
    
}

.dp-menu ul li a:hover {
    background-color: var(--cor-hover);

}

/*sub menu*/

.dp-menu ul li:hover ul {
    display: block;
}

.dp-menu ul ul {
    width: 150px
}

.dp-menu ul ul li a {
    display: block;
}
.dropdown {
    height: 2.5rem;
    list-style-type: none;
    padding: 0;
    margin: 0.6rem;
    
}
.dropdown li {
    visibility: hidden;
    position: relative;
    z-index: 10;
    margin: 0;
    padding: 0;
    background-color: rgb(19, 19, 19);
    box-shadow: 0px 0px 20px -3px #FF6600;
  
}
.dropdown li a {
    display: block;
    width: 10rem;
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0rem 1rem;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: font-size 200ms, background-color 200ms;
    
}
.dropdown li a:active {
    font-size: 0.8em;
    background-color: rgb(27, 214, 188, 0.1);
    border-top: 1px solid #FF6600;
    

}

.dropdown li:last-of-type {
    border-bottom: 1px solid #FF6600;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}
.dropdown:hover li {
    visibility: visible;
}

.dropdown li:hover {
    background-color: #FF6600 ;
    z-index: 15;
}
.dropdown li:hover a {
    color: #FF6600
}



  
