
@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;
}
.header {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    padding: 0 20px;
    background: url(../imagenes/textura.png) center bottom no-repeat #781940;
}
.titt_nom {
    display: flex;
	background: url(../imagenes/textura.png) center bottom no-repeat #781940;
}
img.icono-sede {
    padding: 10px;
    max-width: 100px;
    margin-top: -59px;
    object-fit: contain;
}
p.telefono a {
    color: #333;
    text-decoration: none !IMPORTANT;
}

p.sitio_web {cursor: pointer;}
#map {
    height: 100%;
}

div#offcanvasScrolling {
    padding: 0;
}

h5#offcanvasScrollingLabel {
    color: #781940;
    text-transform: uppercase;
    font-size: 16px;
}

button.btn-close {
    color: #fff;
}

div#offcanvas-content {
    padding: 0 0 100px;
    background: url(../imagenes/textura-lateral.png) left center no-repeat;
}
.btn span {
    background: #dedfe0;
    border-radius: 100px;
    position: absolute;
    right: -14px;
    top: -2px;
    font-size: 2.4em;
}

.btn {
    position: relative; 
    margin: 1em auto;
    display: block;
    max-width: 100%;
    background: #781940 !important;
    color: #fff !important;
    border-radius: 13px; 
    box-shadow: 0px 0px 8px #000;
    padding: 5px 30px;
    width: max-content;
}
iframe {
    width: 85%;
    margin: 0 auto !IMPORTANT;
    display: block;
    height: 200px;
    border-radius: 20px;
}
div#offcanvas-content h5 {
       font-family: 'Segoe Print';
    color: #fff !IMPORTANT;
    padding: 18px;
    font-size: 17px;
}
.description p span {position: absolute;left: 0;}

.description p {
    position: relative;
    padding-left: 30px;
}

.description p:nth-child(1) {
    padding: 0;
}
div#offcanvasScrolling:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 52px;
   background: url(../imagenes/footer.png) center center no-repeat #fff;
    background-size: cover;
        z-index: 1;
}
.description {
    padding: 10px 40px;
}

span.material-symbols-outlined {
    color: #781940;
}

.description b {
    color: #781940;
}

.div_border_cuenta_con {
    width: 85%;
    margin: 0 auto 2em;
    text-align: center;
    padding: 10px;
    color: #781940;
}

.div_cuenta_con {
    font-size: 77%;
}

.div_cuenta_con div {
    width: 33%;
}
.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;
}

.material-symbols-outlined {
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
}

.div_cuenta_con{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;}

.imagen-sede{
    width: 100%;
}

.div_border_cuenta_con{
    border: 1px solid rgb(85, 12, 12);
}