/*
Theme Name: Feromed
Author: Rubio y del Amo
Description: Plantilla Feromed para Wordpress
Version: 1.1.0
*/

@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("font/HelveticaNeueLTStd-Roman.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("font/HelveticaNeueLTStd-Bd.otf") format("opentype");
  font-style: normal;
  font-weight: bold;
}

:root {
  --colorAmarillo: #dff960;
  --colorVerde: #143012;
  --colorVerdeOscuro: #0c1e0b;
  --colorGrisClaro: #d6c9d0;

  --ani: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-weight: normal;
}

html {
  font-size: 0.781vw;
}

*,
::after,
::before {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  -webkit-font-feature-settings: "lnum";
  -moz-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
}

body {
  font-family: "Helvetica Neue LT Std";
  background-color: var(--colorVerde);
  padding: 0px;
  margin: 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 150%;
  color: var(--colorAmarillo);
}

a {
  color: var(--colorBase);
  display: inline-block;

  -moz-transition: var(--ani);
  -ms-transition: var(--ani);
  -o-transition: var(--ani);
  transition: var(--ani);
}

a:hover {
  color: var(--colorBase);
  text-decoration: underline;
}

p {
  margin: 0px 0px 24px 0px;
}

/* //////// */

header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  -moz-transition: var(--ani);
  -ms-transition: var(--ani);
  -o-transition: var(--ani);
  transition: var(--ani);
  z-index: 99;
}

.header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 3rem;
  -moz-transition: var(--ani);
  -ms-transition: var(--ani);
  -o-transition: var(--ani);
  transition: var(--ani);
}

.header .header__logo a {
  display: flex;
}

.header .header__logo svg {
  height: 3.4rem;
  width: auto;
  -moz-transition: var(--ani);
  -ms-transition: var(--ani);
  -o-transition: var(--ani);
  transition: var(--ani);
}

.header .header__logo svg path {
  -moz-transition: var(--ani);
  -ms-transition: var(--ani);
  -o-transition: var(--ani);
  transition: var(--ani);
}

.header .header__menu {
  display: flex;
  gap: 2.5rem;
}

.header .header__menu a {
  display: block;
  text-decoration: none;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -moz-transition: var(--ani);
  -ms-transition: var(--ani);
  -o-transition: var(--ani);
  transition: var(--ani);
}

.header .header__menu a:hover {
  color: #fff;
}

header.scroll {
  background-color: var(--colorVerde);
}

header.scroll .header {
  padding: 1.5rem 3rem;
}

header.scroll .header .header__logo svg {
  height: 2.6rem;
  width: auto;
  position: absolute;
  z-index: -1;
}

header.scroll .header .header__logo svg path.logo_letra {
  opacity: 0;
}

header.scroll .header .header__logo a {
  overflow: hidden;
  height: 2.6rem;
  width: 2.6rem;
}

.home__header {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
}

.home__header img {
  height: 100vh;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  object-fit: cover;
}

.home__header h1 {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  margin-left: 8rem;
  width: 32rem;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4.2rem;
}

.blk__verde {
  padding: 10rem 3rem 10rem 3rem;
}

.blk__col {
  display: flex;
  gap: 4.8rem;
}

.blk__col > div:first-child {
  width: 16rem;
}

.blk__col > div:first-child h2.circulo {
  display: flex;
  width: 16rem;
  height: 16rem;
  padding: 3rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
  border-radius: 10000px;
  border: 1px solid var(--colorGrisClaro);
  color: var(--colorGrisClaro);
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6rem;
  /* 123.077% */
  letter-spacing: 0.026rem;
  text-align: center;
}

.blk__col_contenido {
  width: 90rem;
  color: var(--colorAmarillo);
  font-size: 6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 6.2rem;
}

.blk__col_contenido-compr,
.blk__col_contenido-busc {
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4.2rem;
  width: 78rem;
}

.mb-100 {
  margin-bottom: 10rem;
}

.blk__video_grande {
}

.blk__video_grande video {
  width: 100%;
  height: 68.6rem;
  object-fit: cover;
  border-radius: 1.5rem;
}

.imgs_videos {
  display: flex;
  align-items: center;
  justify-content: center;
}

.imgs_videos video {
  height: 36rem;
  width: auto;
}

.imgs_videos > div:first-child img {
  height: 72.2rem;
  width: auto;
}

.imgs_videos > div:last-child img {
  height: 19rem;
  width: auto;
}

.home__menu {
  position: absolute;
  left: 0px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 3rem;
  background: var(--colorVerde);
  z-index: 1;
}

.home__menu.fixed {
  width: 100%;
  top: 0px;
  position: fixed;
}

.home__menu > div:first-child svg {
  height: 2.6rem;
  width: auto;
}

.home__menu > div:last-child {
  display: flex;
  gap: 2.5rem;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  align-items: center;
}

.blk__col-buscamos {
  padding-top: 10rem;
}

.home__menu > div:last-child a {
  text-decoration: none;
}

.circulos {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  row-gap: 2.3rem;
  align-self: stretch;
  flex-wrap: wrap;
  margin-top: 15rem;
  margin-bottom: 25rem;
}

.circulos .circulos__c {
  display: flex;
  width: 28.8rem;
  min-height: 28.8rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 10rem 2rem 10rem 2rem;
  border-radius: 10000px;
  border: 1px solid var(--colorAmarillo);
  text-align: center;
}

.circulos__c-titulo {
  font-size: 2.4rem;
  font-weight: 700;
}

.circulos__c-subtitulo {
  font-size: 1.6rem;
  line-height: 100%;
  font-weight: 400;
}

.circulos__c-cont {
  font-size: 1.3rem;
  line-height: 1.7rem;
  letter-spacing: 0.026rem;
  display: none;
}

.imagen_grande_productos {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5rem;
}

.imagen_grande_productos img {
  width: 100%;
  height: auto;
}

.formatos {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10rem;
  color: var(--colorGrisClaro);
  margin-bottom: 23rem;
}

.formatos > div {
  display: flex;
}

.formatos > div .formato {
  display: flex;
  height: 12.5rem;
  padding: 0px 3rem;
  border-left: 1px solid var(--colorGrisClaro);
  gap: 1.5rem;
}

.formatos b {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 100%;
  margin-bottom: 5rem;
}

.formato_img_0 {
  height: 6.5612rem;
  width: auto;
}

.formato_img_1 {
  height: 5.345rem;
  width: auto;
}

.formato_img_2 {
  height: 4.6307rem;
  width: auto;
}

.blk__video_grande-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 17rem;
  border-radius: 1.5rem;
  overflow: hidden;
}

.blk__video_grande-2 video {
  width: auto;
  height: 63rem !important;
  border-radius: 0px;
  width: 50% !important;
}

.blk__video_grande-2-center {
  text-align: center;
}

.blk__col-comprometemos {
  padding-top: 10rem;
}

.blk__col_contenido-compr {
  width: 81.8rem;
}

.blk__imgs {
  width: calc(100% + 6rem);
  overflow: hidden;
  margin-left: -3rem;
  padding-left: 3rem;
}

.blk__imgs .blk__imgs-inner {
  width: max-content;
  display: flex;
  gap: 2rem;
  padding-right: 3rem;
}

.blk__imgs .blk__imgs-inner img {
  height: 56.3rem;
  width: 49.7rem;
  border-radius: 1.5rem;
  object-fit: cover;
}

.img_full {
  display: flex;
}

.img_full img {
  width: 100%;
  height: auto;
}

footer {
  background: var(--colorVerdeOscuro);
  display: flex;
  padding: 10rem 3rem;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  row-gap: 43.4rem;
  flex-wrap: wrap;
}

.logo__footer svg {
  height: 49.6rem;
  width: auto;
}

footer > div {
  height: 49.6rem;
}

footer > div:last-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 29rem;
}

footer .footer__title {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

footer .footer__data {
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7rem;
  /* 130.769% */
  letter-spacing: 0.026rem;
  width: 22rem;
}

.btn__menu,
.header__imagen_movil {
  display: none;
}

@media (min-width: 1440px) {
  html {
    font-size: 11.2px;
    /* fuerza un tamaño fijo */
  }

  .blk__col_contenido {
    width: 88%;
  }

  .blk__col_contenido-compr,
  .blk__col_contenido-busc {
    width: 75%;
  }

  .circulos {
    justify-content: center;
    gap: 24px;
  }

  .blk__video_grande video {
    height: 55vw;
  }
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1024px) {
  .circulos__c-cont {
    display: block;
  }
}

@media screen and (max-width: 992px) {
  html {
    font-size: 1.4vw;
  }

  .home__header h1 {
    align-items: end;
    margin-bottom: 11rem;
  }

  .blk__col {
    flex-wrap: wrap;
  }

  .blk__col_contenido {
    width: 100%;
    color: var(--colorAmarillo);
    font-size: 5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 5.6rem;
  }

  .blk__video_grande video {
    width: 100%;
    height: 90.6rem;
  }
  .blk__video_grande-2 video {
    width: 100% !important;
    height: 90rem !important;
  }

  .blk__col > div:first-child {
    width: 25rem;
  }

  .blk__col > div:first-child h2.circulo {
    width: 20rem;
    height: 20rem;
    padding: 3rem;
    border: 1px solid var(--colorGrisClaro);
    color: var(--colorGrisClaro);
    font-size: 2.3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.6rem;
    letter-spacing: 0.026rem;
    text-align: center;
  }

  .imgs_videos video {
    height: 25rem;
    width: auto;
  }

  .imgs_videos > div:first-child img {
    width: 100%;
    height: auto;
  }

  .imgs_videos > div:last-child {
    height: 38rem;
  }

  .circulos__c-cont {
    font-size: 2.3rem;
    line-height: 2.7rem;
  }

  .circulos .circulos__c {
    display: flex;
    width: 48%;
  }

  .circulos__c-subtitulo {
    font-size: 3.2rem;
    line-height: 130%;
    font-weight: 400;
    margin-bottom: 1rem;
  }
  .circulos__c-cont {
    font-size: 2.5rem;
    line-height: 113%;
  }

  .circulos__c-titulo {
    font-size: 5rem;
    font-weight: 700;
    line-height: 6rem;
    margin-bottom: 1rem;
  }

  .imagen_grande_productos {
    display: none;
  }

  .imgs_videos > div:last-child img {
    height: 25rem;
    width: auto;
  }

  .formatos > div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }

  .circulos {
    justify-content: center;
  }

  .circulos .circulos__c {
    width: 90%;
    padding: 19rem 8rem;
  }

  .blk__video_grande-2 video {
    width: 100%;
    height: auto;
  }

  .formatos {
    display: block;
  }

  .formatos > div:first-child {
    margin-bottom: 3rem;
  }

  .formatos b {
    font-weight: 700;
    font-size: 4rem;
    line-height: 100%;
  }

  .formatos > div .formato {
    display: flex;
    height: 18.5rem;
    padding: 0px 4rem;
    border-left: 1px solid var(--colorGrisClaro);
    gap: 1.5rem;
    font-size: 3rem;
  }

  .formato_img_0 {
    height: 10.5612rem;
  }

  .formato_img_1 {
    height: 8.345rem;
  }

  .formato_img_2 {
    height: 6.6307rem;
  }

  .blk__col-comprometemos h2.circulo {
    width: 30rem !important;
    height: 30rem !important;
  }

  .blk__imgs {
    overflow: auto;
  }

  .blk__imgs::-webkit-scrollbar {
    display: none;
  }

  .logo__footer svg {
    height: 10rem;
    width: auto;
  }

  footer > div {
    height: auto;
  }

  footer > div:last-child {
    width: 40rem;
  }

  footer .footer__title {
    font-size: 3rem;
    margin-bottom: 3rem;
  }

  footer .footer__data {
    font-size: 2.3rem;
    line-height: 2.7rem;
    letter-spacing: 0.026rem;
    width: 37rem;
  }

  footer {
    align-items: normal;
  }

  .header .header__logo svg {
    height: 4rem;
  }

  .header .header__menu a {
    font-size: 2rem;
  }

  .home__menu > div:last-child {
    gap: 1.6rem;
    font-size: 2rem;
  }

  .home__menu > div:last-child a {
    text-decoration: none;
    width: 15rem;
  }

  .home__menu > div:first-child svg {
    height: 5rem;
    width: auto;
  }

  .header .header__menu a:last-child {
    display: block;
    width: 16rem;
  }

  .blk__verde {
    padding: 15rem 3rem 15rem 3rem;
    overflow: hidden;
  }

  .mb-100 {
    margin-bottom: 15rem;
  }

  .blk__col-buscamos {
    padding-top: 15rem;
  }

  .formatos,
  .circulos {
    margin-bottom: 15rem;
  }

  .header__imagen_movil {
    display: block;
  }

  .home__header h1 {
    margin-left: 3rem;
    width: 58rem;
    font-size: 7rem;
    font-style: normal;
    font-weight: 700;
    line-height: 105%;
  }

  .header .header__menu {
    display: flex;
    gap: 2.5rem;
    position: absolute;
    left: 0px;
    background: var(--colorVerde);
    display: block;
    width: 100%;
    top: 12rem;
    padding: 3rem;
    opacity: 0;
    visibility: hidden;
    -moz-transition: var(--ani);
    -ms-transition: var(--ani);
    -o-transition: var(--ani);
    transition: var(--ani);
    transform: translateY(2rem);
  }

  .header .header__menu a {
    font-size: 3rem;
    width: 100% !important;
    padding: 1.4rem 0px;
  }

  header.scroll .header .header__logo a {
    overflow: hidden;
    height: 4rem;
    width: 4rem;
  }

  header.scroll .header .header__logo svg {
    height: 4rem;
  }

  header.scroll .header .header__menu {
    top: 7rem;
  }

  .btn__menu {
    background: transparent;
    border: 0px;
    width: 6rem;
    height: 6rem;
    padding: 1rem;
    margin: 0px;
    display: block;
  }

  header.activeMenu {
    background-color: var(--colorVerde);
  }

  header.activeMenu .header .header__menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .blk__col > div:first-child h2.circulo {
    width: 25rem;
    height: 25rem;
    font-size: 2.5rem;
    line-height: 2.8rem;
  }

  .imgs_videos {
    display: block;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    margin-left: -3rem;
    width: calc(100% + 6rem);
  }
  .imgs_videos > div:first-child img {
    width: 124%;
    height: auto;
    margin-left: -12%;
    margin-bottom: 9rem;
  }
  .imgs_videos > div:last-child img {
    height: 24.5rem;
  }

  .formatos > div .formato {
    display: block;
    text-align: center;
    height: auto;
    padding: 0 4rem 6rem;
    border-left: oldlace;
    gap: 1.5rem;
    font-size: 3rem;
    border-bottom: 1px solid #aaa;
    margin-bottom: 4rem;
    width: 27rem;
  }

  .formatos > div .formato img {
    margin-bottom: 3rem;
  }

  .formato_img_0 {
    height: 22rem;
  }

  .formato_img_1 {
    height: 19.345rem;
  }

  .formato_img_2 {
    height: 17.6307rem;
  }

  .formatos > div .formato:last-child {
    border: 0px;
  }
  .blk__video_grande-2 {
    flex-wrap: wrap;
  }

  .img_full img {
    height: 127rem;
    object-fit: cover;
  }

  footer {
    display: flex;
    flex-wrap: wrap;
    gap: 6rem;
    flex-direction: column;
  }
  footer > div:first-child {
    order: 2;
  }
  footer > div:last-child {
    width: 100%;
  }

  footer .footer__title {
    font-size: 5rem;
    margin-bottom: 3rem;
  }
  .logo__footer svg {
    height: auto;
    width: 100%;
  }
  .logo__footer {
    display: block;
    margin: 10rem 0px 6rem;
  }
  footer .footer__data {
    font-size: 2.6rem;
    line-height: 120%;
    letter-spacing: 0.026rem;
  }
  .blk__imgs .blk__imgs-inner img {
    height: 63.3rem;
    width: 53.7rem;
  }
}
