*{
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;
  font-size: 16px;
}
body{
  
}
html{
    scroll-behavior: smooth;
}

a{
    text-decoration: none;
}

ul{
    list-style: none;
}

input, select, button, textarea{
    outline-style: none;
}
textarea{
  resize: none;
}


/* Loader */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loader.active {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    visibility: visible;
    opacity: 1;
}

.loader.active .loader__content {
    display: block;
}

.loader__content {
    border: 7px solid #ffffff; /* Light grey */
    border-top: 7px solid #d35151; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1.3s ease-in-out infinite;
    display: none;
}

/*------------------------
LGPD
------------------------*/
/* Deixa desabilitado por padrão */
.js_enabled .lgpd-cookies {
    display: none;
  }
  
  .lgpd-cookies {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    width: 85vw;
    border: none;
    border-radius: 0;
    padding: 15px;
    position: fixed;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background: rgba(0, 0, 0, 0.85);
    box-shadow: 2px 1px 20px #00000029;
    border-radius: 10px;
  }
  
  .lgpd-texto {
    width: 72%;
    text-align: center;
    margin-right: 20px;
    margin-left: 20px;
    color: #fff;
  }
  
  .lgpd-link {
    color: var(--clr-primary);
  }
  
  .lgpd-link:hover {
    color: var(--clr-primary);
  }
  
  .lgpd-botao {
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    color: #ffffff;
  }
  
  .lgpd-botao.continuar {
    border: 1px solid var(--clr-primary);
    border-radius: 8px;
    padding: 10px 15px;
    margin-right: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  
  .lgpd-botao.continuar:hover {
    color: #ffffff;
    background: var(--clr-primary);
  }
  
  .lgpd-botao.sair:hover {
    text-decoration: underline;
  }

  /* FORM FEEDBACK */
.border-complete {
  border: 1px solid var(--new-green);
}

.border-error {
  border: 1px solid red !important;
}

#jError{
    font-family: 'Montserrat', sans-serif;
}

header{
  position: relative;
  z-index: 91;
}
/* TOPO REDES */
.topo{
  width: 100%;
  background-color: #ed3237;
  height: 30px;
  position: relative;
  z-index: 4;
}
.topo-content{
  width: 1100px;
  margin: 0 auto;
 
 display: -webkit-flex; display: flex;
}
.topo-redes{
  width: 50%;
 
 display: -webkit-flex; display: flex;
}
.topo-redes a{
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7480%) hue-rotate(292deg) brightness(104%) contrast(103%);
  margin-right: 2%;
  margin-top: 1%;
}
.topo-redes a:hover{
  filter: brightness(0) saturate(100%) invert(80%) sepia(0%) saturate(4%) hue-rotate(199deg) brightness(92%) contrast(84%);
}
.topo-tele{
  width: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: baseline;
  place-content: end;
}
.topo-tele h2{
  font-size: 11px;
  color: #fff;
  font-weight: 400;
}
.topo-tele p{
  font-size: 11px;
  color: #fff;
  padding: 0 3px;
  font-weight: 400;
}
.topo-tele a{
  border-radius: 5px;
  border: 1px solid #fff;
  width: 130px;
  color: #ed3237;
  background-color: #fff;
  margin-right: 5px;
  margin-top: 2px;
  padding-left: 4px;
}
.topo-tele a:hover{
  color: #fff;
  border: 1px solid #b1b1b1;
  background-color: #b1b1b1;
}

/* TOPO MENU */
.topo-menu{
  width: 100%;
  position: absolute;
  z-index: 11;
}
.tm-content{
  width: 1100px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  margin-top: 1%;
  border-bottom: 1px solid #ed3237;
  z-index: 10;
  position: relative;
}


.logo{
  width: 15%;
}
.menu{
  width: 85%;
}
.menu .active{
  color: #5B98FE;
  border-bottom: 12px solid #5B98FE;
  padding-bottom: 8px;
}
.menu-hamburguer{
  display: none;
}
.close-mobile{
  display: none;
}
.menu-list{
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  list-style: none;
  padding-bottom: 22px;
  margin-top: 1%;
  place-content: end;
  z-index: 99;
}
.menu-list .botao-topo a{
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: transparent;
  color: #fff;
  padding: 5px 10px;
}
.menu-list li{
  padding: 0 30px;
}
.menu-list li ul{
  position:absolute;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0 0 10px 10px;
  display:none;
  width: 150px;
}
.menu-list a{
  color: #fff;
}
.menu-list a:hover{
  color: #ed3237;
}
.menu-list .botao-topo a:hover{
  color: #ed3237;
  border: 1px solid #ed3237;
}
.menu-list .botao-topo{
  padding: 0;
}
.botao-cliente{
  display: none;
}


/* FOOTER */
.receba{
  width: 100%;
  background-color: #ed3237;
  height: 130px;
}
.receba-content{
  width: 1000px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  padding-top: 41px;
}
.receba-title{
  width: 34%;
 
 display: -webkit-flex; display: flex;
}
.receba-title h2{
  color: #fff;
  font-size: 30px;
}
.receba-form{
  width: 50%;
 
 display: -webkit-flex; display: flex;
}
.receba-form input{
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 10px;
  height: 50px;
  width: 275px;
  color: #fff;
  padding-left: 15px;
}
.receba-form input::placeholder{
  color: #fff;
}
.receba-form .input{
  margin-right: 25px;
}
.receba-form .input2{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: relative;
  justify-content: end;
}
.receba-form .input2 input{
  width: 300px;
}
.receba-form button{
  border-radius: 10px;
  border: 1px solid #fff;
  position: absolute;
  height: 100%;
  cursor: pointer;
}
.receba-form button:hover{
  border: 1px solid #b1b1b1;
  background-color: #b1b1b1;
}
.receba-form button img{
  padding: 5px 15px 0 15px;
}
/*.receba-form button:hover img{
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(281deg) brightness(105%) contrast(101%);
}
*/

.footer{
  width: 100%;
}
.footer-content{
  width: 1100px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  margin-top: 3%;
}
.footer-content h2{
  font-size: 20px;
  font-weight: 600;
}
.footer-content h3{
  font-size: 16px;
  font-weight: 400;
}
.fc-1{
  width: 43%;
}
.logo-footer{
  padding-bottom: 20px;
}
.fc-1-text{
  width: 85%;
}
.fc-1-text p{
  color: #707070;
}
.fc-2{
  width: 25%;
}
.fc-2-menu{
  padding-top: 20px;
}
.fc-2-menu li{
  padding-bottom: 13px;
}
.fc-2-menu a{
  color: #ED3237;
  font-weight: 600;
}
.fc-2-menu a:hover{
  color: black;
}
.fc-2-redes{

}
.fc-2-redes a{
  margin-right: 7px;
}
.fc-2-redes a:hover{
  filter: brightness(0) saturate(100%) invert(0%) sepia(16%) saturate(7434%) hue-rotate(186deg) brightness(110%) contrast(102%);
}
.fc-3{
  width: 30%;
}
.fc-3-box1{
  display: flex;
  display: -webkit-flex;
  margin-bottom: 20px;
}
.fc-3-box1 div{
  padding-right: 20px;
  place-self: center;
}
.fc-3-box1 img{
  width: 30px;
  height: auto;
}
.fc-3-box2{
  display: flex;
  display: -webkit-flex;
  margin-bottom: 20px;
}
.fc-3-box2 div{
  padding-right: 20px;
  place-self: center;
}
.fc-3-box2 img{
  width: 30px;
  height: auto;
}
.fc-3-box3{
  display: flex;
  display: -webkit-flex;
  margin-bottom: 20px;
}
.fc-3-box3 div{
  padding-right: 20px;
  place-self: center;
}
.fc-3-box3 img{
  width: 25px;
  height: auto;
}

.direitos{
  width: 100%;
  height: 80px;
}
.direitos-content{
  width: 1100px;
  margin: 0 auto;
  border-top: 1px solid #dbdbdb;
 
 display: -webkit-flex; display: flex;
}
.dc-title{
  width: 80%;
}
.dc-title h2{
  color: #dbdbdb;
}
.red-img{
  width: 20%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  place-content: end;
}

/* MODAL */
.form-modal{
  display: none;
  position: fixed;
  z-index: 10;
  top: 20%;
  left: 0;
  z-index: 99;
}
.form3{
  display: flex;
  flex-wrap: wrap;
  place-content: center;
}
.form-content3{
  display: flex;
  flex-wrap: nowrap;
  border: 2px solid #ED3237;
  border-radius: 35px;
  width: 61%;
  background-color: #fff;
  position: relative;
}
.form-content3 h2{
  font-size: 35px;
  font-weight: 700;
  color: #ED3237;
  margin-bottom: 6%;
}
.form-content3 .fc-texts3{
  width: 64%;
  padding: 30px 0 0 40px;
}
.form-img3{
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  place-content: end;
}
.form-input3{
  display: flex;
  flex-wrap: wrap;
  height: 60%;
}
.fc-texts3 button{
  color: #fff;
  background-color: #ED3237;
  border: 1px solid #ED3237;
  border-radius: 30PX;
  padding: 10px 40px;
  margin-top: 4%;
  font-size: 20px;
  cursor: pointer;
}
.fc-texts3 button:hover{
  background-color: #fff;
  color: #ED3237; 
}
.form-space3{
  margin-bottom: 4%;
  margin-right: 4%;
}
.form-space3 input{
  width: 250px;
  height: 50px;
  border: 1px solid #D4D4D4;
  padding-left: 20px;
}
.form-space3 input::placeholder{
  color: #707070;
  font-weight: 400;
}
textarea{
  border: 1px solid #D4D4D4;
  width: 522px;
  height: 150px;
  padding-top: 10px;
  padding-left: 20px;
  color: #707070;
}
.close {
  color: #ED3237;
  float: right;
  font-size: 50px;
  font-weight: bold;
  position: absolute;
  right: -28px;
  top: -45px;
}
.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.flutuante{
  position: fixed;
  right: 1%;
  top: 60%;
  z-index: 90;
  width: 70px;
  height: 70px;
}
/* .flutuante i{
  font-size: 4rem;
  color: #25D366;
} */
.flutuante a img{
  width: 100%;
  height: 100%;
  filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.4));
}


/* MEDIA */
@media screen and (max-width: 1600px){
  .bg-1{
    background-position: 1357px 33px;
  }
  .bg2-bg{
    background-position: -627px 63px;
  }
}

@media screen and (max-width: 1440px){
  .bg2-bg{
    background-position: -531px 63px;
  }
  .topo-content, .tm-content, .receba-content, .footer-content, .direitos-content{
    width: 985px;
  }
  .menu-list li {
    padding: 0 20px;
  }
} 

@media screen and (max-width: 1366px){

}

@media screen and (max-width: 1280px){
  .topo-content, .tm-content, .receba-content, .footer-content, .direitos-content {
    width: 920px;
  }
  .menu-list a {
    color: #fff;
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px){
  .topo-content, .tm-content,.receba-content, .footer-content, .direitos-content {
    width: 745px;
  }
  .topo-tele a{
    font-size: 13px;
    padding-left: 4px;
    width: 110px;
  }
  .topo-tele h2 {
    font-size: 10px;
  }
  .menu-list li {
    padding: 0 10px;
  }
  .menu-list a {
    color: #fff;
    font-size: 12px;
  }
  .receba-content{
    place-content: end;
  }
  .receba-title{
    width: 33%;
  }
  .receba-form {
    width: 62%;
  }
  .receba-title h2{
    font-size: 22px;
  }
  .receba-form input{
    width: 200px;
  }
  .receba-form .input2 input {
    width: 225px;
  }
  .fc-1-text p{
    font-size: 12px;
  }
  .fc-2-menu a{
    font-size: 14px;
  }
  .footer-content h2 {
    font-size: 17px;
  }
  .footer-content h3 {
    font-size: 14px;
  }

}

/* MEDIA MOBILE */
@media screen and (max-width: 768px){
  /* MENU MOBILE */
  .menu {
    width: auto;
    margin-left: 69%;
  }
  .menu-list{
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 50;
    animation-name: slideInDown;
    animation-duration: .8s;
    margin-top: 0;
    padding-top: 7%;
    gap: 10px;
  }
  .slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    }
    @-webkit-keyframes slideInDown {
    0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
    }
    100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    }
    }
    @keyframes slideInDown {
    0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
    }
    100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    }
    } 

  .menu-list li{
    padding: 5px 0;
  }
  .menu-list a{
    font-size: 30px;
    color: #ed3237;
  }
  .menu-list .botao-topo a{
    color: #ed3237;
    border-color: #ed3237;
  }
  .menu-hamburguer{
    display: block;
  }
  .menu-hamburguer i{
    font-size: 50px;
    color: #ed3237;
  }
  .close-mobile{
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .close-mobile i{
    font-size: 40px;
    color: #ed3237;
  }
  .footer-content h3 {
    font-size: 13px;
  }
}

@media screen and (max-width: 600px){
  header{
    z-index: 91;
  }
  .flutuante{
    z-index: 90;
  }
  .topo-content, .tm-content, .footer-content, .direitos-content {
    width: 95%;
    margin: 0 auto;
  }
  .topo-redes{
    width: fit-content;
  }
  .topo-redes img{
    margin: 3px 5px 0 5px;
  }
  .topo-menu{
    padding-top: 1%;
  }
  .topo-tele{
    width: 90%;
  }
  .topo-tele a{
    display: none;
  }
  .topo-tele h2{
    margin-top: 2%;
  }
  .menu-list{
    padding-top: 0%;
    height: 100vh;
  }
  .menu-list a {
    font-size: 25px;
  }
  .menu-list .botao-topo{
    padding: 5px 0; 
  }
  .botao-cliente{
    display: block;
    padding: 5px 0;
  }
  .botao-cliente a {
    border-radius: 50px;
    border: 1px solid #ed3237;
    /* width: 130px; */
    color: #fff;
    background-color: #ed3237;
    /* margin-right: 5px; */
    margin-top: 16px;
    /* padding-left: 4px; */
    padding: 5px 20px;
}
  .menu-list a:hover {
    color: #ed3237;
    background-color: #fff;
  }
  .menu-list .botao-topo a:hover {
    color: #fff;
    border: 1px solid #ed3237;
    background-color: #ed3237; 
  }
  

  /* FOOTER */
  .flutuante i{
    font-size: 3rem;
  }
  .receba{
    height: 250px;
  }
  .receba-content{
    width: 70%;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    place-content: center;
  }
  .receba-title {
    width: 100%;
    justify-content: center;
  }
  .receba-title h2 {
    font-size: 33px;
  }
  .receba-form{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .receba-form .input{
    margin-right: 0;
    margin-bottom: 5%;
  }
  .receba-form input {
    width: 273px;
  }
  .receba-form .input2 {
    width: 82%;
  }
  .receba-form .input2 input {
    width: 100%;
  }
  .receba-form button{
    right: 0;
  }
  .footer{
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
  }
  .footer-content{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .fc-1, .fc-1-text{
    width: 100%;   
  }
  .fc-1{
    margin-bottom: 5%;
  }
  .logo-footer{
    text-align: center;
  }
  .fc-1-text p {
    font-size: 10px;
    text-align: center;
  }
  .fc-2{
    width: 40%;
  }
  .fc-3{
    width: 60%;
    margin-top: 13%;
  }
  .fc-3-box3{
    margin-bottom: 0;
  }
  .fc-3-box1 img, .fc-3-box2 img, .fc-3-box3 img{
    width: 25px;
  }
  .footer-content h2 {
    font-size: 15px;
  }
  .footer-content h3{
    font-size: 12px;
  }
  .direitos-content{
    margin-top: 3%;
    padding-top: 3%;
  }
  .dc-title h2{
    font-size: 10px;
  }
  .form-img3{
    display: none;
  }
  .form-content3{
    width: 80%;
  }
  .form-content3 .fc-texts3{
    width: 100%;
    padding: 20px;
  }
  .form-input3{
    height: 70%;
  }
  .form-space3, .form-space3 input, .text-space, textarea{
    width: 100%;
  }
}

@media screen and (max-width: 425px){
  .receba {
    height: 300px;
  }
  .mc-botao {
    left: 10px;
    width: 26%;
  }
  .receba-form .input2 {
    width: 100%;
  }
  .footer-content h3 {
    font-size: 10px;
  }
}

@media screen and (max-width: 375px){
  .receba-title h2 {
    font-size: 27px;
  }
  .receba-form{
    place-content: end;
  }
  .receba-form .input{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    position: relative;
    width: 100%;
  }
  .receba-form .input2 {
    width: 99%;
  }
}

@media screen and (max-width: 360px){
	.topo-content{
		width: 98%;
	}
}

@media screen and (max-width: 320px){
  .topo-content, .tm-content, .footer-content, .direitos-content {
    width: 97%;
    margin: 0 auto;
  }
  .topo-redes img {
    margin: 3px 0px 0 5px;
  }
  .topo-tele h2 {
    font-size: 9px;
  }
  .receba-title h2 {
    font-size: 23px;
    margin-bottom: 4%;
  }
  .receba-form input{
    height: 40px;
  }
  .dc-title h2 {
    font-size: 9px;
  }
  .footer-content h3 {
    font-size: 8px;
  }
}








/* BANNER */
.banner{
  width: 100%;
  height: 350px;
  background-image: url('../imagens/sobre/banner.png');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.banner-content{
  width: 1100px;
  margin: 0 auto;
  padding-top: 8%;
}
.bc-title{
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.bc-title h2{
  width: 89%;
  font-size: 39px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 3%;
  line-height: 1.1em;
}
.bg{
  background-image: url('../imagens/solucoes/bg.png'), url('../imagens/solucoes/bg.png');
  background-repeat: no-repeat, no-repeat;
  background-size: 22%, 22%;
  background-position: 1% 50%, 99% 50%;
}


/* CARDS FLIP */
.solucoes{
  display: flex;
  place-content: center;
  margin: 4% 0;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: column;
}
.solucoes-card{
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  place-content: center;
  width: 47%;
  gap: 40px 15px;
}
.flip-card {
  display: flex;
  flex-wrap: wrap;
  place-content: center;
  text-align: center;
  background-color: transparent;
  width: 200px;
  height: 314px;
  perspective: 1000px; 
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
  margin-bottom: 50px;
}
.flip-card-front, .flip-card-back {
  display: flex;
  flex-wrap: wrap;
  place-content: center;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}
.flip-card-front {
  color: #fff;
  background-color: #ed3237;
  border-radius: 15px;
}
.flip-card-front .flip-space{
  height: 20%;
  width: 100%;
}
.flip-card-front .flip-img{
  height: 28%;
  width: 100%;
}
.flip-card-front img{
  filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(2%) hue-rotate(155deg) brightness(116%) contrast(100%);
}
.flip-card-front h2{
  height: 40%;
  font-size: 21px;
  font-weight: 400;
  width: 85%;
  overflow-x: hidden;
}
.flip-card-front h2::-webkit-scrollbar {
  width: 1px;
}

.flip-card-front h2::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.flip-card-front h2::-webkit-scrollbar-thumb {
  background: #888;
}
.flip-card-front h2::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.flip-card-back {
  background-color: #d4d4d4;
  color: #636363;
  border-radius: 15px;
  transform: rotateY(180deg);
  -webkit-box-shadow: 0px 14px 24px 0px rgba(0,0,0,0.2); 
  box-shadow: 0px 14px 24px 0px rgba(0,0,0,0.2);
}
.flip-card-back .flip-space{
  height: 33%;
  width: 100%;
}
.flip-card-back h2{
    height: 33%;
    font-size: 21px;
    font-weight: 400;
    width: 85%;
    display: flex;
    flex-wrap: wrap;
    place-content: center;
    align-content: flex-end;
    margin-bottom: 15px;
}
.flip-card-back img{
  width: 40px;
  height: 25px;
  filter: brightness(0) saturate(100%) invert(36%) sepia(0%) saturate(22%) hue-rotate(252deg) brightness(102%) contrast(82%);
}

.flip-card-back div{
    cursor: pointer;
    height: 33%;
}




/* MEDIA */
@media screen and (max-width: 1600px){
  .solucoes-card{
    width: 53%;
  }
}

@media screen and (max-width: 1440px){
  .banner-content {
    width: 985px;
    padding-top: 12%;
  }
  .bg{
    background-position: -4% 50%, 104% 50%;
  }
  .solucoes-card{
    width: 59%;
  }
}

@media screen and (max-width: 1366px){
  .solucoes-card {
    width: 63%;
  }
}

@media screen and (max-width: 1280px){
  .banner-content {
    width: 920px;
  }
  .flip-card{
    width: 180px;
    height: 285px;
  }
}

@media screen and (max-width: 1024px){
  .banner-content {
    width: 742px;
    padding-top: 17%;
  }
} 

/* MEDIA MOBILE */
@media screen and (max-width: 768px){
  .bg{
    background-image: unset;
  }
  .banner-content{
    padding-top: 21%;
  }
  .solucoes-card {
    width: 80%;
    margin: 10% auto; 
  }
}

@media screen and (max-width: 480px){
  .banner-content{
    width: 100%;
    padding-top: 37%;
    margin-left: 0;
    text-align: center;
  }
  .bc-title, .bc-title h2{
    width: 100%;
  }
  .flip-card {
    width: 95%;
    height: 420px;
  }
  .flip-card-back h2{
    width: 90%;
  }
}


@media screen and (max-width: 375px){
  .banner-content{
    padding-top: 45%;
  }
}

@media screen and (max-width: 320px){
  .banner-content{
    padding-top: 53%;
  }
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
    
}

