




#mapa .gm-style-iw-d {
    overflow: hidden !important;
}

.ctc-marker {
    width: 400px;
}

@media only screen and (min-width: 981px) {
.ctc-logo {
    width: 85px;
    float: left;
}
.ctc-logo img {
    width: 80px;
}
.ctc-content {
    float: right;
    width: 315px;
    padding: 10px 15px 8px 8px;
}
}

.ctc-content a {
    text-decoration: none;
	color: var(--accent);
}

.ctc-content a:visited, .ctc-content a:active, .ctc-content a:focus {
    color: var(--accent);
}

.ctc-content h3 {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 0.7em;
}

.ctc-content table {
    border: none;
    border-collapse: collapse;
    margin: 0;
}

.ctc-content table td {
    padding-top: 5px;
    border: none;
	padding-bottom: 4px;
    border-top: 1px solid #ddd;
}

.ctc-content table tr td:first-child {
    padding-left: 1px;
}

.ctc-content table td img {
    width: 28px;
}

.ctc-content form input, .ctc-content form textarea {
    font-size: 0.9em;
    padding: 5px;
    margin-bottom: 4px;
    width: 100%;
}




.mapa-search {
    margin: 40px 128px;
}

.mapa-search table {
    margin: 0;
    border: none;
}

.mapa-search td {
    padding: 0;
	border: none;
}

@media only screen and (min-width: 981px) {
.mapa-search td:first-child {
	padding-right: 30px;
    width: 420px;
}
.mapa-search td:nth-child(2) {
	padding-right: 30px;
    width: 350px;
}
}

.mapa-search td:last-child {
    vertical-align: bottom;    
}
	
.mapa-search label {
    display: block;
    margin-bottom: 4px;
	font-weight: 600;
}

.mapa-search input[type="text"] {
    width: 100%;
}

.mapa-search select {
    width: 100%;
}


@media only screen and (max-width: 981px) {
.mapa-search {
    margin: 40px 0 5px;
}
.mapa-search table {
    display: inline-table;
}
.mapa-search td {
    width: 100% !important;
    display: inline-block;
	margin-bottom: 10px;
}
.mapa-search input[type="submit"] {
    margin-top: 10px;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 2px;
}
}


@media only screen and (max-width: 981px) {
.gm-style-iw.gm-style-iw-c {
    max-width: 100% !important;
    padding: 10px !important;
}
.ctc-marker {
    width: 260px;
}
.ctc-logo img {
    width: auto;
    height: 30px;
}
.ctc-content {
    padding: 12px 0 0;
}
.ctc-content h3 {
    font-size: 1.35em;
}
button.gm-ui-hover-effect {
    top: 2px !important;
    right: 2px !important;
}
}

