@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
*{
 
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  
}
.pulse-image:hover{
  animation: pulse 1s infinite alternate; /* Definindo a animação */
}
@keyframes pulse {
  from {
    transform: scale(1); /* Tamanho inicial */
  }
  to {
    transform: scale(1.1); /* Tamanho final (pulsando) */
  }
}

.header{
  display:flex;
}
.header-left{
  width:50%;
  display: flex;
    flex-direction: column;
    justify-content: flex-start;

}
.header-right{
  width:50%;
  padding-top:80px;
  
}
.header-right {
  position: relative;
}

.banner-right {
  transition: transform 0.3s ease;
}

.banner-right:hover {
  transform: translateY(-20px); /* Mova para cima 20px no hover */
}
.banner-right.scrolled {
  transform: translateY(-40px); /* Mova mais para cima quando houver scroll */
}

.headers{
  background-image: linear-gradient(to right, #040802, #4a4a4a);
  color:#fff;
  display:flex;
  flex-direction:column;
  padding:30px 0;

}
.logotipo-datadog{
  margin-right:30px;
}
.logotipo-darede{
 padding-right:30px;
}
.logotipo-selo{
  padding: 20px 0;
  margin-bottom:60px;


}
.cards-benefit{
  width:220px;
  padding:0;
  margin:3;
}
.selo.premier{
   padding-right:30px;
   
}

.logotipo-selo > a img{
  width:200px;
}
.toggle-description-btn {
  background-color: #ff9a00;
  color: #fff;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  transition: background-color 0.3s;
  border-radius: 100px;
  margin-top: 10px; /* Espaçamento opcional */
}

.toggle-description-btn:hover {
  background-color: #d37800;
}

.card-text {
  display: none;
}

.card-text.visible {
  display: block;
}
.roxo-{
  background-image: linear-gradient(to right, #16532A, #139456);
}

.title-description > h1{
  color:#ff9a00;
  font-weight:bold;
  text-transform:uppercase;
  padding-bottom:10px;
}
/* Estilos CSS para os cards e o botão */
.card-text {
  display: none; /* Inicialmente esconde a descrição */
  margin-top: 10px;
}


.cards-using{
  width:220px;
  
  margin:0;
  padding:0;
}

.card-body{
  padding:20px;

  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}

.card {
  transition: transform 0.3s, box-shadow 0.3s;
  background-color: transparent;
 
 
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.card-icon {
  font-size: 2rem;
  color: #007bff;
  transition: color 0.3s, transform 0.3s;
}
.card-icon > img{
  width:80px;
}

.card:hover .card-icon {
  color: #ff9a00;
  transform: rotate(10deg);
}

.card-title {
  transition: color 0.3s;
  font-size:12px;
  text-transform: uppercase;
  font-weight:bold;
  height:40px;
  white-space: nowrap;
  text-align:center;

}

.card:hover .card-title {
  color:#ff9a00;
}
.card-text{
  font-size:14px;
  word-wrap: break-word;
 
  
}

.title-fluxo h4{
  text-transform: uppercase;
  font-weight:bold;
  padding-bottom:30px;
  padding-top:50px;
}


.description {
  display: none; /* Inicialmente oculta */
  margin-top: 10px;
  color:#fff;
  
}
.description.visible {
  display: block; /* Exibida quando a classe 'visible' está presente */
}
.description li{
  font-size:12px;
  text-align: left;
}
.benefit {
  
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  height:330px;
  display: flex;
    flex-direction: column;
    align-items:center;
    color:#fff;
}
.benefit > img{
  width:80px;
}
.benefit > h3{
  font-size:16px;
  font-weight: bold;
  text-transform: uppercase;
  height:30px;
  text-align:center;
}
.benefit:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.benefit.animated {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.benefit.visible {
  opacity: 1;
  transform: translateY(0);
}
.cta-btn {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 30px;
}

.title-benefit h4{
  text-transform: uppercase;
  font-weight:bold;
  padding-bottom:30px;
  padding-top:20px;
  color:#fff;
  text-align:center;
}

.agendar{
  background-image: linear-gradient(to right, #16532A, #139456);
  color:#fff;
}
#aws{
  width:80px;
}

.agendar {
  background-color: #343a40; /* Cor de fundo escura */
  color: #fff; /* Cor do texto */
  padding: 60px 0; /* Espaçamento interno */
}
.cta-btn {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 30px;
  border-radius: 25px; /* Bordas redondas */
  background-color: #ff9a00; /* Cor de fundo */
  color: #fff; /* Cor do texto */
  border: none; /* Sem borda */
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.cta-btn:hover {
  background-color: #D87B00; /* Mudança de cor no hover */
  transform: translateY(-3px); /* Movimento para cima */
}
.cta-icon {
  margin-right: 10px; /* Espaçamento entre o ícone e o texto */
}
.title-icon:hover {
  transform: rotate(10deg); /* Rotação do ícone no hover */
}

.acesse{
  text-align:center;

}

.img-logo-footer{
  margin-bottom:30px;
}

.img-form{
  max-width:400px;
}
.title-fluxo >h4{
  text-align:center;
  
}
 h4{
  text-align:center;
  font-weight:bold;
  text-transform:uppercase;
}
#rd-form-lyx7ipsu .with-select-flags > .phone-input-group > .select2-container > .select2-choice > .select2-chosen > .flag {
  vertical-align: middle;
  margin-left: 13px;
  margin-top: 8px;
}
#formulario .col-md-6:hover img {
  transform: scale(1.1); /* Aumenta a escala da imagem em 10% */
  transition: transform 0.3s ease; /* Suaviza a transição */
}
/* Estilo inicial do formulário */
#formulario {
  padding:0;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  margin-bottom:60px;
}

/* Efeito de saída ao mover o mouse para fora da seção */
#formulario.mouse-out {
  opacity: 0.5;
}

/* Efeito de entrada ao mover o mouse sobre a seção */
#formulario.mouse-over {
  opacity: 1;
}

@media (max-width: 1200px) {
  #aws{
    padding-top:20px;
  }
}

@media (max-width:1336px) {
   
}

@media (max-width:1000px) {
  #aws{
    padding-top:20px;
  }
 
  .header {
    flex-direction:column;
}

.header-left {
  width: 100%;
  
}
.header-right {
  width: 100%;
  padding-top:30px;
}

.title-description > p{
  margin-top:30px;
}
.headers{
  padding:0;
}
.title-fluxo h4{
  text-align:center;
}
.card-body {
  padding-top: 20px;
  padding-bottom:20px;
}

}

@media (max-width:820px) {
 


}




@media (max-width:740px) {

  .selos-premier{
    text-align:center;
  }
.logotipo-selo{
  padding: 20px 0;
  margin-bottom:30px;
  text-align: center;
  padding: 10px 0;


}
.logotipo-selo > img{
  width:100px;

}
.title-description{
  text-align: center;

}
.title-description > h4{
  text-align: center;

}
.todos-os-cards{
  justify-content:center;
  
}
.banner-right.scrolled {
  transform: translateY(-40px);
  margin-top: 60px;
}
}
@media (max-width:480px) {
  .benefit,.cards-benefit {
    width:100%;
  }
  .cards-using{
    width:100%;
  }
  #aws{
    width:50px;
    padding-top:0px;
  }
  .logotipo-selo > a img {
    width: 120px;
}
  .logotipo-selo > img{
    width:80px;
  }
  .logotipo-darede {
    padding-right: 20px;
}
.title-description > h1{
  font-size:26px;
}

.logotipo-selo{
 padding-top:30px;
}
}

.bg-footer {
  background-color: #198754;
}

.bg-footer a {
  text-decoration: none;
  color: white;
}

.rodape {
  color: #fff;
  background-color: black;

}

.rodape .logo {
  padding: 20px;
  text-align: center;
}

.rodape .logo img {
  width: 150px;
}

.rodape .site_relacionamento {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}



.rodape .endereco {
  text-align: center;
}

.rodape hr {
  border: 1px solid #fff;
}

.rodape .endereco h1 {
  padding: 15px;
}

.rodape .acesse h1 {
  padding: 15px;
}

.rodape .acesse h2.verde {
  color: #47844C;
  font-size: 26px;
  text-align: left;
  padding-left: 15px;

}

.nuvem {
  width: 100% !important;
}

.rodape a {
  color: #fff !important;
  text-decoration: none;
}
