body{
    margin: 0;
    padding: 0;
}
.inicio{
	opacity: 0;
}
.queda{
	opacity: 1;
}
.banner_mapa{
    width: 100%;
    min-height: 500px;
    max-height: auto;
    display: block;
    background-color: #ececec;
    text-align: center;
    margin: 0;
    padding: 50px 0 0 0;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}
.titulo_banner{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #007548;
    text-align: center;
    width: 100%;
    height: auto;
    display: block;
    padding: 0 10px;
    box-sizing: border-box;
}
.bajada_titulo_banner{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #878787;
    text-align: center;
    width: 100%;
    height: auto;
    display: block;
    padding: 0 10px;
    box-sizing: border-box;
        margin-top: 10px;
}
.contenedor_info_banner{
    width: 100%;
    height: auto;
    display: table;
    text-align: center;
    position: relative;
    padding: 55px 20px;
    box-sizing: border-box;
}
.mapa_animacion{
    display: inline-block;
    vertical-align: top;
    
    position: relative;
    padding-bottom: 25.25%;
    padding-top: 130px;
    height: 0;
    overflow: hidden;
    max-width: 577px;
    width: 100%;
    max-height: 272px!important;
    background-color: #ececec;
    box-sizing: border-box;
    border: 3px solid #ececec;
}
.mapa_animacion > iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ececec;
    box-sizing: border-box;
}

.mapa_animacion > img{
    margin-top: -150px;
}

.mapa_descripcion{
    display: inline-block;
    vertical-align: top;

    height: auto;
    padding: 0 40px;
    box-sizing: border-box
}
.bajada_info_bn{
    width: 100%;
    height: auto;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #878787;
    text-align: left;
    line-height: 22px;
        margin: 6px 0px 12px 0px;
}
.pais_info_bn{
    width: 100%;
    height: auto;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 45px;
    line-height: 47px;
    color: #007548;
    text-align: left;
    margin: 0px;
}
@media screen and (min-width: 780px) {
    .mapa_animacion{
        display: inline-block;
        vertical-align: top;

        position: relative;
        padding-bottom: 25.25%;
        padding-top: 150px;
        height: 0;
        overflow: hidden;
        max-width: 515px;
        width: 100%;
        max-height: 272px!important;
        background-color: #ececec;
        box-sizing: border-box;
        border: 3px solid #ececec;
    }
}
@media screen and (min-width: 872px) {
    .banner_mapa{
        width: 100%;
        min-height: auto;
        max-height: 500px;
        display: block;
        background-color: #ececec;
        text-align: center;
        margin: 0;
        padding: 65px 0 0 0;
        position: relative;
        box-sizing: border-box;
        overflow: hidden;
    }   
}

@media screen and (min-width: 1200px) {
		.mapa_animacion{
        padding-bottom: 11.25%;
    }
}