* {
    font-family: 'Roboto Slab', serif;
}

.llamar {
    color: #fff;
    background: #f05225;
    padding: 0.2em;
    border-radius: 2px;
    cursor: pointer;
    font-size: 15px;
    text-decoration: none;
    text-shadow: none;
    transition: all 0.2s;
}

.llamar:hover {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    text-shadow: none;
}

#containerMapas {
    padding: 1.5em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    /*/height:600px;*/
    position: relative;
}


#listaMapas {
    width: 30%;
    /* height:auto; */
    height: 100%;
    overflow: auto;
    min-width: 300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}


.botonRegion {
    margin-bottom: 0.3em;
    padding: 0.7em;
    width: 80%;
    min-width: 300px;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    border-style: none;
    border-radius: 3px;
    background: rgb(28, 74, 166);
    background: linear-gradient(90deg, rgba(28, 74, 166, 1) 0%, rgba(36, 87, 189, 1) 100%);
    /* display: block !important; */
}


.botonRegion:focus {
    outline: none;
}


#cajaMapa {
    width: 70%;
    height: 100%;
    min-width: 300px;
    background: grey;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#cajaMapa iframe {
    border-radius: 20px;
}

.lista {
    background: RGBA(126, 129, 133, 0.36);
}



.lista {
    display: none;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s;
    width: 80%;
    min-width: 300px;
    max-height: 50vh;
    overflow: auto;
}

.lista li {
    padding: 0.3em;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    font-size: 18px;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 1em;
    border-bottom: 1px solid #fff;
}



.lista li:hover {
    font-weight: 500;
}


.tith1 {
    text-align: center;
    color: #fff;
    font-family: 'Roboto Slab', serif;
}


.dreamcrub {
    font-family: 'Roboto Slab', serif;
    background: rgb(28, 74, 166);
    background: linear-gradient(90deg, rgba(28, 74, 166, 1) 0%, rgba(36, 87, 189, 1) 100%);
}



ul.breadcrumbs li {
    color: #fff;
}


ul.previous li a {
    color: #fff;
}

h2.contactenossd {
    color: #fff;
}

.ltx {
    color: #fff;
}

.contact-form span label {
    color: #fff;
}


ol.lista li,
ol.lista li a {
    color: #fff;
}


.contact-form {
    font-family: 'Roboto Slab', serif;
}

#btenv {
    border: 2px solid #fff;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/LOGO/logo-carga.jpg') 50% 50% no-repeat rgb(255, 103, 20);
    opacity: 1;
}

.itemlistar {
    display: flex;
    flex-wrap: wrap;
}

