@font-face {
    font-family: 'cerablack';
    src: url('font/cera-black.otf');/*
    src: url('cera-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('cera-regular-webfont.woff2') format('woff2'),
         url('cera-regular-webfont.woff') format('woff'),
         url('cera-regular-webfont.ttf') format('truetype'),
         url('cera-regular-webfont.svg#ceraregular') format('svg');*/
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cerabold';
    src: url('font/cera-bold.otf');/*
    src: url('cera-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('cera-regular-webfont.woff2') format('woff2'),
         url('cera-regular-webfont.woff') format('woff'),
         url('cera-regular-webfont.ttf') format('truetype'),
         url('cera-regular-webfont.svg#ceraregular') format('svg');*/
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ceramedium';
    src: url('font/cera-medium.otf');/*
    src: url('cera-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('cera-regular-webfont.woff2') format('woff2'),
         url('cera-regular-webfont.woff') format('woff'),
         url('cera-regular-webfont.ttf') format('truetype'),
         url('cera-regular-webfont.svg#ceraregular') format('svg');*/
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ceraregular';
    src: url('font/cera-regular.otf');/*
    src: url('cera-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('cera-regular-webfont.woff2') format('woff2'),
         url('cera-regular-webfont.woff') format('woff'),
         url('cera-regular-webfont.ttf') format('truetype'),
         url('cera-regular-webfont.svg#ceraregular') format('svg');*/
    font-weight: normal;
    font-style: normal;

}
.relative{
	position: relative;
}
.banner {
    width: 100%;
    background: url(../img/banner_animacion_3.gif) no-repeat;
    background-position: top center;
    background-size: cover;
    height: 388px;
}
.banner-cobertura {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: flex-start;
    max-width: 600px;
    float: right;
    width: 48%;
    position: absolute;
	right: 0;
    height: 388px;
}
.banner-cobertura img{
    width: 90%;
    max-width: 595px;
}
.banner-cobertura h1{
    color: #8100ea;
    font-size: 46px;
    text-align: left;
}
.banner-cobertura p{
    color: #8100ea;
    font-size: 24px;
    font-weight: 600;
}

#map{
    height: 460px;
    width: 100%;
}
#cont_legend{
    position: absolute;
    width:100%;
}
#legend {
	background: white;
	padding: 10px 22px;
    width: 188px;
    height: 73px;
    font-size: 12px;
    box-shadow:3px 3px 10px #555;
    border-radius:6px 6px 6px 6px;
	-webkit-box-shadow: 3px 3px 10px #555;
	-moz-box-shadow: 3px 3px 10px #555;
	-o-box-shadow: 3px 3px 10px #555;
	-ms-box-shadow: 3px 3px 10px #555;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-o-border-radius: 6px 6px 6px 6px;
	-ms-border-radius: 6px 6px 6px 6px;
    overflow: hidden;
    left: 14%;
    position: absolute;

}

#legend ul {
	border: 0;
	padding: 0;
}

#legend ul li{
	list-style: none;
	font-family: 'ceraregular';
    float:left;
}

button.pesta-mapa-abrir, button.pesta-mapa-cerrar{
	left: 210px;
    position: absolute;
    font-family: 'ceraregular';
    background-color: white;
    top: 78px;
    width: 83px;
    height: 20px;
    border: 0;
    box-shadow:3px 3px 10px #555;
    border-radius: 0px 5px 6px 0px;
    -webkit-box-shadow: 3px 3px 10px #555;
	-moz-box-shadow: 3px 3px 10px #555;
	-o-box-shadow: 3px 3px 10px #555;
	-ms-box-shadow: 3px 3px 10px #555;
    -webkit-border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
    -o-border-radius: 0px 0px 6px 6px;
    -ms-border-radius: 0px 0px 6px 6px;

}

button.pesta-mapa-abrir:focus, button.pesta-mapa-cerrar:focus{
	background: #EFE9E3;
	outline: none;
}

.radio-option {
    cursor: pointer;
    height: 23px;
    width: 50px;
    background: url(../img/uncheck.png) no-repeat 0px 0px;
    background-size: 23px 23px;
    overflow: hidden;
    padding-left: 28px;
    margin: 11px 0;
    line-height: 23px;
}

.radio-option.click {
    background: url(../img/check.png) no-repeat 0px 0px;
    background-size: 23px 23px;
}
@media screen and (max-width: 1040px){
.banner-cobertura h1 {
    font-size: 34px;
}
.banner-cobertura p {
    font-size: 20px;
}
}
@media screen and (max-width: 480px){
    .banner {
        background-position: top left 0%;
        background-size: cover;
        height: 250px;

    }
    .banner-cobertura{
        width: 100%;
        position: relative;
		right: inherit;
        height: 440px;
    }
    .banner-cobertura img{
        width: 280px;
        margin-top: 248px;
    }
    .banner-cobertura h1 {

        font-size: 25px;
        padding: 255px 10px 0;

    }
    .banner-cobertura p{
        font-size: 16px;
        padding: 5px 10px;

    }

}
@media screen and (max-width: 375px){
    .banner {
        background-position: top left 18%;

    }
}
@media screen and (max-width: 340px){
    .banner {
        background-position: top left 13%;
        height: 200px;
    }
    .banner-cobertura{
        width: 100%;
        position: relative;
        right: inherit;
        height: 380px;
    }
    .banner-cobertura img{
        width: 280px;
        margin-top: 195px;
    }
    .banner-cobertura h1 {
        font-size: 22px;
        padding: 185px 10px 0;
    }
    .banner-cobertura p {
        font-size: 14px;

    }
}
