/**
* 2007-2023 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-2023 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.
*/


/* HOME CONTENT BLOCK MODULE */

.patrocinadores .header-subtitle {
  color: #D14291;
  font-size: 1.2rem;
  text-align: left;
  margin-bottom: .2rem;
}
.patrocinadores .header-title {
  color: #000000;
  font-size: 1.6rem;
  text-align: left;
  font-weight: bold;
}

.patrocinadores .home-content-container {
  display: flex;
}
.patrocinadores .content-block .btn {
  margin-bottom: .4rem;
}

.patrocinadores .image-block {
  border-radius: 0 0 8rem 0;
  flex: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.patrocinadores .content-block {
  flex: 1;
  padding: 6rem 3rem 10rem 3rem;
  background: #F3F3F4;
  border-radius: .7rem 0px 0px .7rem;
  max-width: 40rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
.patrocinadores .content-block .inner-block {
  max-width: 40rem;
  text-align: left;
  margin: 0 auto;
}
.patrocinadores .content-block p {
  margin-bottom: 1.2rem;
}
.patrocinadores .content-block h2 {
  margin-bottom: 1.5rem;
}

@media (max-width:1000px) {
  .patrocinadores .content-block {
    padding: 4rem 2rem;
  }
}

@media (max-width:767px) {
  .patrocinadores .home-content-container  {
    flex-direction: column-reverse;
  }
  .patrocinadores .image-block, .iframe-block, .iframe-block iframe {
    min-height: 80vw;
  }
  .patrocinadores .content-block {
    padding: 3rem 2rem 6rem 2rem;
  }
  .patrocinadores .image-block {
    border-radius: 5rem 0 0 0;
  }
}