
div#gmaps {
	margin-top: 130px;
    height: 550px;
    width: 550px;
    
}

.lista{
    height: 70vh;
    overflow-y:scroll; 
    width: calc(40vw - var(--space-big));
    border-collapse: collapse; 
    cursor: pointer;
}

iframe {
    height: 555px;
    width: 552px;
}

.map {
    flex-direction: row;
    /*height: 550px;
    width: 500px;*/
    overflow-y: auto;
    position: relative;
}
.line_ajust{
	line-height:45px;
	border-bottom-color: rgb(241, 241, 241);
	font-family: 'Gotham Medium';
	text-align: left;
}


tr:nth-of-type(odd) { 
	background: #fff; 
    color:#2c2b2b;
    font-weight: 400;
}

td, th { 
	
	padding: 4px 10px; 
	border: 1px solid #ccc; 
	text-align: left; 
    border: none;
    text-align: center;
}



tr{
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
}
.row-title{
    cursor: pointer;
    transition: background-color 0.9s cubic-bezier(0.5, 0, 0.5, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    object-fit: cover;
    width: calc(30vw + var(--space-big));
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}



.title-address{
    font-size: .800rem;
    color: #2c2b2b;
    padding: 3vh 1vw;
}


.boxes-maps{
    height: 80vh;
    margin-left:10vw;
    overflow-y: scroll;

}

.boxes-maps{
    width: calc(100vw/5);
    height: 80vh;
    background-color: rgba(0,0,0,.3);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btn-map{
    background-color: #5e98ff;
    color:#fff;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    letter-spacing: -.8px;
    line-height: 18px;
    min-width: 140px;
    outline: 0;
    padding: calc(.400rem - 1px) calc(3rem - 1px);
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    margin-top: var(--space);
    margin-bottom: var(--space);
    font-family:'Gotham Medium';
    font-size: 12px;;
}

table p{
    color: #2c2b2b;
    font-size: 12px;
    text-align: start;
    padding-left: 3vw;
}

.strong{
    font-weight:600;
    display: block;
}

.details{
    display: none;	
}
.details p{
    padding-bottom: 2vh;
}



.next-arrow.slick-arrow,.prev-arrow.slick-arrow {
    margin-bottom: 0px;
}



.boxes-maps.slick.slick-initialized.slick-slider.slick-vertical {
    display: flex;
}


@media screen and (max-width:1200px) {
    .map {
        /* display: flex; */
        height: auto;
        width: 100vw;
    }

.box-map {
    width: calc(80vw - 3px)!important;
    margin-left: 0;
}

header {
    flex-direction: column;
}


iframe {
    height: 555px;
    width: 360px;
}


.btn-map {
    padding: calc(.500rem - 1px) calc(1rem - 1px);
    margin-left: 20vw;
}

.lista {
    width: 80vw;
}

}
.textolegal{
	display: none;
}
h2 {
    font-size: 2.5em;
    font-family: 'Gotham Medium';
    color: #fb8b45;
    font-weight: 400;
}


@media screen and (max-width: 1200px){

#tableID {
	width: 85%;
}
}


@media screen and (max-width: 550px){

.btn-map {
    margin-left: 0vw;
}
}


