/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/



/** CSS PARA FORMULARIO DE CONTACTO **/

.mv-flex {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  padding: 10px;
}

@media (min-width: 600px) {
  .mv-flex {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .mv-flex {
    grid-template-columns: repeat(3, 1fr);
  }
}

.mv-flex label {
	color: #ffffff;
}
/* Optional: Add some padding and border for better visualization */
.mv-flex p {
	padding: 5px;
    border: 1px solid #353535;
    box-sizing: border-box;
    margin-bottom: 0px;
}

/** CSS PARA BOTON DE ENVIAR :: Formulario de contacto home**/
		.mv-flex-button {
			display: grid;
		  	justify-content: center;
		  	align-items: center;

		}

		.mv-flex-button p {
			    display: grid;
			    align-items: center;
			    justify-items: center;
			    gap: 10px;
		}

		.mv-flex-button p input, .mv-flex-button p span {
			display: block;
  		}
  		
    .ast-container {
        padding: 0px!important;
    }

@media (min-width: 922px) {
    .ast-container {
        max-width: 100%!important;
    }
}

.polylang-flags {
	display: flex;
	list-style: none;
	gap: 10px;
	margin: 0px!important;
}

.polylang-flags a img {
	width: 24px!important;
	height: 16.5px!important;
}


/*****************************************************************/
/*** CODIGO DE BOTON FLOTANTE ***/
/*****************************************************************/

.btn-flotante-llamadas {
    font-size: 16px; /* Tamaño de la tipografía */
    text-transform: uppercase; /* Texto en mayúsculas */
    font-weight: bold; /* Negrita */
    color: #000000; /* Texto negro en todo momento */
    -webkit-border-radius: 5px;
    border-radius: 5px; /* Borde del botón */
    letter-spacing: 2px; /* Espacio entre letras */
    background-color: #fa9614; /* Color de fondo */
    padding: 18px 30px; /* Relleno */
    position: fixed;
    bottom: 20px;
    left: 20px;
    transition: all 300ms ease 0ms;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    z-index: 99;
    text-align: center;
    animation: none; /* Desactiva la animación de brillo */
}

.btn-num {
    font-size: 24px;
}
.btn-flotante-llamadas:hover {
    background-color: #2c2fa5; /* Color de fondo al pasar el cursor */
    color: #000000; /* Asegura que el texto siga siendo negro en hover */
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-7px);
}

@keyframes glowing {
    0% { background-color: #fa9614; box-shadow: 0 0 5px #fa9614; }
    50% { background-color: #f7c318; box-shadow: 0 0 20px #f7c318; }
    100% { background-color: #fa9614; box-shadow: 0 0 5px #fa9614; }
}

.btn-flotante-llamadas {
    animation: glowing 1500ms infinite alternate;
}

@media only screen and (max-width: 600px) {

    .btn-flotante-llamadas {
        font-size: 14px;
        padding: 7px 7px;
        bottom: 20px;
        left: 5px;
    }
}

.btn-flotante-whatsapp {
    font-size: 16px; /* Tamaño de la tipografía */
    text-transform: uppercase; /* Texto en mayúsculas */
    font-weight: bold; /* Negrita */
    color: #ffffff; /* Color del texto en blanco */
    background-color: #25D366; /* Verde oficial de WhatsApp */
    padding: 5px 10px; /* Relleno del botón */
    position: fixed;
    bottom: 130px; /* Ajusta la posición según sea necesario */
    left: 20px; /* Posición ajustable */
    transition: all 300ms ease 0ms;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1); /* Sombra del botón */
    z-index: 99;
    text-align: center;
    border-radius: 5px; /* Borde redondeado del botón */
    display: flex;
    align-items: center; /* Alinea verticalmente el contenido */
}

.btn-flotante-whatsapp .img-whatsapp {
    margin-right: 5px;
    margin-bottom: -8px;
}

.btn-flotante-whatsapp svg {
    width: 25px; /* Ajusta el tamaño del ícono */
    height: auto;
    fill: #ffffff; /* Cambia el color del ícono a blanco */
}

.btn-flotante-whatsapp:hover {
    background-color: #128C7E; /* Color verde oscuro de WhatsApp al pasar el cursor */
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3); /* Sombra más intensa en hover */
	color: #ffffff; /* Asegura que el texto siga siendo blanco en hover */
    transform: translateY(-7px); /* Efecto de desplazamiento al hacer hover */
}

@media only screen and (max-width: 600px) {
    .btn-flotante-whatsapp {
        font-size: 14px;
        padding: 12px 20px;
        bottom: 100px;
        left: 5px;
    }
}