*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font: 1em/1.5 "Montserrat", sans-serif;
  width: 100%;
  height: 100%;
  background-color: #000;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  color: #fff;
  margin: 0;
  min-height: 100%;
  position: relative;
  width: 100%;
  font-weight: 300;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main,
details,
menu {
  display: block;
}

figure {
  margin: 1em 40px;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

textarea {
  resize: none;
  overflow: hidden;
}

ul {
  list-style-type: none;
  padding: 0;
}

h1,
h2,
h3,
h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

h1 {
  color: #fff;
  font-size: calc(16px * 1.5);
  margin-top: 5rem;
}
@media only screen and (min-width: 624px) {
  h1 {
    font-size: calc(16px * 2.5);
  }
}

h2 {
  border-left: 8px solid #af2828;
  font-size: calc(16px * 1.5);
  line-height: 1.2;
  margin: 4rem 1.25rem;
  padding-left: 10px;
}
@media only screen and (min-width: 400px) {
  h2 {
    font-size: calc(16px * 2.2);
  }
}

h3 {
  font-size: calc(16px * 1.3);
}
@media only screen and (min-width: 400px) {
  h3 {
    font-size: calc(16px * 1.8);
  }
}

h4 {
  font-size: calc(16px * 1.1);
}

h5 {
  font-size: 16px;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

img {
  width: inherit; /*IE8*/
  max-width: 100%;
  height: auto;
}

a {
  background-color: transparent;
  color: #8eac94;
  padding-bottom: 5px;
  -webkit-text-decoration-skip: objects;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  text-decoration: none;
}
a:hover {
  color: #fff;
  cursor: pointer;
}
a:focus-visible {
  outline: 4px dashed #8eac94;
}

a:active,
a:hover {
  outline-width: 0;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

video {
  position: relative;
  height: 0;
  overflow: hidden;
}
video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

q {
  font-style: italic;
}

p,
li,
dd,
dt {
  font-size: 16px;
}

ul {
  margin: 0;
}

li {
  padding-bottom: 1rem;
}

input,
input[type=text],
textarea {
  color: #fff;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  display: block;
  padding: 10px;
  margin: 5px 0 2rem 0;
  width: 100%;
}

input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  filter: invert(1);
}

label {
  font-size: calc(16px * 1.3);
  font-weight: 700;
}

input[type=submit] {
  font-weight: 700;
  width: 50%;
}

input[type=checkbox],
input[type=radio] {
  display: inline-block;
  margin: 0 1.25rem 2rem 0;
  width: 25px;
}

button {
  color: red;
  border-radius: 10px;
  color: #fff;
  display: block;
  border-radius: 10px;
  margin: 1.25rem 0;
  padding: 1rem 6rem;
}
button:hover {
  color: #af2828;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

nav {
  background: rgba(0, 0, 0, 0.8);
  padding-top: 2rem;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  nav {
    background: none;
  }
}
nav ul {
  display: inline-block;
  padding: 0 5px;
  vertical-align: top;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  nav ul {
    width: 18%;
  }
}
nav ul > li:first-child {
  display: block;
  font-weight: 500;
}
nav ul > a:first-child {
  font-weight: 500;
}
nav li {
  font-size: 20px;
  margin: 0 auto;
  padding: 10px 0;
  width: 80%;
  margin: 0 auto;
}
nav li:hover a {
  color: #fff;
}
nav li:hover {
  border-bottom: 1px solid #fff;
}
@media only screen and (min-width: 1024px) {
  nav li {
    display: inline-block;
    margin: 0;
    width: 100%;
  }
}
nav li:nth-child(1) {
  color: #fff;
  position: relative;
}

.nav__main {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .nav__main {
    min-height: 50px;
  }
}
.nav__main > div {
  position: absolute;
  width: 100%;
  z-index: 2;
}

.nav__main-items {
  background: rgba(0, 0, 0, 0.8);
  display: none;
  padding: 2rem 0;
}
@media only screen and (min-width: 1024px) {
  .nav__main-items {
    display: block;
    background: none;
    padding-top: 0;
  }
}

.nav__dropdown:hover {
  cursor: pointer;
}
.nav__dropdown li {
  display: none;
  border-bottom: 1px solid transparent;
}
.nav__dropdown li:hover {
  border-bottom: 1px solid #fff;
}
.nav__dropdown > li:first-child:after {
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #8eac94;
  height: 0;
  position: absolute;
  right: 10px;
  top: 20px;
  width: 0;
}

.nav__drop li {
  display: block;
  background-color: rgba(0, 0, 0, 0.9);
  padding-left: 1rem;
  padding-right: 1rem;
}
.nav__drop > li:first-child {
  display: block;
}
.nav__drop > li:first-child:after {
  transform: rotate(-90deg);
}

.hamburger {
  display: block;
  right: 50px;
  top: 0;
  width: max-content !important;
  z-index: 3 !important;
}
@media only screen and (min-width: 1000px) {
  .hamburger {
    display: none;
  }
}

.nav__logo {
  display: inline-block;
  filter: invert(1);
  margin-bottom: 1rem;
  position: relative;
  width: 100%;
}
.nav__logo img {
  padding: 0 1rem;
  width: 320px;
}
.nav__logo div {
  display: none;
  width: 0;
}
@media only screen and (min-width: 768px) {
  .nav__logo div:nth-child(1) {
    background-color: #000;
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    width: 30%;
    z-index: -1;
  }
  .nav__logo div:nth-child(2) {
    background-color: #000;
    display: block;
    height: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 30%;
    z-index: -1;
  }
}

#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}

.hamburger .line {
  width: 50px;
  height: 5px;
  background-color: #fff;
  display: block;
  margin: 8px 0 8px 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover {
  cursor: pointer;
}

.l-content {
  margin: 0 auto;
  max-width: 1600px;
}

.l-content--light {
  background: #fff;
  padding-bottom: 6rem;
}
.l-content--light h2,
.l-content--light p {
  color: #000;
}

.l-group:before, .l-group:after {
  content: " ";
  display: table;
}
.l-group:after, .l-group:after {
  clear: both;
}

.group {
  padding: 0 1rem;
  margin: 0 auto;
  max-width: 1200px;
}
@media only screen and (min-width: 1024px) {
  .group {
    padding: 0 4rem;
  }
}

.make-hidden {
  display: none;
}

.make-visible {
  display: block;
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
}

.flex-row--between {
  justify-content: space-between;
}

.flex-row--center {
  justify-content: center;
}

.w50 {
  width: 50%;
}

.pb-0 {
  padding-bottom: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.b-text {
  color: #000;
}

.w-text {
  color: #fff;
}

.w-100 {
  width: 100%;
}

footer {
  background-color: #0d0d0d;
  color: #8eac94;
  padding: 2rem;
}
footer img {
  width: 5%;
}
footer img:hover {
  cursor: pointer;
}

.footer__colum {
  width: 100%;
}
.footer__colum h3 {
  text-align: center;
}
@media only screen and (min-width: 1000px) {
  .footer__colum {
    width: 50%;
  }
  .footer__colum:nth-child(2) {
    width: 45%;
  }
  .footer__colum:nth-child(2) h3 {
    text-align: right;
  }
  .footer__colum:nth-child(1) h3 {
    text-align: left;
  }
}
.footer__colum:last-child {
  text-align: center;
}
@media only screen and (min-width: 1000px) {
  .footer__colum:last-child {
    text-align: right;
  }
}

.footer__nav {
  background: none;
  font-size: 15px;
  font-weight: bold;
  padding: 0;
}
.footer__nav div {
  width: 100%;
}
@media only screen and (min-width: 500px) {
  .footer__nav div {
    font-size: 1rem;
    width: 32%;
  }
}
@media only screen and (min-width: 700px) {
  .footer__nav div {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__nav div {
    font-size: 1rem;
  }
}
.footer__nav a {
  min-width: 150px;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 1000px) {
  .footer__nav a {
    text-align: left;
  }
}

.footer__newsletter input[type=text] {
  background-color: #f1f1f1;
  border: 1px solid #8eac94;
  margin-bottom: 5px;
}

header {
  background: url("../img/home-header.jpg") no-repeat right/cover;
  height: 450px;
  margin-bottom: 4rem;
  min-height: fit-content;
}
@media only screen and (min-width: 600px) {
  header {
    height: 700px;
    background-position: center;
  }
}
header p {
  color: #fff;
  font-size: 18px;
}

.header--secondary {
  height: 250px;
  background-color: #4e7a6b;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .header--secondary {
    background-attachment: fixed;
  }
}

.header-tittle--black {
  color: #000;
}

@media only screen and (min-width: 700px) {
  .header__section {
    width: 75%;
  }
}
@media only screen and (min-width: 1100px) {
  .header__section {
    width: 48%;
  }
}
.header__section img {
  display: none;
  margin: 4rem;
}
@media only screen and (min-width: 1100px) {
  .header__section img {
    display: initial;
  }
}

.header--xi {
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("../img/xi-header.jpg") center/cover no-repeat;
}

.header--bodas {
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("../img/bodas-header.jpg") center/cover no-repeat;
}

.header--graduaciones {
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("../img/graduacion-header.jpg") center/cover no-repeat;
}

.header--producto {
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("../img/producto-header.jpg") center/cover no-repeat;
}

.header--personales {
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("../img/personales-header.jpg") center/cover no-repeat;
}

.header--parejas {
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("../img/parejas-header.jpg") center/cover no-repeat;
}

.header--familiares {
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("../img/familiares-header.jpg") center/cover no-repeat;
}

.header--empresariales {
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("../img/empresariales-header.jpg") center/cover no-repeat;
}

.header--deportivos {
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("../img/deportivos-header.jpg") center/cover no-repeat;
}

.header--embarazo {
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("../img/embarazo-header.jpg") center/cover no-repeat;
}

.header--conceptual {
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("../img/conceptual-header.jpg") center/cover no-repeat;
}

.header--celebraciones {
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("../img/celebraciones-header.jpg") center/cover no-repeat;
}

.header--bebes {
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("../img/bebes-header.jpg") center/cover no-repeat;
}

section {
  margin-bottom: 2rem;
  padding: 2rem 0;
}

.btn {
  border: none;
  border-radius: 10px;
  box-shadow: 0px 2px 10px #000;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  transition: all 0.4s;
}

.btn--principal {
  background-color: #af2828;
  margin: 1.25rem 0;
  padding: 1rem 1.25rem;
}
.btn--principal:hover {
  background: #8eac94;
  color: #fff;
}

.btn--secundary {
  background: #8eac94;
  margin: 1.25rem 0;
  padding: 1rem 1.25rem;
}
.btn--secundary:hover {
  background-color: #af2828;
  color: #fff;
}

.btn--icon-l {
  padding-left: 3rem;
  position: relative;
}
.btn--icon-l:before {
  background: url("../../src/img/icon-whatsapp.png") no-repeat;
  background-size: contain;
  content: "";
  height: 30px;
  width: 30px;
  position: absolute;
  left: 10px;
  top: 12px;
}

.btn--bts {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 3;
}

.grid-photos-4 img {
  height: 50%;
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .grid-photos-4 img {
    height: 25%;
    width: 25%;
  }
}

.grid-photos-5 img {
  height: 50%;
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .grid-photos-5 img {
    height: 20%;
    width: 20%;
  }
}

.info-card {
  padding: 1rem;
}
.info-card img {
  display: block;
  margin: 0 auto;
  width: 90px;
}
.info-card p {
  padding: 1rem 0;
}
.info-card span {
  font-weight: 700;
}

@media only screen and (min-width: 500px) {
  .info-card--3 {
    width: 50%;
  }
}
@media only screen and (min-width: 900px) {
  .info-card--3 {
    width: 33.3%;
  }
}

@media only screen and (min-width: 500px) {
  .info-card--4 {
    width: 50%;
  }
}
@media only screen and (min-width: 900px) {
  .info-card--4 {
    width: 25%;
  }
}

.home__form {
  background: url("../img/home-form.jpg") no-repeat fixed center/cover;
}
@media only screen and (min-width: 600px) {
  .home__form div div {
    width: 70%;
  }
}
@media only screen and (min-width: 900px) {
  .home__form div div {
    width: 50%;
  }
}
.home__form h2,
.home__form label {
  color: #fff;
}

.brands__logos img {
  height: 50%;
  padding: 2rem;
  width: 50%;
}
@media only screen and (min-width: 700px) {
  .brands__logos img {
    height: 33.3%;
    width: 33.3%;
  }
}
@media only screen and (min-width: 1000px) {
  .brands__logos img {
    height: 20%;
    width: 20%;
  }
}

@media only screen and (min-width: 1080px) {
  .bts .flex-row--center {
    justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .bts-video {
    justify-content: space-between;
  }
}

.b-text {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .b-text {
    width: 45%;
  }
}

.bts-video--circle {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .bts-video--circle {
    width: 55%;
  }
}

.bts-video--circle > div:first-of-type {
  height: fit-content;
  margin: 0 auto;
  position: relative;
  width: fit-content;
}
.bts-video--circle video {
  background: lightblue;
  border-radius: 50%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  position: relative;
  width: 320px;
}
@media only screen and (min-width: 1080px) {
  .bts-video--circle video {
    height: 420px;
    width: 420px;
  }
}

.bts-video--deco {
  border-radius: 50%;
  border: solid 3px #fff;
  height: 300px;
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translate(-10px, -50%);
  width: 300px;
  z-index: 2;
}
@media only screen and (min-width: 1080px) {
  .bts-video--deco {
    height: 400px;
    width: 400px;
  }
}

.method .w-100 {
  padding: 2rem 4rem 0;
}
.method .method__square {
  position: relative;
  width: 100%;
  border: 1px solid black;
  margin-bottom: 6rem;
}
.method .method__square:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .method .method__square {
    width: 30%;
  }
  .method .method__square:last-child {
    margin-bottom: 6rem;
  }
}
.method .method__square p {
  height: 200px;
  padding: 50px 1rem;
}
@media only screen and (min-width: 768px) {
  .method .method__square p {
    padding-left: 2rem;
  }
}
@media only screen and (min-width: 1000px) {
  .method .method__square p {
    padding-left: 1rem;
  }
}
.method .method__square b {
  display: block;
}
.method .method__square span {
  position: absolute;
  font-size: 80px;
  font-weight: bold;
  top: -70px;
  left: -20px;
  background-color: #fff;
  padding: 2rem;
  line-height: 70px;
  z-index: 1;
}

.modal {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  left: 0;
  top: 0;
  overflow: auto;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.modal-content {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  margin: 10% auto;
  max-width: 800px;
  padding: 0;
  position: relative;
  width: 80%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

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

.close {
  color: #aaa;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover {
  color: #000;
}

/*# sourceMappingURL=styles.css.map */
