/* generales */

body {
    margin: 0;
}

.width_wrap {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
    position: relative;
}

/* menu */
nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

nav .width_wrap {
    width: 100%;
    padding: 8px 60px;
    box-sizing: border-box;
    max-width: 1920px;
}

nav .logo {
    width: 85px;
    height: 35px;
    display: block;
    background-image: url(estados-sprite-menu-footer.png);
}

/* header */

header {
    background: linear-gradient(180deg, #0b6fde 0%, #063c78 100%);
    padding: 60px 0 65px 0;
}

header .width_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

header .titulo {
    margin: 0 0 15px 0;
    font-family: 'Roboto condensed';
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.16;
}

header .bajada {
    font-family: "Open Sans";
    font-weight: 300;
    line-height: 1.4;
    color: #ffffff;
    font-size: 25px;
}

/* servicios */

section#servicios {
    padding: 35px 0 135px 0;
}

section#servicios .width_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section#servicios .cont-estado-general {
    max-width: 100%;
}

section#servicios .estado {
    border-radius: 10px;
    padding: 12px 20px 10px 20px;
    position: relative;
    text-align: center;
    min-width: 450px;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
    display: none;
    box-sizing: border-box;
}

section#servicios .cont-estado-general .incidencia-producto {
    padding: 12px 50px 10px 50px;
    min-width: auto;
}

section#servicios .cont-estado-general .incidencias-productos {
    padding: 12px 50px 10px 50px;
}

section#servicios .cont-estado-general[data-status="operacional"] .estado-ok {
    display: flex;
}

section#servicios .cont-estado-general[data-status="incidencia"] .incidencia-producto {
    display: flex;
}

section#servicios .cont-estado-general[data-status="incidencias"] .incidencias-productos {
    display: flex;
}

section#servicios .estado .texto-estado-general {
    font-family: 'Roboto condensed';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.25;
}

section#servicios .estado-ok {
    background-color: #28b901;
}

section#servicios .estado-ok .texto-estado-general {
    color: #ffffff;
}

section#servicios .estado-fallo {
    background-color: #ffcd05;
}

section#servicios .estado-fallo .texto-estado-general {
    color: #333333;
}

section#servicios .estado-fallo .info {
    position: absolute;
    right: 20px;
    font-size: 20px;
    text-decoration: none;
    color: #333333;
}

section#servicios .cont-estados-productos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 75px;
    max-width: 100%;
}

section#servicios .cont-estados-productos .producto {
    width: 350px;
    height: 140px;
    box-sizing: border-box;
    padding: 17px 22px;
    border-radius: 15px;
    box-shadow: 0 5px 20px 0 rgba(11, 119, 244, 0.15);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all .15s linear;
    text-decoration: none;
}

section#servicios .cont-estados-productos .producto:hover {
    background-color: #0b77f4;
}

section#servicios .producto .logo {
    background-image: url(estados-sprite.png);
    width: 75px;
    height: 74px;
    display: block;
    margin-right: 20px;
    transition: all .15s linear;
}

section#servicios .producto#prod-pb0lx1vclzr3 .logo {
    background-position-x: -75px;
}

section#servicios .producto#prod-x9gp6kxyg68h .logo {
    background-position-x: -375px;
}

section#servicios .producto#prod-x8wmwfvsf449 .logo {
    background-position-x: -450px;
}

section#servicios .producto#prod-kj61g1rn77bl .logo {
    background-position-x: -150px;
}

section#servicios .producto#prod-05n8c0yv2h86 .logo {
    background-position-x: -225px;
}

section#servicios .producto#prod-tt2jvyrbc4z4 .logo {
    background-position-x: -300px;
}

section#servicios .producto:hover .logo {
    opacity: 0;
}

section#servicios .producto .texto {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex: 1;
    transition: all .15s linear;
}

section#servicios .producto:hover .texto {
    transform: translateX(-85px);
}

section#servicios .producto .nombre-producto {
    color: #333333;
    font-family: "Roboto Condensed";
    font-size: 22px;
    font-weight: 700;
    line-height: 1.36;
    margin-bottom: 10px;
    transition: all .15s linear;
}

section#servicios .producto:hover .nombre-producto {
    color: #ffffff;
}

section#servicios .producto .operacional {
    font-family: "Open Sans";
    padding: 0 10px;
    background-color: #28b901;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.83;
    font-size: 600;
    border-radius: 4px;
    display: none;
}

section#servicios .producto[data-status="operacional"] .operacional {
    display: initial;
}

section#servicios .producto .incidencia {
    align-items: center;
    justify-content: center;
    display: none;
}

section#servicios .producto[data-status="incidencia"] .incidencia {
    display: flex;
}

section#servicios .producto .incidencia .texto-incidencia {
    font-family: "Open Sans";
    padding: 0 10px;
    background-color: #ffcd05;
    color: #333333;
    font-size: 12px;
    line-height: 1.83;
    font-weight: 600;
    border-radius: 4px;
    margin-right: 10px;
}

section#servicios .producto .incidencia .link {
    color: #0099ff;
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 2;
    cursor: pointer;
    transition: all .15s linear;
}

section#servicios .producto:hover .incidencia .link {
    color: #ffffff;
}

section#servicios .inconvenientes {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section#servicios .inconvenientes .texto {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    font-family: "Open Sans";
    margin-bottom: 20px;
    color: #333333;
    text-align: center;
}

section#servicios .inconvenientes .boton {
    padding: 15px 30px;
    line-height: 1.3;
    font-size: 16px;
    font-family: "Open Sans";
    font-weight: 400;
    color: #333333;
    border: 1px solid #333333;
    border-radius: 5px;
    text-decoration: none;
    transition: all .1s linear;
}

section#servicios .inconvenientes .boton:hover {
    background-color: #deefff;
}

/* footer */

footer {
    background-color: #dbd9d9;
    padding: 20px 0;
}

footer .width_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .cont-texto {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

footer .cont-texto .link {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.8;
    font-family: "Open Sans";
    color: #242731;
    text-decoration: none;
}

footer .cont-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

footer .cont-logos .logo {
    display: block;
    background-image: url(estados-sprite-menu-footer.png);
}

footer .cont-logos .logo.iram {
    width: 32px;
    height: 33px;
    background-position: -362px 0;
}

footer .cont-logos .logo.iso {
    width: 31px;
    height: 33px;
    background-position: -329px 0;
}

footer .cont-logos .logo.icann {
    width: 35px;
    height: 35px;
    background-position: -294px 0;
}

footer .cont-logos .logo.data-fiscal {
    width: 37px;
    height: 50px;
    background-position: -86px 0;
}

@media (max-width: 650px) {
    nav .width_wrap {
        padding: 8px 30px;
    }
    header .titulo {
        font-size: 37px;
    }
    header .bajada {
        font-size: 20px;
    }
    section#servicios .cont-estados-productos .producto {
        padding: 12px 18px;
    }
    section#servicios .inconvenientes .texto {
        font-size: 18px;
    }
    footer .cont-texto {
        gap: 20px;
    }
}

@media (max-width: 525px) {
    section#servicios .producto .logo {
        margin-right: 15px;
    }
    section#servicios .producto .incidencia .texto-incidencia {
        padding: 0 6px;
        margin-right: 5px;
    }
    section#servicios .estado {
        min-width: auto;
    }
    footer .width_wrap {
        flex-direction: column;
    }
    footer .cont-texto {    
        flex-direction: column;
        gap: 5px;
        margin-bottom: 30px;
    }
}