#headerPropuestas {
    background-color: rgba(0,0,0,0.2);
    height: 75px;
    color: white;
    font-weight: bold;
    font-size: 25px;
    display: flex;
    justify-content: center;
}

#headerPropuestas div {
    cursor: pointer;
    float: left;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

#headerPropuestas a {
    display: block;
    height: 75px;
    line-height: 85px;
    font-size: 22px;
}

button {
    background-color: #E42313;
    color: white;
    border: none;
    font-family: DM Sans, sans-serif;
    margin-top: 50px;
    width: 280px;
    height: 50px;
    font-size: 14px;
    border-radius: 10px;
    margin-right: 5px;
    margin-left: 5px;
}

table {
    float: left;
    font-size: 18px;
    width: 47.5%;
}

table td:nth-child(1) {
    padding-left: 0.5vw;
}

table td:nth-child(2), table td:nth-child(3) {
    text-align: center;
}

table tr {
    height: 28px;
    line-height: 28px;
}

table tr:nth-child(even) {
    background: #CCC;
}
table tr:nth-child(odd) {
    background: #FFF;
}

table .tableFooter td {
    height: 28px;
    padding-top: 8px;
    line-height: 20px;
    font-size: 18px;
    font-style: italic;
}

#mainTitleContainer {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: #E42313;
    color: white;
    font-size: 24px;
    text-align: center;
    padding-top: 55px;
    padding-bottom: 35px;
    font-weight: bolder;
}

#contentContainer {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: auto;
    margin-bottom: 25px;
    background-color: #ffffff;
}


#triangle {
    position: absolute;
    overflow: hidden;
    width: 35px;
    left: calc(50% - 17.5px);
    bottom: 0;
}

#photoArrow{
    width: 20%;
    margin-left: 40%;
    margin-top: 20%;
    margin-bottom: 15%;
}

.textContainer {
    display: none;
    position: relative;
    margin: 2.5% auto;
    width: 70%;
    font-size: 15px;
    text-align: justify;
    line-height: 18px;
}

.textContainer h2 {
    width: fit-content;
    font-size: 22px;
    font-weight: bold;
    border-bottom: thick #E32213 solid;
    padding-bottom: 5px;
}

.textContainer h3 {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 15px
}

.textContainer p span {
    font-weight: bold;
}

#logoCiud{
    position: relative;
    overflow: hidden;
    height: 80px;
    width: auto;
    left: calc(50% - 136px);
    margin-top: 60px;
}

#tableContainer{
    position: relative;
    overflow: hidden;
    margin: 0px auto;
    width: 70%;
    margin-top: 15px;
    margin-bottom: 23px;
    background-color: #f2f2f2;
    padding: 2%;
}

#tableTitle{
    font-size: 22px;
    margin-bottom: 18px;
}

.tableColumn{
    position: relative;
    overflow: hidden;
    height: auto;
    float: left;
    width: 27%;
}

.mitadIzquierda {
    float: left;
    width: 50%;
}

.mitadDerecha {
    float: left;
    margin-left: 52.5%;
    width: 50%;
}

.tablaUno {
    margin-left: 2.5%;
    margin-bottom: 2.5%;
}

.tablaDos {
    position: absolute;
    width: 50%;
    top: 263.5%;
}

@media (orientation: portrait) and (max-width: 768px){
    button{
        width: auto;
        height: 60px;
        margin-bottom: 38px;
        font-size: 20px;
    }

    .mitadIzquierda, .mitadDerecha, .tablaUno, .tablaDos {
        position:relative;
        width: 100%;
        margin: 2.5% 0;
    }

    #headerPropuestas {
        padding-left: 0vw;
        font-size: 18px;
    }

    #headerPropuestas div {
        width: 33.3vw;
        min-width: 120px;
    }
}