@charset "UTF-8";
@font-face {
  font-family: "Poppins";
  src: url("../../Poppins/Poppins-Regular.ttf") format("truetype");
}
html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins";
  /* cursor: url(https://cdn.custom-cursor.com/db/4828/32/arrow2747.png), default !important; */
}
.lenguage {
  transition: all 1s;
  position: fixed;
  bottom: 55%;
  z-index: 10;
  right: 0px;
  height: 40px;
  width: 70px;
  padding: 5px;
  /* background-color: #53aab8; */
  border-radius: 10px 0px 0px 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lenguage:hover {
  width: 80px;
}

.lenguage img {
  height: 30px;
}
.whatsapp-button {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 1000;
}

.whatsapp-button a {
  display: block;
  background-color: #25d366;
  color: #fff;
  padding: 15px;
  border-radius: 50%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.3s;
}

.whatsapp-button a:hover {
  background-color: #128c7e;
  transform: scale(1.05);
}

.whatsapp-button img {
  width: 40px;
  height: 40px;
}
.blog-logo img {
  width: 150px;
  margin: 10px auto;
  /* background-color: #2f2f2f; */
}
body {
  scroll-snap-type: y mandatory;
  /* background: rgb(2, 0, 36);
  background: radial-gradient(
    circle,
    rgba(2, 0, 36, 1) 0%,
    rgba(125, 12, 163, 0.9528186274509804) 54%,
    rgba(50, 5, 199, 0.9136029411764706) 100%
  ); */
  /* background: #000; */
  background-image: url(/Images/neonbg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  /* background-color: #1f07f1;
  background-image: linear-gradient(147deg, #720458 0%, #0616f7 74%); */
  overflow-x: hidden;
  -webkit-backdrop-filter: blur(30.3px);
}

.column img {
  width: 400px;
}

header {
  position: relative;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.6s;
  padding: 40px 100px;
  z-index: 2;
}

a:focus,
a:hover {
  color: #53aab7;
  text-decoration: none;
}
.row {
  margin-right: initial;
  margin-left: initial;
}

header.sticky {
  padding: 5px 100px;
  background-color: #fff; 
  background-color: #ffffff;
   background-image: linear-gradient(147deg, #720458 0%, #3c0288 74%);
}

header.sticky .logo {
  background-image: url("/Images/Sin título-1.png");
  background-size: contain;
  background-position: center;
  height: 80px;
  background-repeat: no-repeat;
  width: 100px;
}

header .logo img {
  position: relative;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: 0.6s;
  width: 100px;
}

header .logo {
  background-image: url("/Images/logo ZH blanco.png");
  background-size: contain;
  background-position: center;
  height: 80px;
  background-repeat: no-repeat;
  width: 100px;
  position: absolute;
  top: 15px;
}

header ul {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

header ul li {
  position: relative;
  list-style: none;
}

header ul li a {
  position: relative;
  margin: 0 15px;
  text-decoration: none;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500px;
  transition: 0.5s;
}

.first-section {
  width: 90%;
  height: 70vh;
  margin: 0 auto;
  position: relative;
  color: #fff;
  display: flex;
  /* text-align: center; */
  justify-content: center;
  align-items: center;
  /* background: rgba(255, 255, 255, 0.24); */
}

.second-section {
  width: 90%;
  font-size: 1.7rem;
  height: 100%;
  margin: 20px auto;
  /* position: relative; */
  color: #fff;
  display: block;
  text-align: center;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.24);
}

.second-section div {
  padding: 35px;
  margin: auto auto;
}

p highlight {
  font-weight: 600;
  color: #907dda;
}

.third-section {
  height: 85vh;
  margin: 20px auto;
  position: relative;
  color: #fff;
  display: block;
  text-align: center;
  justify-content: center;
  align-items: center;
  /* background: rgba(255, 255, 255, 0.24); */
}

.four-section {
  width: 90%;
  height: 100%;
  margin: 100px auto;
  position: relative;
  color: #fff;
  display: block;
  text-align: center;
  justify-content: center;
  align-items: center;
  /* background: rgba(255, 255, 255, 0.24); */
}

.four-section__body {
  /* background-color: #ffe53b; */
  /* background-image: linear-gradient(147deg, #ffe53b 0%, #fd3838 74%); */
  min-height: 90vh;
  font-family: "Fira Sans", sans-serif;
  display: flex;
}

.five-section {
  width: 90%;
  height: 100%;
  margin: 20px auto;
  position: relative;
  color: #000;
  display: block;
  text-align: center;
  justify-content: center;
  align-items: center;
  /* background: rgba(255, 255, 255, 0.24); */
}

section {
  scroll-snap-align: start;
}

.glass {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  backdrop-filter: blur(15.3px);
  -webkit-backdrop-filter: blur(30.3px);
}



.typed-cursor {
  display: none;
}

.f-content h2 {
  position: relative;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 3.375rem;
}

.f-content p {
  font-size: 2rem;
  text-align: justify;
}

.f-content {
  /* text-align: center; */
  display: flex;
}

.container__card {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 60px 0px;
  gap: 60px;
}

.right {
  position: relative;
  right: -130px;
}

.box__card {
  position: relative;
  width: 330px;
  height: 400px;
  background: rgba(157, 157, 157, 0);
  display: flex;
  justify-content: center;
  border-radius: 20px;
  align-items: center;
}

.box__card::before {
  content: "";
  position: absolute;
  inset: -10px 50px;
  border-top: 4px solid var(--clr);
  border-bottom: 4px solid var(--clr);
  z-index: -1;
  transform: skewY(15deg);
  transition: 0.5s ease-in-out;
}

.box__card:hover::before {
  transform: skewY(0deg);
  inset: -10px 40px;
}

.box__card::after {
  content: "";
  position: absolute;
  inset: 60px -10px;
  border-left: 4px solid var(--clr);
  border-right: 4px solid var(--clr);
  z-index: -1;
  transform: skew(15deg);
  transition: 0.5s ease-in-out;
}

.box__card:hover::after {
  transform: skew(0deg);
  inset: 40px -10px;
}

.content__card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 15px;
  padding: 0px 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.icon__card {
  color: var(--clr);
  width: 80px;
  height: 80px;
  box-shadow: 0 0 0 4px #2e2e2e, 0 0 0 6px var(--clr);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5em;
  background: #2e2e2e;
  transition: 0.5s ease-in-out;
}

.container__card .box__card:hover .content__card .icon__card {
  background: var(--clr);
  color: #2e2e2e;
  box-shadow: 0 0 0 4px #2e2e2e, 0 0 0 300px var(--clr);
}

.text__card h3 {
  font-size: 1.5em;
  color: #fff;
  font-weight: 500;
  transition: 0.5s ease-in-out;
}

.container__card .box__card:hover .text__card h3 {
  color: #2e2e2e;
}

.text__card p {
  color: #f1eeee;
  transition: 0.5s ease-in-out;
}

.container__card .box__card:hover .text__card p {
  color: #2e2e2e;
}

.text__card a {
  position: relative;
  background: var(--clr);
  color: #2e2e2e;
  padding: 8px 15px;
  display: inline-block;
  text-decoration: none;
  margin-top: 10px;
  transition: 0.5s ease-in-out;
  border-radius: 20px;
}

.container__card .box__card:hover .text__card a {
  background: #2e2e2e;
  color: var(--clr);
}

.section-header {
  position: relative;
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

h2 {
  text-transform: uppercase;
}

/* Timeline */
.timeline_card {
  width: 100%;
}

.four-section__body h2 {
  position: absolute;
  text-align: center;
  left: 35%;
}

.timeline_card h2 {
  margin: 5%;
  text-align: center;
  font-size: 2rem;
  font-weight: 100;
  top: 40px;
  position: relative;
  font-size: 4rem;
  color: #fff;
}

.timeline {
  display: flex;
  flex-direction: column;
  margin: 80px auto;
  position: relative;
  margin-block: 75px;
}

.timeline__event {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  margin: 20px 0;
  border-radius: 6px;
  align-self: center;
  width: 69vw;
}

.timeline__event:nth-child(2n + 1) {
  flex-direction: row-reverse;
}

.timeline__event:nth-child(2n + 1) .timeline__event__date {
  border-radius: 0 6px 6px 0;
}

.timeline__event:nth-child(2n + 1) .timeline__event__content {
  border-radius: 6px 0 0 6px;
}

.timeline__event:nth-child(2n + 1) .timeline__event__icon:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #87bbfe;
  position: absolute;
  top: 0%;
  left: 50%;
  right: auto;
  z-index: -1;
  transform: translateX(-50%);
  animation: fillTop 2s forwards 4s ease-in-out;
}

.timeline__event:nth-child(2n + 1) .timeline__event__icon:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #87bbfe;
  position: absolute;
  right: 0;
  z-index: -1;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  animation: fillLeft 2s forwards 4s ease-in-out;
}

.timeline__event__title {
  font-size: 1.8rem;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 600;
  color: #9251ac;
  letter-spacing: 1.5px;
}

.timeline__event__content {
  padding: 20px;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25),
    0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  background: #fff;
  width: calc(60vw - 84px);
  border-radius: 0 6px 6px 0;
}

.timeline__event__date {
  color: #f6a4ec;
  font-size: 1.5rem;
  font-weight: 600;
  background: #8ae287;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0 20px;
  border-radius: 6px 0 0 6px;
}

.timeline__event__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  padding: 20px;
  align-self: center;
  margin: 0 20px;
  background: #8ae287;
  border-radius: 100%;
  width: 40px;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25),
    0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  padding: 40px;
  height: 40px;
  position: relative;
}

.timeline__event__icon i {
  font-size: 32px;
}

.timeline__event__icon:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #87bbfe;
  position: absolute;
  top: 0%;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  animation: fillTop 2s forwards 4s ease-in-out;
}

.timeline__event__icon:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #87bbfe;
  position: absolute;
  left: 0%;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  animation: fillLeftOdd 2s forwards 4s ease-in-out;
}

.timeline__event__description {
  flex-basis: 60%;
}

.timeline__event--type2:after {
  background: #69cd68;
}

.timeline__event--type2 .timeline__event__date {
  color: #87bbfe;
  background: #69cd68;
}

.timeline__event--type2:nth-child(2n + 1) .timeline__event__icon:before,
.timeline__event--type2:nth-child(2n + 1) .timeline__event__icon:after {
  background: #87bbfe;
}

.timeline__event--type2 .timeline__event__icon {
  background: #69cd68;
  color: #000;
}

.timeline__event--type2 .timeline__event__icon:before,
.timeline__event--type2 .timeline__event__icon:after {
  background: #87bbfe;
}

.timeline__event--type2 .timeline__event__title {
  color: #555ac0;
}

.timeline__event--type3:after {
  background: #24b47e;
}

.timeline__event--type3 .timeline__event__date {
  color: #aff1b6;
  background-color: #4cad4c;
}

.timeline__event--type3:nth-child(2n + 1) .timeline__event__icon:before,
.timeline__event--type3:nth-child(2n + 1) .timeline__event__icon:after {
  background: #87bbfe;
}

.timeline__event--type3 .timeline__event__icon {
  background: #4cad4c;
  color: #000;
}

.timeline__event--type3 .timeline__event__icon:before,
.timeline__event--type3 .timeline__event__icon:after {
  background: #87bbfe;
}

.timeline__event--type4 .timeline__event__icon {
  background: #4cad4c;
  color: #000;
}

.timeline__event--type4 .timeline__event__date {
  color: #aff1b6;
  background-color: #4cad4c;
}

.timeline__event--type5 .timeline__event__icon {
  background: #007111;
  color: #000;
}

.timeline__event--type5 .timeline__event__date {
  color: #aff1b6;
  background-color: #007111;
}

.timeline__event--type3 .timeline__event__title {
  color: #24b47e;
}

.timeline__event:last-child .timeline__event__icon:before {
  content: none;
}

@media (max-width: 786px) {
  .timeline__event {
    flex-direction: column;
    align-self: center;
  }
  .timeline__event__content {
    width: 100%;
  }
  .timeline__event__icon {
    border-radius: 6px 6px 0 0;
    width: 100%;
    margin: 0;
    box-shadow: none;
  }
  .timeline__event__icon:before,
  .timeline__event__icon:after {
    display: none;
  }
  .timeline__event__date {
    border-radius: 0;
    padding: 20px;
  }
  .timeline__event:nth-child(2n + 1) {
    flex-direction: column;
    align-self: center;
  }
  .timeline__event:nth-child(2n + 1) .timeline__event__date {
    border-radius: 0;
    padding: 20px;
  }
  .timeline__event:nth-child(2n + 1) .timeline__event__icon {
    border-radius: 6px 6px 0 0;
    margin: 0;
  }
}
@keyframes fillLeft {
  100% {
    right: 100%;
  }
}
@keyframes fillTop {
  100% {
    top: 100%;
  }
}
@keyframes fillLeftOdd {
  100% {
    left: 100%;
  }
}
/* Timeline End */
/*pie de pagina*/
footer {
  /*form*/
  /* form starting stylings ------------------------------- */
  /* active state */
  /* BOTTOM BARS ================================= */
  /* active state */
  /* HIGHLIGHTER ================================== */
  /* active state */
  /* ANIMATIONS ================ */
  /* 10. hover-opacity */
  @import url(//fonts.googleapis.com/css?family=Lato:300:400);
}
footer .footer {
  margin: 0;
  width: 100%;
}
footer .container {
  display: flex;
  flex-wrap: wrap;
}
footer .p1,
footer .p2,
footer .p3 {
  width: 100%;
  min-width: 150px;
  height: auto;
}
footer .group {
  position: relative;
  margin-bottom: 45px;
}
footer .group input {
  color: #fff;
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 300px;
  border: none;
  border-radius:20px 20px 0 0;
  border-bottom: 1px solid #757575;
  background-color: rgba(143, 143, 143, 0.2);
}
footer .group input:focus {
  outline: none;
}
footer .group label {
  color: #999;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
footer input:focus ~ label,
footer input:valid ~ label {
  top: -20px;
  font-size: 20px;
  color: #1f3170;
}
footer .bar {
  position: relative;
  display: block;
  width: 300px;
}
footer .bar:before,
footer .bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #1f3170;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
footer .bar:before {
  left: 50%;
}
footer .bar:after {
  right: 50%;
}
footer input:focus ~ .bar:before,
footer input:focus ~ .bar:after {
  width: 50%;
}
footer .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
footer input:focus ~ .highlight {
  animation: inputHighlighter 0.3s ease;
}
@keyframes inputHighlighter {
  from {
    background: #1f3170;
  }
  to {
    width: 0;
    background: transparent;
  }
}
footer .btn-holder {
  margin: 10px 75px;
  max-width: 1000px;
}
footer .btn {
  position: relative;
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;

  margin: 0px 25px 15px;
  min-width: 150px;
}
footer .btn span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  top: 0;
  width: 100%;
    border-radius: 50px;
  padding: 15px 20px;
  transition: 0.3s;
}
footer .btn-2::before {
  background-color: #1f3170;
  transition: 0.3s ease-out;
}
footer .btn-2 span {
  background-color: rgba(31, 49, 112, 0.1882352941);
  color: #1f3170;
  border: 1px solid #1f3170;
  transition: 0.2s;
}
footer .btn-2 span:hover {
  color: rgb(255, 255, 255);
  transition: 0.2s 0.1s;
}
footer .btn.hover-opacity::before {
  top: 0;
  bottom: 0;
  right: 0;
  left: -51px;
  height: 100%;
  width: 100%;
  opacity: 0;
}
footer .btn.hover-opacity:hover::before {
  opacity: 1;
}
footer .flex {
  /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
footer .waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px; /*Fix for safari gap*/
  min-height: 100px;
  max-height: 150px;
}
footer .content-pie {
  position: relative;
  height: 100%;
  text-align: center;
  background-color: white;
}
footer .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
footer .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
footer .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
footer .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
footer .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
footer .footer {
  display: flex;
  flex-wrap: wrap;
}
footer .p1 {
  display: flex;
  flex-direction: column;
  padding: 20px;
  order: 1;
}
footer .p1 img {
  padding: 16px;
  width: 200px;
  margin: 0 auto;
}
footer .p1 .footer__btn {
  display: flex;
  justify-content: center;
  height: 40px;
  width: 160px;
  background-color: rgba(33, 33, 33, 0.07);
  border-radius: 100px;
  color: #2f2f2f;
  margin: 0 auto;
  margin-top: 10px;
  font-size: 20px;
  padding: 9px 0.3em;
}
footer .p1 .footer__btn img {
  padding: 0;
  width: 20px;
  height: auto;
  margin: 0 8px;
}
footer .p2 {
  order: 3;
  /*----------Colores de los botones----------*/
}
footer .p2 h1 {
  margin: 8px;
}
footer .p2 ul li {
  list-style: none;
}
footer .p2 ul li a {
  color: #000;
}
footer .p2 a {
  cursor: pointer;
  text-decoration: none;
}
footer .p2 .contenedor-redes-sociales {
  margin: 20px 0;
  padding: 20px;
  text-align: center;
}
footer .p2 .contenedor-redes-sociales a {
  position: relative;
  display: inline-block;
  height: 36px;
  width: 160px;
  line-height: 35px;
  padding: 0;
  color: #fff;
  border-radius: 50px;
  background: #fff;
  margin: 5px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
}
footer .p2 .contenedor-redes-sociales a:hover span.circulo {
  left: 100%;
  margin-left: -35px;
  background: #fff;
}
footer .p2 .contenedor-redes-sociales a:hover span.titulo {
  opacity: 0;
}
footer .p2 .contenedor-redes-sociales a:hover span.titulo-hover {
  opacity: 1;
  color: #fff;
}
footer .p2 .contenedor-redes-sociales a span.titulo-hover {
  opacity: 0;
}
footer .p2 .contenedor-redes-sociales a span.circulo {
  display: block;
  color: #fff;
  position: absolute;
  float: left;
  margin: 3px;
  line-height: 30px;
  height: 30px;
  width: 30px;
  top: 0;
  left: 0;
  transition: all 0.5s;
  border-radius: 50%;
}
footer .p2 .contenedor-redes-sociales a span.circulo i {
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}
footer .p2 .contenedor-redes-sociales a span.titulo,
footer .p2 .contenedor-redes-sociales a span.titulo-hover {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
  transition: 0.5s;
}
footer .p2 .contenedor-redes-sociales a span.titulo {
  right: 15px;
}
footer .p2 .contenedor-redes-sociales a span.titulo-hover {
  left: 15px;
}
footer .p2 .contenedor-redes-sociales .linkedin {
  border: 2px solid #0e76a8;
}
footer .p2 .contenedor-redes-sociales .linkedin:hover,
footer .p2 .contenedor-redes-sociales .linkedin span.circulo {
  background: #0e76a8;
}
footer .p2 .contenedor-redes-sociales .linkedin:hover span.circulo,
footer .p2 .contenedor-redes-sociales .linkedin span.titulo {
  color: #0e76a8;
}
footer .p2 .contenedor-redes-sociales .instagram {
  border: 2px solid #0e76a8;
}
footer .p2 .contenedor-redes-sociales .instagram:hover,
footer .p2 .contenedor-redes-sociales .instagram span.circulo {
  background: radial-gradient(
      circle farthest-corner at 0% 150%,
      rgb(255, 225, 125) 0%,
      rgb(255, 205, 105) 12%,
      rgb(250, 145, 55) 25%,
      rgb(235, 65, 65) 41%,
      transparent 95%
    ),
    linear-gradient(-15deg, rgb(35, 75, 215) -10%, rgb(195, 60, 190) 65%);
  background-size: 120% 120%;
}
footer .p2 .contenedor-redes-sociales .instagram:hover span.circulo,
footer .p2 .contenedor-redes-sociales .instagram span.titulo {
  color: #0e76a8;
}
footer .p3 {
  order: 2;
}
footer .p3 h1 {
  margin: 8px;
}
footer .p3 form {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
footer .p3 form .group {
  margin: 20px;
}
footer .p3 form .group input {
  color: black;
}

.fin {
  height: 30px;
  background-color: rgb(255, 255, 255);
  justify-content: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: solid rgba(0, 0, 0, 0.2);
  border-top-width: 1px;
}
.fin a {
  text-decoration: none;
  color: black;
  font-size: 15px;
}

@media (max-width: 490px) {
  .third-section {
    height: 170vh;
  }
}
.blog-slider {
  width: 95%;
  position: relative;
  max-width: 800px;
  margin: auto;
  background: #ffffffc9;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  padding: 25px;
  border-radius: 25px;
  height: 400px;
  transition: all 0.3s;
}

@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 180px auto;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}
.blog-slider__item {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
  -o-object-position: top center;
  object-position: top center;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}

.blog-slider__img {
  width: 300px;
  flex-shrink: 0;
  height: 300px;
  /* background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%); */
  /* box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, 0.2); */
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
}

.blog-slider__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%); */
  border-radius: 20px;
  opacity: 0.8;
}

.blog-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 95%;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
}
.blog-slider__content {
  padding-right: 25px;
}

@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
  }
}
.blog-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}

.blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}

.blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}

.blog-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}

.blog-slider__button {
  display: inline-flex;
  background-image: linear-gradient(147deg, #33302e 0%, #351212 74%);
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  /*box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);*/
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}

.row {
  display: flex;
}

.column {
  flex: 50%;
  right: -80px;
  position: relative;
}

.text {
  padding: 15px;
}

@media screen and (max-width: 576px) {
  header ul li a {
    margin: initial;
  }
  .blog-slider__button {
    width: 100%;
  }
  .column {
    flex: 100%;
  }
  .column img {
    width: 100%;
  }
  .right {
    right: 0px;
  }
  .first-section {
    display: block;
    height: 100%;
  }
  .second-section {
    top: 400px;
  }
  .logo {
    left: 60px;
  }
  .f-content {
    /* margin: 60px; */
    display: block;
  }
  .second-section {
    top: 0;
    position: relative;
    height: 100%;
  }
  .second-section div p {
    margin: 2px 50px 10px;
  }
  .second-section div {
    padding: 15px;
  }
  header .logo {
    width: 70px;
  }
  .column {
    right: 0;
  }
  .f-content .column img {
    width: 250px;
    margin: 0 90px;
  }
  .f-content h2 {
    font-size: 2.375rem;
  }
  .f-content p {
    font-size: 1.7rem;
  }
  .third-section {
    height: 100%;
    margin: 0;
  }
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.blog-slider .swiper-pagination-custom,
.blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}

@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}

.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  /* background: #fd3838; */
  height: 30px;
  box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}

@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}
@media screen and (min-width: 800px) {
  footer div .p1,
  footer div .p2 {
    width: 20%;
  }
  footer div .p3 {
    width: 60%;
  }
  footer div .p1 {
    flex-direction: column;
    order: 1;
  }
  footer div .p2 {
    order: 2;
  }
  footer div .p3 {
    order: 3;
  }
} /*# sourceMappingURL=css.css.map */

/* Responsive Top menu */

nav {
  height: 100px;
  width: 100%;
}
.enlace {
  position: absolute;
  padding: 20px 50px;
}
.logo {
  height: 60px;
}
nav ul {
  text-align: center;
  margin-right: 20px;
}
nav ul li {
  display: inline-block;
  line-height: 80px;
  margin: 0 5px;
}
nav ul li a {
  color: #fff;
  font-size: 18px;
  padding: 7px 13px;
  border-radius: 3px;
  text-transform: uppercase;
}
li a.active,
li a:hover {
  background: #fafaff4d;
  transition: 0.5s;
}
.checkbtn {
  font-size: 30px;
  color: #fff;
  float: right;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
  position: relative;
  z-index: 2;
}
#check {
  display: none;
}
section {
  background: url(fondo.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  height: calc(100vh - 80px);
}

@media (max-width: 952px) {
  nav ul li a {
    font-size: 16px;
  }
}

@media (max-width: 858px) {
  .checkbtn {
    display: block;
  }
  ul {
    position: fixed;
    width: 100%;
    z-index: 1;
    background: #000000;
    left: -100%;
    text-align: center;
    transition: all 0.5s;
  }
  nav ul li {
    display: block;
    margin: 50px 0;
    line-height: 30px;
  }
  nav ul li a {
    font-size: 20px;
  }
  li a:hover,
  li a.active {
    background: none;
    color: rgb(131, 27, 117);
  }
  #check:checked ~ ul {
    left: 0;
  }
}
