/**
 * 2024 ALCALINK E-COMMERCE & SEO, S.L.L.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@prestashop.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 *
 * @author ALCALINK E-COMMERCE & SEO, S.L.L. <info@alcalink.com>
 * @copyright  2024 ALCALINK E-COMMERCE & SEO, S.L.L.
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 *
 * Registered Trademark & Property of ALCALINK E-COMMERCE & SEO, S.L.L.
*/
.alcawhatsapp_logo {
    margin-top: 4px;
    margin-right: 8px;
}

.alcawhatsapp{
    margin-top: 12px;
    margin-bottom: 24px;
    margin-left: 0px;
    display: inline-flex;
    float: left;
}


@media (min-width: 992px) {
    .hidden-lg-up {
        display: none;
    }
}
@media (max-width: 991px) {
    .hidden-md-down {
        display: none;
    }
}

.alcaw_mobile_buttons{	
	margin-bottom: 22px;
    clear: both;
}

.alcaw_mobile_button{
    padding: 0px;
    border: none;
    background: transparent;
    outline:none;
}

.alcaw_mobile_buttons a{
	color: #fff !important;
	background: #000 !important;
	padding: 8px;
}
    
.pos_nav .alcaw_contenedor_text{
    display: inline-flex !important;
}

.pos_nav .alcawhatsapp_logo{
    margin-top: -7px !important;    
}

.pos_nav{ 
    margin-bottom: 35px !important;
}

.pos_footer{
    margin-bottom: 75px !important;
}

.alcawhatsapp_aux.all, .alcawhatsapp_aux.onlydesktop {
    display: block;
    position:fixed;
    text-decoration:none;
    z-index:9999;
    bottom: 10px;
}

.alcawhatsapp_aux.derecha {
    right: 5px;
}

.alcawhatsapp_aux.izquierda {
    left: 5px;
}

.alcawhatsapp_aux.all .alcawhatsapp_content, .alcawhatsapp_aux.onlydesktop .alcawhatsapp_content{
    text-align: center;
    vertical-align: middle;
    margin-bottom: 0;
    /*width: 75px;
    height: 75px;*/
}

.alcawhatsapp_aux.onlymobile {
    display: none;
}

.alcawhatsapp_content .sonar:before {
    background: transparent;
    border: 4px solid #4fc862;
    content: "";
    height: 91px;
    left: -15px;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    top: -18px;
    width: 91px;
    z-index:1;
    border-radius:50%
}

.alcawhatsapp_content .sonar:before {
    -webkit-animation: sonar 1s ease-out infinite;
    -moz-animation: sonar 1s ease-out infinite;
    animation: sonar 1s ease-out infinite;
}

.textarea-config {
    min-height: 100px;
}

@-webkit-keyframes sonar {
    from {
        -webkit-transform: scale(0);
        opacity: 1;}
    to {
        -webkit-transform: scale(1);
        opacity: 0;}
}
@-moz-keyframes sonar {
    from {
        -moz-transform: scale(0);
        opacity: 1;}
    to {
        -moz-transform: scale(1);
        opacity: 0;
    }
}
@keyframes sonar {
    from {
        transform: scale(0);
        opacity: 1;}
    to {
        transform: scale(1);
        opacity: 0;
    }
}

@media screen and (min-width: 768px){
	.alcawhatsapp_aux.mobileon {
		display: none;
	}
}

@media screen and (max-width: 768px){
	.alcawhatsapp_aux.onlymobile{
		display:block;
		position:fixed;
		text-decoration:none;
		z-index:9999;
        bottom: 10px;
    }
    
    .alcawhatsapp_aux.onlydesktop {
        display: none;
    }

	.alcawhatsapp_content{
	  text-align: center;
      vertical-align: middle;
      margin-bottom: 0;
      /*width: 75px;
      height: 75px;*/
	}
}