/**
* 2007-2024 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-2024 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.
*/
#homecontent{
    padding-top: 100px;
}
#homecontent > div{
    padding: 0 100;
}
#homecontent .highlighted{
    position: relative;
    height: auto;
    display: block;
    width: fit-content;
}
#homecontent .highlighted::before{
    background-color: #1de919;
    content: "";
    position: absolute;
    width: calc(100% + 6px);
    height: 55%;
    left: -2px;
    bottom: 4px;
    z-index: 0;
    transform: rotate(-2deg);
}
#homecontent .highlighted span{
    position: inherit;
}
#homecontent a{
    text-decoration: underline;
}
#homecontent h2{
    max-width: 300px;
    margin-bottom: 30px;
}
#homecontent h3{
    margin-bottom: 30px;
}
#homecontent p{
    font-size: 14px;
}
#homecontent .text a{
    font-size: var(--text-l);
    line-height: 22px;
    font-weight: 400;
    font-family: var(--font-primary);
}
#homecontent .block-top{
    background-color: #fffbbe;
    margin-bottom: 100px;
}
#homecontent .block-bottom > div{
    max-width: 1000px;
    margin: 0 auto;
}
#homecontent .block-top > div{
    max-width: 900px;
    margin: 0 auto;
}
#homecontent .block-top > div{
    position: relative;
}
#homecontent .block-top > div::before{
    content: url("../img/homecontent/celo.svg");
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-40%) translateX(-40%);
}
#homecontent .block-top .text{
    padding-right: 90px;
    padding-top: 50px;
    padding-bottom: 50px;
}
#homecontent .block-top img{
    border-radius: 30px 30px 30px 0px;
    transform: rotate(8.762deg);
    flex-shrink: 0;
    max-width: 100%;
}
#homecontent .block-bottom > div{
    background: #E0EDD4;
    border-radius: 30px 30px 30px 0px;
    position: relative;
}
@media (min-width: 992px){
    #homecontent .block-bottom > div > div:nth-child(2){
        padding-left: 100px;
        padding-right: 84px;
    }
}
#homecontent .block-bottom > div::before{
    content: url("../img/homecontent/world.svg");
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-20px);
    z-index: 1;
}
#homecontent .block-bottom > div::after{
    content: url("../img/homecontent/trees.svg");
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateX(35px) translateY(5px);
}
#homecontent .block-bottom .text{
    position: relative;
}
#homecontent .block-bottom .text::before{
    content: url("../img/homecontent/parrots.svg");
    position: absolute;
    top: 0;
    right: 50px;
    transform: translateY(-20px);
}
#homecontent .block-bottom .img{
    padding-left: 0;
}
#homecontent .block-bottom img{
    width: 100%;
    max-height: 440px;
    object-fit: cover;
    border-radius: 30px 0px 0px 0px;
}
@media(min-width: 992px){
    #homecontent .ver-mas{
        display: none;
    }
    
    #homecontent .block-top .text p{
        display: block;
    }
}
@media(max-width: 991px){
    #homecontent{
        padding-top: 40px;
    }
    #homecontent .col-md-12{
        width: 100%;
    }
    #homecontent h3{
        font-size: 33px;
        line-height: 35px;
        margin-bottom: 20px;
        width: 75%;
    }
    #homecontent .block-top{
        background-image: url("../img/homecontent/paper.svg"), linear-gradient(0deg, #fffbbe 80%, #fff 20px);
        background-color: transparent;
        background-repeat: repeat-x;
        background-size: contain;
        margin-bottom: 0;
    }
    #homecontent .block-top > div::before{
        right: 0;
        left: unset;
        transform: rotate(15deg) translateY(-40%) translateX(-40px);
    }
    #homecontent .block-top .text{
        padding-right: 15px;
        padding-bottom: 50px;
    }
    #homecontent .block-top p.isMobile{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    #homecontent .block-bottom{
        padding: 0;
    }
    #homecontent .block-bottom > div{
        border-radius: 0;
        padding: 35px 15px;
    }
    #homecontent .block-bottom > div::before{
        top: 0px;
        left: unset;
        right: 35px;
        transform: translateX(0) translateY(-40px);
    }
    #homecontent .block-bottom .text::before,
    #homecontent .block-bottom > div::after{
        content: none;
    }

    #homecontent .ver-mas{
        cursor: pointer;
        color: var(--sp-orange);
        font-weight: 700;
        line-height: 26px;
        padding-top: 15px;
    }
    #homecontent .ver-mas span span{
        font-size: 16px;
    }
}
@media (min-width: 992px){
    #homecontent p{
        line-height: 22px;
    }
}