/**
* 2007-2015 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 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/afl-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
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2016 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/


.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: 10%;
}

.alcawhatsapp_aux.derecha {
    right: 15px;
}

.alcawhatsapp_aux.izquierda {
    left: 15px;
}

.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: 10%;
    }
    
    .alcawhatsapp_aux.onlydesktop {
        display: none;
    }

	.alcawhatsapp_content{
	  text-align: center;
      vertical-align: middle;
      margin-bottom: 0;
      /*width: 75px;
      height: 75px;*/
	}
}