@font-face{
    font-family: Mitr-ExtraLight;
    src: url("../fonts/Mitr-ExtraLight.ttf");
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: Rubik-Light;
    src: url("../fonts/Rubik-Light.ttf");
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: Rubik-Bold;
    src: url("../fonts/Rubik-Bold.ttf");
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: Thasadith-Regular;
    src: url("../fonts/Thasadith-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: Orbitron-Regular;
    src: url("../fonts/Orbitron-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}


:root {
    --bg: #111;
    --card: #ffffff;
    --text: #cfcfcf;
    --muted: #6b7280;
    --border: #dbe3ee;
    --primary: #09a583;
    --secundary: #cfcfcf;
    --danger: #b91c1c;
    --success: #166534;
    --warn: #92400e;
    --fonte-padrao: Rubik-Light, Helvetica, Verdana;
    --fonte-padrao-bold: Rubik-Bold, Helvetica, Verdana;
    --fonte-02: Mitr-ExtraLight;
    --fonte-03: Orbitron-Regular;
}

h1{ 
    color: var(--primary);
    margin: 0px;
}
h2{ 
    color: var(--secundary);
    margin: 0px;
}
hr{
    height:1px;
    border-width:0;
    color:gray;
    background-color:gray
}
html {
  scroll-behavior: smooth;
}
section, section1, section2 {
  scroll-margin-top: 60px; /* altura do menu */
}
body {
    margin: 0;
    font-size: 16px;
    font-family: var(--fonte-padrao);
    background: var(--bg);
    color: var(--text);
    line-height: 1.5;
}
.header {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    font-family: var(--fonte-02);
}
.title1{
    font-size: 30px;
    font-weight: bold;
    color: #09a583;
    font-family: var(--fonte-padrao);
}

.banner{
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.bloco_int{
    max-width: 1240px;
    min-height: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 20px 25px 20px;
    margin-bottom: 20px;
    text-align:left;
}
.bloco_int img{
    width:40%; margin:0px 0px 20px 20px; float:right;
}
.bloco_int2{
    width: 1240px;
    min-height: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 20px 25px 20px;
}
.bloco_int_menu{
    max-width: 1240px;
    min-height: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 20px 0px 20px;
}
#texto_principal{
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
    margin: -150px 0px 0px 0px;
    color: #ffffff;
    max-width: 1240px;
    text-align: left;
    font-size: 50px;
    z-index: 2;
    position:absolute;
}
.texto_principal_01{
    font-size: 30px;
}
.texto_principal_03{
    font-size: 25px;
    margin: 0px 0px 20px 0px;
}
    
.contato_rapido{
    margin: 0px 0px 0px 0px;
    color: #ffffff;
    width: 100%;
    min-height: 10px;
    text-align: left;
    font-size: 16px;
    position: absolute;
    z-index: 2;
    bottom: 50px;
}
.contato_item{
    padding: 0px 20px 0px 20px;
    border-left: 1px solid #6b7280;
    border-right: 1px solid #6b7280;
    float: left;
}
#texto::after {
  content: "|";
  animation: piscar 1s infinite;
}
.botao{
    min-width: 10px;
    height: 20px;
    float: left;
    background-color: #005c48;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 20px 10px 20px;
}
.botao:hover, .botao2:hover{
    background-color: #0b755e;
    color: #ffffff;
    cursor:pointer;
    animation: piscar 0.2s linear;
}
.botao2{
    min-width: 10px;
    height: 20px;
    float: right;
    background-color: #005c48;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 20px 10px 20px;
}

.box{
    width: 100%;
    min-height: 50px;
    background-color: #111;
    float: left;
}
#logo{
    width: 200px;
    height: 50px;
    float: left;
    color: #e2e6ee;
    margin: 10px 0px 0px 0px;
}
.img_equipe{
    width:33%; float:left; display: flex; justify-content: center; margin:0px 0px 20px 0px;
}
.img_equipe img{
    width:95%; height:300px; float:left;
}
/*==================  MENU =======================*/
.f_menu{
    width: 100%;
    height: 60px;
    background-image: linear-gradient(to right, #000000, #000000 , #000000cb);
    position: fixed;
    z-index: 1000;
    transition: 0.3s;
    border-bottom: 1px solid #2c2c2c;
}
.menu{
    min-width: 10px;
    height: 40px;
    float: right;
    margin: 5px 40px 0px 0px;
    font-size: 20px;
}
    .bt_menu{
        min-width: 1px;
        height: 28px;
        float: left;
        margin: 0px 15px 0px 15px;
        padding: 12px 0px 0px 0px;
    }
    .menu a:link ,.menu a:active, .menu a:visited {
        color: #bfcce2;
        text-decoration: none;
    }
    .menu a:hover {
        
        color:#20cea8;
        animation: piscar 0.2s linear;
    }
    @keyframes piscar {
    0%   { opacity: 1; color:#ffffff}
    25%  { opacity: 0; }
    50%  { opacity: 1; color:#ffffff}
    75%  { opacity: 0; color:#ffffff}
    100% { opacity: 1; color:#ffffff}
}
/*==================  MENU =======================*/
.rodape{
    width: 100%;
    min-height: 60px;
    background-color: #111 !important;
    float: left;
    text-align: center;
    border-top: 1px solid #2c2c2c;
}

/*==================  VIDEO  =======================*/
.bg-video {
    
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.video-bg {
    background-color: #0000003b;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.video-black {
    background-color: #00000052;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video-bg video {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
/*==================  VIDEO  =======================*/

.bola {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border-color: #00ffcc;
    border: 1px solid;
    position: fixed;
    z-index:5000;
    top: 0;
    left: 0;
    pointer-events: none;
    margin: -10px 0px 0px -10px;
    color: #6e6e6e;
}


/* ============= CONTATO ============== */
.contato{
    font-size:16px;
    color: #000;
    max-width:900px;
    margin:0px auto;
    margin-bottom: 20px;
    float: left;
}
.contato input[type="text"]{
    box-sizing: border-box;
    padding: 10px 0px 10px 10px;
    font-size:16px;
    width: 100%;
    border:1px solid #868686;
}
.contato input[type="email"]{
    box-sizing: border-box;
    padding: 10px 0px 10px 10px;
    font-size:16px;
    width: 100%;
    border:1px solid #868686;
}

textarea{
    box-sizing: border-box;
    padding: 10px !important;
    font-size:16px;
    width: 100%;
    resize:none;
    border:1px solid #868686;
}


.card-contato{
    border:none;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0px 0px 10px #13705c;;
}

.lado-esquerdo{
    background:#222222;
    color:#FFF;
    padding:30px;
}

.lado-direito{
    background:#FFF;
    padding:30px;
}

.form-control{
    border-radius:10px;
    padding: 10px 0px 10px 0px;
}

.btn-enviar{
    width:100.5%;
    padding:10px 0px 10px 0px;
    background-color: #005c48;
    color: #ffffff;
    border-radius:10px;
    border:1px solid #868686;
    font-size:18px;
}

.icone{
    font-size:20px;
    margin-right:10px;
}
/* ============= CONTATO ============== */


@media only screen and (max-width: 800px){
    .menu{
        padding: 0px 0px 0px 14px;
        position: absolute;
        width: 100%;
        height: 50px;
        float: right;
        margin: 50px 0px 0px -20px;
        font-size: 16px;
        background-color: #000000f1;
    }
    .bt_menu{
        min-width: 1px;
        height: 28px;
        float: left;
        margin: 0px 10px 0px 10px;
        padding: 12px 0px 0px 0px;
    }
    #texto_principal{
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
        margin: -150px 0px 0px 0px;
        color: #ffffff;
        max-width: 1240px;
        text-align: left;
        font-size: 30px;
        z-index: 2;
        position:absolute;
    }
    #texto_principal #texto{
        font-size: 21px;
        font-weight: bold;
    }   
    .texto_principal_01{
        font-size: 20px;
    }
    .texto_principal_03{
        font-size: 20px;
    }
    .contato_rapido{
        margin: 0px 0px 0px 0px;
        color: #ffffff;
        width: 100%;
        min-height: 10px;
        text-align: left;
        font-size: 16px;
        position: absolute;
        z-index: 2;
        bottom: 50px;
    }
    .contato_item{
        width: 100%;
        padding: 0px 20px 0px 20px;
        margin: 0px 0px 10px 0px;
        border-left: 1px solid #6b7280;
        border-right: 1px solid #6b7280;
        float: left;
    }
    .contato_item h2{
        margin: 0px 0px -20px 0px;
    }
    .video-black {
        background-color: #0000009c;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
    .title1{
        font-size: 20px;
    }
    .bloco_int h2{
        font-size: 20px;
    }
    .bloco_int img{
        display: block;
        width:100%; margin:0px 0px 10px 20px; float:right;
    }
    .botao2{
        float: right;
        margin: 0px 0px 20px 20px;
    }
    .img_equipe{
        width:33%; float:left; display: flex; justify-content: center; margin:0px 0px 0px 0px;
    }
    .img_equipe img{
        width:95%; height:120px; float:left; margin: 0px 0px 20px 0px;
    }
    .bola {
        display: none;
    }
    section, section1, section2 {
        scroll-margin-top: 90px; /* altura do menu */
    }
   
}

