@charset "UTF-8";
@font-face {
  font-family: "photograph-signature"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Photograph_Signature.ttf") format("woff2");
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Poppins"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Poppins-Bold.ttf") format("woff2");
  font-weight: 700;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Poppins"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Poppins-Regular.ttf") format("woff2");
  font-weight: 400;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Poppins"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Poppins-Light.ttf") format("woff2");
  font-weight: 300;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Poppins"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Poppins-ExtraBold.ttf") format("woff2");
  font-weight: 800;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Dinex"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/D-DINExp.woff2") format("woff2");
  font-weight: 300;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/* Animación para simular el cursor de escritura */
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: black;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
* {
  margin: auto;
  padding: 0.1px;
  box-sizing: border-box;
  scroll-behavior: smooth;
  letter-spacing: normal;
}

body {
  background-color: #f7f7f7;
  background-image: url("../images/welcome/background-image.webp");
  font-family: "Poppins", sans-serif;
  margin: auto;
  position: relative;
  width: 100%;
  font-size: 18px;
  background-size: contain;
}

.container {
  position: relative;
  max-width: 100%;
}

.boder_section {
  width: 100%;
  height: 43px;
  background-color: #a3a4a8;
}

@font-face {
  font-family: "photograph-signature"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Photograph_Signature.ttf") format("woff2");
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Poppins"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Poppins-Bold.ttf") format("woff2");
  font-weight: 700;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Poppins"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Poppins-Regular.ttf") format("woff2");
  font-weight: 400;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Poppins"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Poppins-Light.ttf") format("woff2");
  font-weight: 300;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Poppins"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Poppins-ExtraBold.ttf") format("woff2");
  font-weight: 800;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Dinex"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/D-DINExp.woff2") format("woff2");
  font-weight: 300;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/* Animación para simular el cursor de escritura */
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: black;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
* {
  margin: auto;
  padding: 0.1px;
  box-sizing: border-box;
  scroll-behavior: smooth;
  letter-spacing: normal;
}

body {
  background-color: #f7f7f7;
  background-image: url("../images/welcome/background-image.webp");
  font-family: "Poppins", sans-serif;
  margin: auto;
  position: relative;
  width: 100%;
  font-size: 18px;
  background-size: contain;
}

.container {
  position: relative;
  max-width: 100%;
}

.boder_section {
  width: 100%;
  height: 43px;
  background-color: #a3a4a8;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/* Animación para simular el cursor de escritura */
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: black;
  }
}
.header {
  background-repeat: no-repeat;
  background-position: center;
}

#texto-escrito {
  position: relative;
  z-index: 100;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  animation: typing 1.5s steps(100, end), blink-caret 0.75s step-end infinite;
  margin: 0;
  margin-top: -14%;
}

@keyframes escribir {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  font-size: 2rem !important;
  font-weight: bold;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  font-size: 2rem !important;
  font-weight: bold;
}

.section_container {
  margin: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 100vh;
}
.section_container .swiper-banner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}
.section_container .swiper-banner .swiper-button-next,
.section_container .swiper-banner .swiper-button-prev {
  z-index: 1;
  height: auto;
  width: auto;
  top: 50%;
  position: absolute;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-color: #FFFFFF;
  border-radius: 50%;
}
.section_container .swiper-banner .swiper-button-next::after,
.section_container .swiper-banner .swiper-button-prev::after {
  font-size: 0.7rem !important;
  color: gray;
}
.section_container .swiper-banner .swiper-slide {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center;
}
.section_container .swiper-banner .swiper-pagination-bullet {
  background-color: #fff;
}

.container__menu {
  margin-top: 28px;
  background-color: transparent;
  position: fixed;
  width: 100%;
  z-index: 9999;
  margin: 0;
}

.container__menu__items {
  list-style: none;
  margin: 0;
  padding: 2rem 20px;
  display: flex;
  text-decoration: none;
  justify-content: end;
  align-items: center;
  gap: 4rem;
  transition: all 0.3s ease;
  background-color: rgba(56, 68, 99, 0.9);
}
.container__menu__items ul {
  display: flex;
  text-decoration: none;
  justify-content: end;
  align-items: center;
  gap: 4rem;
}
.container__menu__items ul li {
  list-style: none;
}
.container__menu__items ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 0.88rem;
  cursor: pointer;
}
.container__menu__items ul .current_page_item {
  border-bottom: 3px solid #fff;
}
.container__menu__items .active {
  content: "";
  background-size: contain;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 8px;
  color: 0;
  border-bottom: 2px solid #384463;
}

.scrolled,
.menu {
  background-color: rgba(56, 68, 99, 0.9);
}

.section_container .titles {
  padding-left: 6%;
  top: 15%;
  position: absolute;
  z-index: 0;
}

.section_container .title1 {
  color: #13479d;
  font-size: 3.55rem;
  margin-top: 12%;
  font-weight: 700;
  font-style: normal;
}

.section_container .title2 {
  padding-left: 23px;
  line-height: 343.8px;
  color: #fff;
  font-size: 11.11rem;
  font-family: "photograph-signature", sans-serif;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  animation: typing 1.5s steps(100, end), blink-caret 0.75s step-end infinite;
  margin-top: -150px;
}

.background_packaages {
  background-image: url("../images/header/02.png");
  width: 100%;
}

.image_couple {
  margin: 0;
  width: 400px;
  height: auto;
  z-index: 1;
  object-fit: contain;
  margin-top: -230px;
}

.container_title {
  display: flex;
  background-color: #384463;
  height: 134px;
  margin: 0;
  position: relative;
  z-index: 1;
  margin-top: -134px;
}

.section_content {
  width: 90%;
  gap: 1rem;
  color: #fff;
  display: flex;
  margin: 0;
  padding-left: 10%;
}

.subtitle_general {
  font-family: "Poppins", sans-serif;
  font-size: 2.22rem;
  margin: 0;
  display: flex;
  align-items: start;
  margin-left: 0;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.general_text_animation {
  font-family: "photograph-signature", sans-serif;
  font-weight: normal;
  font-size: 7.11rem;
  margin-bottom: -4%;
  margin-left: -41%;
}

.background_cruise {
  background-image: url("../images/header/04.png");
}

.image_timon {
  width: 17%;
  z-index: 2;
  margin: -2% auto;
  margin-left: 12%;
}

.subtitle_cruise {
  margin-top: -5%;
  margin-right: 5%;
  z-index: 1;
}

.text_animation_cruise {
  margin-bottom: -5%;
  margin-left: -38%;
}

.menu {
  display: none;
  text-align: end;
  margin-right: 0;
}

.close {
  display: none;
}

.wppButton {
  position: fixed;
  z-index: 9999;
  margin: 0;
  right: 20px;
  bottom: 180px;
}
.wppButton img {
  margin: 0;
  height: 64px;
  width: 64px;
  animation-name: pulse !important;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@media ((max-width: 768px)) {
  .general_text_animation {
    font-size: 5.3rem;
  }
}
@media ((max-width: 600px)) {
  .section_container .title2 {
    font-size: 9rem;
  }
}
@media ((max-width: 1100px)) {
  .menu {
    display: block;
    padding: 0 7%;
  }
  .container__menu__items {
    display: none;
    width: 50%;
  }
  .close {
    text-align: end;
    display: block;
    width: 100%;
  }
  .vertical_menu {
    border-left: 3%;
    height: 100%;
    background-color: #384463;
    display: block;
    width: 50% !important;
    position: fixed;
    right: 0;
    top: 0;
    margin: 0;
    transition: transform 0.3s ease;
  }
  .vertical_menu ul {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
  .menu {
    display: block;
    padding: 1rem;
  }
  .hidden {
    display: none;
  }
}
@media ((max-width: 1070px)) {
  .image_couple {
    width: 300px;
    margin-top: -140px;
  }
  .general_text_animation {
    font-size: 4.9rem;
    margin-bottom: -3%;
    margin-left: -66%;
  }
  .section_container .title2 {
    font-size: 9rem;
  }
  .section_container .title1 {
    font-size: 2.9rem;
  }
}
@media (max-width: 850px) {
  .subtitle_general {
    font-size: 2rem;
  }
  .section_content {
    padding: 0;
  }
  .general_text_animation {
    font-size: 3rem;
  }
}
@media ((max-width: 600px)) {
  .general_text_animation {
    font-size: 3rem;
    margin-left: 0 !important;
  }
  .subtitle_general {
    margin-left: -15%;
    font-size: 1rem;
    justify-content: center;
    align-items: center;
    z-index: 0;
  }
  .image_couple {
    width: auto;
    height: 200px;
    margin-top: -70px;
  }
}
@media ((max-width: 425px)) {
  .general_text_animation {
    font-size: 2rem;
    margin-bottom: 0%;
    margin-left: -73%;
  }
  .image_couple {
    width: 180px;
    margin-top: -50px;
  }
}
@media ((max-width: 375px)) {
  .section_container .title1 {
    font-size: 2.2rem;
  }
  .section_container .title2 {
    font-size: 7rem;
  }
}
@media ((max-width: 298px)) {
  .section_container .title1 {
    font-size: 2rem;
  }
  .section_container .title2 {
    font-size: 6rem;
  }
}
@media ((max-width: 320px)) {
  .general_text_animation {
    font-size: 2.2rem;
    margin-bottom: 0%;
    margin-left: -73%;
  }
}
@font-face {
  font-family: "photograph-signature"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Photograph_Signature.ttf") format("woff2");
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Poppins"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Poppins-Bold.ttf") format("woff2");
  font-weight: 700;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Poppins"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Poppins-Regular.ttf") format("woff2");
  font-weight: 400;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Poppins"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Poppins-Light.ttf") format("woff2");
  font-weight: 300;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Poppins"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Poppins-ExtraBold.ttf") format("woff2");
  font-weight: 800;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Dinex"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/D-DINExp.woff2") format("woff2");
  font-weight: 300;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/* Animación para simular el cursor de escritura */
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: black;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
* {
  margin: auto;
  padding: 0.1px;
  box-sizing: border-box;
  scroll-behavior: smooth;
  letter-spacing: normal;
}

body {
  background-color: #f7f7f7;
  background-image: url("../images/welcome/background-image.webp");
  font-family: "Poppins", sans-serif;
  margin: auto;
  position: relative;
  width: 100%;
  font-size: 18px;
  background-size: contain;
}

.container {
  position: relative;
  max-width: 100%;
}

.boder_section {
  width: 100%;
  height: 43px;
  background-color: #a3a4a8;
}

.welcome {
  background-color: #384463;
  padding-bottom: 5%;
}

.container_cards {
  display: flex;
  width: 90%;
  flex-wrap: wrap;
}

.container_counts {
  display: flex;
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
  max-width: 245px;
  width: 100%;
}

.title {
  padding: 23px;
  text-align: center;
  color: #fff;
  font-size: 3.5rem;
}

.cards_container_description {
  width: 10%;
}

.description {
  font-size: 1rem;
  font-weight: 400;
  width: 87%;
  margin-top: -7%;
  text-align: start;
}

.container_cards .container_card {
  padding: 20px;
  border-radius: 15px;
  transition: transform 0.3s ease;
  min-height: 400px;
  margin-top: 2%;
  width: 306px;
}

.card_service {
  transition: transform 0.3s ease;
  height: 486px;
}

.card_service:hover,
.container_cards .container_card:hover {
  transform: scale(1.05);
}

.container_cards .card_images {
  display: flex;
  flex-direction: column;
}
.container_cards .card_images img {
  width: 100%;
  height: 247px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.container_cards .plane_card {
  position: relative;
  left: -40%;
  margin-top: -20%;
  width: 49px !important;
  height: 49px !important;
}

@media (max-width: 600px) {
  .title {
    font-size: 2rem;
  }
}
@font-face {
  font-family: "photograph-signature"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Photograph_Signature.ttf") format("woff2");
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Poppins"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Poppins-Bold.ttf") format("woff2");
  font-weight: 700;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Poppins"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Poppins-Regular.ttf") format("woff2");
  font-weight: 400;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Poppins"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Poppins-Light.ttf") format("woff2");
  font-weight: 300;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Poppins"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Poppins-ExtraBold.ttf") format("woff2");
  font-weight: 800;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Dinex"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/D-DINExp.woff2") format("woff2");
  font-weight: 300;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/* Animación para simular el cursor de escritura */
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: black;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
* {
  margin: auto;
  padding: 0.1px;
  box-sizing: border-box;
  scroll-behavior: smooth;
  letter-spacing: normal;
}

body {
  background-color: #f7f7f7;
  background-image: url("../images/welcome/background-image.webp");
  font-family: "Poppins", sans-serif;
  margin: auto;
  position: relative;
  width: 100%;
  font-size: 18px;
  background-size: contain;
}

.container {
  position: relative;
  max-width: 100%;
}

.boder_section {
  width: 100%;
  height: 43px;
  background-color: #a3a4a8;
}

.choose {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 2rem;
}
.choose__top {
  display: flex;
  width: 100%;
  margin: 0;
  justify-content: center;
  gap: 1rem;
  z-index: 1;
}
.choose__top img, .choose__top h2 {
  margin: 0;
}
.choose__top h2 {
  margin-top: 2rem;
}
.choose__top img {
  margin-top: -70px;
  width: 200px;
  height: auto;
  object-fit: contain;
}
.choose p {
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #091f51;
  margin: 0;
  width: 70%;
  margin-inline: auto;
  text-align: center;
  line-height: 1.6rem;
}

@media (max-width: 650px) {
  .choose__top {
    flex-direction: column;
    align-items: center;
  }
  .choose p {
    width: 100%;
    margin: 0;
    padding: 0 5%;
    font-size: 1rem;
    line-height: 1.3rem;
  }
}
@font-face {
  font-family: "photograph-signature"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Photograph_Signature.ttf") format("woff2");
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Poppins"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Poppins-Bold.ttf") format("woff2");
  font-weight: 700;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Poppins"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Poppins-Regular.ttf") format("woff2");
  font-weight: 400;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Poppins"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Poppins-Light.ttf") format("woff2");
  font-weight: 300;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Poppins"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Poppins-ExtraBold.ttf") format("woff2");
  font-weight: 800;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Dinex"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/D-DINExp.woff2") format("woff2");
  font-weight: 300;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/* Animación para simular el cursor de escritura */
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: black;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
* {
  margin: auto;
  padding: 0.1px;
  box-sizing: border-box;
  scroll-behavior: smooth;
  letter-spacing: normal;
}

body {
  background-color: #f7f7f7;
  background-image: url("../images/welcome/background-image.webp");
  font-family: "Poppins", sans-serif;
  margin: auto;
  position: relative;
  width: 100%;
  font-size: 18px;
  background-size: contain;
}

.container {
  position: relative;
  max-width: 100%;
}

.boder_section {
  width: 100%;
  height: 43px;
  background-color: #a3a4a8;
}

.values {
  background-color: #384463;
  padding: 50px 0;
}

.icons {
  background-color: #fff;
  width: 102px;
  height: 102px;
  padding: 0.1px;
  box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.icons .icon {
  margin: auto;
  max-width: 100%;
}

.container_cards_values {
  color: #fff;
  font-family: "Dinex", sans-serif;
  font-size: 0.7rem;
  font-weight: 300;
  text-align: center;
  width: 24%;
}

.description_values {
  padding: 8% 0;
  width: 70%;
  font-size: 1rem;
}

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

/* Para pantallas más pequeñas que 768px */
@media screen and (max-width: 768px) {
  .container_cards_values {
    width: 45%;
    height: 300px;
    margin-bottom: 20px;
  }
}
/* Para pantallas más pequeñas que 576px */
@media screen and (max-width: 576px) {
  .container_cards_value {
    flex-direction: column; /* Cambiar la dirección de flexión a columna */
  }
  .container_cards_values {
    width: 100%; /* Ancho completo para los artículos */
    margin: 0;
    height: 250px;
  }
}
/* Para pantallas más pequeñas que 480px */
@media screen and (max-width: 480px) {
  .icons {
    width: 80px; /* Reducir el tamaño de los iconos */
    height: 80px;
  }
  .description_values {
    font-size: 0.65rem; /* Reducir el tamaño del texto */
  }
}
@font-face {
  font-family: "photograph-signature"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Photograph_Signature.ttf") format("woff2");
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Poppins"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Poppins-Bold.ttf") format("woff2");
  font-weight: 700;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Poppins"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Poppins-Regular.ttf") format("woff2");
  font-weight: 400;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Poppins"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Poppins-Light.ttf") format("woff2");
  font-weight: 300;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Poppins"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Poppins-ExtraBold.ttf") format("woff2");
  font-weight: 800;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Dinex"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/D-DINExp.woff2") format("woff2");
  font-weight: 300;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/* Animación para simular el cursor de escritura */
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: black;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
* {
  margin: auto;
  padding: 0.1px;
  box-sizing: border-box;
  scroll-behavior: smooth;
  letter-spacing: normal;
}

body {
  background-color: #f7f7f7;
  background-image: url("../images/welcome/background-image.webp");
  font-family: "Poppins", sans-serif;
  margin: auto;
  position: relative;
  width: 100%;
  font-size: 18px;
  background-size: contain;
}

.container {
  position: relative;
  max-width: 100%;
}

.boder_section {
  width: 100%;
  height: 43px;
  background-color: #a3a4a8;
}

.subtitle_service {
  color: #091f51;
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  font-weight: 800;
  margin-bottom: -6%;
  margin-top: 6%;
}

.animation_service {
  color: #6a98ff;
  font-family: "photograph-signature", sans-serif;
  font-size: 13rem;
  font-weight: normal;
  margin: 0;
  margin-top: -190px;
}

.card {
  max-width: 338px;
  height: 454px;
  margin: 2.01%;
  display: flex;
  align-items: end;
  justify-content: center;
  background-position: center;
  text-align: center;
}

.card_service {
  color: #fff;
  width: 326px;
  height: 459px;
  border-radius: 14px;
  position: relative;
  display: flex;
  justify-content: center;
}

.subtitle_card {
  font-size: 1rem;
  font-weight: 400;
  margin: 0 11%;
}

.content_card {
  padding: 0.1;
}

.card_text {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  width: 61%;
  line-height: 1;
}

.content_card {
  margin-bottom: 11%;
}

.icon_next {
  text-align: end;
  padding: 0 6%;
}

.card {
  transition: transform 0.3s ease;
}

.card:hover {
  cursor: pointer;
  transform: scale(1.05);
}

.third_card {
  background-position: center;
  background-color: rgba(52, 30, 63, 0.6);
  background-blend-mode: multiply;
  background-size: cover;
}

.second_card {
  background-color: rgba(52, 30, 63, 0.6);
  background-blend-mode: multiply;
  background-size: cover;
}

.fist_card {
  background-color: rgba(52, 30, 63, 0.6);
  background-blend-mode: multiply;
  background-size: cover;
}

.container_services {
  width: 80%;
  margin: 3% auto 0 auto;
  display: flex;
  justify-content: space-between;
}
.container_services .link_services {
  text-decoration: none;
  color: #fff;
  margin: 0;
}

.slogan {
  display: flex;
  text-align: center;
  margin: 5% auto;
  width: 760px;
  border-radius: 20px;
  justify-content: center;
  height: 76px;
  padding: 0;
  border: 2px solid #091f51;
  animation-name: pulse !important;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  text-decoration: none;
}
.slogan h2 {
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem;
  color: #091f51;
  font-weight: 800;
  padding: 0 3%;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.slogan h2 span {
  font-family: "photograph-signature", sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 165.02px;
  text-align: center;
  color: #6a98ff;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .text_animation_slogan {
    margin-left: -39%;
    margin-bottom: -10%;
  }
  .slogan {
    width: 80%;
    margin-bottom: 10%;
  }
  .slogan h2 {
    font-size: 2rem;
  }
  .slogan h2 span {
    font-size: 74px;
    line-height: 140px;
  }
}
/* Para pantallas más pequeñas que 768px */
@media screen and (max-width: 768px) {
  .slogan {
    height: 56px;
  }
  .slogan h2 {
    font-size: 1.4rem;
  }
  .slogan h2 span {
    font-size: 54px;
    line-height: 120px;
  }
  .container_services {
    flex-direction: column;
    align-items: center;
  }
  .card_service {
    width: 80%;
    margin-bottom: 20px;
    justify-content: start;
  }
  .animation_service {
    font-size: 9rem;
    margin-top: -140px;
  }
  .subtitle_service {
    font-size: 3rem;
  }
}
/* Para pantallas más pequeñas que 576px */
@media screen and (max-width: 576px) {
  .slogan {
    height: 30px;
  }
  .slogan h2 {
    font-size: 0.7rem;
  }
  .slogan h2 span {
    font-size: 24px;
    line-height: 80px;
  }
  .container_services {
    width: 90%;
  }
  .card_service {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .card_text {
    width: 100%;
  }
  .icon_next {
    display: none;
  }
  .subtitle_service {
    font-size: 2.5rem;
  }
  .animation_service {
    font-size: 7rem;
    margin-top: -110px;
  }
}
/* Para pantallas más pequeñas que 480px */
@media screen and (max-width: 480px) {
  .subtitle_service {
    font-size: 2rem;
  }
  .animation_service {
    font-size: 7rem;
    margin-top: -100px;
  }
}
@media screen and (max-width: 375px) {
  .animation_service {
    margin-top: -100px;
  }
  .text_animation_slogan {
    margin-left: -39%;
    margin-bottom: -11%;
  }
}
@media screen and (max-width: 320px) {
  .animation_service {
    margin-top: -31%;
  }
  .text_animation_slogan {
    margin-left: -30%;
    margin-bottom: -14%;
  }
}
.ourClients {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: flex;
  margin: 0;
  width: 100%;
  position: relative;
  justify-content: center;
  margin: 100px 0;
  min-height: 565px;
  gap: 2rem;
  padding-right: 5%;
}
.ourClients__left {
  width: 524px;
  height: auto;
  margin: 0;
  margin-top: -126px;
}
.ourClients__right {
  width: 60%;
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  gap: 2rem;
  margin: 0;
}
.ourClients__right h2 {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  text-align: start;
  color: #fff;
  display: flex;
  flex-direction: column;
  margin: 0;
}
.ourClients__right h2 span {
  font-family: "photograph-signature", sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 165.02px;
  color: #091F51;
  margin: 0;
  margin-top: -60px;
  margin-left: 1rem;
  white-space: nowrap;
  overflow: hidden;
  animation: typing 1.5s steps(100, end), blink-caret 0.75s step-end infinite;
}
.ourClients__right__swiper {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0;
}
.ourClients__right__swiper .swiper-button-next,
.ourClients__right__swiper .swiper-button-prev {
  color: #fff;
}
.ourClients__right__swiper .swiper-button-next::after,
.ourClients__right__swiper .swiper-button-prev::after {
  font-size: 25px !important;
}
.ourClients__right__swiper .swiper-clients {
  width: 80%;
  margin-inline: 10%;
  overflow: hidden;
  display: flex;
}
.ourClients__right__swiper .swiper-slide {
  height: 60px;
  width: auto;
  width: 100px;
  object-fit: contain;
}
.ourClients__right p {
  font-family: "Dinex", sans-serif;
  font-size: 18px;
  line-height: 19.55px;
  text-align: left;
  width: 55%;
  align-self: end;
  justify-self: end;
  color: #091F51;
  margin: 0;
  margin-top: 1rem;
}
.ourClients__cloud {
  position: absolute;
  bottom: -30%;
  width: 404px;
  height: auto;
}

@media (max-width: 1024px) {
  .ourClients__right p {
    width: 70%;
    font-size: 1rem;
  }
}
@media (max-width: 890px) {
  .ourClients {
    flex-direction: column;
    padding: 0 5%;
    align-items: center;
    justify-content: center;
  }
  .ourClients__left {
    position: absolute;
    top: -6%;
    width: 170px;
  }
  .ourClients__right {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .ourClients__right p {
    width: 100%;
    margin: 0;
  }
  .ourClients__cloud {
    width: 200px;
    bottom: -20%;
  }
}
@media (max-width: 450px) {
  .ourClients__left {
    width: 150px;
    top: 0;
  }
  .ourClients__right {
    gap: 1rem;
  }
  .ourClients__right h2 {
    font-size: 2rem;
  }
  .ourClients__right h2 span {
    font-size: 4rem;
    line-height: 8rem;
  }
  .ourClients__right__swiper .swiper-button-next::after,
  .ourClients__right__swiper .swiper-button-prev::after {
    font-size: 1rem !important;
  }
  .ourClients__right p {
    font-size: 0.9rem;
  }
  .ourClients__cloud {
    width: 200px;
    bottom: -20%;
  }
}
@font-face {
  font-family: "photograph-signature"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Photograph_Signature.ttf") format("woff2");
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Poppins"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Poppins-Bold.ttf") format("woff2");
  font-weight: 700;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Poppins"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Poppins-Regular.ttf") format("woff2");
  font-weight: 400;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Poppins"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Poppins-Light.ttf") format("woff2");
  font-weight: 300;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Poppins"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Poppins-ExtraBold.ttf") format("woff2");
  font-weight: 800;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Dinex"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/D-DINExp.woff2") format("woff2");
  font-weight: 300;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/* Animación para simular el cursor de escritura */
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: black;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
* {
  margin: auto;
  padding: 0.1px;
  box-sizing: border-box;
  scroll-behavior: smooth;
  letter-spacing: normal;
}

body {
  background-color: #f7f7f7;
  background-image: url("../images/welcome/background-image.webp");
  font-family: "Poppins", sans-serif;
  margin: auto;
  position: relative;
  width: 100%;
  font-size: 18px;
  background-size: contain;
}

.container {
  position: relative;
  max-width: 100%;
}

.boder_section {
  width: 100%;
  height: 43px;
  background-color: #a3a4a8;
}

.accreditations {
  display: flex;
  width: 90%;
  margin-top: 7%;
}

.img_certification {
  max-width: 13%;
}

.subtitle_accreditations {
  color: #091f51;
  font-family: "Poppins", sans-serif;
  font-size: 2.22rem;
  display: flex;
}

.tex_animation_description {
  font-family: "photograph-signature", sans-serif;
  font-weight: normal;
  font-size: 6rem;
  color: #360951;
  margin-left: -36%;
  white-space: nowrap;
  overflow: hidden;
  animation: typing 1.5s steps(100, end), blink-caret 0.75s step-end infinite;
}

.accreditations_description {
  text-align: end;
  font-family: "Dinex", sans-serif;
  width: 17%;
}

.certifications {
  text-align: center;
  display: flex;
}

.border {
  width: 216px;
  height: 1px;
  color: #360951;
  border-bottom: 1px solid #360951;
}

.container_certifications {
  display: flex;
  margin: 5% 0;
}

@media screen and (max-width: 768px) {
  .accreditations {
    flex-direction: column;
    align-items: center;
    gap: 10%;
  }
  .subtitle_accreditations {
    margin: -2% -37% auto 0;
    font-size: 1.8rem;
    display: flex;
    flex-direction: column;
  }
  .tex_animation_description {
    font-size: 4.5rem;
    margin-left: 0;
    margin-top: -20px;
  }
  .accreditations_description {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .container_certifications {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .border {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 548px) {
  .accreditations {
    margin-top: 15%;
  }
  .tex_animation_description {
    font-size: 4.5rem;
    margin-top: -40px;
  }
  .subtitle_accreditations {
    margin: 0;
    text-align: center;
  }
}
@font-face {
  font-family: "photograph-signature"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Photograph_Signature.ttf") format("woff2");
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Poppins"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Poppins-Bold.ttf") format("woff2");
  font-weight: 700;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Poppins"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Poppins-Regular.ttf") format("woff2");
  font-weight: 400;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Poppins"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Poppins-Light.ttf") format("woff2");
  font-weight: 300;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Poppins"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Poppins-ExtraBold.ttf") format("woff2");
  font-weight: 800;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Dinex"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/D-DINExp.woff2") format("woff2");
  font-weight: 300;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/* Animación para simular el cursor de escritura */
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: black;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
* {
  margin: auto;
  padding: 0.1px;
  box-sizing: border-box;
  scroll-behavior: smooth;
  letter-spacing: normal;
}

body {
  background-color: #f7f7f7;
  background-image: url("../images/welcome/background-image.webp");
  font-family: "Poppins", sans-serif;
  margin: auto;
  position: relative;
  width: 100%;
  font-size: 18px;
  background-size: contain;
}

.container {
  position: relative;
  max-width: 100%;
}

.boder_section {
  width: 100%;
  height: 43px;
  background-color: #a3a4a8;
}

footer {
  background-color: #232932;
  width: 100%;
  height: 100%;
  padding: 49px 105px;
  font-size: 0.77rem;
}

.footer {
  margin: 0;
}

.address {
  color: #fff;
  font-size: 0.66rem;
}

img.logo {
  position: relative;
  width: 224px;
  height: auto;
}

.footer_section {
  text-align: center;
  font-size: "Dinex", sans-serif;
  width: 100%;
  display: flex;
  justify-content: center;
  color: #fff;
  gap: 20%;
  height: 100%;
}

.social_media,
.menu_list LI {
  cursor: pointer;
  margin: 0;
  display: flex;
  gap: 10px;
}

.container_logo,
.list_container,
.social_media_container {
  margin: 0;
  width: min-content;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.list {
  list-style: none;
  cursor: pointer;
  width: max-content;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.item {
  margin: 12% 0;
}
.item a {
  text-decoration: none;
  color: #fff;
  font-size: "Dinex", sans-serif;
}

.social_media_text {
  text-align: center;
  width: max-content;
  margin: 0;
}

.social_img {
  width: 36px;
  height: 36px;
}

.solucionsoft {
  text-decoration: none;
  text-align: right;
  color: #F2F2F2;
  display: flex;
  justify-content: end;
  width: 100%;
  margin: 0;
  gap: 5px;
}
.solucionsoft span {
  margin: 0;
  text-decoration: underline;
  color: #18c1f3;
}

@media (max-width: 600px) {
  .footer {
    padding: 2rem 5%;
  }
  .footer_section {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .container_logo {
    gap: 20px;
  }
  .list_container {
    width: 100%;
  }
  .list_container ul {
    width: 100%;
    align-items: center;
  }
  .social_media_container {
    width: 100%;
    align-items: center;
  }
  .solucionsoft {
    width: 100%;
    justify-content: center;
    margin: 1rem 0;
  }
}
@font-face {
  font-family: "photograph-signature"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Photograph_Signature.ttf") format("woff2");
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Poppins"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Poppins-Bold.ttf") format("woff2");
  font-weight: 700;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Poppins"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Poppins-Regular.ttf") format("woff2");
  font-weight: 400;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Poppins"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Poppins-Light.ttf") format("woff2");
  font-weight: 300;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Poppins"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Poppins-ExtraBold.ttf") format("woff2");
  font-weight: 800;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Dinex"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/D-DINExp.woff2") format("woff2");
  font-weight: 300;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/* Animación para simular el cursor de escritura */
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: black;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
* {
  margin: auto;
  padding: 0.1px;
  box-sizing: border-box;
  scroll-behavior: smooth;
  letter-spacing: normal;
}

body {
  background-color: #f7f7f7;
  background-image: url("../images/welcome/background-image.webp");
  font-family: "Poppins", sans-serif;
  margin: auto;
  position: relative;
  width: 100%;
  font-size: 18px;
  background-size: contain;
}

.container {
  position: relative;
  max-width: 100%;
}

.boder_section {
  width: 100%;
  height: 43px;
  background-color: #a3a4a8;
}

.paquetes {
  background-size: cover;
}

.plans {
  display: flex;
  flex-direction: column;
  position: relative;
}

.description_container {
  width: 90%;
  margin: auto;
  text-align: center;
  margin-top: 5%;
}

.second_subtitle_decription,
.subtitle_description {
  font-family: "Poppins", sans-serif;
  color: #091f51;
}

.second_subtitle_decription {
  font-size: 1.6rem;
}

.subtitle_description {
  font-size: 2.22rem;
}

.description_packages {
  font-family: "Dinex", sans-serif;
  width: 58%;
  margin: 2% auto;
}

.cards_plans {
  width: 100%;
  font-family: "Poppins", sans-serif;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
}

.card_plan {
  max-width: 338px;
  width: 100%;
  height: 454px;
  margin: 2%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  border-radius: 25px;
  flex-direction: column;
}

.europa {
  background: url("../images/plans/europa.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.turquia {
  background: url("../images/plans/turquia.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.egipto {
  background: url("../images/plans/egipto.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.asia {
  background: url("../images/plans/asia.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.suramerica {
  background: url("../images/plans/suramerica.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.primary_button {
  color: #fff;
  font-family: "Poppins", sans-serif;
  background-color: #13479d;
  font-size: 0.88rem;
  border: none;
  width: 47%;
  padding: 14.95px 34px;
  display: flex;
  border-radius: 8px;
  justify-content: space-between;
  margin: 0 auto 26% auto;
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3); /* Sombra inicial para simular el efecto de levantamiento */
  transition: box-shadow 0.3s ease;
}

.primary_button:hover {
  cursor: pointer;
  box-shadow: 0px 8px 0px 0px rgba(0, 0, 0, 0.3); /* Aumenta la sombra al pasar el cursor */
  transform: translateY(-3px);
}

.continent {
  margin-top: 71%;
  width: 94%;
}

.plane {
  margin: 0;
}

.continent_asia,
.continent_suramerica,
.continent_egipto,
.continent_europa {
  display: none;
}

.continent_turquia {
  display: none;
}

.continetnt_plans {
  background-color: rgba(163, 164, 168, 0.337254902);
  width: 100%;
  padding-bottom: 7%;
}

.container_wpp {
  margin: 0 4%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.container_wpp .title_plan {
  text-align: start;
  font-family: "photograph-signature", sans-serif;
  font-size: 9rem;
  font-weight: normal;
  margin: 0;
  color: #6a98ff;
}

.container_info {
  font-family: "Poppins", sans-serif;
  max-width: 257px;
  text-align: start;
  margin: 3% 0;
}
.container_info .container_description {
  display: flex;
  justify-content: start;
  font-size: 0.6rem;
  color: #007287;
  gap: 5%;
  line-height: 21px;
  font-weight: 400;
}
.container_info .container_description .container_time {
  align-items: center;
  display: flex;
  margin: 0;
  justify-content: space-between;
  width: 35%;
}
.container_info .container_description .container_time h3 {
  font-weight: 500;
}
.container_info h4 {
  color: #4f4f4f;
  margin: 0;
  font-size: 0.75rem;
  font-weight: 400;
}
.container_info .city_title {
  font-size: 1.33rem;
  color: #091f51;
  margin: 3% auto;
}
.container_info .price {
  font-size: 2rem;
  color: #007287;
  font-weight: 700;
  margin: 0;
}
.container_info .subtitle_card {
  color: #091f51;
  font-weight: 400;
  margin: 0;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .container_wpp .title_plan {
    text-align: center;
    font-size: 4rem;
  }
  .container_wpp {
    flex-direction: column;
  }
  .wpp {
    margin-right: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 425px) {
  .subtitle_description {
    font-size: 1.5rem;
  }
  .second_subtitle_decription {
    font-size: 1rem;
  }
  .description_packages {
    width: 100%;
  }
  .primary_button {
    width: 50%;
  }
}
@media screen and (max-width: 375px) {
  .subtitle_description {
    font-size: 1.5rem;
  }
  .second_subtitle_decription {
    font-size: 1rem;
  }
  .description_packages {
    width: 100%;
  }
  .primary_button {
    width: 50%;
  }
}
@font-face {
  font-family: "photograph-signature"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Photograph_Signature.ttf") format("woff2");
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Poppins"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Poppins-Bold.ttf") format("woff2");
  font-weight: 700;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Poppins"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Poppins-Regular.ttf") format("woff2");
  font-weight: 400;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Poppins"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Poppins-Light.ttf") format("woff2");
  font-weight: 300;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Poppins"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Poppins-ExtraBold.ttf") format("woff2");
  font-weight: 800;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Dinex"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/D-DINExp.woff2") format("woff2");
  font-weight: 300;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/* Animación para simular el cursor de escritura */
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: black;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
* {
  margin: auto;
  padding: 0.1px;
  box-sizing: border-box;
  scroll-behavior: smooth;
  letter-spacing: normal;
}

body {
  background-color: #f7f7f7;
  background-image: url("../images/welcome/background-image.webp");
  font-family: "Poppins", sans-serif;
  margin: auto;
  position: relative;
  width: 100%;
  font-size: 18px;
  background-size: contain;
}

.container {
  position: relative;
  max-width: 100%;
}

.boder_section {
  width: 100%;
  height: 43px;
  background-color: #a3a4a8;
}

.crusies {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  max-width: 70%;
  text-align: end;
}

.image_timon {
  height: 250px;
  object-fit: contain;
  width: auto;
  margin: 0;
  margin-top: -80px;
}

.titleCrusie {
  display: flex;
  gap: 8%;
}

.textCrusie {
  margin: 0;
  z-index: 0;
}
.textCrusie span {
  margin: 0;
  margin-left: -25% !important;
}

.crusie_subtitle {
  margin: 0;
  margin-top: -160px;
  margin-left: -120px;
}

.card_crusie {
  margin-top: 5%;
  max-width: 356px;
  width: 100%;
  text-align: end;
}

.card_crusie_item {
  height: 454px;
  border-radius: 37px;
  text-align: center;
  margin: 7% auto;
  transition: all 0.3s ease;
}
.card_crusie_item:hover {
  transform: scale(1.05);
}

.caribe {
  background-image: url("..//images/crusie/caribe.png");
  background-repeat: no-repeat;
  background-position: center;
}

.europa_plan {
  background-image: url("..//images/crusie/europa.png");
  background-repeat: no-repeat;
  background-position: center;
}

.bahamas {
  background-image: url("..//images/crusie/bahama.png");
  background-repeat: no-repeat;
  background-position: center;
}

.america {
  background-image: url("..//images/crusie/america.png");
  background-repeat: no-repeat;
  background-position: center;
}

.item {
  max-width: 464px;
  text-align: start;
  margin: 2% 0;
}
.item img {
  margin-left: 6%;
  width: 116px;
  height: auto;
  object-fit: contain;
}
.item .subtitle_benefits {
  font-size: 1.55rem;
  color: #091f51;
  font-weight: 500;
  max-width: 70%;
  margin-left: 6%;
  font-family: "Poppins", sans-serif;
  line-height: 1.6rem;
  margin-bottom: 10px;
}
.item .description_benefits {
  margin: 0 auto;
  text-align: start;
  width: 88%;
  font-family: "Dinex", sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 1rem;
}

.wpp {
  align-items: center;
  border: none;
  color: #fff;
  background-color: #4bc134;
  font-family: "Poppins", sans-serif;
  font-size: 0.88rem;
  padding: 14px 34px;
  border-radius: 8px;
  margin-right: 3%;
  font-weight: 500;
  text-decoration: none;
}

.wpp_icon {
  width: 16.5px;
  height: 16.91px;
}

.section_cards {
  margin-top: 5%;
  text-align: end;
}

.container_title_plans {
  margin: auto;
  max-height: 125px;
  background-color: #384463;
}

.subtitle_plans {
  font-family: "photograph-signature", sans-serif;
  color: #fff;
  margin: auto;
  text-align: center;
  margin-top: -3%;
  font-size: 8rem;
  white-space: nowrap;
  overflow: hidden;
  animation: typing 1.5s steps(100, end), blink-caret 0.75s step-end infinite;
}

.text {
  margin-top: -130px;
  margin-left: 9%;
  flex-direction: column;
  display: flex;
}

.phrase {
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
  display: flex;
  flex-direction: column;
}

.ven {
  font-size: 9rem;
  font-weight: 700;
  margin: 0;
}

.mente {
  font-size: 3rem;
  font-weight: 700;
  margin-top: -18%;
  margin-left: -1%;
}

.wpp_btn {
  text-align: end;
  padding: 70px;
}

.description_plans {
  max-width: 90%;
  width: 100%;
  text-align: justify;
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 4%;
}

.contact {
  background-image: url("..//images/crusie/banner.webp");
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  width: 100%;
  max-height: 570px;
}

.contact_container {
  max-height: 50%;
  padding: 9% 11%;
  width: 100%;
}

.title_crusie {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 2.25rem;
}

.sello {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: auto;
  height: auto;
}

.sello2 {
  position: absolute;
  left: 0;
  bottom: -15%;
  z-index: -1;
  width: auto;
  height: auto;
}

@media ((max-width: 1024px)) {
  .text {
    margin-top: -15%;
  }
}
@media ((max-width: 768px)) {
  .wpp {
    margin: 0 auto;
    display: flex;
    width: 200px;
  }
  .text {
    margin-top: -21%;
  }
  .crusie_subtitle {
    margin-top: -100px;
    font-size: 7rem;
    margin-left: -130px;
  }
  .sello {
    width: 200px;
  }
  .sello2 {
    width: 200px;
    bottom: -10%;
  }
}
@media (max-width: 700px) {
  .title_crusie {
    gap: 0;
  }
  .textCrusie span {
    font-size: 3rem;
  }
  .image_timon {
    height: 200px;
    margin-top: -40px;
  }
}
@media ((max-width: 500px)) {
  .image_timon {
    height: 150px;
    margin-top: 0;
  }
  .textCrusie span {
    font-size: 2.2rem;
  }
  .contact_container {
    padding: 9% 4%;
  }
  .ven {
    font-size: 5rem;
  }
  .mente {
    margin-top: -20%;
    font-size: 2rem;
  }
  .text {
    margin-top: -30%;
  }
  .subtitle_plans {
    font-size: 3rem;
  }
  .info_container {
    text-align: center;
  }
  .item .description_benefits {
    text-align: center;
  }
  .item .subtitle_benefits {
    text-align: center;
    font-size: 1.4rem;
    max-width: 100%;
  }
  .crusie_subtitle {
    margin-top: -70px;
    margin-left: -70px;
    font-size: 5.5rem;
  }
  .subtitle_service {
    margin-left: 6%;
  }
  .description_plans {
    text-align: center;
    font-size: 1rem;
  }
}
@media ((max-width: 375px)) {
  .description_plans {
    text-align: center;
    font-size: 0.8rem;
  }
  .container_wpp .title_plan {
    font-size: 4rem;
  }
  .mente {
    font-size: 1.5rem;
  }
  .text {
    font-size: 2.5rem;
  }
}
@media ((max-width: 320px)) {
  .subtitle_plans {
    font-size: 3rem;
  }
  .crusie_subtitle {
    font-size: 5rem;
    margin-left: -3%;
  }
  .subtitle_service {
    font-size: 1.8rem;
  }
}

/*# sourceMappingURL=styles.css.map */
