body{
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/** fonts **/

@font-face {
    font-family: 'montserratblack';
    src: url('../fonts/montserrat-black-webfont.woff2') format('woff2'),
    url('../fonts/montserrat-black-webfont.woff') format('woff');
}

@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
    url('../fonts/montserrat-bold-webfont.woff') format('woff');
}

@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
    url('../fonts/montserrat-regular-webfont.woff') format('woff');
}
.header{
  /* background: url(../img/header.jpg) no-repeat center top; */
    background-size: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: center;
    width: 100%; 
}
.logo-necessary{
    margin-top: 10px;
    width: 150px;
}
.header h1{
    font: 34px/36px 'montserratblack';
    margin: 0 auto;
    padding-top: 30px;
    text-transform: none;
    padding-bottom: 0 !important;
}
.header h2{
    font: 22px/30px 'montserratregular';
    margin: 20px auto;
    max-width: 730px;
    color: #000;
    text-transform: none;
}

.container {
    background: #fafafa;
    box-shadow: inset 0px 0px 10px rgba(214, 214, 214, 0.9);
    width: 100%;
    height: 600px;
    position: relative;
}
.box-mapa{
    display: block;
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    width: 100%;
    transition: all 1s;
}
.mapa{
    display: inline-block;
    height: 1500px;
    margin: 0 auto;
    vertical-align: top;
}
.box-detalle{
    position: relative;
    display: block;
    float: left;
    background: #0096ff;
    box-sizing: border-box;
    height: 100%;
    padding: 20px;
    width: 100%;
    vertical-align: top;
    overflow-y: scroll;
}
.header-box-detalle,
.footer-box-detalle{
    height: 70px;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}
.logo-pais{
    border: 2px solid #fff;
    border-radius: 62px;
    width: 62px;
}
.header-box-detalle h3{
    color: #fff;
    display: inline-block;
    font: 22px/22px 'montserratbold';
    vertical-align: top;
    text-transform: uppercase;
}
.cerrar{
    background: url(../img/btn-cerrar.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
    height: 43px;
    position: absolute;
    right: 0;
    top: 10px;
    text-indent: -9999px;
    width: 43px;
}
#items{
    margin-bottom: 10px;
}
button.accordion {
    background: #fff;
    border-bottom: 2px solid #1451b9;
    border-left: none;
    border-right: none;
    border-top: none;
    color: #222222;
    cursor: pointer;
    font: 16px/18px 'montserratbold';
    outline: none;
    padding: 18px;
    text-align: left;
    width: 100%;
    
    transition: 0.4s;
}
button.accordion.active, 
button.accordion:hover {
    background-color: #fff;
}
button.accordion:after {
    background: url(../img/arrow.png) no-repeat;
    background-size: 100%;
    content: '';
    float: right;
    height: 12px;
    margin-left: 5px;
    width: 20px;
}
button.accordion.active:after {
    background: url(../img/arrow-active.png) no-repeat;
    background-size: 100%;
    content: '';
}
.panel {
    background: #1d5fce;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 18px;
    transition: 0.6s ease-in-out; 
}
.panel h4{
    border-bottom: 1px solid #fff;
    color: #fff;	
    display: inline-block;
    font: 14px/16px 'montserratbold';
    margin: 10px auto 0;
}
.panel p{
    color: #fff;
    font: 14px/18px 'montserratregular';
    margin: 5px auto;
}
.panel.show {
    max-height: 1500px;
    opacity: 1;
    padding-bottom: 10px;
}
.footer-box-detalle{

}
a.descargar{
    color: #fff;
    display: block;
    font: 14px/16px 'montserratbold';
    vertical-align: top;
    height: 35px;
    line-height: 16px;
    margin-top: 10px;
}
a.descargar i{
    background: url(../img/descargar-icon.png) no-repeat;
    background-size: 100%;
    float: left;
    height: 35px;
    margin-right: 5px;
    width: 17px;
}
#social {
  float: right;
  margin-bottom: 10px;
}
#social ul,
#share ul{
    cursor: pointer;
    list-style-type: none;
    margin: 0;
    padding: 0;           
}
#social li,
#share li{		        	
    display: inline-block;
    margin: 0 5px;
    text-indent: -9999px;
    zoom:1;
}
#social li a,
#share li a{
    display: block;
    height: 32px;
    text-indent: -9999px;
    margin: 0;
    width: 32px;
}
#social li a#facebook{
    background: url(../img/fb-icon.png) no-repeat 0 0;
    background-size: 100%;
}
#social li a#twitter {
    background: url(../img/tw-icon.png) no-repeat 0 0;
    background-size: 100%;
}	

#share{
    display: block;
} 
#share li a#h-facebook{
    background: url(../img/fb-icon-negro.png) no-repeat 0 0;
    background-size: 100%;
}
#share li a#h-twitter {
    background: url(../img/tw-icon-negro.png) no-repeat 0 0;
    background-size: 100%;
}   
ul.idiomas{
    background: #333;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0px 10px 0px 5px;
    position: absolute;;
    left: 0;
    text-align: center;
    top: 20px;
    z-index: 300;
}
ul.idiomas li{
    margin: 10px 0;
    vertical-align: top;
}
ul.idiomas li a{
    display: block;
    margin: 0;
    width: 20px;
    text-decoration: none;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
}
ul.idiomas li a.sel{
    font-weight: 700;
}
ul.idiomas li a:hover {
  text-decoration: underline;
}
#mapa {
    position: absolute;
    left: 50%;
    top: 10px;
    width: 400px;
    height: 510px;
    transform-origin: 0 0;
    transform: scale(1.15)translate(-50%, 0);
    -webkit-transition: all 1s;
    transition: all 1s;
}
text {
    pointer-events: none;
    font-family: sans-serif!important;
}
.looked-country path{
    cursor: pointer;
}
.looked-country:hover path {
    fill: #49A1E8!important;
}
.country-selected path {
    fill: #49A1E8!important;
}
.text-selected,
.text-hovered {
    fill: #fff!important;
}
.text-hovered-not {
    fill: #646464!important;
}

@media screen and (max-width:750px) {
    #mapa {
        transform: scale(.8)translate(-50%, 0);
    }
    .container {
        height: 450px;
    }
    .box-mapa{
        width: 100%;
        height: 100%;
    }
    .box-detalle{
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 450px) {
    .box-detalle{
        width: 100%;
        height: auto;
    }
}
