@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;
}



.header2{
    background-image: url("media/prospectos/2023/portada_prospectos.JPG");
    width: 100%;
    height: 80%;
    background-position: center top -300px;
}

.tit_prospectos{
    display: flex;
    flex-direction: column;
    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: 110px;
    
}

.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;
    
}

.fondo{
    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%);
}

.prospectos-title{
    background-image: linear-gradient(to left bottom, #a69785, #a39585, #9f9485, #9c9285, #999085);
    display: inline-block;
    padding-right: 25%; /* Ajusta el padding para el ancho del pico */
    
}

.prospectos-title h3{
    font-family: adequate;
    padding-left: 25%;
    color:rgb(255, 255, 255);
    font-size: 48px;
}

.crias{
    display:flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: auto;
    background-image: linear-gradient(to left bottom, #a69785, #a39585, #9f9485, #9c9285, #999085);

} 

.crias h3{
    font-family: adequate;
    color:rgb(255, 255, 255);
    font-size: 40px;
    width: auto;
}

.blanco{
    height:100px;
}

.boton{
    display:flex;
    margin-left: auto;
    margin-right: auto;
    width:250px;
}



.botonAQHA{
    text-align:center;
    font-size: 25px;
    color: rgb(255, 255, 255);
    background: #bc8e36;
    
    padding: 20px 22px;
}

.botonAQHA:hover{
    transition: all 600ms ease;
    text-align:center;
    font-size: 25px;
    color: #ffffff;
    background:#572d10;
    padding: 20px 32px;
}



.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 img {
    width: 100%;
    height: 100%; 
    border: solid 3px #bc8e36;
    object-fit:cover;
    
  }

  .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;


}



      @media (max-width: 1150px) {

        .header2{
            height: 250px;
            background-size:cover;
            height: 320px;
            background-position: top 50px center;
        }
      

    
        .tit_prospectos{
            height: 40px;
            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{
            font-size: 30px;
        }

        .prospectos-title{
            width: 40%;
            
        }

        .prospectos-title h3{
        font-size: 35px;
        }


        .contenedor {
            width:300px;
            height: 300px; /* ajusta la altura según tus necesidades */
            overflow: hidden;
        
          }

          .sem_tarjeta h1 {
            color: white;
            margin-top: 10px;
            font-family: caver;
            font-size: 18px;
            text-align: center;
          }
          
          .subname{
            color: rgb(200, 135, 36);
            margin-top: 10px;
            font-style: oblique;
            font-size: 15px;
            text-align: center;
        }

        

    }