@font-face {
    font-family: Roadhawk;
    src: url(/css/Roadhawk-500-Medium.otf);
    font-style: normal; /* Estilo de la fuente */
    font-weight: normal; /* Grosor de la fuente */
}
@font-face {
    font-family: Roadhawk-700-Bold;
    src: url(/css/Roadhawk-700-Bold.otf);
    font-style: normal; /* Estilo de la fuente */
    font-weight: normal; /* Grosor de la fuente */
}
.contaNav{
    background: rgba(0, 0, 0, 0.27);
    height: 110px;
    position: fixed;
    z-index: 10001;
}
.navbar{
    background: transparent!important;
}
.btn-outline-custom{
    width: 172px;
    height: 36.574710845947266px;
    border-radius: 37px;
    opacity: 1;
    border-width: 1px;
    color: rgba(235, 219, 185, 1);
    font-family: Manrope;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 5%;
    text-align: center;
    vertical-align: middle;
    background: transparent;

    border: 1px solid rgba(235, 219, 185, 1);
}
.btn-outline-custom:hover{
    color: black;
    background: linear-gradient(0deg, #EBDBB9, #EBDBB9),
    linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
.banner{
    
    height: 965px;
    /*opacity: 0.6;*/

    background-image:url(/img/29fe9ffe0e71e291e03bd16cd3a78563e8834802.png) ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.btn-primary {
    width: 348px;
    height: 74px;

    border-radius: 37px;
    border-color: #E79A28;
    background: #E79A28;

    font-family: Manrope;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 24px;
    
    line-height: 100%;
    letter-spacing: 5%;
    text-align: center;
    vertical-align: middle;

    color:  #512F15;
}
.btn-primary:hover{
    border-color: #E79A28;
    background-color: #E79A28;
    color: #512F15;
}
.fondo{
    margin-top: -80px;
    background-image: url(/img/Background.png);
    background-position: top center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.card{
    
    border-radius: 27px;
   
    background-size: cover !important;
    background-repeat: no-repeat;
}
 .card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 24.95%, #000000 82.82%);
    border-radius: 27px;
    z-index: 1; /* Asegura que esté detrás del contenido */
}
.altura{
    width: 345px;
    height: 355px;
}
.card-title{
     
    font-family: Roadhawk;
    font-weight: 500;
    font-style: Medium;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #EBDBB9;
z-index: 1; /* Asegura que esté detrás del contenido */
}
.cont-menu{
    margin-top: -80px;
}
iframe{
    width: 587px;
    height: 469px;
    border-radius: 30px;
}
.cont-contacto h4{
    font-family: Roadhawk-700-Bold;
    font-weight: 700;
    font-style: Bold;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #512F15;

}
.cont-contacto .horario{
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;

}
.cont-contacto a{
    font-family: Manrope;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 5%;
    vertical-align: middle;
    color: #512F15;
}
.cont-contacto p{
    font-family: Manrope;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #512F15;
}
a{
    text-decoration: none;
}
.altura2{
    width: auto;
    height: 355px;
}