/* CSS Document */
body {
  background-color: white;
  background-image: none;
}
#frm_contacto {
  background-color: #FFF;
  width: 100%;
  display: block;
}
#frm_link {
  width: 100%;
  display: block;
  margin-top: 15px;
}
.form_envio{
	background-color: #FFFFFF;
	justify-content: center;
	display: flex;
	align-items: center;
	position: absolute; 
	z-index: 0; 
	left: 0px; 
	top: 0px; 
	height: 100%; 
	width: 100%; 
	padding: 0px;
	border-width: 0px; 
	margin: 0px;
}
.frm_txt_contacto {
  width: 100%;
  height: 35px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #7E7E7E;
  padding: 5px;
  margin-bottom: 7px;
  margin-top: 10px;
}
.guess {
  /*max-width:260px;
	float:right;*/
  margin-left: 5px;
}
.img_guess {
  min-height: 35px;
  margin-top: 10px;
}
.alto_textarea_contacto {
  height: 120px;
}
#frm_link a {
  width: 100%;
  display: block;
  margin-top: 15px;
  background-color: #00A3D9;
  text-align: center;
  color: #FFF;
  padding: 5px;
}
#frm_link a:hover, #frm_link a:focus {
  background: #0063C6;
}
.form-control {
  /*width:350px;*/
  width: 100%;
  height: 35px;
  font-size: 13px;
  color: #7E7E7E;
  padding: 5px;
  margin-bottom: 7px;
  margin-top: 10px;
}
.button-container{
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
.contenido{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Botones de Acción en Cabecera de Descripción */
.action-buttons-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
	transform: scale(0.8);
	margin-top: -10px; /* Ajuste para reducir espacio superior */
}

.action-buttons-header .btn {
    margin: 5px;
}

/* Responsive para móviles: .action-buttons-header hereda el centrado de los estilos base */

#frm_link .accion_boton {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  border: none;
  text-align: center;
}
#frm_contacto input.btn_contacto:hover {
  background: #0063C6;
}
.btn_envio_mail:hover, .btn_envio_mail:focus, .btn_envio_mail:active {
  color: #FFFFFF;
  background: #0099CB;
}
.btn_envio_wsp:hover, .btn_envio_wsp:focus, .btn_envio_wsp:active {
  color: #FFFFFF;
  background: #2CBB62;
}
.btn_envio_mail {
  width: 100%;
  padding: 22px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #FFF;
  font-weight: bold;
  border: none;
  text-transform: uppercase;
  background-color: #00A3D9;
  border-color: #00A3D9;
}
.btn_envio_wsp {
  width: 100%;
  padding: 22px 8px;
  text-align: center;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #FFF;
  font-weight: bold;
  border: none;
  text-transform: uppercase;
  background-color: #25D366;
  border-color: #25D366;
}
.btn_enviar {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  background-color: #00A3D9;
  text-transform: uppercase;
  max-width: 200px;
  display: block;
  margin: 0 auto;
  border: none;
  padding: 5px 20px 5px 20px;
}
.btn_enviar_wsp {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  background-color: #25D366;
  text-transform: uppercase;
  max-width: 200px;
  display: block;
  margin: 0 auto;
  border: none;
  padding: 5px 20px 5px 20px;
}
.fa-whatsapp, .icono-wp {
  margin: 8px;
  font-size: -webkit-xxx-large;
  display: flex;
  justify-content: center;
}
.fa-regular, .fa-envelope {
  margin: 8px;
  font-size: -webkit-xxx-large;
  display: flex;
  justify-content: center;
}
.form-group {
  margin-bottom: 0px;
}
.panel-formulario-contacto {
  margin-top: 20px;
}
.button-container {
  margin-top: 10px;
}

#container_mail,
#container_wsp {
  -webkit-flex: 1;
  flex: 1;
}

@media (max-width: 767px) {
  .form-control,
  .frm_txt_contacto {
    font-size: 16px;
  }
}

@media (max-width: 380px) {
  .g-recaptcha {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

/* Botón flotante WhatsApp */
@-webkit-keyframes wsp-pulse {
  0%   { box-shadow: 0 4px 14px rgba(0,0,0,0.25), 0 0 0 0 rgba(37,211,102,0.55); }
  70%  { box-shadow: 0 4px 14px rgba(0,0,0,0.25), 0 0 0 16px rgba(37,211,102,0); }
  100% { box-shadow: 0 4px 14px rgba(0,0,0,0.25), 0 0 0 0 rgba(37,211,102,0); }
}
@keyframes wsp-pulse {
  0%   { box-shadow: 0 4px 14px rgba(0,0,0,0.25), 0 0 0 0 rgba(37,211,102,0.55); }
  70%  { box-shadow: 0 4px 14px rgba(0,0,0,0.25), 0 0 0 16px rgba(37,211,102,0); }
  100% { box-shadow: 0 4px 14px rgba(0,0,0,0.25), 0 0 0 0 rgba(37,211,102,0); }
}

.btn-flotante-wsp {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 900;
  width: 73px;
  height: 73px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.15s ease;
  -webkit-animation: wsp-pulse 2s infinite;
  animation: wsp-pulse 2s infinite;
}
.btn-flotante-wsp:hover,
.btn-flotante-wsp:focus {
  background-color: #128C7E;
  transform: scale(1.08);
  text-decoration: none;
  color: #ffffff;
  -webkit-animation: none;
  animation: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}
.btn-flotante-wsp .fa-whatsapp {
  font-size: 39px;
  color: #ffffff;
  margin: 0;
  display: block;
  justify-content: unset;
}