@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Satisfy&display=swap');





.logo-intro {
  width: 90%;
  max-width: 400px;

}



@keyframes scale {
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.bg-image {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #000;
  background-image: url(https://images.unsplash.com/photo-1505228395891-9a51e7e86bf6?q=80&w=1933&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;

  animation: scale 20s linear infinite;

}


.opciones {

  width: 100%;
  min-height: 100vh;
  margin: auto;

  position: relative;
  overflow-x: hidden;
}

.introcontent {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 20px;
  left: 20px;
  z-index: 2;
  padding: 5%;
}


h1 {
  font-family: "Poppins", sans-serif;
  font-size: 2.8em;
  color: #ffffff;
  margin-top: 10%;
  line-height: 1em;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.6);

}


.introcontent .introducction {
  color: #ffffff;
  font-size: 1em;
  width: 80%;
  margin-top: 5%;
  text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.6);

}

.selectprofile {
  width: 30%;
  height: 550px;
  border-radius:10px;
  margin: 0px 40px 0 40px;
  color: #ffffff;
  font-size: 2em;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  overflow: hidden;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  position: relative;
}

.selectprofile:hover {
  color: #ffffff;
}

.selectprofile .imgperfil {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: url('https://images.unsplash.com/photo-1641253421837-91720ab83ead?q=80&w=3987&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
  background-size: cover;
  background-position: center;
  animation: scale 20s linear infinite;

}

.selectprofile .imgpropietario {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: url('https://images.unsplash.com/photo-1600585152915-d208bec867a1?q=80&w=4104&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
  background-size: cover;
  background-position: center;
  animation: scale 20s linear infinite;

}

.selectprofile:hover {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.selectprofile .overlay {
  position: absolute;
  border-radius: 10px;
  width: 100%;
  top: 0;
  bottom: 0;
  background: rgb(42, 41, 41);
  background: linear-gradient(0deg, rgba(42, 41, 41, 1) 0%, rgba(248, 248, 255, 0) 100%);


}

.selectprofile .selectprofile-info {

  padding: 0 10%;
  position: relative;
  z-index: 3;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;

}

.selectprofile:hover .selectprofile-info {
  transform: translateY(-2rem);

}

.selectprofile .selectprofile-info h3 {

  font-size: 1em;
  line-height: 1em;
  font-weight: 500;
  color: #ffffff;
  text-shadow: 2px 2px #000000;
  margin-bottom: 15%;

}

.selectprofile .selectprofile-info h3 span {
  font-size: 1.3em;

}

.espacio {
  margin-top: 20%;
}

.description {
  font-size: 18px;
  margin-top: 20px;
  text-shadow: 2px 2px #000000;
}

.social-icon a {
  font-size: 2em;
  color: #ffffff;
}

.social-icon a:hover {
  color: var(--color-primary);
}



.btn-option.btn-intro {
  width: 80%;
  display: block;
  margin: 10% auto 0 auto;
}


.btn-intro .button.learn-more {
  width: 70%;
  height: auto;
}



.btn-intro .button.learn-more .button-text {

  font-size: .5em;


}


.btn-intro .button.learn-more .button-text.top5 {

  padding: 5px 0;

}

.selectprofile:hover .button .circle,
.button:hover .circle {
  width: 100%;
}

.selectprofile:hover .button .circle .icon.arrow,
.button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}

.selectprofile:hover .btn-intro a.button.learn-more .button-text {

  color: #ffffff !important;

}


@media (max-width: 1900px){

  .selectprofile {
    width: 40%;
    
  }

}


@media (max-width: 1400px) {
  .bodywebsite {
    .logo-intro {
      margin-top: 20%;
    }

    .introcontent {
      padding: 2%;
    }

    h1.title-intro {
      font-size: 2.5em;
    }

    .selectprofile {
     
      margin: 0 20px 0 20px;
    }

    .btn-intro .button.learn-more .button-text {
      font-size: .4em;
    }
  }

}

@media (max-width: 1200px) {

  .bodywebsite {

    .logo-intro {
      margin-top: 0;
    }

    h1.title-intro {
      font-size: 2em;
    }

    .selectprofile .selectprofile-info h3 {
      font-size: .8em;
    }

    .description {
      font-size: 16px;
    }

    .selectprofile {
      margin: 5% auto 0 auto;
    }


  }

}


@media (max-width: 600px) {
  .bodywebsite {
    .selectprofile {

      width: 70%;
      height: 600px;
      margin-bottom: 40px;

    }

    .btn-intro .button.learn-more {
      width: 90%;

    }

    .itemdestino {
      width: 300px;
      height: 500px;
      margin: 30px 20px;
    }
  }




}

@media (max-width: 500px){
.bodywebsite {
  .selectprofile {
   height: 500px;
   width: 90%;
    
  }

}
}

