

/* Fonts
 * --------------------------------------- */
 @font-face {
    font-family: 'amx-bold';
    src: url('../fonts/amx-bold.eot');
    src: url('../fonts/amx-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/amx-bold.woff2') format('woff2'),
         url('../fonts/amx-bold.woff') format('woff'),
         url('../fonts/amx-bold.ttf') format('truetype'),
         url('../fonts/amx-bold.svg#amx-bold') format('svg');
    font-weight: normal;
    font-style: normal;

}@font-face {
    font-family: 'amx-black';
    src: url('../fonts/amx-black.eot');
    src: url('../fonts/amx-black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/amx-black.woff2') format('woff2'),
         url('../fonts/amx-black.woff') format('woff'),
         url('../fonts/amx-black.ttf') format('truetype'),
         url('../fonts/amx-black.svg#amx-black') format('svg');
    font-weight: normal;
    font-style: normal;

}
 
 
 
 
@font-face {
    font-family: 'r-black';
    src: url('../fonts/roboto-black.eot');
    src: url('../fonts/roboto-black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-black.woff2') format('woff2'),
         url('../fonts/roboto-black.woff') format('woff'),
         url('../fonts/roboto-black.ttf') format('truetype'),
         url('../fonts/roboto-black.svg#roboto-black') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'r-bold';
    src: url('../fonts/roboto-bold.eot');
    src: url('../fonts/roboto-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-bold.woff2') format('woff2'),
         url('../fonts/roboto-bold.woff') format('woff'),
         url('../fonts/roboto-bold.ttf') format('truetype'),
         url('../fonts/roboto-bold.svg#roboto-bold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'r-regular';
    src: url('../fonts/roboto-regular.eot');
    src: url('../fonts/roboto-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-regular.woff2') format('woff2'),
         url('../fonts/roboto-regular.woff') format('woff'),
         url('../fonts/roboto-regular.ttf') format('truetype'),
         url('../fonts/roboto-regular.svg#roboto-regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'r-light';
    src: url('../fonts/roboto-light.eot');
    src: url('../fonts/roboto-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-light.woff2') format('woff2'),
         url('../fonts/roboto-light.woff') format('woff'),
         url('../fonts/roboto-light.ttf') format('truetype'),
         url('../fonts/roboto-light.svg#roboto-light') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'r-medium';
    src: url('../fonts/roboto-medium.eot');
    src: url('../fonts/roboto-medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-medium.woff2') format('woff2'),
         url('../fonts/roboto-medium.woff') format('woff'),
         url('../fonts/roboto-medium.ttf') format('truetype'),
         url('../fonts/roboto-medium.svg#roboto-medium') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	font-size:r-regular;
	
}

#cobertura-country {font-family: 'amx-bold';}


.left {
    float: left;
}
.right {
    float: right;
}
.navbar-inverse {
    background: none;
    background-color: #000;
    border-color: #000;
    z-index: 2000;
}
.container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.row {
    margin: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    margin: 0;
    padding: 0;
}
#map {
    position: fixed!important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
#data {
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 600px;
    background-color: #fff;
    padding: 10px 20px;
}
#data .title {
	font-family:amx-bold;
    font-size: 26px;
    display: inline-block;
    vertical-align: middle;
}
#data .title img {}
#data .arrow {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}
#data .arrow img {}
#data .opt {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}
#data .opt .circle {
    display: inline-block;
    margin-right: 10px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #595959;
    vertical-align: middle;
}
#data .col-md-2 {}
#data .search {
    border-left: 1px solid #999999;
    padding: 15px;
    text-align: center;
}
#data .search img {}
#dropdown-toggle {
    cursor: pointer;
}
#dropdown-cobertura {
    display: none;
    max-height: 400px;
    overflow: auto;
    margin: 10px 0;
}
#dropdown-cobertura li {
    padding: 10px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}
#dropdown-cobertura li:hover {
    background-color: #eee;
}
#cobertura-table {
    display: none;
    max-height: 400px;
    overflow: auto;
    margin: 10px 0;
}
#cobertura-table table {}
#cobertura-table table tr {}
#cobertura-table table tr th {
    padding: 0px 15px;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
}
#cobertura-table table tr td {
    font-size: 12px;
    padding: 0px 15px;
}
.border-right {
    border-right: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
    #map {
        /* display: none;*/
    }
    #navbar .left {
        width: 70%;
    }
    #navbar .left img {
        margin-top: 20px!important;
        width: 100%;
        margin-left: 10px;
    }
    #navbar .right {
        width: 30%;
        text-align: right;
    }
    #navbar .right img {
        width: 60px;
        margin-right: 10px;
    }
    #cobertura-table {
        max-height: none;
    }
    #dropdown-cobertura {
        max-height: none;
    }
    #data {
        max-width: none;
        top: 62px;
    }
}