 
 








@font-face{
  font-family:"tiempo-bold";
  src:url(https://6390473.fs1.hubspotusercontent-na1.net/hubfs/6390473/fonts/TiemposText-Bold.otf)
}

@font-face{
  font-family:"tri";
  src:url(https://6390473.fs1.hubspotusercontent-na1.net/hubfs/6390473/fonts/TiemposText-RegularItalic.otf)
}
@font-face{
  font-family:"tiempo-regular";
  src:url(https://6390473.fs1.hubspotusercontent-na1.net/hubfs/6390473/fonts/TiemposText-Regular.otf)
}
@font-face{
  font-family:"tiempo-black";
  src:url(https://6390473.fs1.hubspotusercontent-na1.net/hubfs/6390473/fonts/Tiempos+Headline-Black.otf)
}
@font-face{
  font-family:"tiempo-l";
  src:url(https://6390473.fs1.hubspotusercontent-na1.net/hubfs/6390473/fonts/Tiempos+Headline-Light.otf)
}
@font-face{
  font-family:"bl";
  src:url(https://6390473.fs1.hubspotusercontent-na1.net/hubfs/6390473/fonts/TiemposText-BoldItalic.otf)
}
@font-face{
  font-family:"Mark";
  src:url(https://6390473.fs1.hubspotusercontent-na1.net/hubfs/6390473/fonts/Mark-Regular.ttf)
}
@font-face{
  font-family:"Mark-bold";
  src:url(https://6390473.fs1.hubspotusercontent-na1.net/hubfs/6390473/fonts/Mark-Bold.ttf)
}

@font-face{
  font-family: "SFProText";
  src:url(https://6390473.fs1.hubspotusercontent-na1.net/hubfs/6390473/fonts/FONTSFREE-NET-SFPROTEXT-REGULAR.ttf)
}

@font-face{
  font-family:"SFProText-medium";
  src:url(https://6390473.fs1.hubspotusercontent-na1.net/hubfs/6390473/fonts/FONTSFREE-NET-SFPROTEXT-MEDIUM.ttf)
}

@font-face{
  font-family:"SFProText-bold";
  src:url(https://6390473.fs1.hubspotusercontent-na1.net/hubfs/6390473/fonts/FONTSFREE-NET-SFPROTEXT-BOLD.ttf)
}

*, *:before, *:after {
  box-sizing: border-box;
  font-family:"Mark";
}

body {
  margin: 0;
}

h1 {
  font-size: 55px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: normal;
  margin: 0;
  font-family:"tiempo-black";
}

h2 {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.43;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 15px;
  font-family:"tiempo-black";
}

h3 {
  font-size: 35px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: normal;
  margin: 0;
  font-family:"tiempo-black";
}

a {
  text-decoration: none;
}

p {
  font-size: 18px;
  line-height: 1.56;
  margin-bottom: 16px;
  margin-top: 16px;
}

.row-fluid [class*="span"] {
  min-height: 0 !important;
}

.container {
  max-width: 1080px;
  margin: 0 auto !important;
  float: none !important;
  padding: 10px 15px;
}

.row-fluid {
  "< !╌ background-color: #f5f5f5; ╌>"
}

.button_cta_yellow {
  align-items: center;
  background-color: #fcd606;
  border-radius: 5px;
  color: #000;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  height: 60px;
  justify-content: center;
  line-height: 1.56;
  width: 268px;
}

.button_cta_yellow:hover {
  background-color: #fcd606;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  font-weight: bold;
}

.button_cta_yellow:active {
  background-color: #fcd606;
  background-image: none;
}

/*Estilos para banner*/
.banner_container {
  display: none;
}

.banner_container_mobile {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}

.banner_content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 14px;
  display: flex;
  justify-content: center;
}

.banner_logo {
  left: 16px;
  position: absolute;
  top: 14px;
  z-index: 10;
}

.banner_descripcion {
  color: #fff;
}

.banner_descripcion h2 {
  font-size: 35px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  width: 296px;
}

.banner_descripcion p {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
  letter-spacing: normal;
  margin-top: 27px;
}

.banner_content_button {
  margin-top: 35px;
}

@media only screen and (min-width: 768px) {
  .body-container > .row-fluid-wrapper > div > .s12.container {
    max-width: 88vw !important;
    padding: 0 !important;
  }
}


@media (min-width: 1001px) {
  h2 {
    font-size: 44px;
    line-height: 1.41;
    margin-bottom: 22px;
  }
  
  .banner_container {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 100vh;
  }
  
  .banner_container_mobile {
    display: none;
  }
  
  .banner_content {
    padding-left: 76px;
    padding-top: 22px;
    width: 60%;
  }
  
  .banner_logo {
    left: 76px;
    top: 22px;
  }
  
  .banner_descripcion h2 {
    width: 475px;
    font-size: 44px;
    font-weight: 900;
    line-height: 1.41;
    letter-spacing: normal;
  }
  
  .banner_descripcion p {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.56;
    margin-top: 20px;
    width: 600px;
  }
}

/******************/

/*****Form********/

@media (min-width: 751px) {
  .sticky {
    position: fixed;
    top: 8.5vh;
    width: 438px;
    right: 75px;
  }
}

/*****************/