@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,400;0,700;0,900;1,100;1,600;1,900&display=swap');

/* DEFINIÇÃO DE VARIÁVEIS - PADRÃO */





:root {
    --cor-background: #000;
    --cor-background2: #000;
    --cor-background3: #F7F8FD;
    --cor-background4: #ffffff;
    --cor-texto-topo: #C6C9D8;
    --cor-primaria:  #212730;
    --cor-secundaria: #393E46;
    --cor-terciaria: #7bb8ba;
    --cor-quarta: #db9732;
}

/* RESET BÁSICO */

h1{
    letter-spacing: -0.05em;
}


.vc_custom_1551981737376 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 76px !important;
    padding-bottom: 76px !important;
    background-image: url(https://i.im.ge/2022/07/21/F2t9Wm.jpg) ;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.vc_custom_1551981737377 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 76px !important;
    padding-bottom: 76px !important;
    background-image: url(https://i.im.ge/2022/07/21/F2tmor.jpg) ;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.vc_row:nth-child(5) {
    z-index: 96;
}

.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {
    margin-bottom: 35px;
}

.vc_row-fluid {
    width: 100%;
    position: relative;
    overflow: hidden;
    *zoom: 1;
}

element.style {
    margin-left: -11px;
    padding-left: 11px;
    padding-right: 11px;
    visibility: visible;
    width: 100%;
    margin-right: 0px;
}


.whatsapp {
    position: fixed;
    top: 88%;
    right: 1%;
    padding: 10px;
    z-index: 10000000;
}

* {
    box-sizing: border-box;
    outline: none;
}

html{
    scroll-behavior: smooth;
    margin-right: 0px;
 }

 .carousel-control-next, .carousel-control-prev {
	width: 5%;
	border: 5px red;
}

.menu{
    color: white;
}


 /* Capa
-----------------------------*/
.capa {
	text-align: center;
}

.btn-custom {
	color: white;
	border-radius: 500px;
	-webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    text-transform: uppercase;
    transition: background 0.4s, color 0.4s;
    padding: 10px 20px;
    margin-top: 100PX; }

.carousel-control-next, .carousel-control-prev {
	width: 5%;
	border: 5px red;
}

.texto1{
    margin-top: 100PX;
}

.imagemresultados{
    width: 100%;
    align-items: center;
    height: 570px;
    padding: 70px;

}


.tela {
    background: var(--cor-background);
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}



.page1 {
    max-height: 500px;
    height: 100vh;
    margin-top: 0px;
    background: transparent;
}

#loading {
    background-color: #161618;
    width: 100vw;
    height: 100vh;
    justify-content: center;
}

.loader {
    align-self: center;
    
}

nav.navbar-transparente {
	padding: 15px 0px;
	background: rgba(0,0,0,0.6);
}

.logo {
    padding-left: 40px;
    cursor:initial;
}

.nav__button {
    align-items: center;
}


.texto-principal {
    font-size: 50px;
    line-height: 112px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    background: linear-gradient(90deg, #f2f2f2 100%, #7bb8ba 41%, #7bb8ba 0%);
    -webkit-background-clip: text;
    background-clip: text;
	-webkit-text-fill-color: transparent;
    margin-top: 100PX;
    text-align: center;
}

.botao-principal-item { 
    font-weight: 400;
    border-radius: 20px;
    border: 1px solid var(--cor-texto-topo);
    color: var(--cor-texto-topo);
} 

.btn-ativo {
    background: linear-gradient(270deg, #7bb8ba 0%, rgba(57,62,70,1) 67%, rgba(33,39,48,1) 85%);
    transition: 0.7s;
}

.btn-ativo:hover {
    background: var(--cor-primaria);
    color: var(--cor-texto-topo);
    border: none;
}

.btn-off {
    transition: 0.7s;
}

.btn-off:hover {
    background-color: var(--cor-primaria);
    border: none;
    color: var(--cor-texto-topo);
}

.btn-ativo:focus, 
.btn-off:focus {
    offset: none;
}

.item-topo:hover {
    color: var(--cor-terciaria);
}

.navbar-light .navbar-nav .nav-link {
    color: white;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #7bb8ba;
}


/*****************************/

.page2 {
    background-color: var( --cor-background4);
    margin-top: 0px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.subtitulo {
    color: var(--cor-terciaria);
    font-weight: bold;
}

.titulo-cabecalho {
    color: var(--cor-background3);
    font-weight: bold;
    margin-top: 20px;
}

.texto-cabecalho {
    color: var(--cor-texto-topo);
    font-size: 12px;
    padding-top: 10px;
    line-height: 2;
}

.texto-background {
    background: var(--cor-primaria);
    padding: 3px;
    border-radius: 5px;
}

.texto-background2 {
    background: var(--cor-terciaria);
    color: var(--cor-background);
    font-weight: bold;
    padding: 3px;
    border-radius: 5px;
}

.botao-cabecalho {
    margin-bottom: 15px;
    margin-left: 90px;
}

.card {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 200px;
    padding: 30px;
    border-radius: 15px;
    border: none;
    background-color:rgba(255, 255, 255, 0.035);
    margin: 15px 0px;    
    transition: 0.5s;
}

.card p {
    font-size: 12px;
    color: var(--cor-texto-topo);
}

.card h4 {
    color: white;
    font-size: 20px;
    font-weight: 600;
}

.card i {
    color: var(--cor-terciaria);
    padding-bottom: 10px;
    font-size: 30px;
    padding-top: 0px;
}

.card-especial {
    background: linear-gradient(270deg, #7bb8ba 0%, rgba(57,62,70,1) 67%, rgba(33,39,48,1) 85%);
    color: white;
    border: 2px solid white;
}

.card-especial2 {
    background: var(--cor-background);;
    color: white;
    border: 2px solid white;
}



.page2 .card:hover {
    transform: translateY(-20px);
    box-shadow: 0 40px 70px rgba(0,0,0,0.5);
}

/********************************************/


/*page 3*/



/*page 3*/



.albuns {
	padding: 10px 0;
}

.titulo-cabecalho-light {
    color: var(--cor-primaria);
    font-weight: bold;
    margin-top: 20px;
}

.texto-background-light {
    background: var(--cor-terciaria);
    color: var(--cor-primaria);
    padding: 3px;
    border-radius: 5px;
}

.texto-cabecalho-light {
    color: var(--cor-background2);
    font-size: 12px;
    padding-top: 10px;
    line-height: 2;
}



.card-light:hover {
    transform: translateY(-5px);
    background: var(--cor-background4)
    /* ARRUMAR COR HOVER*/
}

.texto-persona p{
    color: var(--cor-secundaria);
    padding: 0px 20px;
    position: absolute;
    left: 80px;
    top: 20px;
}

.foto-persona i {
    font-size: 50px;
    position: absolute;
    left: 26px;
    top: 20px;
    color: var(--cor-primaria);
}

.foto-persona1 i {
    font-size: 50px;
    position: absolute;
    left: 18px;
    top: 20px;
    color: var(--cor-primaria);
}

.imagem-unica img{
    border-radius: 20px;
    border: 2px solid white;
}

.btn-ativo2 {
  
   background-color: var(--cor-terciaria);
    margin-left: 15px;
}

.page3 .btnativo2:hover {
    background-color: var(--cor-terciaria);
}



.card3{
    background: rgba(255, 255, 255, 0.1);
   backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: white;
}

.card4{
    background-color: #000;
    color: white;
}

.foguete {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 20px;
    color: white;
}

.texto-cabecalho2{
    width:62%;
}

/*******************************************************/

.page4 {
    background: var(--cor-background);
    margin-top: 0px;
    padding-top: 80px;
    padding-bottom: 80px;
    

}

.page4 .card2 {
    position: relative;
    min-width: 220px;
    height: 350px;
    box-shadow: inset 5px 5px 5px rgba(0,0,0,0.2),
                inset -5px -5px 15px rgba(255,255,255,0.1),
                5px 5px 15px rgba(0,0,0,0.2),
                -5px -5px 15px rgba(255,255,255,0.1);
    border-radius: 15px;
    
  
    
    
}

.page4 .card2 .box {
    position: absolute;
    top: 15px;
    left: 10px;
    bottom: 15px;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.035);
    border: 2px solid #1e1f23;
    border-radius: 15px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: top;
    overflow: hidden;
    padding-top: 65px;
}

.page4 .card2 .box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: var(--cor-terciaria);
    opacity: 0.1;
    pointer-events: none;
}

.page4 .card2 .box:hover {
    transform: translateY(-50px);
    box-shadow: 0 40px 70px rgba(0,0,0,0.5);
}

.page4 .card2 .box .content {
    padding: 20px;
    text-align: center;
}

.page4 .card2 .box .content h2 {
    position: absolute;
    top: -10px;
    right: 30px;
    font-size: 6em;
    color: rgba(255,255,255,0.05);
    font-weight: 600;
}

.page4 .card2 .box .content h3 {
    font-size: 1.5em;
    color: var(--cor-terciaria);
    /*color: rgba(255,255,255,0.5);*/
    z-index: 1;
    transition: 0.5s;
}

.page4 .card2 .box .content p {
    font-size: 12px;
    font-weight: 300;
    color: white;
    z-index: 1;
    transition: 0.5s;
}

.card2 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
   

    
}

.item .card {
    box-shadow: -5px -5px 10px rgba(255, 255, 255, .005),
                5px 5px 15px rgba(0,0,0,0.5);
               
}

/****************************************************/

.page5 {
        background: var(--cor-background4);
        margin-top: 0px;
        padding-top: 80px;
        padding-bottom: 80px;
}

.page5 .card-light {
    background-color: #e6e6e6;
    height: 130px;
    width: 130px;
    transition: 0.5s;
    padding: 20px;
    border-radius: 130px;
    /*NEUMORFISMO*/
    box-shadow: 
    -6px -6px 16px rgba(255, 255, 255, .6),
    6px 6px 16px rgba(0, 0, 0, .2);
    border-bottom: 2px solid rgba(255, 255, 255, .3);
    border-right: 2px solid rgba(255, 255, 255, .3);
    display: flex;
    justify-content: center;
    align-items: center;
}

.texto-diferenciais p{
    color: var(--cor-secundaria);
    font-size: 10px;
    margin-top: 20px;
}

.texto-diferenciais p:hover{
    color: white;
    font-size: 10px;
    margin-top: 20px;
}



.page5 .card-light1:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    background: red;
    
}

.page5 .card-light2:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    background: #CD853F;
    
}

.page5 .card-light3:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    background: #7FFF00;
    
}

.page5 .card-light4:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    background: #40E0D0;
    
}

.page5 .card-light5:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    background: 	#0000FF;
    
}

.page5 .card-light6:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    background: #A020F0;
    
}

.page5 .card-especial2 {
    background: var(--cor-terciaria);
}



/****************************************************/

.page6 {
   
    background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
    background-position: 30% 18%;
    margin-top: 0px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.page6 .texto-background {
    color: white;
}

.page6 .card {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 250px;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid white;    
    margin: 15px 0px;    
}

.page6 .card i {
    color: white;
   
   
    
}


.subtitulo2 {
    color: var(--cor-background4);
    font-weight: bold;
}

.page6especial {
   
    background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
    background-position: 30% 18%;
    margin-top: 0px;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: white;
}

.page6especial .texto-background {
    color: black;
}

.page6especial .card {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 250px;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid white;    
    margin: 15px 0px;    
}

.page6especial .card i {
    color: white;
   
   
    
}




/*********************************************/


.contato{
    display: flex;
    justify-content: center;
    align-items: center;
}

.page7 {
    background-color: var(--cor-background);
    margin-top: 0px;
    padding-top: 80px;
    padding-bottom: 30px;
}

.form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form form {
    position: relative;
    width: 75%;
    padding: 20px 40px 40px;
    background-color:rgba(255, 255, 255, 0.009);
    border-radius: 10px;
    text-align: center;
    box-shadow: -5px -5px 10px rgba(255, 255, 255, .04),
                5px 5px 15px rgba(0, 0, 0, .5);
}

.form h2 {
    color: var(--cor-terciaria);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.form .input {
    text-align: left;
    margin-top: 20px;
}

.form .input .input-box {
    margin-top: 20px;
}

.form .input .input-box label {
    display: block;
    color: #868686;
    margin-bottom: 5px;
    font-size: 16px;
}

.form .input .input-box input {
    width: 100%;
    height: 35px;
    background: var(--cor-background);
    border: none;
    outline: none;
    border-radius: 40px;
    padding: 5px 15px;
    color: #fff;
    font-size: 16px;
    color: var(--cor-terciaria);
    box-shadow: inset -2px -2px 6px rgba(255, 255, 255, 0.1),
     inset 2px 2px 6px rgba(0, 0, 0, 0.8);
}

.form .input .input-box input[type="submit"] {
    margin-top: 20px;
    box-shadow: -2px -2px 6px rgba(255, 255, 255, 0.1),
                 2px 2px 6px rgba(0, 0, 0, 0.8);
    transition: 0.7s;
}

.form .input .input-box input[type="submit"]:hover {
    background: var(--cor-primaria);
}

.form .input .input-box input[type="submit"]:active {
    color: #006c9c;
    box-shadow: inset -2px -2px 6px rgba(255, 255, 255, 0.1),
                inset 2px 2px 6px rgba(0, 0, 0, 0.8);
}

.form .input .input-box input::placeholder {
    color: rgba(255, 255, 255, .3);
    font-weight:200;
    font-size: 14px;
}

.form .input .input-box textarea {
    resize: none;
    width: 100%;
    height: 80px;
    background: var(--cor-background);
    border: none;
    outline: none;
    border-radius: 10px;
    padding: 5px 15px;
    color: #fff;
    font-size: 14px;
    color: var(--cor-terciaria);
    box-shadow: inset -2px -2px 6px rgba(255, 255, 255, 0.1),
     inset 2px 2px 6px rgba(0, 0, 0, 0.8);
}

.page7 .card-light {
    background-color: #db9732;
    height: 60px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    position: relative;
    transition: 0.5s;
    border-radius: 45px;
    /*NEUMORFISMO*/
}

.page7 .foto-persona i {
    font-size: 35px;
    position: absolute;
    left: 35px;
    top: 12px;
    color: white;
}

.page7 .texto-persona p {
    color: white;
}

.page7 .linkedin {
    background-color: #0e76a8;
}

.page7 .instagram {
background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
}

.page7 .facebook {
    background: #3b5998; 
}
    
.page7 .texto-persona p{
padding: 0px 5px;
}




/*********************************************/


.rodape {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--cor-background2);
}

.rodape p {
    margin: 0px;
    padding: 15px;
    color: var(--cor-terciaria);
}

.btn-page3:hover{
    text-decoration: none;
}

.botao-page4:hover{
    text-decoration: none;
}

.page4 .botao-page4 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 45px;
}

.btn-breve {
    margin-top: auto;
    margin-bottom: 3px;
}

.icones1{
    margin: 10px;
    padding: 5px;

}

/*************************************** RESPONSIVIDADE

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 

    /* PAGE 1 */
    .botao-principal-item {
        margin-top: 20px;
    }

    .botao-principal {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .btn-off {
        background-color: var(--cor-primaria);
    }

    /* PAGE 2 */
    .page2 .botao-cabecalho {
        margin: 15px auto;
    }

    .texto-cabecalho7 {
        font-size: 11px;
    }

    .btn-custom {
		margin: 10px 15px;
		font-size: 1em;
	}

  

    .texto-principal{
        font-size: 5px;
        line-height: 20px;

    }


    

    

    


 }

/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 767.98px) { 

    /* PAGE 1 */
  

    /* PAGE 2 */
    .titulo-cabecalho {
        font-size: 22px;
    }
    .botao-cabecalho--md a{
        display: flex;
        align-items: center;
        justify-content: center;
        
    }

    

    .page2 .card {
        width: 80%;
    }

    .page2 .item {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /*PAGE 4 */

    .titulo-cabecalho-light {
        font-size: 22px;
    }

    .page4 .texto-cabecalho2 p{
        width:100%;
    }

    /* PAGE 5 */

    .page4 .card2 {
        width: 80%;
        height: 275px;
        margin-left: auto;
        margin-right: auto;
    }

    .bola-page5 {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 15px;

    }

    .cabecalho__servicos {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .imagem-footer {
        margin-bottom: 20px;
    }    

  
	.btn-custom {
		margin: 10px 15px;
	}

    .texto-principal{
        font-size: 20px;
        line-height: 30px;

    }




 }

/* Medium devices (tablets, 768px and up)*/
@media (max-width: 991.98px) { 

    /* PAGE 2 */
    .botao-cabecalho {
        margin: 10px 0px 15px auto;
    }

    .botao-cabecalho2 {
        margin: 10px 0px 15px auto;
    }

    .texto-cabecalho2 {
        width: 100%;
    }

    .texto-principal{
        font-size: 30px;
        line-height: 50px;

    }

    .page5.card-light{
        width: 500px;
    }
    
    


    

    

 }

/* Large devices (desktops, 992px and up)*/
@media (max-width: 1199.98px) { 
    /* PAGE 3 */

    .page3 .texto-persona p {
        font-size: 11px;
    }

    .btn-page3 {
        display: flex;
        justify-content: center;
        align-items: center;
        }
    .page3 .btn-ativo2 {
        margin-top: 15px;
    }

    .btn-breve {
        font-size: 12px;
    }

    .page6 .card {
        height: 280px;
    }

    .page4 .item .card2 .box .content buttton {
        font-size: 8px;
      
    }

    .texto-principal{
        font-size: 30px;
        line-height: 50px;

    }
   

 }

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 

    .texto-principal{
        font-size: 40px;
        line-height: 50px;

    }
    
    

 }

