@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');
}

.header2{
    background-image: url("../media/fondo_y.jpg");
    height: 650px;
    background-repeat: no-repeat;
    background-position: center top -111px;
}

.tit_yeguas{
    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: 150px;
    
}
.subname{
    color: rgb(255, 255, 255);
    margin-top: 10px;
    font-family: caver;
    font-size: 28px;
    text-align: center;
}




.tit_yeguas 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;
    
}

.tit_yeguas p{
    color: white;
    margin-top: 15px;
    font-family:'Times New Roman';
    text-align: center;
    font-size: 25px;

}




.fotos{
    display: flex;
    
}

.yeg_tarjeta{
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s, transform 0.5s;


    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 400px;   
    
}



.yeg_tarjeta.show{
    opacity: 1;
    transform: translateY(0);
}


.yeg_foto img{
    width: 100%;
    border-radius: 6px;
    border: solid 2px #bc8e36;
}


.yeg_tarjeta h1{
    color: white;
    font-style:oblique;
    margin-top: 10px;
    font-family: caver;
    font-size: 35px;
    text-align: center;
}

.yeg_tarjeta h2{
    color: #bc8e36;
    margin-top: 5px;
    font-family: adequate;
    font-size: 20px;
    text-align: center;
}

.yeg_tarjeta h3{
    color: white;
    margin-top: 5px;
    font-family:Helvetica;
    font-size: 12px;
    text-align: center;    
}

.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%);;
}


.yeg_foto img: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;

}


@media (max-width: 1150px) {

    .header2{
        height: 250px;
        background-size:cover;
        height: 320px;
        background-position: top 50px center;
    }
    

    .fotos{
        display: flex;
        flex-direction: column;   
    }


    .yeg_tarjeta{
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
        margin-bottom: 50px;
        width: 350px;   
        
    }

    .yeg_foto img{
        width: 100%;
        border-radius: 6px;
        border: solid 2px #bc8e36;
    }

    .tit_yeguas{
        height: 50px;
    }

    .tit_yeguas h1{
        font-size: 30px;
    }

}