@font-face {
    font-family: 'Axiforma';
    src: url('../../Fonts/Axiforma-Regular.ttf') format('truetype');
}
img{max-width:100%;}
.header-logo a img{height:80px;}
.ImgGrande{}
    .ImgGrande img {
        height: 250px;
    }
.TextoFrontal p {
    min-height: 140px;
}
img#ImagenLogo.activo {
    top: 0 !important;
}
.nosotros{text-align: justify;}
.nosotros ul li{
    margin-bottom:10px;
}
    .nosotros img {
        margin-bottom: 35px;
        width: 75px;
    }
.TextoFrontal {
    padding: 15px;
}
.price::before {
    content: "$"; /* Adds a dollar sign before the price */
    margin-right: 2px; /* Adds a small space */
    font-weight: bold; /* Makes the symbol bold */
}
.Mapa iframe{
    width:100%;
    height:600px;
}
.videos video {
    width: 100%; /* Ocupa todo el ancho del contenedor */
    height: auto; /* La altura se ajusta automáticamente */
    aspect-ratio: 16 / 9; /* Establece la relación de aspecto 16:9 */
}
.page-header.page-header-modern.page-header-background.page-header-background-md {
    margin-bottom: 100px !important;
}
.page-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* color del overlay */
    z-index: 1;
}

input::-webkit-input-placeholder { color: #000; }
input:-ms-input-placeholder { color: #000; }
input::-ms-input-placeholder { color: #000; }
input::placeholder { color: #000; }
