@font-face {
  font-family: Dragon;
  src: url(../fonts/Dragon-Inktrap.otf);
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Dragon;
  src: url(../fonts/Dragon-Inktrap.otf);
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Futura;
  src: url(../fonts/Futura-Std-Heavy_19050.ttf);
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Futura;
  src: url(../fonts/FuturaStd-Book.otf);
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Futura;
  src: url(../fonts/Futura-Std-Light_19054.ttf);
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: Chantal;
  src: url(../fonts/chantal_medium.ttf);
  font-weight: 100;
  font-style: normal;
}
*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img, picture, svg {
  max-width: 100%;
  display: block;
}

html {
  color-scheme: light;
}

main {
  margin-inline: auto;
}

body {
  font-family: system-ui;
  font-family: futura;
  font-size: 1.125rem;
  line-height: 1.6rem;
  background-image: url("../img/bkg01.png");
  background-repeat: repeat;
  background-size: 70px;
}

h1, h2, h3 {
  font-family: Dragon;
}

p {
  font-family: Futura;
  text-align: center;
  width: 350px;
  margin: 25px auto;
  font-size: 1rem;
  line-height: 1.3rem;
}

.marker {
  background-image: url("../svg/bkg-yellow-marker.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  color: #000000;
}

.titulo {
  font-family: Chantal;
  font-size: 1rem;
  height: 1.8rem;
  margin: 80px auto 50px;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}

header {
  font-family: "Futura";
  font-size: 24px;
  font-weight: 700;
  position: fixed;
  inset: 0;
  border: 0;
  background-color: white;
  height: 70px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  z-index: 99999;
}
header .logo a {
  text-decoration: none;
}

nav {
  position: fixed;
  bottom: 20px;
  right: 50%;
  z-index: 5;
  transform: translateX(50%);
  font-weight: 300;
  background-color: white;
  display: block;
  margin: auto;
  width: min(100% - 30px, 90%);
  border: 1px solid #707070;
  padding: 5px 5px;
  border-radius: 30px/50%;
  font-size: 0.9rem;
}
nav ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  list-style-type: none;
  line-height: 2rem;
}
nav ul li {
  padding: 5px 0;
}
nav ul a {
  text-decoration: none;
  color: black;
}
nav ul a:hover {
  opacity: 0.5;
  transition: 0.2s ease-in-out;
}
nav ul .sep {
  border-right: 1px solid #FFC600;
  margin-top: 0;
  margin-bottom: 0;
  height: 2.5rem;
}

@media only screen and (min-width: 750px) {
  header {
    flex-direction: row;
    justify-content: space-between;
    padding: 0 50px;
  }
  nav {
    all: unset;
    display: block;
    margin: 0 15px;
    font-family: "Futura";
    font-size: 0.8rem;
    font-weight: 300;
    padding: 5px 5px;
  }
  nav li:not(:first-child) {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 351px) and (max-width: 500px) {
  nav {
    margin: 0 auto;
    font-size: 0.7rem;
    font-weight: 300;
    padding: 0;
    padding: 0px 5px;
    border-radius: 20px/50%;
  }
  nav li:not(:first-child) {
    margin-left: 5px;
  }
  nav ul .sep {
    border-right: 1px solid #FFC600;
    margin-top: 5px;
    margin-bottom: 0;
    height: 2rem;
  }
}
@media only screen and (min-width: 5px) and (max-width: 350px) {
  nav {
    width: calc(100% - 20px);
    margin: 0 auto;
    font-size: 0.6rem;
    font-weight: 300;
    padding: 0px 5px;
    padding: 0;
    border-radius: 15px/50%;
  }
  nav li:not(:first-child) {
    margin-left: 0px;
  }
  nav ul {
    line-height: 1rem;
  }
  nav ul .sep {
    border-right: 1px solid #FFC600;
    margin-top: 5px;
    margin-bottom: 0;
    height: 1rem;
  }
}
.bienvenidx {
  margin: 50px auto 0;
  text-align: center;
  padding: 70px 1px 0;
}
.bienvenidx .arcstar {
  height: 200px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.bienvenidx .arcstar img, .bienvenidx .arcstar svg {
  margin: auto;
}
.bienvenidx .arcstar .b-arc {
  display: block;
  position: relative;
  bottom: 85px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 800px;
  height: 200px;
  overflow: auto;
  transform: scale(1.3, 1);
  z-index: 2;
}
.bienvenidx .arcstar .b-arc2 {
  display: none;
  position: relative;
}
.bienvenidx .arcstar .b-star {
  width: 180px;
  position: relative;
  z-index: 3;
  animation: star_animation 1.5s;
}
.bienvenidx #bx_Arc {
  display: block;
  width: 700px;
  overflow: hidden;
  stroke-dasharray: 700;
  stroke-dashoffset: 700;
  animation: arc_animation 1.4s linear;
  animation-delay: 0.7s;
  animation-fill-mode: forwards;
}
.bienvenidx #bx_Arc2 {
  display: none;
}
@keyframes star_animation {
  from {
    scale: 0.1;
    rotate: -360deg;
  }
  to {
    scale: 1;
    rotate: 0deg;
  }
}
@keyframes arc_animation {
  from {
    stroke-dashoffset: 700;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.bienvenidx h1 {
  font-family: Chantal;
  font-size: 4rem;
  letter-spacing: 3px;
  margin: 40px auto;
}
.bienvenidx h1 div {
  line-height: 4rem;
}
.bienvenidx .gsp2 {
  font-family: Futura;
  font-size: 1.25rem;
  line-height: 1.6rem;
  margin: 0px auto;
}
.bienvenidx .marker2-wrapper {
  height: 20px;
  width: -moz-fit-content;
  width: fit-content;
  display: inline;
  display: inline-block;
  position: relative;
  padding: 0 3px;
}
.bienvenidx .marker2-wrapper .text-layer {
  position: relative;
  z-index: 5;
  font-weight: 700;
}
.bienvenidx .marker2-wrapper .svg-layer-yellow-mark {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
}
.bienvenidx .marker2-wrapper .svg-layer-yellow-mark svg {
  width: 250px;
  height: 24px;
}
.bienvenidx .marker2-wrapper .svg-layer-yellow-mark svg path {
  transform: scale(1, 1) translateX(0px);
}
.bienvenidx .marker2-wrapper .svg-layer-white-mask {
  overflow: hidden;
  z-index: 3;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 24px;
}
.bienvenidx .marker2-wrapper .svg-layer-white-mask svg {
  fill: white;
  width: 260px;
  animation: unmask_marker 3.1s linear;
  animation-delay: 2.7s;
  animation-fill-mode: forwards;
}
.bienvenidx .marker2-wrapper .svg-layer-white-mask svg rect {
  height: 24px;
  width: 260px;
}
@keyframes unmask_marker {
  from {
    transform: translateX(0px);
  }
  to {
    transform: translateX(500px);
  }
}

@media only screen and (min-width: 1800px) {
  .bienvenidx .arcstar .b-arc2 path {
    transform: scale(3.5, 3.5) rotate(-140deg);
    translate: calc(400px + 1.25 * (100vw - 900px)) 4800px;
  }
  .bienvenidx .arcstar .b-star {
    width: 350px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1799px) {
  .bienvenidx .arcstar .b-arc2 path {
    transform: scale(2.7, 2.7) rotate(-140deg);
    translate: calc(500px + 1.25 * (100vw - 900px)) 3600px;
  }
  .bienvenidx .arcstar .b-star {
    width: 300px;
  }
}
@media only screen and (min-width: 1400px) {
  .bienvenidx h1 {
    font-size: 5rem;
  }
  .bienvenidx h1 div {
    line-height: 5rem;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1399px) {
  .bienvenidx .arcstar .b-arc2 path {
    transform: scale(2.2, 2.2) rotate(-140deg);
    translate: calc(550px + 1.25 * (100vw - 900px)) 2850px;
  }
  .bienvenidx .arcstar .b-star {
    width: 260px;
  }
  .bienvenidx h1 {
    font-size: 4.5rem;
  }
  .bienvenidx h1 div {
    line-height: 4.5rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1299px) {
  .bienvenidx .arcstar .b-arc2 path {
    transform: scale(2.2, 2.2) rotate(-140deg);
    translate: calc(600px + 1.25 * (100vw - 900px)) 2850px;
  }
  .bienvenidx .arcstar .b-star {
    width: 240px;
  }
  .bienvenidx h1 {
    font-size: 4rem;
  }
  .bienvenidx h1 div {
    line-height: 4rem;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1199px) {
  .bienvenidx .arcstar .b-arc2 path {
    transform: scale(2.2, 2.2) rotate(-140deg);
    translate: calc(650px + 1.25 * (100vw - 900px)) 2850px;
  }
  .bienvenidx .arcstar .b-star {
    width: 220px;
  }
  .bienvenidx h1 {
    font-size: 3.5rem;
  }
  .bienvenidx h1 div {
    line-height: 3.54rem;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1099px) {
  .bienvenidx .arcstar .b-arc2 path {
    transform: scale(2.2, 2.2) rotate(-140deg);
    translate: calc(650px + 1.25 * (100vw - 900px)) 2850px;
  }
  .bienvenidx .arcstar .b-star {
    width: 220px;
  }
  .bienvenidx h1 {
    font-size: 3rem;
  }
  .bienvenidx h1 div {
    line-height: 3rem;
  }
}
@media only screen and (min-width: 900px) and (max-width: 999px) {
  .bienvenidx .arcstar .b-arc2 path {
    transform: scale(2.2, 2.2) rotate(-140deg);
    translate: calc(715px + 1.25 * (100vw - 900px)) 2850px;
  }
  .bienvenidx .arcstar .b-star {
    width: 200px;
  }
  .bienvenidx h1 {
    font-size: 2.5rem;
  }
  .bienvenidx h1 div {
    line-height: 2.5rem;
  }
  .bienvenidx .gsp2 {
    font-family: Futura;
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
@media only screen and (min-width: 900px) {
  .bienvenidx {
    width: 100%;
    margin: 100px auto;
    display: flex;
    flex-direction: row-reverse;
  }
  .bienvenidx .arcstar {
    width: 50%;
    overflow: visible;
  }
  .bienvenidx .arcstar .b-arc {
    display: none;
  }
  .bienvenidx .arcstar .b-arc2 {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    -o-object-fit: cover;
       object-fit: cover;
    width: 200px;
    height: 200px;
    overflow: visible;
  }
  .bienvenidx #bx_Arc {
    display: none;
  }
  .bienvenidx #bx_Arc2 {
    display: block;
  }
  .bienvenidx #bx_Arc2 {
    width: 1950px;
    stroke-dasharray: 1950;
    stroke-dashoffset: 1950;
    animation: arc_animation2 1.4s linear;
    animation-delay: 0.7s;
    animation-fill-mode: forwards;
  }
  @keyframes arc_animation2 {
    from {
      stroke-dashoffset: 1950;
    }
    to {
      stroke-dashoffset: 0;
    }
  }
  .bienvenidx .welcome-text {
    width: 50%;
  }
  .bienvenidx .welcome-text .container-w {
    width: min(700px, 100% - 50px);
    margin: 0 0 0 auto;
  }
  .bienvenidx h1 {
    text-align: left;
  }
  .bienvenidx .gsp2 {
    margin: 0px;
    text-align: left;
  }
}
@media only screen and (min-width: 801px) and (max-width: 899px) {
  .bienvenidx .arcstar .b-arc {
    width: 1050px;
    height: 210px;
    bottom: 105px;
    transform: scale(2.1, 1);
  }
  .bienvenidx .arcstar .b-star {
    width: 220px;
  }
}
@media only screen and (min-width: 701px) and (max-width: 800px) {
  .bienvenidx .arcstar .b-arc {
    width: 950px;
    height: 200px;
    bottom: 100px;
    transform: scale(1.9, 1);
  }
  .bienvenidx .arcstar .b-star {
    width: 210px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 700px) {
  .bienvenidx .arcstar .b-arc {
    width: 850px;
    height: 200px;
    bottom: 91px;
    transform: scale(1.6, 1);
  }
  .bienvenidx .arcstar .b-star {
    width: 190px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 600px) {
  .bienvenidx .arcstar {
    height: 180px;
    margin: auto;
    overflow: hidden;
  }
  .bienvenidx .arcstar .b-arc {
    width: 750px;
    height: 190px;
    bottom: 70px;
    bottom: 84px;
    transform: scale(1.4, 1);
  }
  .bienvenidx .arcstar .b-star {
    width: 170px;
  }
  .bienvenidx h1 {
    font-size: 3rem;
    letter-spacing: 2px;
    margin: 20px auto;
  }
  .bienvenidx h1 div {
    line-height: 3rem;
  }
  .bienvenidx .gsp2 {
    font-size: 1rem;
    line-height: 1.2rem;
    margin: 0px auto;
  }
  .bienvenidx .marker2-wrapper {
    width: 198.128px;
    padding: 0;
  }
  .bienvenidx .marker2-wrapper .svg-layer-yellow-mark svg path {
    transform: scale(0.8, 0.812);
  }
  .bienvenidx .marker2-wrapper .svg-layer-white-mask {
    height: 22px;
    width: 100%;
  }
}
@media only screen and (min-width: 401px) and (max-width: 500px) {
  .bienvenidx .arcstar {
    height: 160px;
    margin: auto;
    overflow: hidden;
  }
  .bienvenidx .arcstar .b-arc {
    width: 700px;
    height: 175px;
    bottom: 75px;
    bottom: calc(90px - (100vw - 400px) / 8);
    transform: scale(1.3, 1);
  }
  .bienvenidx .arcstar .b-star {
    width: 160px;
  }
  .bienvenidx h1 {
    font-size: 2.5rem;
    letter-spacing: 1px;
    margin: 20px auto;
  }
  .bienvenidx h1 div {
    line-height: 2.5rem;
  }
  .bienvenidx .gsp2 {
    font-size: 1rem;
    line-height: 1.2rem;
    margin: 0px auto;
  }
  .bienvenidx .marker2-wrapper {
    width: 194.956px;
    padding: 0;
  }
  .bienvenidx .marker2-wrapper .svg-layer-yellow-mark {
    top: 3px;
  }
  .bienvenidx .marker2-wrapper .svg-layer-yellow-mark svg path {
    transform: scale(0.8, 0.799);
  }
  .bienvenidx .marker2-wrapper .svg-layer-white-mask {
    height: 22px;
    width: 100%;
  }
}
@media only screen and (min-width: 301px) and (max-width: 400px) {
  .bienvenidx .arcstar {
    height: 140px;
    margin: auto;
    overflow: hidden;
  }
  .bienvenidx .arcstar .b-arc {
    width: 600px;
    height: 150px;
    bottom: calc(85px - (100vw - 300px) / 5);
    transform: scale(1.3, 1);
  }
  .bienvenidx .arcstar .b-star {
    width: 135px;
  }
  .bienvenidx h1 {
    font-size: 2rem;
    letter-spacing: 1px;
    margin: 20px auto;
  }
  .bienvenidx h1 div {
    line-height: 2rem;
  }
  .bienvenidx .gsp2 {
    font-size: 0.85rem;
    line-height: 1rem;
    margin: 0px auto;
  }
  .bienvenidx .marker2-wrapper {
    width: 164.9928px;
    padding: 0;
    height: 1rem;
  }
  .bienvenidx .marker2-wrapper .svg-layer-yellow-mark svg {
    height: 18px;
  }
  .bienvenidx .marker2-wrapper .svg-layer-yellow-mark svg path {
    transform: scale(0.67, 0.6762);
  }
  .bienvenidx .marker2-wrapper .svg-layer-white-mask {
    height: 18px;
    width: 100%;
  }
}
@media only screen and (max-width: 300px) {
  .bienvenidx .arcstar {
    height: 140px;
    margin: auto;
    overflow: hidden;
  }
  .bienvenidx .arcstar .b-arc {
    width: 600px;
    height: 150px;
    bottom: calc(85px - (100vw - 300px) / 5);
    transform: scale(1.3, 1);
  }
  .bienvenidx .arcstar .b-star {
    width: 135px;
  }
  .bienvenidx h1 {
    font-size: 1.3rem;
    letter-spacing: 1px;
    margin: 20px auto;
  }
  .bienvenidx h1 div {
    line-height: 1.3rem;
  }
  .bienvenidx .gsp2 {
    font-size: 0.7rem;
    line-height: 1rem;
    margin: 0px auto;
  }
  .bienvenidx .marker2-wrapper {
    width: 142.984px;
    padding: 0;
    height: 1rem;
  }
  .bienvenidx .marker2-wrapper .svg-layer-yellow-mark svg {
    height: 18px;
  }
  .bienvenidx .marker2-wrapper .svg-layer-yellow-mark svg path {
    transform: scale(0.58, 0.586);
  }
  .bienvenidx .marker2-wrapper .svg-layer-white-mask {
    height: 18px;
    width: 100%;
  }
}
.hola {
  display: block;
  margin: 0 auto;
  padding: 1px;
  text-align: center;
}
.hola img, .hola svg {
  margin: auto;
}
.hola .hola-img img {
  margin: 70px auto 0;
  width: 400px;
}
.hola h1 {
  font-family: Dragon;
  margin-top: 30px;
}
.hola h1 .s1 {
  font-size: 4rem;
  line-height: 4rem;
  letter-spacing: 2px;
}
.hola h1 .s2 {
  font-size: 9rem;
  line-height: 8rem;
}
.hola .under {
  transform: translateY(-25px);
}
.hola p {
  font-family: Futura;
  margin: 20px auto;
}
.hola .under2 {
  transform: translateY(-10px);
  padding-bottom: 20px;
}

@media only screen and (min-width: 1101px) {
  .hola h1 .s1 {
    font-size: 4rem;
    line-height: 4rem;
    letter-spacing: 2px;
  }
  .hola h1 .s2 {
    font-size: 9rem;
    line-height: 8rem;
  }
  .hola .hola-img img {
    width: 500px;
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1100px) {
  .hola h1 .s1 {
    font-size: 4rem;
    line-height: 4rem;
    letter-spacing: 2px;
  }
  .hola h1 .s2 {
    font-size: 9rem;
    line-height: 8rem;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1000px) {
  .hola h1 .s1 {
    font-size: 3rem;
    line-height: 3rem;
    letter-spacing: 2px;
  }
  .hola h1 .s2 {
    font-size: 7rem;
    line-height: 6rem;
  }
}
@media only screen and (min-width: 900px) {
  .hola {
    display: flex;
    flex-direction: row;
    padding: 100px 0px;
    justify-content: center;
    text-align: left;
  }
  .hola .hola-img img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    width: 400px;
  }
  .hola .hola-txt {
    padding-left: 50px;
    display: flex;
    align-items: center;
  }
  .hola p {
    text-align: left;
  }
  .hola .under2 {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 600px) {
  .hola .hola-img img {
    margin: 50px auto 0;
    width: 300px;
  }
  .hola h1 {
    margin-top: 30px;
  }
  .hola h1 .s1 {
    font-size: 3rem;
    line-height: 3rem;
    letter-spacing: 2px;
  }
  .hola h1 .s2 {
    font-size: 7rem;
    line-height: 6rem;
  }
  .hola .under {
    transform: translateY(-20px) scale(0.8, 0.8);
  }
  .hola p {
    margin: 15px auto;
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .hola .under2 {
    transform: translateY(-10px) scale(0.8, 0.8);
  }
}
@media only screen and (min-width: 401px) and (max-width: 500px) {
  .hola .hola-img img {
    margin: 40px auto 0;
    width: 275px;
  }
  .hola h1 {
    margin-top: 30px;
  }
  .hola h1 .s1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    letter-spacing: 1px;
  }
  .hola h1 .s2 {
    font-size: 5rem;
    line-height: 4rem;
  }
  .hola .under {
    transform: translateY(-15px) scale(0.6, 0.6);
  }
  .hola p {
    margin: 15px auto;
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .hola .under2 {
    transform: translateY(-20px) scale(0.6, 0.6);
  }
}
@media only screen and (min-width: 301px) and (max-width: 400px) {
  .hola .hola-img img {
    margin: 30px auto 0;
    width: 250px;
  }
  .hola h1 {
    margin-top: 25px;
  }
  .hola h1 .s1 {
    font-size: 2.2rem;
    line-height: 2.2rem;
    letter-spacing: 1px;
  }
  .hola h1 .s2 {
    font-size: 4.3rem;
    line-height: 3.3rem;
  }
  .hola .under {
    transform: translateY(-15px) scale(0.5, 0.5);
  }
  .hola p {
    margin: 15px auto;
    width: 100%;
    padding: 0 30px;
    font-size: 0.85rem;
    line-height: 1rem;
  }
  .hola .under2 {
    transform: translateY(-25px) scale(0.5, 0.5);
  }
}
@media only screen and (max-width: 300px) {
  .hola .hola-img img {
    margin: 30px auto 0;
    width: 200px;
  }
  .hola h1 {
    margin-top: 20px;
  }
  .hola h1 .s1 {
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: 1px;
  }
  .hola h1 .s2 {
    font-size: 4rem;
    line-height: 3rem;
  }
  .hola .under {
    transform: translateY(-12px) scale(0.5, 0.5);
  }
  .hola p {
    margin: 10px auto;
    width: 100%;
    padding: 0 25px;
    font-size: 0.7rem;
    line-height: 0.8rem;
  }
  .hola .under2 {
    transform: translateY(-25px) scale(0.5, 0.5);
  }
}
.juntos {
  padding: 1px;
  height: 1000px;
}
.juntos .container {
  width: 70%;
  margin: auto;
}
.juntos .container .splide__list .splide__slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.juntos .container .splide__list .splide__slide h1 {
  font-family: Dragon;
  text-align: center;
  font-size: 8rem;
  line-height: 8rem;
}
.juntos .container .splide__list .splide__slide img {
  display: block;
  width: 400px;
  margin: auto;
}
.juntos .container .splide__list .splide__slide .imgMB {
  display: block;
}
.juntos .container .splide__list .splide__slide .imgDT {
  display: none;
}
.juntos .arrow {
  text-align: center;
  height: 1px;
}
.juntos .arrow img {
  transform: scale(1.5, 1.5) rotate(90deg) translateX(-140px) translateY(115px);
  margin: auto;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}

@media only screen and (min-width: 1300px) {
  .juntos {
    height: 750px;
  }
  .juntos .container .splide__list .splide__slide h1 {
    font-size: 7rem;
    line-height: 7rem;
  }
  .juntos .container .splide__list .splide__slide img {
    width: 750px;
  }
  .juntos .arrow img {
    transform: scale(1, 1) rotate(90deg) translateX(-140px) translateY(300px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1299px) {
  .juntos {
    height: 700px;
  }
  .juntos .container .splide__list .splide__slide h1 {
    font-size: 7rem;
    line-height: 7rem;
  }
  .juntos .container .splide__list .splide__slide img {
    width: 700px;
  }
  .juntos .arrow img {
    transform: scale(0.8, 0.8) rotate(90deg) translateX(-160px) translateY(300px);
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1199px) {
  .juntos {
    height: 650px;
  }
  .juntos .container .splide__list .splide__slide img {
    width: 650px;
  }
  .juntos .arrow img {
    transform: scale(0.8, 0.8) rotate(90deg) translateX(-160px) translateY(280px);
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1099px) {
  .juntos {
    height: 600px;
  }
  .juntos .container .splide__list .splide__slide img {
    width: 550px;
  }
  .juntos .arrow img {
    transform: scale(0.8, 0.8) rotate(90deg) translateX(-160px) translateY(220px);
  }
}
@media only screen and (min-width: 1000px) {
  .juntos .container {
    width: min(90%, 1300px);
  }
  .juntos .container .splide__list .splide__slide {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
  .juntos .container .splide__list .splide__slide h1 {
    text-align: left;
    font-size: 7rem;
    line-height: 7rem;
  }
  .juntos .container .splide__list .splide__slide img {
    display: block;
    margin: 0;
  }
  .juntos .container .splide__list .splide__slide .imgDT {
    display: block;
  }
  .juntos .container .splide__list .splide__slide .imgMB {
    display: none;
  }
}
@media only screen and (min-width: 601px) and (max-width: 700px) {
  .juntos {
    height: 850px;
  }
  .juntos .container .splide__list .splide__slide h1 {
    font-size: 7rem;
    line-height: 7rem;
  }
  .juntos .container .splide__list .splide__slide img {
    width: 330px;
  }
  .juntos .arrow {
    height: 1px;
  }
  .juntos .arrow img {
    transform: scale(1.3, 1.3) rotate(90deg) translateX(-140px) translateY(115px);
  }
}
@media only screen and (min-width: 501px) and (max-width: 600px) {
  .juntos {
    height: 800px;
  }
  .juntos .container .splide__list .splide__slide h1 {
    font-size: 6rem;
    line-height: 6rem;
  }
  .juntos .container .splide__list .splide__slide img {
    width: 300px;
  }
  .juntos .arrow {
    height: 1px;
  }
  .juntos .arrow img {
    transform: scale(1.1, 1.1) rotate(90deg) translateX(-140px) translateY(115px);
  }
}
@media only screen and (min-width: 401px) and (max-width: 500px) {
  .juntos {
    height: 730px;
  }
  .juntos .container .splide__list .splide__slide h1 {
    font-size: 5rem;
    line-height: 5rem;
  }
  .juntos .container .splide__list .splide__slide img {
    width: 270px;
  }
  .juntos .arrow {
    height: 1px;
  }
  .juntos .arrow img {
    transform: scale(0.9, 0.9) rotate(90deg) translateX(-140px) translateY(115px);
  }
}
@media only screen and (min-width: 301px) and (max-width: 400px) {
  .juntos {
    height: 660px;
  }
  .juntos .container {
    width: 80%;
  }
  .juntos .container .splide__list .splide__slide h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
  .juntos .container .splide__list .splide__slide img {
    width: 240px;
  }
  .juntos .arrow {
    height: 1px;
  }
  .juntos .arrow img {
    transform: scale(0.8, 0.8) rotate(90deg) translateX(-180px) translateY(100px);
  }
}
@media only screen and (min-width: 201px) and (max-width: 300px) {
  .juntos {
    height: 590px;
  }
  .juntos .container {
    width: 100%;
  }
  .juntos .container .splide__list .splide__slide h1 {
    font-size: 3rem;
    line-height: 3rem;
  }
  .juntos .container .splide__list .splide__slide img {
    width: 200px;
  }
  .juntos .arrow {
    height: 1px;
  }
  .juntos .arrow img {
    transform: scale(0.7, 0.7) rotate(90deg) translateX(-180px) translateY(60px);
  }
}
.minuevolibro {
  display: block;
  padding: 1px;
  margin: 0px auto;
  text-align: center;
}
.minuevolibro h1 {
  font-family: Chantal;
  margin: 70px auto 40px;
}
.minuevolibro h1 .s1 {
  font-size: 2rem;
  line-height: 2.2rem;
}
.minuevolibro h1 .s2 {
  padding-top: 10px;
  font-size: 1rem;
  line-height: 1.4rem;
}
.minuevolibro .container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  padding: 20px 50px;
  margin: auto auto 70px auto;
}
.minuevolibro .container .book-pitch {
  width: 360px;
  margin: auto;
}
.minuevolibro .container .book-pitch .cta {
  display: block;
  margin: 50px auto 30px;
  width: 220px;
}
.minuevolibro .container .book-img {
  display: block;
  width: calc(100% - 600px);
  position: relative;
  height: 380px;
}
.minuevolibro .container .book-img .book-cover {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.minuevolibro .container .book-img .book-bg {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.3, 1.7);
}

@media only screen and (min-width: 1001px) {
  .minuevolibro h1 .s1 {
    font-size: 3rem;
    line-height: 3.2rem;
  }
  .minuevolibro h1 .s2 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .minuevolibro .container {
    width: min(80%, 800px);
    margin: auto;
  }
  .minuevolibro .container .book-pitch {
    width: 45%;
  }
  .minuevolibro .container .book-pitch p {
    max-width: 300px;
  }
  .minuevolibro .container .book-img {
    width: 55%;
  }
  .minuevolibro .container .book-img img {
    width: 350px;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1000px) {
  .marker {
    background-size: 85%;
  }
  .minuevolibro .container .book-pitch {
    width: 45%;
  }
  .minuevolibro .container .book-pitch p {
    max-width: 300px;
  }
  .minuevolibro .container .book-img {
    width: 55%;
  }
  .minuevolibro .container .book-img img {
    width: 350px;
  }
}
@media only screen and (min-width: 801px) and (max-width: 900px) {
  .marker {
    background-size: 90%;
  }
  .minuevolibro .container .book-pitch {
    width: 45%;
  }
  .minuevolibro .container .book-pitch p {
    max-width: 280px;
  }
  .minuevolibro .container .book-img {
    width: 55%;
  }
  .minuevolibro .container .book-img img {
    width: 300px;
  }
}
@media only screen and (min-width: 701px) and (max-width: 800px) {
  .marker {
    background-size: 100%;
  }
  .minuevolibro .container .book-pitch {
    width: 45%;
  }
  .minuevolibro .container .book-pitch p {
    max-width: 250px;
  }
  .minuevolibro .container .book-img {
    width: 55%;
  }
  .minuevolibro .container .book-img img {
    width: 270px;
  }
}
@media only screen and (min-width: 701px) {
  .marker {
    margin: 0;
    background-position: left;
  }
  .minuevolibro .container {
    margin-bottom: 70px;
  }
  .minuevolibro .container .book-pitch {
    margin-left: 60px;
  }
  .minuevolibro .container .book-pitch p {
    margin: 20px 0;
    text-align: left;
  }
  .minuevolibro .container .book-pitch .cta {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 700px) {
  .marker {
    background-size: 80%;
  }
  .minuevolibro h1 {
    margin: 50px auto 20px;
  }
  .minuevolibro .container {
    padding: 0 50px 20px;
    flex-direction: column;
  }
  .minuevolibro .container .book-pitch {
    width: 100%;
    margin-right: 0px;
  }
  .minuevolibro .container .book-pitch .cta {
    display: block;
    margin: 20px auto;
    width: 220px;
  }
  .minuevolibro .container .book-img {
    width: max(70%, max(300px, 70%));
  }
  .minuevolibro .container .book-img .book-bg {
    transform: translate(-50%, -50%) scale(1.3, 1.5);
  }
}
@media only screen and (max-width: 500px) {
  .minuevolibro h1 .s1 {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
  .minuevolibro h1 .s2 {
    padding-top: 5px;
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
  .minuevolibro .container {
    padding: 20px 8%;
  }
  .minuevolibro .container .book-img {
    height: 300px;
  }
  .minuevolibro .container .book-pitch {
    width: 100%;
  }
  .minuevolibro .container .book-pitch p {
    width: 100%;
    max-width: 100%;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 400px) {
  .marker {
    display: inline;
    background-size: cover;
    padding: 0 !important;
    margin: 0;
    width: 100%;
    line-height: 1rem;
  }
  .minuevolibro h1 {
    margin: 50px auto 30px;
  }
  .minuevolibro .container {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .minuevolibro .container .book-pitch {
    width: 100%;
  }
  .minuevolibro .container .book-pitch p {
    width: 100%;
    max-width: 100%;
    padding: 0 30px;
  }
  .minuevolibro .container .book-pitch .cta {
    display: block;
    margin: 20px auto 30px;
    width: 220px;
  }
  .minuevolibro .container .book-img {
    display: block;
    width: 100%;
    height: calc(230px + (100vw - 300px) * 0.9);
    overflow: hidden;
  }
  .minuevolibro .container .book-img .book-cover {
    width: calc(100% - 50px);
  }
  .minuevolibro .container .book-img .book-bg {
    transform: translate(-50%, -50%) scale(2, 2);
  }
}
.eventolanzamiento {
  text-align: center;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  padding: 1px;
}
.eventolanzamiento img {
  margin: auto;
}
.eventolanzamiento .cta-lanzamiento img.cover {
  width: min(100vw - 50px, min(400px, 80%));
}
.eventolanzamiento .cta-lanzamiento img.cta-ovlp {
  display: block;
  position: relative;
  bottom: 85px;
  width: min(max(160px, 50vw), min(220px, 50vw));
}

@media only screen and (max-width: 500px) {
  .eventolanzamiento .titulo {
    margin: 80px auto 30px;
  }
}
.dailyquote {
  display: block;
  background-image: url("../img/bkg02.png");
  background-repeat: repeat;
  background-size: 70px;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  padding: 1px;
}
.dailyquote .container {
  display: block;
  position: relative;
  margin: 0 auto;
}
.dailyquote .container .quote {
  margin: 0px auto 70px;
}
.dailyquote .container .quote p {
  position: relative;
  z-index: 2;
  font-family: Dragon;
  font-size: 7rem;
  line-height: 5.8rem;
  text-align: left;
  width: 300px;
}
.dailyquote .container .bg1-dq {
  height: 1px;
  position: absolute;
  top: 50px;
  left: calc(50% - 300px);
}
.dailyquote .container .bg1-dq svg {
  transform: scale(1.5, 1.5);
}
.dailyquote .container .bg2-dq {
  height: 1px;
  position: absolute;
  bottom: 120px;
  left: calc(50% + 70px);
}
.dailyquote .container .bg2-dq img {
  width: 120px;
}

@media only screen and (min-width: 600px) {
  .dailyquote .container .quote p {
    width: min(80%, 1200px);
  }
  .dailyquote .container .bg1-dq {
    top: 0px;
    left: 20px;
  }
  .dailyquote .container .bg1-dq svg {
    transform: scale(2, 2);
  }
  .dailyquote .container .bg2-dq {
    left: calc(100% - 200px);
  }
  .dailyquote .container .bg2-dq img {
    width: 120px;
  }
}
@media only screen and (max-width: 400px) {
  .dailyquote {
    position: relative;
  }
  .dailyquote .titulo {
    margin: 60px auto 30px;
  }
  .dailyquote .container .quote p {
    font-size: 5.7rem;
    line-height: 5.2rem;
    width: 80%;
    padding: 0;
    margin: 0 auto;
  }
  .dailyquote .container .bg1-dq {
    left: 0px;
  }
  .dailyquote .container .bg2-dq {
    bottom: 100px;
    left: calc(100% - 110px);
  }
  .dailyquote .container .bg2-dq img {
    width: 100px;
  }
}
@media only screen and (max-width: 300px) {
  .dailyquote .container .quote p {
    font-size: 4.8rem;
    line-height: 4.4rem;
    width: 85%;
  }
  .dailyquote .container .bg2-dq {
    bottom: 100px;
    left: calc(100% - 95px);
  }
  .dailyquote .container .bg2-dq img {
    width: 90px;
  }
}
.tips {
  padding: 1px;
  margin: auto;
  height: min(80vw + 250px, 690px);
}
.tips .titulo {
  margin-top: 100px;
}
.tips #splide2 {
  margin: 0 auto;
  width: 80%;
  display: block;
}
.tips .tipsDT {
  display: none;
}
.tips .splide__list h1 {
  font-family: Dragon;
  text-align: center;
  font-size: 8rem;
}
.tips .splide__list li img {
  display: block;
  width: 400px;
  margin: auto;
}

@media only screen and (min-width: 900px) {
  .tips {
    height: -moz-fit-content;
    height: fit-content;
  }
  .tips #splide2 {
    display: none;
  }
  .tips .tipsDT {
    width: min(80%, 1500px);
    display: block;
    margin: auto;
  }
  .tips .tipsDT .ul_tipsdt {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    list-style-type: none;
  }
  .tips .tipsDT .ul_tipsdt .li_tipsdt {
    width: 30%;
    margin-bottom: 20px;
  }
  .tips .titulo {
    margin-top: 50px !important;
  }
}
@media only screen and (max-width: 550px) {
  .tips {
    height: min(80vw + 200px, 670px);
  }
  .tips .titulo {
    margin-top: 50px !important;
  }
}
.redes {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin: auto;
  padding: 70px 1px;
  width: 500px;
}
.redes a {
  text-decoration: none;
  color: black;
}
.redes a:hover {
  opacity: 0.5;
  transition: 0.3s ease-in-out;
}
.redes .red {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.redes .red img {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 2rem;
}
.redes .red span {
  display: block;
  white-space: nowrap;
  font-family: Futura;
  font-size: 1rem;
  line-height: 2rem;
}

@media only screen and (min-width: 501px) and (max-width: 600px) {
  .redes {
    width: 100%;
  }
  .redes .red img {
    width: 35px;
    height: 35px;
    line-height: 2rem;
  }
  .redes .red span {
    white-space: nowrap;
    font-family: Futura;
    font-size: 0.9rem;
    line-height: 2rem;
  }
}
@media only screen and (min-width: 201px) and (max-width: 500px) {
  .redes {
    width: 100%;
    padding: 10px 1px;
  }
  .redes .red img {
    width: 35px;
    height: 35px;
    line-height: 2rem;
  }
  .redes .red span {
    white-space: nowrap;
    font-family: Futura;
    font-size: 0.7rem;
    line-height: 2rem;
  }
}
.contacto #contacto {
  height: 1px;
  display: inline-block;
}
.contacto .container {
  margin: auto;
  display: block;
  padding: 1px 1px 70px 1px;
}
.contacto .container p {
  width: auto;
  margin: 15px auto;
  padding: 0 20px;
}
.contacto .container h1 {
  text-align: center;
  font-size: 5.2rem;
  line-height: 5rem;
  margin: 70px auto 0;
  padding: 0 30px;
}
.contacto .container .formulario {
  margin: auto;
  width: min(100% - 50px, min(100%, 400px));
  padding: 0;
}
.contacto .container .formulario p {
  padding: 0;
  width: 100%;
}
.contacto .container .formulario form {
  max-width: 100%;
}
.contacto .container .formulario form .error {
  color: red;
  font-size: 12px;
  line-height: 12px;
  font-style: oblique;
  display: block;
  margin-bottom: 5px;
}
.contacto .container .formulario form input {
  padding: 12px 10px;
  margin: 10px 0 5px;
  width: 100%;
}
.contacto .container .formulario form p {
  line-height: 0.8rem;
  font-size: 0.8rem;
  color: #777777;
  margin: 0 0 15px;
  text-align: left;
}
.contacto .container .formulario form button {
  margin-top: 20px;
  font-family: futura;
  font-size: 1rem;
  background-color: #FFD500;
  border: 0;
  padding: 12px 25px;
  width: 160px;
}
.contacto .container .formulario form button:hover {
  cursor: pointer;
}

@media only screen and (min-width: 900px) {
  .contacto {
    width: min(80%, 1000px);
    margin: 0 auto;
  }
  .contacto #contacto {
    height: 80px;
  }
  .contacto .container {
    display: flex;
    flex-direction: row;
  }
  .contacto .container h1 {
    font-size: 6.5rem;
    line-height: 6rem;
    padding: 0 60px 20px 0;
    text-align: left;
  }
  .contacto .container .contact-title p {
    text-align: left;
    margin: 0;
    width: auto;
    margin: 15px 0;
    padding: 0;
  }
}
@media only screen and (min-width: 401px) and (max-width: 500px) {
  .contacto .container {
    padding: 1px 1px 50px 1px;
    margin: 0 auto;
  }
  .contacto .container h1 {
    font-size: 5.8rem;
    line-height: 5rem;
    padding: 0 60px;
  }
  .contacto .container .formulario form p {
    margin: 0 0 15px;
    text-align: left;
  }
}
@media only screen and (min-width: 301px) and (max-width: 400px) {
  .contacto .container {
    padding: 1px 1px 50px 1px;
    margin: 0 auto;
  }
  .contacto .container h1 {
    font-size: 5.2rem;
    line-height: 4.5rem;
    padding: 0 45px;
  }
  .contacto .container .formulario form button {
    width: 100%;
  }
  .contacto .container .formulario form p {
    margin: 0 0 15px;
    text-align: left;
  }
}
@media only screen and (max-width: 300px) {
  .contacto .container {
    padding: 1px 1px 50px 1px;
    margin: 0 auto;
  }
  .contacto .container h1 {
    font-size: 4rem;
    line-height: 3.5rem;
    padding: 0 30px;
  }
  .contacto .container .formulario form button {
    width: 100%;
  }
  .contacto .container .formulario form p {
    margin: 0 0 15px;
    text-align: left;
  }
}
footer {
  background-color: #FFD500;
  height: 220px;
  padding: 20px 0 0 0;
}
footer .container {
  padding: 15px 0;
  display: block;
  margin: auto;
  width: calc(100% - 60px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
footer .container p {
  width: auto;
  font-family: Chantal;
  font-size: 1rem;
  line-height: 1rem;
}
footer .container .div-social {
  display: flex;
  flex-direction: column;
}
footer .container .div-social p {
  margin: 0;
  text-align: left;
}
footer .container .div-social .social {
  margin: 15px 0 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
footer .container .div-social .social img {
  width: 28px;
}
footer .container .div-social .social a:not(:first-child) {
  padding-left: 40px;
}
footer .container .div-social .social a:hover {
  opacity: 0.5;
  transition: 0.3s ease-in-out;
}
footer .container .div-compra {
  display: block;
  margin: 0;
}
footer .container .div-compra p {
  margin: 0;
  text-align: center;
}
footer .container .div-compra p img {
  display: block;
  margin: 15px auto 0 0;
  padding: 0;
  line-height: 0;
  width: 140px;
}

@media only screen and (min-width: 1000px) {
  footer {
    height: 75px;
    padding: 20px 0;
  }
  footer .ftbr {
    display: none;
  }
  footer .container {
    padding: 0;
  }
  footer .container .div-social {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  footer .container .div-social .social {
    margin: 0 0 0 40px;
  }
  footer .container .div-compra {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  footer .container .div-compra p img {
    margin: 0 0 0 50px;
  }
}
@media only screen and (min-width: 750px) and (max-width: 999px) {
  footer {
    height: 140px;
  }
  footer .ftbr {
    display: none;
  }
}
@media only screen and (min-width: 351px) and (max-width: 500px) {
  footer {
    height: 180px;
  }
  footer .container {
    width: calc(100% - 30px);
  }
  footer .container p {
    font-size: 0.8rem;
    line-height: 0.8rem;
  }
  footer .container .div-social .social img {
    width: 24px;
  }
  footer .container .div-social .social a:not(:first-child) {
    padding-left: 30px;
  }
  footer .container .div-compra p img {
    margin: 15px 0 0 auto;
    width: 120px;
  }
}
@media only screen and (min-width: 201px) and (max-width: 350px) {
  footer {
    height: 160px;
    padding: 15px 0 0 0;
  }
  footer .container {
    width: calc(100% - 13px);
  }
  footer .container p {
    font-size: 0.7rem;
    line-height: 0.7rem;
  }
  footer .container .div-social .social img {
    width: 20px;
  }
  footer .container .div-social .social a:not(:first-child) {
    padding-left: 25px;
  }
  footer .container .div-compra p {
    width: 100px;
    text-align: right;
  }
  footer .container .div-compra p img {
    margin: 15px 0 0 auto;
    width: 100px;
  }
}
.splide__pagination {
  bottom: -3em;
}

.splide__pagination__page {
  background: #fff;
  display: inline-block;
  height: 8px;
  margin: 15px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 40px;
  border: 2px solid black;
  border-radius: 10%/50%;
}

.splide__pagination__page.is-active {
  background: #000;
  border: 0;
}

@media only screen and (min-width: 401px) and (max-width: 500px) {
  .splide__pagination {
    bottom: -2.5em;
  }
  .splide__pagination__page {
    margin: 10px;
    width: 35px;
    border: 1px solid black;
  }
}
@media only screen and (min-width: 301px) and (max-width: 400px) {
  .splide__pagination {
    bottom: -2.1em;
  }
  .splide__pagination__page {
    margin: 10px;
    width: 30px;
    border: 1px solid black;
  }
}
@media only screen and (max-width: 300px) {
  .splide__pagination {
    bottom: -1.9em;
  }
  .splide__pagination__page {
    margin: 8px;
    width: 22px;
    border: 1px solid black;
  }
}