/* =============== @import, @font-face, and CSS File Includes =============== */

@import url('//fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');


@font-face {
  font-family: 'supermolot condensed bold';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url('//6786297.fs1.hubspotusercontent-na1.net/hubfs/6786297/Rubi_marzo2021%20Theme/Template/Fonts/TT.Supermolot.Neue/tt-supermolot-neue-condensed-bd.eot') format('embedded-opentype');
  src: url('//6786297.fs1.hubspotusercontent-na1.net/hubfs/6786297/Rubi_marzo2021%20Theme/Template/Fonts/TT.Supermolot.Neue/tt-supermolot-neue-condensed-bd.woff') format('woff'),
    url('//6786297.fs1.hubspotusercontent-na1.net/hubfs/6786297/Rubi_marzo2021%20Theme/Template/Fonts/TT.Supermolot.Neue/tt-supermolot-neue-condensed-bd.woff2') format('woff2'),
    url('//6786297.fs1.hubspotusercontent-na1.net/hubfs/6786297/Rubi_marzo2021%20Theme/Template/Fonts/TT.Supermolot.Neue/tt-supermolot-neue-condensed-bd.ttf') format('truetype');
}
@font-face {
  font-family: 'supermolot condensed regular';
  font-weight: normal;
  font-style: normal;
  src: url('//6786297.fs1.hubspotusercontent-na1.net/hubfs/6786297/Rubi_marzo2021%20Theme/Template/Fonts/TT.Supermolot.Neue/tt-supermolot-neue-condensed-reg.eot') format('embedded-opentype');
  src: url('//6786297.fs1.hubspotusercontent-na1.net/hubfs/6786297/Rubi_marzo2021%20Theme/Template/Fonts/TT.Supermolot.Neue/tt-supermolot-neue-condensed-reg.woff') format('woff'),
    url('//6786297.fs1.hubspotusercontent-na1.net/hubfs/6786297/Rubi_marzo2021%20Theme/Template/Fonts/TT.Supermolot.Neue/tt-supermolot-neue-condensed-reg.woff2') format('woff2'),
    url('//6786297.fs1.hubspotusercontent-na1.net/hubfs/6786297/Rubi_marzo2021%20Theme/Template/Fonts/TT.Supermolot.Neue/tt-supermolot-neue-condensed-reg.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'supermolot expanded bold';
  font-weight: normal;
  font-style: normal;
  src: url('//6786297.fs1.hubspotusercontent-na1.net/hubfs/6786297/Rubi_marzo2021%20Theme/Template/Fonts/TT.Supermolot.Neue/tt-supermolot-neue-expanded-bold.eot') format('embedded-opentype');
  src: url('//6786297.fs1.hubspotusercontent-na1.net/hubfs/6786297/Rubi_marzo2021%20Theme/Template/Fonts/TT.Supermolot.Neue/tt-supermolot-neue-expanded-bold.woff') format('woff'),
    url('//6786297.fs1.hubspotusercontent-na1.net/hubfs/6786297/Rubi_marzo2021%20Theme/Template/Fonts/TT.Supermolot.Neue/tt-supermolot-neue-expanded-bold.woff2') format('woff2'),
    url('//6786297.fs1.hubspotusercontent-na1.net/hubfs/6786297/Rubi_marzo2021%20Theme/Template/Fonts/TT.Supermolot.Neue/tt-supermolot-neue-expanded-bold.ttf') format('truetype');
  font-display: swap;
}

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/


/* ==========================================================================
   Hero                                                    
========================================================================== */

.container-fluid {
  overflow: hidden;
}
.head-logo {
  background-color: #FF0A00;
  position: relative;
  height: 75px;
}
.head-logo .company-logo { 
  position: absolute;
  z-index: 1;
  top: 5px;
}
.header-title{
  font-family: ;
  font-weight: normal;
  
}
div#hs_cos_wrapper_module_1616686177211627 {
    margin: 0 auto;
    width: 71%;
}
.header-subtitle {
  background-color: #FF0A00;
  width: 500px !important;
  padding: 62px 30px;
 }
.header-subtitle h1{
  font-family: 'supermolot condensed bold', arial, sans-serif;
  letter-spacing: -0.43px;
  line-height: 1;
   margin:0;
  font-size: 5rem;
}
.header-subtitle h3 {
  margin:0;
  font-family: 'supermolot condensed regular';
  line-height: 1;
  font-size: 42px;
}


.container {
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 30px;
  max-width: ;
  float: none !important;
}
.af-event-hero {
  width: 100%;
  min-height: calc(80vh - 70px) !important;
  text-align: center;
  padding: 20px;
  position: relative !important;
  z-index: 0;
  color: #fff;
  background-size: cover;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
 display: flex;
  flex-wrap: wrap;
  justify-content: center;
    /*background-position: center center !important;*/
    background-repeat: no-repeat !important;
}

.af-event-hero .hero-container .header-title h1 {
  font-family: "supermolot expanded bold",helvetica,arial,sans-serif;
  font-weight: bold;
  font-size: 5.4rem;
  text-shadow: 0 5px 4px rgb(0 0 0 / 30%);
  margin: 0;
  line-height: 1;
  color:white;
}
/*#hs_cos_wrapper_module_161660415515902 {
    position: relative;
    bottom: 86px;
}*/

.span12.widget-span.widget-type-cell.container.hero-container {
    max-width: 1600px;
    text-align: left;
    position: absolute;
    bottom: 70px;
    left: 10px;
}

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

body {
    margin: 0;
    padding: 0;
}

h1 {
  font-size: 70px;
  font-family: "supermolot condensed bold",helvetica,arial,sans-serif;
  font-weight: normal;
}
h2 {
  font-size: 50px;
  font-family: "supermolot expanded bold",helvetica,arial,sans-serif;
  font-weight: normal;  
}
h3 {
  font-size: 50px;
  font-family: "supermolot condensed bold",helvetica,arial,sans-serif;
  font-weight: normal;  
}

p {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}
.hide-section {
  display: none !important;
}

.contenido3 {
  background-color: #FF0A00;
  margin: 0;
  padding: 0;
  text-align: center;
}
.contenido3 .evolucion {
  padding-bottom: 50px;
}
.contenido3 h1 {
  font-size: 5rem;
  margin-bottom: 0px;
  color: white;
}
.contenido3 p {
  color: black;
  font-size: 2.5rem;
  font-family: 'supermolot condensed regular';
  margin:0;
}

.contenido3 h3,
.contenido3 p {
  text-align: center;
}
.contenido3 .evolucion .container-center p {
    color: white;
    font-family: "Poppins", sans-serif;
    line-height: 1.25;
    font-size: 1.5rem;
    font-weight: 300;
}

.contenido4 .evolucion {
  /*padding-bottom: 50px;*/
  padding-top: 62px;
}
.contenido4 {
  margin: 0;
  padding: 0;
  text-align: left;
}
.contenido4 h2 {
  margin: 7px 0px;
  font-size: 2.1rem;
  color: #FF0A00;
  font-family: 'supermolot condensed bold';
}

#images-container {
      padding: 0px 135px;
}
.contenido5,
.contenido6{
  background-color: black;
  text-align: center;
}
.contenido5 p,
.contenido6 p{
  color:#FF0A00;
  font-size: 2.3rem;
  font-family: 'supermolot condensed bold';
  margin: 0 auto;
  width: 1200px;
}
.contenido6 :nth-child(2n) {
   font-family: 'supermolot condensed regular';
   font-weight: 300;
}
.contenido6 .button-app {
  margin-top: 20px;
}
.contenido6 .button-app .hs-button {
    font-family: 'supermolot condensed bold';
    text-decoration: none;
    color: white;
    background-color: #FF0A02;
    padding: 6px 10px;
    font-size: 1.8REM;
    letter-spacing: .5px;
}

.contenido-video {
    margin: 0 auto;
    padding: 0;
    margin-bottom:10px;
    margin-top:10px;
    text-align: center;
    justify-content: center;
}
.banner-text-area {
  width: 90%;
  margin: 0 auto;
}
.banner-text-area h3 {
  color: white;
  font-size: 2.8rem;
  margin: 0px 0 20px;
}
#hs_cos_wrapper_module_1619619274625124 > div {
  height: auto;
  padding: 30px;
  line-height: 2;
  padding: 60px 30px;
}
.row {
    margin-bottom: 15px;
}
.banner-image {
  padding: 0;
  max-height: 600px;
  height: 600px;
  background-position: top;
}
  body > div.body-container-wrapper > div > div:nth-child(1) > div > div > div > div {
    max-width: 1200px !important;
    margin: 0 auto;
    display: table;
}
.container-banner p {
    font-weight: 300;
    color: WHITE;
    padding: 0px;
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1.7;
    margin: 0;
}

.hs-button {
    font-family: 'supermolot condensed bold';
    text-decoration: none;
    color: white;
    background-color: #1d1d1d;
    padding: 6px 10px;
    font-size: 1.8rem;
    letter-spacing: .5px;
}
.hs-button:active,
.hs-button:hover {
  background-color: #2a2a2a;
}
.footer {
  background-color: white;
  text-align: center;  
} 
.footer h3 {
  font-family: "supermolot condensed bold",helvetica,arial,sans-serif;
  font-size: 3em !important;
  color: #333;
  margin: 0;
}

/* ////////////// FORMULARIO  //////////////// */

.footer .form-nl {
  font-family: "Poppins", sans-serif;
  color: #000000;
  margin: 60px 0;
}
.footer .form-nl a {
    text-decoration: none;
    color: #FF0A02;
}
.footer .form-nl .hs-fieldtype-text,
.footer .form-nl .hs-fieldtype-phonenumber{
    text-align: left;
    padding-top: 32px;
}
.footer .form-nl .hs-fieldtype-text input,
.footer .form-nl .hs-fieldtype-phonenumber input,
#hs_cos_wrapper_module_1616511836334330 select {
    height: 30px;
    font-family: "Poppins", sans-serif;
    width: 90%;
    font-size: 14px;
    border-bottom: 1.2px solid grey;
    border-top: none;
    border-right: none;
    border-left: none;
    font-weight: 500;
}
.hs_profesional.hs-profesional.hs-fieldtype-select.field.hs-form-field.smart-field {
  text-align: left;
  padding-top: 32px;
}
#hs_cos_wrapper_module_1616511836334330 select {
    color: #757575 !important;
    width: 96% !important;
}
span.hs-form-required {
    display: none;
}

.legal-consent-container {
    margin: 40px 0;
}
.legal-consent-container .hs-form-booleancheckbox-display p {
    margin:5px !important;
    font-size: 14px;
    display: block !important;
    color: #333333;
}

.footer .form-nl li.hs-form-booleancheckbox {
  margin: 30px 0 30px 0;
}
.footer .form-nl input[type=checkbox] {
    margin-top: 7px;
    position: relative;
    top: -5px;
}

.footer .form-nl  ul.inputs-list {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 10px 0;
}
.footer .form-nl fieldset {
    max-width: 850px !important;
    margin: 0 auto !important;
  -webkit-appearance: none; 
}
.footer .form-nl .hs-error-msg {
    font-size: 12px;
}
input[type="submit" i] {
    font-family: 'supermolot condensed bold';
    color: #fff;
    background-color: #ff0a00;
    padding: 6px 10px;
    font-size: 1.8rem;
    border-radius: 2px;
    border: 0;
    -webkit-appearance: none;
}
.actions {
    margin-top: 10px;
}
#hs_cos_wrapper_module_1616511836334330 .form-title {
    color: #FF0A02 !important;
    font-size: 48px !important;
}

/* ////////////////// Footer  //////////////// */

#footer-page {
    background-color: #E40714;
    padding-top: 20px;
}
.custom-footer-top {
    font-size: 15px;
    text-align: center;
    font-family: "Poppins", sans-serif;
}

#hs_cos_wrapper_module_153613596_ > p {
   display: none;
}
.footer-copyright {
    overflow: hidden;
    min-height: 50px;
    display: flex;
    color: hsla(0,0%,100%,.8);
    background-color: rgba(51,51,51,.08);
    align-items: center;
}
p.text-copyright {
    margin: 0 auto;
    max-width: 1280px;
    width: 70%;
    font-weight: 200;
    font-size: 15px;
}
/* ////////////////// SOLO MOBILE / SOLO DESKTOP  //////////////// */
 #solo-mobile {
    display: none;
  }
#solo-mobile .mobile-image a.hs-button.primary {
  display: none;
}

/* ////////////// MEDIA QUERIES  //////////////// */

@media (max-width: 1024px) {

#images-container {
    padding: 0px 100px;
}
   .af-event-hero {
   background-position: center;
}
  .contenido3 {
    padding: 20px;
  }
  .contenido3 h1 {
    font-size: 4rem;
    margin: 0;
}
  .contenido3 .evolucion .container-center p {
    font-size: 1.2em;
}
   .contenido3 .evolucion {
    padding-bottom: 30px;
}
 .contenido5 p, .contenido6 p {
    margin: 0;
    width: auto;
    padding: 0 30px;
}
  .contenido4 .evolucion {
    padding-bottom: 30px;
}
 #hs_cos_wrapper_module_161660415515902 {
    position: relative;
    bottom: 65px;
    left: 0px;*/
}
  .af-event-hero .hero-container .header-title h1 {
    font-size: 4.1rem;
}
  .hs-button {
    font-size: 1.8rem;
}
}
@media (max-width: 768px) {
  .banner-image {
    background-repeat: no-repeat;
    height: auto;
    background-position: top;
    max-height: 100%;
    padding: 0;
}
  .banner-text-area {
    width: 100%;
    margin: 0 20px;
    position: inherit;
    text-align: left;
    color: #000;
}
  .img-richtext {
    width: 110px;
}
  .banner-text-area h3 {
    font-size: 2.4rem;
    margin: 0;
    padding-top: 8px;
}
  .footer .form-nl {
    padding: 25px 0px;
    margin: 30px;
}
  contenido5 p, .contenido6 p {
    font-size: 2rem;
}
  #hs_cos_wrapper_module_1616511836334330 .form-title {
    font-size: 40px !important;
}
   #hs-link-module_161660415515901>img {
    width: 143px !important;
}
  #images-container {
    padding: 0px 56px;
}
  .contenido3 h3,
  .contenido4 h3,
  .footer h3 {
    font-size: 3.4rem !important;
}
  .contenido3 p {
    font-size: 1.5rem;
}
  .text-content4 p {
   font-size: 2rem;
    margin: 0;
  }
  #hs_cos_wrapper_module_161660415515902 {
    bottom: 0px;
    left: 0px;
}
  .af-event-hero .hero-container .header-title h1 {
    font-size: 3rem;
}
  #hs-link-module_161660415515901>img {
    width: 70px !important;
}
.header-subtitle {
    padding: 43px 30px;
}
}

@media (max-width: 476px) {
  .span12.widget-span.widget-type-cell.evolucion {
      margin: 0;
}
  .sp.span2.widget-span.widget-type-custom_widget.form-space-left{
    display: none;
  }
  #solo-desktop {
    display: none;
  }
  #solo-mobile {
    display: block;
  }
  #hs_cos_wrapper_module_1619619274625124>div {
    height: auto !important;
    line-height: 1;
    padding: 30px;
}
  .ap-btn {
    display: none;
  }
  input[type="submit" i] {
    font-size: 1.8em !important;
  }
  .contenido3 h1 {
    font-size: 3rem;
}
  #solo-mobile .mobile-image h1 {
    font-size: 4rem;
    color: white;
    font-weight: 900;
    background-color: #FF0A02;
    margin: 0;
    padding: 5px 0 0;
}
  #solo-mobile .mobile-image h3 {
    font-size: 2.5rem;
    color: white;
    background-color: #FF0A02;
    padding: 0 0 5px;
    margin: -1px 0px;
    font-family: 'supermolot condensed regular';
}
  div#hs_cos_wrapper_module_1616686177211627 {
    width: 100%;
    text-align: center;
}
  #hs-link-module_161660415515901>img {
    width: 71px !important;
}
  .footer .form-nl {
    padding: 0px 20px;
    margin: 40px 0;
}
  .footer h3 {
    font-size: 2em !important;
    padding-bottom: 0;
    margin-bottom:0;
}
  .footer .form-nl .hs-fieldtype-text input {
    width: 100% !important;
}
.contenido3 p {
    font-size: 1.4rem;
    margin: 22px auto;
}
  #images-container {
    margin: 20px 0px;
    padding: 20px;
}
  .space-right,
  .space-left {
    display: none !important;
  }
  .banner-text-area {
    top: 20px;
    width: 100%;
    margin: 0 auto;
    bottom: 0;
    left: 0;
}
  .container-banner p {
    font-size: 1rem;
    display: block;
    line-height: 1.75;
}
  .banner-text-area h3 {
    margin: 0px 0 25px;
    font-size: 2.2rem;
    text-align: center;
}
  .p-richtext {
    font-size: 1.2rem;
    margin: 0;
}
  .img-richtext {
   width: 106px !important;
    float: none;
    padding: 0px 0 12px;
}
  .row {
    text-align: center;
    margin-bottom: 5px;
}
  .text-content4 p {
    padding: 0 10px;
    font-size: 2rem;
  }
  .span12.widget-span.widget-type-cell.contenido4 {
    padding: 13px 0;
}
    #hs_cos_wrapper_module_161660415515901 {
    padding-left: 7px !important;
}
  .container {
   padding: 0px;
}
  .contenido3 .evolucion,
  .contenido4 .evolucion {
    padding: 0px;
}
  .contenido3 h3, .contenido4 h3, .footer h3 {
    font-size: 2.4rem !important;
}
  #hs_cos_wrapper_module_161660415515902 {
    left: 0;
    bottom: 62px;
}
  .af-event-hero .hero-container .header-title h1 {
    font-size: 2.1rem;
}
  .footer-copyright {
    text-align: center;
}
  .header-subtitle {
    background: none;
    width: 100% !important;
}
  .image-1 {
    margin-bottom: 20px;
  }
  .span12.widget-span.widget-type-cell.container.hero-container {
    left: 0px;
}
  .banner-image {
    background-image: none !important;
    background-color: #FF0A02;
}
  .video-1 {
    margin-bottom: 10px;
  }
}

@media (max-width: 320px) {
  .container-banner p {
    font-size: 0.9rem;
}
  .banner-text-area {
    top: 13px;
}
}

@media screen and (min-width: 1400px) {
  .af-event-hero {
  min-height: calc(80vh - 0px) !important;
}
}
@media screen and (min-width: 1600px) {
  .af-event-hero {
  min-height: calc(100vh - 140px) !important;
}
  .af-event-hero .hero-container .header-title h1 {
    font-size: 7.8rem;
}
  .banner-image {
    position: relative;
    padding: 0;
}
}
}