/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./scss/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************/
/* 3rd party packages */
/* SASS and Global'ish Stuff */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

ul {
  display: block;
  list-style-type: none;
}

video {
  max-width: 100%;
  height: auto;
}

body {
  margin: 0;
  font-family: "Heebo", sans-serif;
  color: aliceblue;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body {
  height: 100%;
}

.flex-container {
  display: flex;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
}

.container--narrow {
  max-width: 960px;
}

.section-break {
  border: none;
  border-top: 1px solid #ddd;
  margin: 2.5rem 0;
}

.min-list {
  padding: 0;
  margin: 0;
}

.min-list li {
  list-style: none;
}

.p-top-small {
  padding-top: 1rem;
}

.p-top-large {
  padding-top: 1.6rem;
}

.p-bottom-large {
  padding-bottom: 1.6rem;
}

@media (min-width: 530px) {
  .p-top-large {
    padding-top: 3.5rem;
  }
  .p-bottom-large {
    padding-bottom: 3.5rem;
  }
}
.no-margin {
  margin: 0;
}

.nu {
  text-decoration: none;
}

.nu:hover {
  text-decoration: underline;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.t-center {
  text-align: center;
}

.t-small {
  font-size: 0.85rem;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.push-right {
  margin-right: 20px;
}

.container:before,
.container:after,
.group:before,
.group:after {
  content: " ";
  display: table;
}

.container:after,
.group:after {
  clear: both;
}

.hide {
  display: none;
}

/* ************************************* BM Blocks *****************************************/
/*    Header    */
header {
  font-family: "Heebo", sans-serif;
  
  background-color: gray;
  
  /* background-color: #009245; */
  height: 200px;
  width: 100%;
  top: 0;
  left: 0;
}

.nav {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
}

#bacab_letras {
  margin-top: 12px;
}

.nav-link {
  color: black;
  text-decoration: none;
  font-weight: bold;
  font-size: 25px;
  /*font-size: 4vw;*/
}

.nav-menu {
  display: flex;
  margin-right: 40px;
  list-style: none;
}

.submenu {
  background: rgba(0, 146, 68, 0.4666666667);
  position: absolute;
  top: 60px;
  width: 200px;
  overflow: visible;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
}

.container-submenu:hover .submenu {
  opacity: 1;
  visibility: visible;
}

.submenu-nav-menu-item a {
  background: rgba(0, 146, 68, 0);
  list-style-type: none;
  display: block;
  list-style: none;
  line-height: 40px;
}

.nav-menu-item {
  font-size: 18px;
  margin: 0 10px;
  line-height: 80px;
  width: -moz-max-content;
  width: max-content;
}

.nav-menu-link {
  padding: 8px 12px;
  border-radius: 3px;
}

.nav-menu-link:hover,
.nav-menu-link_active {
  background-color: #005f2d;
  transition: 0.5s;
}

.nav-toggle {
  color: white;
  background: none;
  border: none;
  font-size: 35px;
  padding: 0 20px;
  line-height: 60px;
  cursor: pointer;
  display: none;
}

.social-header {
  margin-top: 0;
  font-size: 32px;
}

@media (max-width: 1046px) {
  header {
    height: 60px;
  }
  .logo {
    font-size: 30px;
    padding: 0 20px;
    line-height: 60px;
  }
  #bacab_letras {
    margin-top: 2px;
  }
  .nav-menu {
    flex-direction: column;
    align-items: center;
    margin: 0;
    background-color: #009245;
    position: fixed;
    left: 0;
    top: 60px;
    width: 100%;
    padding: 20px 0;
    height: calc(100% - 60px);
    overflow-y: auto;
    left: 100%;
    transition: left 0.3s;
  }
  .submenu {
    width: 250px;
    flex-direction: column;
    position: fixed;
    overflow-y: auto;
  }
  .submenu-nav-menu-item a {
    background: #009244;
    list-style-type: none;
    display: block;
    list-style: none;
    line-height: 100px;
    padding-left: 16px;
  }
  .container-submenu:hover .submenu {
    opacity: 0;
    visibility: hidden;
  }
  .nav-menu-item {
    width: 500px;
    line-height: 140px;
    border-bottom: 2px groove white;
  }
  .nav-menu-link:hover,
  .nav-menu-link_active {
    background: none;
    color: #83c5f7;
  }
  .nav-toggle {
    display: block;
  }
  .nav-menu_visible {
    left: 0;
    z-index: 900;
  }
  .nav-toggle:focus:not(:focus-visible) {
    outline: none;
  }
}
.seccion-home {
  height: 50vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
}

.overlay-home {
  height: 100vh;
  width: 100%;
  box-shadow: 0 4px 5px 1px rgba(0, 0, 0, 0.336), inset 0 4px 5px 1px rgba(0, 0, 0, 0.336);
}

.seccion-home.inicio {
  background-image: url("images/foto%20home2.386de08c.png");
}

.seccion-home.historia {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTM2MyA3NDUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMDM3IDNDOTc2LjY1OSA5Ni44Nzg5IDk3Ny4xMzkgMjQ3LjM1MiAxMzYxIDI1Ni4zNTVNMTM2MSA2OTYuNUM5MzQuNzU2IDgzOS4xOTEgMTA3Ny4zOSA1ODcuOTI1IDExMjkuMDcgNDU4LjczM0MxMjAxLjAyIDQ0MS43NTcgMTI4Mi44MSA0MjEuMjU0IDEzNjEgMzk5Ljg1NiIgc3Ryb2tlPSIjRkJCMDNCIiBzdHJva2Utd2lkdGg9IjExIi8+Cjwvc3ZnPgo=);
  height: -moz-fit-content;
  height: fit-content;
}

.seccion-home.oferta {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTM2MyA5ODYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03MTYuODg2IDM2Ni4zODRDNzUyLjE5MyAzNTcuNzg0IDc1Ni40MjQgMzQwLjMyOCA0OTAuODk0IDMzOS4yOTZDMTU4Ljk4MSAzMzguMDA2IDM1NC4yNDggNDk2LjQwNSAxNzkuMTk1IDUwMC4yNzVDNC4xNDIyMyA1MDQuMTQ0IDkzLjg5MjEgMjkyLjM0NCAyODEuMDczIDQxMy4zMzZDNDQxLjIxMSA1MTYuODQ3IDExMi44MiA2ODAuNzgxIDEuOTI4OCA1MzUuNjk3TTEuOTI4OCAyNTAuNUM0MC4xMDM2IDE1OC4yMDYgMTA0LjY1NCA3Mi40MDUgMTcwLjUxMyAzIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjYiLz4KPHBhdGggZD0iTTczNCAzMzZDODEyIDM3MS44MzMgOTg5IDQyOS45IDEwNzMgMzc1LjVDMTE0MS43MyAzMzAuOTg2IDEzMTIuMDMgMzM1LjEwOSAxMzYzLjY4IDQwNC4xMzlNMTM2NS41IDcxMy41QzEyNjQuNSA3NzAuNSAxMDIyLjUgNjA5LjUgMTAxOC41IDY3Ny41QzEwMTQuNSA3NDUuNSAxMTA4IDc4NyAxMzE0IDU3MEMxMzM3LjA2IDU0NS43MTIgMTM1My4yNSA1MjMuNTcyIDEzNjMuNjggNTAzLjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iNiIvPgo8L3N2Zz4K);
  height: -moz-max-content;
  height: max-content;
  background-color: #3F46A8;
}

.seccion-home.escoger {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTU2MyA4NDUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGlkPSJWZWN0b3IgNiIgZD0iTS0yNi42OTg5IDEwNC45MzhDLTE4LjAxNTYgMTA1LjI4OSAtOS40NDk5NCAxMDUuNTkgLTEgMTA1Ljg0MUMyNzQuNDM5IDExNC4wMTEgNDI2LjY0OSA2OC45MzYxIDUwMy41IDQuNjM0MDNNLTEgNjYwLjVDNTU2LjM5NiA4NDcuMDk2IDQ5NC42NCA1NDAuMTMyIDQyNy4wNjMgMzcxLjE4OUMyOTMuNTU2IDMzOS42ODggMTM0LjEzNCAyOTguODk5IC0xIDI1OC42NiIgc3Ryb2tlPSJncmVlbiIgc3Ryb2tlLXdpZHRoPSIxMSIvPgo8L3N2Zz4K);
  height: -moz-max-content;
  height: max-content;
  background-color: #ffffff;
}

.escoger-elementos {
  display: flex;
  justify-content: space-between;
  margin-top: 16vh;
  padding: 50px;
}

.escoger-subtitulo {
  color: #3f46a8;
  font-size: 3vw;
  text-align: left;
  margin: 40px 10px;
}

.escoger-elementos video {
  border-radius: 20px;
}

.inicio-elementos {
  display: flex;
  align-self: center;
  justify-content: center;
  margin-top: 75vh;
  margin-left: 8vw;
}

.inicio-elementos img {
  margin: auto;
}

.inicio-elementos h1 {
  margin: auto;
  width: 40%;
}

.historia-elementos {
  display: flex;
  justify-content: space-between;
  margin-top: 16vh;
  padding: 80px;
}

.historia-elementos h2 {
  color: black;
  font-size: 4.4vw;
  margin: auto;
  width: 48%;
  text-align: center;
}

.historia-elementos video {
  border-radius: 20px;
}

.seccion-separacion {
  height: 40vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(images/Casa_de_Ninos.96afed72.jpg);
}

.overlay-separacion {
  height: 40vh;
  width: 100%;
  box-shadow: 0 4px 5px 1px rgba(0, 0, 0, 0.336), inset 0 4px 5px 1px rgba(0, 0, 0, 0.336);
  background-color: rgba(0, 146, 68, 0.4431372549);
  display: flex;
  justify-content: center;
}

.separacion-elementos {
  display: flex;
  align-self: center;
  justify-content: center;
}

.separacion-elementos h2 {
  margin: auto;
  width: 40%;
}

.separacion-elementos a {
  margin: auto;
}

#container-slider {
  margin-top: 20vh;
}

.card {
  --card-gradient: rgb(125, 125, 125);
  --card-blend-mode: overlay;
  border-radius: 0.5rem;
  box-shadow: 0.05rem 0.1rem 0.3rem -0.03rem rgb(172, 172, 172);
  padding-bottom: 1rem;
  background-image: linear-gradient(var(--card-gradient), rgb(255, 255, 255) 500px);
  overflow: hidden;
}

.card img {
  border-radius: 0.5rem 0.5rem 0 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 576px;
  aspect-ratio: 4/3;
  mix-blend-mode: var(--card-blend-mode);
}

.card img ~ * {
  margin-left: 1rem;
  margin-right: 1rem;
}

.card > :last-child {
  margin-bottom: 0;
}

.card:hover, .card:focus-within {
  --card-gradient: rgb(51, 51, 51);
}

/* Additional demo display styles */
* {
  box-sizing: border-box;
}

.card h3 {
  margin-top: 1rem;
  font-size: 1.25rem;
  color: rgb(0, 0, 0);
  text-align: center;
}

.card a {
  color: inherit;
}

.card-body {
  display: grid;
  place-content: center;
  justify-items: center;
  margin-top: 4vh;
  margin-bottom: 10vh;
  margin-left: 10px;
  margin-right: 10px;
}

.overlay-home.oferta {
  height: -moz-fit-content;
  height: fit-content;
}

#oferta {
  margin-top: 60px;
  display: flex;
}

#oferta h2 {
  margin: auto;
  font-size: 4.4vw;
}

.card-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30ch, 1fr));
  grid-gap: 1.5rem;
  max-width: 100vw;
  width: 90%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.overlay-home.oferta {
  height: -moz-fit-content;
  height: fit-content;
}

.botones-contacto h3 {
  margin: auto;
  width: 70%;
  text-align: center;
}

.botones-contacto a {
  color: white;
}

.botones-contacto a:hover {
  color: #e9e9e9;
  transition: 0.3s;
}

#conocenos {
  margin: auto;
  width: 70%;
  font-size: 3.8vw;
}

button {
  margin: 200px;
}

.custom-btn {
  width: 330px;
  height: 60px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  outline: none;
}

.btn-2 {
  font-size: xx-large;
  background: rgb(249, 174, 59);
  background: linear-gradient(0deg, rgb(249, 174, 59) 0%, rgb(255, 170, 59) 100%);
  border: none;
}

.btn-2:before {
  height: 0%;
  width: 2px;
}

.btn-2:hover {
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5), -4px -4px 6px 0 rgba(116, 125, 136, 0.5), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.4);
}

.btn-3 {
  font-size: xx-large;
  background: rgb(0, 146, 69);
  background: linear-gradient(0deg, rgb(0, 146, 69) 0%, rgb(30, 142, 69) 100%);
  border: none;
}

.btn-3:before {
  height: 0%;
  width: 2px;
}

.btn-3:hover {
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5), -4px -4px 6px 0 rgba(116, 125, 136, 0.5), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.4);
}

@media (max-width: 1046px) {
  #slogan h1 {
    font-size: 5.8vw;
  }
  #video1 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .ambientes {
    margin-bottom: 16px;
  }
  .escoger-elementos {
    margin-top: 0;
  }
  .escoger-subtitulo {
    margin: 0 0;
  }
  .card-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(40ch, 1fr));
    width: 100%;
  }
  .seccion-home {
    height: -moz-fit-content;
    height: fit-content;
  }
  .overlay-home {
    height: -moz-fit-content;
    height: fit-content;
  }
  .inicio-elementos {
    flex-direction: column;
    align-items: center;
    margin-top: 45vh;
  }
  .historia-elementos {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    padding: 80px;
  }
  .historia-elementos h2 {
    color: black;
    font-size: 4.4vw;
    margin: auto;
    width: 48%;
    text-align: center;
  }
  .historia-elementos video {
    border-radius: 20px;
  }
  .card-body {
    margin: 8vh 10px;
  }
  .card-body h2 {
    font-size: 10vw;
    text-align: center;
    margin-bottom: 50px;
  }
  .card img {
    max-height: 126px;
  }
  #container-slider {
    margin-top: 0;
    padding: 20px 0;
  }
  #oferta h2 {
    margin: auto;
    font-size: 6vw;
  }
}
footer {
  background-color: #009245;
  background-size: cover;
  width: 100%;
  padding: 50px 0px;
  margin-top: auto;
}

.container__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.box__footer {
  width: 320px;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 0 10px;
}

.box__footer h2 {
  color: white;
  font-weight: 700;
  margin-bottom: 5px;
}

.box__footer h2:hover {
  opacity: 0.8;
}

.box__copyright {
  margin: auto;
  text-align: center;
  padding: 0px 40px;
}

.box__copyright p {
  margin-top: 20px;
}

.box__copyright hr {
  margin-top: 10px;
  background-color: aliceblue;
  border: none;
  height: 1px;
}

.social {
  margin-top: 2vh;
}

.social a {
  font-size: 32px;
}

@media (max-width: 638px) {
  footer {
    padding: 20px 0px;
  }
  .box__footer h2 {
    color: white;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1046px) {
  .box__footer {
    margin: auto;
    padding-bottom: 10px;
  }
}
#container-slider {
  display: flex;
}

.hero-slider {
  width: 80%;
  position: relative;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1046px) {
  .hero-slider {
    width: 100%;
  }
}
.hero-slider div {
  outline: none;
}
.hero-slider__interior {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 960px) {
  .hero-slider__interior {
    padding-top: 300px;
    padding-bottom: 200px;
  }
}
.hero-slider__slide {
  border-radius: 12px;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-slider__overlay {
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.68);
  padding: 40px;
  color: #fff;
}
@media (min-width: 960px) {
  .hero-slider__overlay {
    width: 50%;
  }
}

.slick-dots {
  z-index: 100;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  top: 15px;
}
@media (min-width: 960px) {
  .slick-dots {
    top: 50px;
  }
}

.slick-dots li {
  list-style: none;
  display: inline;
}
.slick-dots li button {
  display: inline-block;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  border: none;
  margin: 0 4px;
  padding: 0;
  outline: none;
  transition: background-color 0.3s ease-out;
  cursor: pointer;
}
.slick-dots .slick-active button {
  background-color: rgb(19, 19, 19);
}

/* GlideJS */
.glide__bullets {
  z-index: 100;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  top: 15px;
}
@media (min-width: 960px) {
  .glide__bullets {
    top: 50px;
  }
}
.glide__bullets button {
  display: inline-block;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  border: none;
  margin: 0 3px;
  padding: 0;
  outline: none;
  transition: background-color 0.3s ease-out;
  cursor: pointer;
}
.glide__bullets button.glide__bullet--active {
  background-color: rgb(35, 34, 34);
}

.head-ambientes {
  margin-top: 40px;
  justify-content: center;
}

.head-item {
  max-width: 35%;
  margin: 0 20px;
}

.head-ambientes h1 {
  font-size: 3.5vw;
}

.frase-container {
  margin: 20px 0;
  font-size: 2vw;
}

#frase {
  text-align: center;
}

.foto-fija {
  justify-content: center;
}

.box {
  max-width: 350px;
  min-height: 180px;
  position: relative;
  margin: 20px 50px;
}

.box .thumb {
  max-width: 250px;
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  float: left;
  shape-outside: circle();
}

.thumb img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

/*# sourceMappingURL=style-index.css.map*/