/**
* 2007-2019 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-2019 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.
*/


#content-continente>span,
.content-paises h3{
	text-transform: uppercase;
	font-size: 28px;
}

.content-paises h3{
	margin: 0 0 30px;
}

.blockcontinental{
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px;
}

.blockcontinental li{
    /*display:inline;*/
    background-color:black;
    cursor: pointer;
    margin-bottom: 30px;
}

@media (min-width: 858px){
	.blockcontinental li{
		margin-left:15px;
		margin-right:15px;
	}
}

@media (max-width: 857px){
	.blockcontinental{
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}

	.blockcontinental li{
		width: 50%;
	}

	.blockcontinental li{
		padding-left:15px;
		padding-right:15px;
	}
}

.blockcontinental li [class^="icon-"]{
	display: block;
}

.content-paises{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
	text-transform: uppercase;
}

.content-paises ul{
	list-style: none;
}

.container-paises{
    height: 80%;

}

@media (min-width: 481px){
	.container-paises ul{
		column-count: 5;
		column-gap: 30px;
	}
}

.container-paises ul li{text-align: left;}

.container-paises ul li a{
	color: #FFF;
}

.continente-span{
	text-transform: uppercase;
}

.content-block-paises-internacional ul{
	text-align: center;
	column-count: 2;
}
.content-block-paises-internacional ul li{
	text-align: center;
}

.content-paises ul li>span{
	cursor: pointer;
}