html, body{
    min-height:100%;
	margin: 0;
	padding: 0;
    font-family: 'Roboto', sans-serif;
    background: white;
    overflow-x: hidden;
     max-width: 100%;
    overflow-x: hidden;
}

html::-webkit-scrollbar {
    display: none;
}
.cor-marca{
    font-size: 72px;
    background: linear-gradient(45deg, #02ecf7 0%, #29b6f6 55%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
html{
    overflow: auto;
    -ms-overflow-style: none; /* IE 11 */
    scrollbar-width: none; /* Firefox 64 */
}
.container-logo{
   width: 60px; height: 60px; border-radius: 60px; 
   margin-left: 20px;margin-top: 1.5px;
}
.logo{
   width: 70px; height: 70px;
}
.logo-foot{
    width: 30px; height: 100px;
}
video {
  max-width: 120%;
  height: auto;
}
.mobile-no{
 display: block;
 width: 50%;
}

input{
    border: 0px solid red !important;
}
.mobile-show{
 display: none;
}

.form-input{
    background: white !important; 
    box-shadow: 0px 0px 20px rgba(0,0,0,0.045) !important;
    color: gray !important;
    border-radius: 100px !important;
    padding-left: 20px !important;
    transition: .5s;
}

.form-input:focus{
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1) !important;
    
}

textarea{
    border: none !important; 
    overflow: auto;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    resize: none; /*remove the resize handle on the bottom right*/
    padding: 20px;
    color: gray;
    border-radius: 20px;
    height: 300px !important; 
    box-shadow: 0px 0px 20px rgba(0,0,0,0.045) !important;
    transition: .5s;
}
textarea:focus{
   
    box-shadow: 0px 0px 5px rgba(0,0,0,0.045) !important;
}

#card-1-square{
    transition: .5s;
}
#card-1-square[data-aos] {
    transition-delay: 0.2s;
}

#card-2-square{
    transition: .5s;
}
#card-2-square[data-aos] {
    transition-delay: 0.4s;
}

#card-3-square{
    transition: .5s;
}
#card-3-square[data-aos] {
    transition-delay: 0.6s;
}

#card-4-square{
    transition: .5s;
}
#card-4-square[data-aos] {
    transition-delay: 0.2s;
}

#card-5-square{
    transition: .5s;
}
#card-5-square[data-aos] {
    transition-delay: 0.4s;
}
#card-6-square{
    transition: .5s;
}
#card-6-square[data-aos] {
    transition-delay: 0.6s;
}




#card-1{
    transition: .5s;
    cursor: pointer;
    background: white;  height: 470px; width: 170px;border-radius: 10px;  text-align: center; border-radius: 10px; flex-direction: column; display: flex; justify-content: flex-start; align-items: center; padding-left: 5px; padding-right: 5px; color: gray;
}
#card-1:hover{
    box-shadow: 0px 0px 10px gray;
    
}
#card-2{
     transition: .5s;
     cursor: pointer;
     background: white;  height: 470px; width: 170px;border-radius: 10px;  text-align: center; border-radius: 10px; flex-direction: column; display: flex; justify-content: flex-start; align-items: center; padding-left: 5px; padding-right: 5px; color: gray;
}
#card-2:hover{
    box-shadow: 0px 0px 10px gray;
}
#card-3{
     transition: .5s;
     cursor: pointer;
     background: white; height: 470px; width: 170px; border-radius: 10px; text-align: center; border-radius: 10px; flex-direction: column; display: flex; justify-content: flex-start; align-items: center; padding-left: 5px; padding-right: 5px; color: gray;
}
#card-4{
     transition: .5s;
     cursor: pointer;
     background: white; height: 470px; width: 170px; border-radius: 10px;  text-align: center; border-radius: 10px; flex-direction: column; display: flex; justify-content: flex-start; align-items: center; padding-left: 5px; padding-right: 5px; color: gray;
}
#card-3:hover{
    box-shadow: 0px 0px 10px gray;
}
#card-4:hover{
    box-shadow: 0px 0px 10px gray;
}

.container-card-1{
    box-shadow: 0px 0px 40px #b3e5fc;   
    transition: .5s;
    cursor: pointer;
    position: relative;
}

.container-card-1:hover{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    
}
.container-card-2{
     transition: .5s;
     cursor: pointer;
     box-shadow: 0px 0px 40px #b2dfdb; 
}
.container-card-2:hover{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.container-card-3{
    transition: .5s;
    cursor: pointer;
    box-shadow: 0px 0px 40px #ce93d8; 
}
.container-card-3:hover{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}


#card-1-1{
    z-index: 9999999;
    position: relative;
    transition: .5s;
    cursor: pointer;
    background: white; height: 300px; width: 300px;border-radius: 300px; flex-direction: column; display: flex; justify-content: flex-start; align-items: center; padding-left: 5px; padding-right: 5px;
}
#card-1-1:hover{
    
    background: red;
    box-shadow: 0px 0px 10px #29b6f6;
    
}
#card-1-2{
    z-index: 99999;
    position: relative;
    transition: .5s;
    cursor: pointer;
    background: white; height: 300px; width: 300px;border-radius: 300px; flex-direction: column; display: flex; justify-content: flex-start; align-items: center; padding-left: 5px; padding-right: 5px;
}
#card-1-2:hover{
    box-shadow: 0px 0px 10px #29b6f6;
}
#card-1-3{
    z-index: 9999;
    position: relative;
    transition: .5s;
    cursor: pointer;
    background: white; height: 300px; width: 300px;border-radius: 300px; flex-direction: column; display: flex; justify-content: flex-start; align-items: center; padding-left: 5px; padding-right: 5px;
}
#card-1-3:hover{
    box-shadow: 0px 0px 10px #29b6f6;
}

#container-2-main-text-4{
    margin-left: -2%; width: 750px; 
}

#card1[data-aos] {
    transition-delay: 0.2s;
}
#card2[data-aos] {
	transition-delay: 0.6s;
}
#card3[data-aos] {
	transition-delay: 1s;
}


#first-main-text[data-aos] {
    transition-delay: .3s;
}
#second-main-text[data-aos] {
	transition-delay: 0.5s;
}

#benefi-1[data-aos] {
		transition-delay: 0.2s;
	  }
#benefi-2[data-aos] {
		transition-delay: 0.6s;
	  }
#benefi-3[data-aos] {
		transition-delay: 0.8s;
	  }
#benefi-4[data-aos] {
		transition-delay: 1s;
	  }

#beneficios1[data-aos] {
    transition-delay: .7s;
}
#beneficios2[data-aos] {
    transition-delay: .9s;
    margin-left: 15px;
}
#beneficios3[data-aos] {
    transition-delay: 1.1s;
    margin-left: 15px;
}
#beneficios4[data-aos] {
    transition-delay: 1.3s;
    margin-left: 15px;
}
#plus-container-1{
    transition-delay: .7s;
}
#saiba-mais[data-aos] {
    transition-delay: 1.5s;
}
.saiba-mais-square[data-aos] {
    transition-delay: .5s;
}
#container-2-main-text-1[data-aos]{
    transition-delay: .2s;
}
#container-2-main-text-2[data-aos]{
    transition-delay: .3s;
}
#container-2-main-text-3[data-aos]{
    transition-delay: .4s;
}
#container-2-main-text-4[data-aos]{
    transition-delay: .5s;
}
#container-2-main-text-5[data-aos]{
    transition-delay: .6s;
}
#beneficios-1-page-3[data-aos]{
    transition-delay: .1s;
}
#beneficios-2-page-3[data-aos]{
    transition-delay: .2s;
}
#beneficios-3-page-3[data-aos]{
    transition-delay: .3s; 
}
#beneficios-4-page-3[data-aos]{
    transition-delay: .4s;
}
#plus-page-3[data-aos]{
    transition-delay: .5s;
}
#container-page-4-text-product-1{
    transition-delay: .5s;
}
#container-page-4-text-product-2{
    transition-delay: .6s;
}
#container-page-4-text-product-3{
    transition-delay: .7s;
}
#container-page-4-text-product-4{
    transition-delay: .8s;
}
#container-page-4-text-product-5{
    transition-delay: .9s;
}

#container-page-4-text-product-6{
    transition-delay: .5s;
}
#container-page-4-text-product-7{
    transition-delay: .6s;
}
#container-page-4-text-product-8{
    transition-delay: .7s;
}
#container-page-4-text-product-9{
    transition-delay: .8s;
}
#container-page-4-text-product-10{
    transition-delay: .9s;
}
#container-page-4-plus{
    transition-delay: 1s;
}

.hover-social-midia{
    position: relative;
    transition: .5s;   
    font-size: 50px; color: white;
}

.hover-social-midia:hover{
    top: -5px;
}
.underline{
    text-decoration: underline;
    font-size: 16px;
    color:white;
}

ul a.aqui{
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.10em;
  display: inline-block;

  position: relative;
}
ul a.aqui:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
ul a.aqui:hover:after { 
  width: 100%; 
  left: 0; 
}

#orcamento-1{
     background: linear-gradient(45deg, #02ecf7 0%, #29b6f6 55%); border-radius: 100px; text-decoration: none; border: none; transition: .5s; padding-left: 10px; padding-right: 10px;
}
#orcamento-1:hover{
    box-shadow: 0px 0px 5px black;
}
nav {
    background: #f5b335;
    height: 80px;
    position: absolute;
    z-index: 9999999;
    top: 0;
    transition: top .1s ease-in-out;
    width: 100%;
}
.br-1{
    display: none;
}
.nav-up {
    top: -85px;
}

li:hover{
    color: #fdb913;
}
nav ul a:hover {
    background-color: rgba(0, 0, 0, 0) !important;
    transition: .5s;
}
nav ul a{
    color: black;
}

#img-saiba-mais{
    height: 100px; width: 30px; position: relative; 
}

.img-fundo{
    height: 135vh; width: 100%; position: absolute;
    
}
.img-fundo-mobile{
    height: 130vh; width: 100%; position: absolute; min-height: 1000px;
}
.container-page-1{
    height: 120vh; width: 100%;
    min-height: 1000px;
    z-index: 9999;
    position: relative;
   
}
.container-page-1-1{
    height: 105%; width: 100%; 
    display: flex; 
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    z-index: 9;
    background: linear-gradient(45deg, rgba(2, 236, 247, 0.7) 0%, rgba(41, 182, 246, 0.7) 55%);
}

.cursor{
    cursor: pointer;
}
.container-page-1-2{
    height: 100%; width: 100%;
    
    display: flex; 
    justify-content: center;
    align-items: center;
    text-align: center;

    padding-left: 10%;
    padding-right: 10%;

}
.btn:focus {
  outline: none;
    background: black;
}
.container-page-1-3{
    height: 10%; width: 100%;
    display: flex; 
    justify-content: center;
    align-items: center;
    
    color: white;
}
.container-page-1-4{
    height: 10%; width: 100%;
    color: white;   
}

.container-1-button-page-1-4{
    display: flex; justify-content: center; align-items: center; flex-direction: row;
}
.container-2-button-page-1-4{
    display: flex; justify-content: center; align-items: center; flex-direction: row;
}

.image{
     width: 100%;
     box-sizing: border-box;
     justify-content: center;
     height: 100px;
 }

 #containeree{
     width: 100%;
     position: absolute;
     background: translate;
     overflow: hidden;
     bottom: -14px;
     transform: rotate(-6deg)

 }

 #containeree svg{
     width: 200%;
     position: relative;
     animation: move-left 2s linear infinite;

 }

 @keyframes move-left{
     0%{
         left: 0%;
     }
     100%{
         left: -100%;
     }

 }

/*
.container-page-2{
    background: white;
    height: auto; 
    padding-top: 5%;
    width: 100%;
    padding-left: 10%;
    transform: skewY(3deg);
    height: auto;
    width: 100%;
    margin-top: -4.5%;
    z-index: 9999;
    position: relative; 
}
*/
.container-page-2{
    background: transparent;
    height: auto; 
    width: 100%;
    transform: skewY(3deg);
    height: auto;
    width: 100%;
    padding-left: 10%;
    z-index: 9999;
    position: relative; 
    padding-top: 5%;
    background: white;
}

.container-page-2-1{
    display: flex; 
    justify-content: center;
    align-items: center;
    margin-top: -4%;
    z-index: 99999;
    position: relative;
    transform: skewY(-3deg);
}



.container-page-2-2{
    width: 50%; flex-direction: column; color: gray; position: relative; z-index: 999999;
}
.container-page-2-3{
    width: 50%; display: flex; justify-content: center; align-items: center;
}




.container-page-3{
    transform: skewY(-3deg);
    height: auto;
    width: 100%;
    background: white;
    z-index: 9999;
    position: relative; 
    padding-top: 3%;
    padding-bottom: 8%;
}


.container-page-4{
    background: transparent;
    height: auto; 
    width: 100%;
    transform: skewY(3deg);
    height: auto;
    width: 100%;
    
    z-index: 9999;
    position: relative; 
    
    background: white;
}

.container-page-4-1{
    display: flex; 
    justify-content: center;
    align-items: center;
    margin-top: -4%;
    z-index: 99999;
    position: relative;
    transform: skewY(-3deg);
    padding-top: 10%;
    margin-left:  -10%;
   
}
.container-page-5{
    transform: skewY(-3deg);
    height: auto;
    width: 100%;
    z-index: 9999;
    position: relative; 
    padding-top: 3%;
    padding-bottom: 8%;
    padding-left: 10%; padding-right: 10%; padding-bottom: 15%; background: rgba(247,248,252, .6);
}

.container-page-5-1{
    display: flex; 
    justify-content: center;
    align-items: center;
    margin-top: -4%;
    z-index: 99999;
    position: relative;
    transform: skewY(-3deg);
    padding-left: 10%;
    padding-top: 1%; padding-bottom: 1%; transform: skewY(3deg); padding-top: 5%;
}

.container-page-5-2{
    width: 50%; flex-direction: column; color: gray;  z-index: 99; position: relative;color: white
}
.container-page-5-3{
    width: 50%; display: flex; justify-content: center; align-items: center; 
}
 .container-page-6{
    background: transparent;
    height: auto; 
    width: 100%;
    transform: skewY(3deg);
    height: auto;
    width: 100%;
    z-index: 9999;
    position: relative; 
    padding-top: 0%;
     display: flex; justify-content: center; align-items: center;
    background: white;
}

.container-page-6-1{
    display: flex; 
    justify-content: center;
    align-items: center;
    margin-top: -4%;
    z-index: 99999;
    position: relative;
    transform: skewY(-3deg);
    flex-direction: column; 
    padding-bottom: 7%;
    padding-top: 9%;
}
.container-page-7{
    background: rgba(247,248,252, .6);
    height: auto; 
    width: 100%;
    transform: skewY(-3deg);
    height: auto;
    width: 100%;
    z-index: 9999;
    position: relative; 
    padding-top: 0%;
    transition: .5;
    display: flex; justify-content: center; align-items: center;
}

.container-page-7-1{
    display: flex; 
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    z-index: 99999;
    position: relative;
    transform: skewY(3deg);
    flex-direction: column; 
    padding-bottom: 12%;
    padding-top: 6%;
    min-height: 1000px;
   
}


.empresas{
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1); display: flex; justify-content: center; align-items: center; flex: 1; background: white; padding: 10px; border-radius: 10px; height: 200px; width: 200px; cursor: pointer; transition: .5s;
}

.empresas:hover{
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}

.empresas img{
     width: 150px;
 }


.sucesso-message{
    min-height: 1000px;
    display: none; justify-content: center; align-items: center;
    transform: skewY(3deg);
}


.container-loading{
    min-height: 1000px;
    display: none; justify-content: center; align-items: center;
     transform: skewY(3deg);
}


///LOADING

    @keyframes loader {
  0% { left: -100px }
  100% { left: 110%; }
}
#box {
  width: 50px;
  height: 50px;
  background: #42a5f5;
  animation: animate .5s linear infinite;
  top: 0;
  left: 0;
  border-radius: 3px;
}
@keyframes animate {
  17% { border-bottom-right-radius: 3px; }
  25% { transform: translateY(9px) rotate(22.5deg); }
  50% {
    transform: translateY(18px) scale(1,.9) rotate(45deg) ;
    border-bottom-right-radius: 40px;
  }
  75% { transform: translateY(9px) rotate(67.5deg); }
  100% { transform: translateY(0) rotate(90deg); }
} 
#shadow { 
  width: 50px;
  height: 5px;
  background: #000;
  opacity: 0.1;
  position: relative;
  top: 10px;
  left: 0;
  border-radius: 50%;
  animation: shadow .5s linear infinite;
}
@keyframes shadow {
  50% {
    transform: scale(1.2,1);
  }
}


///LOADING

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}
.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 9999999;
    background: transparent;
    transform: skewY(3deg);
    display: flex; align-items: center;justify-content: center;
}
.waveWrapperInner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 500px;
    bottom: -1px;
}
.bgTop {
    z-index: 15;
    opacity: 1;
}
.bgMiddle {
    z-index: 10;
    opacity: 1;
}
.bgBottom {
    z-index: 5;
}
.wave {
    position: absolute;
    left: 50;
    width: 200%;
    height: 500px;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}
.waveTop {
    background-size: 50% 100px;
}
.waveAnimation .waveTop {
  animation: move-wave 3s;
   -webkit-animation: move-wave 3s;
   -webkit-animation-delay: 1s;
   animation-delay: 1s;
}
.waveMiddle {
    background-size: 50% 200px;
}
.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}
.waveBottom {
    background-size: 50% 200px;
}
.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}

.mask-container-page-3{
    width: 100%;
    height: auto;
    background: rgba(253, 185, 19, 0.6);
    position: relative; 
    z-index: 99999;
      min-height: 1000px;
}
.container-page-3-1{
    transform: skewY(3deg);
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.container-page-3-1-1{
    width: 50%; flex-direction: column; color: white; padding-left: 10%;
}
.container-page-3-1-2{
   width: 50%; display: flex; justify-content: center; align-items: center; flex-direction: column;
}
.container-page-4{
    transform: skewY(3deg);
    margin-top: -10%;
    height: auto; 
    width: 100%; 
    background: white;
    padding-left: 10%;
    z-index: 9999;
     position: relative;
    padding-bottom: 7%;
    padding-top: 3%;
}
.container-page-4-1{
    transform: skewY(-3deg);
    display: flex; 
    justify-content: center;
    align-items: center;
    z-index: 9999;
    position: relative;
    flex-direction: row;
}

.saiba-mais-square{
     background: linear-gradient(45deg, #02ecf7 0%, #29b6f6 55%); border-radius: 100px; padding: 10px; color: white; font-size: 25px; transition: .5s; box-shadow: 0px 0px 20px rgba(0,0,0,0.1); text-align: center; cursor: pointer;
}

.saiba-mais-square:hover{
     box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
}

.button-orcamento{
    background: linear-gradient(45deg, #02ecf7 0%, #29b6f6 55%); border-radius: 100px; padding: 30px; color: white; font-size: 25px; transition: .5s; box-shadow: 0px 0px 20px rgba(0,0,0,0.1)
}
.button-orcamento:hover{
    box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
}
.foot{
    height: auto;
    width: 100%;
    
    background: linear-gradient(45deg, #02ecf7 0%, #29b6f6 55%);
    z-index: 999999;
    position: relative;
    transform: skewY(-3deg);
    padding-bottom: 5%;
}
.button-beneficios{
   padding: 10px; border-bottom-left-radius: 5px; border-bottom-right-radius: 20px; border-top-right-radius: 5px; border-top-left-radius: 20px; text-align: center; width: 180px; display: flex; align-items: center; justify-content: center; background: #fdb913; color: white; transition: .5s; color: white;
}

.button-beneficios:hover{
    background: rgba(253, 185, 19, 0.6);
    
}
.container-plus{
    width: auto; 
    height: 40px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 20px; 
    border-bottom-right-radius: 10px; 
    border: none; 
    background: transparent; 
    color: white; 
    display: flex; 
    justify-content: center;
    align-items: center; 
    flex-direction: row;
}

.plus{
    border-radius: 30px;
    width: 30px; 
    height: 30px;
    display: flex;
    justify-content: center; 
    align-items: center ; 
    background: transparent;  
    border: 3px solid white;
    margin-left: 10px; 
    transition: .5s;
}

.plus-2{
    border-radius: 30px;
    width: 30px; 
    height: 30px;
    display: flex;
    justify-content: center; 
    align-items: center ; 
    background: transparent;  
    border: 3px solid white;
    margin-left: 10px; 
    transition: .5s;
}
.plus-3{
    border-radius: 30px;
    width: 30px; 
    height: 30px;
    display: flex;
    justify-content: center; 
    align-items: center ; 
    background: transparent;  
    border: 3px solid white;
    margin-left: 10px; 
    transition: .5s;
}
.cards-products{
    height: 300px; 
    width: 300px;
    border-bottom-left-radius: 35px;
    border-top-left-radius: 10px; 
    border-top-right-radius: 35px; 
    border-bottom-right-radius: 10px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
    position: relative;
    transition: .2s;
    top:0;
    padding: 10px;
    background: white;
    cursor: pointer;
    
}

.cards-products:hover{
    box-shadow: 0px 10px 10px rgba(0,0,0,0.4);
    top: -30px;
}
user-profile-content {
    position: relative;
}
user-profile-content::before {
    position: absolute;
    content: '';
    top: -3.4375rem;
    left: -1.875rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.4375rem 0 0 31.25rem;
    z-index: 0;
    border-color: transparent transparent transparent #fefefe;
}


.cool-link-active {
    display: inline-block;
    color: white;
    text-decoration: none;
}

.cool-link-active::after {
    content: '';
    display: block;
    width: 80%;
    height: 2px;
    background: white;
    transition: width .3s;
}

.cool-link:hover::after {
    width: 70%;
    transition: width .3s;
}

.cool-link {
    display: inline-block;
    color: white;
    text-decoration: none;
}

.cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: white;
    transition: width .3s;
}

.cool-link:hover::after {
    width: 70%;
    transition: width .3s;
}

.flip-card {
    
  background-color: transparent;
  width: 200px;
  height: 43px;
  perspective: 1000px;
}

.flip-card-inner {
  
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
   transition: .2s;
   transform: rotateY(180deg);
   z-index: 99999;
  /*-webkit-transform: translateZ(-1000px);*/
}

.flip-card-front, .flip-card-back {
   
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
   
    display: flex; 
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0px 0px 10px 0 rgba(0,0,0,0.3);
}

.flip-card-front {
  -webkit-border-radius: 20px 5px 20px 5px; 
 
  /*background-image: linear-gradient(45deg, #fdb913, #ffeb3b);*/
  background: white;
  color: white;
  -webkit-transform: translateZ(1px);
    
}

.flip-card-back {

  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 5px;
  -webkit-border-radius: 5px 20px 5px 20px;  
  background-color: #fdb913;
  color: white;
  transform: rotateY(180deg);
 
}

.font-30{
    font-size: 30px;
    margin-left: 10px;
}
.font-50{
    font-size: 50px;
}
.font-25{
    font-size: 25px;
}
.font-35{
    font-size: 40px;       
 }
.width-button{
    width: 180px;
}


.mobile-not-show{
    display: flex;
}
.mobile-yes-show{
    display: none;
}

.show-menu{
    display: none;
}

.container-menu{
    width: 100%; height: 0%; padding: 0px;  background: linear-gradient(45deg, #02ecf7 0%, #29b6f6 55%);; position: fixed; z-index: 9999999;
}

#carrosel{
    width:50%; padding: 10px;  display: flex; justify-content: center; align-items: center; transform: skewY(3deg); padding-left: 5%; height: auto; padding-top: 5%; padding-bottom: 10%;
}
.projetos{
        width: 100%; padding: 20px; display: flex; justify-content: center; align-items: center; background: rgba(250, 250, 250, 0.3); margin-top: -5%; position: relative; 99999999; flex-direction: column; padding-top: 10%;
}

@media screen and (max-width: 920px) {
    
 .font-11{
     font-size: 11px;
 }
 #container-2-main-text-4{
    margin-left: 0.5%; width: 720px; 
 }
.projetos{
        width: 100%; padding: 20px; display: flex; justify-content: center; align-items: center; background: rgba(250, 250, 250, 0.3); margin-top: -5%; position: relative; 99999999; flex-direction: column; padding-top: 15%; padding-bottom: 15%;
}
#carrosel{
    width: 100%; padding: 10px;  display: flex; justify-content: center; align-items: center; transform: skewY(3deg); padding-left: 10%
}  
.mobile-not-show{
    display: none;
}
.mobile-yes-show{
    display: flex;
}
#card-1{
    transition: .5s;
    cursor: pointer;
    margin-left: -10px;
    background: white; height: 800px; width: 170px;border-radius: 10px; font-size: 21px; text-align: center;
}
#card-2{
    transition: .5s;
    cursor: pointer;
     margin-left: -10px;
    background: white; height: 800px; width: 170px;border-radius: 10px; font-size: 21px; text-align: center;
}
#card-3{
    transition: .5s;
    cursor: pointer;
     margin-left: -10px;
    background: white; height: 800px; width: 170px;border-radius: 10px; font-size: 21px; text-align: center;
}
#card-4{
    transition: .5s;
    cursor: pointer;
     margin-left: -10px;
    background: white; height: 800px; width: 170px;border-radius: 10px; font-size: 21px; text-align: center;
}
.font-50{
    font-size: 80px;
}
.font-25{
    font-size: 35px;
}
.br-1{
    display: flex;
 }  
 .container-page-1-2{
     height: 100%;
 }  
  
 .container-page-2-2{
     width: 100%; flex-direction: column; color: gray; position: relative; z-index: 999999;
 }
 .container-page-2-3{
     width: 100%; display: flex; justify-content: center; align-items: center;
 }
 .container-page-2-1{
    flex-direction: column;
 }
 .container-page-2{
    padding-left: 5%;
 }
 .container-page-4-1{
   flex-direction: column;
 }
 .container-page-5{
     padding-left: 9%;
     overflow: auto;
 }
 .container-page-5-1{
    flex-direction: column;
     padding-left: 7%;
     padding-bottom: 5%;
 }

 .container-page-5-2{
    padding-top: 5%;
    width: 100%;
 }
 .container-page-5-3{
    width: 100%; 
    padding-left: 0%;
 }
 .container-page-6{
    background: transparent;
    height: auto; 
    width: 100%;
    transform: skewY(3deg);
    height: auto;
    width: 100%;
    padding-left: 10%;
    padding: 20px;
    z-index: 9999;
    position: relative; 
    padding-top: 5%;
    background: white;
}

.container-page-6-1{
    display: flex; 
    justify-content: center;
    align-items: center;
    margin-top: -4%;
    z-index: 99999;
    position: relative;
    transform: skewY(-3deg);
}
 .empresas{
     height: 150px; 
     width: 150px;
 }
 .empresas img{
     width: 100px;
 }
 #card-1-circle{
    margin-top: 20px;
 }
 #card-2-circle{
    margin-top: 20px;
 }
 #card-3-circle{
        margin-top: 20px;
 }
 .font-30{
    font-size: 40px;
 }
 .font-35{
    font-size: 60px;       
 }
 .font-38{
    font-size: 45px;       
  }
 .container-logo{
   width: 100px; height: 100px; border-radius: 100px; 
   margin-left: 20px;margin-top: 1.5px;
 }
 .logo{
   width: 100px; height: 100px; border-radius: 100px; 
   top: 15px;
 }
 .container-page-3-1{
    padding-left: 6%;
    flex-direction: column;
    padding-top: 10%;
 }
 #img-principal-2{
        left: 10%;
 }
  .container-page-3-1-1{
      width: 100%; padding-left: 0%;
      padding-bottom: 10%;
  }
  .container-page-3-1-2{
      width: 100%;
  }
  .mobile-no{
        display: none;
  }
  .mobile-show{
       display: block;
  }
  .padding-top-10{
      padding-top: 10%;
  }
  .container-page-2{
      padding-top: 10%;
      height: auto;    
      position: relative;
      z-index: 9999;
      padding-bottom: 3%;
      
  }
  .container-page-4-1{
        flex-direction: column; justify-content: center; align-items: center;
  }
  .container-1-button-page-1-4{
    flex-direction: column;
  }
  .container-2-button-page-1-4{
    flex-direction: column;
     margin-left: 5%;
  }
  .button-beneficios{
    padding: 10px; border-bottom-left-radius: 5px; border-bottom-right-radius: 20px; border-top-right-radius: 5px; border-top-left-radius: 20px; text-align: center; width: 270px; display: flex; align-items: center; justify-content: center; background: #fdb913; color: white; transition: .5s; color: white; font-size: 23px;
   }
  .container-plus{
        width: auto;   
        height: 40px;
        font-size: 25px;
        margin-top: 20px;
   }
    .plus{
        height: 40px;
        width: 40px;
        border-radius: 40px;
    }
    #beneficios1{
        width: auto; height: auto;
    }
    #beneficios2{
        margin-top: 20px;
        position: relative;
        left: -5px;
    }
    #beneficios3 {
        width: auto; height: auto; margin-left: 15px;
        
    }
    #beneficios4 {
        width: auto; height: auto; margin-left: 15px;
        margin-top: 20px;
    }
    .width-button{
        width: 280px;
    }
    .padding-top-10{
        margin-left: -8%;
    }
    .flip-card {
    
      background-color: transparent;
      width: 280px;
      height: 53px;
      perspective: 1000px;
    }
    
     #containeree{
         width: 100%;
         position: absolute;
         background: translate;
         overflow: hidden;
         bottom: -9px;
         transform: rotate(-6deg)

     }
    
}





@media screen and (min-width: 1062px) {

     #containeree{
         width: 100%;
         position: absolute;
         background: transparent;
         overflow: hidden;
         bottom: -14px;
         transform: rotate(-6deg)

     }
    
}
@media screen and (min-width: 1362px) {

     #containeree{
         width: 100%;
         position: absolute;
         background: transparent;
         overflow: hidden;
         bottom: -17px;
         transform: rotate(-6deg)

     }
    
}
@media screen and (min-width: 1662px) {

     #containeree{
         width: 100%;
         position: absolute;
         overflow: hidden;
         bottom: -22px;
         transform: rotate(-6deg)

     }
    
}

@media screen and (min-height: 500px) {

     #containeree{
         width: 100%;
         position: absolute;
         background: transparent;
         overflow: hidden;
         bottom: -15px;
         transform: rotate(-6deg)

     }
    
}