@media (min-width:768px) {
  .button__rayen {
    min-width: 180px;
  }
}

@media (min-width:1200px) {
  .come-in {
    transform: translateY(250px);
    animation: a .8s ease forwards;
  }

  .come-in:nth-child(odd) {
    animation-duration: .6s;
  }

  .already-visible {
    transform: translateY(0);
    animation: none;
  }
}

@media (min-width:768px) {
  .header {
    padding: 20px 40px;
  }

  .header .logo {
    height: 50px;
  }

  .header.fixed {
    padding: 12px 38px;
  }
}

@media (min-width:1024px) {
  .header {
    padding: 25px 40px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .header__toggle {
    display: none;
  }

  .gracias .header .logo {
    display: block;
  }

  .header.is-active {
    z-index: 2;
  }

  .header.is-active.fixed {
    background: #000!important;
    z-index: 2;
  }
}

@media (min-width:1200px) {
  .header .logo {
    height: 60px;
  }
}

@media (min-width:1600px) {
  .header .logo {
    height: 70px;
  }
}

@media (min-width:1024px) {
  section.menu {
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 3;
    opacity: 1;
    background: none;
    padding: 0 40px;
    height: auto;
  }

  section.menu,
  section.menu.fixed {
    -ms-flex-align: end;
    align-items: flex-end;
  }

  section.menu .menu-inner {
    font-weight: 700;
  }

  section.menu .menu-inner .menu-list {
    display: -ms-flexbox;
    display: flex;
  }

  section.menu .menu-inner .menu-list li {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 10px;
  }

  section.menu .menu-inner .menu-list li.inicio {
    display: block;
  }

  section.menu .menu-inner .menu-list li span {
    line-height: 1;
  }

  section.menu .menu-inner .menu-list li a {
    line-height: 36px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    padding: 0;
    transition: all .4s ease;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }

  section.menu .menu-inner .menu-list li a .svg {
    width: 16px;
  }

  section.menu .menu-inner .menu-list li a:hover {
    color: #00b720;
  }

  .fixed section.menu .menu-inner .menu-list li a {
    color: #fff;
  }

  section.menu.fixed {
    top: 0;
    padding: 13px 40px;
    position: fixed;
    animation: b .5s ease-out;
  }

  section.menu.fixed .menu-inner {
    display: -ms-flexbox;
    display: flex;
  }

  section.menu.fixed .menu-inner .menu-list li a {
    color: #fff;
    transition: all .4s ease;
  }

  section.menu.fixed .menu-inner .menu-list li a:hover {
    color: red;
  }

  section.menu.fixed .menu-inner .menu-list li a:hover svg {
    fill: red;
  }
}

@media (min-width:1200px) {
  section.menu .menu-inner .menu-list li a {
    padding: 0 28px!important;
  }

  section.menu .menu-inner .menu-list li a svg {
    width: 20px;
  }
}

@media (min-width:1600px) {
  section.menu .menu-inner .menu-list li {
    font-size: 20px;
  }
}

@media (min-width:768px) {
  .footer {
    padding: h2;
    padding-font-size: 32px;
    padding-margin-bottom: 60px;
  }

  .footer p {
    font-size: 20px;
  }

  .footer .button__rayen {
    margin-top: 60px;
    font-size: 22px;
  }
}

@media (min-width:1024px) {
  .footer h2 {
    margin-bottom: 20px;
    font-size: 36px;
  }

  .footer .button__rayen {
    margin-top: 80px;
  }
}

@media (min-width:1600px) {
  .footer h2 {
    font-size: 42px;
  }

  .footer p {
    font-size: 24px;
  }

  .footer .button__rayen {
    margin-top: 100px;
  }
}

@media (min-width:768px) {
  .hero {
    padding: 40px;
    background: url(../img/Gloria-y-Aida-3-678x451.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
  }

  .hero_tagline {
    margin-bottom: 20%;
  }

  .hero_tagline h2 {
    font-size: 48px;
  }

  .hero p {
    font-size: 20px;
  }

  .hero.gracias {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero.gracias .hero_title {
    padding: 20px;
  }
}

@media (min-width:1024px) {
  .hero {
    padding: 60px;
    background: url(../img/Gloria-y-Aida-3-678x451.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero.gracias .hero_title {
    background: unset;
  }

  .hero_tagline {
    margin-bottom: 10%;
    width: 100%;
  }

  .hero_tagline h2 {
    font-size: 48px;
  }
}

@media (min-width:1200px) {
  .hero {
    padding: 80px;
    background: url(../img/Gloria-y-Aida-3-678x451.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 70%;
  }

  .hero_tagline h2 {
    font-size: 56px;
  }

  .hero p {
    font-size: 22px;
  }
}

@media (min-width:1600px) {
  .hero {
    padding: 100px 10%;
  }

  .hero p {
    font-size: 24px;
  }

  .hero_tagline h2 {
    font-size: 62px;
    margin-bottom: 20px;
  }
}

@media (min-width:768px) {
  .historia {
    padding: 40px;
  }

  .historia_tagline {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    column-gap: 40px;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-align: start;
    align-items: start;
    margin-bottom: 40px;
  }

  .historia_list li:nth-child(2) figure img,
  .historia_list li:nth-child(4) figure img {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  .historia_list li:nth-child(2) figure figcaption,
  .historia_list li:nth-child(4) figure figcaption {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  .historia_list li figure {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    column-gap: 40px;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-align: start;
    align-items: start;
    margin-bottom: 40px;
  }

  .historia_list li figure img,
  .historia h2 {
    margin-bottom: 0;
  }

  .historia h2 {
    font-size: 32px;
    text-align: left;
  }

  .historia h3 {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .historia figcaption,
  .historia p {
    margin-bottom: 0;
    text-align: left;
    font-size: 18px;
  }

  .historia .button__rayen {
    margin-top: 40px;
    font-size: 22px;
    grid-column: 1/3;
  }
}

@media (min-width:1024px) {
  .historia {
    padding: 60px;
  }

  .historia h2 {
    font-size: 36px;
  }

  .historia h3 {
    font-size: 28px;
    margin-bottom: 60px;
  }

  .historia .button__rayen {
    margin-top: 60px;
  }

  .historia_list li figure,
  .historia_tagline {
    margin-bottom: 60px;
    column-gap: 60px;
  }

  .historia_list li figure img,
  .historia_tagline img {
    filter: brightness(70%);
    transition: all .6s ease;
  }

  .historia_list li figure img:hover,
  .historia_tagline img:hover {
    filter: brightness(100%);
  }
}

@media (min-width:1200px) {
  .historia {
    padding: 80px 13%;
  }

  .historia_list li figure,
  .historia_tagline {
    column-gap: 80px;
    margin-bottom: 80px;
  }

  .historia h2 {
    font-size: 40px;
  }

  .historia h3 {
    font-size: 32px;
    margin-bottom: 80px;
  }

  .historia figcaption,
  .historia p {
    font-size: 20px;
  }
}

@media (min-width:1600px) {
  .historia {
    padding: 100px 13%;
  }

  .historia h2 {
    margin-bottom: 100px;
    font-size: 48px;
  }

  .historia h3 {
    font-size: 36px;
    margin-bottom: 100px;
  }

  .historia figcaption,
  .historia p {
    font-size: 22px;
  }

  .historia .button__rayen {
    margin-top: 80px;
  }
}

@media (min-width:768px) {
  .dona {
    padding: 40px;
  }

  .dona h2 {
    font-size: 32px;
  }

  .dona p {
    margin-bottom: 40px;
    font-size: 18px;
  }

  .dona .button__rayen {
    margin-top: 60px;
    font-size: 22px;
  }
}

@media (min-width:1024px) {
  .dona {
    padding: 60px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    column-gap: 80px;
    -ms-flex-align: start;
    align-items: start;
  }

  .dona_tagline {
    text-align: left;
  }

  .dona h2 {
    font-size: 36px;
  }

  .dona img {
    display: block;
    border-radius: 5px;
    filter: brightness(70%);
    transition: all .6s ease;
    grid-column: 1/3;
  }

  .dona img:hover {
    filter: brightness(100%);
  }
}

@media (min-width:1200px) {
  .dona {
    padding: 80px 13%;
    column-gap: 100px;
  }

  .dona h2 {
    font-size: 40px;
  }

  .dona p {
    font-size: 20px;
    margin-bottom: 60px;
  }
}

@media (min-width:1600px) {
  .dona {
    padding: 100px 13%;
  }

  .dona h2 {
    font-size: 48px;
  }

  .dona p {
    font-size: 22px;
  }
}

@media (min-width:768px) {
  .reconversion {
    padding: 40px 0;
  }

  .reconversion h2 {
    font-size: 32px;
    margin-bottom: 30px;
    padding: 0 40px;
  }

  .reconversion p {
    font-size: 18px;
    padding: 0 40px;
  }

  .reconversion_list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    column-gap: 0;
  }

  .reconversion_list li figure,
  .reconversion_list li figure img {
    height: 100%;
  }

  .reconversion .button__rayen {
    margin-top: 40px;
    font-size: 22px;
  }
}

@media (min-width:1024px) {
  .reconversion {
    padding: 60px 0;
  }

  .reconversion h2 {
    font-size: 36px;
    padding: 0 60px;
  }

  .reconversion p {
    padding: 0 60px;
    font-size: 20px;
    margin-bottom: 40px;
  }

  .reconversion_list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr);
  }

  .reconversion_list li {
    overflow: hidden;
  }

  .reconversion_list li figure img {
    transition: all .6s ease;
    object-fit: cover;
  }

  .reconversion_list li figure img:hover {
    transform: scale(110%);
    filter: brightness(40%);
  }

  .reconversion_list li figure figcaption {
    font-size: 18px;
    bottom: 0;
    left: 0;
    padding: 10px;
  }

  .reconversion .button__rayen {
    margin-top: 60px;
  }
}

@media (min-width:1200px) {
  .reconversion {
    padding: 80px 0;
  }

  .reconversion_tagline {
    padding: 0 13%;
  }

  .reconversion h2 {
    padding: 0;
    font-size: 40px;
  }

  .reconversion p {
    margin-bottom: 30px;
    padding: 0;
    font-size: 20px;
    margin-bottom: 60px;
  }
}

@media (min-width:1600px) {
  .reconversion {
    padding: 100px 0;
  }

  .reconversion h2 {
    font-size: 48px;
  }

  .reconversion p {
    font-size: 22px;
  }

  .reconversion_list li figure figcaption {
    font-size: 22px;
    bottom: 20px;
    left: 20px;
  }

  .reconversion .button__rayen {
    margin-top: 80px;
  }
}

@media (min-width:768px) {
  .films {
    padding: 40px 0;
  }

  .films h2 {
    font-size: 32px;
    margin-bottom: 30px;
    padding: 0 20px;
  }

  .films h3 {
    font-size: 20px;
  }

  .films h3,
  .films p {
    margin-bottom: 10px;
    padding: 0 40px;
  }

  .films .button__rayen {
    margin-top: 40px;
  }
}

@media (min-width:1024px) {
  .films {
    padding: 60px 20px;
  }

  .films h2 {
    margin-bottom: 40px;
    font-size: 36px;
    padding: 0;
  }

  .films h3 {
    margin-bottom: 20px;
    padding: 0;
  }

  .films p {
    padding: 0;
  }

  .films iframe {
    margin-bottom: 0;
  }

  .films_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    column-gap: 20px;
  }

  .films .button__rayen {
    margin-top: 80px;
  }
}

@media (min-width:1200px) {
  .films {
    padding: 80px 40px;
  }

  .films h2 {
    margin-bottom: 60px;
    font-size: 40px;
  }

  .films h3 {
    margin-bottom: 25px;
    padding: 0;
    font-size: 24px;
  }

  .films p {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .films iframe {
    height: 360px;
  }
}

@media (min-width:1600px) {
  .films {
    padding: 100px 80px;
  }

  .films h2 {
    font-size: 48px;
  }

  .films h3 {
    margin-bottom: 30px;
    font-size: 28px;
  }

  .films p {
    font-size: 20px;
  }

  .films iframe {
    height: 420px;
  }

  .films .button__rayen {
    margin-top: 100px;
  }
}

@media (min-width:768px) {
  .mensaje {
    padding: 40px;
  }

  .mensaje h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .mensaje p {
    font-size: 18px;
    margin-bottom: 0;
    text-align: left;
  }

  .mensaje_description {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    column-gap: 40px;
  }
}

@media (min-width:1024px) {
  .mensaje {
    padding: 60px;
  }

  .mensaje h2 {
    margin-bottom: 40px;
    font-size: 36px;
  }

  .mensaje_description {
    column-gap: 80px;
  }
}

@media (min-width:1200px) {
  .mensaje {
    padding: 80px 13%;
  }

  .mensaje h2 {
    margin-bottom: 60px;
    font-size: 40px;
  }

  .mensaje p {
    font-size: 20px;
  }
}

@media (min-width:1600px) {
  .mensaje {
    padding: 100px 13%;
  }

  .mensaje h2 {
    font-size: 48px;
  }

  .mensaje p {
    font-size: 22px;
  }

  .mensaje_description {
    column-gap: 100px;
  }
}