/** HOJA DE ESTILO PARA ALAMAEX *****/
/*INDICE*/
/* 1.- FAMILIA DE FUENTES 
   1.1 TAMAÑOS Y FAMILIAS
   2.- HEADER
   2.1 HEADER CINTILLO 
   2.2 HEADER MENU

    3. CARRUCEL

        3. RESPONSVE CARRUCEL
            

    4. NOSOTROS

    5.- PRODUCTOS

    6.- CONTACTO

/* 1.- FAMILIA DE FUENTES */

@font-face {
      font-family: "encabezadosMenu";
      src: url("../fonts/Titillium Web regular.ttf");
    }

  @font-face {
      font-family: "encabezadosH2";
      src: url("../fonts/Titillium Web 300.ttf");
    }

  @font-face {
      font-family: "parrafos";
      src: url("../fonts/Titillium Web 200.ttf");
    }

  @font-face {
      font-family: "encabezadosH3";
      src: url("../fonts/Titillium Web regular.ttf");
    }

 @font-face {
      font-family: "encabezadosH1";
      src: url("../fonts/Titillium Web regular.ttf");
    }


.header
{   
  background-color: #004a9a;
    height: 100%;
}


#idMenu{
    background-color: #004a9a;
    width: 100%;
    height: 100px;
    z-index: 100;
   
}

#idMenu .ajuste-logo{
    width: 70%;
}

#idMenu p{
    font-size: 20px;
    color: #fff;
}

#idMenu h3{
   
    text-align: center;
    margin-top: 5px;
    font-family: "encabezadosMenu";
   color: #fff;
   font-size: 20px;
  
    
}
.navbar{
    padding: 0px;
    margin-top: 5%;
}



/* Extra small devices (portrait phones, less than 576px)*/
@media only screen and (max-width: 600px) 

{ 

#idMenu{
    height: 80px;
}
    
#idMenu .ajuste-logo{
    margin-top: -10px;
    width: 20%;
}


    
}


/*Medium devices (tablets, less than 992px)*/
@media only screen and (min-width: 992px) 
{ 
/* 
    #idMenu{
    height: 120px;
} */
    
}



@media only screen and (min-width: 1500px) 
{ 
    


}

/************** ARREGLO ESPECIAL MENU *********************/

/*Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {
    
      #idMenu .ajuste-logo{
    margin-top: -10px;
    width: 20%;
}
    
    #menu-normal{
        display: none;
    }
    
  

    
    
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    #menu-movil{
        display: none;
    }
    
    #menu-movil-2{
        display: none;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
  #menu-movil{
        display: none;
    }
    
    #menu-movil-2{
        display: none;
    }
}



/**********************************************************/
html{
    width: 100%;
    
}
body {
    padding-bottom: 0;
    right: 0;
    width: 100%;
    background: (#fff);
    overflow-x: hidden;

}

#idMenu{
    
    /* background: linear-gradient(#ffffff, #ffffff); */
   width: 100%;
   height:100px;
   z-index: 100;
   
}

.fx{
    position: fixed;
    width: 100%;
    top: 0px;
    height: 60px;
    box-shadow: 5px 0 10px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 5px 0 10px 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 0 10px 5px rgba(0,0,0,0.5);
    -o-box-shadow: 5px 0 10px 5px rgba(0,0,0,0.5);
    -ms-box-shadow: 5px 0 10px 5px rgba(0,0,0,0.5);
}


/* 3. CARRUCEL */

#carousel{
    width: 100%;
    height: 100%;
}



/* Carousel base class */

.carousel {
    margin-top: 100px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
   width: 800px;
   height: 300px;
   padding: 10px;
   top: 25%;
   z-index: 10;
 background-color: rgba(84,83,73,0.5);    
  
}

.carousel-caption h1 {
 font-family: "encabezadosH1";
    font-weight: bold;
    color: #fff;
    font-size: 52px;
}

.carousel-caption h2 {
 font-family: "encabezadosH1";
    font-weight: bold;
    color: #fff;
    font-size: 52px;
}

.carousel-caption h3 {
 font-family: "encabezadosH1";
    font-weight: bold;
    color: #fff;
    font-size: 52px;
}

.carousel-caption p {
 font-family: "parrafos";
    font-weight: bold;
    color: #fff;
    font-size: 42px;
}

.carousel-caption b{
font-size: 85px;
}

/* Declare heights because of positioning of img element */
.carousel-item { 
  height: 37rem;
  background-color: #777;
}

.carousel-item a{
    text-align: left;
    color: #fff;
}

.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 38rem;
}



@media only screen and (max-width: 1200px) 
{
    
.carousel-item { 
  height: 20rem;

}
    
.carousel-item > img {
  height: 20rem;
}
    

      
} 


/*3. RESPONSIVE CAROCEL*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) 
{
    
.carousel {
 margin-top: 90px;
  margin-bottom: 1rem;
    
}
    
.carousel-item { 
  height: 13rem;
  

}
    
.carousel-item > img {
  height: 13rem;
}
    
.carousel-caption {

   height: 250px;
   z-index: 10;
    top:0%;
    left: 0%;
  bottom: 0rem;background-color: rgba(0,0,0,0.5);
  
}
    
.carousel-caption h2{

font-size: 25px;
}
    
.carousel-caption p{
font-size: 20px;
}
    
    
} 


/***************************************** 4. NOSOTROS *************************************/
#nosotros{
    background-size: 100%;
    /* background-image: url(../img/nosotros.png); */

    background-color: #ffdab9;
    position: relative;
    
    width: 100%;
    height: 100%;  
    
     background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 4px 10px rgba(68, 68, 68, 0.5);

}

#nosotros::before{    
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/newpattern-1.png");    
}


#nosotros .detail-nosotros{
    padding-bottom: 10%;
 }

#nosotros h3{
  font-family: "encabezadosH1";
    color: #000000;
    font-size: 70px;
    font-weight: bold;
    padding-bottom: 2%;
    padding-top: 2%;
    
}

#nosotros p{
    font-family: "parrafos";
    color: #000000;
    font-size: 25px;
    padding-left: 10%;

    
}

#nosotros .title-nosotros
{
    /* margin-top: 20px; */
}

#nosotros .imagen-redondeada
{
    border-radius: 10px;
}

.boton_nosotros{
    padding: 10px;
    font-family: "parrafos";
    color: #fff;
    font-size: 15px;
    background-color: #004a9a;
    border-radius: 6px;
 
  }

#nosotros a{
    color: #ffF;
}

.boton_nosotros:hover{
 padding: 10px;
    font-family: "parrafos";
    color: #fff;
    font-size: 18px;
    background-color: #0273ed;
    border-radius: 6px;
 
  }


/* Extra small devices (portrait phones, less than 576px)
 No media query since this is the default in Bootstrap*/

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) { 

#detalle-nos{
    display: none;
}
    
#nosotros h2{
font-size: 20px;    
}
    
#nosotros p{
font-size: 15px;    
}
  
}

/*Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {
  #detalle-nos{
        display: none;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  #detalle-nos-movil{
        display: none;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
  #detalle-nos-movil{
        display: none;
    }
}


/****************** PRODUCTOS *************************/
#productos{
    /* background-color:#fcc9b9 ; */
    width: 100%;
    height: 100%;
    background-image: url(../img/pururuca-tv-1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    
  
}

#productos::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(55, 84, 102, 0.379); /* Cambia el color y la opacidad según tus necesidades */
    
}



#productos h1{
    font-family: "encabezadosH2";
    color: #ffffff;
    font-size: 70px;
    font-weight: bold;

    
}

#productos h2{
    font-family: "encabezadosH2";
    color: #000000;
    font-size: 35px;
    font-weight: bold;
    
   
    
}

#productos h3{
    font-family: "encabezadosH3";
    color: #ffffff;
    font-size: 30px;
   
}

#productos p{
     font-family: "parrafos";
     color: #000000;
    font-size: 25px;
    text-align: justify;
    margin-top: 30px;
    
}

#productos .title-productos
{
    /* margin-top: 20px; */
    
  
}

#productos .img-productos
{
    width: 100%;
   
}

#productos .texto
{
    padding-left: 10%;
    padding-right: 10%;
   
}

#productos .title-description
{
    font-weight: bold;
    color: rgb(198, 1, 1);
   
}

#productos .col-md-4{
    
    padding-right: 0px !important;

}

#productos .title-productos2
{
    font-size: 24px;
}

#productos .btn-catalogo{
    background-color: #0064a5;
    padding: 10px;
}

#productos .btn-catalogo h2{
    color: #fff;
}

.text-productos-der{
        text-align: right;
    }

.text-productos-izq{
        text-align: left;
    }

 /* Estilo adicional para ajustar la imagen y el texto */
 .contenedor-imagen {
    display: flex;
    align-items: center;
  }

  .contenedor-imagen img {
    margin-right: 10px; /* Espacio entre la imagen y el texto */
  }





@media (max-width: 576px) { 

#detalle-productos{
    display: none;
}
    
#productos h2{
font-size: 20px;    
}
    
#productos p{
font-size: 15px;    
}
    
#productos .title-productos2{
        font-size: 20px;  
        
    }    
  
}

/*Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {
  #detalle-productos{
        display: none;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  #detalle-productos-movil{
        display: none;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
  #detalle-productos-movil{
        display: none;
    }
}

/****************** FIN  PRODUCTOS *************************/

/****************** RECETAS *************************/

#recetas{
    /* background-color: #f1f1f2;
     */
     background-image: url(../img/preparacion.jpg);
    width: 100%;
    height: 300%;
       background-size: 100%;
    /* background-image: url(../img/nosotros.png); */
     background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat; 
  
  background-size: cover; 
  
}

#recetas h2{
    font-family: "encabezadosH2";
    color: #000000;
    font-size: 70px;
    font-weight: bold;
    
}

#recetas h3{
    font-family: "encabezadosH3";
    color: #000000;
    font-size: 50px;
    font-weight: bold;
    
}

#recetas p{
     font-family: "parrafos";
     color: #000000;
    font-size: 20px;
    
}

#recetas .title-recetas
{
    /* margin-top: 20px; */
}

@media (max-width: 576px) { 

    #recetas{
        padding: 20px;
    }
    
#recetas h2{
font-size: 20px;    
}
    
#recetas p{
font-size: 15px;    
}
        
  
}

.subcontainer {
    padding: 20px;
    margin-bottom: 20px;
    height: auto;    
    background-color: #ffffffc2;
    border-radius: 10px;
  }

  .rounded-img {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .text {
    margin-top: 10px;
  }

  .titulo {
    border-bottom: 1px solid #ccc; 
    padding-bottom: 10px; 
    font-weight: 300; 
    border-bottom-width: 0.5px; 
  }

  .circle-icon {
    margin-right: 5px; 
    font-size: 10px;
    margin-left: 5px; 
  }

  /* .preparacion{
    background-color: #ffffffc2;

  } */



/****************** FIN RECETAS *************************/


/****************** COBERTURA *************************/

#cobertura{
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    
      background-size: 100%;
    /* background-image: url(../img/nosotros.png); */
     background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;

  /* box-shadow: 0px 9px 10px #dedede; */
  box-shadow: 0px -9px 10px rgba(0, 0, 0, 0.1), 0px 9px 10px rgba(0, 0, 0, 0.1); /* Sombras */

 
  
}

#cobertura h2{
    font-family: "encabezadosH2";
    color: #000000;
    font-size: 70px;
    font-weight: bold;
    
}

#cobertura h3{
    font-family: "encabezadosH3";
    color: #0000;
    font-size: 20px;
    
}

#cobertura p{
     font-family: "parrafos";
     color: #666666;
    font-size: 18px;
    
}

#cobertura .title-cobertura
{
    /* margin-top: 20px; */
}

#cobertura .img-cobertura{
    width: 100%;
}

@media (max-width: 576px) { 


    
#cobertura h2{
font-size: 20px;    
}
    
#cobertura p{
font-size: 15px;    
}
        
  
}


/****************** FIN RECETAS *************************/

/******************** MAQUILA ***************************/

/****************** COBERTURA *************************/

#maquila{
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding-bottom: 5%;
      background-size: 100%;
    /* background-image: url(../img/nosotros.png);
     */
     background-image: url(../img/produtos-mesa.jpg);
    
     background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
background-size: cover;
  
}

#maquila .maquila-yellow{
    background-color: #ffdab9;    
    border-radius: 10px;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.5); 
    overflow: hidden;
    margin: 10px;
    height: auto;
    width: 300px;
    padding-top: 5%;
    padding-bottom: 5%;
    /* #004a9a */
}

#maquila h2{
    font-family: "encabezadosH2";
    color: #000000;
    font-size: 70px;
    font-weight: bold;
    
}

#maquila h3{
    font-family: "encabezadosH3";
    color: #000000;
    font-size: 20px;
    margin-bottom: 2%;
    
}

#maquila p{
     font-family: "parrafos";
     color: #000000;
    font-size: 30px;
    margin-top: 25%;
    
}

#maquila .title-maquila
{
    /* margin-top: 20px; */
}

#maquila .img-maquila{
    width: 100%;
}



@media (max-width: 576px) { 
    
    #maquila{
        padding: 20px;
    }    

#detalle-maquila{
    display: none;
}
    
#maquila h2{
font-size: 20px;    
}
    
#maquila p{
font-size: 15px;    
}
    
 
  
}

/*Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {
  #detalle-maquila{
        display: none;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  #detalle-maquila-movil{
        display: none;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
  #detalle-maquila-movil{
        display: none;
    }
}


/****************** CONTACTOS *************************/
#footer{
    position: relative;
    width: 100%;
    height: 100%;
    /* background-image: url("../img/newpattern-1.png"); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    /* opacity: 0.5;   */

    background-color: rgba(0, 74, 154, 0.95);
   
    
}

 #footer::before{
    
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/newpattern-1.png");
} 





#contacto h2{
    font-family: "encabezadosH2";
    color: #fff;
    font-size: 24px;
    
}

#contacto p{
    font-family: "parrafos";
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    
}

#contacto p.contacto{
    font-family: "parrafos";
    color: #fff;
    font-size: 16px;
    
}



#contacto .title-contacto
{
    /* margin-top: 18px; */
}

.medios p{
 font-family: "parrafos";
 font-weight: bold;
 font-size: 30px;
}
.medios{
    width: 100%;
    word-wrap: break-word;
}


#formulario{
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    text-align: center;
    background-color: #ffdab9;
   

}

#formulario::before{    
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("../img/newpattern-1.png");    
}

#formulario form.contac-form input, textarea {
    padding: 30px;
    width: calc(100% - 120px); /* Calcula el ancho del input */
    margin-left: 0px; /* Deja espacio a la izquierda para el label 100px*/
    background-color: white; /* Fondo blanco */
    box-shadow: 0px 2px 0px 0px rgb(201, 198, 198);   /*Sombreado */
    border-top-right-radius: 5px; /* Bordes redondeados */
    border-bottom-right-radius: 5px; /* Bordes redondeados */
    border: #bbb;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
   
}

#formulario button{
    padding: 10px 50px;
    background-color: #ff2d2d;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px; /* Bordes redondeados */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombreado */
    font-family: "parrafos";
    font-size: 25px;
    font-weight: bold;
}

#formulario button:hover {
    background-color: #ff5858;
}


#formulario h3{
    color: red;
    font-weight: bold;
    font-family: "encabezadosH3";
    font-size: 50px;
}

#formulario h4{
    color: blue;
    font-weight: bold;
    font-family: "encabezadosH4";
    font-size: 30px;
}

#formulario .title-map{
    color: rgb(217, 1, 1);
    font-weight: bold;
    font-size: 70px;
}

.title-form{
    padding: 2%;

}

.form-group{
   padding: 20px;
}

.separar{
    margin-top: 15px;
}

.btn-primary {
    color: #000;
    background-color: #f9e7a0;
    border-color: #f9e7a0;
}

@media (max-width: 576px) { 
 
#contacto h2{
font-size: 20px;    
}
    
#contacto p{
font-size: 15px;    
}
        
}



/****************** FIN  CONTACTOS *************************/







/**************************** FOOTER *******************************/
.footer-final{
    position: relative;
    width: 100%;
    height: 120%;
    background-color: rgba(1, 79, 163, 0.7);
   }


.footer a{
color: #fff;    
}

.footer p{
 font-family: "parrafos";
    color: #fff;
    font-size: 18px;   
    text-align: center;

}

.pie-social{
    padding-right: 2px;
    margin:20px;
}

.foter-bg{
    text-align: center;
}


.foter-bg p{
    margin-top: 50px;
    color: #fff;
    
}

.footer-pre p{
    text-align: center;
}

.footer-pre p{

    color: #fff;
}

.fot-pre{
    margin-top: 30px;
}

.fot-img{
    padding-right: 8px;
  
}

.footer-post p{

    color: #fff;
}

.boton_sus{
    padding: 5px;
   font-size: 15px;
    color: #0C0001;
    background-color: #fff;
    border-radius: 6px;
    border: 2px solid #000;
  }

.boton_sus:hover{
    padding: 5px;
   font-size: 15px;
    color: #fff;
    background-color: #000;
    border-radius: 6px;
    border: 2px solid #fff;
  }

.facefoteer {
    font-size: 25px;
}

.facefoteer a{
    color: #fff;
}

/******************* FOOTER RESPONSIVE **********************/

@media (max-width: 576px) { 
 

    
#footer p{
font-size: 15px;    
}
        
}


@media(max-width:768px){

    .footer{

    height: 100%;
}
 }



/*****************************************************************/

/* CLASES AUXILIARES */

.text-centro{
   text-align: center;   
}

.text-rigth{
   text-align: right;   
}

.text-left{
   text-align: left;   
}


.img-centro{
    text-align: center;   
}

.text-justificado{
    text-align: justify;
}

.top-05{
    margin-top: 5px;
}

.top-10{
    margin-top: 10px;
}

.top-15{
    margin-top: 15px;
}

.top-20{
    margin-top: 20px;
}

.top--20{
    margin-top: -20px;
}

.top-25{
    margin-top: 25px;
}

.top-30{
    margin-top: 30px;
}

.top-40{
    margin-top: 40px;
}

.top-50{
    margin-top: 50px;
}

.top-60{
    margin-top: 60px;
}

.bottom-30{
    margin-bottom: 30px;
}

.bottom-50{
    margin-bottom: 50px;
}

.ajuste{
      width: 100%;
  }

.ajuste-50{
      width: 50%;
  }

.pading-5{
    padding: 5px;
}

.pading-10{
    padding: 10px;
}

.pading-20{
    padding: 20px;
}

.pading-100{
    padding: 100px;
}

.linea-blanca{
    color: #fff;
background-color: #fff;
height: 3px;
}

.linea-negra{
    color: #000;
background-color: #000;
height: 2px;
}

/****************** SOCIAL ****************/

#social-media{
    background-color: #e6145b;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 50px;
      box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 0 10px 5px rgba(0,0,0,0.5);
    -o-box-shadow: 5px 0 10px 5px rgba(0,0,0,0.5);
    -ms-box-shadow: 5px 0 10px 5px rgba(0,0,0,0.5);
    
}

#social-media .bg-social{
    width: 100%;
    height: 100%;
  
}


#social-media h1{
   color: #fff;
  
}

#social-media h2{
   color: #fff;
  
}

.btn_wapp {
    position: fixed;
    top: 50%;
    right: -80px;
    z-index: 10;
    border-radius: 30px 0 0 30px;
    padding: 10px;
    background-color: #64b161;
    color: white;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    vertical-align: middle;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.btn_wapp:hover {
  right:0px;
}
.big { font-size: 28px; }
.btn_wapp a {color: white;}
.btn_wapp i {width: 30px; margin-right:10px; }

@media screen and (max-width: 480px) {
  .btn_wapp {top:80%;right:10px;width:60px;height:60px;text-align:center;border-radius:40px;}
  .btn_wapp i {width:40px; margin:0 auto;}
  .btn_wapp a span {display:none;}
	.btn_wapp:hover{right: 10px;}
}

.span-whats{
  
     font-family: "parrafos";
    color: #fff;
    font-size: 24px;
}


/****************** FIN SOCIAL *************/



.yellow-container {
    /* background-color: rgba(255, 213, 2, 0.889); */
    /* background-color: rgba(255, 187, 180, 0.8);   */
    background-color: #fcc9b9;
    
    border-radius: 10px;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.5); 
    overflow: hidden;
  }
  .white-container {
    background-color: #FFFFFF;
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* Sombra */
  }


  

  .container-box {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden; /* Para que el overflow de la imagen se recorte dentro del contenedor */
    border-radius: 15px; /* Borde redondeado */
    box-shadow: 0px 0px 20px rgba(147, 147, 147, 0.5); /* Sombra con color negro y desenfoque */
    
   z-index: 1;
  }
  
  .overlay {
    /* position: absolute; */
    bottom: 0;
    top: 70%;
    left: 0;
    width: 100%;
    background-color: #fff; /* Fondo amarillo con transparencia */
    padding: 10px;
    border-bottom-left-radius: 15px; /* Borde redondeado en la esquina inferior izquierda */
    border-bottom-right-radius: 15px; /* Borde redondeado en la esquina inferior derecha */
    box-shadow: 0px 3px 20px rgba(136, 136, 136, 0.5); /* Sombra debajo del contenedor */
   height: 300px;
    }
  
  .overlay h4 {
    margin-bottom: 0;
  }
  
  .img-fluid {
    width: 100%;
    height: auto;
  }
  
.btn-azul {
    background-color: #007bff; /* Azul vibrante */
    border: 2px solid #007bff; /* Azul vibrante */
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s, transform 0.3s;
}

.btn-azul:hover {
    background-color: #0056b3; /* Azul oscuro */
    border-color: #0056b3; /* Azul oscuro */
    transform: scale(1.05);
}

