/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

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

body {
  font-family: "Teko", sans-serif;
}

img {
  display: block;
  width: 100%;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.contenedor {
  width: 95%;
  max-width: 120rem;
  margin: 0 auto;
}

.boton {
  padding: 1.5rem 3rem;
  background-color: transparent;
  border: 0.1rem solid #DDDDDD;
  font-weight: 500;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  transition-property: background-color, color;
  transition-duration: 0.7s;
  color: #000000;
  font-family: "Roboto", sans-serif;
}
.boton:hover {
  color: #FFFFFF;
  background-color: #FFC600;
}
@media (min-width: 768px) {
  .boton {
    display: inline;
  }
}

p {
  line-height: 2;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

@media (min-width: 1024px) {
  .ocultouno {
    display: none;
  }
}

.ocultodos {
  display: none;
}
@media (min-width: 1024px) {
  .ocultodos {
    display: unset;
  }
}

.abajo {
  position: fixed;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.1);
  transition: 0.7s;
  z-index: 999;
}

.activo {
  background-color: #FFFFFF;
  padding: 1rem;
  border-radius: 0.5rem;
  transition-property: background-color, color;
  transition-duration: 0.4s;
}
.activo:hover {
  background-color: #000000;
  color: #FFFFFF;
}

.boton {
  background-color: transparent;
}
.boton:hover {
  background-color: #FFFFFF;
  color: #000000;
}

.title {
  color: #AAAAAA;
  font-size: 1.6rem;
  color: #AAAAAA;
  margin: 0;
  padding: 0;
}

.span {
  color: #ffc600;
  font-size: 4rem;
}

.header {
  box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.1);
}
.header__grid {
  padding: 2rem 0;
}
@media (min-width: 1024px) {
  .header__grid {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
}
.header__logotipos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .header__logotipos {
    display: unset;
  }
}
.header__logo {
  width: 6rem;
}
@media (min-width: 1024px) {
  .header__logo {
    width: 20rem;
  }
}
.header__buscador, .header__tienda {
  width: 2rem;
}
@media (min-width: 768px) {
  .header__buscador, .header__tienda {
    width: 3rem;
    height: auto;
  }
}
.header__menu {
  width: 3rem;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .header__menu {
    display: none;
  }
}
.header__iconos {
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media (min-width: 768px) {
  .header__iconos {
    gap: 4rem;
  }
}

.navegacion {
  display: none;
  margin: 3rem 0;
}
@media (min-width: 1024px) {
  .navegacion {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    gap: 5rem;
  }
}
.navegacion__link {
  display: block;
  text-align: center;
  color: #000000;
  font-size: 2rem;
  margin-bottom: 2rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  transition-property: color;
  transition-duration: 0.4s;
}
@media (min-width: 1024px) {
  .navegacion__link {
    margin-bottom: 0;
  }
}
.navegacion__link:hover {
  color: #FFC600;
}

.video {
  max-height: 70rem;
  min-height: 50rem;
  overflow: hidden;
  position: relative;
}
.video__play {
  display: block;
  width: auto;
}
.video__texto {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 10rem 2rem;
}
@media (min-width: 768px) {
  .video__texto {
    padding: 5rem 2rem;
  }
}
.video__heading {
  font-size: 3rem;
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .video__heading {
    font-size: 8rem;
    width: 70%;
  }
}
.video__txt {
  font-size: 1.8rem;
  color: #FFFFFF;
}
.video__boton {
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  background-color: #FFC600;
  padding: 2rem;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 1rem;
  font-size: 2rem;
  text-transform: uppercase;
  font-family: "Teko", sans-serif;
}
@media (min-width: 768px) {
  .video__boton {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .video__boton {
    width: 30%;
  }
}
.video__icono {
  width: 1rem;
}

.people__grid {
  margin-top: 9rem;
}
@media (min-width: 768px) {
  .people__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    -ms-flex-align: center;
        align-items: center;
  }
}
.people__title {
  color: #AAAAAA;
  font-size: 1.6rem;
  color: #AAAAAA;
  margin: 0;
  padding: 0;
}
.people__heading {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .people__heading {
    font-size: 6rem;
  }
}
.people__span {
  color: #ffc600;
  font-size: 4rem;
}
.people__txt {
  font-size: 1.8rem;
}
.people__flex {
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
.people__comilla {
  font-size: 10rem;
  color: #FFC600;
  margin-top: -5rem;
}
.people__heading--dos {
  font-size: 2.5rem;
  color: #AAAAAA;
  line-height: 1.5;
}
.people__autor {
  font-size: 3rem;
  margin: 0;
  padding: 0;
  margin-top: 3rem;
}
.people__puesto {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
}
.people__img--uno {
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .people__img--uno {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .people__img--uno {
    margin: 0 auto;
    margin-top: -15rem;
    position: relative;
    top: -10rem;
    width: 70%;
    left: 10rem;
  }
}
.people__img--dos {
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .people__img--dos {
    margin-bottom: 0;
    width: 30rem;
  }
}
.people__enlace {
  margin-top: 5rem;
}
.people__boton {
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (min-width: 768px) {
  .people__boton {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .people__boton {
    width: 20%;
  }
}
.people__icono {
  width: 1rem;
}

.create {
  background-color: #F7f7f7;
  margin-top: 20rem;
  background-image: url(../img/create.png);
  background-size: cover;
  background-position: center;
}
.create__grid {
  padding: 20rem 0;
}
@media (min-width: 768px) {
  .create__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem;
    -ms-flex-align: center;
        align-items: center;
  }
}
.create__card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #fff;
  margin-bottom: 5rem;
  padding: 5rem 2rem;
  box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.2);
  transition-duration: 0.9s;
  transition-property: background-color;
}
.create__card:hover {
  border: 0.2rem solid #FFC600;
}
@media (min-width: 768px) {
  .create__card {
    margin-bottom: 0;
  }
}
.create__card--uno {
  box-shadow: none;
  background-color: unset;
}
.create__card--uno:hover {
  border: none;
}
.create__card--dos {
  grid-column: 2/3;
  grid-row: 2/5;
}
@media (min-width: 768px) {
  .create__card--dos {
    margin-top: -10rem;
  }
}
.create__card--cinco {
  grid-row: 2/6;
  grid-column: 3/4;
}
.create__card--tres {
  grid-column: 3/4;
  grid-row: 1/2;
}
.create__card--cuatro {
  grid-row: 4/6;
  grid-column: 1/2;
}
.create__icono {
  width: 10rem;
}
.create__title {
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
}
.create__txt {
  font-size: 1.6rem;
}
.create__heading {
  font-family: "Roboto", sans-serif;
  font-size: 6rem;
}

.featured {
  margin-top: 9rem;
}
.featured__texto {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin: 3rem 0;
}
.featured__heading {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .featured__heading {
    font-size: 5rem;
  }
}
.featured__boton {
  background-color: #FFFFFF;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .featured__boton {
    width: 30%;
  }
}
@media (min-width: 1024px) {
  .featured__boton {
    width: 50%;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .featured__boton--principal {
    width: 30%;
    margin: unset;
  }
}
@media (min-width: 768px) {
  .featured__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    -ms-flex-align: center;
        align-items: center;
  }
}
.featured__card--uno {
  grid-row: 1/4;
  grid-column: 1/5;
}
.featured__card--dos {
  grid-row: 1/2;
  grid-column: 5/6;
}
.featured__card--tres {
  grid-row: 4/6;
  grid-column: 1/3;
}
.featured__card--cuatro {
  grid-row: 4/6;
  grid-column: 3/5;
}
.featured__card--cinco {
  grid-row: 2/8;
  grid-column: 5/6;
}
.featured__img {
  height: 100%;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .featured__img {
    margin-bottom: 0;
  }
}
.featured__descripcion {
  display: block;
}
.featured__titular {
  font-size: 3rem;
  margin: 4rem 0;
  font-family: "Roboto", sans-serif;
}

.contenido {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.img {
  width: 100%;
  height: 100%;
  transition: all 500ms ease-out;
}

.descripcion {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  background: rgba(20, 21, 21, 0.214);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.contenido:hover > .descripcion {
  opacity: 1;
  visibility: visible;
  transition-duration: 0.8s;
  color: #FFFFFF;
}

@media (min-width: 1024px) {
  .contenido:hover > .img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.be {
  margin-top: 9rem;
}
@media (min-width: 768px) {
  .be__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    -ms-flex-align: center;
        align-items: center;
  }
}
.be__heading {
  font-size: 4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .be__heading {
    font-size: 7rem;
  }
}
.be__txt {
  font-size: 1.8rem;
}
.be__numeros {
  text-align: center;
}
@media (min-width: 768px) {
  .be__numeros {
    display: -ms-flexbox;
    display: flex;
    gap: 5rem;
    -ms-flex-align: center;
        align-items: center;
  }
}
.be__numero {
  font-size: 3rem;
  margin: 0;
  padding: 0;
  font-weight: 700;
  color: #FFC600;
}
.be__footer {
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
}

.carrusel {
  margin-top: 9rem;
  background-image: url(../img/slider.avif);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 80rem;
}
.carrusel__contenido {
  background-color: #000000;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #FFFFFF;
  text-align: center;
}
.carrusel__testimonial {
  font-size: 3rem;
}
.carrusel__heading {
  font-size: 5rem;
}
.carrusel__txt {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .carrusel__txt {
    font-size: 3rem;
    max-width: 50%;
  }
}
.carrusel__img {
  width: 5rem;
}
.carrusel__cliente {
  font-size: 2rem;
}
.carrusel__footer {
  font-size: 2rem;
  margin: 0;
  padding: 0;
}

.blog {
  margin-top: 9rem;
}
@media (min-width: 768px) {
  .blog__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    -ms-flex-align: center;
        align-items: center;
  }
}
.blog__titular {
  font-size: 4rem;
}
.blog__flex {
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  margin-top: 4rem;
}
.blog__heading {
  font-size: 3rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  transition-property: color;
  transition-duration: 0.4s;
  margin: 0;
  padding: 0;
  margin-top: 2rem;
}
.blog__heading:hover {
  color: #FFC600;
}
.blog__fecha {
  font-size: 1.6rem;
  color: #AAAAAA;
  margin: 0;
  padding: 0;
}
.blog__title {
  font-size: 2rem;
  color: #AAAAAA;
  font-family: "Roboto", sans-serif;
  transition-property: color;
  transition-duration: 0.4s;
}
.blog__title:hover {
  color: #FFC600;
}
.blog__img {
  width: 10rem;
  height: 10rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog__img--grande {
  width: 100%;
  height: 100%;
}

.footer {
  margin-top: 30rem;
  background-color: #000000;
  padding: 10rem 0;
  position: relative;
}
.footer__contenido {
  background-image: linear-gradient(rgba(57, 70, 89, 0.7), rgba(57, 70, 89, 0.7)), url(../img/footer.avif);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 5rem;
  text-align: center;
  z-index: 9;
  position: absolute;
  top: -15rem;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .footer__contenido {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
}
.footer__boton {
  background-color: #FFC600;
}
@media (min-width: 768px) {
  .footer__boton {
    width: 30%;
  }
}
.footer__heading {
  font-size: 3rem;
  color: #FFFFFF;
  font-weight: 700;
}
@media (min-width: 768px) {
  .footer__heading {
    font-size: 5rem;
  }
}
.footer__imagenes {
  margin-top: 10rem;
}
@media (min-width: 768px) {
  .footer__imagenes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .footer__imagenes {
    grid-template-columns: repeat(6, 1fr);
  }
}
.footer__img {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .footer__img {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=app.css.map */
