/*
Estilo para las páginas de las colonias
*/

body {
    background-image: url(../images/jrz1905.jpg);
    background-size: 120%;
    background-position: top 20% center;
}

.container-full {
    padding-left: 10%;
    padding-right: 10%;
}

.navbar {
    border-radius: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
    overflow: hidden;
    /*font-family: "Maname", serif;*/
    font-family: "Noto Sans Symbols", sans-serif;
    font-weight: 400;
    font-style: normal;
    /*background: hsla(56, 100%, 61%, 0.95);*/
    /*background: rgb(255, 244, 85, 0.95);*/
    background: rgb(250, 159, 67, 0.95);
    padding-bottom: 0px;
    margin-bottom: 50px;
    box-shadow: 5px 5px 8px blue, 10px 10px 8px red;
}
  
.navbar a {
    float: left;
    font-size: 17px;
    color: black;
    text-align: center;
    padding: 14px 14px;
    text-decoration: none;
}

.navbar a:visited {
    color: black;
}

.navbar a:active {
    color: rgb(238, 78, 78);
    text-decoration: underline;
}
  
.navbar a:hover {
    /*font-family: "Maname", serif;*/
    font-family: "Noto Sans Symbols", sans-serif;
    /*background-color: hsla(29, 100%, 61%, 1);*/
    background-color: rgb(255, 185, 114, 0.90);
    text-decoration: underline;
    /*background-color: rgb(255, 199, 0, 1);*/
}

.container-left { /*contenedor de los divs de la izquierda*/
    /*background-color: blue;*/
    float: left;
    width: 60%;
    background: clear;
    /*margin-bottom: 50px;*/
}

.container-right { /*contenedor de los divs de la derecha*/
    /*background-color: red;*/
    float: right;
    width: 35%;
    background: clear;
    margin-bottom: 50px;
}

div.informacion ul {
    list-style-type: none;
    padding: 0;
}

div.informacion a:link {
    text-decoration: none;
}

div.referencias blockquote {
    margin-left: 0;
}

div.informacion, div.referencias, div.mapa-cardenal {
    box-align: center;
    padding-top: 10px;
    border-radius: 20px;
    background: rgb(250, 159, 67, 0.95);
    /*margin-top: 2px;*/
    padding-bottom: 5px;
    margin-bottom: 50px;
    box-shadow: 5px 5px 8px blue, 10px 10px 8px red;
}

div.informacion p { /*nombre de la colonia*/
    text-align: left;
    font-size: 45px;
    color: black;
    font-family: "Maname", serif;
    padding-left: 5%;
}

div.informacion h1, div.referencias h1 { /*nombre de la sección*/
    text-align: center;
    font-size: 30px;
    color: black;
    font-family: "Open Sans", sans-serif;
}

div.informacion h2, div.referencias h2 { /*texto de la información de la colonia*/
    text-align: left;
    font-size: 18px;
    color: #272727d0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: light;
    padding-left: 5%;
    padding-right: 5%;
}

div.informacion h3 { /*referencias en el texto*/
    display: inline;
    vertical-align: text-top;
    font-family: "Open Sans", sans-serif;
    margin: 2px;
    font-size: 15px;
}

div.informacion h3 a:link, a:visited {
    color: rgb(238, 78, 78, 1);
    background-color: transparent;
    text-decoration: none;
}

div.informacion h3 a:hover {
    color: rgb(238, 78, 78);
    background-color: rgb(238, 78, 78, 0.2);
    text-decoration: underline;
}

div.informacion h4 {
    display: inline;
    /*vertical-align: text-top;*/
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
}

div.mapa-cardenal h4 {
    /*vertical-align: text-top;*/
    margin-top: 2px;
    margin-bottom: 2px;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
}

div.informacion h4 a:link, a:visited {
    color: rgb(238, 78, 78, 1);
    background-color: transparent;
    text-decoration: underline;
}

div.mapa-cardenal h4 a:link, a:visited {
    color: rgb(238, 78, 78, 1);
    background-color: transparent;
    text-decoration: underline;
}

div.informacion h4 a:hover {
    color: rgb(238, 78, 78);
    background-color: rgb(238, 78, 78, 0.2);
    text-decoration: underline;
}

div.mapa-cardenal h4 a:hover {
    color: rgb(238, 78, 78);
    background-color: rgb(238, 78, 78, 0.2);
    text-decoration: underline;
}

div.tabla {
    width: 100%; /* Can be in percentage also. */
    height: auto;
    margin: 0 auto;
}

div.tabla table.fixed {
    table-layout:fixed;
    width:90%;
    margin-left: auto;
    margin-right: auto;
}

div.tabla table.fixed td {overflow:hidden;}/*Hide text outside the cell.*/
div.tabla table.fixed td:nth-of-type(1) {width:25%}/*Setting the width of column 1.*/
div.tabla table.fixed td:nth-of-type(2) {width:50%}/*Setting the width of column 2.*/
div.tabla table.fixed td:nth-of-type(3) {width:25%}/*Setting the width of column 3.*/

div.tabla table td {
    border: 0px;
    text-align: center;
}

div.referencias h3 {
    display: inline;
    /*vertical-align: text-top;*/
    font-family: "Open Sans", sans-serif;
    margin: 2px;
    font-size: 18px;
}

div.referencias h3 a:link, a:visited {
    color: rgb(238, 78, 78, 1);
    background-color: transparent;
    text-decoration: none;
}

div.referencias h3 a:hover {
    color: rgb(238, 78, 78);
    background-color: rgb(238, 78, 78, 0.2);
    text-decoration: underline;
}

div.referencias h4 {
    display: inline;
    /*vertical-align: text-top;*/
    font-family: "Open Sans", sans-serif;
    margin: 2px;
    font-size: 18px;
}

div.referencias h4 a:link, a:visited {
    color: rgb(238, 78, 78, 1);
    background-color: transparent;
    text-decoration: underline;
}

div.referencias h4 {
    color: rgb(238, 78, 78);
    background-color: rgb(238, 78, 78, 0.2);
}

div.informacion hr, div.referencias hr {
    background-color: black;
    height: 1px;
    border: none;
    width: 90%;
    padding: 0px;
    /*margin-top: -1em;*/
}

div.caja {
    width: 100%; /* Can be in percentage also. */
    height: auto;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    font-family: "Noto Sans Symbols", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 30px;
}

div.cajas-medio {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div.flechas-arriba, div.flechas-abajo {
    display: flex;
    justify-content: space-between;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 0px;
    margin-right: 0px;
}

div.flecha-arriba-izq {
    width: 15%;
    float: left;
}

div.flecha-arriba {
    width: 10%;
    float: center;
}

div.flecha-arriba-der {
    width: 15%;
    float: right;
}

div.flecha-abajo-izq {
    width: 15%;
    float: left;
}

div.flecha-abajo {
    width: 10%;
    float: center;
}

div.flecha-abajo-der {
    width: 15%;
    float: right;
}

div.caja-izquierda {
    width: 15%;
    float: left;
}

div.caja-derecha {
    width: 15%;
    float: right;
}

div.caja-centro {
    width: 70%;
    height: auto;
    margin: 0 auto;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
    margin-right: 2px;
    padding: 8px;
    position: relative;
    border: 2px solid black;
    background-color: orange;
}

div.mapa-cardenal h2 { /*texto de la información de la colonia*/
    text-align: center;
    font-size: 18px;
    color: #272727d0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: light;
    padding-left: 5%;
    padding-right: 5%;
}

ul li { 
    margin-bottom: 8px; /* separación entre elementos de lista */
}

#map {
    box-sizing: border-box;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-style: solid;
    border-color: rgb(250, 159, 67, 0.95);
    border-width: 5px;
    width: 100%;
    height: 70vh;
}

div.infobox {
    border-radius: 20px;
    background: rgb(255, 199, 0, 0);
    padding-bottom: 15px;
    padding: 15px;
    /*box-shadow: 5px 5px 8px blue, 10px 10px 8px red;*/
}

div.infobox h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: bold;
    text-align: center;
    color: black;
}

div.infobox table {
    width: 80%;
    margin-top: 20px;
    margin-bottom: 20x;
    margin-left: 10%;
    margin-right: 10%;
    border-collapse: collapse;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: light;
}

div.infobox table h5 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-style: light;
    text-decoration:underline;
    text-decoration-style: dotted;
    display: inline;
}

div.infobox td:nth-child(1) {
    font-weight: 600;
}

div.infobox td:nth-child(2) {
    text-align: right;
}

div.columna-imagenes {
    border-radius: 20px;
    background: rgb(250, 159, 67, 0.95);
    /*margin-top: 50px;*/
    /*float: right;*/
    padding: 5px;
    box-shadow: 5px 5px 8px blue, 10px 10px 8px red;
}

div.columna-imagenes figure {
    margin-left: 6%;
    margin-right: 6%;
    margin-top: 25px;
    width: 88%;
    float: top;
}

div.columna-imagenes img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
}

div.columna-imagenes figcaption {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: light;
}

div.container-left:after {
    content: "";
    display: table;
    clear: both;
}