/**
 * Fonts
 */

@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,400;1,700&display=swap');


p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
form,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/**
 * Global Rules
 */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #0d0d0d;
	font-family: Roboto, sans-serif;
	line-height: 1.2;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 25px;
}

a,
a:visited {
	background-color: transparent;
	color: #004387;
	text-decoration: none;
	/*border-bottom: 1px dotted;*/
}

a:hover,
a:active {
	border-bottom: none;
	outline: 0;
}

a:focus {
	border-bottom: none;
	outline: thin dotted;
}

a img {
	border: 0;
}


/**
 * Tabs Container
 */
.tabs-container {
	padding: 2rem;
}

/**
 * Tabs Block
 */
/*.tabs-block {
	display: flex;
	align-items: center;
	justify-content: center;
}*/

/**
 * Tabs
 */
.tabs {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.tabs label {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem 2rem;
	margin-right: 0.0625rem;
	cursor: pointer;
	background-color: #009e4a;
	color: #fff;
	font-family: Roboto, sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	transition: background-color ease 0.3s;
}

.tabs label .material-icons {
	margin-right: 0.3rem;
}

.tabs .tab {
	flex-grow: 1;
	width: 100%;
	height: 100%;
	display: none;
	padding: 1rem 2rem;
	color: #000;
	background-color: #fff;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
}

.tabs .tab > *:not(:last-child) {
	margin-bottom: 0.8rem;
}

.tabs [type=radio] {
	display: none;
}

.tabs [type=radio]:checked + label {
	background-color: #fff;
	color: #009e4a;
	border-top: 4px solid #009e4a;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
}

.tabs [type=radio]:checked + label + .tab {
	display: block;
}
@media (min-width: 768px) {

	body {
		font-size: 1.125rem;
	}

	/*.tabs-container {
		padding: 4rem 4rem;
	}*/

	.tabs label {
		order: 1;
		width: auto;
	}

	.tabs .tab {
		order: 9;
	}

	.tabs [type=radio]:checked + label {
		border-bottom: none;
	}
}
@media (min-width: 992px) {

	.tabs {
		width: 1000px;
	}
}

/**
 * Tabs
 */
 .tabs1 {
	display: flex;
}

.tabs1 > ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 15%;
}

.tabs1 > ul li {
	display: block;
}

.tabs1 > ul li:not(:last-child) {
	border-bottom: 1px solid #262626;
	/*border-right: 1px solid #262626;*/
}

.tabs1 > ul li a,
.tabs1 > ul li a:visited {
	display: flex;
	border-bottom: none;
	text-decoration: none;
	background-color: #009e4a;
	color: #fff;
	padding: 1rem 1.5rem;
	transition: all 0.2s ease-in-out;
	word-wrap: break-word;
}

.tabs1 > ul li a:hover,
.tabs1 > ul li a:focus,
.tabs1 > ul li a:active {
	border-bottom: none;
	outline: 0;
}

.tabs1 > ul li a.active {
	background-color: #fff;
	color: #009e4a;
}

.tabs1 > ul li a:hover:not(.active) {
	/*color: #004387;*/
	color: #fff;
}

.tabs1 > ul li a > span {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.tabs1 > ul li a > span.tab-label {
	display: none;
}

.tabs1 section {
	width: 85%;
	background-color: #fff;
	/*padding: 1rem;*/
	display: none;
	word-wrap: break-word;
	border-bottom: 6px solid #009e4a;
}

.tabs1 section > * {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.2s, transform 0.2s;
}

.tabs1 section > *:nth-child(1) {
	transition-delay: 0.2s;
}

.tabs1 section > *:nth-child(2) {
	transition-delay: 0.3s;
}

.tabs1 section > *:nth-child(3) {
	transition-delay: 0.4s;
}

.tabs1 section > *:nth-child(4) {
	transition-delay: 0.5s;
}

.tabs1 section > *:nth-child(5) {
	transition-delay: 0.6s;
}

.tabs1 section > *:nth-child(6) {
	transition-delay: 0.7s;
}

.tabs1 section > *:nth-child(7) {
	transition-delay: 0.8s;
}

.tabs1 section > *:nth-child(8) {
	transition-delay: 0.9s;
}

.tabs1 section > *:nth-child(9) {
	transition-delay: 1s;
}

.tabs1 section > *:nth-child(10) {
	transition-delay: 1.1s;
}

.tabs1 section > *:nth-child(11) {
	transition-delay: 1.2s;
}

.tabs1 section > *:nth-child(12) {
	transition-delay: 1.3s;
}

.tabs1 section > *:nth-child(13) {
	transition-delay: 1.4s;
}

.tabs1 section > *:nth-child(14) {
	transition-delay: 1.5s;
}

.tabs1 section > *:nth-child(15) {
	transition-delay: 1.6s;
}

.tabs1 section > *:nth-child(16) {
	transition-delay: 1.7s;
}

.tabs1 section > *:nth-child(17) {
	transition-delay: 1.8s;
}

.tabs1 section > *:nth-child(18) {
	transition-delay: 1.9s;
}

.tabs1 section > *:nth-child(19) {
	transition-delay: 2s;
}

.tabs1 section > *:nth-child(20) {
	transition-delay: 2.1s;
}

.tabs1 section.active {
	display: block;
}

.tabs1 section.active-content > * {
	opacity: 1;
	transform: translateY(0);
}
@media (min-width: 576px) {

	.tabs1 > ul {
		/*width: 150px;*/
		width: 240px;
	}

	.tabs1 > ul li a {
		flex-wrap: wrap;
	}

	.tabs1 > ul li a > span {
		width: 100%;
	}

	.tabs1 > ul li a > span.tab-label {
		width: 100%;
		display: block;
		margin-top: 0.2rem;
	}

	.tabs1 section {
		width: calc(100% - 150px);
		padding: 2rem 2rem;
	}
}

@media (min-width: 992px) {

	.tabs1 {
		width: 1000px;
	}
}


.embed-container {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 700px;
}
.secundario{
	padding: 0 !important;
}
.pd-b-30{
	padding-bottom:30px;
}

.div-pais{
    display: flex;
    align-content: center;
    justify-content: center;
    /*align-items: center;*/
    flex-direction: row;
    flex-wrap: wrap;
	margin-bottom: 50px;
}

#pais {
	border-radius: 0;
	display: block;
	min-height: 42px;
	width: 50%;
	background: #fff;
	border: 1px solid #000;
  }

 .title-pais {
    color: #009e4a;
    display: block;
    padding: 0 0 40px;
    text-align: center;
    width: 100%;
    font: normal 36px/44px "Helvetica";
    font-weight: 600 !important;
}
 .title {
    color: #009e4a;
    display: block;
    padding: 0 0 40px;
    text-align: center;
    width: 100%;
    font: normal 36px/44px "Helvetica";
    margin-top: 50px;
    font-weight: 600 !important;
}

@media (max-width: 992px) {
     .title-pais{
	  font: normal 26px "Helvetica";
	} 
	
 	.title{
	  font: normal 26px "Helvetica";
	}   
}

.p{
text-align: justify;	
}

.tabs .tab .button {
	background-color: #009e4a;
	border: none;
	color: white !important;
	padding: 10px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
}

.tabs .tab .div-button{
	display: flex;
	justify-content: center;
}

.tabs .tab .div-button1{
	display: flex;
	justify-content: left;
	margin-left: 40px;
}

.mensaje{
    text-align: center;
    font: normal 30px "Helvetica";
    color: #000;
}
.div-title{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
#div-button1, #div-button2, #div-button3{
    margin-left: 40px;
}
.mt-30{
    margin-top:30px;
}
.entry-content {
    margin-bottom: 0px !important; 
}

.content-principal{
    padding:50px;
    height: 600px;
}

.div-princ{
    display: flex; 
    justify-content: center;
}
@media (max-width: 992px) {
    .div-princ{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }   
    #asipiMAp1{
        width:300px;
    }
    .content-principal{
    padding:10px;

}
}


