* { box-sizing: border-box; }

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  background-color:#000;
}

/*MODULE CODE*/
.Module-Heading {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  color: #fff!important;
  font-size: 92px;
  line-height: 70px;
  text-transform: uppercase;
  margin-bottom: 20px;
	max-width:550px;
}
.Module-Heading span {
  background: linear-gradient(to right, rgb(255, 255, 255) , rgb(17, 69, 146));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	padding-right: 24px;
	font-family: Monserrat;
}
.Module-Subhead {
   font-family: Helvetica;
   font-weight: bold;
  font-size: 20px;
  line-height: 33px;
  color: #fff!important;
	margin-top: 0px;
  text-align: center;
}
.Module-Body {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff!important;
	  font-size: 14px;
  line-height: 20px;
}
.Module-Disclaimer {
 font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 12px;
}
.ModuleHero .section-wrapper .content-box {
  max-width: 800px;
  padding: 50px 50px 50px 50px;
}
.section-wrapper {
  margin-left: auto;
  margin-right: auto;
}
img {
  max-width: 100%;
  vertical-align: middle;
}

sup {
  font-size: 60%;
}
.section-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.section-wrapper.align-right {
  align-items: flex-end;
}
/*MODULE HERO*/
.ModuleHero .section-wrapper {
  max-width: 1400px;
}
.section-content.ModuleHero {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000;
}
.ModuleHero-mobile-img {
  display: none;
}
.ModuleHero-desktop-img {
  display: block;
}
@media(max-width: 768px){
  .ModuleHero-mobile-img {
  display: block;
}
.ModuleHero-desktop-img {
  display: none;
}
}


a.button {
  padding: 3px 30px 3px 30px;
  background-color: transparent;
  color: #fff;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  border: 2px solid #fff;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
}
a.button:hover {
  background-color: #4c4c4c;
  color: #4c4c4c;
}

.ModuleLogo{margin-top: 40px; margin-bottom: 40px; }

/*MODULE FOOTER*/
.ModuleFooter .section-wrapper {
  max-width: 1200px;
}
.ModuleFooter {

  padding-top: 30px;
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom:40px;
}
.ModuleFooter .section-wrapper .content-box {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
}
.ModuleFooter-logos {
  margin-bottom: 50px;
  margin-top: 50px;
  max-width: 424px;
  height: auto;
  align-self: center;
}
.ModuleFooter .content-box {
  margin-left: auto;
  width: 100%;
  margin-right: auto;
}
a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h4 {
    display: block;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: normal;
    unicode-bidi: isolate;
    font-size: 16px;
}

@media (max-width: 2020px) {
  .section-content.ModuleHero {
    background-position: 50% 50%;
  }
}
@media (max-width: 1920px) {
  .section-content.ModuleHero {
    background-position: 60% 50%;
  }
}
@media (max-width: 1500px) {
	 .section-content.ModuleHero {
    background-position: 50% 50%;
  }
}

@media (max-width: 1100px) {
	.section-content.ModuleHero {
    background-position: 50% 50%;
  }
	.ModuleHero .section-wrapper .content-box {
  max-width: 600px;
}
}

@media (max-width: 900px) {
		.section-content.ModuleHero {
    background-position: 50% 50%;
  }
	.ModuleHero .section-wrapper .content-box {
  max-width: 550px;
}
}
@media (max-width: 767px) {
  .ModuleHero-mobile-img {
    margin: 0 auto;
    display: block;
  }
  
  .section-content.ModuleHero {
    background: #000;
    padding-top: 0px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
	  padding-bottom: 0px;
  }
  .section-content.ModuleHero .content-box {
    width: 100%;
    padding: 0px;
    margin: 0px;
	 
  }

  .section-wrapper .content-box {
    width: 100%;
  }
	.ModuleLogo{margin-top:10px; margin-bottom: 1px;}
	.Module-Heading{margin-top:0px;}
	.Module-Subhead{margin-bottom:0px;}
	.ModuleFooter{padding-left: 15px;padding-right: 15px;}
	.section-wrapper{padding-left:30px; padding-right: 30px;}
}
@media (max-width: 600px) {
	.section-content.ModuleHero .content-box {
  
  }
	.Module-Heading{font-size: 15vw; line-height: 12vw;}
}
@media (max-width: 480px) {
	.section-content.ModuleHero .content-box {
  
  }
	/* ESTILO LANDING*/
        h1, h2, h3, h4, h5 { color: #fff; text-align: justify; }

      p { color: #ccc; }


      
    }