*{

  --width100: 90vh;
}
#elmaincontenedor{
	background-color: white;
	overflow: hidden;
    width: 100%;
    height: 100%;
}
.centrar{
	position: relative;
	top:0;left: 0;right: 0;bottom: 0;
	margin: auto;
}
#elinfocontenedor{
	width: var(--width100);
    height: calc(var(--width100)/1.75);
    background: no-repeat #333 url(https://image.ibb.co/kYCJbz/mapita2.jpg) top / cover;
    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border-top: 2px solid rgba(121, 121, 121, 0.4);
    border-bottom: 5px solid rgba(0, 0, 0, 0.6);
    transform: rotateZ(-2deg);
    border-collapse: separate;
    overflow: visible;
}
.tcerrar{
    cursor: pointer;
    font-size: 60px;
    position: absolute;
    top: -15px;
    right: 15px;
    color: #666;
    text-shadow: -1px -1px 2px #222;
}
.ventanita{
	width: 500px;
	height: 250px;
}
.flagclik{
    background-size: contain;
    width: calc(var(--width100)/45);
    height: calc(var(--width100)/45);
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;	
    cursor: pointer;
    transform: rotateZ(2deg);
    animation-name: unleflag;
    animation-duration: 3s;
    animation-iteration-count: 2;
    background-color: #d04d37;
    border-radius: 40px;
    border-bottom-left-radius: 0;
    transform:rotateZ(-45deg) translateY(13px);
}/*
.flagclik:hover{
    background-size: contain;
    z-index: 9;
    width: 295px;
    height: 169px;
    border-radius: 10px;
    box-shadow: 5px 10px 30px rgba(0,0,0,0.4);
    border-collapse: separate;
    margin-top: -45px !important;
    //margin-left: -95px;
    background-color: #231f20;
}*/
@keyframes unleflag{
	0% { margin-top:0px;}
	5% { margin-top:-10px;}
	10%{ margin-top:0px;}
	30%{ margin-top:0px;}
	35%{ margin-top:-10px;}
	40%{ margin-top:0px;}
	100%{margin-top:0px;}
}
#ban_canada {top:15%; left:17%; margin-top:0px; background-image:url(media/2629/canada.png);animation-delay:0s;}

#ban_brazil {top:55%; left:31%; margin-top:0px; background-image:url(media/2628/brazil.png);animation-delay:0.3s;}
#ban_sweden {top:11%; left:50%; margin-top:0px; background-image:url(media/2638/sweden.png);animation-delay:0.4s;}
#ban_uk {	 top:17%; left:44%; margin-top:0px; background-image:url(media/2639/uk.png);animation-delay:0.5s;}

#ban_spain { top:25%; left:44%; margin-top:0px; background-image:url(media/2637/spain.png);animation-delay:0.7s;}

#ban_hongkong {	top:38%; left:80%; margin-top:0px; background-image:url(media/2631/hongkong.png);animation-delay:1.1s;}
#ban_singapore {top:41%; left:75%; margin-top:0px; background-image:url(media/2636/singapore.png);animation-delay:1.2s;}
#ban_australia {top:65%; left:84%; margin-top:0px; background-image:url(media/2613/australia.png);animation-delay:1.3s;}
#ban_sudafrica {top:65%; left:54%; margin-top:0px; background-image:url(media/2613/australia.png);animation-delay:1.3s;}
#ban_mexico {top:36%; left:16%; margin-top:0px; background-image:url(media/2635/mexico.png);animation-delay:0.2s;}
#ban_peru {top:55%; left:22%; margin-top:0px; background-image:url(media/2635/mexico.png);animation-delay:0.2s;}
/*
#ban_usa {	 top:25%; left:21%; margin-top:0px; background-image:url(media/2640/usa.png);animation-delay:0.1s;}

#ban_germany{top:19%; left:48%; margin-top:0px; background-image:url(media/2630/germany.png);animation-delay:0.6s;}
#ban_italy { top:25%; left:49%; margin-top:0px; background-image:url(media/2632/italy.png);animation-delay:0.8s;}

#ban_arabemirates1 {top:30%; left:58%; margin-top:0px; background-image:url(media/2612/arabemirates.png);animation-delay:0.9s;}
#ban_arabemirates2 {top:33%; left:61%; margin-top:0px; background-image:url(media/2612/arabemirates.png);animation-delay:1s;}
*/
.ventanita{
    display: none;
    background: no-repeat url(https://image.ibb.co/jMJzGz/windowe.png) top / contain;
    color: #fff;
    width: calc(var(--width100)/1.75);
    height: calc(var(--width100)/3);
    border-radius: 10px;
    box-shadow: 5px 10px 50px rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(121, 121, 121, 0.6509803921568628);
    border-bottom: 3px solid rgba(0, 0, 0, 0.4);
    transform: rotateZ(2deg);
    border-collapse: separate;
    overflow: visible;
}
.myh2, .myh3, .myh4{text-align: center; font-size: calc(var(--width100)/30);}
.myh2{
color: #f7e32b;
    background: no-repeat url(media/2640/line.png) 50% 100% / 35%;
    font-size: calc(10px + 0.5vw);
    margin-top: 10%;
}
.myh3{color:#ffffff;font-size: calc(9px + 0.45vw);}
.myh4{color:#f7e32b;font-size: calc(8px + 0.4vw);}
/*
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	#elinfocontenedor{ width:390px; height:215px;}
}
@media only screen and (min-width : 321px) {
	#elinfocontenedor{ width:1000px; height:550px;}
}
@media only screen and (max-width : 320px) {
	#elinfocontenedor{ width:390px; height:215px;}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	#elinfocontenedor{ width:390px; height:215px;}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	#elinfocontenedor{ width:390px; height:215px;}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	#elinfocontenedor{ width:390px; height:215px;}
}
@media only screen and (min-width : 1224px) {
	#elinfocontenedor{ width:1000px; height:550px;}
}
@media only screen and (min-width : 1824px) {
	#elinfocontenedor{ width:1000px; height:550px;}
}
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
	#elinfocontenedor{ width:860px; height:465px;}
}
#elfieldset{}