@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;
  
}
.content-form > h3 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.sectionHeader {
  background-image: url('../assets/background-cloud-manager-site-tre.jpg');
  background-position: center;
   /*background-color: #198754; */
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 350px;
 
}
.btn-efeito {
  background-image: linear-gradient(to right, #195d2f, #108f48);
}
.btn-efeito {
  width: 100%;
  border: none;
  color: #ffff;
  padding: 20px;
  font-size: 24px;
  line-height: 24px;
  border-radius: 10px;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 400ms ease;
  font-family: open sans;
  margin-bottom: 30px;
  margin-top: 20px;
}
.btn-efeito:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 64px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  transition: all 2s ease;
}
.btn-efeito:hover:before {
  width: 100%;
}
#header {
  display: flex;

}
.container.topo {
  width: 50%;
  margin: 0;

}
#content-animation {
  width: 900px;
  height: auto;
}
#content-animation-bottom {
  width: 100%;
  height: auto;
}

.logotipo-anim {
  display: flex;
  align-items: flex-end;
}
#content-animation .logotipo {
  width: 200px;
}
.logotipo {
  margin-top: 20px;
  margin-bottom: 20px;
}
#content-animation .box-animar {
  animation-name: transition;
  animation-duration: 3s;
  animation-timing-function: ease;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  animation-play-state: running;
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: open sans;

  color: #fff;
  width: 70%;
  margin-top: 50px;
}
#content-animation-bottom .box-animar-botton {
  animation-name: transition;
  animation-duration: 6s;
  animation-timing-function: ease;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  animation-play-state: running;
  font-size: 50px;
  font-weight: bold;
  font-family: open sans;

  color: #fff;
  width: 70%;
  margin-top: 10px;
}
#content-animation .box-animar {
  transform: translateX(-1160px);
}
#content-animation-bottom .box-animar-botton {
  transform: translateX(-1160px);
}
.container.img-topo {
  width: 50%;
  height: auto;
  display: flex;
  justify-content: flex-end;
}
#header > img{
  width: 550px;
  height: 400px;
}
#img-topo > img{
  height:80%;
}
.row-text{
 width: 50%;
}
.chamada-formulario{
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.row-text .text > p {
  padding-top: 50px;
  font-size: 1.3rem;
  text-align: justify;
  margin-bottom: 50px;
}
#container-txt-img > h3 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: 700;
}


.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #47844C;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control:focus{ 
  border-color: inherit; 
  -webkit-box-shadow: none; 
  box-shadow: none; 
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: rgb(255, 255, 255);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border: 1px solid #47844C;
  appearance: none;
  -webkit-print-color-adjust: exact;
}
.form-check-input:focus{
  border-color: inherit; 
  -webkit-box-shadow: none; 
  box-shadow: none; 
}
.form-check-input:checked {
  background-color: #47844C;
  border-color: #47844C;
}

#animationY {
  animation-name: transition;
  animation-duration: 3s;
  animation-timing-function: ease;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  animation-play-state: running;
  margin-bottom: 20px;
}
#animationY {
  transform: translateY(1160px);
}
.row-text .text{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  

}
.row-text .text > img{
  width: 50%;
}

.background-color-text{
  background-color: #0D512E;
}
.background-color-text-bottom{
  padding-top: 20px;
background-color: #3e3d3c;
font-size:1.5rem;
  color: #fff;
  text-align: justify;
}
.background-color-text-bottom .container {
  text-align: center;
  margin-top: 30px;
}
.background-color-text-bottom .container > strong{
  width: 100%;
  font-weight: 600;
  text-transform: uppercase;
 

}
.text-center-content >p{
  font-size:1.3rem;
  text-align: justify;
  padding-bottom: 40px;
}
.background-color-text .container > strong{
  font-size:1.3rem;
  color: #fff;
  padding-top: 0px;
  text-align: justify;
  padding-left: 50px;
  font-weight:500;
}
.icon{
  width: 100%;
  display: flex;
  flex-direction:row;
  padding-bottom: 20px;
}
.icon-one{
  width: 50%;
  padding: 30px;
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: flex-start;
}
.icon-one > img{
   width: 300px;
   background-color: #ffff;
   border-radius: 10px;
  
}
.icon-one > strong{
  font-size: 18px;
  font-weight: 400;
  margin-top: 30px;
}
.formulario-ebook {
  width: 40%;
  padding: 0!important;
  display: flex;
  flex-direction: column;
  justify-content: center;

}
.icon-green{
  display: flex;
  flex-direction: row;
  align-items:center;
  justify-content: center;
  min-height: 150px;
}
.icon-green img{
  width: 100px;
  
}







@keyframes transitionY {

  to {
    transform: translateY(0);
  }
}


@keyframes slide {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
  }
  @keyframes transition {
  
  to {
    transform: translateX(0);
  }
  }

  @keyframes jumping{
    from {transform: translateY(-15PX);}
    50% {transform: translateY(0);}
    to {transform: translateY(-15px);}
  
  }
@media (max-width:1540px) {
  #content-animation {
    width: 100%;
}
#content-animation .box-animar {
  animation-name: transition;
  animation-duration: 3s;
  animation-timing-function: ease;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  animation-play-state: running;
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: open sans;
  margin-bottom: 70px;
  color: #fff;
  width: 100%;
}

  

}

@media (max-width: 1200px) {}

@media (max-width:1336px) {}

@media (max-width:1000px) {
  #content-animation .box-animar {
  
    margin: 0;
  }

  #header {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .container.topo {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.container.img-topo {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.sectionHeader {
  background-image: url('../assets/background-cloud-manager-site-mobile.jpg');
  background-position: center;
   /*background-color: #198754; */
  background-repeat: no-repeat;
  background-size: cover;
 
  height: auto;
 
}

}

@media (max-width:820px) {
  .icon {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
  .row-text {
    width: 100%;
  }

  .chamada-formulario {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sectionHeader {
  background-image: url('../assets/background-cloud-manager-site-mobile.jpg');
  background-position: center;
   /*background-color: #198754; */
  background-repeat: no-repeat;
  background-size: cover;
 
  height: auto;
 
}
#content-animation .box-animar {
  animation-name: transition;
  animation-duration: 3s;
  animation-timing-function: ease;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  animation-play-state: running;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: open sans;
  color: #fff;
  width: 100%;
  margin: 0;
}
.formulario-ebook {
  width: 100%;
  padding: 0 50px;

}
}




@media (max-width:740px) {
  .icon-green {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    padding-top: 20px;
}
.background-color-text .container > strong{
 padding-top: 20px;
  padding-left: 0px;
  padding-bottom: 20px;
}
  .sectionHeader {
    background-image: url('../assets/background-cloud-manager-site-mobile.jpg');
    background-position: center;
     /*background-color: #198754; */
    background-repeat: no-repeat;
    background-size: cover;
   
    height: auto;
   
  }
  #header > img{
    width: 450px;
    height: 350px;
  }
  .formulario-ebook {
    width: 80%;
    padding: 0 50px;
}
  
}
@media (max-width:480px) {
  .background-color-text .container > strong{
    font-size: 18px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .icon-green {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}
  .sectionHeader {
    background-image: url('../assets/background-cloud-manager-site-mobile.jpg');
    background-position: center;
     /*background-color: #198754; */
    background-repeat: no-repeat;
    background-size: cover;
   
    height: auto;
   
  }

  #header > img{
    width: 350px;
    height: 250px;
  }
  #content-animation .box-animar {
    animation-name: transition;
    animation-duration: 3s;
    animation-timing-function: ease;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    animation-play-state: running;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: open sans;
    color: #fff;
    width: 100%;
  }
  .row-text .text > p {
    font-size: 16px;
   
  }
  .text-center-content >p{
    font-size:16px;

  }
 
  
 

}

.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;
}