@charset "utf-8";
/*Autor: Servicio de Administración Tributaria de Lima 2015 */

/* RESET */
header, nav, section, footer, aside, article, figure, footer {
    display: block;
}

ul, ol, dl {
    padding: 0;
    margin: 0;
}
/*li{
    list-style: none;
}*/
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

a img {
    border: none;
}

a {
    color: #0080ba;
    text-decoration: none;
    cursor: pointer;
}

    a:visited {
        color: #0080ba;
        text-decoration: none;
    }

    a:hover, a:active, a:focus {
        color: #6E6C64;
        text-decoration: none;
    }

* {
    border: 0;
    outline: 0;
    box-sizing: border-box;
}


/* GENERAL */
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
}

body {
    font-family: 'open_sansregular';
    font-size: 100%;
    font-weight: normal;
    padding: 0;
    background: #fafafa;
    color: #555;
}

.clearfloat {
    clear: both;
}

.bg_plomo {
    background: #e8e9ea;
}

/* DIAGRAMACION */
.main {
    width: 100%;
}

header {
    width: 100%;
    background: #16236e;
    height: 90px;
    min-height: 50px;
}

.contenedorMenu {
    background: #149CD7;
    border-top: 0 solid #fddb04;
    clear: both;
}

#banner {
    width: 100%;
    display: block;
}

section {
    width: 100%;
    min-height: 50px;
}

footer {
    width: 100%;
    background: #e8e9ea;
}

#header,
#seccionServicios,
#seccionContactos,
#linksCorporacion,
#footer {
    max-width: 1550px;
    margin: 0 auto;
}

#header {
    width: 90%;
}

#seccionServicios {
    margin-top: 0px;
}

.botonSimple {
    background: #0080ba;
    color: white;
}

/* SOCIAL */
#social {
    position: fixed;
    right: 0;
    top: 400px;
    z-index: 99;
}

    #social ul li {
        list-style: none;
    }

        #social ul li a {
            background: #bbb;
            color: white;
            font-size: 1.5em;
            display: block;
            margin: 7px 0;
            border-radius: 5px 0 0 5px;
        }

            #social ul li a i,
            #social ul li a em {
                width: 32px;
                height: 32px;
                display: inline-block;
                background: #bbb;
                color: white;
                font-size: 1.2em;
                line-height: 1.4em;
                text-align: center;
                border-radius: 5px 0 0 5px;
            }

            #social ul li a:hover .fa-facebook {
                background: #3b5997;
            }

            #social ul li a:hover .fa-google-plus {
                background: #d13d2f;
            }

            #social ul li a:hover .fa-youtube {
                background: #de332c;
            }

            #social ul li a:hover .fa-linkedin {
                background: #006dc0;
            }


/* SCROLL TOP */
.scroll_top {
    position: fixed;
    right: .5em;
    bottom: 5px;
    z-index: 99;
}

    .scroll_top a i,
    .scroll_top a em {
        width: 35px;
        height: 35px;
        display: inline-block;
        color: #bbb;
        font-size: 2.7em;
        text-align: center;
        border-radius: 50%;
        margin: 3px;
    }
/* CONTENIDO */
header h1 {
    color: white;
    display: block;
    float: left;
    margin: 20px 0 0 10px;
}

    header h1 img {
        height: 38px;
        margin-top: 10px;
    }

header .fa.fa-bars {
    float: left;
    color: white;
    font-size: 3em;
    line-height: 1.5em;
}

header .menuSecundario {
    float: right;
}

    header .menuSecundario ul {
        float: left;
    }

        header .menuSecundario ul li {
            list-style: none;
            display: inline-block;
        }

            header .menuSecundario ul li a {
                color: white;
                margin-right: 15px;
                font-size: 1em;
                line-height: 3em;
            }

                header .menuSecundario ul li a .fa {
                    font-size: 1.5em;
                }

                header .menuSecundario ul li a img {
                    margin-top: -20px;
                }

            header .menuSecundario ul li#DatosAbiertos,
            header .menuSecundario ul li#DatosAbiertos a {
                width: 100px;
                line-height: 1.2em;
                text-align: center;
            }

            header .menuSecundario ul li .btn-group a {
                float: left;
                line-height: 1.4em;
                margin-right: 0;
            }

#header {
    position: relative;
}

header .input-group {
    width: 190px;
    position: absolute;
    right: 0;
    top: 47px;
    z-index: 99999;
}

header .form-control,
#buscaHeader {
    height: 33px;
    background: #134069;
    color: white;
    border: none;
}

header .input-group .botonBuscar {
    background: #0080ba;
    color: #f4f4f4;
    border: none;
}

#seccionServicios .consultas {
    background: #e9e9e9;
    border: 1px solid #dedede;
    border-radius: 5px;
    margin-bottom: 25px;
    margin-top: -10px;
    padding: 20px 20px 15px;
}

    #seccionServicios .consultas h2 {
        width: 100px;
        float: left;
        line-height: 1.3em;
        margin-right: 20px;
    }

    #seccionServicios .consultas .consulta {
        width: 30%;
        float: left;
        margin: 0 1%;
    }

        #seccionServicios .consultas .consulta div span:hover {
            cursor: pointer;
        }

    #seccionServicios .consultas .mas_consultas {
        width: 100%;
        float: right;
        font-size: 1.2em;
        margin-top: 25px;
        padding-right: 10px;
    }

    #seccionServicios .consultas p {
        font-size: 1.1em;
        line-height: 1.8em;
        text-align: left;
    }

    #seccionServicios .consultas a {
        font-size: 1.3em;
        line-height: 1.6em;
        font-family: 'antoniolight', Antonio;
        text-align: right;
    }

#seccionServicios h2,
#seccionContactos h2,
footer h2 {
    font-family: 'antonioregular', Antonio;
    color: #555;
    font-size: 1.6em;
    line-height: 2em;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
}

#seccionServicios .bannerSmall .banner {
    background: #f4f4f4;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    margin-bottom: 25px;
    padding: 4px;
}

#seccionServicios .bannerSmall h2 {
    font-size: 1.4em;
}

#seccionServicios .bannerSmall img {
    width: 100%;
    min-height: 80px;
    max-height: 120px;
    display: block;
    margin: 0 auto;
}

#seccionServicios .servicios {
    background: #f4f4f4;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    height: auto;
    margin-bottom: 25px;
    padding: 10px;
}

    #seccionServicios .servicios .item {
        margin-bottom: 10px;
        padding: 0 5px;
    }

        #seccionServicios .servicios .item a.iconServicio {
            width: 55px;
            height: 55px;
            display: block;
            background: #0099cc;
            background: linear-gradient(50deg, #0081bd 0%,#00abe9 100%);
            border-top: 1px solid #01a7f2;
            border-left: 1px solid #01a7f2;
            border-bottom: 1px solid #026c9d;
            border-right: 1px solid #026c9d;
            margin: 7px auto;
            margin-top: 0;
            margin-bottom: 10px;
            border-radius: 50%;
        }

            #seccionServicios .servicios .item a.iconServicio:hover {
                background: #008ecc;
            }

        #seccionServicios .servicios .item img {
            width: 75%;
            padding-top: 3%;
            ;
        }

        #seccionServicios .servicios .item a {
            width: 100%;
            display: block;
            text-align: center;
            font-size: 1.2em;
            line-height: 1em;
        }

        #seccionServicios .servicios .item p {
            text-align: center;
            font-size: 1.1em;
            width: 95%;
            margin: 0 auto;
        }

#seccionContactos {
    text-align: left;
    margin-bottom: 10px;
}

    #seccionContactos h2 {
        margin-top: 15px;
    }

    #seccionContactos .contactenos li {
        margin-left: 0;
        display: block;
        clear: both;
        line-height: 2.5em;
        margin-bottom: 15px;
    }

        #seccionContactos .contactenos li a {
            font-size: 1.2em;
            color: #666;
        }

            #seccionContactos .contactenos li a span {
                height: 35px;
                width: 35px;
                display: block;
                float: left;
                color: #0080ba;
                border: 1px #0080ba solid;
                border-radius: 50%;
                margin-right: 5px;
                font-size: 1.2em;
            }

                #seccionContactos .contactenos li a span i.fa,
                #seccionContactos .contactenos li a span em {
                    height: 35px;
                    width: 34px;
                    text-align: center;
                    color: #0080ba;
                    text-align: center;
                    margin-top: 7px;
                }

            #seccionContactos .contactenos li a.agenciasSAT span.saltoLinea {
                border: 0;
                color: #666;
                width: 100%;
                margin-left: 38px;
                font-size: .85em;
                line-height: .5em;
            }

    #seccionContactos .redes ul {
        height: 40px;
        margin-top: -10px;
    }

        #seccionContactos .redes ul li {
            clear: inherit;
            margin-left: 10px;
        }

            #seccionContactos .redes li a i,
            #seccionContactos .redes ul li a em {
                width: 36px;
                height: 36px;
                display: block;
                float: left;
                background: #cecece;
                color: white;
                font-size: 1.6em;
                line-height: 1.5em;
                text-align: center;
                border-radius: 5px;
                margin: 0 4px 20px;
            }

            #seccionContactos .redes ul li a:hover {
                background: #c4c4c4;
            }

                #seccionContactos .redes ul li a:hover .fa-facebook {
                    background: #3b5997;
                }

                #seccionContactos .redes ul li a:hover .fa-google-plus {
                    background: #d13d2f;
                }

                #seccionContactos .redes ul li a:hover .fa-youtube {
                    background: #de332c;
                }

                #seccionContactos .redes ul li a:hover .fa-linkedin {
                    background: #006dc0;
                }

    #seccionContactos .noticias {
        border-right: 0px solid #f4f4f4;
        border-left: 0px solid #f4f4f4;
    }

        #seccionContactos .noticias article {
            width: 100%;
            height: auto;
            display: block;
            clear: both;
            margin-bottom: 15px;
            padding-bottom: 10px;
            border-bottom: 1px dotted #ddd;
            text-align: left;
        }

            #seccionContactos .noticias article h3 {
                font-family: 'antoniobold', Antonio;
                width: 100%;
                display: block;
                font-size: 1.3em;
                line-height: 1.6em;
                margin-bottom: 4px;
                color: #666;
                text-align: left;
            }

                #seccionContactos .noticias article h3 a {
                    color: #666;
                }

                    #seccionContactos .noticias article h3 a:hover {
                        text-decoration: underline;
                    }

        #seccionContactos .noticias img {
            width: 25%;
            display: block;
            float: left;
            margin-right: 10px;
            margin-bottom: 10px;
        }

        #seccionContactos .noticias article p {
            width: 100%;
            display: block;
            font-size: 1.1em;
            margin-bottom: 4px;
        }

    #seccionContactos h2 {
        text-align: left;
    }

    #seccionContactos a.masInfo {
        width: 100%;
        display: block;
        text-align: right;
        font-size: 1.1em;
        padding-bottom: 15px;
    }

    #seccionContactos a.masInfo {
        margin-top: -20px;
    }

    #seccionContactos .pagosSmart div {
        width: 100%;
        display: block;
        float: left;
        margin-bottom: 5px;
    }

    #seccionContactos .pagosSmart .pagueAqui img {
        height: 29px;
        display: block;
        float: left;
        margin-right: .25em;
        margin-bottom: 10px;
    }

    #seccionContactos .pagosSmart .SmartSAT div {
        width: 15%;
    }

    #seccionContactos .pagosSmart .SmartSAT img {
        display: block;
        float: left;
        margin-right: 15px;
    }

    #seccionContactos .pagosSmart .SmartSAT p {
        font-size: 1.1em;
    }

#linksCorporacion {
    text-align: center;
    margin: 20px auto;
}

    #linksCorporacion img {
        margin: 10px;
        height: 50px;
    }

footer {
    padding-top: 10px;
}

    footer h2 {
        line-height: 1.2em;
        padding: .5em;
        font-weight: normal;
    }

    footer #footer {
        width: 90%;
        max-width: 1300px;
    }

        footer #footer #verMapa:hover {
            cursor: pointer;
        }

        footer #footer #mapaSitio {
            margin: 0 auto 20px;
            cursor: pointer;
        }

        footer #footer h3 {
            font-size: 1.1em;
            line-height: 1.1em;
            font-weight: bold;
            text-align: left;
        }

        footer #footer ul hr {
            margin: 5px 0;
        }

        footer #footer ul li {
            font-size: 1em;
            line-height: 1.2em;
            list-style: none;
            text-align: left;
            font-weight: 100;
            margin: .3em;
        }

        footer #footer ul.col-xs-6 {
            padding: 0;
            margin: 0;
        }

        footer #footer ul li a {
            color: #888;
            font-weight: normal;
        }

            footer #footer ul li a:hover {
                color: #444;
                font-weight: normal;
            }

        footer #footer .copy {
            color: #9e9e9e;
            font-size: 1em;
            line-height: 1.2em;
            padding: .5em 0;
            text-align: center;
            border-top: 1px solid #f4f4f4;
        }

            footer #footer .copy p {
                margin: .5em;
            }

.movilSI {
    display: none;
}

/* RESPONSIVE */
@media (min-width: 1550px) {
    body {
        font-size: 110%;
    }
}

@media (max-width: 1550px) {
    #seccionServicios {
        width: 90%;
    }

    #seccionContactos {
        width: 93%;
    }

    .cbp-hrmenu > ul,
    .cbp-hrmenu .cbp-hrsub-inner {
        width: 90%;
    }

    #search-box {
        width: 90%;
    }

    body {
        font-size: 95%;
    }
}

@media (max-width: 1250px) {
    #social {
        top: 350px;
    }

    #seccionServicios .consultas .consulta {
        width: 31%;
        float: left;
        margin: 0 5px;
    }

    #seccionServicios .bannerSmall h2 {
        font-size: 1.3em;
    }

    #seccionServicios .servicios .item {
        padding: 0 3px;
    }
}

@media (max-width: 990px) {
    #seccionServicios .movilNO {
        display: none;
    }
}

@media (max-width: 950px) {
    header {
        height: 75px;
    }

        header h1 img {
            margin-top: 0px;
        }

        header .input-group {
            top: 82px;
            z-index: 99999;
        }

        header .form-control,
        #buscaHeader {
            background: #f4f4f4;
            color: #666;
            border: none;
        }

    #seccionServicios .consultas {
        padding-top: 10px;
    }

        #seccionServicios .consultas h2 {
            line-height: 2em;
            width: 100%;
        }

        #seccionServicios .consultas .mas_consultas {
            margin-top: 8px;
            padding-right: 25px;
        }

    #seccionServicios .movilNO {
        display: none;
    }

    #seccionServicios .servicios .item {
        padding: 10px 15px;
    }

    #seccionContactos {
        padding: 0;
        margin: 0;
        width: 100%;
    }

        #seccionContactos div div {
            width: 100%;
        }

        #seccionContactos .contactenos li a {
            margin-bottom: 10px;
        }

        #seccionContactos .noticias,
        #dnn_ThreeColMiddle {
            border: 0;
            background: #dedede;
            margin: 10px 0;
            padding: 0 20px;
        }

            #seccionContactos .noticias h2 {
                margin-left: -15px;
                margin-top: 5px;
            }

            #seccionContactos .noticias img {
                width: 110px;
                display: block;
                float: left;
                margin-right: 15px;
                margin-bottom: 15px;
            }

        #seccionContactos .pagosSmart .pagueAqui img {
            height: 45px;
            margin-right: 8px;
        }

    footer #footer .copy {
        text-align: center;
    }
}

@media (max-width: 800px) {
    .movilNO {
        display: none;
    }

    .movilSI {
        display: block;
    }

    header {
        height: 60px;
    }

        header h1 {
            color: white;
            margin: 5px 0 0 10px;
        }

            header h1 img {
                height: 30px;
                margin-top: 10px;
            }

        header .input-group {
            width: 170px;
            top: 67px;
            z-index: 99999;
        }

    #seccionServicios .consultas {
        margin-top: 15px;
    }

        #seccionServicios .consultas .consulta {
            width: 100%;
            margin: 7px 0;
        }

        #seccionServicios .consultas .mas_consultas {
            padding-right: 0;
        }

    .botonSimple {
        margin-right: 10px;
        padding: 9px;
    }

    footer #footer .copy {
        border-top: 0;
    }
}

@media (max-width: 500px) {
    #seccionServicios .bannerSmall .col-xs-6 {
        width: 100%;
    }
}


/* INICIO SESION */
.dropdown {
    z-index: 999999;
}

    .dropdown button {
        background: #0080ba;
        color: white;
        border: 0;
    }

    .dropdown .dropdown-menu li {
        width: 100%;
        border-bottom: 1px solid #ccc;
        margin: 0;
        padding: 0;
    }

        .dropdown .dropdown-menu li:hover {
            border-bottom: 1px solid #ccc;
        }

        .dropdown .dropdown-menu li a {
            color: #666;
            font-size: 1em;
            line-height: 1.5em;
            margin: 0;
        }

        .dropdown .dropdown-menu li:last-child {
            border-bottom: 0;
        }

@media (max-width: 900px) {
    .dropdown .dropdown-menu {
        left: -100px;
    }
}

@media (max-width: 500px) {
    header .menuSecundario ul.accesos {
    }

    header .menuSecundario ul.dropdown {
        position: absolute;
        top: 64px;
        margin-left: -15px;
    }

        header .menuSecundario ul.dropdown button {
            color: #333;
            background-color: #fff;
        }
}

/* ESTILOS INTERNOS CMS */
#seccionContactos .videos h2,
#seccionContactos .noticias h2 {
    margin-left: -15px;
    font-weight: normal;
}

.Normal footer h2 {
    font-family: 'antonioregular', Antonio;
    color: #555;
    font-size: 1.6em;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
}
/* /ESTILOS INTERNOS CMS */



.ir-arriba {
    display: none;
    padding: 20px;
    background: #149CD7;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 6px;
}

.ir-arriba {
    display: none;
    padding: 20px;
    background: #024959;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.GridPager a,
.GridPager span {
    display: inline-block;
    padding: 0px 5px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    /*font-weight: bold;*/
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.GridPager a {
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}

.GridPager span {
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
    border: 1px solid #3AC0F2;
}
