
/*--------------ESENCIALES-----------------*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
li{
    opacity: 1;
    transition-duration: .3s;
}
li:hover{
    opacity: 0.4;
}
/*-------------------------------*/
.div-span-element{
    display: block;
    height: 1px;
    width: 100%;
    background-color: goldenrod;
}
.div-span-element-1{
    margin: 0 auto;
    display: block;
    height: 1px;
    width: 95%;
    background-color: #daa52057;
}

.div-span-element-bottom{
    display: block;
    height: 1px;
    width: 100%;
    margin: 0 auto;
    background-color: goldenrod;
}

.logo_social{
    display: inline-block;
    margin: 0;
    height: 35px;
    width: 35px;
}


.logo_landgrave{
    margin: 0;
    height: 110px;

}

.img_logo_social, .img_landgrave_logo{
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.item-group{
    width: 100%;
}

.mi-link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
    gap: 10px;
    color: black;
    text-decoration: none;
    opacity: 1;
    transition-duration: .5s;
}

.mi-link:hover{
    opacity: 0.5;
}

.img_logo_social_menu{
    width: 15%;
}

.social_landgrave_nav{
        gap: 25px;
    flex-basis: 0;
    flex-grow: 1;
    display: flex;
}

.item {
  position: relative;
  display: inline-block;
}

.dropdown {
    color: #000000;
    display: flex;
    position: absolute;
    gap: 12px;
    left: 13px;
    background: #ffffffc9;
    border-radius: 8px;
    padding: 8px 10px;
    min-width: 170px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    opacity: 0; 
    transform: translateY(-5px);
    visibility: hidden; 
    transition: 0.15s;
    flex-direction: column;
}

.item.open .dropdown {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

#tooltip {
position: fixed;
  padding: 6px 10px;
  background: rgba(0,0,0,0.85);
  color: white;
  font-size: 13px;
  border-radius: 6px;
  pointer-events: none;
  opacity: 0;
  transform: none;
  transition: opacity 0.1s ease;
  white-space: nowrap;
  z-index: 9999;
}

.header-logo{
    display: flex;
    flex-grow: 1;
}

.header-nav{
   /* position: fixed;
    z-index: 7;*/
   z-index: 15;
   top: 0;
   position: fixed;
   padding: 13px 20px;
   background-color: #ffffff;
   display: flex;
   align-items: center;
   width: 100%;
}
.bt-header-container-open{
    gap: 10px;
    display: flex;
    align-items: center;
}
.txt-Bt-nav-open{
    font-size: 1.4rem;
}
.Bt-nav-open{
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.container-img-hero{
    /* padding-top: 17vh; */
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.container-sec-img-hero{
position: relative;
  height: 100%;
}


.figure-sec-img-hero {
    position: absolute;
    top: 0;
    /*visibility: hidden;*/
    opacity: 0;
   /* transition: opacity 1s linear, visibility 0s linear 1s; */
    width: 100%;
    height: 100%;
    /*z-index: 0; */
}

/*.figure-sec-img-hero.active {
    visibility: visible;
    opacity: 1;
    transition: opacity 1s linear, visibility 0s linear 0s; 
    z-index: 1; 
}*/

.img-hero{
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: top;
}

.lines{
    display: flex;
    gap: 10px;
    left: 50%;              /* punto central del contenedor */
    transform: translateX(-50%);
    width: 95%;
    bottom: 20px;
    position: absolute;
    z-index: 2;
}
.progress-sec-img-hero{
    position: relative;
    height: 3px;
    width: 50%;
    display: block;
    background-color: #e3e3e33d;
    border-radius:3px;
}

.fw-progress-sec-img-hero{
position: absolute;
    height: 3px;
    width: 0%;
    display: block;
    background-color: #ffffff;
    border-radius:3px;
}

.pause-hero{
    position: absolute;
    bottom: 47px;
    right: 45px;
    background-color: transparent;
    border: 0px;
    cursor: pointer;
    height: 20px;
    opacity: 0;
    visibility: hidden;
    transition-duration: .3s;
    z-index: 2;
}

.play-hero{
    position: absolute;
    bottom: 47px;
    right: 45px;
    background-color: transparent;
    border: 0px;
    cursor: pointer;
    height: 20px;
    opacity: 0;
    visibility: hidden;
    transition-duration: .3s;
    z-index: 2;
}

.pause-hero.on{
    visibility: visible;
    opacity: 1;
}
.play-hero.on{
    visibility: visible;
    opacity: 1;
}





.prueba1{
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 0px 45px; */
    margin-top: 40px;
    margin-bottom: 60px;
}
.container-section1-nav{
    width: 100%;
    display: flex;
    gap: 70px;
    justify-content: flex-end;
    align-items: center;
}
.left-section1{
        display: flex;
    flex-direction: column;
    align-items: center;
}

.rigth-section1{
    width: 55%;
    /*height: 55rem;*/
    height: 44rem;
}

.img-rigth{width: 100%;object-fit: cover;height: 100%;/* outline: 4px solid #ffffff; *//* outline-offset: -15px; */}


.img-left{
    height: 385px;
}

.prueba2{
    padding: 0px 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 155px;
}



.div-img-section2-nav{
    /* border: 5px solid; */
    /*height: 28rem;*/
    height: 14rem;
    width: 23.9375rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.div-img-section2-nav:hover .img-section3-nav{
    transform: scale(1.1);
}
.h1-img-section2-nav{
        margin: 30px 0px;
}
.link-img-section2-nav{
        display: flex;
    flex-direction: column;
    align-items: center;
    gap: 13px;
    text-decoration: none;
    color: black;
}


.container-imgs-section2{
    position: relative;
    width: 290.2px;
    height: 464px;
    overflow: hidden;
}

.img-section2-nav{
    opacity: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition-duration: .5s;
}

.img-section2-nav-1{
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition-duration: .5s;
}

.img-section2-nav.on{
    opacity: 0;
}

.img-section2-nav-1.on{
    opacity: 1;
}

.container-img-section2-nav{
    width: 100%;
    display: flex;
    gap: 25px;
    justify-content: center;
}


.overlay{
    transform: translateY(76px);
    width: 100%;
    color: white;
    position: absolute;
    bottom: 0px;
    transition-duration: .7s;
}

.overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 20%,
    rgba(0,0,0,0.8) 100%
  );
  opacity: 0;
}

.overlay.on::after {
  opacity: 1;
}

.overlay.on{
    transform: translateY(10px);
}

.p-img-section2-nav{
    text-align: center;
    transform: translateY(-21px);
    font-size: 2.7rem;
}

/*--------------------------------------*/



.prueba3{
    padding: 0px 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 155px;
}
.container-img-section3-nav{
        width: 100%;
        display: flex;
        gap: 25px;
        justify-content: center;
}

.h1-img-section3-nav{

        margin: 30px 0px;
}

.link-section3-nav{
    display: flex;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: black;
    flex-direction: column;
    align-items: center;
}

.div-img-section3-nav{
    width: 32.45rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.img-section3-nav{
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition-duration: .5s;
    transform: scale(1);
}

.div-img-section3-nav:hover .img-section3-nav{
    transform: scale(1.1);
}

.figure-img-section3-nav{
    overflow: hidden;
    height: 100%;
    width: 100%;

}
.link-img-section3-nav{
    display: flex;
    overflow: hidden;
    height: 100%;
    width: 100%;
    color: black;
    text-decoration: none;
    align-items: center;
    flex-direction: column;
}


.txt-guide-container-find{
    
width: 48.5rem;
}

/*----------------------------------------FOOTER------------------------------------*/
footer{
        padding: 15px 20px;
}

.container-guide-footer{
    display: flex;
    justify-content: center;
}

.little-container-guide-footer{
    width: 102rem;
}

.img-logo-footer{
    height: 200px;
}
.top-footer{
    padding: 38px 0px;
}
.top-footer{
    padding:28px 0px;
}
.top-txt-footer{
    border-bottom: 1px solid;
    width: max-content;
    margin-bottom: 5px;

}
.top-txt-footer-1{
    width: 314px;
}

.bottom-link-text-footer{
    text-decoration: none;
    color: black;
}

.main-footer{
    /* flex: 1; */
    margin-bottom: 41px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    justify-content: space-between;
}
.browse-footer{
    margin-bottom: 10px;
}
.browse-footer-txt-bt{
    margin-bottom: 10px;
}
.bt-browse-footer{
    background-color: transparent;
    border: 0;
    display: none;
}

.nav-footer-guide{
    position: relative;
}

.ContainerShowMoreLine {
    position: relative;
    width: 20px;
    height: 20px;
}

.ShowMoreLine,
.ShowMoreLine1 {
    display: block;
  position: absolute;
  width: 15px;
  height: 3px;
  background: black; /* color de la X */
  top: 50%;
  left: 50%;
  transform-origin: center;
}

.ShowMoreLine {
        transition-duration: .3s;
  transform: translate(-50%, -50%) rotate(90deg);
}

.ShowMoreLine1 {
  transform: translate(-50%, -50%) rotate(0deg);
}

.container {
  position: relative;
  width: 40px;
  height: 40px;
}


.ul-footer-guide{
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
}
.rt-footer-guide{
    text-decoration: none;
    color: black;
}
.right-main-footer{
    gap: 40px;
    display: flex;
    margin-right: 140px;
}
.bottom-text-footer{
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
}

.left-main-footer{
    margin: 30px 0px;
}

.number-bottom-footer-a{
    color: #000000;
    text-decoration: none;
}

.logo_social-f{
    width: 45px;
}

.top-cont-guide-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-footer-rigth-guide-sm{
    margin-right: 32rem;
    display: flex;
    gap: 30px;
}

/*---------------------------------HEADER NAV EFFECT-----------------------------------------*/
.bt-sign-header{
    display: block;
    height: 1px;
    width: 35px;
    background-color: black;
    margin-bottom: 5px;
    transition: transform 0.5s ease;
}

.nav-links-header-nav-socials{
    display: none;
    padding: 15px;
}

.ul-links-header-nav-socials{
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.nav-links-header-nav-socials-h1{
    font-size: 1.5rem;
    width: max-content;
    border-bottom: 1px solid;
    margin-bottom: 19px;
}
.li-links-header-nav-socials{
    list-style: none;
    width: 100%;
}
.rt-links-header-nav-socials{
    display: flex;
    gap: 8px;
    color: black;
    text-decoration: none;
    align-items: center;
}

.imgs-links-header-nav-socials{
    height: 1.7rem;
}
.container-links-header-nav{
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #cfcfcf;
    opacity: 0;
    visibility: hidden;
    transition-duration: .5s;
}
.li-links-header-nav{
    font-size: 2.4rem;
    list-style: none;
}
.ul-links-header-nav{
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    justify-content: center;
}
.rt-links-header-nav{
    color: black;
    text-decoration: none;
}
.container-links-header-nav.active{
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
}
.Bt-nav-open.active{
    height: 52px;
    z-index: 2;
}

body.no-scroll {
  overflow: hidden;
}

.Bt-nav-open.active .bt-sign-header:nth-child(1){
    transform: rotate(-46deg) translate(3px, -6px);
}

.Bt-nav-open.active .bt-sign-header:nth-child(2){
    display: none;
}

.Bt-nav-open.active .bt-sign-header:nth-child(3){
    transform: rotate(46deg) translate(-10px, -8px);
}
/*----------------------------------------PRUEBA 2/5------------------------------------*/
.img-container-find {
    height:30.7125rem;
    width: 48.5rem;
}
.txt-guide-find-pr2-5{
    display: flex;
    font-size: 5rem;
    align-items: center;
    /* width: 52.5999rem; */
    justify-content: flex-start;
}
.txt-find-pr2-5{
        font-size: 1.2rem;
        width: 26.3154rem;
}

.txt-guide-find-pr2-5::before{
    content: "";
    display: block;
    width: 0px;
    background-color: black;
    height: 2px;
    opacity: 0;
    visibility: hidden;
    transition-duration: .7s;
}

.link-prueba2-5-find:hover .txt-guide-find-pr2-5::before{
width: 33px;
opacity: 1;
visibility: visible;
}

.txt-main-prueba2-5{
    margin-bottom: 40px;
}

.fig-img-find2-5{
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.img-find-pr2-5 {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition-duration: .7s;
    transform: scale(1);
}
.link-prueba2-5-find{
    width: 100%;
    text-decoration: none;
    gap: 70px;
    display: flex;
    color: black;
    align-items: center;
    justify-content: center;
}
.prueba2-5{
    padding: 0px 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 155px;
}
.cards-container-find {
    /* gap: 50px; */
    /* display: flex; */
    width: 100%;
    margin-bottom: 5rem;
    /* justify-content: center; */
}

.cards-container-find:hover .img-find-pr2-5{
    transform: scale(1.1);
}

.container-prueba2-5-find{
        width: 100%;
        gap: 25px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
}

.carrusel-container{
    margin-right: 100px;
}

/*----------------------------------------Arrow Down------------------------------------*/

.container-arrow-down {
    position: absolute;
    top: 97%;
    left: 50%;
    transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.line-container-arrow-down{
  width: 1px;
  height: 44px;
  position: relative;
  margin-bottom: 100px;
}

.line-arrow-down {
  width: 2px;
  height: 0px;
  background-color: #fff;
  position: relative;
  animation: line-animation 3.5s ease-in-out infinite;
  display: flex;
  justify-content: center;
  align-items: center;
}

.line-arrow-down::before {
  content: '';
  width: 16px;
  height: 16px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  bottom: 0;
  animation: arrow-animation 3.5s ease-in-out infinite;
}

@keyframes line-animation {
  0% {
    height: 0px;
    top: 0px;
    opacity: 0;
  }
  50% {
    height: 44px;
    top: 0px;
    opacity: 1;
  }
  100% {
    height: 0px;
    top: 44px;
    opacity: 0;
  }
}

@keyframes arrow-animation {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}
.vt_toGo{
    cursor: pointer;
    background-color: transparent;
    border: 0px;
}
/*----------------------------------------FONTS------------------------------------*/


h1{
    font-family: Tsec;
}
h2, h3{
    font-family: robotos;
}
p, li{
    font-family: robotos;
    font-weight: 300;
}
