html, body
{
    font-size: 100%; /* equivalent to 16px */
}

/****************************POPUP***************************************/
.popover__wrapper {
	position: relative;
	margin-top: 1rem;
	display: inline-block;
   }
.popover__wrapper a{
	display: inline-flex;
}
.popover__content {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 30px;
	transform: translate(0, 10px);
	background-color: #ffffff;
	padding: 0.5rem;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	width: auto;
	font-family: 'Roboto', sans-serif;
	text-align: center;
}
.popover__wrapper:hover .popover__content {
	z-index: 10;
	opacity: 0.9;
	width: 100px;
	border-radius: 10px;
	visibility: visible;
	transform: translate(0, -50px);
	transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}
.popover__content a{
	text-decoration: none;
	padding: 5px;
	color: rgb(105, 105, 105);
}
a:hover{
	text-decoration: none;
	color: rgb(22, 22, 24);
}
.popover__content a h1{
	font-weight: 400;
	font-style: normal;
	font-size: 12pt;
	text-align: center; 
}
.popover__content a h1:hover{
	font-weight: 600;
	font-style: normal;
	font-size: 12pt;
	text-align: center; 
}

.popover__content p {
	font-weight: 500;
	font-style: normal;
	font-size: 12pt;
	text-align: center; 
}
/****************************POPUP EXCURSIONES***************************************/
.popover__wrapper_excur {
	position: relative;
	margin-top: 1rem;
	display: inline-block;
}
.popover__content_excur {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	transform: translate(0, 10px);
	background-color: #ffffff;
	padding: 0.5rem;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	width: auto;
	font-family: museo, serif;
	text-align: center;
 }
 .popover__wrapper_excur:hover .popover__content_excur {
	z-index: 10;
	left: 150px;
	top: 100px;
	opacity: 0.9;
	width: 300px;
	border-radius: 10px;
	visibility: visible;
	transform: translate(0, -50px);
	transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}
.popover__content_excur h1{
	font-weight: 700;
	font-style: normal;
	font-size: 22pt;
	text-align: center; 
	color: rgb(0, 113, 185);
  }
  .popover__content_excur p {
	font-weight: 500;
	font-style: normal;
	font-size: 12pt;
	text-align: center; 
	color: rgb(0, 113, 185);
}
/**************************** FIN POPUP***************************************/
.upgrade{
	display: inline-flex;
}
.upgradeIcon{
	display: inline-flex;
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
 }
.upgradeIcon:hover{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.lupa{
	display: inline-flex;
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
	transform-origin: top left;
 }
.lupa:hover{
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.upgradeBox{
}
	.upgradeBox a{
		color: rgb(146, 146, 146);
	 }
.upgradeBox:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 2px;
		bottom: -3px;
		left: 0px;
		background: #ffffff;
		visibility: hidden;
		border-radius: 5pt;
		transform: scaleX(0);
		margin-left: 0px;
		transition: .25s linear;
}
.upgradeBox:hover:before,
.upgradeBox:focus:before {
	visibility: visible;
	transform: scaleX(1);
}

.upgradeBoxsm{
}
	.upgradeBox a{
		color: rgb(146, 146, 146);
	 }
.upgradeBoxsm:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 2px;
		bottom: -3px;
		left: 0px;
		background: #ffffff;
		visibility: hidden;
		border-radius: 5pt;
		transform: scaleX(0);
		margin-left: 0px;
		transition: .25s linear;
}
.upgradeBoxsm:hover:before {
	visibility: visible;
	transform: scaleX(1);
}


.h1costa{
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 13pt;
	color: rgb(0, 113, 185);
	text-decoration: none;
}
.apecosta{
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 15pt;
	color: rgb(0, 113, 185);
	text-decoration: none;
	text-align: left;
	width: 300px;
}
.h1costa:hover{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 13pt;
	color: rgb(0, 68, 110);
	text-decoration: none;
	
}
/*MKcolor*/

@-webkit-keyframes fadeinmk3 {
	from { opacity: 1; }
	to { opacity: 0.4; }
}
@-moz-keyframes fadeinmk3 {
	from { opacity: 1; }
	to { opacity: 0.4; }
}
@keyframes fadeinmk3 {
	from { opacity: 1; }
	to { opacity: 0.4; }
}
  
.mkcolor3 {
	-webkit-animation: fadeinmk3 0.45s ease-in alternate infinite;
	-moz-animation: fadeinmk3 0.45s ease-in alternate infinite;
	animation: fadeinmk3 0.4s ease-in alternate infinite;
	transition-duration: 0.4s;
  }


@-webkit-keyframes fadeinmk5 {
	from { opacity: 1; }
	to { opacity: 0.7; }
}
@-moz-keyframes fadeinmk5 {
	from { opacity: 1; }
	to { opacity: 0.7; }
}
@keyframes fadeinmk5 {
	from { opacity: 1; }
	to { opacity: 0.7; }
}

.mkcolorboton {
	-webkit-animation: fadeinmk5 0.6s ease-in alternate infinite;
	-moz-animation: fadeinmk5 0.6s ease-in alternate infinite;
	animation: fadeinmk5 0.6s ease-in alternate infinite;
	transition-duration: 0.6s;
  }


  @-webkit-keyframes fadeinmk4 {
	from { opacity: 1; }
	to { opacity: 0.4; }
}
@-moz-keyframes fadeinmk4 {
	from { opacity: 1; }
	to { opacity: 0.4; }
}
@keyframes fadeinmk4 {
	from { opacity: 1; }
	to { opacity: 0.4; }
}

.paises {
	-webkit-animation: fadeinmk4 0.5s ease-in alternate infinite;
	-moz-animation: fadeinmk4 0.5s ease-in alternate infinite;
	animation: fadeinmk4 0.5s ease-in alternate infinite;
	transition-duration: 0.5s;
}

.paises:hover{
	background: rgb(255, 255, 255);
	color: rgb(29, 29, 29);
	border-radius: 3px;
}

  .paisesTexto{
	font-family: 'Roboto', sans-serif;
	font-size: 8vw;
	font-weight: 300;
	text-align: left;
	font-style: italic;
	color: rgb(36, 36, 36);
  }

  .paisesTexto p{
	line-height: 14px;
	margin-bottom: 5px;
  }

  .paisesTexto span{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-style: italic;
	color: rgb(60, 60, 60);
  }

  .paisesTexto b{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-style: italic;
	color: rgb(248, 172, 0);
  }

  .paisesTexto h1{
    font-family: 'Poiret One', cursive;
	font-style: normal;
	text-align: center;
	margin-bottom: 20px;
	font-size: 40pt;
	color: rgb(31, 31, 31)
  }

  .paisesTexto h2{
    font-family: 'Poiret One', cursive;
	font-style: normal;
	text-align: center;
	margin-bottom: 20px;
	font-size: 22pt;
	line-height: 1.0em;
	color: rgb(31, 31, 31)
  }


  #africa{
	color: rgb(243, 187, 13);
  }
 
  #asia{
	color: rgb(152, 0, 83);
  }

  #eeuu{
	color: rgb(0, 71, 101);
  }

  #suramerica{
	color: rgb(0, 120, 51);
  }

  #europa{
	color: rgb(117, 59, 118);
  }
	
  #escandinavia{
	color: rgb(236, 105, 7);
  }

  #oriente{
	color: rgb(129, 107, 34);
  }

  #pacifico{
	color: rgb(86, 183, 224);
  }
  #africa:hover{
	color: rgb(0, 0, 0);
  }
  #asia:hover{
	color: rgb(0, 0, 0);
  }
  #eeuu:hover{
	color: rgb(0, 0, 0);
  }
  #suramerica:hover{
	color: rgb(0, 0, 0);
  }
  #europa:hover{
	color: rgb(0, 0, 0);
  }
  #escandinavia:hover{
	color: rgb(0, 0, 0);
  }
  #oriente:hover{
	color: rgb(0, 0, 0);
  }
  #pacifico:hover{
	color: rgb(0, 0, 0);
  }




/*
  @media screen and (max-width: 850px), 
  screen and (max-height: 850px) {
	.cita
	{
		 font-size: 15pt !important;
	}

	.paises
	{
		 font-size: 14pt !important;
	}

}


@media screen and (max-width: 600px), 
       screen and (max-height: 600px) {
	.cita
	{
		 font-size: 14pt !important;
	}

	.paises
	{
		 font-size: 11pt !important;
	}

}
*/
@media screen and (max-width: 400px), 
       screen and (max-height: 400px) {
	.cita
	{
		 font-size: 13pt !important;
	}

	.paises
	{
		 font-size: 10pt !important;
	}

}

@media screen and (max-width: 200px), 
       screen and (max-height: 200px) {
	.cita
	{

		 font-size: 10pt !important;
	}

	.paises
	{
	
		 font-size: 9pt !important;
	}

}