@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@font-face {
    font-family: 'FuentePersonalizada';
    src: url('Sonic\ Cut\ Thru\ Heavy\ Regular.otf') format('woff');
    font-weight: normal;

    font-style: normal;
}

@media (min-width: 768px) {
    .region {
        padding-bottom: 20px;
        padding-top: 20px;
    }
}

body, html {
    font-size: 1rem;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

head {
    display: none;
}

header{
    display: flex;
    align-items: center;
    position: absolute;
    font-family: 'FuentePersonalizada', sans-serif;
}

article, footer, header, section {
    display: block;
}

body {
    background-color: #fff;
    color: rgba(0, 0, 0, .87);
    font-family: SoDo Sans, Helvetica, Arial, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "calt";
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: -.01em;
    min-width: 350px;
    margin: 0;
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.region-header {
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
}

*, :after, :before {
    box-sizing: border-box;
}

h1 {
    font-family: 'FuentePersonalizada';
    margin-top: 0;
}

h2 {
    font-family: 'FuentePersonalizada';
    margin-top: 0;
}

h3 {
    font-family: 'FuentePersonalizada';
    margin-top: 0;
    margin-right: 10px;
}

main {
    background-color: #FFFFFF;
}

.main-menu{
    list-style: none;  /* Quitar los puntos de la lista */
    display: flex;     /* Convertir la lista en un contenedor flexible */
    width: 100%;
}

.main-container{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 100vh; */
    background-color: rgb(29, 163, 201);
}

.main-container img{
    width: 100%;
}

.block-menu.menu-left{
    display: flex;
    width: 70%;
    justify-content: left;
}

.block-menu.menu-right{
    /* padding: 0px 40px; */
    display: flex;
    width: 30%;
    justify-content: right;
}

.menu-item{
    font-size: 22px;
    color: rgb(250, 0, 0);
    text-decoration: none;
    display: block;
    transition: color 0.3s, transform 0.3s, box-shadow 0.3s;
    border-radius: 10%;
}

.menu-item:hover{
    color: #00004e;
    transform: scale(1.1);
    text-shadow: 0px 4px  15px rgba(0, 0, 0, 0.3);
}

.store-locator.button{
    font-size: 22px;
    color: rgb(5, 5, 5);
    text-decoration: none;
    display: block;
    transition: color 0.3s, transform 0.3s, box-shadow 0.3s;
}

.store-locator.button:hover{
    color: #fdbf14;
    transform: scale(1.1);
    text-shadow: 0px 4px  15px rgba(0, 0, 0, 0.3);
}

.nav-list{
    list-style: none;  /* Quitar los puntos de la lista */
    display: flex;     /* Convertir la lista en un contenedor flexible */
    justify-content: center;
}

.nav-list li{
    margin: 0 15px;
}

.menu-login-registrer{
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
}

header {
    background-color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 20px;
}

.container{
    padding: 0px 60px;
}

.l-region.l-region--header{
    list-style: none;  /* Quitar los puntos de la lista */
    display: flex;     /* Convertir la lista en un contenedor flexible */
    justify-content: left;
    width: 100%;
}

.imagen-inicio{
    width: 100%;
    height: auto;
}

.logo-circulo{
    height: 66px;
    border-radius: 50%; /* Hace que la imagen sea circular */
    object-fit: cover;
}

.logo-circulo:hover{
    transition: 0.25s;
    transform: scale(1.1);
    text-shadow: 0px 4px  15px rgba(0, 0, 0, 0.3);
}

.icon-flecha{
    width: 20px;
    height: 20px;
}

.food.container{
    padding: 112px 0px 0px 0px;
}

.content-main{
    margin: 0 20px;
}

.tarjetas-container{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5%;
    padding: 0 15%;
}

.tarjetas-1{
    margin: 0 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 30%;
    /* background-color: rgba(0, 0, 0, .1); */
    border-radius: 20px;
}

.tarjetas-1 img{
    border-radius: 20px;
    background-color: rgb(29, 163, 201);
    transition: transform 0.3s ease;
}

.tarjetas-1 img:hover{
    transform: translateY(-10px);
}

.container-proyecto{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 100vh; */
    background-color: rgb(82, 82, 82);
    border-color: rgb(0, 0, 0);
    border-style: double;
    border-width: 1px;

}

.tema{
    width: 300px;
    margin: 0px 2px;
    height: 400px;
    border-style: groove;
    border-color: black;
    border-top: 0px;
    border-bottom: 0px;
    color: #FFFFFF;
}

table{
    width: 100%;
}

table a{
    text-decoration: none;
    color: beige;
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}

th, td {
    padding: 10px;
    text-align: center;
    vertical-align: top;
}

.que-somos{
    display: block;
    background-color: #0e3250;
    font-family: "Merriweather Sans", sans-serif;
    font-weight: 400;
    font-size: large;
    color: white;
    margin: 0px 170px 50px 170px;
    border-radius: 10px;
    padding: 15px;
}

.que-somos h2{
    color: #FFFFFF;
}

.servicio-impar{
    display: block;
    background-color: rgb(250, 0, 0);
    font-family: "Merriweather Sans", sans-serif;
    font-weight: 600;
    font-size: large;
    color: white;
    margin: 0 250px 50px 0px;
    border-radius: 10px;
    padding: 15px;
}

.servicio-par{
    display: block;
    background-color: #0e3250;
    font-family: "Merriweather Sans", sans-serif;
    font-weight: 600;
    font-size: large;
    color: rgb(255, 255, 255);
    margin: 0 30px 50px 220px;
    border-radius: 10px;
    padding: 15px;
}

/* .map{
    display: block;
} */

.container-img{
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.container-img img{
    filter: brightness(85%);
}

.centered-title-a{
    text-align: center;
    font-weight: bolder;
    font-size: 70px;
    color: #00004e;
}

.centered-title-b{
    text-align: center;
    font-weight: bolder;
    font-size: 70px;
    color: rgb(250, 0, 0);
}

.ficha-container-impar{
    display: flex;
    justify-content: center;
    /* align-items: first baseline; */
    align-items: stretch;
    flex-direction: column;
}




.d-categoria {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 112px;
    background-color: #ffffff;
    padding: 50px 0;
    /* box-shadow: 0 0 10px 20px #ffffff; */
    font-family: 'FuentePersonalizada', sans-serif;
    font-size: 50px;
    color: rgb(250, 0, 0);
}

.fichas-section {
    display: flex;
    justify-content: center;
    background-color: #FA0000;
    margin: 0 0 20px 0;
    padding: 20px 0 20px 0;
}

.d-ficha {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0px 20px 20px;
    width: 280px;
    margin: 0 20px;
    box-shadow: 0 8px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.d-ficha-titulo {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #00004e;
    font-family: 'FuentePersonalizada', sans-serif;
    font-size: 30px;
    height: 100px;
}

.d-ficha-content {
    display: flex;
    height: 20px;
}

.d-ficha-link {
    display: flex;
    justify-content: center;
    align-content:last baseline;
}

.d-ficha-link a {
    background-color: rgb(250, 0, 0);
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 10px;
    padding: 5px 10px;
    font-family: 'FuentePersonalizada', sans-serif;
    font-size: 20px;
    transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
}

.d-ficha-link a:hover {
    transform: scale(1.05);
    background-color: rgb(13, 143, 219);
}

.ficha {
    background-color: #17a2b8; /* Azul */
    /* padding: 10px; */
    border-radius: 0px;
    color: white;
    width: 100%;
    margin: 50px 0px 0 0px;
    /* box-shadow: 0px 4px  15px rgba(0, 0, 0, 0.5); */
}

.fila {
    margin: 10px 0;
}

.texto {
    font-size: 16px;
    text-align: center;
}

.titulo-p {
    color: #fdbf14;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
}

.carrusel {
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 0px 4px  15px rgba(0, 0, 0, 0.5);
}

.contenedor-principal {
    display: flex;
    justify-content: center;
    background-color: #fdbf14;
}


.carrusel img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover; /* Se adapta al contenedor */
}

@keyframes slide {
    0% { transform: translateX(0); }
    50% { transform: translateX(-92%); }
    /* 50% { transform: translateX(-200%); }
    75% { transform: translateX(-300%); } */
    100% { transform: translateX(0); }
}

.imagenes {
    display: flex;
    animation: slide 20s infinite;
}

.imagenes img {
    width: 100%;
    height: 380px;
}

.divisor{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 100vh; */
    background-color: #f0f0f0;
}

.pie-de-pagina{
    display: block;
    box-sizing: border-box;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
}

.content-pie-de-pagina{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
}

.content-copy{
    display: flex;
    flex: 1;
    justify-content: center;
}

.content-redes{
    display: flex;
    flex-direction: column;
    height: 70px;
    width: 320px;
}

.text-redes{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'FuentePersonalizada';
    font-size: 20px;
    height: 40px;
    width: 180px;
    padding-left: 30px;

}

.redes-space{
    display: flex;
    height: 30px;
    width: 100%;
}

.redes-bottom{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 100%;
}

.icono{
    margin: 0px 5px;
}

.iconos{
    border-radius: 25%;
    display: block;
    background-color: black;
    width: 30px;
    height: 30px;
}

@media (max-width: 820px) {
    .food.container{
        padding-top: 132px;
    }
}

@media (max-width: 500px) {
    .block--inicio{
        height: 66px;
    }
    .main-menu{
        height: 66px;
    }
    .nav-list{
        padding-left: 10px;
        margin: 0px;
        flex-direction: column; /* Cambiar la dirección a columna en pantallas pequeñas */
        align-items: center; /* Centrar los elementos */
    }
    .nav-list li{
        margin: 0px;
    }
    .block-menu.menu-left{
        display: flex;
        width: 65%;
        justify-content: left;
    }
    .container{
        padding: 0px 20px;
    }
    .menu-item{
        font-size: 15px;
        color: rgb(250, 0, 0);
        text-decoration: none;
        display: block;
        transition: color 0.3s, transform 0.3s, box-shadow 0.3s;
        border-radius: 10%;
    }
    .store-locator.button{
        font-size: 15px;
        color: rgb(5, 5, 5);
        text-decoration: none;
        display: block;
        transition: color 0.3s, transform 0.3s, box-shadow 0.3s;
    }
    .food.container{
        padding-top: 106px;
    }
    .fichas-section {
        display: flex;
        justify-items: center;
        align-items: center;
        flex-direction: column;
        background-color: #FA0000;
        margin: 0 0 0px 0;
        padding: 20px 0 20px 0;
    }
    .d-ficha {
        padding: 0px 20px 20px;
        width: 280px;
        margin: 10px;
        box-shadow: 0 8px 6px rgba(0, 0, 0, 0.1);
        text-align: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .tarjetas-container{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 5%;
        padding: 10px 0;
    }
    .tarjetas-1{
        margin: 0 5%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 45%;
        /* background-color: rgba(0, 0, 0, .1); */
        border-radius: 20px;
    }
    .centered-title-a{
        text-align: center;
        font-weight: bolder;
        font-size: 50px;
        color: #00004e;
    }
    .centered-title-b{
        text-align: center;
        font-weight: bolder;
        font-size: 50px;
        color: rgb(250, 0, 0);
    }
    .servicio-impar{
        display: block;
        background-color: rgb(250, 0, 0);
        font-family: "Merriweather Sans", sans-serif;
        font-weight: 400;
        font-size: large;
        color: white;
        margin: 0 90px 50px 0px;
        border-radius: 10px;
        padding: 15px;
    }
    .servicio-par{
        display: block;
        background-color: rgb(248, 228, 20);
        font-family: "Merriweather Sans", sans-serif;
        font-weight: 400;
        font-size: large;
        color: black;
        margin: 0 0px 50px 90px;
        border-radius: 10px;
        padding: 15px;
    }
    .servicio-container{
        padding: 0 10px;
    }
    .que-somos{
        display: block;
        background-color: rgb(250, 0, 0);
        font-family: "Merriweather Sans", sans-serif;
        font-weight: 400;
        font-size: large;
        color: white;
        margin: 0px 20px 50px 20px;
        border-radius: 10px;
        padding: 15px;
    }
}