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

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

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

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

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

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

.banner p {
  /* color: white; */
}

.banner {
  position: relative;
}

.banner.img-bg {
  background-size: cover;
  background-position: 50% 30%;
}

.banner-container {
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  padding: 100px 0 0;
  align-content: center;
  align-items: center;
  gap: 30px;
  max-width: 95%;
}

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

.cta {
  text-align: center;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
}

.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-size: 18px;
}

.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 ---*/
.hero-banner-image-small {
  max-height: 400px;
  max-width: 400px;
  align-self: baseline;
}

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

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

@media (min-width: 768px) {

  .banner-container {
    flex-direction: row;
    gap: 20px;
    padding: 100px 0 0;
  }

  .hero-banner-image {
    max-width: 50%;
  }
  
  .cta-left {
    text-align: left;
    align-items: flex-start;
    margin: 0;
    gap: 20px;
  }

}

@media (min-width: 1200px) {

  .banner-container {
    width: 1200px;
  }

  .banner.img-bg {
    background-size: cover;
    background-position: 50% 30%;
    align-items: center;
  }

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



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

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

  .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) {

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

  .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;
  }

  .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: 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);
  }
}
