#historia {
    margin-bottom: 2rem;
}
#historia .col-6 {
    float: left;
    width: 100%;
    padding: 20px;
	cursor: pointer;
}
#historia .main_title {
    font-size: 2rem;
    font-weight: bold;
    color: #1d3e74;
}
#historia h2 {
	margin-bottom: 10px;
    font-weight: bold;
    font-size: 6rem;
    padding-top: 10%;
	transition: 500ms;
}

#historia .col-6.open h2, #historia .col-6:hover h2 {
    font-size: 2rem;
}
#historia .col-6 p {
    width: 0px;
    height: 0px;
    opacity: 0;
    overflow: hidden;
}
#historia .col-6.open p, #historia .col-6:hover p {
    width: auto !important;
    height: auto !important;
    opacity: 1;
    overflow: hidden;
	transition: 500ms;
}
#historia .historia-izquierda {
    width: 30%;
    float: left;
}
#historia .historia-izquierda img {
    width: 70%;
}
#historia .col-6:nth-child(even) {
    background-color: #ffd046;
}
#historia .arrow {
    height: 30px;
    width: 70px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
}
#historia .col-6:nth-child(even) .arrow {
    background-image: url(../../themes/divi/images/flecha-superior.png);
}
#historia .col-6:nth-child(odd) .arrow {
    background-image: url(../../themes/divi/images/flechas-inferior.png);
}
@media (min-width: 1024px) {
    #historia .col-6 {
        width: 49%;
    }
    #historia .col-6:nth-child(even) {
        background-color: transparent;
    }
    #historia .arrow {
        height: 40px;
        width: 130px;
        margin-top: 5px;
    }

    #historia .row:nth-child(even) {
    background-color:#ffd046;
    }
    #historia .row:nth-child(even) .arrow {
        background-image: url(../../themes/divi/images/flecha-superior.png);
    }
    #historia .row:nth-child(odd) .arrow {
        background-image: url(../../themes/divi/images/flechas-inferior.png);
    }
}
@media (min-width: 981px) {
    .page-template-page-historia #main-content .container:before {
        content: none;
        display: none;
    }
}