
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
font-family: "Montserrat", sans-serif;
}
h3 {
    color: #636669;
}

#map {
    height: 87%;
    /* border: 1px solid red; */
}

.contenedor_mapa{
    height: 100vh;
    padding: 0;
    background: #636569;
    color: #fff;
    position: fixed;
    right: 0;
}
.contenedor_mapa h3{ color:#fff;
    text-align: right;
    padding: 0 10px;
}

.card-body{
    cursor: pointer;
}

input{
    width: 100%;
    border-radius: 5px;
    border: 0;
    padding: 11px;
}
/***ESTILOS CARDS***/
.card-body {
    padding: 0;
    border: 0 !important;
}
.card {
    padding: 0;
    border: 0;
        overflow: hidden;
	height: 65vh;
}
.comprimir
 {
    height: 40px;
}
h5.card-title {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 10px;
    color: #626669;
    background: #b2b2b2;
    display: flex;
    align-items: center;
}

button.accordion-button {
    color: #626669;
    background: #b2b2b2;
}

.accordion-button:not(.collapsed) {
    background: #636569;
    color: #fff;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml,%3Csvg%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M12%2010.8l-4.6%204.6L6%2014l6-6%206%206L16.6%2015.4%2012%2010.8z%22%20fill%3D%22%23D1D1D1%22/%3E%3C/svg%3E);
    transform: none;
}
.cont-img img {
    width: 100%;
}
.cont-img {
    min-height: 150px;
    margin-bottom:1em;
}
p.card-text span {
    display: block;
    color: #888;
}
p.card-text {
    padding: 0 10px;
}
p.card-text {
    padding: 0 10px;
    text-align: left;
}

.cont-img {margin-top: 40px;overflow: hidden;}

h5.card-title {
    position: absolute;
    top: 0;
    width: 100%;
}
.lista {
    background: #eae7d8;
        text-align: center;
	    min-height: 100vh;
}

.lista img.logo {
    max-width: 200px;
    margin: 0 auto 1em;
}