@charset "UTF-8";

/*  
Password
*/

.container-pass {
  background-color: #fff;
  padding: 3em 2em;
  box-shadow: 0 2px 4px 0 rgba(189, 189, 189, 0.5);
  margin: 20em 2em 0 2em;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .container-pass {
    width: 100%;
    margin: 10em 2em 0 2em;
  }
}

#errorMessage {
  color: red;
  display: none;
  padding-top: 0.5em;
  font-size: 1.4rem;
}

.contact__bajada .link {
  color: #306e5a;
}

.contact__bajada .link:hover {
  color: #1e5442;
}

/*  
Reset
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  font-size: 10px;
  font-family: "Work Sans", sans-serif;
  z-index: -100px;
}

.container {
  width: 1400px;
  margin: 0 auto;
  padding: 0 !important;
}

.hideme {
  opacity: 0;
}

.margin-bottom {
  margin-bottom: 4em;
}
@media only screen and (max-width: 768px) {
  .margin-bottom {
    margin-bottom: 2em;
  }
}

.margin-top {
  margin-top: 4em;
}
@media only screen and (max-width: 768px) {
  .margin-top {
    margin-top: 2em;
  }
}

.margin-bottom--xl {
  margin-bottom: 6em;
}
@media only screen and (max-width: 768px) {
  .margin-top--xl {
    margin-bottom: 2em;
  }
}

.margin-top--xl {
  margin-top: 6em;
}
@media only screen and (max-width: 768px) {
  .margin-top--xl {
    margin-top: 4em;
  }
}

.margin-sides {
  margin: 0 1em;
}

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

.background--gray {
  background-color: #fafafa;
}

.background--rose {
  background-color: #fef3f0;
}

.background--white {
  background-color: #ffffff;
}

/*  
Header
*/

.bubble {
  position: absolute;
  left: 85em;
  top: -22em;
  z-index: -10;
  width: 900px;
  height: 900px;
  background-color: #dbe6e3;
  animation: animate 10s linear infinite;
}
@media (max-width: 320px) {
  .bubble {
    left: 17em;
    top: -24em;
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 575px) {
  .bubble {
    left: 17em;
    top: -24em;
    width: 750px;
    height: 750px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .bubble {
    left: 17em;
    top: -24em;
    width: 750px;
    height: 750px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .bubble {
    left: 46em;
    top: -1em;
    width: 650px;
    height: 650px;
  }
}
@media (min-width: 1600px) {
  .bubble {
    left: 150em;
    top: -27em;
    width: 1200px;
    height: 1200px;
  }
}

@keyframes animate {
  0%,
  100% {
    border-radius: 64% 36% 47% 63% / 55% 58% 42% 45%;
  }
  25% {
    border-radius: 63% 37% 46% 38% /63% 36% 64% 37%;
  }
  50% {
    border-radius: 28% 62% 44% 56% / 49% 40% 60% 51%;
  }
  75% {
    border-radius: 40% 60% 60% 30% / 47% 62% 38% 53%;
  }
}

.bubble2 {
  z-index: 1;
  position: absolute;
  display: grid;
  left: 83em;
  top: 63em;
  width: 130px;
  height: 130px;
  background-color: #b6cbc4;
  animation: animate2 10s linear infinite;
}
@media (max-width: 320px) {
  .bubble2 {
    left: 28em;
    top: 54em;
    width: 90px;
    height: 90px;
  }
}
@media (min-width: 321px) and (max-width: 575px) {
  .bubble2 {
    left: 28em;
    top: 54em;
    width: 90px;
    height: 90px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .bubble2 {
    left: 43em;
    top: 63em;
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .bubble2 {
    left: 43em;
    top: 63em;
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 1600px) {
  .bubble2 {
    left: 148em;
    top: 85em;
    width: 200px;
    height: 200px;
  }
}

@keyframes animate2 {
  0%,
  100% {
    border-radius: 40% 50% 50% 30% / 47% 62% 38% 53%;
  }
  25% {
    border-radius: 63% 37% 46% 38% /63% 36% 64% 37%;
  }
  50% {
    border-radius: 28% 62% 44% 56% / 49% 40% 60% 51%;
  }
  75% {
    border-radius: 64% 36% 47% 63% / 55% 58% 42% 45%;
  }
}
/*  
Menú
*/
.nav {
  width: 100%;
}
ç .nav-container2 {
  padding: 7em 0 0 0;
}

.nav__logo {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  color: #2c2c2c;
  text-transform: uppercase;
}

.nav__logo:hover {
  transition: 0.2s ease;
  color: #1e5442;
}

.nav__logo span {
  color: #fd5459;
  font-size: 1.8rem;
  font-weight: 600;
}

.nav__toggle {
  display: none;
  padding: 0;
  position: relative;
  z-index: 100;
}

.fa-times {
  transition: all 0.3s ease;
}

#menu-close {
  display: none;
}

.nav.display #menu-close {
  display: inline-block;
  animation: rotateIn 0.3s ease-in-out;
}

.nav.display #menu-open {
  display: none;
}

@keyframes rotateIn {
  from {
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform: rotate(0);
    opacity: 1;
  }
}

.menu {
  float: right;
  list-style: none;
}

.menu__item {
  display: inline-block;
  font-weight: 300;
  padding: 0 20px;
  transition: 0.2s ease;
}
.menu__item a {
  font-size: 1.8rem;
  font-weight: 400;
  color: #2c2c2c;
  z-index: 2;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 992px) {
  .menu__item a {
    margin-bottom: 4em;
  }
}
.menu__item a:hover {
  transition: 0.2s ease;
  color: #1e5442;
}
.menu__item a span {
  color: #fd5459;
  font-size: 1.6rem;
  font-weight: 600;
}

@media only screen and (max-width: 992px) {
  .nav {
    transition: 0.3s ease;
    position: absolute;
    z-index: 4;
  }
  .nav.display {
    width: 100vw;
    height: 100vh;
    position: fixed;
    display: block;
    background: #2c2c2c;
    opacity: 0.9;
  }
  .nav__logo {
    display: inline-block;
    align-self: center;
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c2c2c;
    text-transform: uppercase;
    margin-top: 0.4em;
  }
  .nav__logo span {
    font-size: 1.5rem;
    color: #fd5459;
  }
  .nav__toggle {
    display: block;
    float: right;
    cursor: pointer;
    transition: 0.3s ease;
    color: #000;
    margin-right: 1em;
  }
  .nav__toggle:hover {
    color: #fd5459;
    transition: 0.3s ease;
  }

  /* Mobile menu icon styles */
  #menu-open,
  #menu-close {
    font-size: 2rem;
  }

  .fa {
    font-size: 3rem;
  }
  #menu {
    font-size: 2rem;
  }
  .menu {
    width: 100%;
  }
  .menu__item {
    opacity: 0;
    text-align: left;
    padding: 20px;
    margin: 0px;
    transition: 0.3s ease;
  }
  .menu__item a {
    font-size: 1.8rem;
    font-weight: 600;
    display: none;
    color: #eee;
    padding: 20px 10px;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s ease;
  }
  .menu__item a:hover {
    transition: 0.3s ease;
    transform: translateX(5px);
    color: #ccc;
  }
  .menu__item a span {
    font-size: 1.8rem;
  }
  .menu__item.display {
    display: block;
    animation: showMenuItems 0.6s ease;
    animation-fill-mode: both;
  }
  .menu__item.display:nth-child(1) {
    animation-delay: 0.1s;
  }
  .menu__item.display:nth-child(2) {
    animation-delay: 0.2s;
  }
  .menu__item.display:nth-child(3) {
    animation-delay: 0.3s;
  }
  .menu__item.display a {
    display: block;
  }
}

@keyframes showMenuItems {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/*  
Banner Home
*/
.header-home {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  padding: 0;
}

/* Position the nav absolutely within header-home */
.header-home nav {
  position: absolute;
  width: 100%;
  z-index: 10;
}

.banner-home {
  padding-top: 25em;
  width: 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  align-items: center;
  align-content: center;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 576px) {
  .banner-home {
    padding-top: 15em;
  }
}

@media only screen and (min-width: 1600px) {
  .banner-home {
    padding-top: 45em;
  }
}

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

.banner__title {
  color: #2c2c2c;
  position: relative;
  z-index: 3;
}

@media (max-width: 575px) {
  .container-projects {
    margin-top: 3em;
  }
}
.banner__title {
  font-size: 3rem;
}

@media (min-width: 576px) {
  .banner__title {
    font-size: 4rem;
  }
}

@media (min-width: 768px) {
  .banner__title {
    font-size: 5rem;
  }
}

@media (min-width: 992px) {
  .banner__title {
    font-size: 6rem;
  }
}

@media (min-width: 1600px) {
  .banner__title {
    font-size: 7rem;
  }
}

.banner__title-color {
  color: #fd5459;
}

.fab {
  font-size: 3rem;
  color: #fd5459;
  margin-right: 1.5em;
  margin-top: 2em;
}
@media only screen and (max-width: 992px) {
  .fab {
    margin-right: 0.5em;
  }
}

.fab:hover {
  color: #000;
  transition: 0.3s ease;
}

.fa-solid {
  font-size: 2rem;
  color: #ffffff;
  margin-left: 0.5em;
}
@media only screen and (max-width: 992px) {
  .fab {
    margin-right: 0.5em;
  }
}

.button-container {
  margin: 8em 0 0 0;
}

.button-container--social {
  margin: 14em 0 0 0;
}
@media only screen and (max-width: 576px) {
  .button-container--social {
    margin: 9em 0 0 0;
  }
}

.banner-button--primary {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 400;
  color: #ffffff;
  padding: 1em 1.5em;
  background-color: #306e5a;
  border-radius: 0.5em;
}

.banner-button--primary:hover {
  background-color: #1e5442;
  transition: 0.3s ease;
}

.banner-button--secondary {
  width: 100%;
  font-size: 1.5rem;
  padding: 0.5em;
  margin-right: 1em;
  font-weight: 400;
  color: #2c2c2c;
  padding: 0.7em;
  background-color: #f5f5f5;
  border-radius: 0.5em;
}

.banner-button--secondary:hover {
  transition: 0.2s ease;
  color: #1e5442;
  background-color: #e3e3e3;
}

/*  
Section projects
*/

.section__projects {
  text-align: center;
  display: flex;
  font-weight: 600;
  justify-content: space-between;
  font-size: 2rem;
  padding: 2em 0 0 0;
}

.section__title {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 2em;
  text-align: left;
  color: #2c2c2c;
}

@media (max-width: 992px) {
  .section__title {
    font-size: 2.4rem;
    font-weight: 600;
    padding: 1em 0 0 0;
    margin-bottom: 2em;
  }
}

.section__title2 {
  font-size: 3rem;
  font-weight: 600;
}
@media (max-width: 575px) {
  .section__title2 {
    font-size: 2.4rem;
  }
}

.projects__container-images {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.projects__image {
  width: 47%;
  text-align: left;
}
@media (max-width: 992px) {
  .projects__image {
    width: 100%;
    margin-bottom: 1.5em;
  }
}

.container-overlay {
  position: relative;
}

.image {
  width: 100%;
}

.project-image__title {
  margin-top: 1em;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.8rem;
}

.project-image__title span {
  margin-top: 1em;
  font-size: 2rem;
  font-weight: 500;
  color: #b9b8b8;
}

.project-image__bajada {
  font-size: 1.8rem;
  margin-top: 1em;
  margin-bottom: 4em;
  line-height: 2.6rem;
  font-weight: 400;
  color: #2c2c2c;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 99.5%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(253, 84, 89, 0.8);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.overlay:hover {
  opacity: 1;
}

.overlay2 {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: rem;
}

/*  
Contact me
*/

.container-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 16em 0;
}
@media (max-width: 768px) {
  .container-contact {
    display: flex;
    justify-content: center;
    margin: 0 0 4em 0;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .container-contact {
    margin-top: -4em;
  }
}

.bubble3 {
  position: absolute;
  top: -6em;
  left: -6em;
  z-index: -1;
  width: 500px;
  height: 500px;
  background-color: #b6cbc4;
  animation: animate 10s linear infinite;
}
@media (max-width: 992px) {
  .bubble3 {
    display: none;
  }
}

.contact {
  width: 47%;
  background-color: #fff;
  padding: 3em 2em;
  box-shadow: 0 2px 4px 0 rgba(189, 189, 189, 0.5);
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .contact {
    width: 100%;
  }
}

.contact__bajada {
  font-size: 1.6rem;
  margin-top: 1em;
  line-height: 2.2rem;
}

.form-group {
  text-align: right;
}

.input-form {
  -webkit-appearance: none;
  height: 4em;
  margin: 1em 0;
  width: 100%;
  border: solid 1px #ecebeb;
  padding: 1em;
  border-radius: 3px;
  font-size: 1.5rem;
  margin: 1em 2rem 0 0;
}
@media (max-width: 575px) {
  .input-form {
    height: 3em;
  }
}

.input-form:focus {
  outline: none;
  border: 1px solid #1e5442;
  box-shadow: 0 2px 4px 0 rgba(73, 170, 136, 0.5);
}

.area-form {
  -webkit-appearance: none;
  height: 8em;
  margin: 1em 0;
  width: 100%;
  border: solid 1px #ecebeb;
  padding: 1em;
  border-radius: 3px;
  font-size: 1.5rem;
  margin: 1em 2rem 1em 0;
  resize: none;
}

.area-form:focus {
  outline: none;
  border: 1px solid #1e5442;
  box-shadow: 0 2px 4px 0 rgba(73, 170, 136, 0.5);
}

.button-form--primary {
  -webkit-appearance: none;
  color: #ffffff;
  background-color: #306e5a;
  border-style: none;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 1em 4em;
  border-radius: 8px;
  margin: 1em 0 0 0;
}
@media (max-width: 575px) {
  .button-form--primary {
    width: 100%;
  }
}

.button-form--primary:hover {
  background-color: #1e5442;
  transition: 0.3s ease;
}

.contact-text {
  position: relative;
  width: 47%;
}
@media (max-width: 992px) {
  .contact-text {
    display: none;
  }
}

.icon-dialog {
  position: relative;
}

.dialog {
  animation: 4s infinite alternate floating;
}

.dialog2 {
  position: absolute;
  top: 2.5em;
  left: 5em;
  z-index: -1;
  animation: 5s infinite alternate floating;
}

@keyframes floating {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-7px);
  }
  100% {
    transform: translatey(0px);
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 14px;
  }
}

/*  
Footer
*/

.footer {
  height: 10em;
  background-color: #000;
  display: flex;
  align-items: center;
}

.container-footer {
  display: flex;
  justify-content: space-between;
}

.fab2 {
  color: #fff;
  margin-top: 0;
  font-size: 2em;
}

.fab2:hover {
  color: #fd5459;
}

.copyright {
  color: #fff;
  font-size: 1.3rem;
}

/*  
Menú
*/

.nav-projects {
  padding: 3em 0;
  background-color: white;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
  box-shadow: 0 2px 4px 0 rgba(189, 189, 189, 0.5);
}
@media only screen and (max-width: 992px) {
  .nav-projects {
    padding: 2.5em 0;
  }
}
@media only screen and (max-width: 992px) {
  .menu {
    height: 0px;
  }
}

/*  
Banner projects
*/

.container-projects {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-section {
  width: 100%;
  height: 60vh;
  display: flex;
  align-items: center;
  background-image: url(../img/editorial/banner-editorial.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #f4eddf;
}

.info-banner {
  width: 100%;
  margin: 9em 0 12em 0;
}
@media only screen and (max-width: 992px) {
  .info-banner {
    margin: 5em 0;
  }
}

.banner__title--project {
  color: #2c2c2c;
  font-size: 4rem;
  font-weight: bold;
  margin: 2em 0 1em 0;
}

@media only screen and (max-width: 992px) {
  .banner__title--project {
    font-size: 2.6rem;
    margin: 2em 0 1em 0;
  }
}

.banner__title--thanks {
  color: #2c2c2c;
  font-size: 4rem;
  font-weight: bold;
  margin: 2em 0;
}

@media only screen and (max-width: 992px) {
  .banner__title--thanks {
    font-size: 2.6rem;
    margin: 2em 0;
  }
}

.banner__subtitle--project {
  color: #2c2c2c;
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 992px) {
  .banner__subtitle--project {
    font-size: 2rem;
  }
}

.banner__subtitle--project2 {
  color: #2c2c2c;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 1.5em 0;
}
@media only screen and (max-width: 992px) {
  .banner__subtitle--project2 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}

.banner__text--project {
  color: rgb(57, 57, 57);
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 1em;
  line-height: 2.8rem;
}
@media only screen and (max-width: 992px) {
  .banner__text--project {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}

.title--projects {
  font-size: 2.5rem;
  font-weight: 600;
  color: #d5d5d5;
  margin: 3.5em 0 -1em 0;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .title--projects {
    font-size: 2em;
    margin: 3em 0 -1.5em 0;
  }
}
.title--projects-swipe {
  color: #ffa4ae;
  margin: 2em 0;
}

/*  
La gallina degollada
*/

.section-mockup {
  display: flex;
  flex-direction: column;
  align-self: center;
  background-color: #ffebeb;
  text-align: center;
  padding: 5em 0 38em 0;
  margin-bottom: 10em;
}
@media only screen and (max-width: 992px) {
  .section-mockup {
    padding: 3em 0 17em 0;
  }
}

.container-slides {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

/* 
Slider 
*/

#jssor_1 {
  box-shadow: 0 3px 6px 0 rgba(255, 126, 126, 0.5);
  position: relative;
  top: 0px;
  left: 0px;
  width: 1080px;
  height: 537px;
  overflow: hidden;
  visibility: hidden;
}

.jssorl-009-spin img {
  animation-name: jssorl-009-spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.jssorb052 .i {
  position: absolute;
  cursor: pointer;
}

.jssorb052 .i .b {
  fill: #000;
  fill-opacity: 0.3;
}

.jssorb052 .i:hover .b {
  fill-opacity: 0.7;
}

.jssorb052 .iav .b {
  fill-opacity: 1;
}

.jssorb052 .i.idn {
  opacity: 0.3;
}

.jssora053 {
  display: block;
  position: absolute;
  cursor: pointer;
}

.jssora053 .a {
  fill: none;
  stroke: #fff;
  stroke-width: 640;
  stroke-miterlimit: 10;
}

.jssora053:hover {
  opacity: 0.8;
}

.jssora053.jssora053dn {
  opacity: 0.5;
}

.jssora053.jssora053ds {
  opacity: 0.3;
  pointer-events: none;
}

/*  
Section photos
*/

.image-ficha {
  margin-top: -35em;
  margin-bottom: 10em;
  max-width: 65%;
}
@media only screen and (max-width: 992px) {
  .image-ficha {
    margin-top: -20em;
    margin-bottom: 5em;
    max-width: 90%;
  }
}

.section-photos {
  text-align: center;
  background-color: #000;
  padding: 10em 0;
}
@media only screen and (max-width: 992px) {
  .section-photos {
    padding: 5em 0;
  }
}

.photos {
  max-width: 100%;
}
@media only screen and (max-width: 992px) {
  .photos {
    display: none;
  }
}

.photos-mobile {
  display: none;
}
@media only screen and (max-width: 992px) {
  .photos-mobile {
    display: block;
    max-width: 100%;
  }
}

.chicken {
  max-width: 200px;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 992px) {
  .chicken {
    max-width: 150px;
  }
}

/*  
Fila-virtual
*/

.icons {
  text-align: center;
  justify-content: center;
}

.image-icons {
  max-width: 900px;
}

.section-video {
  display: flex;
  justify-content: center;
  margin: 10em 0;
}
@media only screen and (max-width: 992px) {
  .section-video {
    display: none;
  }
}

.video {
  outline: none !important;
  -webkit-box-shadow: 11px 7px 20px 0px #dbdbdb;
  -moz-box-shadow: 11px 7px 20px 0px #dbdbdb;
  box-shadow: 11px 7px 20px 0px #dbdbdb;
}

/*  
Tame-impala
*/

.colorpalette {
  display: flex;
  justify-content: center;
}

.title-palette {
  color: #2c2c2c;
  font-size: 2.6rem;
  font-weight: 600;
  text-align: center;
  margin: 4em 0 1em 0;
}
@media only screen and (max-width: 756px) {
  .title-palette {
    margin: 3em 0 1em 0;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 992px) {
  .banner__subtitle--project {
    font-size: 2rem;
  }
}

.cards-tame {
  margin: 2em 0 4em 0;
}

.section-visit {
  text-align: center;
  background-color: #fef3ef;
  padding: 6em;
}
.section-visit-sign-up {
  background-color: #fff;
}
@media only screen and (max-width: 992px) {
  .section-visit {
    padding: 2em;
  }
}

.plane {
  width: 60px;
  margin: 2em;
}
@media only screen and (max-width: 992px) {
  .plane {
    width: 40px;
    margin: 1em;
  }
}
/*  
Sign-up
*/

.thanks {
  width: 150px;
  margin: 2em;
}
@media only screen and (max-width: 992px) {
  .thanks {
    width: 70px;
    margin: 1em;
  }
}

.image-error {
  margin-top: 3em;
}

@media only screen and (max-width: 992px) {
  .banner-sign-up {
    display: none;
  }
}

.banner-sign-up-mobile {
  display: none;
}
@media only screen and (max-width: 992px) {
  .banner-sign-up-mobile {
    display: block;
    margin-top: 7em;
  }
}

/*  
Optiwe
*/

.image-web {
  margin: 2em 0 0em 0;
}
@media only screen and (max-width: 992px) {
  .thanks-optiwe {
    margin: 4em 0 0 0;
  }
}

.image-macbook {
  margin: -2em 0 2em;
}

.thanks-optiwe {
  width: 100px;
  margin: 2em;
}
@media only screen and (max-width: 992px) {
  .thanks-optiwe {
    width: 70px;
    margin: 1em;
  }
}

/*  
Oceanic airlines
*/

.oceanic-desktop-container {
  display: flex;
  justify-content: center;
}

.oceanic-desktop {
  -webkit-box-shadow: 9px 4px 10px -3px #e8edff;
  -moz-box-shadow: 9px 4px 10px -3px #e8edff;
  box-shadow: 9px 4px 10px -3px #e8edff;
  margin: 4em 0 7em 0;
}
@media only screen and (max-width: 9920px) {
  .oceanic-desktop {
    display: none;
  }
}

.title-blog {
  margin-bottom: 0.7em;
  margin-top: 1em;
}

.title-blog2 {
  color: rgb(57, 57, 57);
  font-size: 3rem;
  font-weight: 600;
  margin-top: 2.5em;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 992px) {
  .title-blog2 {
    font-size: 2.7rem;
  }
}

.bullet {
  margin-left: 2.5em;
  list-style-type: disc;
}

.articulo {
  color: #1e3c98;
  font-weight: 600;
}

.articulo:hover {
  color: #fa1c91;
  font-weight: 600;
}

.destacado {
  color: #00s0;
  font-size: 1.8rem;
  font-weight: 600;
}
@media only screen and (max-width: 992px) {
  .destacado {
    font-size: 1.5rem;
  }
}

.destacado2 {
  color: #000;
  font-size: 1.8rem;
  font-weight: 600;
}
@media only screen and (max-width: 992px) {
  .destacado2 {
    font-size: 1.5rem;
  }
}

.footer-blog {
  margin-top: 5em;
}

.image-web2 {
  margin: 0em 0 6em 0;
}

/*  
Bundles
*/

.cards-container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .cards-container {
    flex-direction: column;
  }
}

.card-goals {
  display: flex;
  flex-direction: column;
  align-items: left;
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  border-radius: 12px;
  width: 32%;
}
@media only screen and (max-width: 600px) {
  .card-goals {
    width: 100%;
    margin-bottom: 2em;
  }
}

.icon-card {
  font-size: 4rem;
  margin: 0.4em;
}
@media only screen and (max-width: 992px) {
  .icon-card {
    font-size: 3rem;
  }
}

.divider-card {
  width: 100%;
  height: 1px;
  margin-bottom: 2em;
  background-color: #e3e5ea;
}

.solution-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 600px) {
  .solution-container--blue {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1e3c98;
    padding: 8em 0;
  }
}

.prototype-background {
  position: relative;
}
@media only screen and (max-width: 600px) {
  .prototype-background {
    display: none;
  }
}

.solution-gif {
  width: 20%;
  position: absolute;
  inset: 0;
  margin: auto;
}
@media only screen and (max-width: 600px) {
  .solution-gif {
    width: 70%;
    position: relative;
  }
}

.card-process {
  display: flex;
  flex-direction: column;
  align-items: left;
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  border-radius: 12px;
  width: 100%;
  margin-bottom: 2em;
}

.card-process__item {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.card-process__icon {
  font-size: 2.5rem;
  margin: 0.7em;
}

.components-container {
  display: flex;
  justify-content: center;
}

.image-component {
  max-width: 894px;
}
@media only screen and (max-width: 800px) {
  .image-component {
    width: 100%;
  }
}

.background-thanks {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 4em;
}

@media only screen and (max-width: 992px) {
  /* Mobile menu icon styles */
  .fa-bars,
  .fa-times {
    font-size: 2rem;
  }

  .nav.display .nav__toggle {
    color: #fff; /* Change color to white when menu is open */
  }

  .nav.display #menu-close {
    color: #fff;
  }
}

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

/* Ensure the nav-container is styled correctly */
.nav .container .nav-container {
  padding: 7em 0 0 0;
}

/* Mobile responsiveness for the nav-container */
@media only screen and (max-width: 992px) {
  .nav .container .nav-container {
    padding: 7cqh 0 0 0;
  }
}

@media only screen and (max-width: 576px) {
  .nav .container .nav-container {
    padding: 7em 0 0 0;
  }
}

.language-switch {
  padding: 5px 10px;
  border: 1px solid #306e5a;
  border-radius: px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.language-switch:hover {
  background-color: #333;
  color: white;
}

/* Language Switch Styles */
.language-switch {
  color: #306e5a;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 0.5rem 1rem;
  border-radius: 4px;
}

.language-switch:hover {
  color: #ffffff !important;
  background-color: #1e5442;
  transition: 0.3s ease;
}

@media only screen and (max-width: 992px) {
  .language-switch {
    font-size: 1.4rem;
    border: 0px;
  }
  .language-switch:hover {
    color: #ffffff !important;
    background-color: #00000000;
  }
}
