/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

html .main-container .row .contenedor-mapa .uncont, 
html .main-container .row .contenedor-mapa .wpb_raw_html, 
html .main-container .row .contenedor-mapa .wpb_wrapper, 
html .main-container .row .contenedor-mapa #mapaHome {
    height: 100% !important;
    display: block;
}
.info-window{
    max-width:280px;
    min-width: 280px;
    background-color:#DA291C;
    color:#FFF;
    width:100%;
    padding:25px;
    margin-left: 4px;
    margin-bottom: 4px;
    margin-top: 20px;
}
.info-window .flag{
    margin-top: -64px;
}
.info-window .info-content-header h2{
    color:#FFF;
    font-size: 17px;
    font-weight:700;
    margin-bottom: 7px;
    margin-top: 7px;
}
.info-window .info-content-header span{
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
}
.info-window .info-content-type{
    width: 100%;
    border-top: 1px solid #6E1010; 
    border-bottom: 1px solid #6E1010;
    padding-top:10px;
    padding-bottom:10px;
    margin-top:20px
}
.info-window .info-content-type span{
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
}
.info-window .texto{
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 140%;
}