/*html {
    display: flex;
}*/
body {
    margin: 0;
}
#page {
    width: 100%; /*width: 1000px;*/
    background-color: black;
    /*margin: 0.5em auto;
    padding: 0.5em;*/

}
#header {
    width: 100%;
    height: 25em;
    background-image: url('../img/header_landing_page.jpg');
    background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;
    font-family: modeska-bold;
    font-size: 0.7em;
}
#nav {
    height: 20%;
}
.logoNav {
    width: 2.5em;
}
#infoHeader {
    justify-content: center;
    height: 70%;
    display: flex; /* Para que no se ponga un di encima del otro*/
    margin: auto;
    text-align: center;
    width: 70%;
}
#logoHeader {
    width: 40%;
}
.logoHeader {
    width: 6em;
}
#textoHeader {
    width: 60%;
    font-family: montserrat-bold;
    color: white;
}
#textoHeader p {
    font-size: 1em;
}
#content {
    background-color: #f5f9fc;
    padding-bottom: 2em;
}
/*#contentInicio {
    height: 100%;
    background-color: white;
    border-radius: 3em;
}*/
#magazineAvailable {
    width: 85%;
    height: 15em;
    margin: auto; /* Centrar el div dento de otro div*/
}
#col1Available {
    float: left;
}
#col2Available {
    float: right;
}
.tableCenter {
    text-align: center;
}
.mediumButton {
    width: 8em;
    font-size: 0.7em;
}
.largeButton {
    width: 21em;
    font-size: 0.7em;
}
#magazineSoon {
    width: 85%;
    height: 15em;
    margin: auto; /* Centrar el div dento de otro div*/
}
#col1Soon {
    float: left;
}
#col2Soon {
    float: right;
}
#visionInfo {
    width: 50%;
    float: left;
    color: white;

}
#visionTitle {
    padding-left: 30px;
    font-size: 0.8em;
    font-family: modeska-bold;
}
#visionText {
    padding-left: 30px;
    padding-bottom: 0%;
    font-size: 0.5em;
    font-family: modeska-regular;
    margin-block-start: -2em;
    line-height: 1;
}
#visionImage {
    width: 50%;
    float: right;
    align-items: center;
    justify-content: center;
    display: flex;
    
}

#vision {
    height: 15em;
    width: 100%;
    background-color: rgb(93, 94, 163);
    background-image: url('../img/texto_landing.jpg');
    background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: auto; /* Centrar el div dento de otro div*/
}
#footer {
    height: 12em;
    display: flex;
    justify-content: center;
    background-image: url('../img/footer.jpg');
    background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;
}
#footerText {
    width: 100%;
    font-family: modeska-regular;
    font-size: 0.3em;
    color: white;
    align-items: center;
    justify-content: center;
    display: flex;
}
#footerLayout {
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding-inline-start: 0px;
    margin-block-start: 0;
    margin-block-end: 0em;
    padding-top: 1em;
    padding-bottom: 1em;
    /*padding-left: 1em;
    padding-right: 1em;*/
}
#descripcionAlcaldesDiv {
    width: 80%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    display: flex;
    font-family: montserrat-regular;
}
#descripcionAlcaldesDiv h2 {
    text-align: center;
}
#descripcionAlcaldesDiv h3 {
    text-align: center;
}
#descripcionAlcaldesDiv P {
    font-family: montserrat-regular;
}
.mainContent {
    width: 100%;
    height: 100%;
    background-color: white;
}
.menu {
    width: 100%;
    margin: auto;
    text-align: center;
    margin-left: 0px;
    /* set to 0 if you're not using a list-style-type */
    padding-left: 0px;
    align-items: center;
    justify-content: space-around;
    display: flex;
    padding-top: 1em;
}
.menu a {
    color: white;
    text-decoration: none;
}
.menu li {
    display: inline-block;
}
.magazineInfoImg {
    width: 10em;
}
.magazineSampleImg {
    height: 9em;
}
.visionImg {
    width: 85%;
}
.pestanaImg {
    height: 1em;
    position: absolute;
}
p {
    margin-block-end: 0em;
    margin-block-start: 0em;
}
.centrado {
    align-items: center;
    justify-content: center;
    display: flex;
}
.carouselButton {
    align-items: center;
    justify-content: center;
}
.footerImgs {
    height: 4em;
}
.socialNetworkIcons {
    height: 1em;
}
.titleSection {
    font-family: montserrat-bold;
}
.button-rounded--rose {
    min-width: 130px;
    height: 2em;
    color: #fff;
    padding: 3px 25px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
    border-radius: 2em;
    border: 0px solid #d40670ff;
    background: #d40670ff;
}
.css-button-rounded--rose:hover {
    background: #fff;
    color: #d40670ff
}
.button-container {
    display: flex;
    justify-content: center; /* Centra el contenido horizontalmente */
    margin: 30px;
}
button {
    font-family: montserrat-bold;
}
.textoRosaa {
    color: #d40670ff;
    font-weight: bold;
}
#descripcionAlcaldes {
    width: 100%;
    padding-top: 10px;
    font-family: montserrat-regular;
}
#title {
    font-size: 0.7em;
}
#subtitle {
    font-size: 0.7em;
}
#textAlcaldes {
    padding-top: 1em;
    font-size: 0.6em;
}
.title-rounded--rose {
    min-width: 100px;
    color: #fff;
    position: relative;
    background: #d40670ff;
    padding: 0.2em;
    font-family: montserrat-bold;
}
#whiteSpace {
    height: 2em;
    background-color: white;
}
@font-face {
    font-family: modeska-regular;
    src: url("../font/modeska-trial-regular.ttf");
}
@font-face {
    font-family: modeska-bold;
    src: url("../font/modeska-trial-bold.ttf");
}
@font-face {
    font-family: montserrat-regular;
    src: url("../font/Montserrat-Regular.ttf");
}
@font-face {
    font-family: montserrat-bold;
    src: url("../font/Montserrat-Bold.ttf");
}