@import './variables.css';

html {
  font-size: 62.5%;
  font-family: var(--main-font);
}

.info-gerente {
  margin-top: 10rem;
}

.info-gerente p {
  margin: 3rem 0;
  padding: 1rem;
  text-align: center; 
  font-size: 1.8rem;
}

.info-gerente p span {
  display: inline-block; 
  font-weight: bold; 
  font-size: 2rem; 
  color: black; 
  text-transform: uppercase; 
  margin-bottom: 2rem;
}

.map-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10rem 0;
}

#map {
  width: 700px;
  height: 900px;  
  background: none;
}

.font-size-marker-map {
  font-size: 12px;
  font-family: var(--main-font);
}

.contacto-distribuidores {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin: 0 8rem;
}

.contacto-distribuidores p {
  font-size: 1.5rem;
}

.contacto-distribuidores p span {
  font-weight: bold;
}


@media (max-width: 540px) {

  .info-gerente {
    margin-top: 6rem;
  }
  
  .info-gerente p {
    font-size: 1.6rem;
  }
  
  .info-gerente p span {
    font-size: 1.8rem; 
  }

  #map {
    width: 500px;
    height: 500px;  
    margin-bottom: 4rem;  
  }

  .info-gerente {
    font-size: 1.5rem;
  }

  .info-gerente p span {
    font-size: 1.7rem; 
  }
}

@media (min-width: 541px) and (max-width: 1024px) {
  #map {
    width: 500px;
    height: 600px;
    margin-bottom: 6rem;  
  }
}
