
iframe{
	width: 1px; min-width: 100%; border: none; overflow: hidden;
}
p:first-letter {
    text-transform: capitalize;
}
.overflow-hidden{
	overflow: hidden;
}
.nota-covid-19, .inicio-covid-19{
	font-family: "Codec Pro";
}
.nota-covid-19 .accordion h2 button{
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff;
	background: #740500;
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
}
.nota-covid-19 .accordion h2 button span{
	float: right;
}
.nota-covid-19 .accordion h2 button span svg{
	fill: #ffffff;
}
.nota-covid-19 .accordion h2 button span.add{
	display: none;
}
.nota-covid-19 .accordion h2 button.collapsed{
	background: #ebebeb;
	color: #000000;
}
.nota-covid-19 .accordion h2 button.collapsed span.remove{
	display: none;
}
.nota-covid-19 .accordion h2 button.collapsed span.add{
	display: block;
}
.nota-covid-19 .accordion h2 button.collapsed span.add svg{
	fill: #000000;
}
.nota-covid-19 .accordion a{
	display: block;
	text-decoration: none;
	width: 100%;
	height: 100%;
	color: #000;
}
.nota-covid-19 .accordion .list-group-item.active{
	background: #d1d1d1;
	border-color: rgba(0,0,0,.125);
}
.inicio-covid-19 header, .nota-covid-19 .banner{
	background: transparent url(../img/banner.png) no-repeat center center;
	height: 100px;
	background-size: cover;
}
.inicio-covid-19 header.en, .nota-covid-19 .banner.en{
	background: transparent url(../img/banner_en.png) no-repeat center center;
}
.inicio-covid-19 header a{
	width: 100%;
	height: 100%;
	display: block;
}
.inicio-covid-19 .list-group-item.active{
	background: #8C0B05;
	color: #fff;
	font-weight: 500;
	border-color: #fff;
}
.inicio-covid-19 #collapseResto .list-group-item.active{
	background: #d1d1d1;
	color: #000;
	border-bottom: none;
	border-left: none;
}
.inicio-covid-19 .list-group-item.active a{
	display: block;
	cursor: pointer;
}
.inicio-covid-19 .list-group-item.active a span:not(.little-text){
	float: right;
}
.inicio-covid-19 .list-group-item.active a span svg{
	fill: #ffffff; 
}
.inicio-covid-19 #collapseResto .list-group-item.active a span svg{
	fill: #000000; 
}
.inicio-covid-19 .list-group-item.active a[aria-expanded="true"]{
	background: #740500;
	font-weight: 500;
	display: block;
	color: #fff;
}
.inicio-covid-19 #collapseResto .list-group-item.active a[aria-expanded="true"] span svg{
	fill: #fff;
}
.inicio-covid-19 .list-group-item.active a[aria-expanded="true"] span.add{
	display: none;
}
.inicio-covid-19 .list-group-item.active a[aria-expanded="false"] span.remove{
	display: none;
}
.inicio-covid-19 .list-group-item{
	background: #ebebeb;
	color: #000;
	border-color: #fff;
}
.inicio-covid-19 .country-list .list-group-item, .inicio-covid-19 .continent-list .flex-fill{
	width: 20%;
}
@media only screen and (max-width: 576px) {
	.inicio-covid-19 .country-list .list-group-item, .inicio-covid-19 .continent-list .flex-fill{
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.border-bottom-sm{
		border-bottom: 1px solid #fff;
	}
}
.little-text{
	font-size: 10px;
}
.middle-text{
	font-size: 12px;
}
.highlight-text{
	font-size: 30px;
	line-height: 60px;
    height: auto;
	color: #8C0B05 !important;
}
.bg-gray{
	background: #ebebeb;
}
.highlight-red{
	color: #8C0B05 !important;
}
.bg-gray-dark{
	background: #d1d1d1 !important;
}
.lh-21{
	line-height: 21px;
}
.bg-dest{
	background: #740500;
	font-weight: 500;
	display: block;
	color: #fff;
}
@media only screen and (min-width: 767px) {
	.country1{
		border-bottom: 1px solid #fff;
	}
}
@media only screen and (min-width: 1199px) {
	.country1{
		border-bottom: 1px solid #fff;
	}
	.country2{
		border-bottom: 1px solid #fff;
		border-left: 1px solid #fff;
	}
	.country4{
		border-left: 1px solid #fff;
	}
}
.nav-indice a{
	width: 100%;
	height: 100%;
	display: block;
}
.nav-indice img{
	height:75px;
}
.country-columns{
	height: 300px;
}
.country-columns.oceania{
	height: 75px;
}
a.card-link.disabled {
    pointer-events: none !important;
    cursor: default;
}
