
p{
    font-size: 14.4px;
}
h3{
    font-size: 14.4px;
}

.enlaces a{
    text-decoration: none;
    font-weight: bold;
}
.footer{
    font-family: "Red Hat Display", sans-serif!important;
    padding-top: 20px;
}
#titulo-footer{
    font-size: 27.36px;
}
.titulo{
    font-weight: bold;
}

.Copyright_icons{
    display: flex;
    justify-content: center;
    gap: 20px;
    height: 50px;
}
.content-bloque{
    display: flex;
}
.content-libro{
    display: flex;
    gap: 20px;
}
.libro_reclamaciones{
    width: 40px;
}
.content-icons{
    display: flex;
    gap: 10px;
}
.content-icons h3{
    font-family: "Red Hat Display", sans-serif!important;
    font-weight: bold!important;
}
.content-icons p{
    font-size: 12px;
    padding: 10px 0px 10px 0px;
    
}
.input-container {
    display: flex;
    align-items: center;
    background-color: #f4f4f4; /* Fondo del contenedor */
    border-radius: 5px; /* Bordes redondeados */
    padding: 5px;
    width: 100%; /* Ancho del contenedor */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Sombra */


  }
  
  .email-input {
    border: none!important;
    background: none;
    flex: 1;
    font-size: 14px;
    color: #555!important; /* Color del texto */
    padding: 10px;
    outline: none!important;/* Quita el borde azul al enfocar */
  }
  
  .enviar-boton {
    background-color: rgb(5, 180, 5);
    color: white;
    border: none;
    border-radius: 10px; 
    width: 40px !important;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    outline: none;
    font-size: 16px; 
    font-weight: bold; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.1); 
    transition: all 0.3s ease; 
}
.enviar-boton:hover {
    background-color: rgb(10, 197, 10); 
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3), 0 2px 4px rgba(0, 0, 0, 0.15); 
}
  .submit-button span {
    font-size: 16px; /* Tamaño del icono */
  }
  
  .submit-button:hover {
    background-color: darkred; /* Color al pasar el cursor */
  }
  .submit-button span{
    font-weight: bolder;
  }
  .Copyright_icons{
    gap: 65px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  }
  .img-logo-footer{
    position: relative;
  }
  .img-logo-footer img{
    width: 128px;
    position: absolute;
    top: 10px;
    left: 0px;
    height: auto;
}

    .iconos-logo-ultimo{
        display: flex;
        gap: 34px;
    }

    .redes-footer {
        padding: 8px!important;
        border-radius: 8px!important;
        background-color: #f8f9fa!important;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3)!important;
        transform: scale(1.0);
    }
    .redes-footer:hover{
        transform: scale(1.2);
    }
.icons p{
    line-height: 25px!important;
}

.p-footer{
    padding-bottom: 0px!important;
    line-height: 33px!important;
}
.p-footer a{
    color: #555;
}
.p-footer a:hover{
    color: #c71313;
}
.enlace-innova{
    text-decoration: none;
    color: black;
}
.imgfooter{
    width: 173px;
    height: 53px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.content-icons p{
    line-height: 25px!important;
}
.content-libro p{
    line-height: 25px!important;
}
.ocultar-p{
    color: rgba(244, 244, 244, 0);
}
@media (max-width: 768px) {
    .content-icons {
        display: flex;
        gap: 10px;
        text-align: center;
        justify-content: center;
      }
      .content-libro {
        display: flex;
        gap: 20px;
        justify-content: center;
      }
      .Copyright_icons {
        gap: 65px;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
      }
      .img-logo-footer {
        position: relative;
        display: flex;
        flex-direction: column;
      }
      .content-libro p {
        line-height: 21px !important;
        margin: 0;
        text-align: center;
    }
    }

    .list-inline-item{
        margin-top: 10px
    }




    @media (max-width: 768px) {

        .icons p {
            line-height: 25px !important;
            text-align: center;
        }
        .enlaces .content-libro {
            justify-content: center;
            align-items: center;
            text-align: center;
        }
       
        .enlaces {
            text-align: center;
        }
        .iconos-logo-ultimo {
            margin-top: 0px;
        }
        .footer {
            background-color: #f8f9fa !important;
            overflow: hidden;
        }
        .content-icons p {
            text-align: center;
        }
        .Copyright_icons {
            height: 100%;
            gap: 18px;
        }
        .row {
            padding-bottom: 24px;
            text-align: center;
        }
        .enlaces .content-libro {
            transform: scale(1.0);
            transition: all ease 500ms;
            display: flex;
            justify-content: center;
            margin-left: 89px;
          }
          .text-center {
            text-align: center !important;
          }
          p {
            margin-top: 0;
            margin-bottom: 1rem;
            text-align: center;
          }
    }
    