@font-face {
    font-family: 'Poppins Light';
    src: url('fonts/Poppins-Light.eot');
    src: url('fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-Light.woff2') format('woff2'),
        url('fonts/Poppins-Light.woff') format('woff'),
        url('fonts/Poppins-Light.ttf') format('truetype'),
        url('fonts/Poppins-Light.svg#Poppins-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins SemiBold';
    src: url('fonts/Poppins-SemiBold.eot');
    src: url('fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('fonts/Poppins-SemiBold.woff') format('woff'),
        url('fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins Medium';
    src: url('fonts/Poppins-Medium.eot');
    src: url('fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-Medium.woff2') format('woff2'),
        url('fonts/Poppins-Medium.woff') format('woff'),
        url('fonts/Poppins-Medium.ttf') format('truetype'),
        url('fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins Bold';
    src: url('fonts/Poppins-Bold.eot');
    src: url('fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-Bold.woff2') format('woff2'),
        url('fonts/Poppins-Bold.woff') format('woff'),
        url('fonts/Poppins-Bold.ttf') format('truetype'),
        url('fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html {
    box-sizing: border-box;
}

*, ::before, ::after {
    box-sizing: inherit;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-family: 'Poppins Light';
    font-size: 16px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.wrap {
    max-width: 1170px;
    padding: 0 10px;
    margin: 0 auto;
}

b, strong {
    font-family: 'Poppins Bold';
    margin: 20px 0;
}
p {
    margin: 25px 0 10px;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}

a {
    color: #006DC6;
}

.not-found {
    min-height: 130px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

blockquote {
    position: relative;
    text-align: left;
    color: #222222;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0;
    margin: 50px 0 36px;
    border: none;
    padding: 21px 63px;
    border-left: 3px solid #c3007b;
}
.description .detail-line-content p {
    margin: 10px;
}
/*blockquote::before {
    position: absolute;
    left: 41px;
    top: 0px;
    font: 65px FontAwesome;
    color: rgba(149, 139, 26, 0.145);
    content: '\f10d';
    z-index: 0;
}*/

.content li {
    margin: 10px 0 10px 20px;
    list-style-type: none !important;
    line-height: 30px;
}

.content li:before {
    content: '>';
    margin-right: 8px;
}
.content li ul {
    margin-bottom: 20px;
}
.content li ul li {
    margin-left: 30px;
}
.content li p {
    display: inline;
}

em {
    font-style: italic;
}

/* Column Classes
	--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths {
    width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.one-five {
    float: left;
    width: 17.7%;
    margin-left: 2.87%;
}

.first {
    clear: both;
    margin-left: 0;
}



.clearfix::before {
	content: " ";
	display: table;
}

.clearfix::after {
	clear: both;
	content: " ";
	display: table;
}



/* HEADER */
.desktop-menu {
    display: none;
}

#main-header {
    min-height: 103px;
}

#main-header .mobile-menu .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding-top: 27px;
}
#main-header .mobile-menu .logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

#main-header .mobile-menu .logo img {
    max-width: 267px;
    width: 267px;
}

#main-header .mobile-menu .menu-toggle {
    background: none;
    border: none;
    color: #4D4D4D;
    width: 29px;
    height: 29px;
    cursor: pointer;
}

#main-header .mobile-menu .menu-toggle::before {
    content: '';
    background: url(images/ico-menu.svg) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
}

#main-header .mobile-menu .menu-toggle.close::before {
    content: '';
    background: url(images/ico-close-menu.svg) no-repeat center;
    background-size: contain;
    width: 18px;
    height: 18px;
    display: block;
}

#main-header .mobile-menu .menus.visible {
    display: flex;
    flex-flow: column-reverse;
}

#main-header .mobile-menu .menus.visible {
    display: flex;
    flex-flow: column-reverse;
}

#main-header .mobile-menu .menus {
    display: none;
}

#main-header .mobile-menu .menus .login ul, #main-header .mobile-menu .menus .logged ul {
    margin-top: 0;
    display: flex;
    flex-flow: column;
}

#main-header .mobile-menu .menus ul {
    display: flex;
    flex-flow: column;
}

#main-header .mobile-menu .menus ul li {
    list-style: none;
    margin: 15px 10px;
}

#main-header .mobile-menu .menus .login , #main-header .mobile-menu .menus .logged {
    margin-bottom: 15px;
    padding-top: 10px;
}

#main-header .mobile-menu .menus .login a, #main-header .mobile-menu .menus .logged a {
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Poppins SemiBold';
}

#main-header .mobile-menu .menus .login .first, #main-header .mobile-menu .menus .logged .first {
    color: #c9adbe;
}

#main-header .mobile-menu .menus .logged .logout a {
    color: #4D4D4D;
}

/*#main-header .mobile-menu .menus .login .first::before, #main-header .mobile-menu .menus .logged .first::before {
    content: '';
    background: url('images/ico-micuenta.svg') no-repeat;
    display: block;
    width: 23px;
    height: 18px;
    margin-right: 10px;
}*/

#main-header .mobile-menu .menus .login .first a, #main-header .mobile-menu .menus .logged .first a {
    color: #c3007b;
}

#main-header .mobile-menu .menus .login .last, #main-header .mobile-menu .menus .logged .last {
    display: none;
}

#main-header .mobile-menu .menus .login .last a, #main-header .mobile-menu .menus .logged .last a {
    color: #fff;
}

#main-header .mobile-menu .menus .principal {
    margin-top: 15px;
    border-bottom: 2px solid #4D4D4D;
    padding-bottom: 10px;
}

#main-header .mobile-menu .menus .principal a {
    text-decoration: none;
    font-family: 'Poppins SemiBold';
    color: #4D4D4D;
    font-size: 16px;
}
/* PREFOOTER */

.prefooter .wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

.prefooter .wrap > div {
    margin: 25px 15px;
}
/* FOOTER */

footer {
    background: #4D4D4D;
    padding: 30px 0;
    margin-top: 30px;
}
footer .top {
    background: url(/build/images/logo-pie.svg) no-repeat center;
    width: 310px;
    height: 50px;
    display: block;
    margin: 0 auto 50px;
}
footer .twitter {
    background: url(/build/images/ico-twitter.svg) no-repeat center;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin: 0 3px;
}
footer .facebook {
    background: url(/build/images/ico-facebook.svg) no-repeat center;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin: 0 3px;
}
footer .instagram {
    background: url(/build/images/ico-instagram.svg) no-repeat center;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin: 0 3px;
}
footer .youtube {
    background: url(/build/images/ico-youtube.svg) no-repeat center;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin: 0 3px;
}
footer .whatsapp {
    display: flex;
    flex-flow: column;
    line-height: 20px;
    margin-top: 30px;
    align-items: center;
    text-align: center;
}
footer .whatsapp .img {
    width: 35px;
    height: 35px;
    margin-bottom: 15px;
}
footer .middle {
    display: flex;
    flex-flow: column;
}

footer .middle span, footer .mail a {
    font-family: 'Poppins Medium';
    color: #fff;
    padding-bottom: 15px;
}

footer .mail a {
    font-family: 'Poppins Medium';
    color: #fff;
    display: block;
}

footer a {
    color: #fff;
    text-decoration: none;
    padding-bottom: 15px;
    display: block;
}

footer .candidatos, footer .empresas, footer .condiciones, footer .contacto {
    display: flex;
    flex-flow: column;
    text-align: center;
    margin: 15px 0;
    align-items: center;
}

footer .bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
}

footer .bottom span {
    display: flex;
    flex-flow: row;
    text-align: center;
}
footer .bottom a {
    color: #fff;
    text-decoration: none;
}
footer .bottom .copyright {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-top: 40px;
    font-family: 'Poppins Light';
}

/* CABECERA */

.cabecera {
    position: relative;
    margin-bottom: 50px;
}

.cabecera.home {
    margin-bottom: 0;
}

.cabecera::before {
    content: '';
    background: url('images/banner.jpg') no-repeat;
    height: 230px;
    display: block;
    background-size: cover;
}

.cabecera.home::before {
    height: 230px;
}

.cabecera .oportunidades {
    width: 80%;
    max-width: 400px;
    border-radius: 50px;
    background: #fff;
    font-size: 25px;
    line-height: 30px;
    color: #4D4D4D;
    font-family: 'Poppins SemiBold';
    top: 40%;
    bottom: 50%;
    position: absolute;
    height: 75px;
    padding: 0 0 0 25px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    -webkit-box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.3); 
    box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.3);   
}

.cabecera .oportunidades span {
    font-size: 17px;
    line-height: 25px;
    color: #006DC6;
    font-family: 'Poppins Medium';
}

.cabecera .oportunidades.little {
    /*font-size: 24px;
    line-height: 24px;*/
    font-size: 20px;
    line-height: 16px;
}
.cabecera .oportunidades.little span {
    /*font-size: 17px;
    line-height: 25px;*/
    font-size: 15px;
    line-height: 15px;
}

/* FRANJA TELÉFONO */

.franja-telefono {
    display: none;
}

.franja-telefono-mvl {
    background: #EDF9FC;
    color: #006DC6;
    margin-bottom: 30px;
}

.franja-telefono-mvl .wrap a {
    display: flex;
    flex-flow: column;
    align-items: center;
    height: auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-decoration: none;
    padding: 15px 0;
}

.franja-telefono-mvl .first {
    display: flex;
    align-items: center;
    font-size: 16px;
    padding-bottom: 30px;
}

.franja-telefono-mvl .first .texto-1 span {
    font-size: 27px;
    font-family: 'Poppins SemiBold';
    padding-top: 7px;
    display: block;
}

.franja-telefono-mvl .first .image {
    content: '';
    background: url(/build/images/ico-telefono-franja.svg) no-repeat center;
    width: 74px;
    height: 84px;
    display: block;
    margin-right: 30px;
}

.franja-telefono-mvl .first .texto-2 {
    padding-top: 10px;
}

.franja-telefono-mvl  .first .texto-2 span {
    font-family: 'Poppins SemiBold';
    font-size: 22px;
    display: block;
    padding-top: 6px;
}

.franja-telefono-mvl .last {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.franja-telefono-mvl .last .image {
    background: url(/build/images/ico-whatsapp-franja.svg) no-repeat center;
    width: 35px;
    height: 35px;
    display: block;
    margin-right: 30px;
}

/* FRANJA PÁGINAS */

.paginas {
    padding: 0 0 30px;
}

.paginas .wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.paginas .caja {
    width: 160px;
    height: 132px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.paginas .enlace {
    font-family: 'Poppins Medium';
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    margin: auto;
}

/*.paginas .one-five {
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}*/

.paginas a:nth-child(1) .caja {
    background: url('images/bg-enlace-6.png') no-repeat center;
    background-size: contain;
}

.paginas a:nth-child(2) .caja {
    background: url('images/bg-enlace-1.png') no-repeat center;
    background-size: contain;
}

.paginas a:nth-child(3) .caja {
    background: url('images/bg-enlace-2.png') no-repeat center;
    background-size: contain;
    color: #006DC6;
}

.paginas a:nth-child(4) .caja {
    background: url('images/bg-enlace-3.png') no-repeat center;
    background-size: contain;
}
.paginas a:nth-child(5) .caja {
    background: url('images/bg-enlace-4.png') no-repeat center;
    background-size: contain;
}
.paginas a:nth-child(6) .caja {
    background: url('images/bg-enlace-5.png') no-repeat center;
    background-size: contain;
    color: #006DC6;
}

/* APPS */
.apps {
    background: #006DC6;
    color: #EDF9FC;
}
.apps .wrap {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    height: auto;
    justify-content: center;
}

.apps .first {
    display: flex;
    align-items: center;
}

.apps .image {
    display: none;
}

.apps .texto {
    text-align: center;
    font-size: 17px;
    line-height: 22px;
    color: #fff;
    padding-top: 20px;
}

.apps .enlaces {
    display: flex;
    margin: 20px 0;
    justify-content: center;
    flex-flow: row wrap;
}

.apps .ios a, .apps .android a {
    border-radius: 27px;
    background: #EDF9FC;
    color: #006DC6;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    height: 40px;
    line-height: 18px;
    font-size: 15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    margin: 10px;
}

.apps .ios a::after {
    content: '';
    background: url(/build/images/ico-ios.svg) no-repeat center;
    width: 25px;
    height: 25px;
    display: block;
    margin-left: 10px;
}

.apps .android a::after {
    content: '';
    background: url(/build/images/ico-android.svg) no-repeat center;
    width: 25px;
    height: 25px;
    display: block;
    margin-left: 10px;
}

/* NOVEDADES */
.novedades {
    background: #F9F9F9;
    padding: 30px 0;
    box-shadow: 0px 15px 15px 0px rgba(0,0,0,0.1);
}

.novedades .title, .anuncios .wrap > .title {
    font-family: 'Poppins Bold';
    font-size: 34px;
    color: #4D4D4D;
    margin-bottom: 30px;
}
.novedades .subtitle {
    font-family: 'Poppins Medium';
    font-size: 28px;
    color: #006DC6;
    margin-bottom: 10px;
}
.novedades .contenido {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
}

.novedades .q-es {
    max-width: 512px;
    width: 100%;
    margin-bottom: 45px;
    margin-right: 0px;
}

.novedades .contenido .gif {
    background-image: url('/build/images/noticias.gif');
    width: 500px;
    height: 280px;
}

.novedades .text {
    color: #4D4D4D;
    font-family: 'Poppins Medium';
    font-size: 18px;
    line-height: 26px;
}
.novedades .btn.vernoticias {
    background: #006DC6;
    color: #fff;
    font-family: 'Poppins Medium';
    font-size: 15px;
    border-radius: 23px;
    max-width: 195px;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    margin-top: 25px;
    border: none;
    padding-left: 30px;
}

.novedades a {
    text-decoration: none;
}

.novedades .btn.vernoticias::after {
    content: '';
    background: url('images/ico-noticias.svg') no-repeat;
    width: 23px;
    display: block;
    height: 23px;
    margin-left: 28px;
}


/* FRANJA ANUNCIOS */

/*.anuncios {
    padding: 45px;
}*/
.anuncios.home {
    padding: 20px 0;
}
.anuncios.home .listado, .categorias .anuncios, .anuncios:not(.home) .wrap {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    min-height: 300px;
}

.anuncios .wrap > .title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
}

.anuncios .wrap > .title a {
    font-family: 'Poppins Medium';
    font-size: 20px;
    line-height: 30px;
}

.anuncios .anuncio a {
    text-decoration: none;
}

.anuncios .anuncio {
    width: 280px;
    border-radius: 10px;
    background: #EDF9FC;
    display: flex;
    justify-content: center;
    padding: 15px;
    height: 450px;
    /*margin-bottom: 20px;*/
    margin: 0 10px 20px
}
.anuncios.publicados {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    margin-top: 30px;
}
.anuncios.publicados .anuncio {
    width: 280px;
    border-radius: 10px;
    background: #EDF9FC;
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    padding: 15px;
    min-height: 450px;
    height: 100%;
    margin-bottom: 20px;
}

.anuncios.publicados .aviso {
    margin-bottom: 30px;
}

.anuncios.publicados .actions {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.anuncios .anuncio .imagen {
    background: #fff;
    width: 250px;
    height: 250px;
}

.anuncios .anuncio img {
    width: 250px;
    height: 250px;
    object-fit: contain;
    object-position: center;
}

.anuncio .titulo {
    font-family: 'Poppins Bold';
    font-size: 20px;
    color: #006DC6;
    padding: 14px 0;
    line-height: 24px;
}

.anuncio .bottom {
    font-family: 'Poppins Medium';
    font-size: 12px;
    line-height: 15px;
    color: #999999;
}

/* ANUNCIO SINGLE */

.anuncio-single .datos {
    font-size: 14px;
    color: #c3007b;
}

.anuncio-single .content {
    display: flex;
    flex-flow: column-reverse;
}

.anuncio-single .left {
    width: 100%; 
}

.anuncio-single .left .description {
    background: #EDF9FC;
    padding: 20px;
    margin: 20px 0;
    border-radius: 10px;
}

.anuncio-single .left .description h1, .anuncio-single .left .description h2, .anuncio-single .left .description h3, .anuncio-single .left .description h4, .anuncio-single .left .description h5 {
    margin-bottom: 20px;
    font-size: 1.5em;
    font-family: 'Poppins SemiBold';
}

.anuncio-single .left .description h2 {
    font-size: 1.4em;
}

.anuncio-single .left .description h3 {
    font-size: 1.3em;
}

.anuncio-single .left .description h4 {
    font-size: 1.2em;
}

.anuncio-single .left .description h5 {
    font-size: 1.1em;
}

.anuncio-single .left hr {
    max-width: 400px;
    width: 100%;
    margin: 10px 0;
    color: #c3007b;
}
.anuncio-single .apartado {
    /*display: flex;*/
    margin: 10px 0;
    /*min-width: calc(50% - 10px);*/
    width: 100%;
}
.anuncio-single .apartado.enlace {
    word-break: break-all;
    display: none;
}
.anuncio-single .apartado .title {
    font-family: 'Poppins SemiBold';
    margin-right: 10px;
    display: inline;
}
.anuncio-single .apartado .contenido-apt {
    display: inline;
}

.anuncio-single .left .description p:first-of-type {
    margin-top: 0;
}

.anuncio-single .left .info .contenido {
    display: flex;
    flex-flow: column;
}

.anuncio-single .right {
    width: 100%;
}

.anuncio-single .right .info-empresa {
    margin: 30px 0;
    margin: 30px 0;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    border-radius: 9px;
    padding: 15px;
    font-size: 15px;
}

.anuncio-single .right .info-empresa .image {
    width: 270px;
    height: 270px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
}

.anuncio-single .right .info-empresa .image img {
    max-width: 270px;
    width: 100%;
    margin: 0 auto 20px;
    display: block;
}

.anuncio-single .right .nombre {
    font-family: 'Poppins Medium';
    text-align: center;
    font-size: 17px;
    margin-bottom: 20px;
}

.anuncio-single .right .municipio {
    font-family: 'Poppins Bold';
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
}

.anuncio-single .right a {
    text-decoration: none;
    color: #4D4D4D;
}

.anuncio-single .right .contacto-empresa {
    max-width: 270px;
    width: 100%;
    margin: 0 auto;
}
.anuncio-single .right .email, .anuncio-single .right .phone {
    border: 1px solid #4D4D4D;
    padding: 10px 0px;
    color: #4D4D4D;
    margin: 10px 0;
    border-radius: 6px;
    text-align: center;
    border-radius: 25px;
}

.anuncio-single .right .phone {
    border: 1px solid #006DC6;
    background: #006DC6;
    color: #fff;
}

.volver {
    margin-bottom: 30px;
}

.volver a {
    font-family: 'Poppins Bold';
    text-decoration: none;
}

/* Formularios */

form > div, #edit_extra_user > div, #edit_pass_user > div, #edit_extra_user fieldset {
    margin: 15px 0;
}

form > div > label, #edit_extra_user > div > label, #edit_pass_user > div > label, #edit_extra_user legend {
    width: 225px;
    display: inline-block;
    font-family: 'Poppins Medium';
    color: #4d4d4d;
    /*margin-left: 20px;*/
}

form .required::after {
    content: '*';
    color: #c3007b;
    margin-left: 2px;
    font-size: 0.7em;
    vertical-align: top;
}

form .form-check .required::after {
    content: '';
}

/******** ########## **********/
/*.form-datos form > div, #edit_extra_user .form-group {
    display: flex;
    flex-flow: column;
}*/

.form-datos form > div input {
    max-width: 255px;
    /*margin-left: 20px;*/
    margin-top: 10px;
    width: 100%;
}

#edit_extra_user .form-group select, .newpost-form select, .newpost-form input {
    /*margin-left: 20px;*/
    margin-top: 10px;
}

#cke_post_description {
    margin-left: 0 !important;
}

.newpost-form legend {
    margin-left: 0;
}

.newpost-form > div {
    flex-flow: column;
}

/*.newpost-form > div {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}*/

/******** ########## **********/



.newpost-form legend {
    width: 225px;
    display: inline-block;
    font-family: 'Poppins Medium';
    color: #4d4d4d;
}

#post_concepto {
    border: 1px solid #B3B3B3;
    border-radius: 15px;
    height: 150px;
    width: 255px;
    margin-left: 20px;
}

input, select {
    height: 34px;
    border-radius: 50px;
    border:1px solid #B3B3B3;
    padding: 0 10px;
    font-family: 'Poppins Light';
    color: #808080;
}

input[type="radio"] {
    height: unset;
    margin: 0 5px 0 0;
}

.custom-file-input {
    border-radius: unset;
    border: none;
    padding-left: 0;
}

select {
    height: 34px;
    max-width: 255px;
    width: 100%;
}

input[type="checkbox"] {
    height: unset;
}

fieldset, fieldset.disponibilidad-geografica, fieldset.que-busca, fieldset.sectores, fieldset.permiso-conducir {
    display: flex;
    flex-flow: column;
}

form legend, fieldset.disponibilidad-geografica legend, fieldset.que-busca legend, fieldset.sectores legend, fieldset.permiso-conducir legend {
    float: left;
    min-width: 225px;
}

#edit_extra_user_disponibilidadGeografica div, #edit_extra_user_busca div, #edit_extra_user_sectores div, #edit_extra_user_permisoConducir div, #post_postType div  {
    margin: 10px 0 10px 20px;
}

#edit_extra_user_disponibilidadGeografica input, #edit_extra_user_busca input, #edit_extra_user_sectores input, #edit_extra_user_permisoConducir input, #post_postType input {
    margin-left: 0;
}


.newpost-form legend {
    font-family: 'Poppins Medium';
    color: #4d4d4d;
}

.newpost-form input, .newpost-form select {
    max-width: 255px;
    width: 100%;
}

.newpost-form input[type="checkbox"], .newpost-form input[type="radio"] {
    width: unset;
}

.newpost-form label .invalid-feedback.d-block, .registrologin-form label .invalid-feedback.d-block {
    display: none;
}

.newpost-form .form-tipo {
    display: flex;
    align-items: flex-start;
    flex-flow: column;
}
/*.newpost-form .form-niveles {
    display: flex;
    align-items: center;
}*/
#post_lugarDesarrollo .form-check {
    display: flex;
    align-items: center;
}


.newpost-form .form-tipo div {
    margin-top: 0;
    margin-bottom: 0;
}

.newpost-form.edit .vich-image {
    display: flex;
    flex-flow: column-reverse;
}

.newpost-form.edit .vich-image .custom-file, .newpost-form.edit .vich-image .form-group {
    margin-top: 15px;
}

.form-error {
    margin: 0;
}

.form-error .invalid-feedback {
    margin-left: 20px;
    font-size: 14px;
}

.form-error .badge-danger {
    background: #dc3545;
}
#post_postType {
    display: flex;
    margin: 0;
}

#post_postType .form-check {
    display: flex;
    align-items: center;
}

.form-tipo .form-group {
    display: flex;
    align-items: center;
}

#cke_post_description {
    margin: 15px 0px 15px 20px;
    width: 100%;
}

/* Form new post */

.newpost-form > div > div {
    margin: 15px 0;
}

.newpost-form > div > div > label {
    width: 225px;
    display: inline-block;
    font-family: 'Poppins Medium';
    color: #4d4d4d;
    margin-left: 20px;
}

form small {
    display: block;
    font-size: 12px;
    margin-top: 10px;
    margin-left: 20px;
}


/* Mi cuenta */
.cuenta {
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
    flex-flow: column;
}
.cuenta .sidebar {
    width: 100%;
    font-size: 16px;
    font-family: 'Poppins Medium';
}

.cuenta .collapse-box {
    margin-bottom: 15px;
}

.cuenta .collapse-title {
    border-top: 1px solid #e6e6e6;
    color: #2a3744;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 10px;
    padding-top: 15px;
    text-transform: uppercase;
}

.cuenta .sidebar ul li {
    font-family: 'Poppins Medium';
    margin: 10px 0 14px 10px;
    font-size: 14px;
}

.cuenta .sidebar ul li a {
    color:#4D4D4D;
    text-decoration: none;
}

.cuenta .contenido {
    width: 100%;
    margin-top: 50px;
}

.cuenta .form-datos-extra form, .cuenta .form-password form {
    display: none;
}

.cuenta .form-title {
    background: #EDF9FC;
    padding: 15px 20px;
    font-family: 'Poppins Medium';
    font-size: 16px;
    color: #4D4D4D;
    text-transform: uppercase;
    margin-bottom: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.cuenta .form-title:after {
    content: '';
    background: url('images/ico-noticias.svg') no-repeat;
    max-width: 16px;
    width: 100%;
    display: block;
    height: 16px;
    margin-left: 28px;
    -ms-transform: rotate(90deg); /* IE 9 */
    transform: rotate(90deg);
    
}

.soy-empresa {
    margin-top: 30px;
    line-height: 25px;
}

.soy-empresa + .aviso {
    margin-top: 20px;
    margin-bottom: 50px;
}

form button {
    background: #006DC6;
    color: #fff;
    padding: 6px 20px 6px 32px;
    font-family: 'Poppins Medium';
    font-size: 15px;
    border-radius: 23px;
    max-width: 154px;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 33px 0 30px 20px;
    border: none;
    cursor: pointer;
}

form button::after {
    content: '';
    background: url('images/ico-noticias.svg') no-repeat;
    width: 23px;
    display: block;
    height: 23px;
    margin-left: 28px;
    margin-left: 12px;
    width: 14px;
    height: 14px;
}

.registrologin-form {
    max-width: 490px;
    margin: 50px auto;
    background: #EDF9FC;
    padding: 20px;
    border-radius: 10px;

}

.registrologin-form .form-pass legend {
    display: none;
}

.registrologin-form .form-pass {
    margin: 0;
}

#registration_form_plainPassword .form-group {
    display: flex;
    flex-flow: column;
    margin: 0 0 15px;
}

.registrologin-form > div {
    display: flex;
    flex-flow: column;
}

.registrologin-form label {
    width: 200px;
    display: inline-block;
    margin-left: 0;
    color: #4d4d4d;
    font-family: 'Poppins Medium';
}
.registrologin-form .form-check {
    display: flex;
}
.registrologin-form input[type="checkbox"] {
    margin-left: 0;
    margin-right: 10px;
}

.registrologin-form .terms label {
    max-width: 450px;
    width: 100%;
}

.registrologin-form .terms {
    display: flex;
    flex-flow: row-reverse;
    justify-content: flex-end;
    margin-top: 30px;
    line-height: 20px;
}


h1.title {
    font-size: 25px;
    font-family: 'Poppins SemiBold';
    color: #4D4D4D;
    /*border-bottom: 2px solid #4D4D4D;*/
    padding-bottom: 10px;
}

h2.info-title {
    font-size: 20px;
    font-family: 'Poppins SemiBold';
    color: #006DC6;
    /*border-bottom: 2px solid #4D4D4D;*/
    margin-bottom: 10px;
}

.registrologin-form .bottom {
    /*display: flex;
    justify-content: space-between;*/
    margin-top: 20px;
    justify-content: center;
}

.registrologin-form .bottom a {
    text-align: center;
}

.registrologin-form button {
    margin: 30px auto;
}

.registrologin-form .checkbox label {
    font-family: 'Poppins Light';
}

.registrologin-form .checkbox input {
    margin-left: 0;
}

#registration_form_plainPassword {
    width: 100%;
}

.login-registro {
    max-width: 450px;
    text-align: center;
    margin: 0 auto 30px;
}

.login-registro hr {
    
    margin-bottom: 30px;
}

.login-registro .btn {
    background: #006DC6;
    color: #fff;
    padding: 12px 23px 12px 23px;
    font-family: 'Poppins Medium';
    font-size: 16px;
    border-radius: 23px;
    display: flex;
    align-items: center;
    margin: 20px auto;
    border: none;
    cursor: pointer;
    text-decoration: none;
    max-width: max-content;
    width: 100%;
    height: 36px;
}


.login-registro .btn::after {
    content: '';
    background: url('images/ico-noticias.svg') no-repeat;
    width: 23px;
    display: block;
    height: 23px;
    margin-left: 28px;
    margin-left: 12px;
    width: 14px;
    height: 14px;
}


.cambiar-pass {
    min-height: 300px;
}

.cambiar-pass .aviso {
    margin-bottom: 30px;
}

.cambiar-pass form {
    margin: 40px 0 0;
}

.cambiar-pass form label, .cambiar-pass form select {
    margin-left: 0 !important;
    max-width: 200px !important;
    margin: 15px 0;
}

.cambiar-pass form button {
    margin-top: 30px;
    margin-left: 0 !important;
}

.cambiar-pass .alert-danger li {
    padding: 20px;
}


/* ALERTS */
.overlay {
    height: 100vh;
    width: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
.alert-popup-eliminar {
    display: none;
}
.alert-popup, .alert-popup-eliminar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1000;
    max-width: 500px;
    width: 100%;
    height: max-content;
    padding: 25px;
    line-height: 25px;
    font-family: 'Poppins Light';
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.5);
    border-radius: 10px;
    color: #4D4D4D;
    background: #fff;
}

.alert-popup .titulo, .alert-popup-eliminar .titulo {
    text-align: center;
    font-family: 'Poppins Medium';
    color: #c3007b;
    margin-bottom: 15px;
    font-size: 1.1em;
}
.alert-popup .cerrar {
    text-align: center;
    margin: 20px 0 0;
    display: flex;
    justify-content: center;
}
.alert-popup .btn-cerrar, .alert-popup-eliminar .btn-cerrar {
    background: #006DC6;
    color: #EDF9FC;
    padding: 7px 40px;
    border-radius: 35px;
    border: none;
    font-family: 'Poppins Medium';
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.alert-popup .btn-cerrar:after {
    content: '';
    background: url('images/ico-noticias.svg') no-repeat;
    width: 15px;
    display: block;
    height: 15px;
    margin-left: 10px;
}

.alert-popup-eliminar .btn-cerrar {
    font-size: 15px;
}

.alert-popup-eliminar .btn-aceptar {
    background: #c3007b;
    color: #fff;
    padding: 7px 40px;
    border-radius: 35px;
    border: none;
    font-family: 'Poppins Medium';
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    font-size: 15px;
}

.alert-popup-eliminar .acciones {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    margin-bottom: 30px;
    width: 100%;
    line-height: 23px;
    padding: 20px;
    display: inline-block !important;
} 

.alert-danger .mensaje {
    padding: 20px;
} 

.alert-danger .d-block {
    padding: 20px;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
} 

.form-error .badge-danger {
    display: none;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
}

.alert-success .mensaje {
    padding: 25px;
}

.alert .d-block {
    display: block;
    margin: 5px 0;
}

/* ANIMACION HOME */

.animacion-home {
    width: 550px;
    height: 350px;
}


/* LISTADO DE NOTICIAS */
.noticias a {
    text-decoration: none;
}
.noticias .content p {
    margin: 10px 0;
    line-height: 25px;
}
.noticia {
    display: flex;
    flex-flow: column;
    margin: 50px 0;
}
.noticia .left {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}
/*.noticia .image-bg {
    border-radius: 10px;
    background-size: cover !important;
    box-shadow: 0px 0px 40px #80808073;
    max-width: 400px;
    width: 100%;
    height: 250px;
}*/

.noticia .image {
    max-width: 370px;
    width: 100%;
    box-shadow: 0px 0px 40px #80808073;
    border-radius: 10px;
    margin-right: 30px;
    height: 250px;
}

.noticia .image img {
    width: 370px;
    max-height: 250px;
    border-radius: 10px;
    object-fit: cover;
    object-position: left;
    height: 100%;
    max-width: 370px;
}

.noticia .title {
    font-family: "Poppins Bold";
    font-size: 24px;
    line-height: 1;
    margin-bottom: 19px;
    color: #4D4D4D;
    line-height: 1.2;
    letter-spacing: 0.3px;
    word-spacing: 1.6px;
    margin-bottom: 5px;
}

.noticia .date {
    font-family: "Poppins Medium";
    font-size: 14px;
    margin-bottom: 15px;
    color: #c3007b;
    margin-top: 7px;
}

.noticia .content {
    font-family: "Poppins Medium";
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 7px;
    color: #888888;
    margin-top: 15px;
}

.content-noticia .cuerpo img {
    width: 100% !important;
    height: auto !important;
}

.content-noticia hr {
    margin: 25px 0;
}

.noticia .more {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    font-size: 12px;
    padding: 10px;
    margin-top: 15px;
    width: 80px;
    border-radius: 5px;
    text-align: center;
}

/* NAVEGACION */
.navigation {
    margin-bottom: 30px;
    margin-top: 50px;
}
.navigation .pagination {
    text-align: center;
}
.navigation span {
    margin: 0 5px;
}
.navigation a {
    text-decoration: none;
    color: #4D4D4D;
}

.navigation .current {
    font-family: 'Poppins SemiBold';
}

.content-noticia .image, .content-page .image {
    /*border-radius: 10px;
    background-size: cover !important;
    box-shadow: 0px 0px 40px #80808073;
    width: 100%;
    height: 600px;
    background-repeat: no-repeat !important;
    background-position: center !important;*/
    border-radius: 10px;
    width: 100%;
    /*max-height: 550px;*/
    object-fit: cover;
    object-position: center;
}
.content-noticia .title, .content-page .title {
    font-family: "Poppins Bold";
    font-size: 24px;
    line-height: 1;
    margin-bottom: 19px;
    color: #4D4D4D;
    line-height: 1.2;
    letter-spacing: 0.3px;
    word-spacing: 1.6px;
    margin-bottom: 5px;
}

.content-noticia .date {
    font-family: "Poppins Medium";
    font-size: 14px;
    margin-bottom: 15px;
    color: #c3007b;
    margin-top: 7px;
}

/* ANUNCIOS */

.types-filter {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    background: #f8f8f8;
    margin-bottom: 50px;
    align-items: center;
}

.types-filter .left {
    display: flex;
    justify-content: flex-start;
}

.types-filter .right #form {
    display: flex;
    justify-content: flex-end;
    margin: 0;
}

.types-filter .right #form #form_buscar {
    margin-top: 0;
    margin-bottom: 0;
    min-width: 125px;
    margin-left: 20px;
    margin-right: 35px;
}

.types-filter .right #form #form_busqueda {
    margin-left: 0;
}

.types-filter .right #form label {
    display: none;
}

.types-filter + .busqueda {
    margin-bottom: 50px;
}


.types-filter .filter {
    padding: 20px 0 20px 20px;
}

.types-filter .filter a {
    text-decoration: none;
    font-size: 13px;
    color: #333;
}

.badge {
    color: #fff;
    background-color: #c3007b;;
    border-color: #c3007b;;
    min-width: 10px;
    padding: 3px 6px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;
}

#delete_user_delete {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
}

.ch-cookie-consent {
    position: fixed;
    top: 20%;
    width: 100% !important;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.37);
    max-width: 500px;
}

.ch-cookie-consent__category {
    align-items: center;
}

.ch-cookie-consent__title {
    margin-bottom: 25px;
}

.ch-cookie-consent__intro, .ch-cookie-consent__read-more {
    display: inline !important;
}

@media only screen and (min-width: 716px) {
    .paginas .enlace.mobile {
        display: none;
    }
}

@media only screen and (min-width: 716px) {
    .apps .texto {
        padding-top: 0;
    }

    .novedades .q-es {
        margin-right: 40px;
    }

    .novedades .contenido {
        flex-flow: row;
    }
}

@media only screen and (min-width: 860px) {
    .cuenta {
        flex-flow: row;
    }

    .cuenta .sidebar {
        max-width: 280px;
    }

    .cuenta .contenido {
        margin-left: 40px;
        margin-top: 0;
    }

    #edit_extra_user .form-group select, .newpost-form select, .newpost-form input {
        margin-top: 0;
    }
}

@media only screen and (min-width: 900px) {
    /* ANUNCIO */

    .anuncio-single .datos {
        font-size: 14px;
        color: #c3007b;
    }

    .anuncio-single .content {
        flex-flow: row;
    }

    .anuncio-single .left {
        margin-right: 30px;   
        width: 100%; 
    }

    .anuncio-single .left .description {
        background: #EDF9FC;
        padding: 20px;
        margin: 30px 0;
        border-radius: 10px;
    }

    .anuncio-single .left hr {
        width: 400px;
        margin: 10px 0;
        color: #c3007b;
    }
    .anuncio-single .apartado {
        /*display: flex;*/
        margin: 10px 0;
        min-width: calc(50% - 10px);
        max-width: calc(50% - 10px);
        margin-right: 10px;
    }

    .anuncio-single .apartado:nth-child(2n) {
        margin-left: 10px;
        margin-right: 0;
    }
    .anuncio-single .apartado .title {
        font-family: 'Poppins SemiBold';
        margin-right: 10px;
        display: inline;
    }
    .anuncio-single .apartado .contenido-apt {
        display: inline;
    }

    .anuncio-single .left .description p:first-of-type {
        margin-top: 0;
    }

    .anuncio-single .left .info .contenido {
        /*max-height: 220px;*/
        display: flex;
        /*flex-flow: column wrap;*/
        flex-flow: row wrap;
    }

    .anuncio-single .right {
        width: 300px;
        min-width: 300px;
    }

    .anuncio-single .right .info-empresa {
        margin: 30px 0;
        margin: 30px 0;
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
        border-radius: 9px;
        padding: 15px;
        font-size: 15px;
    }

    .anuncio-single .right .info-empresa .image {
        width: 270px;
        height: 270px;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .anuncio-single .right .info-empresa .image img {
        max-width: 270px;
        width: 100%;
        margin: 0 auto 20px;
        display: block;
    }

    .anuncio-single .right .nombre {
        font-family: 'Poppins Medium';
        text-align: center;
        font-size: 17px;
        margin-bottom: 20px;
    }

    .anuncio-single .right .municipio {
        font-family: 'Poppins Bold';
        text-align: center;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .anuncio-single .right a {
        text-decoration: none;
        color: #4D4D4D;
    }

    .anuncio-single .right .email, .anuncio-single .right .phone {
        border: 1px solid #4D4D4D;
        padding: 10px 0px;
        color: #4D4D4D;
        margin: 10px 0;
        border-radius: 6px;
        text-align: center;
        border-radius: 25px;
    }

    .anuncio-single .right .phone {
        border: 1px solid #006DC6;
        background: #006DC6;
        color: #fff;
    }

    .volver {
        margin-bottom: 30px;
    }

    .volver a {
        font-family: 'Poppins Bold';
        text-decoration: none;
    }
}

@media only screen and (min-width: 1060px) {
    .paginas .wrap {
        justify-content: space-between;
    }
    
    .paginas .caja {
        width: 200px;
        font-size: 20px;
    }

}


@media only screen and (min-width: 1170px) {
    /* HEADER */
    .mobile-menu {
        display: none;
    }
    .desktop-menu {
        display: block;
    }

    #main-header .desktop-menu {
        display: flex;
        max-height: 103px;
        height: 103px;
    }
    #main-header .desktop-menu .logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #main-header .desktop-menu .logo img {
        max-width: 267px;
        width: 267px;
    }

    #main-header .desktop-menu .menus {
        display: flex;
        flex-flow: column;
        width: 100%;
    }

    #main-header .desktop-menu .menus .login ul, #main-header .desktop-menu .menus .logged ul {
        margin-top: 0;
    }

    #main-header .desktop-menu .menus ul {
        display: flex;
        flex-flow: row wrap;
        padding: 0;
        justify-content: flex-end;
    }

    #main-header .desktop-menu .menus ul li {
        list-style: none;
        margin: 0 10px;
    }

    #main-header .desktop-menu .menus .login a, #main-header .desktop-menu .menus .logged a {
        text-decoration: none;
        font-size: 14px;
        text-transform: uppercase;
        font-family: 'Poppins SemiBold';
    }

    #main-header .desktop-menu .menus .login .first, #main-header .desktop-menu .menus .logged .first {
        color: #c9adbe;
        padding: 13px 0 17px;
        display: flex;
        align-items: center;
    }

    #main-header .desktop-menu .menus .logged .first {
        margin-right: 0;
    }

    #main-header .desktop-menu .menus .logged .logout {
        padding: 13px 0 17px;
        display: flex;
        align-items: center;
    }

    #main-header .desktop-menu .menus .logged .logout a {
        color: #4D4D4D;
    }

    #main-header .desktop-menu .menus .logged .logout::before {
        content: '|';
        margin-right: 10px;
    }

    #main-header .desktop-menu .menus .login .first::before, #main-header .desktop-menu .menus .logged .first::before {
        content: '';
        background: url('images/ico-micuenta.svg') no-repeat;
        display: block;
        width: 23px;
        height: 18px;
        margin-right: 10px;
    }

    #main-header .desktop-menu .menus .login .first a, #main-header .desktop-menu .menus .logged .first a {
        color: #c3007b;
    }

    #main-header .desktop-menu .menus .login .last, #main-header .desktop-menu .menus .logged .last {
        background: #4D4D4D;
        border-radius: 0px 0px 10px 10px;
        padding: 13px 20px 17px;
    }

    #main-header .desktop-menu .menus .login .last a, #main-header .desktop-menu .menus .logged .last a {
        color: #fff;
    }

    #main-header .desktop-menu .menus .principal {
        margin-top: 25px;
        margin-bottom: 20px;
    }

    #main-header .desktop-menu .menus .principal a {
        text-decoration: none;
        font-family: 'Poppins SemiBold';
        color: #4D4D4D;
        font-size: 16px;
    }

    /* FOOTER */

    footer {
        background: #4D4D4D;
        padding: 30px 0;
        margin-top: 50px;
    }
    footer .top {
        background: url(/build/images/logo-pie.svg) no-repeat center;
        width: 310px;
        height: 50px;
        display: block;
        margin: 0 auto 50px;
    }
    footer .twitter {
        background: url(/build/images/ico-twitter.svg) no-repeat center;
        width: 35px;
        height: 35px;
        display: inline-block;
        margin: 0 3px;
    }
    footer .facebook {
        background: url(/build/images/ico-facebook.svg) no-repeat center;
        width: 35px;
        height: 35px;
        display: inline-block;
        margin: 0 3px;
    }
    footer .instagram {
        background: url(/build/images/ico-instagram.svg) no-repeat center;
        width: 35px;
        height: 35px;
        display: inline-block;
        margin: 0 3px;
    }
    footer .youtube {
        background: url(/build/images/ico-youtube.svg) no-repeat center;
        width: 35px;
        height: 35px;
        display: inline-block;
        margin: 0 3px;
    }

    footer .middle {
        display: flex;
        justify-content: space-between;
        flex-flow: row;
    }

    footer .middle span, footer .mail a {
        font-family: 'Poppins Medium';
        color: #fff;
        padding-bottom: 15px;
    }

    footer .mail a {
        font-family: 'Poppins Medium';
        color: #fff;
        display: block;
    }

    footer a {
        color: #fff;
        text-decoration: none;
        padding-bottom: 15px;
        display: block;
    }

    footer .candidatos, footer .empresas, footer .condiciones, footer .contacto {
        display: flex;
        flex-flow: column;
        text-align: center;
        margin: 0;
    }

    footer .bottom {
        display: flex;
        
        justify-content: center;
        align-items: center;
        font-size: 14px;
        color: #fff;
    }

    footer .bottom a {
        color: #fff;
        text-decoration: none;
    }
    footer .bottom .copyright {
        display: flex;
        flex-flow: row;
        font-family: 'Poppins Light';
    }

    footer .bottom .copyright span {
        margin-left: 3px;
    }

    footer .whatsapp {
        display: flex;
        flex-flow: row;
        text-align: left;
        line-height: 20px;
        margin-top: 30px;
        align-items: flex-start;
    }
    footer .whatsapp .img {
        width: 35px;
        height: 35px;
        margin-right: 14px;
        margin-bottom: 0;
    }

    /* CABECERA */

    .cabecera {
        position: relative;
        margin-bottom: 50px;
    }

    .cabecera.home {
        /*margin-bottom: 30px;*/
        margin-bottom: 0;
    }

    .cabecera::before {
        content: '';
        background: url('images/banner.jpg') no-repeat;
        height: 250px;
        display: block;
        background-size: cover;
    }

    .cabecera.home::before {
        height: 450px;
    }

    .cabecera .oportunidades {
        width: 515px;
        border-radius: 50px;
        background: #fff;
        font-size: 39px;
        line-height: 46px;
        color: #4D4D4D;
        font-family: 'Poppins SemiBold';
        top: 40%;
        bottom: 50%;
        position: absolute;
        height: 101px;
        padding: 0 0 0 42px;
        display: flex;
        flex-flow: column;
        justify-content: center;
        -webkit-box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.3); 
        box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.3);
        max-width: unset;
    }

    .cabecera .oportunidades.error {
        font-size: 35px;
    }

    .cabecera .oportunidades span {
        font-size: 25px;
        line-height: 30px;
        color: #006DC6;
        font-family: 'Poppins Medium';
    }

    .cabecera .oportunidades.little {
        font-size: 33px;
        line-height: 31px;
    }
    .cabecera .oportunidades.little span {
        font-size: 22px;
        line-height: 28px;
    }

    /* FRANJA TELÉFONO */

    .franja-telefono-mvl {
        display: none;
    }

    .franja-telefono {
        background: #EDF9FC;
        color: #006DC6;
        margin-bottom: 30px;
        display: block;
    }

    .franja-telefono .wrap a {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        height: auto;
        justify-content: center;
        align-items: center;
        width: 100%;
        text-decoration: none;
        height: 87px;
    }

    .franja-telefono .first {
        display: flex;
        align-items: center;
        font-size: 16px;
        padding-right: 30px;
        border-right: 1px solid;
        height: 60px;
    }

    .franja-telefono .first span {
        font-size: 27px;
        font-family: 'Poppins SemiBold';
        padding-top: 7px;
        display: block;
    }

    .franja-telefono .first .image {
        content: '';
        background: url(/build/images/ico-telefono-franja.svg) no-repeat center;
        width: 74px;
        height: 84px;
        display: block;
        margin-right: 30px;
        position: relative;
        bottom: -7px;
    }

    .franja-telefono .center {
        display: flex;
        align-items: center;
        font-size: 20px;
        padding: 0 30px;
        border-right: 1px solid;
        height: 60px;
    }

    .franja-telefono .center span {
        font-family: 'Poppins SemiBold';
        font-size: 22px;
        display: block;
        padding-top: 6px;
    }

    .franja-telefono .last {
        display: flex;
        align-items: center;
        font-size: 16px;
        padding-left: 30px;
    }

    .franja-telefono .last .image {
        background: url(/build/images/ico-whatsapp-franja.svg) no-repeat center;
        width: 35px;
        height: 35px;
        display: block;
        margin-right: 20px;
    }

    /* FRANJA PÁGINAS */
    .paginas {
        padding: 0 0 30px;
    }

    /*.paginas .enlace {
        width: 17.7%;
        margin: 0;
        margin-left: 2.87%;
    }*/

    /*.paginas .enlace:nth-child(1) {
        margin-left: 0;
    }*/

    .paginas .caja {
        /*height: 132px;*/
        font-size: 20px;
    }

    /*.paginas a:nth-child(1) .one-five {
        background: url('images/bg-enlace-1.png') no-repeat;
        background-size: cover;
    }

    .paginas a:nth-child(2) .one-five {
        background: url('images/bg-enlace-2.png') no-repeat;
        background-size: cover;
        color: #006DC6;
    }

    .paginas a:nth-child(3) .one-five {
        background: url('images/bg-enlace-3.png') no-repeat;
        background-size: cover;
    }
    .paginas a:nth-child(4) .one-five {
        background: url('images/bg-enlace-4.png') no-repeat;
        background-size: cover;
    }
    .paginas a:nth-child(5) .one-five {
        background: url('images/bg-enlace-5.png') no-repeat;
        background-size: cover;
        color: #006DC6;
    }*/

    /* APPS */

    .apps {
        background: #006DC6;
        color: #EDF9FC;
    }
    .apps .wrap {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: flex-start;
        height: 87px;
    }

    .apps .first {
        display: flex;
        margin: 0 79px 0 64px;
        align-items: center;
    }

    .apps .image {
        content: '';
        background: url(/build/images/ico-movil.svg) no-repeat center;
        width: 74px;
        height: 84px;
        display: block;
        margin-right: 30px;
        position: relative;
        bottom: -6px;
        
    }

    .apps .texto {
        text-align: center;
        font-size: 20px;
        line-height: 25px;
        color: #fff;
    }

    .apps .enlaces {
        display: flex;
        margin: 0;
    }

    .apps .ios {
        margin-right: 58px;
    }

    .apps .ios a, .apps .android a {
        border-radius: 27px;
        background: #EDF9FC;
        color: #006DC6;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 208px;
        height: 54px;
        line-height: 21px;
        font-size: 18px;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    }

    .apps .ios a::after {
        content: '';
        background: url(/build/images/ico-ios.svg) no-repeat center;
        width: 25px;
        height: 25px;
        display: block;
        margin-left: 10px;
    }

    .apps .android a::after {
        content: '';
        background: url(/build/images/ico-android.svg) no-repeat center;
        width: 25px;
        height: 25px;
        display: block;
        margin-left: 10px;
    }

    /* NOVEDADES */
    .novedades {
        background: #F9F9F9;
        padding: 50px 0;
        box-shadow: 0px 15px 15px 0px rgba(0,0,0,0.1);
    }

    .novedades .title {
        font-family: 'Poppins Bold';
        font-size: 39px;
        color: #4D4D4D;
        margin-bottom: 35px;
    }
    .novedades .subtitle {
        font-family: 'Poppins Medium';
        font-size: 33px;
        color: #006DC6;
        margin-bottom: 10px;
    }
    .novedades .contenido {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .novedades .q-es {
        max-width: 512px;
        width: 100%;
        margin-bottom: 0;
    }

    .novedades .contenido .gif {
        background-image: url('/build/images/noticias.gif');
        width: 500px;
        height: 280px;
    }

    .novedades .text {
        color: #4D4D4D;
        font-family: 'Poppins Medium';
        font-size: 20px;
        line-height: 30px;
    }
    .novedades .btn.vernoticias {
        background: #006DC6;
        color: #fff;
        font-family: 'Poppins Medium';
        font-size: 17px;
        border-radius: 23px;
        max-width: 212px;
        width: 100%;
        height: 45px;
        display: flex;
        align-items: center;
        margin-top: 33px;
        border: none;
        padding-left: 30px;
    }

    .novedades a {
        text-decoration: none;
    }

    .novedades .btn.vernoticias::after {
        content: '';
        background: url('images/ico-noticias.svg') no-repeat;
        width: 23px;
        display: block;
        height: 23px;
        margin-left: 28px;
    }


    /* FRANJA ANUNCIOS */

    /*.anuncios {
        padding: 45px;
    }*/
    .anuncios.home {
        padding: 45px 0;
    }
    .anuncios.home .listado, .categorias .anuncios, .anuncios:not(.home) .wrap {
        display: flex;
        justify-content: space-between;
        flex-flow: row wrap;
        min-height: 300px;
    }
    .anuncios .anuncio a {
        text-decoration: none;
    }

    .anuncios .anuncio {
        width: 280px;
        border-radius: 10px;
        background: #EDF9FC;
        display: flex;
        justify-content: center;
        padding: 15px;
        height: 450px;
        margin: 0;
        margin-bottom: 20px;
    }
    .anuncios.publicados {
        display: flex;
        justify-content: space-between;
        flex-flow: row wrap;
        margin-top: 30px;
    }
    .anuncios.publicados .anuncio {
        width: 250px;
        border-radius: 10px;
        background: #EDF9FC;
        display: flex;
        justify-content: space-between;
        flex-flow: column;
        padding: 15px;
        min-height: 450px;
        height: 100%;
        margin-bottom: 20px;
    }

    

    .anuncios.publicados .actions {
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
    }

    .anuncios .anuncio .imagen {
        background: #fff;
        width: 250px;
        height: 250px;
    }

    .anuncios .anuncio img {
        width: 250px;
        height: 250px;
        object-fit: contain;
        object-position: center;
    }
    
    .anuncios.publicados .imagen, .anuncios.publicados img {
        width: 220px;
        height: 220px;
    }

    .anuncio .titulo {
        font-family: 'Poppins Bold';
        font-size: 20px;
        color: #006DC6;
        padding: 14px 0;
        line-height: 24px;
    }

    .anuncios.publicados .titulo {
        font-size: 18px;
        line-height: 23px;
    }

    .anuncio .bottom {
        font-family: 'Poppins Medium';
        font-size: 12px;
        line-height: 15px;
        color: #999999;
    }

    

    /* Formularios */

    form > div {
        margin: 15px 0;
        /*display: flex;*/
        align-items: center;
        flex-flow: row wrap;
    }

    form .form-error {
        width: 100%;
    }

    #edit_extra_user > div, #edit_pass_user > div, #edit_extra_user fieldset {
        margin: 15px 0;
        display: flex;
        align-items: center;
    }

    #edit_extra_user fieldset {
        align-items: flex-start;
    }

    form .form-descripcion, form .form-sectores, form .form-edades, form .form-concepto, form .form-idiomas, form .form-discapacidades, form .form-niveles {
        align-items: flex-start;
    }

    form .form-descripcion {
        flex-flow: column;
    }

    form > div > label, #edit_extra_user > div > label, #edit_pass_user > div > label, #edit_extra_user legend {
        width: 225px;
        display: inline-block;
        font-family: 'Poppins Medium';
        color: #4d4d4d;
        margin-left: 20px;
    }

    .newpost-form legend {
        width: 225px;
        display: inline-block;
        font-family: 'Poppins Medium';
        color: #4d4d4d;
    }

    #post_concepto {
        border: 1px solid #B3B3B3;
        border-radius: 15px;
        height: 150px;
        width: 255px;
        margin-left: 20px;
    }

    input, select {
        height: 34px;
        margin-left: 20px;
        border-radius: 50px;
        border:1px solid #B3B3B3;
        padding: 0 10px;
        font-family: 'Poppins Light';
        color: #808080;
        margin-top: 0;
    }

    .custom-file-input {
        border-radius: unset;
        border: none;
        padding-left: 0;
    }

    select {
        height: 34px;
        max-width: 255px;
        width: 100%;
    }

    input[type="checkbox"] {
        height: unset;
    }

    fieldset, fieldset.disponibilidad-geografica, fieldset.que-busca, fieldset.sectores, fieldset.permiso-conducir {
        display: flex;
        flex-flow: row;
    }

    form legend, fieldset.disponibilidad-geografica legend, fieldset.que-busca legend, fieldset.sectores legend, fieldset.permiso-conducir legend {
        float: left;
        min-width: 225px;
    }

    #edit_extra_user_disponibilidadGeografica div, #edit_extra_user_busca div, #edit_extra_user_sectores div, #edit_extra_user_permisoConducir div, #post_postType div  {
        margin: 10px 0 10px 20px;
    }

    #edit_extra_user_disponibilidadGeografica input, #edit_extra_user_busca input, #edit_extra_user_sectores input, #edit_extra_user_permisoConducir input, #post_postType input {
        margin-left: 0;
    }


    .newpost-form legend {
        margin-left: 20px;
        font-family: 'Poppins Medium';
        color: #4d4d4d;
    }

    .newpost-form input, .newpost-form select {
        max-width: 255px;
        width: 100%;
    }

    .newpost-form input[type="checkbox"], .newpost-form input[type="radio"] {
        width: unset;
    }

    .newpost-form label .invalid-feedback.d-block, .registrologin-form label .invalid-feedback.d-block {
        display: none;
    }

    .newpost-form .form-tipo {
        display: flex;
        align-items: center;
        flex-flow: row;
    }
    /*.newpost-form .form-niveles {
        display: flex;
        align-items: center;
    }*/
    #post_lugarDesarrollo .form-check {
        display: flex;
        align-items: center;
    }


    .newpost-form .form-tipo div {
        margin-top: 0;
        margin-bottom: 0;
    }

    .newpost-form.edit .vich-image {
        display: flex;
        flex-flow: column-reverse;
    }

    .newpost-form.edit .vich-image .custom-file, .newpost-form.edit .vich-image .form-group {
        margin-top: 15px;
    }

    .form-error {
        margin: 0;
    }

    .form-error .invalid-feedback {
        margin-left: 20px;
        font-size: 14px;
    }

    .form-error .badge-danger {
        background: #dc3545;
    }
    #post_postType {
        display: flex;
        margin: 0;
    }

    #post_postType .form-check {
        display: flex;
        align-items: center;
    }

    .form-tipo .form-group {
        display: flex;
        align-items: center;
    }

    #cke_post_description {
        margin: 15px 0px 15px 20px;
        width: 100%;
    }

    /* Form new post */

    .newpost-form > div {
        flex-flow: row wrap;
    }

    .newpost-form > div > div {
        margin: 15px 0;
    }

    .newpost-form > div > div > label {
        width: 225px;
        display: inline-block;
        font-family: 'Poppins Medium';
        color: #4d4d4d;
        margin-left: 20px;
    }

    .newpost-form legend {
        margin-left: 20px;
    }

    form small {
        display: block;
        font-size: 12px;
        margin-top: 10px;
        margin-left: 20px;
    }


    /* Mi cuenta */
    .cuenta {
        display: flex;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .cuenta .sidebar {
        width: 100%;
        max-width: 280px;
        font-size: 16px;
        font-family: 'Poppins Medium';
    }

    .cuenta .collapse-box {
        margin-bottom: 15px;
    }

    .cuenta .collapse-title {
        border-top: 1px solid #e6e6e6;
        color: #2a3744;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 1px;
        margin-bottom: 0;
        margin-top: 0;
        padding-bottom: 10px;
        padding-top: 15px;
        text-transform: uppercase;
    }

    .cuenta .sidebar ul li {
        font-family: 'Poppins Medium';
        margin: 10px 0 14px 10px;
        font-size: 14px;
    }

    .cuenta .sidebar ul li a {
        color:#4D4D4D;
        text-decoration: none;
    }


    .cuenta .contenido {
        width: 100%;
        margin-left: 40px;
        margin-top: 0;
    }
    .cuenta .form-datos-extra form, .cuenta .form-password form {
        display: none;
    }

    .cuenta .form-title {
        background: #EDF9FC;
        padding: 15px 20px;
        font-family: 'Poppins Medium';
        font-size: 16px;
        color: #4D4D4D;
        text-transform: uppercase;
        margin-bottom: 15px;
        cursor: pointer;
    }

    .soy-empresa {
        margin-top: 30px;
    }

    form button {
        background: #006DC6;
        color: #fff;
        padding: 6px 32px 6px 32px;
        font-family: 'Poppins Medium';
        font-size: 15px;
        border-radius: 23px;
        max-width: max-content;
        width: 100%;
        display: flex;
        align-items: center;
        margin: 33px 0 30px 20px;
        border: none;
        cursor: pointer;
    }

    form button::after {
        content: '';
        background: url('images/ico-noticias.svg') no-repeat;
        width: 23px;
        display: block;
        height: 23px;
        margin-left: 28px;
        margin-left: 12px;
        width: 14px;
        height: 14px;
    }

    .registrologin-form {
        max-width: 490px;
        margin: 50px auto;
        background: #EDF9FC;
        padding: 20px;
        border-radius: 10px;

    }

    .registrologin-form .form-pass legend {
        display: none;
    }

    .registrologin-form .form-pass {
        margin: 0;
    }

    #registration_form_plainPassword .form-group {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-flow: row;
        margin: 0 0 15px;
    }

    #registration_form_plainPassword .form-group input {
        margin-left: 5px;
    }

    .registrologin-form > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-flow: row;
    }

    .registrologin-form label {
        width: 200px;
        display: inline-block;
        margin-left: 0;
        color: #4d4d4d;
        font-family: 'Poppins Medium';
    }
    .registrologin-form .form-check {
        display: flex;
    }
    .registrologin-form input[type="checkbox"] {
        margin-left: 0;
        margin-right: 10px;
    }

    .registrologin-form .terms label {
        max-width: 450px;
        width: 100%;
    }

    .registrologin-form .terms {
        display: flex;
        flex-flow: row-reverse;
        justify-content: flex-end;
        margin-top: 30px;
        line-height: 20px;
    }

    #registration_form_plainPassword {
        width: 100%;
    }


    h1.title {
        font-size: 25px;
        font-family: 'Poppins SemiBold';
        color: #4D4D4D;
        /*border-bottom: 2px solid #4D4D4D;*/
        padding-bottom: 10px;
    }

    h2.info-title {
        font-size: 20px;
        font-family: 'Poppins SemiBold';
        color: #006DC6;
        /*border-bottom: 2px solid #4D4D4D;*/
        margin-bottom: 10px;
    }

    .registrologin-form .bottom {
        /*display: flex;
        justify-content: space-between;*/
        margin-top: 20px;
        justify-content: center;
    }

    .registrologin-form button {
        margin: 30px auto;
    }

    .registrologin-form .checkbox label {
        font-family: 'Poppins Light';
    }

    .registrologin-form .checkbox input {
        margin-left: 0;
    }

    .login-registro {
        max-width: 450px;
        text-align: center;
        margin: 0 auto 30px;
    }

    .login-registro hr {
        
        margin-bottom: 30px;
    }

    .login-registro .btn {
        background: #006DC6;
        color: #fff;
        padding: 12px 28px 12px 28px;
        font-family: 'Poppins Medium';
        font-size: 16px;
        border-radius: 23px;
        display: flex;
        align-items: center;
        margin: 20px auto;
        border: none;
        cursor: pointer;
        text-decoration: none;
        max-width: max-content;
        width: 100%;
        height: 36px;
    }


    .login-registro .btn::after {
        content: '';
        background: url('images/ico-noticias.svg') no-repeat;
        width: 23px;
        display: block;
        height: 23px;
        margin-left: 28px;
        margin-left: 12px;
        width: 14px;
        height: 14px;
    }


    /* LISTADO DE NOTICIAS */
    .noticias a {
        text-decoration: none;
    }
    .noticia {
        display: flex;
        flex-flow: row;
        margin: 50px 0;
    }
    /*.noticia .image-bg {
        margin-right: 30px;
        border-radius: 10px;
        background-size: cover !important;
        box-shadow: 0px 0px 40px #80808073;
        width: 400px;
        height: 250px;
    }*/

    .noticia .left {
        width: 100%;
        max-width: 400px;
    }

    .noticia .right {
        width: 100%;
        max-width: 750;
    }

    .noticia .image {
        max-width: 370px;
        width: 100%;
        box-shadow: 0px 0px 40px #80808073;
        border-radius: 10px;
        margin-right: 30px;
        height: 250px;
    }

    .noticia .image img {
        width: 370px;
        max-height: 250px;
        border-radius: 10px;
        object-fit: cover;
        object-position: left;
        height: 100%;
        max-width: 370px;
    }

    .content-noticia .cuerpo img {
        width: unset !important;
        height: auto !important;
    }

    .noticia .title {
        font-family: "Poppins Bold";
        font-size: 24px;
        line-height: 1;
        margin-bottom: 19px;
        color: #4D4D4D;
        line-height: 1.2;
        letter-spacing: 0.3px;
        word-spacing: 1.6px;
        margin-bottom: 5px;
    }

    .noticia .date {
        font-family: "Poppins Medium";
        font-size: 14px;
        margin-bottom: 15px;
        color: #c3007b;
        margin-top: 7px;
    }

    .noticia .content {
        font-family: "Poppins Medium";
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 7px;
        color: #888888;
        margin-top: 15px;
    }

    .noticia .more {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
        font-size: 12px;
        padding: 10px;
        margin-top: 15px;
        width: 80px;
        border-radius: 5px;
        text-align: center;
    }

    .content-noticia hr {
        margin: 25px 0;
    }

    /* NAVEGACION */
    .navigation {
        margin-bottom: 30px;
        margin-top: 50px;
    }
    .navigation .pagination {
        text-align: center;
    }
    .navigation span {
        margin: 0 5px;
    }
    .navigation a {
        text-decoration: none;
        color: #4D4D4D;
    }

    .navigation .current {
        font-family: 'Poppins SemiBold';
    }

    .content-noticia .image, .content-page .image {
        /*border-radius: 10px;
        background-size: cover !important;
        box-shadow: 0px 0px 40px #80808073;
        width: 100%;
        height: 600px;
        background-repeat: no-repeat !important;
        background-position: center !important;*/
        border-radius: 10px;
        width: 100%;
        max-height: 550px;
        object-fit: cover;
        object-position: center;
    }
    .content-noticia .title, .content-page .title {
        font-family: "Poppins Bold";
        font-size: 24px;
        line-height: 1;
        margin-bottom: 19px;
        color: #4D4D4D;
        line-height: 1.2;
        letter-spacing: 0.3px;
        word-spacing: 1.6px;
        margin-bottom: 5px;
    }

    .content-noticia .date {
        font-family: "Poppins Medium";
        font-size: 14px;
        margin-bottom: 15px;
        color: #c3007b;
        margin-top: 7px;
    }

    /* ANUNCIOS */

    .types-filter {
        display: flex;
        flex-flow: row wrap;
        background: #f8f8f8;
        margin-bottom: 50px;
    }

    .types-filter .filter {
        padding: 20px 0 20px 20px;
    }

    .types-filter .filter a {
        text-decoration: none;
        font-size: 13px;
        color: #333;
    }

    .badge {
        color: #fff;
        background-color: #c3007b;;
        border-color: #c3007b;;
        min-width: 10px;
        padding: 3px 6px;
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        border-radius: 10px;
    }

}




/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly8vLi9hc3NldHMvc3R5bGVzL2FwcC5jc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsMERBQTBEOztBQUUxRDs7QUFFQTs7QUFFQTtJQUNJLGFBQWE7QUFDakI7QUFDQTtJQUNJLGFBQWE7SUFDYix1QkFBdUI7QUFDM0I7QUFDQTtJQUNJLGFBQWE7SUFDYixtQkFBbUI7QUFDdkI7QUFDQTtJQUNJLGdCQUFnQjtJQUNoQixjQUFjO0FBQ2xCOztBQUVBO0lBQ0ksYUFBYTtJQUNiLHVCQUF1QjtBQUMzQjtBQUNBO0lBQ0ksYUFBYTtJQUNiLG1CQUFtQjtBQUN2QjtBQUNBO0lBQ0ksZ0JBQWdCO0lBQ2hCLGNBQWM7QUFDbEIiLCJmaWxlIjoiYXBwLmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi8qQGltcG9ydCAnfmJvb3RzdHJhcC1zYXNzL2Fzc2V0cy9zdHlsZXNoZWV0cy9ib290c3RyYXAnOyovXG5cbi53cmFwIHtcbiAgICBcbn1cblxuLm1lbnUge1xuICAgIGRpc3BsYXk6IGZsZXg7XG59XG4ubWVudSAucHJpbmNpcGFsIHtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xufVxuLm1lbnUgLnByaW5jaXBhbCB1bCB7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBmbGV4LWZsb3c6IHJvdyB3cmFwO1xufVxuLm1lbnUgLnByaW5jaXBhbCB1bCBsaSB7XG4gICAgbGlzdC1zdHlsZTogbm9uZTtcbiAgICBtYXJnaW46IDAgMjBweDtcbn1cblxuLm1lbnUgLmxvZ2luIHtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xufVxuLm1lbnUgLmxvZ2luIHVsIHtcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGZsZXgtZmxvdzogcm93IHdyYXA7XG59XG4ubWVudSAubG9naW4gdWwgbGkge1xuICAgIGxpc3Qtc3R5bGU6IG5vbmU7XG4gICAgbWFyZ2luOiAwIDIwcHg7XG59XG4iXSwic291cmNlUm9vdCI6IiJ9*/