/* General */

a, a:hover, a:visited, a:focus {
    color: #000000;
    text-decoration: underline;
}

.rojo {
    color: #e42644;
}


/* Cabecera */

header .container {
    position: relative;
}

header .container:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 112px;
    height: 112px;
    background: #fff;
    background-image: url(../img/logo_cvg.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75px;
}

.titulo-pagina {
    background-color: #e42644;
    padding: 0px 0px 0px 112px;
    background-image: url(../img/trozo_v.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 55px;
}

.titulo-pagina > div {
    padding-left: 0;
}

.titulo-pagina.abierto {
    background-image: none;
}

.titulo-pagina a {
    text-decoration: none;
}

.titulo-pagina a h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: lighter;
    font-size: 22px;
    color: #ffffff;
    margin: 0;
    padding: 22px 0 22px 15px;
    text-transform: uppercase;
}

header .menu {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    padding: 0 0 0 112px;
}

header .menu.l1 {
    font-weight: bold;
    background-color: #eeeeee;
}

header .menu.l2 {
    font-weight: normal;
    background-color: #ffffff;
}

header .menu nav ul {
    list-style-type: none;
    padding: 12px 0;
    margin: 0;
    height: 44px;
}

header .menu nav ul li {
    display: inline-block;
    padding: 0;
    margin: 0 24px 0 0;
    position: relative;
}

header .menu nav ul li a {
    display: inline-block;
    padding: 0 0 0 0;
    text-decoration: none;
}

header .menu nav ul li.actual a {
    border-bottom: 2px solid #e42644;
}

header .menu nav ul li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #e42644;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

header .menu nav ul li a:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

#cabecera-logo .container {
    box-sizing: content-box;
    padding: 20px 0;
    height: 35px;
    background-color: #e6e6e6;
    border-bottom: 1px dotted #333;
}

#cabecera-logo img {
    display: block;
    padding: 0 0 0 20px;
    border: 0 none;
    width: 235px;
}


/* Titulares */

h2 {
    font-family: 'Merriweather', serif;
    font-weight: normal;
    font-size: 30px;
    color: #000000;
    text-transform: uppercase;
}

h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #717171;
    text-transform: uppercase;
}

h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #a2a2a2;
    text-transform: uppercase;
}

.texto h4 {
    margin-top: 0;
}

.row.titular {
    margin-bottom: 24px;
}


/* Contenido */

a.enlace-la-voz-grande, a.enlace-la-voz-grande:visited {
    color: #e42644;
    font-size: 24px;
    text-decoration: none;
}

#contenido {
    padding: 20px 0;
}

#contenido p, #contenido ul {
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    font-size: 16px;
    color: #717171;
}

#contenido .leyenda {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #a2a2a2;
}

#contenido .row.tarifa {
    margin-bottom: 60px;
    padding: 0 15px;
}

#contenido .row .texto {
    padding-top: 40px;
}

p.p-boton {
    padding-top: 20px;
}

a.boton {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #ccc;
    background-color: #ccc;
    color: #444;
    text-decoration: none;
    padding: 10px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

a:hover.boton {
    background-color: #ebebeb;
    text-decoration: none;
}

.img-ancho-completo {
    display: block;
    width: 100%;
    height: auto;
}


/* Estadísticas */

.slides {
    overflow: hidden;
}

.slick-dots {
    position: relative;
    bottom: 0;
}

.slick-slide:focus {
    outline: none;
}

.estadisticas {
    padding: 0;
    margin-bottom: 80px;
}

.estadisticas #imagen-relleno {
    width: 100%;
    height: auto;
}

.estadisticas .bloque_estadisticas {
    padding-bottom: 24px;
}


/* Servicios */

#servicios .row {
    border-bottom: 1px dotted #333;
    margin-bottom: 24px;
    padding-bottom: 24px;
}

#servicios .row.titular {
    border-bottom: 0 none;
    padding-bottom: 0px;
}

#servicios .row:nth-child(4), #servicios .row:last-child {
    border-bottom: 0 none;
}

.row.titular div {
    padding-left: 0;
}

#servicios .row .col-md-4 {
    padding-left: 0;
}

#servicios .row h3 {
    margin-bottom: 5px;
    font-family: 'Roboto Black', sans-serif;
    font-size: 18px;
    color: #000;
}

#servicios .row h4 {
    margin-top: 0;
    font-size: 14px;
    color: #666666;
}

#servicios .row .profesionales {
    color: #e42644;
}

#servicios .row img {
    width: 100%;
    height: auto;
}


/* Producto */

.intro-producto {
    padding-bottom: 48px;
}

.imagen-producto {
    padding-bottom: 96px;
}

.imagen-producto img {
    padding: 24px;
    border: 1px solid #eee;
}


/* Canales */

.bloque-canal {
    padding: 24px 0 48px 0;
}

.bloque-canal h3 {
    border-bottom: 1px solid #e42644;
    padding-bottom: 6px;
}

.bloque-canal a.captura {

}

.bloque-canal a.captura img {
    display: block;
    margin: 24px auto 0 auto;
}

.bloque-canal .datos-canal .bloque-ga {
    padding:  0 0 24px 0;
}

.bloque-canal .datos-canal .bloque-ga img {
    display: block;
    margin-bottom: 12px;
}

.bloque-canal .datos-canal p span {
    font-family: 'Merriweather', serif !important;
}

.bloque-canal .datos-canal p span.logo-red-social {
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.bloque-canal .datos-canal p span.logo-red-social svg {
    width: 36px;
    height: 36px;
    fill: #717171;
}

.bloque-canal .datos-canal p span.cifra {
    color: #000;
}


/* Tarifas web */

.tira-tarifas-web {
    padding-top: 24px;
}

.tira-tarifas-web .bloque-imagen img {
    display: block;
    width: 100%;
    height: auto;
}

.tira-tarifas-web .bloque-texto {
}

.tira-tarifas-web .bloque-texto .tira {
    width: 100%;
    height: 5800px;
    position: relative;
}

.tira-tarifas-web .bloque-texto .tira h3 {
    border-bottom: 1px solid #e42644;
    padding-bottom: 6px;
    margin-bottom: 24px;
    margin-top: 0;
}

.tira-tarifas-web .bloque-texto .tira h4 {
    border-bottom: 2px solid #ddd;
    padding-bottom: 6px;
    margin-bottom: 0;
    margin-top: 0;
}

.tira-tarifas-web .bloque-texto .tira table {
    margin-bottom: 0;
}

.tira-tarifas-web .bloque-texto .tira table thead tr th {
    text-align: center;
}

.tira-tarifas-web .bloque-texto .tira table tbody tr td {
    text-align: center;
}

.tira-tarifas-web .bloque-texto .tira table tbody tr td:first-child {
    font-weight: bold;
    text-align: left;
}

.tira-tarifas-web .bloque-texto .tira .titulo-zona {
    position: absolute;
    left: 0px;
    width: 100%;
    top: -9999px;
}

.tira-tarifas-web .bloque-texto .tira .parte {
    position: absolute;
    left: 0px;
    width: 100%;
    padding: 20px 20px;
    background-color: #f2f2f2;
}

.tira-tarifas-web .bloque-texto .tira .parte p {
    margin-bottom: 0;
}

.tira-tarifas-web .bloque-texto .tira .titulo-zona.z1 {
    top: 0px;
}

.tira-tarifas-web .bloque-texto .tira .parte.p1 {
    top: 60px;
}

.tira-tarifas-web .bloque-texto .tira .parte.p2 {
    top: 300px;
}

.tira-tarifas-web .bloque-texto .tira .parte.p3 {
    top: 500px;
}

.tira-tarifas-web .bloque-texto .tira .parte.p4 {
    top: 810px;
}

.tira-tarifas-web .bloque-texto .tira .titulo-zona.z2 {
    top: 1000px;
}

.tira-tarifas-web .bloque-texto .tira .parte.p5 {
    top: 1060px;
}

.tira-tarifas-web .bloque-texto .tira .parte.p6 {
    top: 1300px;
}

.tira-tarifas-web .bloque-texto .tira .parte.p7 {
    top: 1480px;
}

.tira-tarifas-web .bloque-texto .tira .parte.p8 {
    top: 1650px;
}

.tira-tarifas-web .bloque-texto .tira .titulo-zona.z3 {
    top: 1850px;
}

.tira-tarifas-web .bloque-texto .tira .parte.p9 {
    top: 1910px;
}

.tira-tarifas-web .bloque-texto .tira .parte.p10 {
    top: 2110px;
}

.tira-tarifas-web .bloque-texto .tira .parte.p11 {
    top: 2280px;
}

.tira-tarifas-web .bloque-texto .tira .parte.p12 {
    top: 2420px;
}


@media (max-width: 991px) {
    tr.sep td {
        padding-top: 8px !important;
    }

    .tira-tarifas-web .bloque-texto .tira {
        height: auto;
    }

    .tira-tarifas-web .bloque-texto .tira h3 {
        margin-top: 48px;
    }

    .tira-tarifas-web .bloque-texto .tira h4 {
        margin-top: 10px;
    }

    .tira-tarifas-web .bloque-texto .tira table {
        margin-bottom: 48px;
    }

    .tira-tarifas-web .bloque-texto .tira .titulo-zona {
        position: relative;
        left: inherit !important;
        top: inherit !important;
    }

    .tira-tarifas-web .bloque-texto .tira .parte {
        position: relative;
        left: inherit !important;
        top: inherit !important;
        background-color: inherit;
        padding: 0;
    }
}


/* Contacto */

.bloque_contacto h3 {
    border-bottom: 1px solid #e42644;
    padding-bottom: 6px;
}


/* Especificaciones */

.especificacion {
    background-color: #717171;
    color: #fff;
    display: inline-block;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    text-align: center;
    font-size: 21px;
    padding-top: 12px;
}

.codigo {
    background-color: #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 24px;
    margin-bottom: 24px;
}


/* Contadores */


.bloque-cifra {
    padding-bottom: 48px;
}

.bloque-cifra .odometer {
    font-family: 'Merriweather', serif !important;
    font-size: 48px;
    font-weight: bold;
    padding-bottom: 12px;
}

.bloque-cifra .nombre-cifra {
    font-size: 24px;
    text-transform: uppercase;
}

.bloque-cifra .nombre-cifra span {
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
}

.bloque-cifra .nombre-cifra span svg {
    width: 36px;
    height: 36px;
    fill: #717171;
}

.contenedor-porcentaje {
    width: 20%;
    float: left;
    padding-bottom: 48px;
}

@media (max-width: 767px) {
    .contenedor-porcentaje {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .contenedor-porcentaje {
        width: 100%;
        float: none;
    }
}

.contenedor-porcentaje .porcentaje {
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: 24px;
    margin-bottom: 24px;
}

.contenedor-porcentaje .porcentaje > svg {
    height: 100%;
    display: block;
}



/* Pie */

footer {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #a2a2a2;
    padding: 40px 0 0 0;
}

footer .container {
    font-size: .9em;
    background-color: #222;
}

footer .container > .row {
    padding: 20px;
}

footer h4 {
    font-weight: normal;
    font-size: 13px;
    text-align: left;
    display: block;
    text-transform: uppercase;
    color: #ccc;
    width: 100%;
    padding: 0;
}

footer a, footer a:visited {
    font-weight: 300;
    color: #a6a6a6;
    text-decoration: none;
}

footer a:hover {
    color: #ccc;
    text-decoration: none;
}

footer dl {
    margin: 0;
}

footer dl dd {
    padding: 5px 0;
}

footer .links.app {
    margin-top: 25px;
}

footer .links a {
    display: inline-block;
    padding: 5px;
    font-size: 20px;
    text-decoration: none;
    color: #727272;
}

footer .links a:hover {
    text-decoration: none;
    color: #999;
}

footer .links a span {
    display: inline-block;
    font-weight: 300;
    font-size: 14px;
    padding-left: 5px;
}

footer .legal {
    margin: 0;
    padding: 0;
    color: #ccc;
    font-size: .9em;
    font-weight: 300;
    text-align: center;
}

footer .legal li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}

footer .legal li a:hover {
    color: #fff;
    text-decoration: underline;
}

footer .legal li.dir {
    color: #999;
    width: 80%;
    margin: 5px auto;
}


#footer footer .legal li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}


/* Navegación responsive */

#boton-menu-responsive {
    display: none;
    float: left;
    font-size: 22px;
    color: #fff;
    margin-right: 15px;
    line-height: 1em;
    padding: 20px 15px 26px 15px;
}

.abierto #boton-menu-responsive {
    color: #333;
    background-color: #ccc;
}

#contenedor-menu-responsive {
    background-color: #ccc;
}

.slicknav_menu {
    display: none;
    background-color: transparent;
    background-image: url(../img/logo_fondo_menu.svg);
    background-repeat: no-repeat;
    background-position: 95% 15%;
    background-size: 100px;
    margin: 0;
    padding: 0;
}

.slicknav_btn {
    display: none;
}

.slicknav_nav {
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    font-size: 16px;
    padding: 10px 10px 60px 48px;
}

.slicknav_nav a, .slicknav_nav a:visited {
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 16px;
}

.slicknav_nav a:hover {
    color: #333;
    background-color: transparent;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


.sin-padding {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 991px) {
    .sin-padding {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    header .container:before {
        display: none;
    }

    .titulo-pagina, header .menu {
        padding-left: 0;
    }

    #boton-menu-responsive {
        display: block;
    }

    .titulo-pagina h1 {
        padding-left: 0;
        overflow: hidden;
    }

    .slicknav_menu {
        display: block;
    }

    header .menu.l1, header .menu.l2 {
        display: none;
    }

    #cabecera-logo img {
        margin: 0 auto;
    }

    #servicios .row.titular div {
        padding-left: 15px;
    }

    #servicios .row .col-md-4 {
        padding-left: 15px;
    }

    #contenido .row .imagen img {
        display: block;
        margin: 0 auto;
    }

    #contenido .row .texto {
        padding-top: 0px;
        padding-bottom: 40px;
    }

    p.p-boton {
        text-align: center;
    }

    footer .links.app {
        margin-top: 0px;
        margin-bottom: 20px;
    }
}
