/**/

section#content {
    padding: 0px;
}

.cms-id-1 section#content {
    text-align: center;
}

.cms-id-1 section#content .title {
    padding: 20px 0px;
    font-weight: bold;
}

/*.cms-id-1 section#content a {*/
/*    background: #e31e27;*/
/*    color: white;*/
/*    padding: 15px 20px;*/
/*    display: inline-block;*/
/*    margin-top: 25px;*/
/*}*/

.cms-id-1 section#content a {
    background: white;
    color: red;
    padding: 15px 20px;
    display: inline-block;
    margin-top: 25px;
    border: 2px solid red;
    border-radius: 5px;
}
.cms-id-1 section#content a:hover {
    color:white;
    background: red;
}


.cms-id-1 section#content .info {
    display: block;
}

.cms-id-1 section#content .row {
    margin-bottom: 50px;
}

.cms-id-1 section#content img {
    max-width: 100%;
    height: auto;
}

body#cms section#content img {
    max-width: 100%;
    height: auto;
}

.cms-id-1 .btn-more-info{
    cursor: pointer;
}

.cms-id-1 .more-info{
    margin-top: 20px;
    display: none;
}

.cms-id-1 section#content .more-info a{
    background: initial;
    padding: initial;
    margin-top: initial;
    border: 0;
}
.cms-id-1 section#content .more-info a:hover{
    color: red;
}

@media only screen and (max-width : 900px) {
    #cms .col-sm-6 {
        margin-bottom: 30px;
        padding-top: 30px;
    }
    .cms-id-1 section#content .row {
        margin-bottom: 0;
    }
}



@media only screen and (min-width: 768px) {

    .cms-id-1 section#content .row {
        display: flex!important;
    }
    .divderecha {
        order: 2;
    }

    .divizquierda {
        order: 1;
    }
    .flexmiddle {
        align-self: center;
    }
    .cms-id-1 section#content .info {
        padding: 0 4em!important;
    }

}
.cms-id-1 section#content .row {
    display: block
}

.cms-id-1 section#content .title {
    font-size: 2em;
    font-weight: normal;
    line-height: 1.2em;
}

.cms-id-1 section#content .info {
    padding: 0 2em;
}

