/* NO ES UTILIZADO POR "record_view.php" ni "record_latinoamerica.php" !!!*/

.alphabet{
 border-top: 0;
}

.alphabet a.collection-item {
    border:0;
}

.results table{
    opacity: 1;

}
.row.menu{
    margin-bottom: 0;
    z-index: 1;
    position: relative;
}
.row.menu .row{
    margin-bottom: 0;
}

#results-content {
    line-height: inherit;
    font-size: inherit;
}

.tabs{
    margin-top: 1rem;
}

.tabs .tab{
    transition: all .2s ease;
}

.tabs .tab:hover{
    background-color: #F5F5F5;
}

.tabs .tab a,.tabs .tab a.active{
    color: #c62828;
}

.tabs .indicator{
    background-color: transparent;
}



h1{
    font-size: inherit;
    margin: auto;
    line-height: inherit;
    font-weight: inherit;
    display: inline;
}

#page-title{
    font-size: 1.1rem;
    margin: 10px 0 20px 0;
    color: #212121;
    font-weight: 300;
    display: block;
    line-height: 1.7rem;
}
#page-title b{
    font-weight: 500;
    font-size: 2rem;
    color: #424242;
    display: inline-block;

}

#s{
    border: 1px solid #D7CCC8;
    padding-left: 15px;
    margin-left: -1px;
    width: 80%;
}

.search-again, .search-others{
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 1.5rem !important;
}

.search-again h3, .search-others h3{
    font-size: 1.1rem;
    display: block;
    margin-bottom: 0;
}

.search-again p, .search-others p{
    margin-top: 0;
}

.anothers {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.another {
    display: inline-block;
    padding: 0 1rem;
}

.search-again{
    overflow: hidden;
}

.adBlockerMessage{
    margin-bottom: 10px;
    text-align: center;
    padding: 14px;
    color: #C62828;
    font-size: 1.1rem;
    background-color: #ffffff;
    z-index: -1;
    position: relative;
    display: none;
}
.adslot_ATF, .adslot_970x90,
.adslot_BTF, .adslot_970x250{
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.my_adslot_ATF {
    display: inline-block;
    width: 300px;
    height: 250px;
}@media (min-width:970px) {
    .my_adslot_ATF {
        width: 970px;
        height: 90px;
    }
}


.google-maps{
    width: 100%;
    height: 500px;
}

.lugar h2{
    font-size: 2rem;
}
.lugar{
    overflow: hidden;
}

.relacionados.empresas{
    margin-bottom: 1rem;
    text-align: center;
}

.maxHeight200{
    max-height: 200px; 
    overflow: auto; 
}


.custom-border{
    border: 1px solid #E0E0E0;
    border-radius: 8px;
}


.center-block{
    margin: 0 auto;
    display: block;
}