* {
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif, Arial, Helvetica;

}

/* Define la fuente */
@font-face {
    font-family: 'braxton'; /* Nombre de la fuente */
    src: url('../fuentes/braxton.otf') format('opentype'); /* Ruta al archivo de fuente */
}

/* EMPIEZA EL HEADER*/

header {
    width: 100%;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
}

/**************** DARK MODE *************/

body {
    transition: background-color 0.5s ease;
    color: #000;
}

.dark-mode{
    background-color: #1b1b1b;
}
  
.light-mode{
    background-color: #b7b7b778;
}

.dark-mode .text{
    color: #828282;
}

.light-mode .text{
    color: #000;
}

.dark-mode .columna2{
    background-color: #000;
    color: white;

/* POR SI LO QUIERE */
    border: 2px solid #ffffff24;
}

.light-mode .columna2{
    background-color: #e1e1e1;
    color: #000;
    /* border: 2px solid #5f5f5f0d; */
    border: 2px solid #00000008;
}

  
.dark-mode .container1 h2, .dark-mode .container2 h2, .dark-mode .container_contacto h2, .dark-mode .text1{
    color: #fff;
}

/*
.dark-mode .carousel-container .container_titulo_galeria a{
    text-decoration: none;
    color: #fff;
}

.light-mode .carousel-container .container_titulo_galeria a{
    text-decoration: none;
    color: #000;
}
*/

/* FONDO DE CONTENEDOR */



/* CONTENIDOS COMUNES */

.light-mode .categoria_comun.text{
    background-color: #ffffff9c;
    color: #000;
    
}


.dark-mode .categoria_comun.text{
    background-color: #2929299c;
    color: #fff;
}

.light-mode .titulo.text{
    color: #000;
}

.dark-mode .titulo.text{
    background-color: #2929299c;
    color: #EEB600;

}


.light-mode .container_lineas div{
    border-bottom: 1px solid #000;
    
}

.dark-mode .container_lineas div{
    border-bottom: 1px solid #fff;
    
}

/********************** ****************/
.container_menu {
    height: 80px;
    width: 100%;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    background-color: rgb(0 0 0 / 60%);
    color: white;

}

.container_menu.abajo{
    background-color: rgb(0 0 0 / 60%);
}


.menu ul li a {
    font-size: 16px;
    color: white;
}

.menu #changeColorBtn{
    cursor: pointer;
}


.logo {
    height: 100%;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 410px) {
    .container_menu {
        padding: 0;
        justify-content: center;
    }
}

#logo2 img {
    width: 100px;
}

.logo img {
    width: 300px;
    padding: 0 30px 0 30px;
}

.pie_pagina .logo a {
    color: white;
}

/* .menu {
    display: flex;
    align-items: center;
}

.menu ul {
    display: flex;
}

.menu ul li a{
    list-style: none;
    margin: auto 0 auto 36px;
}

.menu ul li{
    display: flex;
 
}

.submenu {
    display: none;
    position: absolute;
    background-color: #fff;
    padding: 0;
    margin: 0;
}

.submenu li {
    list-style-type: none;
}

.submenu li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
}

.submenu li a:hover {
    background-color: #f0f0f0;
    display: block;
}

li:hover .submenu {
    display: block;
} */
/* 
.menu {
    display: flex;
    align-items: center;
}

.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu ul li {
    position: relative;
}

.menu ul li a {
    padding: 10px;
    text-decoration: none;
    color: white;
}

.menu ul li a:hover {
}

.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: rgb(0 0 0 / 60%);
    padding: 0;
    margin: 0;
}

.submenu li {
    list-style-type: none;
}

.submenu li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
}

.submenu li a:hover {
    background-color: #383838;
}

.catering-parent:hover .submenu {
    display: block;
}
 */

/* CSS general */
.menu {
    display: flex;
    align-items: center;
}

.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu ul li {
    position: relative;
}

.menu ul li a {
    padding: 10px;
    text-decoration: none;
    color: white;
}


.submenu {
    display: none;
    position: absolute;
    top: 150%;
    left: 0;
    background-color: rgb(0 0 0 / 60%);
    padding: 0;
    margin: 0;
}


.menu ul li .submenu li {
    list-style-type: none;
    margin: 0;
}

.menu ul li .submenu li a {
    display: block;
    padding: 5px 20px;
    width: 175px;
    text-decoration: none;
}

.menu ul li .submenu li a:hover {
    background-color: #383838;
    color: #EEB600;
}


/* Media query para ocultar el submenu cuando el tamaño de la página sea menor o igual a 1070px */
@media only screen and (max-width: 1070px) {
    .submenu {
        top: calc(100% - 55px);
        /* Ajuste para que aparezca a la izquierda */
        right: 100%;
        left: inherit;
    }

    .submenu li{
        width: 100%;
    }

    .catering-parent:hover .submenu {
        display: block;
    }
}

/* Estilos para mostrar el submenu al pasar el ratón por encima */
.catering-parent:hover .submenu {
    display: block;
}



/* BOTONES IDIOMAS */

.contenedor_idiomas{
    display: flex;
    align-items: center;
    justify-content: center;
}

.contenedor_idiomas li:first-child{
    margin-left: 36px;
}

.contenedor_idiomas li{
    margin-left: 20px;
}

.idiomas{
    background-color: inherit;
    border: 0;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
}

.idiomas img{
    width: 20px;
    cursor: pointer;
    opacity: 0.8; /* Ajusta el valor de opacidad según lo necesites (0 es completamente transparente, 1 es completamente opaco) */

}

.container_menu .selected:hover {
    color: #EEB600;
}

.menu ul li a:hover {
    color: #EEB600;
}

.menu ul li .selected {
    color: #EEB600;
    border-bottom: 2px solid #eeb600;
}

.menu ul li .selected_submenu{
    color: #EEB600;
}


.menu nav #logo2 {
    display: none;
}

.menu #btn_menu {
    display: none;
}



p.text{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}

.cover {
    max-width: 1500px;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


@keyframes move-vector {
    0% {
        transform: translateY(15px);
    }

    50% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(15px);
    }
}


/*Haciendo la página Responsive*/
/* 
@media screen and (max-width: 800px) {
    .container_cover {
        background-position: center bottom 30vh;
    }
} */

@media screen and (max-width: 1300px) {

    .group {
        width: 10%;
    }

    .input {
        width: 10%;
    }

}

@media screen and (max-width: 1070px) {

  
    .menu nav {
        position: fixed;
        top: 0;
        right: -250px;
        background-color: black;
        width: calc(200px + 3vw);
        height: 100vh;
        z-index: 1;
        transition: all 300ms;
    }

    .menu ul {
        margin-top: inherit;
        flex-direction: column;
        align-items: flex-start;
    }


    .menu ul li a {
        padding: 0;
    }

    /* .menu ul li .submenu li a{
        padding: 10px;
    } */

    .moon-icon {
        font-size: 24px;
        margin-right: 5px;
      }


    .menu ul li {
        margin: 30px 0 0 30px;
    }

    .contenedor_idiomas li:first-child {
        margin-left: 30px; 
    }

    .contenedor_idiomas li {
        margin-left: 0; 
    }

    #logo2 img {
        width: 200px;
        /* position: absolute; */
        /* padding-bottom: 30px; */
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }
    
    
  

    .idiomas{
        margin: 0;
    }

    /* .menu ul{
        display: block;
    } */

 


    /* #selected {
        background-color: rgb(194, 194, 194);;
        padding: 10px;
        border-radius: 0;
    } */

/* 
    .container_menu #selected:hover {
        color: white;
    } */

    .menu nav #logo2 {
        display: block;
        font-size: 45px;
        color: black;
    }

  

    #back_menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        display: none;
    }

    .menu #btn_menu {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        background: rgba(255, 255, 255, 0.1);
        font-size: 24px;
        border-radius: 50px;
        cursor: pointer;
        transition: all 300ms;
    }

    .menu #btn_menu:hover {
        background: rgba(255, 255, 255, 0.2);
    }
}

/******************** ICONOS DERECHA ******************/

/*************************** REDES SOCIALES ****************************/
.iconos {
    position: fixed;
    top: 50%;
    right: 20px; /* Distancia del borde derecho */
    transform: translateY(-50%);
    z-index: 2;
}

.iconos a {
    margin-bottom: 5px;
    display: block; /* Para que el margin-bottom funcione */

}

.iconos i, .iconos img {
    font-size: 40px;
    /* background-color: black; */
    /* background-color: #00000054 ; */
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75px;
    border-radius: 15px;
}

/*IMAGEN DE PORTADA*/


.contenedorBox {
    width: 100%;
    display: flex;
    position: absolute;
    bottom: 0;
    justify-content: center;
}

.box1 {
    width: 30%;
    height: 30vh;
    background-image:
        url(../img/noticias/biomedicina1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: black;

}

.box1:hover {
    color: white;
    background-image: linear-gradient(0deg,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)),
        url(../img/noticias/biomedicina1.jpg);
}



/*TERMINA HEADER*/

@media (max-width: 720px) {
    .container_menu nav > ul > li a:hover {
        transform: scale(1.1);
    }
}




/*CONTENIDO BODY*/

/*CARRUSEL*/
.img-3 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: #76c0be;
}

.img-3 .contenedor {
    background-color: blue;
    margin: auto;
}

.img-3 img {
    height: 300px;
    padding: 0 20px;

}


/*********************** PARALAX ************************/

/* PARALLAX */
.parallax {
    height: calc(25vh + 20vw);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


/* .parallax_generic {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 10em 0;
    height: calc(25vh + 20vw);
} */

.container_cover {
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    background-size: cover;
    padding: 10em 0;
    height: calc(25vh + 25vw);
    background-position: center;
}

@media only screen and (max-width: 1024px) {
  
    .container_cover {
        background-attachment: initial;
    }

    .parallax{
        background-attachment: initial;
    }
}



/* .subcontainer_parrafo {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
} */

.container_parrafo h1{
    color: #EEB600;
    font-family: "Calligraffitti", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 70px;
    font-size: calc(40px + 2vw);
    text-transform: capitalize;
}

.container_parrafo p{
    color: #fffefe8f; 
    font-family: "Calligraffitti", cursive;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 35px;
    font-size: calc(20px + 1.5vw);
    font-weight: 400;
    text-align: center; 
}

.parallax-img {
    width: 100%;
	height: 100%;
    object-fit: cover; 
    position: relative;
} 

/* -------------------------------- */

/* @media only screen and (max-width: 1070px) {
    .parallax{
        background-size: initial;
        background-position: initial;
        height: 100%;
    }

    .container_parallax{
        height: 60vh;
    }
    
} */



.parallaxpeque{
    height: 50vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#parallax1 {
    background-image: linear-gradient(0deg,
            rgba(0, 0, 0, 0),
            rgba(0 0 0 / 23%)),
        url(../img/iniciocreativefoodbcn6.png);
    background-position: center bottom 20vh;
}

@media only screen and (max-width: 1024px) {

    #parallax1{
        background-position: center;
    }
}

#parallax2 {
    background-image: linear-gradient(0deg,
            rgba(0, 0, 0, 0),
            rgba(0 0 0 / 23%)),
        url(../img/imagencontainer2.jpg);
}

#parallax3 {
    background-image: linear-gradient(0deg,
            rgba(0, 0, 0, 0),
            rgba(0 0 0 / 23%)),
        url(../img/imagencontainer3.png);
}

#parallax4 {
    background-image: linear-gradient(0deg,
            rgba(0, 0, 0, 0.5),
            rgba(0 0 0 / 23%)),
        url(../img/inicioboda-creativefoodbcn.png);
}

#parallax5 {
    background-image: linear-gradient(0deg,
            rgba(0, 0, 0, 0.5),
            rgba(0 0 0 / 23%)),
        url(../img/boda4555.png);
}

#parallax6 {
    background-image: linear-gradient(0deg,
            rgba(0, 0, 0, 0.5),
            rgba(0 0 0 / 23%)),
        url(../img/eventos1.2.jpg);
}

#parallax7 {
    background-image: linear-gradient(0deg,
            rgba(0, 0, 0, 0.5),
            rgba(0 0 0 / 23%)),
        url(../img/inicioempresas.png);
}

#parallax8 {
    background-image: linear-gradient(0deg,
            rgba(0, 0, 0, 0.5),
            rgba(0 0 0 / 23%)),
        url(../img/inicioestaciones.jpg);
}

#parallax9 {
    background-image: linear-gradient(0deg,
            rgba(0, 0, 0, 0.5),
            rgba(0 0 0 / 23%)),
        url(../img/iniciocoffeebreak.png);
}

#parallax10 {
    background-image: linear-gradient(0deg,
            rgba(0, 0, 0, 0.5),
            rgba(0 0 0 / 23%)),
        url(../img/iniciolunch.png);
}

#parallax11 {
    background-image: linear-gradient(0deg,
            rgba(0, 0, 0, 0.5),
            rgba(0 0 0 / 23%)),
        url(../img/blogcreativefoodbcn.png);
}

#parallax12 {
    background-image: linear-gradient(0deg,
            rgba(0, 0, 0, 0.5),
            rgba(0 0 0 / 23%)),
        url(../img/iniciocreativefoodbcn6.png);
}

.content {
    padding: 20px;
}

/*********************** TITULO GALERIA DE IMAGENES **********************/

.container_titulo_galeria{
    display: flex;
    margin: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: calc(100% - calc(5px + 2vh));
}

.container_titulo_galeria h2{
    margin: 0 10px;
    letter-spacing: 10px;
    font-family: "Lobster", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(12px + 3vw);
}

.container_titulo_galeria h2 a{
  	margin: 0 10px;
    letter-spacing: 10px;
    font-family: "Lobster", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(12px + 3vw);
}

.container_lineas{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container_lineas div{
    border-bottom: 1px solid white; 
    width: calc(100% - calc(5px + 2vh));
    padding-bottom: 5px;
}



/*********************** EFECTO GALERIA DE IMAGENES **********************/

.container_img img{
    transition: transform 0.3s ease; /* Transición suave para el efecto de agrandamiento */
}
.container_img img:hover {
    transform: scale(1.05); /* Aumenta el tamaño de la imagen al 110% */
}

.efecto_galerias img:hover{
    transform: scale(1.05); /* Aumenta el tamaño de la imagen al 110% */
    
}

/*********************** EFECTO carrusel**********************/

.carousel-container {
    overflow: hidden;
    width: 100%;
    max-width: 1650px;
    position: relative;
    margin: 0 auto; /* Centra el carrusel en la página */
    padding: 50px 0;
  }
  
  .carousel {
    display: flex;
    width: 100%; /* Ajusta el ancho total del carrusel */
    transition: transform 0.5s ease;
  }
  
  .carousel img {
    width: 100%;
    padding: calc(5px + 2vh);
    max-width: calc(100% / 3);
    height: auto;
    transition: transform 0.3s ease; /* Transición suave para el efecto de agrandamiento */
  }

  .carousel img:hover {
    transform: scale(1.05); /* Aumenta el tamaño de la imagen al 110% */
}

@media (max-width: 900px) {
    .carousel img {
        padding: calc(2px + 1vh);
    }

    .container_titulo_galeria{
        width: calc(100% - calc(2px + 1vh));
    }

    .container_lineas div{
        width: calc(100% - calc(2px + 1vh));
    }

}

/*********************** ABOUT US **********************/

.container1, .container2 {
    display: flex;
    width: 100%;
    max-width: 1650px;
    margin: auto;
    justify-content: space-evenly;
    padding: 50px 20px;
}

.div_aboutus{
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    max-width: 50%;
    align-items: center;
}

.container1 .div_aboutus img, .container2 .div_aboutus img{
    width: 100%;
    max-width: calc(15px + 1vw);
    height: 20px;
    margin: 10px 0;
}

.container1 .div_aboutus h1, .container2 .div_aboutus h1{
    color: #EEB600;
    font-family: "Calligraffitti", cursive;
}

.div_aboutus:nth-child(odd) {
    padding: 0 20px 0 0;
}

.div_aboutus:nth-child(even) {
    padding: 0 0 0 20px;
}

.container1 h1, .container2 h1{
    font-size: calc(8px + 3vw);
}

.container1 h2, .container2 h2{
    font-size: calc(8px + 1.5vw);
    letter-spacing: 12px;
    /* padding-bottom: 30px; */
}

.container1 p, .container2 p{
    color: #828282;
    text-align: center;
    margin: auto;
    font-size: calc(8px + 1vw);
    line-height: 30px;
}

.container1 img, .container2 img{
    width: 100%;
    /*max-width: 50%;*/
    margin: auto;
    height: auto;
    max-height: calc(200px + 13vw);
}

.enlaceCatering{
    width: 100%;
    max-width: 50%;
    margin: auto;
    height: auto;
    max-height: calc(200px + 13vw);
}


@media screen and (max-width:660px) {

    .container1{
        flex-direction: column-reverse;
    }
    
    .container2{
        flex-direction: column;
    }

    .container1, .container2{
        padding: 50px;
    }

    .div_aboutus{
        max-width: inherit;
    }
    
    .container1 img, .container2 img{
        max-width: inherit;
    }
    
    .div_aboutus:nth-child(even), .div_aboutus:nth-child(odd) {
        padding: 20px 0 0 0;
    }

  .enlaceCatering{
    max-width: inherit;
  }
  
}


/*********************** CONTAINER 3 **********************/




.container3{
    /* display: flex;
    max-width: 1550px;
    margin: auto;
    justify-content: space-around;
    padding: 50px 20px; */


    display: grid;
    width: 100%;
    /* max-width: 1550px; */
    max-width: 1200px;
    margin: auto;
    padding: 50px 20px;
    justify-items: center;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));

}

.container3 .categoria_comun{
    width: 100%;
    max-width: 320px;
    /* height: calc(360px + 18vw); */
    display: flex;
    flex-direction: column;
    margin: 0 5px;
}

.container3 img {
    width: 100%; /* Asegura que la imagen ocupe el 100% del ancho del contenedor */
    display: block; /* Elimina el espacio debajo de la imagen */
    height: 300px;
    max-height: 230px;
    transition: transform 0.3s ease; /* Transición suave para el efecto de agrandamiento */
}

.container3 .titulo {
    position: absolute;
    font-weight: bold;
    bottom: 0; 
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7); /* Fondo semi transparente */
    padding: 7px; /* Añade espaciado alrededor del texto */
}

/* .container3 .efecto .icono{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130px;
    height: auto;
    cursor: pointer;
    font-size: 120px;

    
} */


.container3 .efecto .icono {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 120px; /* Tamaño del ícono */
    cursor: pointer;
    height: auto;
    max-width: 170px;
}

.container3 .efecto {
    position: relative;
}

.efecto::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 55%); /* Ajusta el valor de alfa (cuarto parámetro) según sea necesario */
    cursor: pointer;
}

.container3 .categoria_comun .titulo{
    text-align: center;
    cursor: pointer;
}

.container3 .categoria_comun .contenido{
    text-align: center;
    padding: 20px;
    margin: 0 auto;
    font-size: calc(10px + 0.5vw);
}

@media screen and (max-width: 1070px) {
    .container3{
     flex-direction: column;
    }
}


/*************************** REDES SOCIALES ****************************/
.redes_sociales{
    background-color: #272727;
    border: 2px solid #000000;
    padding: 25px 0;
    color: #EEB600;
}

.redes{
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.redes a{
    display: flex;
    align-items: center;
    justify-content: center;
}

.redes img{
    width: calc(30px + 1.5vw);
}



.redes a i{
    margin: 0 10px;
}

/************************** FOOTER ******************************/

.pie-pagina {
    background-color: #272727;
    color: white;
    width: 100%;
    position: absolute;
}

.pie-pagina .grupo-1 {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
    padding: 45px 0px;
}

.pie-pagina .box{
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.pie-pagina .box h2{
    font-size: calc(12px + 0.8vw);
}

.pie-pagina .box p{
    font-size: calc(10px + 0.5vw);
}

.pie-pagina .grupo-1 .box figure {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.pie-pagina .grupo-1 .box figure img {
    height: calc(100px + 1.5vw);
}

.pie-pagina .grupo-1 .box h2 {
    margin-bottom: 25px;
}


.pie-pagina .grupo-1 .box p {
    font-weight: bold;
}

.pie-pagina .grupo-1 .box a {
    text-decoration: none;
    color: #828282;
    line-height: 25px;
}

.pie-pagina .box .container_com{
    align-items: center;
    padding: 3px;
    display: flex;
    line-height: 25px;
}

.pie-pagina .box .container_com i{
    padding-right: 10px;
}

.pie-pagina .grupo-1 .red-social a:hover {
    color: aqua;
}

.pie-pagina .grupo-2 {
    background-color: #000000;
    padding: 15px 10px;
    text-align: center;
    color: white;
}

.pie-pagina .grupo-2 small {
    font-size: 15px;
}

@media screen and (max-width:800px) {
    .pie-pagina .grupo-1 {
        width: 90%;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px;
        padding: 35px 0px;
    }

    .container_com, .pie-pagina .grupo-1 .box a, .pie-pagina .box {
        margin-bottom: 10px;
    }

}

@media screen and (max-width:845px) {
    .pie-pagina .grupo-1 {
        grid-gap: 0;
    }
}


/*************************** PAGINA CONTACTO ******************************/
.container_contacto{
  display: flex;
  width: 100%;
  max-width: 1600px;
  justify-content: space-around;
  padding: 50px;
  margin: auto;
}

.container_contacto p, .container_formulario label{
    font-size: calc(10px + 0.5vw);
}

.container_contacto .container_info{
    width: 100%;
    max-width: 500px;
}

.container_cont_pr h2, .container_cont_pr p, .container_formulario h2{
    margin-bottom: 30px;
}

.container_contacto .container_formulario{
    padding: 0 0 0 30px;
    width: 100%;
    max-width: 600px;
}

.container_cont_com{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.container_cont_com i{
    margin-right: 10px;
}

@media screen and (max-width:900px) {
    .container_contacto {
        flex-direction: column;
        justify-content: center;
    }

    .container_contacto .container_info{
        padding-bottom: 30px;
    }

    .container_contacto .container_formulario{
        padding: 0px;
    }
}

label {
    display: block;
    margin-bottom: 5px;
  }

  input[type="text"],
  input[type="email"],
  input[type="tel"],
  textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 0 10px 10px 0px;
  }

.container_formulario .comun_inputs:nth-child(odd){
    margin-right: 10px;
}

  input[type="submit"] {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }

  input[type="submit"]:hover {
    background-color: #45a049;
  }

  .container {
    max-width: 400px;
    margin: auto;
    padding: 20px;
    background-color: #ffd6002e;
  }

  .comun_inputs{
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  /* CONTAINER LEGALS COMUN */

  .container_legal{
    max-width: 1250px;
    margin: auto;
    padding: 30px;
    text-align: justify;
  }

  .container_legal h2, .container_legal h3{
    padding: 20px 0;

  }

.dark-mode h2 a {
  color: #fff; /* Cambia el color del texto del enlace a blanco en modo oscuro */
}

.light-mode h2 a {
  color: #000; /* Cambia el color del texto del enlace a negro en modo claro */
}

/* PAGINA CATERING BODA */

.container_total_caterings{
    display: flex;
    padding: 20px;
    margin: auto;
 
}

/* .container_total_caterings:nth-child(even) {
    flex-direction: row-reverse;
  } */

/* COLUMNA 1*/

.container_total_caterings .columna1{
    width: 100%;
    max-width: 35%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

@media only screen and (max-width: 690px) {

    .container_total_caterings .columna1{
        display: none;
    }

}

.container_total_caterings .columna1 img{
    height: 33.33%;
    /* max-width: 300px; */
    width: 500px;
}

/* COLUMNAAAA 2 */

.container_total_caterings .columna2{
    width: 100%;
    max-width: 70%;
    display: flex;
    flex-direction: column;
    /* margin: 0 20px; */
    padding: 0 50px 50px 50px;
    z-index: 1;
}

@media only screen and (max-width: 690px) {

    .container_total_caterings .columna2{
        max-width: inherit;
    
    }

}

.columna2 .container_titulos{
    padding: 50px 5px 5px 5px;
    text-align: center;
}

.container_titulos h2{
    font-size: calc(8px + 1.5vw);
    color: #EEB600;
    font-family: "Calligraffitti", cursive;
    text-transform: uppercase;
}

.container_titulos p{
    font-size: calc(8px + 0.5vw);
    letter-spacing: 4px;
    padding: 0 0 40px 0;
}

.container_titulos img{
    width: 100%;
    max-width: calc(15px + 1vw);
    height: 20px;
    margin: 10px 0;
}

.columna2 li, .container_extras p{
    padding-left: 40px;
}

.columna2 li{
    list-style: inside;
    line-height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: calc(8px + 0.5vw);
    text-indent: -1.4em;

}

.columna2 p{
    line-height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: calc(8px + 0.5vw);

}

/* EXTRAS */

.container_extras h3{
    font-size: calc(8px + 1vw);
    color: #EEB600;
    font-family: "Calligraffitti", cursive;
    padding: 40px 0 0 40px;
}

.sin_puntos li{
    list-style: none;
}


.container_total_caterings .columna2 h1{
    text-align: center;
    font-family: "Calligraffitti", cursive;
}

@media only screen and (max-width: 802px) {
    .columna2 .container_titulos {
        padding: 50px 5px 5px 0;
        text-align: left;
    }

    .columna2 li, .container_extras p{
        padding-left: 20px;
    }

    .container_titulos h2 {
        text-align: center;
    }

    .container_titulos img{
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }
  .container_total_caterings .columna2{
    padding: 0 30px 30px 30px;
  }
  
}


/* WHATSAPP POP UP */

#whatsapp-icon {
    cursor: pointer;
}



#popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: url("../img/fondo_whats.jpg") center center / cover no-repeat;    color: #303030;
    border-radius: 11px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    /* width: 300px; */
    z-index: 1000;
    height: 275px;
    width: 100%;
    max-width: 360px;
}

.profile {
    display: flex;
    align-items: center;
    /* padding: 10px; */
    gap: 10px;
    width: 100%;
    /* max-width: 300px; */
    background-color: rgb(9, 94, 84);
    border-radius: 10px 10px 0px 0;
}

.profile img {
    width: 100%;
    border-radius: 50%;
    padding: 5px;
    /* border: 1px solid #697b71; */
    max-width: 70px;
    height: 70px;
    margin: 10px;
    /* background-color: #e8e8e8; */
    background-color: #000000;
}

.profile-info {
    flex: 1;
}

.profile-info p {
    margin: 0;
    font-weight: bold;
    color: white;
}

.profile-info small {
    display: block;
    margin-top: 2px;
    font-size: 13px;
    color: white;
}

.message {
    background: white;
    color: #303030;
    padding: 5px 10px;
    width: 100%;
    max-width: 200px;
    border-radius: 8px;
    line-height: 30px;
    margin: 10px 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 0px 0px;
    position: relative;
}

.message::after {
    content: '';
    position: absolute;
    top: 0;
    left: -9px;
    width: 0;
    height: 0;
    /* border-left: 15px solid #dcf8c6; */
    border-bottom: 25px solid transparent;
    border-right: 15px solid white;
}

#whatsapp-button {
    background-color: rgb(20, 198, 86);
    color: #fff;
    border: none;
    cursor: pointer;
    width: 210px;
    display: flex;
    text-align: center;
    font-weight: bold;
    padding: 8px 27px;
    font-size: 15px;
    margin: 20px;
    border-radius: 24px;
    align-items: center;
    justify-content: center;
}

#whatsapp-button:hover {
    background-color: #20b858;
}

.separar{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: space-between;
}

.boton_whats{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#whatsapp-button img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

#whatsapp-button:hover {
    background-color: #20b858;
}

.container_perfil{
    position: relative;
}

.boton_disponible{
    content: "";
    bottom: 15px;
    right: 12px;
    width: 14px;
    height: 12px;
    box-sizing: border-box;
    position: absolute;
    z-index: 2;
    border-radius: 50%;
    background-color: rgb(74, 213, 4);
    display: block;
    border: 2px solid rgb(9, 94, 84);
}

@media only screen and (max-width: 450px) {

    #popup{
        max-width: calc(250px + 15vw);
        transform: translate(-50%, 0%);
        left: 50%;
    }
}
