@font-face {
  font-family: "StempelGaramond";
  src: url("../assets/fonts/EBGaramond-VariableFont_wght.ttf");
}

@font-face {
  font-family: "MontBold";
  src: url("../assets/fonts/Mont-Bold.otf");
}

@font-face {
  font-family: "MontItalic";
  src: url("../assets/fonts/Mont-RegularItalic.otf");
}

@font-face {
  font-family: "MontRegular";
  src: url("../assets/fonts/Mont-Regular.otf");
}

@font-face {
  font-family: "MontSemibold";
  src: url("../assets/fonts/Mont-SemiBold.otf");
}

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap");

html,
body {
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden !important;
}

header {
  width: 100%;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 15;
}

.recomendaciones__blog {
  padding-top: 1.5rem;
}

.recomendaciones__contenedor {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1rem;
}

.recomedacion {
  display: flex;
  flex-direction: column;
  width: 300px;
}

.recomedacion {
  display: flex;
  flex-direction: column;
  width: 325px;
}

.imagen__recomendacion img {
  width: 100%;
  height: 216px;
  object-fit: cover;
}

.titulo__recomendacion {
  margin: 0.5rem 0;
  color: #000000;
  text-decoration: none;
}

.titulo__recomendacion {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

.extract__recomedacion {
  color: #000000;
  text-decoration: none;
  text-align: justify;
}

.menu__web {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 85%;
}

.marca__info {
  display: flex;
  align-items: center;
  justify-content: center;
}

.marca__info img {
  object-fit: contain;
  width: 135px;
  padding: 1rem 0;
}

.marca__info img:nth-child(2) {
  display: none;
}

.menu__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nav__btn {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
  font-size: 1.06rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.nav__btn:not(:last-child) {
  margin-right: 2rem;
}

.nav__btn::after {
  content: "";
  display: block;
  background-color: #dbc451;
  width: 0%;
  height: 2px;
  border-radius: 1rem;
  transition: 0.3s;
}

.nav__btn:hover {
  color: #dbc451;
}

.nav__btn:hover::after {
  content: "";
  display: block;
  background-color: #dbc451;
  width: 100%;
  height: 2px;
  border-radius: 1rem;
}

.btn__abrir,
.btn__cerrar {
  background-color: transparent;
  border: none;
  display: none;
}

.btn__abrir img {
  object-fit: contain;
  width: 30px;
}

.btn__cerrar img {
  object-fit: contain;
  width: 25px;
}

.seccion1--mod {
  background-image: url("../assets/background_about_blue_v2.jpg") !important;
  /* background-position: bottom !important; */
}

.seccion1 {
  position: relative;
  background-image: url("../assets/background_blue.jpg");
  background-position: center;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-size: cover;
  /* height: calc(100vh - 108px); */
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contenedor {
  width: 80%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.seccion1__info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.seccion1__info h1 {
  font-family: "StempelGaramond";
  color: #ffffff;
  font-size: 3rem;
  white-space: pre;
  text-shadow: 0em 0.0375em 0.28125em rgba(0, 0, 0, 0.6);
}

.seccion1__info--mod h1 {
  font-size: 3.5rem;
  text-shadow: none !important;
}

.frase1 {
  color: #dbc454;
  font-family: "MontRegular";
}

.seccion1__info p {
  font-size: 1.3rem;
  color: #ffffff;
  white-space: pre;
  line-height: 1.5rem;
  font-family: "MontBold";
  padding: 1.5rem 0 2rem 0;
  text-shadow: 0em 0.0375em 0.28125em rgba(0, 0, 0, 0.6);
}

.btn__white {
  background-color: #ffffff;
  text-decoration: none;
  color: #000000;
  padding: 0.9rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 700;
  font-size: 1.2rem;
  transition: 0.3s;
}

.btn__white:hover {
  background-color: #dbc451;
}

.retrato1 {
  position: absolute;
  object-fit: contain;
  /* width: 28%; */
  width: 25%;
  bottom: 0;
  right: 10%;
  z-index: 5;
}

.seccion2 {
  background-color: #000000;
  padding: 6rem 0;
}

.seccion2__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.seccion2__info h1 {
  color: #c9a339;
  font-family: "StempelGaramond";
  text-align: center;
  font-size: 3rem;
}

.seccion2__info p {
  color: #ffffff;
  font-family: "MontRegular";
  font-size: 1.5rem;
  text-align: center;
}

.seccion2__facts {
  margin-top: 4rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}

.facts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.facts img {
  object-fit: contain;
  width: 60px;
  margin-bottom: 1rem;
}
.facts p {
  margin: 0;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.5rem;
  white-space: pre;
  text-align: center;
}

.seccion3 {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(4, 37, 121, 1) 50%,
    rgba(0, 0, 0, 1) 100%
  );
  padding: 4rem 0 0 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.contenedor2 {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.seccion3__info {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.seccion3__info h1 {
  color: #ffffff;
  font-family: "StempelGaramond";
  font-size: 3rem;
  margin: 0;
}

.seccion3__info p {
  color: #ffffff;
  padding: 2rem 0 3rem 0;
  font-family: "MontItalic";
  font-size: 1.5rem;
}

.seccion3__imagen {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.seccion3__imagen img {
  object-fit: contain;
  width: 500px;
}

.seccion4 {
  background-image: url("../assets/background_2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 6rem 0;
}

.contenedor3 {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.seccion4__titulo {
  color: #c9a339;
  font-family: "StempelGaramond";
  text-align: center;
  padding-bottom: 4rem;
}

.seccion4__titulo h1 {
  font-size: 3rem;
}

.seccion4__facts {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}

.seccion4__facts-mod {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5rem;
  flex-wrap: wrap;
}

/* .seccion4__facts:first-child{
  margin-bottom: 1rem;
} */

.facts2 {
  padding: 0 2rem;
  height: 300px;
  width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.facts2 h1 {
  color: #c9a339;
  font-weight: 700;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  height: 62px;
}

.facts2 li {
  color: #ffffff;
  font-size: 1.2rem;
  text-align: center;
  height: 82px;
}

.white__space {
  white-space: pre;
}

.seccion5 {
  padding: 5rem 0 6rem 0;
  width: 100%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contenedor5 {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.seccion5__titulo {
  margin-bottom: 2rem;
  text-align: center;
}

.seccion5__titulo h1 {
  font-family: "StempelGaramond";
  font-size: 3rem;
}

.seccion5__testimonios {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonios {
  display: flex;
  padding: 0 1.5rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.testimonio__yellow {
  background-color: #dbc454;
  width: 100%;
  height: 175px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 1rem;
  padding: 0 0 2rem;
}

.testimonio__yellow p {
  font-weight: 700;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  margin: 0;
}

.testimonios_img {
  object-fit: contain;
  width: 125px;
  position: relative;
  top: 3.5rem;
  border-radius: 100%;
  border: 3px solid #000000;
}

.testimonio__text {
  font-family: "Montserrat", sans-serif;
  margin: 2rem 0 0 0;
  text-align: justify;
}

.seccion6 {
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.libro__img {
  width: 50%;
}

.libro__img img {
  object-fit: contain;
  width: 100%;
}

.libro__info {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 10rem;
}

.libro__info h1 {
  color: #c9a339;
  font-family: "StempelGaramond";
  font-size: 3rem;
  padding-bottom: 1.5rem;
}

.libro__info p {
  font-family: "MontItalic";
  color: #ffffff;
  font-size: 1.5rem;
  margin: 2rem 0;
}

footer {
  background-image: url("../assets/background_footer.jpg");
  background-position: bottom;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 4rem 0 0 0;
}

.footer__contenedor {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__img {
  width: 50%;
}

.footer__img img {
  width: 450px;
  object-fit: contain;
}

.footer__formulario {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 0 5.5rem 0;
}

.footer__formulario h1 {
  font-family: "StempelGaramond";
  font-size: 3rem;
  color: #000000;
  margin-bottom: 2rem;
  font-weight: 700;
}

.footer__formulario form {
  font-family: "MontBold";
  color: #000000;
  width: 100%;
}

.formulario__contenedor {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.formulario__contenedor:not(:nth-child(4)) {
  margin-bottom: 1.5rem;
}

.formulario__contenedor:nth-child(4) {
  margin-bottom: 2rem;
}

.formulario__contenedor label {
  font-size: 1.2rem;
  padding-bottom: 0.3rem;
}

.formulario__contenedor input,
.formulario__contenedor select,
.formulario__contenedor textarea {
  width: 500px;
  background-color: transparent;
  border: none;
  border-bottom: 3px solid #000000;
  font-family: "MontRegular";
}

.formulario__contenedor input:focus-visible,
.formulario__contenedor select:focus-visible,
.formulario__contenedor textarea:focus-visible {
  outline: none;
}

.footer__formulario button {
  border: none;
  background-color: #000000;
  color: #ffffff;
  padding: 0.7rem 2rem;
  text-transform: uppercase;
  font-size: 1.1rem;
  border-radius: 1.5rem;
  transition: 0.3s;
}

.footer__formulario button:hover {
  border: none;
  background-color: #ffffff;
  color: #000000;
  text-transform: uppercase;
  font-size: 1.1rem;
  border-radius: 1.5rem;
}

.social {
  position: relative;
}

.social2 {
  position: relative;
}

.social__botones {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  position: absolute;
  right: 40px;
  top: 50px;
  z-index: 50;
}

.social__botones a {
  text-decoration: none;
}

.social__botones img {
  object-fit: contain;
  width: 40px;
  height: 40px;
}

.social__botones a:not(:last-child) {
  margin-bottom: 1rem;
}

.info__extra {
  position: absolute;
  bottom: 40px;
  right: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.w__footer {
  background-color: #08af14;
  width: 230px;
  padding: 0.7rem 1.5rem;
  border-radius: 1rem;
  position: relative;
  text-decoration: none;
}

.w__footer img {
  object-fit: contain;
  width: 35px;
}

.w__footer p {
  position: absolute;
  color: #ffffff;
  font-family: "MontBold";
  font-size: 1.2rem;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.correo {
  margin-top: 1rem;
  font-family: "MontRegular";
  color: #ffffff;
  text-decoration: none;
  font-size: 1.1rem;
}

.seccion7 {
  background-color: #02256c;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.img_seccion7 {
  width: 50%;
}

.img_seccion7 img {
  width: 100%;
  object-fit: contain;
}

.seccion7__info {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 5rem;
}

.seccion7__info img {
  width: 200px;
  object-fit: contain;
}

.seccion7__info .seccion7__text h1 {
  color: #ffffff;
  font-family: "StempelGaramond";
  font-size: 3rem;
  white-space: pre;
}

.seccion7__info .seccion7__text p {
  color: #ffffff;
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
}

.contenedor__entradas {
  padding: 5rem 3.5rem 5rem 3.5rem;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.seccion__entrada {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 80%;
}

.imagen__entrada {
  width: 100%;
  position: relative;
}

.imagen__entrada img {
  width: 100%;
  object-fit: cover;
  height: 450px;
}

.imagen__entrada h2 {
  text-transform: uppercase;
  position: absolute;
  bottom: 5%;
  left: 5%;
  color: #ffffff;
}

.info__entrada {
  width: 100%;
}

.info__entrada h2 {
  padding: 2rem 0;
  font-weight: bold;
}

.info__entrada p {
  text-align: justify;
  font-size: 1.1rem;
  padding-bottom: 1rem;
}

.list__entrada {
  font-size: 1.5rem;
  font-weight: 500;
}

.contenedor__blog {
  padding: 4rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.seccion__blog {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80%;
}

.seccion__blog__titulo {
  font-family: "StempelGaramond";
  font-size: 3rem;
}

.seccion__blog__texto {
  font-size: 1.2rem;
  font-family: "MontRegular";
  letter-spacing: 0.1rem;
  margin-bottom: 2rem;
}

.blog__columna {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.blog__columna_reverse {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.art__1 {
  width: 35%;
  background-image: url("../assets/blog_1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
  position: relative;
  text-decoration: none;
  color: #000000;
}

.art__6 {
  width: 35%;
  background-image: url("../assets/blog_4.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
  position: relative;
  text-decoration: none;
  color: #000000;
}

.art__2 {
  width: 63%;
  background-image: url("../assets/blog_2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
  position: relative;
  text-decoration: none;
  color: #000000;
}

.art__7 {
  width: 63%;
  background-image: url("../assets/blog_5.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
  position: relative;
  text-decoration: none;
  color: #000000;
}

.art__3 {
  width: 35%;
  background-image: url("../assets/blog_3.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
  position: relative;
  text-decoration: none;
  color: #000000;
}

.art__4 {
  width: 31%;
  background-image: url("../assets/blog_4.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
  position: relative;
  text-decoration: none;
  color: #000000;
}

.art__5 {
  width: 30%;
  background-image: url("../assets/blog_5.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
  position: relative;
  text-decoration: none;
  color: #000000;
}

.blog__title {
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "MontRegular";
  letter-spacing: 0.09rem;
  font-size: 0.8rem;
  text-align: center;
  padding: 1rem 2rem;
  width: 225px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1600px) {
  .retrato1 {
    width: 425px;
  }
}

@media only screen and (max-width: 1520px) {
  .facts2 {
    padding: 0 1rem;
    height: 300px;
    width: 300px;
  }
  .seccion1__info--mod h1 {
    font-size: 3rem;
    text-shadow: none !important;
  }
  .retrato1 {
    position: absolute;
    object-fit: contain;
    /* width: 28%; */
    width: 28%;
    bottom: 0;
    right: 10%;
    z-index: 5;
  }
  .seccion1--mod {
    height: 600px;
  }
}

@media only screen and (max-width: 1333px) {
  .seccion4__facts-mod {
    margin-top: 0;
  }
  .facts2 {
    padding: 0 2rem;
    margin: 2rem 0;
  }
  .contenedor__info2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .seccion1 {
    position: relative;
    background-image: url("../assets/background_blue.jpg");
    /*background-image: url("../assets/background_blue_movil.jpg");*/
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;

    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .seccion1--mod {
    position: relative;
    /*background-image: url("../assets/background_about_movil.jpg") !important;*/
    background-image: url("../assets/background_about_blue.jpg") !important;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-size: cover;

    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .seccion1__info {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 5rem;
    z-index: 10;
  }

  .seccion1__info h1 {
    white-space: inherit;
    text-align: center;
  }

  .seccion1__info p {
    text-align: center;
    white-space: inherit;
  }

  .btn__white {
    background-color: #ffffff;
    text-decoration: none;
    color: #000000;
    padding: 0.9rem 1.5rem;
    border-radius: 0.5rem;
  }

  /*.retrato1 {
    display: none;
  }*/
  
  .retrato1 {
    width: 425px;
  }

  .btn__cerrar {
    z-index: 100;
    display: block;
    position: absolute;
    right: 60px;
  }

  .menu__nav {
    z-index: 90;
    position: fixed;
    top: -1000px;
    right: 0;
    width: 100%;
    background-color: #000000;
    height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
  }

  .nav__btn:not(:last-child) {
    margin-right: 0;
  }

  .nav__btn {
    margin: 0.7rem 0;
  }

  .show {
    top: 0;
    right: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .seccion7 {
    background-color: #02256c;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .img_seccion7 {
    width: 100%;
  }
  .img_seccion7 img {
    width: 100%;
    object-fit: cover;
    height: 500px;
  }
  .seccion7__info {
    width: 100%;
    padding: 5rem;
  }
  .seccion7__info img {
    width: 200px;
    object-fit: contain;
  }

  .seccion7__info .seccion7__text {
    margin-top: 2rem;
  }

  .seccion7__info .seccion7__text h1 {
    text-align: center;
    color: #ffffff;
    font-family: "StempelGaramond";
    font-size: 3rem;
    white-space: pre;
  }

  .seccion7__info .seccion7__text p {
    text-align: center;
    color: #ffffff;
    font-size: 1.2rem;
    font-family: "Montserrat", sans-serif;
  }
  footer {
    flex-direction: column;
  }
  .info__extra {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .mod-social {
    display: none;
  }
  .footer__formulario button {
    width: 100%;
    padding: 0.7rem 2rem;
  }
  footer {
    padding: 4rem 0 5rem 0;
  }

  /*.footer__img {
    display: none;
  }*/

  .footer__formulario {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 0 0 0;
  }
  .formulario__contenedor input,
  .formulario__contenedor select,
  .formulario__contenedor textarea {
    width: 100%;
  }
  .seccion6 {
    background-color: #000000;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
  }

  .libro__img {
    width: 100%;
  }

  .libro__img img {
    object-fit: cover;
    width: 100%;
    height: 500px;
  }
  .libro__info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5rem 4rem;
  }
  .libro__info h1 {
    color: #c9a339;
    font-family: "StempelGaramond";
    font-size: 3rem;
    text-align: center;
  }
  .seccion5__testimonios {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .seccion4__titulo h1 {
    font-size: 2rem;
  }
  .contenedor2 {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .seccion3__info {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    margin-bottom: 3rem;
  }

  .seccion3__info h1 {
    color: #ffffff;
    font-family: "StempelGaramond";
    font-size: 3rem;
    margin: 0;
    text-shadow: 0em 0.0375em 0.28125em rgba(0, 0, 0, 0.6);
  }

  .descripcion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .seccion3__info p {
    text-align: center;
    color: #ffffff;
    padding: 2rem 0 3rem 0;
    font-family: "MontItalic";
    font-size: 1.5rem;
  }

  .seccion3__imagen {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .seccion3__imagen img {
    object-fit: contain;
    width: 400px;
  }
}

@media screen and (width <= 1190px) {
  .recomendaciones__contenedor {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
  }

  .recomedacion {
    display: flex;
    flex-direction: column;
    width: 100% !important;
  }

  .recomedacion:not(:last-child) {
    padding-bottom: 3rem;
  }
}

@media screen and (width <=1380px) {
  .recomedacion {
    display: flex;
    flex-direction: column;
    width: 275px;
  }
}

@media only screen and (max-width: 992px) {
  .contenedor__entradas {
    padding: 3.5rem 3rem 3.5rem 3rem;
  }
  .seccion__entrada {
    width: 100%;
  }
  .seccion__blog__titulo {
    font-family: "StempelGaramond";
    font-size: 2rem;
  }
  .blog__columna {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .blog__columna_reverse {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .art__1,
  .art__2,
  .art__3,
  .art__4,
  .art__5,
  .art__6,
  .art__7 {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .seccion__blog {
    width: 90%;
  }
  .seccion7__info {
    width: 100%;
    padding: 4rem 2rem;
  }
  .seccion7__info .seccion7__text h1 {
    font-size: 2rem;
    white-space: pre;
  }

  .seccion7__info .seccion7__text p {
    text-align: center;
    color: #ffffff;
    font-size: 1.1rem;
    font-family: "Montserrat", sans-serif;
  }
  .correo {
    font-size: 1rem;
  }
  .mod-social {
    display: none;
  }
  .libro__info h1 {
    color: #c9a339;
    font-family: "StempelGaramond";
    font-size: 2rem;
  }
  .footer__formulario h1 {
    font-size: 2rem;
  }
  .formulario__contenedor label {
    font-size: 1rem;
  }
  .libro__info p {
    font-family: "MontItalic";
    color: #ffffff;
    font-size: 1.2rem;
    margin: 2rem 0;
  }
  .seccion5__titulo {
    margin-bottom: 0;
  }
  .seccion5__titulo h1 {
    font-size: 2rem;
  }
  .testimonio__yellow p {
    font-weight: 700;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 1.7rem;
    line-height: 2rem;
    margin: 0;
  }
  .seccion4__titulo {
    padding-bottom: 2rem;
  }

  .contenedor2 {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .seccion3__info {
    margin-bottom: 2rem;
  }

  .seccion3__info h1 {
    font-size: 2rem;
  }

  .descripcion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .seccion3__info p {
    text-align: center;
    color: #ffffff;
    padding: 1rem 1rem 2rem 1rem;
    font-family: "MontItalic";
    font-size: 1.2rem;
    text-shadow: 0em 0.0375em 0.28125em rgba(0, 0, 0, 0.6);
  }

  .seccion3__imagen img {
    object-fit: contain;
    width: 100%;
  }

  .seccion2__facts {
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .facts:not(:first-child) {
    margin-top: 2.5rem;
  }

  .facts img {
    object-fit: contain;
    width: 60px;
    margin-bottom: 1rem;
  }
  .facts p {
    font-size: 1.3rem;
  }
  .seccion2__info h1 {
    font-size: 2rem;
  }

  .seccion2__info p {
    font-size: 1.3rem;
  }

  .seccion1__info h1 {
    font-size: 2rem;
  }

  .frase1 {
    color: #dbc454;
    font-family: "MontRegular";
  }

  .seccion1__info p {
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 1.5rem 0;
  }

  .btn__white {
    font-weight: 700;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  .seccion2__info__mod p {
    font-size: 1.1rem !important;
  }
  .mod-social {
    display: none !important;
  }
  .social__botones img {
    object-fit: contain;
    width: 50px;
    height: 50px;
  }
  .social__botones {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .libro__img img {
    object-fit: cover;
    width: 100%;
    height: 400px;
  }
  .libro__info {
    padding: 5rem 2.5rem;
  }
  .facts2 {
    padding: 0 1rem;
    margin: 2rem 0 3rem 0;
    height: 275px;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .seccion4__facts-mod .facts2 {
    height: 225px;
  }

  .facts2 h1 {
    color: #c9a339;
    font-weight: 700;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 1.6rem;
  }

  .seccion2__facts {
    margin-top: 3.5rem;
  }

  .marca__info img {
    padding: 0.5rem 0;
  }
  .seccion1 {
    height: calc(100vh - 73px);
  }
  .contenedor {
    width: 90%;
  }
  .seccion1__info {
    padding: 1rem 0 2rem 0;
    justify-content: space-between;
  }

  .seccion1__info h1 {
    font-size: 1.8rem;
  }

  .seccion1__info p {
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0.5rem 0;
  }

  .marca__info img:first-child {
    display: none;
  }
  .marca__info img:nth-child(2) {
    display: block;
    width: 75px;
  }
  .btn__cerrar {
    display: block;
    position: absolute;
    right: 35px;
  }
}

@media only screen and (max-width: 1333px) {
 .yes_img {
    display: none;
  }
}

