/* fd2015 */
/* cf142b */

@import url("https://fonts.googleapis.com/css?family=Roboto+Slab|Roboto:400,700,900&display=swap");

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  height: 100%;
  background: #333335;
}

section {
  position: relative !important;
}

html,
body,
.h-100 {
  min-height: 100% !important;
  height: 100%;
}

body {
  font-family: "Roboto", sans-serif;
}

.full {
  min-height: 100vh;
}

@media (max-width: 992px) {
  #nosotros .full {
    min-height: 40vh;
  }
}

p {
  font-family: "Roboto Slab", serif;
}

.navbar-brand img {
  max-width: 75vw;
}

#mainNav {
  font-size: 3vh;
}

@media (min-width: 992px) {
  #mainNav {
    font-size: 2.5vh;
  }
}

.text-primary {
  color: #cf142b !important;
}

.text-dark {
  color: #333335 !important;
}

.bg-primary {
  background-color: #cf142b !important;
}

.navbar {
  min-height: 5rem;
  overflow: visible;
}

.home-logo {
  max-width: 20rem;
  width: 100%;
}

.whatsapp {
  display: none;
  z-index: 999;
  position: fixed;
  right: 50%;
  bottom: 1.5rem;
  height: 4rem;
  width: 16rem;
  overflow: hidden;
  transform: translateX(50%);
  border-radius: 2rem;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}

.whatsapp-logo {
  display: block;
  position: absolute;
  height: 4rem;
  width: 25%;
  right: 0;
  z-index: 999;
}

.whatsapp-chat {
  display: block;
  position: absolute;
  height: 4rem;
  width: 100%;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 99;
  overflow: hidden;
}

@media (min-width: 768px) {
  .whatsapp {
    right: 3rem;
    bottom: 3rem;
    transform: translateX(0);
  }
}

.bg-img {
  background-size: cover;
  background-position: center;
}

.navbar {
  transition: all 1s ease;
}

.bg-black-gradient::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /* background: linear-gradient(rgb(17, 17, 17) 0%, rgba(17, 17, 17, 0) 90%); */
  background-image: url("../images/gradient.png");
  background-repeat: repeat-x;
  background-position: top;
}

.bg-black-gradient {
  background: rgba(51, 51, 53, 0);
  transition: all 1s ease;
}

.bg-black-gradient.active {
  background: rgba(51, 51, 53, 1);
  transition: all 1s ease;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  bottom: 0 !important;
  top: unset;
  z-index: 99;
}

.swiper-pagination-bullet-active {
  background: #cf142b;
}

.nav-link {
  padding: 0 1.5rem;
  font-weight: 700;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  background: #cf142b;
  color: #eee;
}

.divider {
  height: 60vh;
}

#lindbergh {
  position: relative;
  overflow: hidden;
}

#lindbergh .bg-img {
  /* background-image: url(../images/slide2.jpg); */
  background-position: 30% 100%;
  background-size: cover;
  display: block;
  position: absolute;
  height: 180%;
  width: 100%;
  top: -50%;
}

#lindbergh blockquote {
  font-size: 0.9rem !important;
  margin-top: 6vh !important;
  text-shadow: 1px -1px 1px #fff;
}

@media (min-width: 992px) {
  #lindbergh {
    background-position: 40% 67.5%;
  }

  #lindbergh blockquote {
    font-size: 1.25rem !important;
  }
}

.curso {
  border-top: 10px solid;
  border-left: 0;
}

#basico {
  border-color: #cf142b;
}

#basico .flag {
  background-color: #cf142b;
}

#avanzado {
  border-color: #ffcb21;
}

#avanzado .flag {
  background-color: #ffcb21;
}

#photoshop {
  border-color: #456bab;
}

#photoshop .flag {
  background-color: #456bab;
}

#iluminacion {
  border-color: #42991b;
}

#iluminacion .flag {
  background-color: #42991b;
}

.curso {
  padding-top: 0 !important;
}

.curso-head {
  margin-top: -1px;
}

.flag {
  height: 100%;
}

@media (min-width: 992px) {
  .curso {
    border-left: 10px solid;
    border-top: 0;
  }

  .flag {
    margin-left: -1.5rem;
    padding-left: 1.2rem !important;
  }
}

.fa-stack {
  margin-left: -0.2em;
}

@media (min-width: 992px) {
  #contacto {
    min-height: calc(100vh - 5rem);
  }
}
