@media only screen and (max-width: 1270px) {
    .foto_conflicto {
            width: 130px;
    }
    .titulo_conflicto_pefil {
            font-size: 26px;
    }
    .general_content_div {
            margin: 25px 5%;
            width: auto;
            margin-top: 80px;
    }
    .div_footer_logos {
            height: 148px;
            background-image: url(../images/Logos_Footer.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            margin: 5px 10%;
    }
}

@media only screen and (max-width: 1030px) {
    .foto_conflicto {
            width: 180px;
            height: 120px;
            margin: 0 10px 10px 0;
    }
    .nav-button {
            padding-left: 10px !important;
            padding-right: 10px !important;
    }
    .titulo_conflicto_pefil {
            font-size: 20px;
    }
    .texto_conflicto_pefil {
            font-size: 14px;
            margin-top: 0;
            float: none;
            margin-bottom: 37px;
    }
    .firmar_conflicto_boton {
            position: relative;
    }
    .general_foto_header_div {
            margin: 0px;
            width: 100%;
    }
    .general_content_div {
            margin: 25px 5%;
            width: auto;
            margin-top: 80px;
    }
    .div_footer_logos {
            height: 148px;
            background-image: url(../images/Logos_Footer.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            margin: 5px 10%;
    }
    .titulo_step_principal {
        font-family: 'Yanone Kaffeesatz', sans-serif;
        margin-top: 120px;
        background-color: rgba(255, 255, 255, 0.8);
        color: #000;
        font-size: 33px;
        display: inline;
        text-transform: uppercase;
        padding: 0 25px;
        letter-spacing: 1.5px;
    }
    .titulo_step_principal>h1 {
        font-size: 31px !important;
    }
    .texto_step_descripcion {
        font-family: 'Yanone Kaffeesatz', sans-serif;
        font-size: 13px;
        padding: 20px 25px;
        display: -webkit-box;
        width: 55%;
        margin-top: 20px;
        letter-spacing: 1.5px;
    }
    .list_result_title>a {
        font-size: 15px;
    }
    .list_result_text {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
    }
    .list_result {
        background-color: #fff;
        box-shadow: 0px 2px 2px rgba(170, 170, 170, 0.64);
        width: calc(100% - 30px);
        padding: 5px 15px;
        margin: 5px 20px;
        max-height: 15vh;
    }
    .list_result_image {
        padding-bottom: calc(15vh - 10px);
        width: 25%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        float: right;
    }
}