/*------------------------------------*
   CONTENTS
\*------------------------------------*/


/*
1. RESET
2. HEADER
3. H0ME
4. CONTENT
5. FOOTER
*/


/*------------------------------------*
1. RESET
\*------------------------------------*/

html {
    font-size: 62.5%;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 120% !important;
    color: #444444;
    background: #f6f5f2
}

.font__extra {
    font-family: Tahoma, Geneva, sans-serif;
}

p {
    line-height: 130%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Ruda', sans-serif;
    font-weight: 700;
    line-height: 120% !important;
}

h1,
.h1 {
    font-size: 22px;
    font-size: 2.2rem;
    color: #ff3399;
    font-weight: 700;
    margin: 14px 0 20px 0
}

h3,
.h3,
.h4,
.h5,
.h6,
h4,
h5,
h6 {
    font-size: 18px;
    font-size: 1.8rem;
}

h2,
.h2 {
    font-size: 20px;
    font-size: 2rem;
}

.small {
    margin-bottom: 10px;
    line-height: 22px;
}

strong {
    font-weight: 800;
}

.success {
    color: #3c763d
}

.notice {
    color: #8a6d3b
}

.has-error .fa {
    font-size: 15px;
    font-size: 1.5rem;
    margin-right: 6px;
}

.error {
    color: #a94442
}

a {
    color: #444;
    text-decoration: underline;
    cursor: pointer;
}

a:hover,
a:focus {
    color: #444;
    text-decoration: none
}

a:hover img {
    opacity: 0.8
}

a:focus,
button,
button:focus,
button:hover,
*:focus,
.btn:focus {
    -moz-outline-style: none;
    outline: none
}

.main-color,
.rojo {
    color: #ff3399;
}

.btn-rojo {
    background: #B20000;
    color: #FFF;
    text-decoration: none;
}

.btn-rojo:hover {
    background: #C50606;
    color: #EEE;
}

#j_pagos_c_comenzar {
    margin-bottom: 20px;
}

#j_pagos_c_lista .input-append.date .add-on i,
#j_pagos_c_lista .input-prepend.date .add-on i {
    display: inline;
}

#a_medida_datetimepicker {
    margin-right: 6px;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -moz-binding: url("/ellipsis.xml#ellipsis");
}

.bold {
    font-weight: 700;
}

img {
    height: auto !important;
}

.img-responsive {
    width: 100%
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    color: #FFF;
    background: #ff3399;
    z-index: 999999;
}

.wrapper {
    background: #FFF;
    padding: 15px 24px;
}
.wrapper + .wrapper{
    margin-top: 20px;
}

.bg-main {
    background: #FFF
}

.bg-sub {
    background: #ff3399;
}

.bg-box {
    background: #E1E1E1
}

.block {
    display: block
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #DDD;
}

.cookies {
    font-family: 'Open Sans', sans-serif;
    padding: 10px 0;
    text-align: left;
    font-size: 13px;
    font-size: 1.3rem;
    color: #F39;
    background: #000;
}

.cookies p {
    margin-bottom: 5px;
}

.cookies a {
    color: #F39;
}

.cookies .fa-exclamation-circle {
    color: red;
    font-size: 22px;
    font-size: 2.2rem;
    margin-right: 10px;
}

.gran-numero em {
    margin-bottom: 13px;
    display: block;
    line-height: 24px;
}

.gran-numero strong {
    font-size: 24px;
    font-size: 2.4rem;
}

.gran-numero strong:last-child {
    margin-right: 8px
}

.list-separacion li:after {
    content: "|";
    padding: 0 0 0 4px;
}

.list-separacion li:last-child:after {
    content: "";
}


/*-----------------
Social Icons
-------------------*/

.addthis {
    margin: 20px 0 0 0
}

.social a {
    width: 45px;
    text-align: center;
    display: block;
    padding: 0;
    height: 45px;
    text-decoration: none
}

.social a i {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 45px;
    color: #FFF;
}

.facebook {
    background: #4B6EA8;
}

.twitter {
    background: #4FD5F8
}

.youtube {
    background: #F16261
}

.google-plus {
    background: #4D4F54
}


/*-----------------
Buttons
-------------------*/

.btn-main,
.navbar-default .navbar-nav > li > a.btn-main {
    color: #FFF !important;
    background: #F39 !important;
    border-color: #F39 !important;
    text-decoration: none;
    font-weight: 700;
}

.btn-main:hover,
.navbar-default .navbar-nav > li > a.btn-main:hover {
    background: #B51A67 !important;
    color: #FFF !important;
    border-color: #B51A67 !important;
}

.btn-form {
    color: #191919;
    background: #E7E904;
    border-color: #E7E904;
    text-decoration: none;
    font-weight: 800;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-size: 1.3rem
}

.btn-form:hover {
    color: #333;
    background: #E7E904;
    border-color: #E7E904;
}

.gris {
    font-size: 12px;
    background: #EEE;
    padding: 1px 7px;
    border: 1px solid #989292;
    text-decoration: none;
    margin-left: 9px;
    border-radius: 0;
    background: #EEE;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
    background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
}

.dropdown-toggle {
    padding: 7px 9px;
    margin-top: 0;
    background-color: #F39 !important;
    background-image: none;
    border-radius: 4px;
}

.dropdown-toggle .icon-bar {
    background-color: #FFF;
    width: 22px;
    transition: all 0.2s;
    display: block;
    height: 2px;
    border-radius: 1px;
}

.dropdown-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.navbar-toggle,
.dropdown-toggle {
    background: transparent !important;
}

.navbar-toggle:hover {
    background: transparent !important;
}

.dropdown-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
}

.dropdown-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.dropdown-toggle .middle-bar {
    opacity: 0;
}

.dropdown-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.dropdown-toggle.collapsed .top-bar {
    transform: rotate(0);
}

.dropdown-toggle.collapsed .middle-bar {
    opacity: 1;
}

.dropdown-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}

.dropdown-toggle.collapsed {
    background-color: #F39 !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #F39
}

.mg40 {
    margin-bottom: 40px;
    display: block;
}

.semi-bold {
    font-weight: 600;
}

.link-to {
    font-size: 11px;
    font-size: 1.1rem;
}


/*-----------------
    Margenes
    -------------------*/

.mgt30 {
    margin-top: 30px;
}

.mt10 {
    margin-top: 10px;
}

.mg10 {
    margin-bottom: 10px
}

.mg20 {
    margin-bottom: 20px !important;
}

.mg25 {
    margin-bottom: 25px
}

.mg30 {
    margin-bottom: 30px !important;
}

.mg40 {
    margin-bottom: 40px
}

.mg50 {
    margin-bottom: 50px !important;
}

.p4 {
    padding: 4rem;
}
/*-----------------
centrar texto en un bloque
-------------------*/
.icon-face {
    width: 70px;
    height: 70px;
}
.dis-table {
    display: table !important
}

.cntr-elem {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.no-deco {
    text-decoration: none
}

.no-radius {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.no-shadow {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}


/*-----------------
alineacion
-------------------*/

.alignleft {
    float: left;
    margin: 14px 20px 14px 0;
}

.alignright {
    float: right;
    margin: 14px 0 14px 20px;
}


/*-----------------
mensaje de alerta
-------------------*/

.browsehappy {
    padding: 30px 0;
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
    color: #191919;
    background: #E7E904;
}

.browsehappy a {
    color: #222;
}

.has-error .form-control,
.has-error .bootstrap-select .selectpicker {
    background: rgb(245, 200, 200);
    border-color: #a94442;
}

.bloque {
    background: #FFF;
    margin-bottom: 25px
}

.alert {
    border-radius: 0;
    text-align: center;
    color: #FFF;
    font-size: 22px;
    font-size: 2.2rem;
    padding: 20px 0;
}

.alert-danger {
    background-color: rgb(254, 0, 0);
    border-color: rgb(254, 0, 0);
}

.alert-success {
    background-color: rgb(45, 178, 0);
    border-color: rgb(45, 178, 0);
}


.fs-18 {
    font-size: 18px;
    font-size: 1.8rem;
}
.fs-20 {
    font-size: 20px;
    font-size: 2rem;
}
.fs-22 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 2.4rem;
}

/*-----------------
header
-------------------*/

.navbar-default {
    background: rgb(0, 0, 0);
    zoom: 1;
    color: #DDD;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.navbar-default .nav--links>li>a {
    color: #c2c2c2;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    font-size: 1.6rem;
    padding-right: 0;
    padding-left: 12px;
}

.navbar-default .nav--links>li>a:hover,
.navbar-default .nav--links>li>a:focus,
.navbar-default .nav--links>li>a.active {
    color: #FFF;
}

.navbar-default .nav--links>li>a span {
    padding-left: 8px;
}

.navbar-default .nav--links>li>a:hover span,
.navbar-default .nav--links>li>a:focus span,
.navbar-default .nav--links>li>a.active span {
    color: #c2c2c2;
}

.logo {
    display: block;
    padding-top: 6px;
    padding-right: 20px;
    padding-left: 15px;
}

.navbar-right {
    margin-top: 10px;
}

.nav__dropdown-menu {
    margin-left: 6px;
}

.navbar-default .navbar-nav > li > a.btn-main {
    padding: 4px 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
    font-size: 1.5rem;
}

.nav__btn {
    padding-left: 15px;
}
/*-----------------
filtros
-------------------*/

.bg-gray {
    background: #eeece6;
}

.filtros {
    background: #eeece6;
    padding: 10px;
    margin-bottom: 20px;
}

.filtros form {
    font-size: 12px;
    font-size: 1.2rem;
}

.filtros form .col {
    width: 22%;
    padding-right: 15px;
    float: left
}

.filtros .form-control,
.filtros .bootstrap-select.form-control,
.bootstrap-select>.btn {
    width: 100%;
    height: 34px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    color: #8799a5;
    border-color: #e3d7d7;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.filtros form .btn-form {
    position: relative;
    top: 19px;
}

.filtros form .action button {
    background: #8799a5;
    border: 1px solid #8799a5;
    color: #FFF;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 8px 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    font-size: 1.5rem;
}

.filtros form .dropdown-menu>li>a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
}

.resultados {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 10px !important;
}

.abrir {
    margin-bottom: 10px;
}

.resultados h1 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 23px;
    color: #000;
    display: inline-block;
    line-height: 22px !important;
}

.headline {
    margin: 20px 0 16px 0;
}

.title-main,
.headline--home {
    margin: 20px 0;
}

.title-main,
.headline__title {
    margin: 0;
    font-size: 30px;
    font-size: 3rem;
    line-height: 3rem;
    display: block;
    color: #ff3399;
}

.headline--home .headline__title,
.headline--home .headline__subtitle,
.headline--home .headline__appendtitle,
.headline--home h1,
.headline--home h2,
.headline--home h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: oblique;
}
.headline--home .headline__title, .headline--home h1 {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 14px;
}
.headline--home .headline__subtitle, .headline--home h2 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 8px;
}
.headline--home .headline__appendtitle .headline--home h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 6px;
}
.container__editor .headline--home  h1,
.container__editor .headline--home .headline__title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 14px;
}
.container__editor .headline--home h2,
.container__editor .headline--home .headline__subtitle {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 8px;
}
.container__editor .headline--home h3,
.container__editor .headline--home .headline__appendtitle {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 6px
}
.container__editor {

}
.container__editor p,
.container__editor  .headline__paragraph {
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem;
    color: #8c8c8c;
}

.headline__fecha {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 'Ruda', sans-serif;
    font-weight: 700;
}
.headline__entradilla {
    height: 55px;
    overflow: hidden;
}

.headline__paragraph {
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 16px;
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem;
    color: #8c8c8c;
}

.headline hr {
    border-top: 1px solid #ff3399;
}


/*-----------------
  lista oon anuncios
-------------------*/

.anuncios {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 20px;
}

.anuncios .row.masonry {
    margin-right: -5px;
    margin-left: -5px;
}

.anuncios .item {
    opacity: 0;
    padding-right: 5px;
    padding-left: 5px;
}

.anuncios .item.masonry-brick {
    opacity: 1;
}

.anuncios .destacado {
    background: #F4F487
}

.anuncios .destacado .tags .rojo:after {
    color: #F4F487
}

.anuncios .sub-destacado {
    background: #F7F7F0
}

.anuncios .sub-destacado .tags .rojo:after {
    color: #F7F7F0
}

.anuncios .media {
    margin-bottom: 18px;
    width: 100%;
    height: auto;
    font-family: 'Ruda', sans-serif;
}

.anuncios .media-body {
    border: 1px solid #CCC;
    border-top: none;
    font-weight: 400;
    font-size: 13px;
    font-size: 1.3rem;
    width: 100%;
    display: inline-block;
}

.anuncios .media-body header {
    padding: 12px 9px 10px;
}

.media-subtitle {
    font-size: 13px;
    font-size: 1.3rem;
}

.media-subtitle .tipo {
    color: #000;
}

.media-subtitle .tipo--poblacion {
    color: #666;
}

.media-subtitle .provincia {
    color: #ff3399;
}

.media-title {
    color: #444444;
    margin-bottom: 10px;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 18px
}

.media-title a {
    color: #8c8c8c;
}

.anuncios.destacar .media {
    border-bottom: none
}

.anuncios .media img {
    width: 100%;
}

.media-txt {
    color: #8c8c8c;
    font-size: 13px;
    font-size: 1.3rem;

    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 80px;
}

.media-txt a {
    color: #8c8c8c;
}

.anuncios .footer {
    background: #eae5e5;
    padding: 8px 9px 5px 9px;;
    color: #555555;
    font-size: 14px;
    font-size: 1.4rem;
}

.anuncios .footer .footer__item{
    width: 100%;
    text-align: center
}

.anuncios-wrapper .footer {
    color: #555555;
    font-size: 14px;
    font-size: 1.4rem;
    position: absolute;
    bottom: 5px;
}

.anuncios-wrapper .footer div + div {
    margin-top: 5px;
}

.anuncios-wrapper .footer a,
.anuncios .footer a {
    color: #333333;
    font-weight: 900;
}

.anuncios .footer .main-color,
.anuncios-wrapper .footer .main-color {
    font-weight: 900;
}


/*-----------------
 anuncio
-------------------*/
.anuncio__main .bg-gris {
    background: #f5f5f5;
    min-height: 200px;
    padding: 12px 10px;
}

.anuncio__main .anuncio__texto * {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    font-family: 'Ruda', sans-serif !important;
    font-weight: 700 !important;
    color: #444 !important;
}

.anuncio .edit {
    color: #999;
    font-size: 16px;
    font-size: 1.6rem
}

.anuncio .edit p {
    width: 100%;
    min-height: 30px;
}

.anuncio .edit .small {
    display: block;
    width: 100%;
    font-size: 12px;
}

.anuncio .edit a {
    color: #999;
    position: relative;
    top: 3px
}

.anuncio .telefono {
    margin-bottom: 16px;
    display: table;
    height: 44px;
    vertical-align: top;
}

.anuncio .wassap {
    display: table-cell;
    width: 20%;
    vertical-align: top;
}
.anuncio svg{
    width: 45px;
    padding-left: 5px;
    height: 45px;
}

.anuncio .telefono-wrapper {
    display: table-cell;
    width: 82%;
    vertical-align: top;
}

.anuncio .telefono-wrapper a + a {
    margin-top: 10px;
}

.anuncio .telefono a {
    width: 100%;
    color: #FFF;
    background: #B20000;
    font-size: 22px;
    font-size: 2.2rem;
    padding: 5px 4px;
    font-weight: 600;
    border-radius: 9px;
}

.anuncio__main {
    margin: 0 -10px;
}

.anuncio__mainBlock {
    margin-bottom: 20px;
}

.anuncio__mainBlock,
.anuncio__iconosItem {
    font-family: 'Ruda', sans-serif;
    padding-left: 10px;
    padding-right: 10px;
}

.anuncio__iconos {
    margin: 0 -10px;
}

.anuncio__iconosItem .bg-gris {
    width: 100%;
    min-height: 92px;
    padding: 10px 1px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.anuncio__iconosItem svg {
    width: 40px;
    height: 40px;
    fill: #ff3399;
}

.anuncio__iconosTexto {
    margin: 6px 0 0 0;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 900;
}

.anuncio__info div {
    font-weight: 900;
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
    margin-top: 14px;
}

.anuncio__info a {
    text-decoration: none
}

.anuncio__action {
    padding-top: 14px;
    margin-top: 14px;
    border-top: 1px solid #CCC;
}

.anuncio__actionList {
    padding: 0;
    margin: 0;
    list-style: none;
}

.anuncio__actionItem {
    width: 25%;
    float: left;
    padding: 0;
    margin: 0;
    vertical-align: top;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #555;
}

.anuncio__actionItem .no-deco {
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #555;
}

.anuncio__actionItem span {
    padding-top: 3px;
}

.anuncio__actionIcon {
    width: 22px;
    height: 22px;
    fill: #555;
}

.anuncio__actionIcon--twitter {
    width: 42px;
    height: 42px;
}

.masonry__fichaItem {
    margin-bottom: 18px;
}

.txt-ficha * {
    color: #191919 !important;
    text-align: left !important;
    line-height: 130% !important;
    font-family: Tahoma, Geneva, sans-serif !important;
}

.txt-ficha,
.txt-ficha h1 {
    color: #191919 !important;
}

.txt-ficha h1 {
    font-weight: 600 !important;
    font-size: 18px !important;
    font-size: 1.8rem !important;
}

.txt-ficha h2 {
    font-weight: 600 !important;
    font-size: 17px !important;
    font-size: 1.7rem !important;
    color: #191919 !important;
}

.txt-ficha h3,
.txt-ficha dt {
    font-size: 15px !important;
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    color: #191919 !important;
}

.txt-ficha p,
.txt-ficha .success,
.txt-ficha .notice,
.txt-ficha .error,
.txt-ficha span {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    word-wrap: break-word;
}

.txt-ficha a {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    text-decoration: underline !important;
}

.txt-ficha table >tbody>tr>td,
.txt-ficha table>tbody>tr>th,
.txt-ficha table>tfoot>tr>td,
.txt-ficha table>tfoot>tr>th,
.txt-ficha table>thead>tr>td,
.txt-ficha table>thead>tr>th {
    border: 1px solid #ddd !important;
}

.txt-ficha table>thead>tr>th {
    vertical-align: bottom !important;
    border-bottom: 2px solid #ddd !important;
}

.txt-ficha table>tbody>tr>td,
.txt-ficha table>tbody>tr>th,
.txt-ficha table>tfoot>tr>td,
.txt-ficha table>tfoot>tr>th,
.txt-ficha table>thead>tr>td,
.txt-ficha table>thead>tr>th {
    padding: 8px !important;
    line-height: 1.42857143 !important;
    vertical-align: top !important;
    border-top: 1px solid #ddd !important;
}


/*-----------------
  Insertar
-------------------*/

.insertar .form-control {
    height: 29px;
}

.insertar .tooltip {
    opacity: 1;
}


.insertar svg {
    position: relative;
    top: 3px;
    width: 20px;
    height: 20px
}

.insertar svg path {
    fill: #59B200;
}

.insertar .help-block svg path {
    fill: #D90000;
}

.cobras label {
    padding: 0;
    position: relative;
    top: -5px;
}

.blue {
    color: blue;
}

.mas-tel {
    margin-top: 6px;
    display: block;
}

.expli {
    position: relative;
    top: 6px
}

.alert-image {
    color: #EB8216;
    line-height: 130%
}

.captcha > div {
    margin-bottom: 10px;

}
@media only screen and (min-width: 768px) {
    .captcha > div {
        margin-bottom: 0;

    }
}

.captcha li:first-child {
    position: relative;
    top: 6px
}

.captcha-numero {
    font-size: 24px;
    font-size: 2.4rem
}

.captcha .btn-form {
    font-size: 20px;
    font-size: 2.0rem
}

.no-olvide {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 130%
}

.no-olvide ul {
    margin: 0 8px
}

.no-olvide li {
    margin-bottom: 12px
}

.no-olvide svg {
    position: relative;
    top: 3px;
    margin-right: 4px;
}

.no-olvide svg path {
    fill: #59B200;
}

.btn-foto {
    font-weight: 600;
    margin-bottom: 8px;
    border: 1px solid #333;
    padding: 2px 6px;
}

.btn-foto:hover {
    border: 1px solid #353434;
    color: #353434;
}

.btn-foto .fa {
    margin-right: 6px;
}

.blq-imagenes .item {
    margin-bottom: 4px;
    border-bottom: 1px solid #EFEFEF;
    padding: 8px 0;
}

.igual {
    position: relative;
    top: -4px;
}

.time {
    max-width: 30px;
    text-align: center;
    height: 25px;
}

#insertar_telefono_2,
#insertar_telefono_3,
#insertar_telefono_4 {
    margin-top: 10px;
}

.fa-credit-card {
    margin-right: 6px;
}


.foto__upload {
    margin-bottom: 40px
}

.foto__uploadWrapper {
    max-width: 100px;
    height: 100px;
    border: 2px solid #e0e0e0;
    color: #e0e0e0;
    position: relative;
    margin: 0 auto;
}

.foto__uploadIcon {
    display: flex;
    width: 100px;
    height: 100px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.foto__uploadAcciones {
    margin-top: 10px;
}

.foto__uploadAcciones .fa {
    font-size: 15px;
    font-size: 1.5rem;
}

.foto__uploadImg { 
    max-width: 96px;
    max-height: 96px;
}
.foto__uploadThumbnails {
    display: flex;
}

.foto__especificiaciones {
    font-family: 'Ruda', sans-serif; 
}

.foto__especificiacionesTitle {
    font-weight: 900; 
}

.foto__uploadError {
    margin: 6px;
    color: #a94442;
}

.foto__uploadErrorTitle {
    margin: 10px 0;
    font-size: 16px;
    font-size: 1.6rem;
}
/*-----------------
Form
-------------------*/

.ui-progressbar {
    height: 10px;
    text-align: left;
    overflow: hidden;
    position: absolute;
    width: 96%;
    bottom: 6px;
    border-radius: 2px;
    border: none;
    left: 2%;
}

.ui-widget-header {
    border: 1px solid #F39;
    background-color: #F39;
    background-image: none;
}


/*-----------------
  PAGINADOR
-------------------*/

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    margin-right: 12px;
    line-height: 1.42857143;
    color: #191919;
    text-decoration: none;
    border: none;
    font-weight: 500;
    background-color: #E1E1E1;
}

.pagination .bg-nav {
    background-color: #191919;
    color: #E7E904;
}

.pagination .bg-nav:hover {
    background-color: #191919;
    color: #FFF;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.pagination>li>a.active,
.pagination>li>a:hover,
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    color: #FFF;
    background-color: #ff3399;
    border-color: #ff3399;
}

footer.bg-footer {
    background: #42433d;
    margin-top: 30px;
    color: #FFF;
    padding: 40px 0;
}

footer.bg-footer a {
    color: #FFF;
}

footer.bg-footer:hover {
    color: #EEE;
} 

footer .list-inline {
    margin-left: 0;
    text-align: center;
}

.menu-footer.list-inline {
    margin-left: 0;
    text-align: center;
}

.menu-footer li {
    padding: 0 16px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
    color: #A0A0A0;
}

.menu-footer li a {
    color: #A0A0A0;
}

.menu-footer li:before {
    padding-right: 3px;
    content: "\203A";
    font-size: 20px;
    font-weight: 600;
    top: 2px;
    position: relative;
}

footer .main-menu li {
    color: #FFF;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 700
}

.footer__menu {
    font-size: 19px;
    font-size: 1.9rem;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
}

.footer__menu li:after {
    padding: 0 0 0 17px;
}

.subfooter {
    font-size: 12px;
    font-size: 1.2rem;
}

.subfooter .list-inline>li {
    padding-right: 3px;
    padding-left: 3px;
}

.subfooter .list-inline>li:after {
    padding: 0 0 0 6px;
}

#editor {
    max-height: 250px;
    height: 250px;
    background-color: white;
    border-collapse: separate;
    border: 1px solid rgb(204, 204, 204);
    padding: 4px;
    box-sizing: content-box;
    -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
    box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    overflow: scroll;
    outline: none;
}

#voiceBtn {
    width: 20px;
    color: transparent;
    background-color: transparent;
    transform: scale(2.0, 2.0);
    -webkit-transform: scale(2.0, 2.0);
    -moz-transform: scale(2.0, 2.0);
    border: transparent;
    cursor: pointer;
    box-shadow: none;
    -webkit-box-shadow: none;
}

div[data-role="editor-toolbar"] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dropdown-menu a {
    cursor: pointer;
}

.prices-column {
    display: inline-block;
    float: left;
    width: 50%;
}

.multibump-price.odd {
    background-color: #F7F7F0;
}

.multibump-price {
    display: inline-block;
    padding: 3px;
    width: 100%;
}

.multibump-price.pair {
    background-color: white;
}

.newsletter form {
    margin-top: 16px;
}

.newsletter .form-group {
    margin-bottom: 10px;
}

.newsletter .terminos {
    color: #666;
    font-size: 12px;
    font-size: 1.2rem;
}

.newsletter .terminos a {
    color: #666;
}

.newsletter .terminos label {
    font-weight: 400;
}

.newsletter .captcha li.primero {
    width: 26%;
}

.newsletter .captcha li.medio {
    width: 47%;
}

.newsletter .captcha li.ultimo {
    width: 23%;
}

.close {
    filter: alpha(opacity=60);
    opacity: .6;
}

.modal-content {
    text-align: center;
    border-radius: 0;
}

.modal-content .modal-body .titulo {
    color: #D80000;
    font-size: 28px;
    font-size: 2.8rem;
    margin-top: 6px;
}

.modal-content .modal-body .subtitle {
    color: #201F1F;
    font-size: 20px;
    font-size: 2rem;
    margin-top: 4px;
    font-weight: 400;
}

.modal-content .modal-body .advert {
    color: #201F1F;
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
    line-height: 120%;
}

.modal-content .modal-body .advert-extra {
    font-size: 26px;
    font-size: 2.6rem;
}

.modal-open .modal {
    background: rgba(0, 0, 0, 0.58);
}

.modal-content .modal-body .title {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
}

.modal-content .modal-body .title-extra {
    font-size: 35px;
    font-size: 3.5rem;
}

.modal-content .modal-body .promocion {
    color: #666666;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 120%;
}

.modal-content .modal-body .especificaciones {
    color: #666666;
    line-height: 120%;
    font-size: 16px;
    font-size: 1.6rem;
}

.modal-content .modal-body .especificaciones-extra {
    font-size: 14px;
    font-size: 1.4rem;
}

.modal-content .modal-body .boton .btn {
    font-size: 24px;
    font-size: 2.4rem;
    white-space: normal;
    word-break: break-all;
}


/*modifico modal bootstrap
body.modal-open {
  position: fixed
}
*/
.modal--hott {
    padding: 10px 15px 6px 15px;
    border-bottom: none;
    font-family: 'Ruda', sans-serif;
    color: #444;
}

.modal--hott .modal-header {
    padding: 7px 15px 0 15px;
    border-bottom: none;
}

.modal--hott .modal-content {
    text-align: left;
}

.modal--hott .modal__title {
    margin: 0;
    font-weight: 900;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.2;
}

.modal--hott .modal__subtitle {
    margin: 6px 0 0 0;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
}

.modal--hott .modal__form {
    margin-top: 40px
}

.modal--hott .captcha li {
    margin-top: 0;
}

.modal--hott .captcha li:last-child {
    top: 0;
}

.mapaweb h2 {
    margin:16px 0 10px 0;
}

.mapaweb h2 a{
    color:#FFF;
}

.mapaweb h3 {
    font-size: 18px;
    font-size: 1.8rem
}

.mapaweb a.bg-sub {
    padding: 4px;
    text-decoration: none;
    text-transform: uppercase;
}

.mapaweb .list-unstyled li {
    padding-bottom: 6px;
    list-style: disc;
    margin-left: 20px;
}

.mapaweb .list-unstyled li a {
    text-decoration: none;
    text-transform: lowercase
}

.mapaweb .list-unstyled li a:hover {
    text-decoration: underline
}

.wellcome .modal-content {
    text-align: left;
}

.wellcome .modal-content label {
    font-size: 15px;
    width: 100%;
    margin-bottom: 16px;
    line-height: 16px;
}

.wellcome .modal-content .form-group {
    margin-bottom: 30px;
}

.mt20 {
    margin-top: 20px;
}

.lo-mas {
    margin-bottom: 0
}

.lo-mas li {
    margin-bottom: 6px;
}

.lo-mas a {
    color: #A9A9A9;
    font-size: 11px;
    font-size: 1.1rem
}

.lo-mas a:hover {
    color: #939393;
}

.lo-mas li:before {
    padding-right: 1px;
    content: "\203A";
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 400;
    color: #A9A9A9;
}

.font-10 {
    font-size: 35px;
    font-size: 3.5rem;
}

.font-9 {
    font-size: 32px;
    font-size: 3.2rem;
}

.font-8 {
    font-size: 29px;
    font-size: 2.9rem;
}

.font-7 {
    font-size: 25px;
    font-size: 2.5rem;
}

.font-6 {
    font-size: 22px;
    font-size: 2.2rem;
}

.font-5 {
    font-size: 18px;
    font-size: 1.8rem;
}

.font-4 {
    font-size: 16px;
    font-size: 1.6rem;
}

.font-3 {
    font-size: 14px;
    font-size: 1.4rem;
}

.font-2 {
    font-size: 12px;
    font-size: 1.2rem;
}

.font-1 {
    font-size: 11px;
    font-size: 1.1rem;
}

.tag {
    float: left;
    padding-top: 3%;
    padding-bottom: 3%;
}

.cloud {
    text-align: center;
}

.cloud li {
    line-height: 22px;
}

.cloud li a {
    color: #A9A9A9;
}

.cloud li a:hover {
    color: #939393;
}

.modal .well {
    border-color: #E7E904;
    box-shadow: 0px 1px 10px #929292;
}

.modal .well .bloque {
    background: #f5f5f5;
    margin-bottom: 0;
}

#insertar_agotados .modal-content {
    border: 10px solid #D80000;
}

#insertar_agotados .well {
    border-color: #D80000;
    box-shadow: none;
    background: #D80000;
    border-radius: 0;
    color: #FFF;
}

#insertar_agotados .anuncio .icon-wrapper svg {
    fill: #FFF;
}

#insertar_agotados .modal-content .modal-body .well .advert {
    color: #FFF;
}

#insertar_agotados.modal .well .bloque {
    background: #D80000;
    color: #FFF;
}

#insertar_agotados .modal-content .modal-body a.rojo,
#insertar_agotados .modal-content .modal-body .title.rojo {
    color: #FFF;
}

.banners-carousel .carousel-control .glyphicon-chevron-left,
.banners-carousel .carousel-control .glyphicon-chevron-right,
.banners-carousel .carousel-control .icon-prev,
.banners-carousel .carousel-control .icon-next {
    width: 19px;
    height: 21px;
    margin-top: -5px;
    font-size: 17px;
}

.banners-carousel .carousel-control.right,
.banners-carousel .carousel-control.left {
    background: none;
}

.entradilla {
    height: 50px;
    width: 100%;
    overflow: hidden;
}


.jspHorizontalBar,
.jspVerticalBar,
.jspTrack {
    background: #EEEEF4;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.jspDrag {
    background: #EC74A8;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.jspTrack .jspActive,
.jspTrack .jspHover,
.jspDrag:hover {
    background: #F39;
}

.jspArrow {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.jspVerticalBar > .jspActive,
.jspArrow:hover {
}

.jspVerticalBar > .jspDisabled,
.jspVerticalBar > .jspDisabled:hover,
.jspHorizontalBar > .jspDisabled,
.jspHorizontalBar > .jspDisabled:hover {
    background-color: transparent;
}

.jspVerticalBar .jspArrow {
    height: 10px;
}

.jspHorizontalBar .jspArrow {
    width: 15px;
}

.jspArrowUp {
    background-position: 0 0;
}

.jspArrowDown {
    background-position: -64px 0 !important;
}

.jspArrowLeft {
    background-position: -96px 0 !important;
}

.jspArrowRight {
    background-position: -32px 0 !important;
}

.jspVerticalBar {
    width: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.jspArrow {
    background: #FF8BC2;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}
.entradilla p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 16px;
    margin-bottom: 0;
}

.area-carousel {
    background: #ededed;
    padding: 13px;
}

.main-carousel {
    height: 240px;
    max-height: 240px;
    overflow: hidden;
}

.carousel-cell {
    width: 150px;
    height: 240px;
    max-height: 240px;
    margin-right: .6%;
    overflow: hidden;
}

.anuncios-wrapper {
    position: relative;
    height: 220px;
    max-height: 220px;
    overflow: hidden;
    background: #FFF;
    margin-bottom: 6px;
}

.media-oculto {
    padding: 6px;
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    font-family: 'Ruda', sans-serif;
}

.anuncios-wrapper img {
    position: absolute;
    display: block;
    height: 220px;
    max-height: 220px;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    background: #FFF;
}

.anuncios-wrapper:hover img {
    opacity: 0;
}

.anuncios-wrapper:hover .media-oculto {
    opacity: 1;
}


/* fade in image when loaded */

.carousel-cell-image {
    transition: opacity 0.4s;
    opacity: 0;
}

.carousel-cell-image.flickity-lazyloaded,
.carousel-cell-image.flickity-lazyerror {
    opacity: 1;
}

.form__main .control-label,
.form__main label,
.form__main label.font__extra {
    font-family: 'Ruda', sans-serif;
    font-weight:  900;
}

.form__main .font__extra,
.form__main label.font__extra,
.font__extra label  {
    font-family: Tahoma, Geneva, sans-serif;
}

.form__main .font__extra {
    font-weight: 400;
    font-size:  13px;
    font-size:  1.3rem
}

fieldset.wrapper + fieldset {
    margin-top: 16px;
}

.form__main .btn {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.form-group--inputs > div + div {
    margin-top: 16px;
}
.tag-link {
    margin-top: 20px;
}

.tag-link a{
    color: #FFF;
    font-weight: 600;
    padding: 6px 12px;
    background: #aaa8aa;
    font-size: 13px;
    font-size: 1.3rem;
    text-decoration: none;
    border-radius: 4px;
    line-height: 15px;
    margin-right: 2px;
    margin-bottom: 12px;
    word-break: normal;
    word-wrap: normal;
    text-transform: uppercase;
    display: block;
}
.tag-link a:hover{
    background: #F39 !important;
}

.option-checked {
    margin-top: 20px;
}

.option-checked.list-inline>li {
    display: inline-block;
    padding-right: 10px;
    padding-left: 5px;
    padding-bottom: 16px;
}
.option-checked .btn-default {
    font-weight: 600;
    color: #a4a5a8;
    background-color: #e6e6eb;
    border-color: #e6e6eb;
}

.icon-pagos {
    position: relative;
    top: 4px;
}

.icon-pagos.fa-calendar {
    margin-left: 5px;
}

/*
Estilos Breadcrumbs
*/
.head-anuncio { 
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding-bottom: 10px;
}

.head-anuncio h2{
    margin-top: 0px;
    margin-bottom: 0px;
}

.head-anuncio .row-breadcrumb{
    width: auto;
    padding-bottom: 0px;
}

.head-anuncio .row-breadcrumb ol{
    margin-bottom: 0px;
    padding-bottom: 0px;
}


.row-breadcrumb{
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;    
    padding-bottom: 0px;
}

.row-breadcrumb ol{
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.row-breadcrumb ol li{
    padding-left: 10px;
    padding-right: 10px;
}

.row-breadcrumb ol li a{
    font-size: 13px;
}
.row-breadcrumb ol li:last-child {
    padding-right: 0px;
}
.row-breadcrumb ol li:last-child a{
    color:#F39 !important;
    text-decoration: none;
}


/*
Kanboard#1411
*/
p.cantidad__fotos {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    font-size: 2rem;
    font-family: 'Ruda', sans-serif;
    font-weight: 700;
    line-height: 120% !important;
}

/*
Kanboard#1412
*/
p.ficha__titulo__tags{
    margin: 0;
    font-size: 30px;
    font-size: 3rem;
    line-height: 3rem;
    display: block;
    color: #ff3399;
    font-family: 'Ruda', sans-serif;
    font-weight: 700;
    line-height: 120% !important;
}

/*
Kanboard#1413
*/
.anuncio__mainBlock .bg-gris .anuncio__info{	
	padding-bottom: 15px;
}

.anuncio__mainBlock .bg-gris .anuncio__info .anuncio__precio{
	    margin-top: 5px;
}

.anuncio__mainBlock .bg-gris .anuncio__info .anuncio__zona > a{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    font-weight: 900;
}

.anuncio__mainBlock .bg-gris .anuncio__info .anuncio__zona > a  > h2.main-color{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: inherit;
    line-height: 1em!important;
    font-weight: 900;
}


.anuncio__mainBlock .bg-gris .telefono .telefono-wrapper .btn h3{
    margin-top: 4px;
    margin-bottom: 1px;
    font-size: 22px;
}