@import url(catserv.css);
@import url(responsive_base.css);

/* MEDIA QUERIES */
@media screen all {
    .contenedor_iconos p {
        color:rgb(71, 103, 149);
    }
}
@media screen and (max-height:1600px) {
    #presupuesto {
        margin-bottom: 8.5%;
    }
}

@media screen and (min-width:1760px) and (max-width:1915px) {
    .contenedor_iconos {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        width: 1200px;
        height: auto;
        margin: 0 auto;
        margin-top: 5%;
        margin-bottom: 2%;
        padding: 2%;
        border: 6px solid rgb(71, 103, 149);
        background-color: rgb(0, 0, 0);
    }
    .contenedor_iconos img {
        width: 60%;
    }
    .contenedor_iconos a {
        text-decoration: none;
        text-align: center;
    }
    .contenedor_iconos p {
        color:rgb(71, 103, 149);
        text-align: center;
        font-size: 1.4em;
        margin-top: 11%;
    }
    .arq_ing,
    .obra_civil,
    .rehab,
    .reformas,
    .obra_res,
    .prom_inmob {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        margin-top: 3%;
        margin-bottom: 5%;
    }
}

@media screen and (min-width:1600px) and (max-width:1759px) {
    .contenedor_iconos p {
        color:rgb(71, 103, 149);
        text-align: center;
        font-size: 1.2em;
        margin-top: 7%;
    }
}

@media screen and (min-width:1440px) and (max-width:1599px) {
    .contenedor_iconos p {
        color:rgb(71, 103, 149);
        text-align: center;
        font-size: 1.2em;
        margin-top: 7%;
    }
}

@media screen and (min-width:1280px) and (max-width:1439px) {
    .contenedor_iconos p {
        color:rgb(71, 103, 149);
        text-align: center;
        font-size: 1.2em;
        margin-top: 7%;
    }
}

@media screen and (min-width:1180px) and (max-width:1279px) {
    .contenedor_iconos {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        width: 1100px;
        height: auto;
        margin: 0 auto;
        margin-top: 5%;
        margin-bottom: 2%;
        padding: 2%;
        border: 6px solid rgb(71, 103, 149);
        background-color: rgb(0, 0, 0);
    }
    .contenedor_iconos img {
        width: 55%;
    }
    .contenedor_iconos p {
        color:rgb(71, 103, 149);
        text-align: center;
        font-size: 1.2em;
        margin-top: 7%;
    }
    .contenedor_iconos a {
        text-decoration: none;
        text-align: center;
    }
    #presupuesto {
        text-align: center;
        margin-top: 2%;
    }
    #presupuesto p {
        font-family: arial, sans-serif;
        font-size: 2.5em;
        font-weight: bolder;
        color: #476694;
    }
}

@media screen and (min-width:1080px) and (max-width:1179px) {
    .contenedor_iconos {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        width: 1000px;
        height: auto;
        margin: 0 auto;
        margin-top: 5%;
        margin-bottom: 2%;
        padding: 2%;
        border: 6px solid rgb(71, 103, 149);
        background-color: rgb(0, 0, 0);
    }
    .contenedor_iconos img {
        width: 50%;
    }
    .contenedor_iconos p {
        color:rgb(71, 103, 149);
        text-align: center;
        font-size: 1.2em;
        margin-top: 7%;
    }
    .contenedor_iconos a {
        text-decoration: none;
        text-align: center;
    }
    #presupuesto {
        text-align: center;
        margin-top: 2%;
    }
    #presupuesto p {
        font-family: arial, sans-serif;
        font-size: 2em;
        font-weight: bolder;
        color: #476694;
    }
}

@media screen and (min-width:1024px) and (max-width:1079px) {
    .contenedor_iconos {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        width: 700px;
        height: auto;
        margin: 0 auto;
        margin-top: 5%;
        margin-bottom: 2%;
        padding: 2%;
        border: 6px solid rgb(71, 103, 149);
        background-color: rgb(0, 0, 0);
    }
    .contenedor_iconos img {
        width: 45%;
    }
    .contenedor_iconos p {
        color:rgb(71, 103, 149);
        text-align: center;
        font-size: 1em;
        margin-top: 7%;
    }
    .contenedor_iconos a {
        text-decoration: none;
        text-align: center;
    }
    #presupuesto {
        text-align: center;
        margin-top: 2%;
    }
    #presupuesto p {
        font-family: arial, sans-serif;
        font-size: 1.7em;
        font-weight: bolder;
        color: #476694;
    }
}

@media screen and (min-width:901px) and (max-width:1023px) {
    .contenedor_iconos {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        width: 680px;
        height: auto;
        margin: 0 auto;
        margin-top: 5%;
        margin-bottom: 2%;
        padding: 2%;
        border: 6px solid rgb(71, 103, 149);
        background-color: rgb(0, 0, 0);
    }
    .contenedor_iconos img {
        width: 45%;
    }
    .contenedor_iconos p {
        color:#FFFFFF;
        text-align: center;
        font-size: 1em;
        margin-top: 6%;
    }
    .contenedor_iconos a {
        text-decoration: none;
        text-align: center;
    }
    #presupuesto {
        text-align: center;
        margin-top: 2%;
    }
    #presupuesto p {
        font-family: arial, sans-serif;
        font-size: 1.7em;
        font-weight: bolder;
        color: #476694;
    }
}

@media screen and (min-width:801px) and (max-width:900px) {
    .contenedor_iconos {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 700px;
        height: auto;
        margin: 0 auto;
        margin-top: 5%;
        margin-bottom: 2%;
        padding: 2%;
        border: 6px solid rgb(71, 103, 149);
        background-color: rgb(0, 0, 0);
    }
    .contenedor_iconos img {
        width: 45%;
    }
    .contenedor_iconos p {
        color:#FFFFFF;
        text-align: center;
        font-size: 1.1em;
        margin-top: 7%;
    }
    .contenedor_iconos a {
        text-decoration: none;
        text-align: center;
    }
    #presupuesto {
        text-align: center;
        margin-top: 2%;
    }
    #presupuesto p {
        font-family: arial, sans-serif;
        font-size: 1.7em;
        font-weight: bolder;
        color: #476694;
    }
}

@media screen and (min-width:641px) and (max-width:800px) {
    body {
        background-color: rgb(71, 103, 149);
    }
    .contenedor_iconos {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 400px;
        height: auto;
        margin: 0 auto;
        margin-top: 5%;
        margin-bottom: 2%;
        padding: 2%;
        border: 6px solid #00aaff;
        background-color: rgb(0, 0, 0);
    }
    .contenedor_iconos img {
        width: 45%;
    }
    .contenedor_iconos p {
        color:rgb(71, 103, 149);
        text-align: center;
        font-size: 1.1em;
        margin-top: 5%;
    }
    .contenedor_iconos a {
        text-decoration: none;
        text-align: center;
    }
    #presupuesto {
        text-align: center;
        margin-top: 2%;
    }
    #presupuesto p {
        font-family: arial, sans-serif;
        font-size: 1.5em;
        font-weight: bolder;
        color:#FFFFFF;
        text-decoration: underline;
    }
}

@media screen and (min-width:480px) and (max-width:640px) {
    body {
        background-color: rgb(71, 103, 149);
    }
    .contenedor_iconos {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 300px;
        height: auto;
        margin: 0 auto;
        margin-top: 5%;
        margin-bottom: 2%;
        padding: 2%;
        border: 6px solid #00aaff;
        background-color: rgb(0, 0, 0);
    }
    .contenedor_iconos img {
        width: 40%;
    }
    .contenedor_iconos p {
        color:rgb(71, 103, 149);
        text-align: center;
        font-size: 1em;
        margin-top: 5%;
    }
    .contenedor_iconos a {
        text-decoration: none;
        text-align: center;
    }
    #presupuesto {
        text-align: center;
        margin-top: 2%;
    }
    #presupuesto p {
        font-family: arial, sans-serif;
        font-size: 1.5em;
        font-weight: bolder;
        color: #FFFFFF;
        text-decoration: underline;
    }
}

@media screen and (min-width:400px) and (max-width:479px) {
    body {
        background-color: rgb(71, 103, 149);
    }
    .contenedor_iconos {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 300px;
        height: auto;
        margin: 0 auto;
        margin-top: 5%;
        margin-bottom: 2%;
        padding: 2%;
        border: 6px solid #00aaff;
        background-color: rgb(0, 0, 0);
    }
    .contenedor_iconos img {
        width: 35%;
    }
    .contenedor_iconos p {
        color:rgb(71, 103, 149);
        text-align: center;
        font-size: .85em;
        margin-top: 5%;
    }
    .contenedor_iconos a {
        text-decoration: none;
        text-align: center;
    }
    #presupuesto {
        text-align: center;
        margin-top: 2%;
    }
    #presupuesto p {
        font-family: arial, sans-serif;
        font-size: 1.3em;
        font-weight: bolder;
        color: #FFFFFF;
        text-decoration: underline;
    }
}

@media screen and (min-width:320px) and (max-width:399px) {
    body {
        background-color: rgb(71, 103, 149);
    }
    .contenedor_iconos {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 270px;
        height: auto;
        margin: 0 auto;
        margin-top: 5%;
        margin-bottom: 2%;
        padding: 2%;
        border: 6px solid #00aaff;
        background-color: rgb(0, 0, 0);
    }
    .contenedor_iconos img {
        width: 35%;
    }
    .contenedor_iconos p {
        color:rgb(71, 103, 149);
        text-align: center;
        font-size: .8em;
        margin-top: 5%;
    }
    .contenedor_iconos a {
        text-decoration: none;
        text-align: center;
    }
    #presupuesto {
        text-align: center;
        margin-top: 2%;
    }
    #presupuesto p {
        font-family: arial, sans-serif;
        font-size: 1.3em;
        font-weight: bolder;
        color:#FFFFFF;
        text-decoration: underline;
    }
}