.flex {
  display: flex;
}

h1 {
  font-family: "Roboto", Helvetica, Sans-serif;
}

.hero-banner__section {
  padding: 0 20px !important;
}

.hero_title {
  font-size: 50px;
  color: #fff;
}

.title-product-icon {
  max-width: 10%;
  margin-right: 10px;
  margin-bottom: 24px;
}

.hero-banner__container {
  max-width: 1100px;
}

.hero-banner__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cta-left .hero_title {
  font-size: 42px;
  color: #fff;  
}

.hero_title h1 {
  margin-top: 0px;
  font-family: "Roboto",sans-serif;
  font-size: 50px !important;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}

.hero_title p {
  margin-bottom: 25px;
  margin-top: 0px;
}

.hero-banner-image-small {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: auto;
}

.hero-banner-image-small img {
  max-width: 480px !important;
}

.hero-banner-image {
  position: relative;
  left: 5%;
}

.subheading p span {
  margin-top: 0 px;
}

.banner p {
  color: white;
}

.banner {
  height: 805px;
  background-size: cover;
  background-position: 50% 30%;
  align-items: center;
  padding-left: 100px;
  z-index: auto;
  position: relative;
}

.banner-parallax {
  height: 805px;
  background-size: cover;
  background-position: 50% 30%;
  align-items: center;
  z-index: auto;
  position: relative;
}

.banner-parallax-small {
  height: 400px;
  background-size: cover;
  background-position: 50% 30%;
  align-items: center;
  z-index: auto;
  position: relative;
}

.parallax {
  background-attachment: fixed;
  background-position: 50% 30%;
}

.parallax-top-left {
  background-attachment: fixed;
  background-position: 50% 30%;
}

.parallax-top-right {
  background-attachment: fixed;
  background-position: 50% 30%;
}

.parallax-bottom-right {
  background-attachment: fixed;
  background-position: 50% 30%;
}

.parallax-bottom-left {
  background-attachment: fixed;
  background-position: 50% 30%;
}

div.btn {
  padding-left: 0px;
}

.cta {
  text-align: center;
  color: #fff;
  margin: 0 auto;
}

.cta-left {
  text-align: left;
  color: #fff;
  margin: 0 auto;
  z-index:0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.cta-left .cta-video {
  text-align: center;
}

.cta-video.cta_button {
  width: 20%;
  padding: 10px 21px;
}

.cta-video.cta_button:not(.pwr-cta--hubspot-style) {
  padding: 10px 21px;
  width: auto;
}



.cta .subheading {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 2rem;
}

.subheading p {
  line-height: 1.6em;
}

.cta-demo-banner {
  background-color: #36b37e !important;
  padding: 10px 20px;
  font-size: 20px;
  border-radius: 50px;
  font-family: sans-serif;
  text-decoration: none !important;
  color: #fff !important;
  height: auto;
  width: auto;
  display: inline-block;
  margin-right: 10px;
  align-items: left;
  text-align: left;
  margin-bottom: 0px !important;
}

.cta-demo-banner:hover {
  text-decoration: none;
  background-color: #213f68 !important;
  transition: all .4s ease;
  opacity: 100%;
  color: #fff !important;
}

.cta-video {
  font-family: 'Roboto', arial, sans-serif;
  padding: 20px 10px;
  font-size: 16px;
  border-radius: 25px;
  text-decoration: none;
  color: #fff;
  height: auto;
  width: auto;
  display: inline-block;
  background-color: #ffc400;
}


.cta-video i {
  margin-right: 5px;
}

.cta-video:hover {
  opacity: 45%;
  color: #fff !important;
  text-decoration: none;
  transition: all .4s ease;
  transition-delay: 0s;
}

/*--- IMAGE ON HERO BANNER ---*/

.waves {
  position:absolute;
  bottom: 0%;
  width: 100%;
  height: 250px;
  background-repeat: non-repeat;
  background-size: cover;
}

.waves-small {
  position:absolute;
  left: 0;
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  bottom: 0%;
}

@media (min-width: 1440px) {

  .banner {
    height: 805px;
    background-size: cover;
    background-position: 50% 30%;
    align-items: center;
    padding-left: 100px;
    z-index: auto;
    position: relative;
    /*     background-image: url("https://cdn2.hubspot.net/hubfs/2234288/prueba%20hero%20banner/top-cover-prueba15-1.png"); */
  }

  .banner-parallax {
    height: 805px;
    background-size: cover;
    background-position: 50% 30%;
    align-items: center;
    z-index: auto;
    position: relative;
  }

  .banner-parallax-small {
    height: 400px;
    background-size: cover;
    background-position: 50% 30%;
    align-items: center;
    z-index: auto;
    position: relative;
  }

  .parallax-top-left {
    background-attachment: fixed;
    background-position: 50% 30%;
  }

  .parallax-top-right {
    background-attachment: fixed;
    background-position: 50% 30%;
  }

  .parallax-bottom-right {
    background-attachment: fixed;
    background-position: 50% 30%;
  }

  .parallax-bottom-left {
    background-attachment: fixed;
    background-position: 50% 30%;
  }
}

@media (max-width: 1024px) {
  .waves {
    bottom: 0%;
  }
}


/* Celulares */

@media (max-width:811px) {

  .banner {
    background-color: #fff;
    flex-direction: column;
    width: 100%;
    justify-content: left;
    text-align: left;
    height: 450px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 50px;
    padding-left: 5px;
    padding-bottom: 50px !important;
    background-size: cover; 
    background-position: 50% 30%;
    background-repeat: no-repeat;
    margin-bottom: 0px;
  }

  .banner-parallax {
    height: auto;
    background-color: #fff;
    flex-direction: column;
    width: 100%;
    justify-content: left;
    text-align: left;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 50px;
    padding-left: 0px;
    padding-bottom: 50px !important;
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 0px;
  }

  .parallax-top-left {
    background-attachment: fixed;
    background-position: 50% 30%;
  }

  .parallax-top-right {
    background-attachment: fixed;
    background-position: 50% 30%;
  }
  .parallax-bottom-right {
    background-attachment: fixed;
    background-position: 50% 30%;
  }

  .parallax-bottom-left {
    background-attachment: fixed;
    background-position: 50% 30%;
  }

  .cta {
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
    grid-template-columns: repeat(1, 1fr);
  }

  .cta-left {
    margin: 0 auto;
    padding-top: 30px;
  }

  .cta h1 {
    font-size: 28px;
    margin-top: 2rem;
    margin-left: 0px;
  }

  .hero_title p {
    font-size: 50px;
  }

  .cta .subheading p {
    margin-top: 1rem;
    text-align: center;
  }

  .cta-video{
    display: none;
  }


  .hero-banner-image, .hero-banner-image-small {
    display: none;
  }

  .waves-small {
    bottom: 0%;
    background-position: 90%;
  }

}

@media screen and (max-width:768px) {

  .banner {
    background-color: #fff;
    flex-direction: column;
    width: 1200px;
    align-items: center;
    padding-left: 0px;
    align-content: center;
    justify-content:center;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 80%; 
    padding-top: 50px !important;
  }

  .banner-parallax {
    background-color: #fff;
    flex-direction: column;
    width: 1200px;
    align-items: center;
    padding-left: 0px;
    align-content: center;
    justify-content:center;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top; 
    padding-top: 50px !important;
  }

  .banner-parallax-small {
    height: 400px;
    background-color: #fff;
    flex-direction: column;
    width: 1200px;
    align-items: center;
    padding-left: 0px;
    align-content: center;
    justify-content:center;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top; 
  }

  .parallax-top-left {
    background-attachment: fixed;
    background-position: 50% 30%;
  }

  .parallax-top-right {
    background-attachment: fixed;
    background-position: 50% 30%;
  }

  .parallax-bottom-right {
    background-attachment: fixed;
    background-position: 50% 30%;
  }

  .parallax-bottom-left {
    background-attachment: fixed;
    background-position: 50% 30%;
  }

  .cta h1 {
    font-size: 28px;
    margin-top: 0px;
    margin-left: 0px;
    text-align: center;
  }

  .cta-left .hero_title {
    width: 100%;
    text-align: left;
  }

  .title-product-icon {
    display: none;
  }

  .product_page .hero_title h1 {
    text-align: left;
  }

  .cta .subheading p {
    margin-top: 1rem;
  }

  div.btn {
    margin: 0 auto;
    width: 90%;
    text-align: center;
    vertical-align: middle;
  }

  .waves {
    bottom: 0%;
    background-image: url(https://cdn2.hubspot.net/hubfs/2234288/Sitio%20Web%202021/%5BAssets%5D%20Backgrounds/Waves/Small%20waves.svg) !important;
    height: 100px;
    z-index: 0;
  }

  .product_page .waves {
    bottom: 0%;
  }

  .waves-small {
    bottom: 0%;
    background-position: 90%;
  }
}



@media (max-width:480px) {

  .banner {
    background-color: #fff;
    flex-direction: column;
    width: 100%;
    justify-content: left;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 50px !important;
    /*     background-image: url("https://cdn2.hubspot.net/hubfs/2234288/prueba%20hero%20banner/hero-banner-B.png") !important; */
    background-size: 400%; 
    background-position: 50% 30%;
    background-repeat: no-repeat;
    margin-bottom: 0px;
  }

  .banner-parallax {
    background-color: #fff;
    flex-direction: column;
    width: 100%;
    justify-content: left;
    text-align: left;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 50px !important;
    background-size: cover; 
    background-position: right bottom;
    background-repeat: no-repeat;
    margin-bottom: 0px;
  }

  /*=== Parallax bakcground position ===*/

  .parallax-top-left, .parallax-top-right, .parallax-bottom-right, .parallax-bottom-left {
    background-attachment: fixed;
    background-position: 50% 30%;
  }


  .cta {
    width: 90%;
    margin: 0 auto;
    padding-top: 50px;
    position: relative;
    top: 10%;
  }

  .cta-left {
    margin: 0 auto;
    padding-top: 0px;
    position: relative;
    top: 10%;
  }

  .cta h1 {
    font-size: 28px;
    margin-top: 2rem;
  }

  .cta .subheading p {
    margin-top: 1rem;
    text-align: center;
    font-size: 18px !important;
  }

  .hero_title p {
    font-size: 30px;
  }

  div.btn {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .cta-video{
    display: none;
  }

  .product_page .banner-parallax-small .cta-left {
    top: 0;
  }

  .product_page .waves {
    bottom: 0%;
  }

}

.cta-demo-banner {
  margin-bottom: 2rem;
}

@media (max-width:425px) {

  .banner-parallax-small .hero_title h1{
    font-size: 28px !important;
  }

  .title-product-icon {
    display: none;
  }

  .hero_title h1 {
    font-size: 28px !important;
  }

  .cta .subheading p {
    font-size: 18px !important;
  }

  .waves-small {
    bottom: 0%;
    background-position: 90%;
  }

  .waves {
    background-image: url('https://www.rankmi.com/hubfs/Sitio%20Web%202021/%5BAssets%5D%20Backgrounds/Waves/Small%20waves.svg') !important;
    background-position: 60% 90%;
    height: 50px;
    bottom: 0%;
  }

  .waves-small {
    bottom: 0%;
  }

}

/* --------------- */

.reveal-modal-show {
  opacity: 1 !important;
  pointer-events: auto !important;
}

.reveal-modal {
  position: fixed;
  font-family: 'Roboto', arial, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity:0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}

.reveal-modal:target {
  opacity:1;
  pointer-events: auto;
}

/* .reveal-modal > div {
max-width: 640px;
position: relative;
margin: 10% auto;
padding: 13px 20px 13px 20px;
border-radius: 10px;
background: transparent;  */

/*
background: #fff;
background: -moz-linear-gradient(#fff, #999);
background: -webkit-linear-gradient(#fff, #999);
background: -o-linear-gradient(#fff, #999);

*/
}

.meeting-box #openMeetings_button_close .close a {
  cursor: pointer;
  background: #fff;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}

.close {
  color: #213f68;
  position: relative;
  left: 96%;
  border-radius: 50%;
}

.close:hover {
  cursor: pointer;
}

.sin-video {
  display: none;
}





/*--- MEETING MENU ---*/

#openMeetings {
  background-color: #f5f5f7;
  margin: 0 auto;
  background-color: rgb(0, 0, 0, .5);
}

.meeting-menu {
  display: flex;
}

.reveal-modal > div {
  background-color: #f5f5f7;
  max-height: 750px;
  min-width: 900px;
  max-width: 1060px;
  position: relative;
  margin: 5% auto;
  padding: 30px 20px;
  border-radius: 10px;
}

.meeting-intro {
  margin: 0 auto;
  width: 50%;
  text-align: center;
  margin-bottom: 20px;
}

.meeting-intro h4 {
  margin-top: 5px;
}

.meeting-intro h4, .meeting-intro p, .meeting-description {
  color: #202020;
}

.meeting-intro p {
  font-size: 18px;
}


.meeting-box-left, .meeting-box-right {
  flex: 0 calc(50% - 40px);
  min-height: 180px;
  max-height: 300px;
  margin: 20px;
  padding: 20px;
  border-top: 1px solid var(--text-color-level3, rgba(77, 80, 85, 0.1));
}
.meeting-box-left:hover, .meeting-box-right:hover {
  background: var(--text-color-level3, rgba(77, 80, 85, 0.1));
  cursor: pointer;
}


.meeting-box-header {
  display: flex;
  align-items: center;
  height: 40px;
  margin-bottom: 20px;
}

.box-marker {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-clip: padding-box;
  border: solid 2px #ffffff;
  border-radius: 50%;
}

.box-title {
  flex: 1 1 auto;
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
}

.box-arrow, .box-arrow-2, .box-arrow-3 {
  position: relative;
  right: -8px;
  border: 8px solid transparent;
  border-left-color: var(--text-color, rgb(77, 80, 85));
}

.volver, .volver-2 {
  color: #fff;
  background-color: #2684ff;
  border-radius: 25px;
  padding: 5px 10px;
  width: 30%;
  text-align: center;
  display: none;
}

.volver:hover, .volver-2:hover {
  background-color: #213f68;
}

/*--- Meeting Calendar ---*/

.meeting-link-1, .meeting-link-2 {
  display: none;
  width: 100%;
}


@media (max-width: 375px) {
  .product_page .waves {
    bottom: 0%;
  }
}

/*--- RESPONSIVE MODAL ---*/

@media (max-width:1080px) {

  .reveal-modal > div {
    max-width: 90%;
    min-width: 0px;
    overflow: scroll;
    height: 90%;
  }

  .meeting-menu {
    flex-direction: column;
  }

  .meeting-box-left, .meeting-box-right {
    margin-left: 0px;
    margin-right: 0px;
  }

}

@media (max-width: 900px) {
  .hero_title h1 {
    font-size: 42px !important;
  }
  .hero-banner-image-small img {
    max-width: 400px !important;
  }
}

@media (max-width: 390px) {

  .reveal-modal > div {
    max-width: 100%;
  }


}

@media (max-width: 320px) {
  .banner-parallax-small {
    height: 550px;
  }

  .waves {
    bottom: 0%;
  }

  .cta .subheading {
    margin-bottom: 0px;
  }

  .cta h1 {
    margin-top: 0px;
    margin-left: 0px;
  }

  .cta-left {
    margin-top: 2rem;
  }

  .product_page .waves {
    bottom: 0%;
  }
}

/*--- ANIMATIONS ---*/

.box-arrow:hover, .box-arrow-2:hover, .box-arrow-3:hover {
  -webkit-animation: rotate-center 0.6s ease-in-out both;
  animation: rotate-center 0.6s ease-in-out both;
}

/* ----------------------------------------------
* Generated by Animista on 2020-10-13 13:45:20
* Licensed under FreeBSD License.
* See http://animista.net/license for more info. 
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */

/**
* ----------------------------------------
* animation rotate-center
* ----------------------------------------
*/
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
