/**
 * 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.
*/
.click_icon {
	vertical-align: middle;
}

.msg-inferior {
	margin-bottom: 3px;
	text-align: center;
	border-radius: 4px;
	padding: 3px 3px;
	overflow: hidden;
}

.msg-inferior span {
	font-family: Noto Sans,sans-serif;
}

@media screen and (min-width: 768px){
	.clickandcall_aux { 
		display: none;
	}
}

@media screen and (max-width: 768px){
	.clickandcall_aux{
		display:block;
		position:fixed;
		text-decoration:none;
		z-index:9999;
	}

	.clickandcall_content{
	  text-align: center;
	  vertical-align: middle;
	}

	.clickandcall_link {
	  display: inline-block;
	  line-height: normal;
	}

	.style_1{
	  -moz-border-radius: 25%;
	  -webkit-border-radius: 25%;
	  border-radius: 25%;
	}

	.style_2{
	  -moz-border-radius: 50%;
	  -webkit-border-radius: 50%;
	  border-radius: 50px;
	}

	.style_3 {

	}

	.arribaizquierda {
		top: 5px; left: 5px; margin-left: 3px;
	}

	.arribaderecha {
		top: 5px; right: 5px; margin-right: 3px;
	}

	.abajoizquierda {
		bottom: 5px; left: 5px; margin-left: 3px;
	}

	.abajoderecha {
		bottom: 5px; right: 5px; margin-right: 3px;
	}
}