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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #fff;
}

article, aside, details, figcaption, figure,
footer, header, main, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

a:focus {
    outline: none !important;
}

a:hover, a:active {
    outline: none !important;
}

a img {
    outline: none !important;
}

body {
    overflow: hidden;
}

body {
    width: 100%;
}

.columna1, .columna2, .columna3, .columna4,
.columna23, .columna34,
.columna1-2, .columna1-3, .columna2-3,
.columna1-4, .columna3-4,
.columna5, .columna25, .columna34, .columna45,
.container, .content {
    min-height: 1px;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.caja {
    width: 100%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
}

.content {
    width: 100%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
}

main.content {
    max-width: 920px;
}

.container {
    float: left;
}

.columna1-2, .columna1-3, .columna2-3,
.columna1-4, .columna3-4 {
    float: left;
}

.columna1-2 { width: 50%; }
.columna1-3 { width: 33.333%; }
.columna2-3 { width: 66.666%; }
.columna1-4 { width: 25%; }
.columna3-4 { width: 75%; }

.columna1, .columna2, .columna3, .columna4,
.columna23, .columna34,
.columna5, .columna25, .columna35, .columna45 {
    float: left;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 20px;
    margin-left: 20px;
}

.columna1 {
    max-width: 1280px;
    width: calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -ms-calc(100% - 40px);
    width: -o-calc(100% - 40px);
}

.columna4 {
    width: calc(25% - 40px);
    width: -moz-calc(25% - 40px);
    width: -webkit-calc(25% - 40px);
    width: -ms-calc(25% - 40px);
    width: -o-calc(25% - 40px);
}

.columna2 {
    width: calc(50% - 40px);
    width: -moz-calc(50% - 40px);
    width: -webkit-calc(50% - 40px);
    width: -ms-calc(50% - 40px);
    width: -o-calc(50% - 40px);
}

.columna34 {
    width: calc(75% - 40px);
    width: -moz-calc(75% - 40px);
    width: -webkit-calc(75% - 40px);
    width: -ms-calc(75% - 40px);
    width: -o-calc(75% - 40px);
}

.columna3 {
    width: calc(33.333% - 40px);
    width: -moz-calc(33.333% - 40px);
    width: -webkit-calc(33.333% - 40px);
    width: -ms-calc(33.333% - 40px);
    width: -o-calc(33.333% - 40px);
}

.columna23 {
    width: calc(66.666% - 40px);
    width: -moz-calc(66.666% - 40px);
    width: -webkit-calc(66.666% - 40px);
    width: -ms-calc(66.666% - 40px);
    width: -o-calc(66.666% - 40px);
}

.columna5 {
    width: calc(20% - 40px);
    width: -moz-calc(20% - 40px);
    width: -webkit-calc(20% - 40px);
    width: -ms-calc(20% - 40px);
    width: -o-calc(20% - 40px);
}

.columna25 {
    width: calc(40% - 40px);
    width: -moz-calc(40% - 40px);
    width: -webkit-calc(40% - 40px);
    width: -ms-calc(40% - 40px);
    width: -o-calc(40% - 40px);
}

.columna35 {
    width: calc(60% - 40px);
    width: -moz-calc(60% - 40px);
    width: -webkit-calc(60% - 40px);
    width: -ms-calc(60% - 40px);
    width: -o-calc(60% - 40px);
}

.columna45 {
    width: calc(80% - 40px);
    width: -moz-calc(80% - 40px);
    width: -webkit-calc(80% - 40px);
    width: -ms-calc(80% - 40px);
    width: -o-calc(80% - 40px);
}

.movil {
    display: none !important;
}

.escritorio {
    display: block;
}

.derecha { text-align: right; }
.izquierda { text-align: left; }
.centro { text-align: center; }

.salto {
    clear: both;
}

.escondido {
    text-indent: -99999px;
    position: absolute;
    border: none !important;
}

.relative { position: relative; }
.absolute { position: absolute; }

@font-face {
    font-family: 'Lato';
    src: url("fonts/Lato.ttf.woff") format("woff"),
         url("fonts/Lato.ttf.svg#Lato") format("svg"),
         url("fonts/Lato.ttf.eot"),
         url("fonts/Lato.ttf.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Freight Sans';
  src: url('fonts/Freight_Sans_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

* {
    font-family: 'open sans', sans-serif;
    font-weight: 400;
    color: #808080;
}

body, button, input, select, textarea, li, a, p {
    font-size: 14px;
    line-height: 1.6;
    word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'open sans', sans-serif;
}

h2, h3 {
    color: #505050;
}

h2 {
    font-size: 32px;
    line-height: 1.2;
}

h5, h5 a {
    font-size: 16px;
    color: #F18E12;
    margin-bottom: 15px;
}

b, strong {
    font-weight: bold;
    color: inherit;
}

em {
    font-style: italic;
}

a, span {
    text-decoration: none;
    color: inherit;
}

a {
    display: inline-block;
}

footer *, h1, h2, h3, h4, h5, h6, nav * {
    -moz-hyphens: manual;
    -webkit-hyphens: manual;
    hyphens: manual;
}

::selection {
    background: #F18E12;
    color: #fff;
}

::-moz-selection {
    background: #F18E12;
    color: #fff;
}

.separador {
    border-top: 1px dotted #dddddd;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: -ms-calc(100% - 40px);
    width: -o-calc(100% - 40px);
}

.page_content .separador,
.separador.con_padding {
    margin-top: 45px;
    margin-bottom: 50px;
    width: 100%;
}

.margen {
    height: 160px;
    clear: both;
}

.color {
    color: #F18E12;
}

button, .button, input[type="submit"] {
    -webkit-appearance: none !important;
    -webkit-border-radius: 0px 0px 0px 0px !important;
    border: 2px solid;
    border-radius: 0px;
    border-color: #F18E12;
    background-color: #fff;
    color: #F18E12;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 26px;
    font-family: 'open sans', sans-serif;
    text-align: center;
    -webkit-transition: border-color 0.3s ease 0s;
    -moz-transition: border-color 0.3s ease 0s;
    -ms-transition: border-color 0.3s ease 0s;
    transition: border-color 0.3s ease 0s;
    -webkit-transition: background-color 0.3s ease 0s;
    -moz-transition: background-color 0.3s ease 0s;
    -ms-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
    cursor: pointer;
    width: auto;
    text-transform: uppercase;
}

button:hover, .button:hover, input[type="submit"]:hover {
    background-color: #F18E12;
    color: #ffffff;
}

.mas {
    color: #F18E12;
    width: 100%;
    font-size: 30px;
    position: absolute;
    display: block;
    text-align: center;
}

.proyecto .mas {
    bottom: 25%;
    transform: translatey(50%);
    -moz-transform: translatey(50%);
    -webkit-transform: translatey(50%);
    -ms-transform: translatey(50%);
}

.boton-circulo > .mas {
    color: #ddd;
}

.boton-circulo:hover > .mas {
    color: #F18E12;
}

.textodestacado {
    font-family: 'Freight Sans', sans-serif !important;
    color: #333333;
    font-size: 28px;
    text-align: center;
}

.destacado {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 30px;
    padding-top: 70px;
}

#contacto .destacado {
    margin-top: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.home-description {
    margin-top: 40px;
}

.home-description * {
    text-align: center;
}

.home-description p {
    font-size: 16px;
}

.home-description .textodestacado {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 32px;
}

.wpcf7-form {
    margin-top: 40px;
}

form fieldset {
    margin-top: 10px;
}

form input[type="text"],
form input[type="tel"],
form input[type="email"],
form input[type="number"],
form input[type="file"],
form input[type="password"],
form textarea,
form select {
    width: 100%;
    font-family: 'open sans', sans-serif;
    font-size: 14px;
    color: #2f3131;
    box-shadow: none !important;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 7px;
}

form input[type="text"],
form input[type="tel"],
form input[type="email"],
form input[type="number"],
form input[type="password"],
form textarea {
    -webkit-appearance: none !important;
    -webkit-border-radius: 0px 0px 0px 0px !important;
    -moz-apparence: none !important;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 0px !important;
}

form select {
    -webkit-border-radius: 0px 0px 0px 0px !important;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 0px !important;
}

select option {
    padding-left: 10px;
    padding-right: 10px;
}

textarea {
    resize: none;
    width: 100%;
}

input[type="subnit"] {
    margin-top: 15px;
    width: 85px;
    -webkit-appearance: none !important;
    -webkit-border-radius: 0px 0px 0px 0px !important;
    -moz-apparence: none !important;
}

select, form input[type="file"] {
    -moz-apparence: inherit;
}

form label,
fieldset input,
fieldset option,
fieldset textarea {
    font-size: 12px;
}

legend {
    color: #F18E12;
    margin-bottom: 10px;
}

.aceptar > p {
    font-family: 'open sans', sans-serif;
    font-size: 12px;
    color: #2f3131;
}

.masaside form input[type=text],
.masaside form input[type=tel],
.masaside form input[type=email],
.masaside form textarea,
.masaside form select {
    background-color: #eff0ee;
}

form a {
    color: #F18E12;
    font-size: 12px;
}

form a:hover {
    text-decoration: underline;
}

form span {
    font-size: 12px;
}

.wpcf7-form-control.wpcf7-submit.button {
    margin-top: 20px;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.presupuesto {
    margin-top: 20px;
}

.presupuesto h3 {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.presupuesto > p {
    text-align: center;
}

.formulario .wpcf7-form > p > label,
.formulario .wpcf7-form > p > br {
    position: absolute;
    text-indent: -99999px;
}

.wpcf7-form-control.button {
    margin-bottom: 0px;
    margin-right: 0px;
    margin-right: 0px;
    margin-top: 10px;
}

.wpcf7-list-item-label {
    font-size: 14px !important;
}

.wpcf7-form-control.wpcf7-file {
    padding-left: 0px;
}

.medidas-escaparates textarea { height: 103px; }
.comentarios textarea { height: 128px; }
#wpcf7-f206-o1 .comentarios textarea { height: 68px; }
.elementos textarea { height: 215px; }
.mensaje textarea { height: 120px; }
.comentarios-campanas textarea { height: 220px; }

.wpcf7-form label[for="foto"],
.wpcf7-form label[for="periodicidad"],
.wpcf7-form label[for="montaje"],
.wpcf7-form label[for="estado"],
.wpcf7-form label[for="metros-publicos"],
.wpcf7-form label[for="diseno"],
.wpcf7-form label[for="elementos"],
.wpcf7-form label[for="web"],
.wpcf7-form label[for="redes"],
.wpcf7-form label[for="tele"],
.wpcf7-form label[for="tarjeta"],
.wpcf7-form label[for="zona-promocional"],
.wpcf7-form label[for="montas-escaparates"],
.wpcf7-form label[for="campanas"],
.wpcf7-form label[for="sorteos"] {
    display: block;
}

.wpcf7-form br {
    display: none;
}

.wpcf7-form label {
    display: none;
}

.addtoany_list a {
    background-color: transparent;
    border-radius: 0px;
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    margin-right: 5px;
}

.addtoany_list a img {
    width: 100%;
    height: auto;
    padding: 3px;
    margin-top: 0px;
}

.addtoany_list a.a2a_button_whatsapp {
    display: none;
}

.addtoany_list a:hover {
    background-color: #eee;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../img/status.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

#floatingCirclesG {
    position: relative;
    width: 125px;
    height: 125px;
    margin: auto;
    transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
}

.f_circleG {
    position: absolute;
    background-color: #fff;
    height: 22px;
    width: 22px;
    border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    animation-name: f_fadeG;
    -o-animation-name: f_fadeG;
    -ms-animation-name: f_fadeG;
    -webkit-animation-name: f_fadeG;
    -moz-animation-name: f_fadeG;
    animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}

#frotateG_01 {
    left: 0;
    top: 51px;
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
}

#frotateG_02 {
    left: 15px;
    top: 15px;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}

#frotateG_03 {
    left: 51px;
    top: 0;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
}

#frotateG_04 {
    right: 15px;
    top: 15px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}

#frotateG_05 {
    right: 0;
    top: 51px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
}

#frotateG_06 {
    right: 15px;
    bottom: 15px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
}

#frotateG_07 {
    left: 51px;
    bottom: 0;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
}

#frotateG_08 {
    left: 15px;
    bottom: 15px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}

@keyframes f_fadeG {
    0% { background-color: #F18E12; }
    100% { background-color: #ffffff; }
}

@-o-keyframes f_fadeG {
    0% { background-color: #F18E12; }
    100% { background-color: #ffffff; }
}

@-ms-keyframes f_fadeG {
    0% { background-color: #F18E12; }
    100% { background-color: #ffffff; }
}

@-webkit-keyframes f_fadeG {
    0% { background-color: #DB8D29; }
    100% { background-color: #ffffff; }
}

@-moz-keyframes f_fadeG {
    0% { background-color: #F18E12; }
    100% { background-color: #ffffff; }
}

#error404 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

#error404 img {
    max-width: 320px;
}

#error404 a {
    display: block;
}

#error404 h3 {
    text-align: center;
}

#error404 .fa {
    color: #000;
    display: block;
    float: none;
    font-size: 24px;
    margin-top: 0px;
}

#cookie-law-info-bar *,
#cookie-law-info-bar span,
.small.cli-plugin-button,
.small.cli-plugin-button:visited,
#cookie_action_close_header,
#CONSTANT_OPEN_URL {
    font-family: "open sans", sans-serif !important;
    text-shadow: 0 0 0 transparent !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    font-size: 14px;
}

#cookie_action_close_header {
    border-radius: 2px solid #fff !important;
    background-color: #d2cec4 !important;
    color: #fff !important;
}

.cli-plugin-button,
.cli-plugin-button:visited,
.medium.cli-plugin-button,
.medium.cli-plugin-button:visited {
    font-weight: normal !important;
    line-height: 1.2 !important;
    text-shadow: 0 0px 0px transparent !important;
}

.cli-plugin-button,
.cli-plugin-button:visited {
    border-bottom: 2px solid #fff !important;
    border: 2px solid #fff !important;
}

#cookie_action_close_header:hover {
    background-color: #fff !important;
    color: #d2cec4 !important;
}

.small.cli-plugin-button:hover {
    background-color: #fff !important;
    color: #d2cec4 !important;
    border-color: #fff !important;
}

.small.cli-plugin-button,
.small.cli-plugin-button:visited {
    font-size: inherit !important;
}

#cookie-law-info-bar {
    padding: 10px 0 !important;
}

#cookie-law-info-again {
    display: none !important;
}

#cookie-law-info-bar {
    border-top-width: 10px !important;
}

header {
    position: relative;
    margin-bottom: 50px;
}

.site-title {
    background-image: url("img/logo.svg");
    background-repeat: no-repeat;
    background-size: auto;
    display: block;
    height: 110px;
    line-height: 0;
    text-indent: -99999px;
    width: 100%;
    float: left;
    background-position: center;
}

.barra-superior {
    margin-top: 20px;
}

.barra-superior * {
    color: #505050;
    font-size: 12px;
    display: inline-block;
    line-height: 18px;
}

.barra-superior i {
    font-size: 14px !important;
    width: auto !important;
    padding: 0 5px;
}

.barra-superior i:hover,
.barra-superior a:hover {
    color: #F18E12;
}

.barra-superior .cuenta {
    text-align: right;
}

.buscador.pequeno {
    border-left: 1px solid;
    margin-left: 10px;
    float: right;
    position: relative;
    display: block;
    text-align: center;
    width: 30px;
}

.buscador.pequeno > .fa {
    padding: 0px;
}

.barra-superior .buscador.pequeno:hover {
    color: inherit;
}

.search-form,
.search-field {
    -webkit-appearance: none !important;
    -webkit-border-radius: 0px 0px 0px 0px !important;
    -moz-appearance: none !important;
}

.buscador.pequeno .search-form {
    display: block;
    position: absolute;
    top: 0px;
    right: 31px;
    width: 0px;
    height: 20px;
    overflow: hidden;
    -webkit-transition: width 0.6s ease 0s;
    -moz-transition: width 0.6s ease 0s;
    -ms-transition: width 0.6s ease 0s;
    transition: width 0.6s ease 0s;
}

.buscador.pequeno .search-form > * {
    display: block;
    float: right;
}

.buscador.pequeno .search-field {
    border: medium none !important;
    height: 20px;
    padding-left: 5px;
    background-color: #f5f5f5;
    width: calc(100% - 24px);
    width: -webkit-calc(100% - 24px);
    width: -ms-calc(100% - 24px);
    width: -moz-calc(100% - 24px);
    width: -o-calc(100% - 24px);
}

.buscador.pequeno .search-submit {
    background-color: #f5f5f5;
    border: medium none !important;
    font-family: fontAwesome;
    font-size: 14px;
    height: 20px;
    line-height: 14px;
    padding: 0;
    width: 24px;
    color: #505050;
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.buscador.pequeno .search-submit:hover {
    background-color: #F18E12;
    color: #ffffff;
}

nav.menu .escritorio {
    margin-top: 40px;
    height: auto;
    min-height: 40px;
}

.menu-menu-principal-container {
    width: 100%;
    float: left;
}

.menu-item {
    cursor: pointer;
}

#menu-menu-principal {
    margin: 0 auto;
    position: relative;
    left: 50%;
    float: left;
}

#menu-menu-principal > .menu-item {
    float: left;
    width: auto;
    position: relative;
    right: 50%;
}

#menu-menu-principal > .menu-item > a {
    font-family: 'open sans', sans-serif;
    color: #505050;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0px 30px;
    line-height: 30px;
}

.sub-menu {
    padding: 10px 20px;
    box-shadow: 0 14px 18px -7px #aaa;
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
    margin-top: 0px;
    z-index: 20;
    text-align: center;
}

.sub-menu > .menu-item a {
    line-height: 1.2;
    padding: 5px 0px;
}

.menu-item a:hover,
#menu-menu-principal > .menu-item > a:hover,
.current-menu-item > a,
.current-menu-item a,
.current-menu-item a,
#menu-menu-principal > .menu-item.current-menu-parent > a,
#menu-menu-principal > .menu-item.current-menu-ancestor > a {
    color: #F18E12 !important;
}

#menu-menu-principal > .menu-item:hover .sub-menu {
    display: block;
}

.menu-item-has-children > a::after {
    content: "\f107";
    display: inline-block;
    font-family: fontawesome;
    line-height: 1;
    padding-left: 5px;
}

.current_page_parent > a {
    color: #F18E12 !important;
}

footer {
    background-color: #f5f5f5;
    padding: 40px 0px 0px;
    position: relative;
}

footer * {
    text-align: center;
}

footer a:hover {
    color: #F18E12;
}

footer h5 {
    position: absolute;
    text-indent: -99999px;
}

footer p,
footer a,
footer label {
    color: #505050;
    display: block;
    border-bottom: none;
}

.redes li {
    display: inline-block;
}

.redes i {
    color: #ffffff;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    color: #505050;
    font-size: 18px;
}

.redes i:hover {
    color: #F18E12;
}

.direccion p,
.telefonos a {
    line-height: 26px;
}

.tel-movil {
    display: inline-block;
}

footer legend,
footer .redes > p {
    margin-bottom: 0px;
}

form.newsletter > div {
    width: 100%;
    max-width: 220px;
    margin-right: auto;
    margin-left: auto;
    border-bottom: 2px solid #505050;
}

form.newsletter input.button:hover {
    color: #F18E12;
}

.cargar-mas {
    text-align: center;
}

.cargar-mas .button {
    margin: 120px auto 40px;
    border-color: transparent;
}

.cargar-mas::before {
    border-bottom: 2px dashed #ee8020;
    bottom: 52px;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    width: calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: -ms-calc(100% - 40px);
    z-index: -1;
}

.footer {
    margin-top: 20px;
}

.footer * {
    color: #808080;
    display: inline-block;
    font-size: 11px;
}

.footer a:hover {
    color: #505050 !important;
}

.footer .menu-pie {
    text-align: left;
}

.footer .menu-pie li {
    margin-left: 5px;
}

.footer .developed {
    text-align: right;
}

#menu-menu-pie li::before {
    content: "\007C\00a0\00a0";
}

#menu-menu-pie li:first-child::before {
    content: "";
}

.menu-menu-pie-container {
    float: right;
}

#mc_embed_signup form {
    padding: 0px !important;
}

#mc_embed_signup .mc-field-group {
    min-height: 26px !important;
    padding-bottom: 0px !important;
    clear: none !important;
    float: left !important;
}

#mc_embed_signup div.mce_inline_error {
    background-color: #F18E12;
    font-weight: normal !important;
}

footer legend {
    color: #505050;
}

#mc_embed_signup .mc-field-group input {
    display: inline-block !important;
    float: left !important;
    text-indent: 0px !important;
}

#mc_embed_signup .mc-field-group input[type="email"] {
    width: calc(100% - 26px) !important;
    width: -webkit-calc(100% - 26px) !important;
    width: -moz-calc(100% - 26px) !important;
    width: -ms-calc(100% - 26px) !important;
    width: -o-calc(100% - 26px) !important;
    float: left !important;
    height: 26px !important;
    margin: 0px;
    background-color: transparent;
    border: none;
    text-align: left;
    padding: 0px !important;
}

#mc_embed_signup .mc-field-group input[type="submit"] {
    width: 26px !important;
    height: 26px !important;
    background-color: transparent;
    border-color: transparent;
    color: #505050;
    margin: 0px;
    font-family: "FontAwesome";
    position: absolute;
    line-height: 0.2 !important;
}

#mc-embedded-subscribe-form > div {
    min-height: 50px;
    position: relative;
}

main {
    min-height: 600px;
}

.servicio {
    margin-bottom: 40px;
    height: auto;
}

.servicio .info {
    text-align: center;
}

.servicio h4 {
    font-family: 'Lato', cursive;
    font-size: 18px;
    color: #F18E12;
    margin-top: 10px;
    margin-bottom: 0px;
}

.servicio h5 {
    color: #505050;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 14px;
}

.servicio a:hover {
    background-color: #f5f5f5;
}

.servicio a:hover .thumbnail {
    opacity: .5;
}

.servicio a {
    width: 100%;
}

.servicio .thumbnail {
    background-color: #ffffff;
    background-size: cover;
}

a.thumbnail,
.servicio .thumbnail {
    width: 100%;
    height: 210px;
    background-color: #f5f5f5;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    display: block;
}

.home-portadas {
    display: block;
    min-height: 384;
    margin-top: 40px;
    margin-bottom: 140px !important;
}

.home-portadas a {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 374px;
    display: block;
}

.home-portadas a:hover {
    opacity: .8;
}

#proyectos a.thumbnail {
    height: 280px;
}

.thumbnail .hover,
#servicio .hover {
    background-color: rgba(240, 240, 240, 0.8);
    font-size: 18px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 10;
    line-height: 1;
}

.thumbnail .hover > p,
.thumbnail .hover > a,
.thumbnail .hover > h4 {
    display: block;
    position: relative;
    min-height: 20px;
    line-height: 1.2;
}

.servicio .thumbnail .hover > h4 {
    top: calc(25% - 10px);
    top: -webkit-calc(25% - 10px);
    top: -ms-calc(25% - 10px);
    top: -o-calc(25% - 10px);
    top: -moz-calc(25% - 10px);
    padding: 0px;
    color: #505050;
    text-transform: uppercase;
}

.servicio .thumbnail.hover > h5 {
    bottom: 0;
    padding: 20px;
    position: absolute;
    width: 100%;
    line-height: 1.2;
    font-size: 14px;
    color: inherit;
}

.proyecto .thumbnail .hover > h4 {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    padding: 0 20px;
    color: #333;
    font-weight: 600;
}

.noticia .thumbnail .hover > * {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.thumbnail:hover .hover {
    display: block;
}

#home h3 {
    margin-top: 40px;
    margin-bottom: 20px;
}

#home h3,
#home h3 a {
    font-size: 20px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    color: #F18E12;
}

#home section {
    margin-bottom: 40px;
}

.noticia h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.2;
}

.noticia h4,
.noticia h4 a {
    font-size: 16px;
    color: #505050;
}

.noticia h4 {
    margin-bottom: 10px;
    margin-top: 5px;
}

h4 a:hover {
    color: #F18E12;
}

article.noticia {
    margin-bottom: 40px;
    position: relative;
    min-height: 410px;
}

article.noticia .leermas {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

article.noticia > p {
    font-size: 13px;
}

.noticia aside {
    margin-top: 0px;
    text-align: right;
    width: 100%;
}

.noticia aside > * {
    display: inline-block;
    margin-right: 5px;
}

.noticia .fecha {
    font-size: 12px;
}

article.proyecto {
    margin-bottom: 40px;
}

.ultimos_proyectos {
    padding-right: 10px;
    border-right: 1px dotted #dddddd;
    padding-top: 20px;
}

.ultimos_post {
    padding-left: 10px;
    padding-top: 20px;
}

.page h3 {
    color: #DB8D29;
    font-size: 24px;
    margin-bottom: 20px;
}

.page .cabecera {
    background-color: #f5f5f5;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 120px;
    margin-bottom: 60px;
}

.encabezado {
    margin: 0px auto;
    position: relative;
    bottom: 0px;
    height: 100%;
}

.encabezado h2 {
    position: absolute;
    line-height: 120px;
    text-align: center;
    top: 0px;
}

.imagenes img {
    width: 100%;
    height: auto;
}

.page .wp-post-image,
.single .wp-post-image {
    width: 100%;
    height: auto;
    display: block;
}

.page_content p {
    line-height: 1.5;
    margin-bottom: 10px;
}

.page_content blockquote {
    border-left: 1px dotted #F18E12;
    font-style: italic;
    margin-bottom: 20px;
    margin-left: 50px;
    margin-top: 20px;
    padding-left: 20px;
}

.navegacion {
    text-align: right;
    float: right;
}

.anterior,
.siguiente,
.volver i {
    color: #F18E12;
    display: inline-block;
    height: 20px;
    text-align: center;
    width: 20px;
}

.anterior *,
.siguiente *,
.volver i {
    color: #F18E12;
    font-weight: bold;
    display: block;
    line-height: 12px;
    font-size: 14px;
}

.volver i {
    display: inline-block;
    margin-right: 5px;
    margin-left: 0px;
}

.anterior:hover,
.siguiente:hover,
.volver:hover i {
    background-color: #ffffff;
}

.anterior:hover *,
.siguiente:hover *,
.volver:hover i {
    color: #F18E12;
}

.vermas {
    font-size: 10px;
    line-height: 21px;
}

.vermas:hover,
.read-more:hover {
    font-style: italic;
    color: #F18E12;
}

.controles {
    padding-right: 20px;
}

.controles a {
    height: auto;
    float: right;
}

.compartir {
    margin-top: 60px;
    padding-bottom: 10px;
}

.compartir li {
    display: inline-block;
}

.compartir > p {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 5px;
    font-style: italic;
}

#servicio .subservicio {
    margin-bottom: 30px;
}

#servicio .page_content,
#blog .page_content {
    margin-bottom: 50px;
}

.page.gracias .redes {
    text-align: center;
    margin-top: 60px;
}

.porpiedades li,
.porpiedades li p,
.porpiedades li strong {
    font-size: 14px;
}

.propiedades > li,
.proyecto .compartir {
    border-bottom: 2px solid #eee;
}

.propiedades > li:last-child {
    border-bottom: none;
}

.propiedades > li {
    padding: 10px 5px;
}

.propiedades > li * {
    display: inline;
}

.proyecto .page-content h2 {
    /* background-color: #DB8D29; */
    color: #333;
    /* padding: 5px 10px; */
    margin-bottom: 0 !important;
    text-align: left;
    font-size:20px !important;
    font-family: 'Freight Sans', sans-serif !important;
    font-weight: lighter !important;

}

.proyecto .page-content h3 {
    /* background-color: #DB8D29; */
    color: #333 !important;
    /* padding: 5px 10px; */
    margin-top: 0px !important;
    margin-bottom: 20px;
    text-align: left;
    font-size:16px !important;
}

.propiedades .descripcion {
    padding-left: 30px !important;
}

.propiedades .descripcion a {
    display: block;
    padding-top: 10px;
}

.proyecto .textos > p {
    color: #333 !important;
    padding: 10px 10px 10px 0px;
    font-size: 16px !important;
    line-height: 18px !important;
}

#proyectos .propiedades > li,
.proyecto .compartir {
    border-bottom: none;
}

.antsig {
    text-align: right;
}

.navegar {
    margin-top: 0px;
    padding-top: 10px;
    border-top: 2px solid #eee;
}

.navegar a {
    font-size: 12px;
}

.proyecto .imagenes li {
    margin-bottom: 20px;
}

.proyecto .textos {
    float: right;
}

.acceso-tienda.button {
    margin-top: 20px;
    float: right;
}

.acceso-tienda.button i {
    color: inherit;
    margin-right: 15px;
}

.filtro {
    margin-bottom: 10px;
    margin-top: -30px;
    right: 10px;
    text-align: right;
}

.cats a {
    font-size: 12px;
}

.fecha:before,
.cliente:before,
.ciudad:before,

.fecha:before { content: "\f133"; }
.cliente:before { content: "\f007"; }
.ciudad:before { content: "\f124"; }

.cats a:hover {
    color: #F18E12;
}

.single .textos h2 {
    padding-bottom: 10px;
    border-bottom: 2px solid #F18E12;
}

.content h2 {
    border-bottom: 2px solid #F18E12;
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.general h2 {
    border-bottom: none;
}

.single .content h2 {
    border-bottom-color: #808080;
}

.single .page_content img {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
}

.single .page_content {
    margin-right: 60px;
    width: calc(75% - 80px);
    width: -webkit-calc(75% - 80px);
    width: -moz-calc(75% - 80px);
    width: -ms-calc(75% - 80px);
    width: -o-calc(75% - 80px);
}

#sidebar * {
    text-align: center;
}

#sidebar > div {
    margin-bottom: 40px;
}

#sidebar img {
    width: 100%;
    height: auto;
}

#sidebar h5,
#sidebar h5 a {
    font-size: 18px;
    vertical-align: middle;
    color:#333;
    line-height: 34px;
    text-align: center;
    width: 100%;
    margin-bottom: 0px;
    font-weight: bold;
}

#sidebar h5 {
    border-bottom: 2px solid #333;
    margin-bottom: 10px;
}

#sidebar h6 {
    font-size: 16px;
    margin: 0px;
    display: table-cell;
    
}

#sidebar .que-ofrecemos a {
    height: 40px;
    border-bottom: 2px solid #f5f5f5;
    display: table;
    width: 100%;
}

#sidebar li a:hover h6 {
    color: #F18E12;
}


#sidebar .boton-tienda {
    border: 2px solid #ccc;
    padding: 20px;
}

#sidebar .boton-tienda p {
    font-family: "Lato", italic;
    color: #505050;
    font-size: 20px;
}

#sidebar .boton-tienda {
    font-size: 24px;
    color: #505050;
}

#sidebar .acceso-tienda.button {
    float: none;
    margin-top: 10px;
}

#sidebar .suscribete > p {
    color: #505050;
    font-size: 14px;
}

#sidebar form.newsletter > div {
    border: none;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
}

#sidebar form .button {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #505050;
    float: right;
    font-size: 12px;
    margin: 0 !important;
    padding: 0;
    text-transform: none;
    width: 75px;
    height: 32px !important;
}

#sidebar form .button:hover {
    color: #F18E12;
}

#sidebar #mce-EMAIL {
    background-color: #fff !important;
    border: 2px solid #f5f5f5 !important;
    float: none !important;
    height: 32px !important;
    text-align: left !important;
    width: calc(100% - 75px) !important;
}

#clientes ul {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    align-content: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    flex-wrap: nowrap;
    margin-top: 10px;
}

#clientes ul {
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-bottom: 0px;
}

#clientes li {
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: calc(100% - 20px) auto;
    background-size: -webkit-calc(100% - 20px) auto;
    background-size: -moz-calc(100% - 20px) auto;
    background-size: -ms-calc(100% - 20px) auto;
    border-radius: 0px;
    flex-basis: 140px;
    -webkit-flex-basis: 140px;
    -moz-flex-basis: 140px;
    -ms-flex-basis: 140px;
    height: 140px;
    margin: 15px 10px;
    align-self: center;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
}

#clientes h3 {
    color: #DB8D29;
    font-family: "Lato", cursive;
    font-size: 28px;
    text-align: center;
    margin-top: 90px;
}

#clientes > p {
    color: #DB8D29;
    margin-top: 0;
}

#elmapa {
    height: 480px;
    width: 100%;
}

#contacto .page_content {
    text-align: center;
    margin-top: 0px;
    min-height: 440px;
    padding-top: 60px;
    position: absolute;
    right: 10px;
    top: 20px;
    background-color: rgba(255, 255, 255, 0.85);
}

#contacto .page_content > * > i {
    font-size: 20px;
    color: #DB8D29;
    display: block;
    margin-bottom: 10px;
}

#contacto .page_content > * {
    margin-bottom: 20px;
}

#contacto .page_content a:hover {
    color: #DB8D29;
}

.buscador.grande {
    display: block;
    float: left;
    margin: 30px 0 30px 0;
    padding: 0;
    width: 100%;
}

.buscador.grande .search-form * {
    float: left;
    display: inline-block;
    margin: 0px;
}

.buscador.grande .search-form {
    float: left;
    width: 100%;
    display: block;
}

.buscador.grande i {
    color: #000;
    display: inline-block;
    width: 30px;
}

.buscador.grande input[type="submit"] {
    background-color: #F18E12;
    color: #ffffff;
    font-family: "FontAwesome";
    font-size: 18px;
    height: 40px;
    width: 40px;
    padding: 0;
}

.buscador.grande input[type="submit"]:hover {
    color: #F18E12;
    background-color: #ffffff;
}

.buscador.grande .search-field {
    width: calc(100% - 40px);
    width: -webkti-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: -ms-calc(100% - 40px);
    height: 40px;
    background-color: #f5f5f5;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
    padding-left: 10px;
    padding-right: 10px;
}

.buscador.grande .search-form .fa-search {
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
}

p.numero-resultados {
    font-weight: normal;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #F18E12;
}

.resultados-busqueda > li {
    border-top: 1px dashed #dddddd;
    margin-top: 20px;
    padding-top: 20px;
}

.resultados-busqueda > li:last-child {
    border-bottom: 1px dashed #dddddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

ul.slidermio {
    position: relative;
}

ul.slidermio li {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 1;
    width: 100%;
    background-color: #f5f5f5;
}

.imagenes li > img,
.imagenes li > div {
    display: block;
    width: 100%;
    min-height: 405px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.categorias-proyecto li {
    margin-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #ccc;
    text-transform: uppercase !important;
}

.categorias-proyecto li:last-child {
    border-right: none;
}

.categorias-proyecto li a {
    color: inherit;
    font-weight: normal;
    text-decoration: none;
}

.categorias-proyecto li a:hover {
    color: #f18f11;
    font-weight: bold;
    cursor: pointer;
}

ul.miauslider {
    position: relative;
}

ul.miauslider li {
    display: block;
    width: 100%;
    height: 100%;
}

.miauslider li {
    position: absolute;
    top: 0;
    left: 0;
}

.tienda_construccion {
    padding-top: 100px;
}

.tienda_construccion.content h2 {
    border-bottom: 2px solid transparent !important;
}

.tienda_construccion .mensaje a {
    color: #F18E12;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 5px;
}

.navegar a:hover {
    color: #F18E12;
}

.page_content p a {
    color: #DB8D29 !important;
}

.anterior i,
.siguiente i,
.volver i {
    background-color: #fff;
    border-radius: 50%;
    display: block;
    line-height: 20px;
    width: 20px;
}

.volver i {
    float: left;
}

.anterior:hover i,
.siguiente:hover i,
.volver:hover i {
    color: #fff;
    background-color: #F18E12;
}

.content h2 {
    border-bottom: none;
    text-align: center;
    font-family: "Lato";
    font-size: 32px;
    color: #F18E12;
}

.single .content h2 {
    font-size: 42px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.proyecto .page-content h2 {
    font-size: 24px;
}

#menu-item-7253 a {
    background-color: #F18E12 !important;
}

#menu-item-7253 a {
    color: #fff !important;
}

#menu-item-7253:hover a {
    background-color: #fff !important;
}

.btn-navegacion {
    background-color: #F18E12;
    color:white;
    font-size:7px;
    padding:2px 6px !important;
    font-family: 'Lato', cursive;
    font-weight: bold;
}

.btn-navegacion:hover {
    color: #F18E12;
    background-color: white;
}

.TituloBlog {
    font-family: 'Freight Sans', sans-serif !important;
    color: #333333 !important;
    font-size: 36px !important;
    text-align: center !important;   
}

.FreightFont {
    font-family: 'Freight Sans', sans-serif !important;
    color:#000 !important;
    font-size: 22px !important;
    font-weight: bold !important;
}
/*--------------------------------------------------------------
Botones de marca del menú (Simbei Deco / Simbei Rotulación)
--------------------------------------------------------------*/

/* El menú de escritorio se centraba con el truco de floats + left/right 50%,
   que deja los botones fuera del grupo. Aquí se anula ese truco sólo en
   escritorio para que ítems y botones se centren juntos como un único bloque. */
nav.menu .escritorio {
    text-align: center;
}

nav.menu .escritorio .menu-menu-principal-container {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    float: none;
}

nav.menu .escritorio #menu-menu-principal {
    left: auto;
    float: none;
}

nav.menu .escritorio #menu-menu-principal > .menu-item {
    display: inline-block;
    vertical-align: middle;
    right: auto;
    float: none;
    text-align: center;
}

nav.menu .escritorio .botones-marcas {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}

/* Mismo tamaño, padding y tipografía para "Tienda" (ítem 7253 del menú)
   y los botones de marca; cada uno conserva sus colores. */
.boton-marca,
nav.menu .escritorio #menu-menu-principal > #menu-item-7253 > a {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    /* !important: el plugin de fuentes (Fonts Plugin) inyecta
       .menu-item a { font-weight: 400 !important } y dejaba "Tienda" en normal */
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1;
    color: #ffffff !important;
    padding: 11px 22px;
    -webkit-transition: background-color 0.3s ease 0s;
    -moz-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
}

.boton-marca {
    margin-left: 10px;
}

.boton-marca.deco {
    background-color: #1F5B62;
}

.boton-marca.deco:hover {
    background-color: #F18E12;
}

.boton-marca.rotulacion {
    background-color: #3A3936;
}

.boton-marca.rotulacion:hover {
    background-color: #F18E12;
}

/* Se aprieta el espaciado para que menú y botones aguanten en una sola línea.
   Si aun así no caben, los botones bajan solos a una segunda línea centrada. */
@media only screen and (max-width: 1200px) {

    nav.menu .escritorio #menu-menu-principal > .menu-item > a {
        padding: 0 18px;
    }

    .boton-marca,
    nav.menu .escritorio #menu-menu-principal > #menu-item-7253 > a {
        font-size: 14px;
        padding: 10px 16px;
    }

    .boton-marca {
        margin: 3px 0 3px 8px;
    }

}

/* Menú móvil: botones con clases propias (.marcas-movil / .marca-movil),
   independientes de las de escritorio. Sólo se ven con el menú desplegado. */
.marcas-movil {
    display: none;
}

@media only screen and (max-width: 620px) {

    nav.abierto .movil .marcas-movil {
        /* el logo y el contenedor del menú van flotados: hay que limpiar
           para que los botones queden debajo y no detrás del menú */
        display: block;
        clear: both;
        width: 100%;
        text-align: center;
        padding: 30px 20px 40px;
    }

    /* el contenedor del menú lleva height:100% en media.css; en auto para
       que los botones queden justo debajo del último ítem */
    nav.abierto .movil .menu-menu-principal-container {
        height: auto;
    }

    .marca-movil {
        display: block;
        margin: 0 auto 10px;
        max-width: 280px;
        font-family: 'Lato', sans-serif;
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        line-height: 1;
        color: #ffffff !important;
        padding: 14px 22px;
    }

    .marca-movil-deco {
        background-color: #1F5B62;
    }

    .marca-movil-rotulacion {
        background-color: #3A3936;
    }

}

/*--------------------------------------------------------------
Página Simbei Deco (page-deco.php)
--------------------------------------------------------------*/

.pagina-marca .deco-banner {
    margin-bottom: 60px;
}

.pagina-marca .deco-banner img {
    display: block;
    width: 100%;
    height: auto;
}

.pagina-marca .deco-bloques {
    /* elimina el espacio entre los inline-block para que los bloques queden pegados */
    font-size: 0;
    line-height: 0;
}

.pagina-marca .deco-bloque {
    display: inline-block;
    vertical-align: top;
    /* 3 columnas con dos separaciones de 3px entre ellas */
    width: 33.333%;
    width: -webkit-calc((100% - 6px) / 3);
    width: -moz-calc((100% - 6px) / 3);
    width: calc((100% - 6px) / 3);
}

.pagina-marca .deco-bloque + .deco-bloque {
    margin-left: 3px;
}

.pagina-marca .deco-bloque img {
    display: block;
    width: 100%;
    height: auto;
}

.pagina-marca a.deco-bloque img {
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.pagina-marca a.deco-bloque:hover img {
    opacity: 0.85;
}

.pagina-marca .deco-acciones {
    text-align: right;
    padding-top: 30px;
}

.deco-descubre {
    display: inline-block;
    background-color: #F18E12;
    color: #ffffff !important;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    /* normal: solo hay el .woff de Lato regular, la negrita saldría falseada */
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1;
    padding: 12px 22px;
    -webkit-transition: background-color 0.3s ease 0s;
    -moz-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
}

.deco-descubre:hover {
    background-color: #1F5B62;
}

.pagina-marca .deco-texto {
    padding-top: 40px;
}

@media only screen and (max-width: 620px) {

    .pagina-marca .deco-banner {
        margin-bottom: 30px;
    }

    .pagina-marca .deco-bloque {
        width: 100%;
    }

    .pagina-marca .deco-bloque + .deco-bloque {
        margin-left: 0;
        margin-top: 3px;
    }

    .pagina-marca .deco-acciones {
        text-align: center;
    }

}

/* Proyectos de decoración */

.pagina-marca .deco-proyectos {
    padding-top: 30px;
}

.pagina-marca .deco-titulo {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-family: 'open sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    line-height: 1;
    color: #222222;
    margin-bottom: 80px;
}

.pagina-marca .deco-titulo::before,
.pagina-marca .deco-titulo::after {
    content: "";
    -webkit-flex: 1;
    flex: 1;
    height: 1px;
    background-color: #333333;
}

.pagina-marca .deco-titulo span {
    /* el letter-spacing añade aire tras la última letra: se compensa a la derecha */
    padding: 0 12px 0 14px;
}

/* Misma retícula que los tres bloques de arriba: 3 columnas con 3px de aire */
.pagina-marca .deco-proyectos .proyecto.columna3 {
    width: -webkit-calc((100% - 6px) / 3);
    width: -moz-calc((100% - 6px) / 3);
    width: calc((100% - 6px) / 3);
    margin: 0;
}

.pagina-marca .deco-proyectos .proyecto.columna3 + .proyecto.columna3 {
    margin-left: 3px;
}

.pagina-marca .deco-proyectos a.thumbnail {
    height: 280px;
}

@media only screen and (max-width: 620px) {

    .pagina-marca .deco-proyectos {
        padding-top: 40px;
    }

    .pagina-marca .deco-titulo {
        margin-bottom: 30px;
    }

    .pagina-marca .deco-proyectos .proyecto.columna3 {
        width: 100%;
    }

    .pagina-marca .deco-proyectos .proyecto.columna3 + .proyecto.columna3 {
        margin-left: 0;
        margin-top: 3px;
    }

}

/* Aviso "en construcción" de las páginas de marca */

.pagina-marca .marca-construccion {
    text-align: center;
    padding: 120px 20px 80px;
}

.pagina-marca .marca-construccion h3 {
    font-family: 'Lato', sans-serif;
    font-size: 28px;
    color: #DB8D29;
    margin-bottom: 15px;
}

.pagina-marca .marca-construccion p {
    font-size: 17px;
    margin-bottom: 30px;
}
