html{
    height: 100%;
    word-wrap: break-word;
}

body{
    height: 100%;
    line-height: 26px;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 16px;
    word-wrap: break-word;
}

header{
    margin: -8px; 
    padding: 8px;
    background-image: url(../img/murallaLow.jpg);
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: top center;
}

.header-hijas{
    background-attachment: fixed;
}

.titulo-div{
    width: 33.333333%;
    float: left;
    text-align: left;
}

.titulo-a{
    color: white;
    font-size: 60px;
    font-weight: 700;
    text-decoration: none;
    font-family: "Lato", sans-serif;
    transition: 0.5s;
}

.titulo-a:hover{
    color: #f1d204;
}

.cabecera{
    height: 75px;
    padding-top: 40px
}

.menu-nav-compacto{
    display: none;
    color: #BBBBBB;
}

/*Cuando la pantalla tiene menos de 1030px de ancho, el menu 
se ponga solo en una linea y se haga una lista desplegable.*/

@media screen and (max-width: 1030px) {
	.menu-nav-compacto{
		display: block;
		cursor: pointer;
	}

	.menu-nav {
		width: 100%;
	}
    
	.menu-ul {
		display: none;
	}

	nav ul.show {
		display: block;
	}

	nav ul li {
		display: block;
	}

	nav ul li a {
		display: block;
		padding: 0 10px;
		margin-left: 5rem;
		text-decoration: none;
	}
}	

.menu-div{
    width: 66.666666%;
    float: right;
}

.menu-nav{
    display: block;
    float: right;
}

.menu-ul{
    list-style-type: none;
}

.lista{
    display: inline;
    margin-left: 40px;
    line-height: 40px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    position: relative;
    float: left;
}

.lista a{
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-family: "Lato", sans-serif;
}

.lista a:hover{
    transition: 0.5s;
    color: #f1d204;
}

a{
    text-decoration: none;
}

.principal{
    margin: 0 auto;
    padding-top: 240px;
    padding-bottom: 280px;
    text-align: center;
}

.principal-hija{
    padding: 130px 0px;
    text-align: center;
}

.titulo-principal{
    color: #8224e3;
    margin: 0 0 29px 0;
    line-height: 84px;
    font-weight: 700;
    font-size: 80px;
    font-family: "Poppins";
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}

.titulo-principal-php{
    color: #000000;
    margin: 0 0 29px 0;
    line-height: 84px;
    font-weight: 700;
    font-size: 80px;
    font-family: "Poppins";
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}

.ubicacion{
    color: #000000;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
    font-size: 36px;
    line-height: 26px;
    margin-bottom: 60px;
    font-family: "Lato";
    font-weight: 400;
}

.botones-pricipal{
    background: #8304f9;
    width: auto;
    height: 63px;
    line-height: 57px;
    margin: 0 15px;
    padding: 0 70px;
    display: inline-block;
    border: 3px solid #8304f9;
    border-radius: 3px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-family: "Lato";
    min-width: 242px;
    text-align: center;
}

.botones-pricipal:hover{
    background-color: transparent;
}

.contenido {
    margin-left: 8.33333333%;
    width: 83.33333333%;
}

.titulo-contenido {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: "Poppins";
    font-size: 80px;
    line-height: 84px;
    font-weight: 700;
}

.titulo-contenido-centrado {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: "Poppins";
    font-size: 80px;
    line-height: 84px;
    font-weight: 700;
}

.p-contenido {
    margin: 0 0 10px;
    text-align: center;
}

.div-card-contenido {
    display: flex;
    flex-basis: 100%;
    flex-wrap: nowrap;
}

.fila-contenido{
    flex-wrap: nowrap;
    display: flex;
    margin-bottom: 1.75em;
    box-sizing: border-box;
    min-width: 0;
    flex-basis: 0;
    flex-grow: 1;
}

.fila-contenido-hija{
    flex-wrap: nowrap;
    display: flex;
    padding: 50px 0 40px 0;
    margin-bottom: 1.75em;
    box-sizing: border-box;
}

.columna-contenido {
    display: flex;
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
}

.columna-global-hija{
    margin-left: 16.66666667%;
    width: 66.66666667%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.blog{
    width: 100%;
    padding: 50px 0 40px 0   
}


.carta{
    min-width: 0;
    margin-left: 2em;
    flex-basis: 0;
    flex-grow: 1;
}
.figura {
    margin: 0 0 1em;
    display: block;
}

.imagen {
    max-width: 100%;
    border-radius: inherit;
}

.blog{
    width: 100%;
    padding: 50px 0 40px 0   
}

.enlace{
    color: #e2c504;
    text-decoration: underline;
}

.enlace:hover{
    text-decoration: none;
    color: #6a4d8a;
}

h3{
    font-size: 35px;
    line-height: 38px;
    font-weight: 700;
    font-family: "Poppins";
    margin-top: 20px;
    margin-bottom: 10px;
}

h4{
    font-size: 25px;
    line-height: 32px;
    font-weight: 700;
    font-family: "Poppins";
    margin-top: 10px;
    margin-bottom: 10px;
}

h5{
    font-size: 23px;
    line-height: 32px;
    font-weight: 700;
    font-family: "Poppins";
}

.texto-left{
    text-align: left;
}

.texto-margin-30px{
    margin: 30px 0;
}

.texto-titulo-azul{
    color: #0693e3;
    font-size: 1.25em;
    margin: 30px 0;
}

.texto-titulo{
    font-size: 1.25em;
    margin: 30px 0;
}

footer{
    width: 101%;
    background-color: #292825;
    padding: 40px 0 0;
    margin-left: -0.6%;
}

.boton-pie{
    margin-top: 50px;
    padding: 30px 0;
    text-align: center;
    background-color: #242320;
}

.boton-pie, samp, a{
    color: #020202;  
}

iframe{
    max-width: 100%;
}