
main{
    width: 100vw;
    height: auto;
    font-family: "U-R";
    font-size: 1vw !important; 
}

section{
    width: 100vw;
    padding-bottom: 0% !important;
    /*overflow: hidden;*/
}


section h1{
    width: 100%;
    font-size: 150%;
    font-family: "U-B";
    padding: 1% 0 2% 5% !important;
    z-index: 1;
    background-color: white;
}

section h1:after{
    position: absolute;
    left: 5%;
    top: 65%;
    width: 4%;
    height: auto;
    background-color: transparent;
    content: '';
    display: block;
    visibility: visible;    
    font-family: "U-B";
    border-bottom: 0.5vw solid #3c9d36;
    
     border-radius: 1vw 1vw 1vw 1vw;
    -moz-border-radius: 1vw 1vw 1vw 1vw;
    -webkit-border-radius: 1vw 1vw 1vw 1vw;
}

#world > img {
    /*margin-top: -5% !important;*/
    width: 110%;
    height: auto;
    left: -6vw;
}

#markers{
    position: absolute;
    width: 100vw;
    min-height: 45vw !important;
    top: 9vw;
    left: 0;
    /*border: 1px solid red;*/
    height: auto !important;
    z-index: 2;
}

#turkey {
    position: absolute;
    width: 2vw;
    height: auto;
    left: 50vw;
    top: 15vw;
    z-index: 1;
}

@keyframes growUp {
  0%{ 
    left: 55vw;
    top: 21vw; 
  }
  100%{ 
    left: 55vw;
    top: 21vw;     
  }
}

#turkey:hover {
    /*animation: growUp 0.5s;*/    
    /*left: 50vw;*/
    /*top: 21vw;*/ 
    transform: scale(1.1);
}

#turkey img{
    width: 100%;
    height: auto;
}

#turkey:before {
    position: absolute;
    top: -5vw;
    left: -3.5vw;
    width: 15vw;
    font-size: 110%;
    height: auto;
    padding: 25% !important;
    background-color: white;
    content: 'Turquía, febrero 2023';
    font-family: "U-M";
    text-align: center;
    text-decoration: none;
    background-color: #223775;
    color: white;
    display: inline-block;
    visibility: visible;   
    border-radius: 85px 85px 85px 85px;
    -moz-border-radius: 85px 85px 85px 85px;
    -webkit-border-radius: 85px 85px 85px 85px;
}

#turkey:after {
    position: absolute;
    left: 1vw;
    top: -3vw;
    width: 2vw;
    height: 3vw;
    background-color: #223775;
    content: '';
    display: block;
    visibility: visible;
    clip-path: polygon(50% 100%, 25% 0, 75% 0);
    transform: skewX(-20deg);
    z-index: -1;
}

/*//////////////////////////////////////////////////////////////*/



#alaska {
    position: absolute;
    width: 2vw;
    height: auto;
    left: 13vw;
    top: 10vw;
    z-index: 1;
}

#alaska:hover {
    transform: scale(1.1);
}

#alaska img{
    width: 100%;
    height: auto;
}

#alaska:before {
    position: absolute;
    top: -5vw;
    left: -3.5vw;
    width: 15vw;
    font-size: 110%;
    height: auto;
    padding: 25% !important;
    background-color: white;
    content: 'Alaska, julio 2023';
    font-family: "U-M";
    text-align: center;
    text-decoration: none;
    background-color: #223775;
    color: white;
    display: inline-block;
    visibility: visible;   
    border-radius: 85px 85px 85px 85px;
    -moz-border-radius: 85px 85px 85px 85px;
    -webkit-border-radius: 85px 85px 85px 85px;
}

#alaska:after {
    position: absolute;
    left: 1vw;
    top: -3vw;
    width: 2vw;
    height: 3vw;
    background-color: #223775;
    content: '';
    display: block;
    visibility: visible;
    clip-path: polygon(50% 100%, 25% 0, 75% 0);
    transform: skewX(-20deg);
    z-index: -1;
}






    
.arrow{
    display: none;
}

.span-title{
    position: fixed;
    padding: 0.5% 2vw !important;
    padding-left: 5vw !important;
    left: 34vw;
    bottom: 0;
    background-color: white;
    border-radius: 5vw 5vw 0vw 0vw;
    color: #151c40;
    font-weight: bold;
    letter-spacing: 0.25vw;
}

.span-title:after{
    position: absolute;
    top: 50%;
    left: 7%;
    width: 6%;
    height: 1%;
    visibility: visible;
    content: "";
    display: inline-block;
    border-bottom: 0.3vw solid #151c40;
    z-index: 10;
}

/*Clases usadas en la recreación*/
.world-map{
    display: flex;
    width: 100%;
    height: auto;
    overflow-y: hidden;
    overflow-x: auto;
}

.scrollable-container{
    position: relative;
    width: auto;
    height: auto;
}

.scrollable-container > img{
    width: 100%;/*lo cambiaremos con media queries para móvil*/
    height: auto;
}

.marker{
    z-index: 2;
    position: absolute;
    left:0;
    width: 1.8%;
    height: auto;
    transition: 0.4s ease-in-out transform;
}

.marker:hover{
    transform: scale(1.1);
}

.marker > img{
    width: 100%;
    height: auto;
}

.marker:before {
    position: absolute;
    top: -5vw;
    left: -3.5vw;
    width: max(12rem,15vw);
    font-size: 110%;
    height: auto;
    padding: 25% !important;
    background-color: white;
    content: '';
    font-family: "U-M";
    text-align: center;
    text-decoration: none;
    background-color: #223775;
    color: white;
    display: inline-block;
    visibility: visible;   
    border-radius: 85px 85px 85px 85px;
    -moz-border-radius: 85px 85px 85px 85px;
    -webkit-border-radius: 85px 85px 85px 85px;
    /* opacity: 0; */
    /* pointer-events: none; */
    transition: all ease-in-out 0.4s;
}

.marker:after {
    position: absolute;
    left: 1vw;
    top: -3vw;
    width: 2vw;
    height: 3vw;
    background-color: #223775;
    content: '';
    display: block;
    visibility: visible;
    clip-path: polygon(50% 100%, 25% 0, 75% 0);
    transform: skewX(-20deg);
    z-index: -1;
    /* opacity: 0; */
    /* pointer-events: none; */
    transition: all ease-in-out 0.4s;
}

.mk-turkey{
    left: 50.87%;
    top: 38.45%;
}

.mk-turkey::before{
    content: 'Turquía, febrero 2023';
}
/* 
.mk-turkey:hover::after{
    opacity: 1;
}

.mk-turkey:hover::before{
    opacity: 1;
} */

.mk-alaska{
    left: 17.3%;
    top: 28.4%;
}

.mk-alaska::before{
    content: 'Alaska, julio 2023';
}


@media screen and (max-width: 991px) and (orientation:portrait){
    section h1{
        padding: 5% !important; 
        /* font-size: 500%; */
    }
    
    section h1:after{
        top: 80%;
        left: 5%;      
        width: 10%;
        border-bottom: 1.5vw solid #3c9d36;
    }
    
    #world{
        height: auto;
        /*border: 1px solid black;*/
        overflow: hidden;
    }
   

    #markers{
        min-height: 165vw !important;
        top: 9%;
        width: 350vw;
        left: -115vw;
        /*border: 1px solid red;*/
    }
    
    #world > img {
        height: auto;
        width: 350vw;
        left: -115vw;
        margin-top: -15% !important;
        overflow: scroll;
    }
    
    #world .arrow{
        display: block;
        position: absolute;
        width: auto;
        height: 15vw !important;
        padding: 0 1% !important;
        top: 50%;
        font-size: 1000%;
        z-index: 100;
        /*border: 0.3vw solid gray;*/
        /*opacity: 0.8;*/
        /*background: white;*/
    }
    
    #world #aleft{
        left: 2%;
    }
    
    #world #aright{
        right: 2%;
    }
    
    #turkey {
        width: 6vw;
        height: auto;
        top: /*31%*/28%;
        left: 179vw;
        z-index: 1;
    }
    
    #turkey:before {
        top: -13vw;
        left: -18vw;
        width: 35vw;
        font-size: 3vw;
        border: none;
    }

    #turkey:hover{
        top: 40%;
        left: 79vw;
        transform: scale(1);
        animation: none;
    }

    #turkey:after {
        left: -2vw;
        top: -6vw;
        width: 4vw;
        height: 5vw;
        transform: skewX(20deg);
    }
    
    
    .span-title {
        left: 16vw;
        font-size: 110%;
    }
    
    
    .span-title:after {
        left: 2%;
        width: 4%;
    }

    .scrollable-container > img{
        /* width: 200vw; */
        height: 70vh;
        width: auto;
    }

    .marker:before{
        font-size: 90%;
    }
}


@media screen and (max-width: 991px) and (orientation:landscape){
    
    section{
        overflow: hidden;
    }

    .scrollable-container > img{
        /* width: 150vw; */
        height: 70vh;
        width: auto;
    }

    .marker:before{
        font-size: 90%;
    }
}