/**
* 2007-2021 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-2021 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.
*/
.alcacalendly-schedule-request {    
    padding: 40px;
    color: #11A09B;
    border-radius: 15px;
    height: 305px;
    width: 100%;
    background-image: url('../img/RutinaValeria_farmaciatedin.webp');
    background-color: #9BE3E0;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 60%;
    margin-bottom: 20px;
}
.alcacalendly-schedule-request .content-block {
    width: 35%;    
}
.alcacalendly-schedule-request h3 {
    font-size: 32px;
    line-height: 42px;
}
.alcacalendly-schedule-request p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
.alcacalendly-schedule-request h3, .alcacalendly-schedule-request p {
    color: #11A09B;
    display: block;
}
.alcacalendly-schedule-request .btn-calendly-fake {
    background-color: #2AD2C9;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    padding: 10px 30px;
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
}
.alcacalendly-schedule-request img {
    display: block;
}
#ALCACALENDLY_CALENDAR {
    height: 650px;
    width: 100%;    
    box-sizing: content-box;
}

.alcacalendly {
    margin-top: 60px;
}
@media (max-width: 1150px) {
    .alcacalendly-schedule-request .content-block {
        width: 45%;
    }
    .alcacalendly-schedule-request{
        background-size: 56%; 
    }
}

@media (max-width: 989px) {
    .alcacalendly-schedule-request {
        padding: 20px;
        height: 440px;
        background-image: url('../img/RutinaValeria_farmaciatedin.webp');
        background-color: #9BE3E0;
        background-position: bottom center;
        background-size: 95%;
    }
    .alcacalendly-schedule-request .content-block {
        width: 100%;
    }
}
