@font-face {
    font-family: 'Amsi-semi'; /* Specify a unique name for your font */
    src: url('fonts/AmsiProNarw-SemiBold.otf') format('opentype'), /* Font file path */
}

@font-face {
    font-family: 'Amsi-Black'; /* Specify a unique name for your font */
    src: url('fonts/AmsiProNarw-Black.otf') format('opentype'), /* Font file path */
}

@font-face {
    font-family: 'Amsi-Bold'; /* Specify a unique name for your font */
    src: url('fonts/AmsiProNarw-Bold.otf') format('opentype'), /* Font file path */
}

body {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background: url(img/fondo-pared-ladrillo-rojo-marron-min2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

/*navbar*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.header-content {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 50%;
    max-width: 1100px;
}

.logo-container {
    margin: 5px 0;
    display: flex;
    align-items: center;
    position: relative;
}

.logo-container a::before {
    content: '';
    position: absolute;
    top: 102%;
    left: auto;
    width: 0;
    height: 4px;
    border-radius: 10px;
    background: #FFAB00;
    transition: 0.3s;
}

.logo-container a:hover::before {
    width: 100%;
}

.navbar {
    display: flex;
    align-items: center;
    margin-left: 0px;
}

.navbar-nosotros {
    font-family: 'Amsi-semi', sans-serif;
    position: relative;
    font-size: 32px;
    text-decoration: none;
    font-weight: 550;
    margin-left: 30px;
    color: #FFAB00;
}

.navbar-nosotros::before{
    content: '';
    position: absolute;
    top: 140%;
    left: auto;
    width: 100%;
    height: 4px;
    border-radius: 10px;
    background: #FFAB00;
}

.navbar-menu{
    font-family: 'Amsi-semi', sans-serif;
    position: relative;
    font-size: 32px;
    text-decoration: none;
    font-weight: 550;
    margin-left: 30px;
    color: #ffffff;
}

.navbar-menu:hover {
    transition: 0.3s;
    color: #FFAB00;
}

.navbar-menu::before {
    border-radius: 10px;
    content: '';
    position: absolute;
    top: 140%;
    left: 0;
    width: 0;
    height: 4px;
    background: #FFAB00;
    transition: 0.3s;
}

.navbar-menu:hover::before {
    width: 100%;
}
/**/

.nosotros-container{
    margin-top: 83.5px;
}

.row{
    margin: 20px 0;
    display: flex;
    justify-content: center;
}

.row-container1{
    display: flex;
    justify-content: space-around;
    width: 90%;
    max-width: 1200px;
    background-color: white;
    border-radius: 10px;
}

.column1{
    width: 50%;
    padding-left: 20px;
}

.column1 h1{
    display: block;
    font-family: 'Amsi-Bold', sans-serif;
    font-size: 50px;
    font-style: italic;
    margin: 0px;
    color: rgb(247, 166, 0);
}

.column1 p{
    display: block;
    font-family: 'Amsi-Bold', sans-serif;
    font-size: 130%;
}

.column2{
    padding: 20px 0;
    display: flex;
    justify-content: center;
    width: auto;
    height: auto;
}

.column2 img{
    border-radius: 10px;
    width: 70%;
    height: auto;
}

.row-container2{
    display: flex;
    justify-content: space-around;
    width: 90%;
    max-width: 1200px;
    background-color: white;
    border-radius: 10px;
}

.column2-2{
    width: 50%;
    padding-right: 20px;
}

.column2-2 p{
    display: block;
    font-family: 'Amsi-Bold', sans-serif;
    font-size: 130%;
}

.column1-2{
    max-width: 40%;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    width: auto;
    height: auto;
}

.column1-2 img{
    border-radius: 10px;
    width: 70%; 
    height: auto;
}

.direction{
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 1200px;
}

.row-container-mapa{
    display: flex;
    justify-content: center;
    width: 67%;
    background-color: white;
    border-radius: 10px;
}

.column-mapa{
    padding: 30px;
    justify-self: center;
    align-items: center;
    width: 100%;
}

iframe{
    display: flex;
    justify-self: center;
    align-items: center;
    width: 100%;
    height: 350px;
    border: solid 2px rgb(247, 166, 0);
}

.row-container-direccion{
    display: flex;
    width: 32%;
    height: auto;
    background-color: white;
    border-radius: 10px;
}

.row-container-direccion h1{
    font-family: 'Amsi-Bold', sans-serif;
    color: rgb(0, 0, 0);
    text-decoration: underline rgb(247, 166, 0);
    margin-bottom: 5px;
    margin-top: 0;
}

.row-container-direccion p{
    font-family: 'Amsi-semi', sans-serif;
    font-size: 20px;
    margin: 0;
}

.column-direccion{
    padding: 30px;
}

.horario{
    list-style-type: disc; /* Cambiar "circle" por el tipo de viñeta que deseas */
    color: black;
    font-family: 'Amsi-semi', sans-serif;
}

.horario h2{
    font-family: 'Amsi-semi', sans-serif;
    font-size: 18px;
}

.horario h2::before {
    content: "•"; /* Reemplaza "•" por el símbolo de viñeta que deseas */
    color: rgb(247, 166, 0); /* Color de la viñeta */
    font-size: 25px; /* Tamaño de la viñeta (opcional) */
    margin-right: 10px; /* Margen derecho de la viñeta (opcional) */
}



footer {
    display: flex;
    margin-top: auto;
    background-color: rgb(247, 166, 0);
    justify-content: center;
    font-family: 'Amsi-semi', sans-serif;
}

.social-media{
    margin: 20px;
    display: flex;
    justify-content: space-around;
}

.copyright-container{
    padding-bottom: 20px;
}

@media (max-width: 1100px) {
    .header-content{
        width: auto;
    }

    .row-container1{
        flex-direction: column;
        justify-content: center;
    }
    .column1{
        display: grid;
        flex-direction: column;
        justify-content: center;
        width: auto;
        padding: 0 20px;
    }
    .column1 h1{
        justify-self: center;
    }
    .column2 img{
        width: 90%;
    }


    .row-container2{
        flex-direction: column;
        justify-content: center;
    }
    .column2-2{
        display: grid;
        flex-direction: column;
        justify-content: center;
        width: auto;
        padding: 0 20px;
    }
    .column1-2{
        max-width: 100%;
    }

    .column1-2 img{
        width: 90%;
    }

    .direction{
        flex-direction: column;
        gap: 20px;
    }
    .row-container-mapa{
        width: 100%;
    }
    .row-container-direccion{
        width: 100%;
    }
}