@font-face {
    font-family: caver;
    src: url("media/fonts/AntipastoPro-Thin_trial.ttf") format('truetype');
}

@font-face {
    font-family: adequate;
    src: url("media/fonts/Adequate-ExtraLight.ttf") format('truetype');
}

nav{
    position: fixed;
    top:-0;
    z-index: 1;
    background: #a69785;
    background-size: cover;
    background-position: center;
    height: 85px;
    width: 100%;
}
.logo{
    width: 250px;
}


nav ul{
    float: right;
    margin-right: 20px;
}

nav ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
}

nav ul li a{
    color:rgb(255, 255, 255);
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 7px 13px;
}


.active{
    background: #9b6b43;
    padding: 7px 13px;
}


.deactivate:hover{
    background: #9b6b43;
    padding: 7px 13px;
    transition: .5s;
}

.checkbtn{
    font-size: 30px;
    color: black;
    float:right;
    line-height: 80px;
    margin-left: 40px;
    cursor: pointer;
    display: none;
}

#check{
    display: none;
}



.tit_prospectos{
    background: rgb(87,45,16);
    background: linear-gradient(90deg, rgba(87,45,16,1) 0%, rgb(98, 51, 18) 33%, rgb(98, 51, 18,5) 66%, rgba(87,45,16,1) 100%);
    
}

.tit_prospectos h1{
    box-shadow: 1px 10px 1px rgba(0, 0, 0, 0.074);
    background:#a69785;
    color: white;
    font-family:adequate;
    text-align: center;
    font-size: 50px;
    
    
}



.prospectos-title h1{
    font-family: adequate;
    color:rgb(255, 255, 255);
    font-size: 48px;
}

  
.prospectos-title p{
    height: 20px;
}

.sem_tarjeta{
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s, transform 0.5s;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
  }

 
  .sem_tarjeta.show{
      opacity: 1;
      transform: translateY(0);
  }


  .sem_tarjeta h1 {
    color: white;
    margin-top: 10px;
    
    font-family: caver;
    font-size: 25px;
    text-align: center;
  }
  
  .subname{
    color: rgb(230, 172, 0);
    margin-top: 10px;
    font-style: oblique;
    font-size: 20px;
    text-align: center;
}
  

.contenedor {
    width:500px;
    height: 500px; /* ajusta la altura según tus necesidades */
    overflow: hidden;

  }
  

  .contenedor:hover{
    box-shadow: -7px 0px 45px -13px rgba(188,142,54,1);
    -webkit-box-shadow: -7px 0px 45px -13px rgba(188,142,54,1);
    -moz-box-shadow: -7px 0px 45px -13px rgba(188,142,54,1);
        transition: all 400ms ease;
    
  }
  
  
.prospectos-fotos{
    display: flex;
    flex-wrap:wrap;

}

.cardss{
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    margin-bottom: 0px;
}

.fondo{
    display: flex;
    flex-direction:column;

    justify-content: center;
    align-items: center;



    background: rgb(87,45,16);
    background: linear-gradient(90deg, rgba(87,45,16,1) 0%, rgb(98, 51, 18) 33%, rgb(98, 51, 18,5) 66%, rgba(87,45,16,1) 100%);
    height: 1000px;
}

.fondo h2{
    font-family: caver;
    font-size: 35px;
    color:#bc8e36;
    
}



.fondo h3{
    font-family: adequate;
    font-size: 20px;
    color: white;
}

.leftpros{
    display: flex;
    flex-direction:column;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    justify-content: center;

    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s, transform 0.5s;
}

.leftpros.show{
    opacity: 1;
    transform: translateY(0);
}

.leftpros p{
    height: 80px;
}

.rightpros{
    display: flex;
    flex-direction:column;
    margin-right: auto;
    margin-left: auto;

    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s, transform 0.5s;
}

.rightpros.show{
    opacity: 1;
    transform: translateY(0);
}

.rightpros p{
    height: 50px;
}

.fondo a{
    color: #bc8e36;
}


      @media (max-width: 1150px) {


    


        .prospectos-title h1{
        font-size: 20px;
        }

        .rightpros{
            margin-bottom: auto;
        }
        .fondo{
            display: flex;
            flex-direction: column;
        }
        .leftpros{
            max-width:100%;

        }

        .leftpros h2{
            font-size: 18px;
        }

        .leftpros h3{
            font-size: 15px;
        }
    }