.contact-text {
  padding: 0 0;
}

.content-contact {
  width: auto;
  padding: 2em 2em;
  border-radius: 25px;
  margin: 0 1em;
  display: block;
  background: linear-gradient(150deg, var(--color-terciary) 0%, var(--color-title-light) 100%);

}


.content-contact h1,
.content-contact p {
  color: white !important;
}

.contacto-buttons-zone {
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 3em 0;
  width: 100%;
}







.contacto-buttons,
.address-buttons {
  justify-content: center;
  align-items: center;
  display: flex;
  gap: .7em;
  padding: 0;

}


.contacto-buttons button i,
.address-buttons button i {
  font-size: 2em;

}

.button-Waze,
.button-GoogleMaps {
  font-size: 1em;
}



.contacto-buttons button,
.address-buttons button {
  border-radius: 5px;
  padding: .4em 1em;
  border: none;
}


.button-whatsapp {
  background-color: rgb(0, 194, 0);
}

.button-llamada {
  background-color: rgb(255, 196, 0);
}

.button-correo {
  background-color: rgb(185, 4, 4);
}

.button-Waze {
  background-color: purple;
}

.button-GoogleMaps {
  background-color: var(--color-acento);
}

button i,
button {
  color: white;
}

.address-buttons {
  font-size: 1.6em;
}

.contact-telefono-info
{
  text-align: center;
  margin: 2em 0;
}

.contact-telefono-info i
{
  color: var(--color-acento);
  font-size: 1.3em;

}


.contact-telefono-info p
{
 font-style: italic;
 font-weight: 500;
}

.contact-telefono-info span
{
  margin-left: 1em;
  color: var(--color-terciary);
}

.contacto-buttons button,
.address-buttons button {

  cursor: pointer;
  transition: 0.3s ease-in-out;
}



.formulario-mcm label {
  display: block;
  margin-top: 1em;
  font-weight: 600;
  color: #000000;
}

.formulario-mcm input,
.formulario-mcm textarea {
  width: 100%;
  padding: 0.75em 1em;
  margin-top: 0.3em;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: border-color 0.3s ease;
}

.formulario-mcm input:focus,
.formulario-mcm textarea:focus {
  border-color: var(--color-terciary);
  outline: none;
}

.formulario-mcm button {
  margin-top: 2em;
  width: 100%;
  padding: 0.9em;
  background-color: var(--color-primary);
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.formulario-mcm button:hover {
  background-color: var(--color-secondary);
}

/* Estilos para select personalizado */
.form-select-custom {
  width: 100%;
  padding: 0.65em 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  appearance: none;
  cursor: pointer;
  transition: border-color 0.3s ease;
}


.form-select-custom:focus {
  border-color: #3493ED;
  outline: none;
}

/* Estilo para opción deshabilitada */
.form-select-custom option:disabled {
  color: #999;
}




.contacto-buttons button:hover,
.address-buttons button:hover {

  transform: scale(1.1);
}

.address-buttons {
  padding-top: 2em;
}






.contact-form,
.address-zone {
  margin: 2em 0 0 0;
  padding: 0 2em;
  width: 100%;

}

.address-zone {
  height: 400px;
  padding: 0em;
  margin-top: 4em;

}

.address-map {
  height: 100%;
  padding: 0;
  margin: 0;
  width: 100%;
}

/* Asegura que .row sea flex */
.content-addresses.row {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width:576px) {



  .contacto-buttons button i,
  .address-buttons button i {
    font-size: 2.5em;

  }

  .button-Waze,
  .button-GoogleMaps {
    font-size: 1.3em;
  }

  .contacto-buttons button,
  .address-buttons button {
    border-radius: 5px;
    padding: .5em 1.5em;
    border: none;
  }
}


/* MD - 768px */
@media (min-width: 768px) {




  .contacto-buttons button i,
  .address-buttons button i {
    font-size: 3em;

  }

  .button-Waze,
  .button-GoogleMaps {
    font-size: 1.6em;
  }

  .contacto-buttons button,
  .address-buttons button {
    border-radius: 5px;
    padding: .5em 1.5em;
    border: none;
  }

  .content-contact {

    padding: 2em 3em;

    margin: 0 3em;
  }

  .address-zone {
    height: 600px;
margin: 0;

  }

}

@media (min-width:992px) {

  .contacto-buttons,
  .address-buttons {
    gap: 5em;
    padding: 0 3em;

  }
}


@media (min-width: 1200px) {

  .contacto-buttons {
    justify-content: right;
  }

  .address-zone {
    height: 100%;
    padding-left: 2em;

  }

  .address-buttons {
    justify-content: left;
  }

}


/* XxL - 1400px */
@media (min-width: 1400px) {
  .header-banner {
    height: 105px;

  }

  .address-buttons {
    padding-top: 0em;
  }


}