@import url('https://fonts.googleapis.com/css2?family=Oleo+Script:wght@400;700&family=Ultra&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oleo+Script:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Climate+Crisis:YEAR@1979&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DynaPuff:wdth@85&family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DynaPuff:wdth@85&family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DynaPuff:wdth@85&family=Leckerli+One&family=Roboto:ital,wght@0,100..900;1,100..900&family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap');

body{
	background-image: url('img/playa de bolivia.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	color: white;
	 
	font-family: Oleo Script;
}
header {
    font-family: Sour Gummy;
    width: 100%;
    height: 30%;
    background-image: url("../images/progreso.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 1980px 800px;
}
.suc{
	-webkit-text-stroke: 2px black;
}
.sucursales{
    font-family: Ultra;
    background-image: url('img/pared blanca.jpg');
    background-size: cover;
    -webkit-text-stroke: 2px black;
    background-position: center;

    width: min(90%, 500px);
    height: auto;
    min-height: 80px;

    margin: 10px auto;   
    border-radius: 40px;

    display: flex;       
    align-items: center;
    justify-content: center;

    box-shadow: 0px 8px 20px rgba(0,0,0,0.3);
    padding: 15px;
    text-align: center;
}
.fondorestaurante{
	font-family: Climate Crisis;
	background-image: url('img/Atardecer.jpg');
	width: 100%;
	height: 30%;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	padding: 10px;
	border: 5px solid;
}
.restaurante .row [class*="col-"] {
    padding: 10px !important;  /* ← MARGEN entre imágenes */
}
.info{
    background-color: darkred;
    width: 100%;
    min-height: auto;
    background-size: center;
    padding: 15px;
    border: 2px solid;
    -webkit-text-stroke: 1px black;
}
.restaurante .row {
    margin: 0 !important;
}

.restaurante img {
    width: 100%;
    height: 150;           /* ← MISMA ALTURA para todas */
    object-fit: cover;       /* ← La imagen se ajusta sin deformarse */
    display: block;
    border-radius: 5px;     /* Opcional: bordes redondeados */
    transition: transform 0.3s ease;
}

.restaurante img:hover {
    transform: scale(1.02);  /* Efecto al pasar el mouse */
}
.pp {
	text-align: center;
	width: 100%;
}
.pp a{
	text-decoration: none; 
	font-size: 25px;
	font-family: Sour Gummy;
	color: cyan; 
	-webkit-text-stroke: 0.5px white;
	display: inline-block; 
	margin-top: -10px;
	margin-bottom: -10px;
}
.restaurante{
	background-color: orangered;
	width: 100%;
	min-height: auto;
	background-size: center;
	padding: 15px;
	border: 2px solid;
}
.restaurante2{
	background-color: white;
	width: 100%;
	min-height: auto;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	padding: 10px;
	border: 5px solid;
	display:flex;
	flex-wrap: wrap;
	align-items:flex-start;
	gap:20px;
}
.restaurante3{
    background-color: orangered;
    width: 100%;
    min-height: auto;
    background-size: center;
    padding: 15px;
    border: 2px solid;
}
.footer-sucursal {
    background-color: #33CED4; 
    color: #FFFFFF;
    padding: 25px 0;
    margin-top: 40px;
    border-top: 4px solid #FDFF3D;  
    font-family: Arial, sans-serif;
    width: 100%;
}

.footer-contenido {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
}

.footer-derechos {
    line-height: 1.6;
}

.derechos-texto {
    font-size: 0.80rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 0 0 5px 0;
}

.nombre-local-footer {
    color: #ffc107; 
}

.footer-autor{
	font-size: 0.80rem;
    color: #cccccc;
    margin: 0 0 5px 0;
    letter-spacing: 0.9px;
}

/* Responsive */
@media (min-width: 768px) {
    .footer-contenido {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }
    
    .footer-derechos {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .footer-sucursal {
        padding: 20px 0;
    }
    
    .derechos-texto {
        font-size: 0.85rem;
    }
}
.navbar-brand img {
    border-radius: 5px;
    border: 3px solid #8B4513;
}

.nombre-empresa {
    border: 3px solid #8B4513;
}
.nombre-empresa h2 {
    background-image: url(../images/madera-azul.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    padding-left: 3px;
    padding-right: 3px;
    text-shadow: 
    -1px -2px 0 black,
    -1px 2px 0 black,
    2px 1px 0 black,
    2px -1px 0 black;
    margin: 0; 
    line-height: 1.2;
}

.hola {
    margin-left: 20px;
}
.hola ul {
    font-size: 17px;
}


.hola a {
    color: #FDFF3D;                    
    padding-top: 3px;   
    padding-bottom: 3px;       
    border-radius: 10px;         
    transition: all 0.3s ease;   
    position: relative;           
    letter-spacing: 0.5px;        
    text-transform: uppercase;    
    background-image: url(../images/madera-cafe.jpg);
    background-size: cover;
    background-position: center;
    margin-left: 7px;
    margin-right:7px;
}

.hola a {
    text-align: center;
}

.hola a:hover {
    background-color: rgba(255, 255, 255, 0.2); 
    transform: translateY(-2px);
    font-size: 18px;
    color: white;
}


.navbar-nav {
    gap: 8px;  
}

.navbar-toggler {
    background-color: transparent; 
    border-radius: 8px;
    padding: 8px 12px;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(253, 255, 61, 0.5);  /* Sombra al hacer focus */
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23FDFF3D' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* Efecto hover */
.navbar-toggler:hover {
    background-color: #8B4513;
    transform: scale(1.05);
    transition: all 0.3s ease;
}

.lema {
    font-size: 20px;
}

.lema p{
    font-weight: bold;
    color: white;
    text-shadow: 
    -1px -1px 0 black,
    -1px 1px 0 black,
    1px 1px 0 black,
    1px -1px 0 black;
}

    @media (min-width: 700px) and (max-width: 994px) {
        .navbar > .container-fluid {
            position: relative;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        
        .navbar-toggler {
            order: 2;
            margin-left: 10px;
            border-color: white, solid 3px;
        }
        
        .collapse.navbar-collapse {
            order: 3;
            flex-basis: 100%;
            width: 100%;
        }
        
        .navbar-brand {
            order: 0;
        }
        
        .nombre-empresa {
            order: 1;
            margin: 0;
            text-align: center;
        }

        .nombre-empresa h2 {
            font-size: 50px;
        }
        
        .row.align-items-center {
            order: 4;
            width: 100%;
            text-align: center;
        }

        .hola a:hover {
            font-size: 20px;
            background-image: none;
        }
    }

    @media (min-width: 200px) and (max-width: 700px) {
        .row.align-items-center,.navbar-text {
        text-align: center !important;
        width: 100%;
        }

        .nombre-empresa {
            text-align: center;
        }

        .nombre-empresa h2 {
            font-size: 40px;
        }

        .hola a:hover {
            font-size: 20px;
            background-image: none;
        }
    }

        @media (max-width: 550px) {
        .nombre-empresa h2{
            font-size: 30px;
        }

        .navbar-brand img{
            max-width: 70px;
            max-height: 70px;
        }
    }