@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');
}


.body{
    background: hsla(0, 0%, 91%, 1);

    background: radial-gradient(circle, hsla(0, 0%, 91%, 1) 0%, hsla(0, 0%, 100%, 1) 100%);
    
    background: -moz-radial-gradient(circle, hsla(0, 0%, 91%, 1) 0%, hsla(0, 0%, 100%, 1) 100%);
    
    background: -webkit-radial-gradient(circle, hsla(0, 0%, 91%, 1) 0%, hsla(0, 0%, 100%, 1) 100%);
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#E7E7E7", endColorstr="#FFFFFF", GradientType=1 );
}


.titulo{
    text-align: center;
    font-size:40px;
    height:100px;
    padding-top: 30px;
    background: #572d10;
    color: rgb(255, 255, 255);
}




.sub-tittle{
    text-align: center;
    font-family: adequate;
    font-size:12px;
    color: rgb(0, 0, 0);
    padding:20px;
}

.ganancias{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family:adequate;
    font-size: 25px;
    height:160px;
    color:rgb(255, 255, 255);
    background: hsla(25, 69%, 20%, 1);
    background: radial-gradient(circle, hsla(25, 69%, 20%, 1) 0%, hsla(25, 55%, 32%, 1) 100%);
    background: -moz-radial-gradient(circle, hsla(25, 69%, 20%, 1) 0%, hsla(25, 55%, 32%, 1) 100%);
    background: -webkit-radial-gradient(circle, hsla(25, 69%, 20%, 1) 0%, hsla(25, 55%, 32%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#572D10", endColorstr="#7D4924", GradientType=1);
}

.espacios{
    height:80px;
    
}

.img_profile{
    
    padding-top: 50px;
    text-align: center;
    height: 700px;
}


.img_profile .img_p{
    margin-right: 30px;
    width: 30.3%;
}

.img_profile .img_full{
    width: 45.2%;
}

.boton{
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s, transform 0.5s;

    display:flex;
    margin-left: auto;
    margin-right: auto;
    width:250px;
    
    
}

.boton.show{
    opacity: 1;
    transform: translateY(0);
}


.botonAQHA{
    text-align:center;
    font-size: 25px;
    color: white;
    background:#572d10;
    padding: 15px 32px;
    
}

.botonAQHA:hover{
    transition: all 600ms ease;
    text-align:center;
    font-size: 25px;
    color: #572d10;
    background: #bc8e36;
    padding: 15px 32px;
}


.img_full{
    border: solid 2px #bc8e36;
}

.img_p{
    border: solid 2px #bc8e36;
}

.logo_y{
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    justify-content: center;
    max-width: 100%;
    background:#572d10;
    /**border: solid 3px #bc8e36;**/
}

.logo_y img{
    
    max-width: 80%;
    max-height: 150px;
}
.logo_yw{
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    justify-content: center;
    max-width: 100%;
    background:#572d10;
    /**border: solid 3px #bc8e36;**/
}

.logo_yw img{
    
    max-width: 100%;
    max-height: 180px;
}

#record{
    background: #673613;
    height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: solid 2px #c37f00;
    
}

#record h4{
    font-family:adequate;
    font-size: 32px;
    color: #ffffff;
}

#record h3{
    font-family:adequate;
    font-size: 25px;
    color: #f7f7f7;
}

.espacios2{
    height:20px;
    
}

@media (max-width: 1150px) {

    .espacios2{
        height:50px;
        
    }
    #record h4{
        font-family:adequate;
        font-size: 20px;
        color: #ffffff;
    }
    #record h3{
        font-family:adequate;
        font-size: 18px;
        color: #f7f7f7;
    }
    

    .img_profile{
        display: flex;
        flex-direction: column;
        height: 580px;
    }

    .img_profile .img_p{
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
        width: 80%;
    }
    
    .img_profile .img_full{
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    }


    .espacios{
        height:70px;
        
    }

    
    .sub-tittle{
        text-align: center;
        font-family: adequate;
        font-size: 10px;
        background: #ffffff;
        color: rgb(0, 0, 0);
    }

    .boton{



        display:flex;
        margin-left: auto;
        margin-right: auto;
        width:250px;
    
    }


        
    .botonAQHA{
        margin-left: auto;
        margin-right: auto;
        text-align:center;
        font-size: 20px;
        color: white;
        background:#572d10;
        padding: 12px 28px;
    }

    .ganancias{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size:18px;
        font-family:adequate;
        height:100px;
        color:rgb(255, 255, 255);
        background: hsla(25, 69%, 20%, 1);
        background: radial-gradient(circle, hsla(25, 69%, 20%, 1) 0%, hsla(25, 55%, 32%, 1) 100%);
        background: -moz-radial-gradient(circle, hsla(25, 69%, 20%, 1) 0%, hsla(25, 55%, 32%, 1) 100%);
        background: -webkit-radial-gradient(circle, hsla(25, 69%, 20%, 1) 0%, hsla(25, 55%, 32%, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#572D10", endColorstr="#7D4924", GradientType=1);
    }

    .titulo{
        text-align: center;
        font-size:22px;
        height:100px;
        padding-top: 30px;
        background: #572d10;
        color: rgb(255, 255, 255);
    }

    .logo_yw img{
    
        max-width: 100%;
        max-height: 100px;
    }

}