
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

h1 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
}

h4 {
    padding-top: 50px;
    font-family: "Public Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
}

p {
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.header {
    background-color: rgb(255, 204, 0);
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}
.logo {
    width: 270px;
        
}

/* .social-icons {
    Add your social network icons here
} */
/* .carousel {
    width: 100%;
    overflow: hidden;
}
.carousel img {
    width: 1260px;
    height: 640px;
}*/

.d-block {
    height: 100%;
    object-fit: cover;
}

/*<uniquifier>: Use a unique and descriptive class name
   <weight>: Use a value from 100 to 900 */

*.public-sans-titulo {
  font-family: "Public Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
}

.company-info {
    text-align: center;
    margin: 50px 50px;
}

/* INICIO FORMULARIO DE CONTACTO */
.form-container {
  max-width: 600px;
  margin: 20px auto;
  padding: 20px;
}

.footer {
    background-color: rgb(13, 13, 128);
    color: rgb(255, 255, 255);
    width: 100%;
    height: 350px;
    padding: 20px 0;
    /*position: absolute;
    width: 100%;
    bottom: 0;*/
}

.container {
    padding-top: 20px;
    /*display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-gap: 20px;*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    align-content: stretch;
}

@media (max-width: 770px) {
    .container {
        flex-direction: column;
        justify-content: flex-start;   
    }
}

.logo-container {
    width: 200px;
    height: 60px;
}
.logo-zocalo {
    width: 180px;
}

.column {
    flex-basis: 30%;
    
}

.column h3 {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.social-icons a {
    display: inline-block;
    margin-right: 10px;
}

.social-icons img {
    width: 30px;
    height: 30px;
}


/* Estilos del chat de WhatsApp */
.whatsapp-chat {
    background-color: rgba(255, 240, 245, 0.7);
    width: 5rem;
    height: 5rem;
    position: fixed;
    bottom: 40px;
    right: 40px;
    border-radius: 50%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Ajustando el tamaño del logo */  
.whatsapp-chat img {
    width: 3rem;
    height: 3rem;
}
