/*!
 * Start Bootstrap - Landing Page v5.0.7 (https://startbootstrap.com/template-overviews/landing-page)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE)
 */

body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border-left: #FFE33E solid 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

header.masthead {
  position: relative;
  background-color: #343a40;
  background: url("../img/fondo.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 40vh !important;
  padding-bottom: 40vh !important;
  color: #000;
}

header.masthead .overlay {
  position: absolute;
  /* background-color: #212529; */
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

header.masthead h1 {
  font-size: 2rem;
  letter-spacing: 0.15rem;
}
header.masthead p {
  font-size: 24px;
  letter-spacing: 2px;
  color: #777;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}

.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-masthead.jpg") no-repeat center left;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.iframe-container {
  width: 100%;
  position: relative;
  height: calc(100vh - 46px);
  overflow: hidden;
}
#iframe-section iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-white {
  border-left: #FFE33E solid 14px;
}


@media (max-width: 768px) {
  .features-icons {
    padding-top: 0;
    padding-bottom: 0;
  }

  .header {
    height: 56px;
  }
  .footer {
    /* height: 48px; */
  }
  .iframe-container {
    /* padding-bottom: calc(100vh - 46px); */
    /* padding-bottom: calc(100vh - 104px); */
    position: relative;
    /* padding-bottom: 110%;  */

  }
  .iframe-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    
  }
}

.container-md {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  
}
@media (max-width: 768px) {
  .bg-iframe{
    width: 100vw;
    margin-left: -14px;
  }
}

@media (max-width: 800px) {
  @media (max-height: 576px) {
    .iframe-container {
      height: calc(100vh + 140px);

    }
  }
}
@media (min-width: 768px) {
  .container-md {
    max-width: 720px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .iframe-container {
    height: 570px;
    padding-bottom: 0%;
  }
  
}

@media (min-width: 992px) {
  .container-md {
    max-width: 960px;
  }
  .iframe-container {
    height: 600px;
  }
}

@media (min-width: 1200px) {
  .container-md {
    max-width: 1140px;
  }
  .iframe-container {
    height: 850px;
  }
}

.bg-iframe {
  background-color: #282828 !important;
  padding-top: 3rem;
  color: #bdccd4;
}
.bg-iframe p {
  margin-bottom: 2rem;
}

