/*GENÉRIC0S*/

.section {
  font-style: oblique;
}

body {
  font-size: 12px;
}

/*ELEMENTOS DE PÁGINA*/

#top,
#main-top,
#main,
#bottom {
  width: 100%;
}

#top,
#main-top,
#main,
#bottom,
#header,
#content-home,
#content,
#breadcrumbs,
#footer {
  margin: 0 auto;
}

#top,
#main-top,
#main,
#bottom,
#header,
#content-home,
#breadcrumbs,
#footer {
  overflow: hidden;
}

#top {
  height: 160px;
  background: #443c36 url(../img/top_bg.jpg) repeat-x top;
}

#header,
#header_left,
#header_right {
  height: 160px;
}

#header_left,
#header_right {
  float: left;
}

#header {
  width: 768px;
}

#header_left {
  width: 248px;
}

#header_left a {
  display: block;
  background-image: url(../img/katania-decoracion_logo-3d.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 142px;
  width: 190px;
  margin-top: 6px;
}

#header_left h1,
#header_left span {
  display: none;
}

#header_right,
#nav {
  width: 520px;
}

#nav {
  height: 34px;
  margin-top: 6px;
}

#nav b {
  font-weight: normal;
}

#nav li {
  float: left;
  border-left: 1px #514841 solid;
}

#nav a {
  width: 94px;
  height: 22px;
  padding-top: 12px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

#nav .first a {
  overflow: hidden;
  text-indent: -9999px;
  width: 43px;
  position: relative;
}

#nav .first a:before {
  content: '\f015';
  display: block;
  text-align: center;
  font: 1rem/2.2 'FontAwesome';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  text-indent: 0;
  width: 100%;
}

#nav .selected,
#nav a:hover {
  background-color: #000;
}

#main-top {
  background: #443d36;
}

#main-top.home {
  width: 768px;
  height: 440px;
}

#main-top.interior {
  height: 8px;
  background: #77695e;
}

#content-home {
  width: 768px;
  height: 390px;
  background: #443c36;
  box-shadow: 0 10px 10px -10px #000;
}

#content-home_left {
  width: 248px;
  height: 390px;
  background: #fff;
  float: left;
  position: relative;
}

#content-home_left h1 {
  padding: 20px 30px;
  font-size: 20px;
}

#content-home_left p {
  padding: 0 20px 0 30px;
  line-height: 1.4em;
}

#content-home_left a {
  display: none;
}

#slider {
  width: 520px;
  height: 390px;
  float: left;
  overflow: hidden;
}

/*Función slideSwitch*/

#slider img {
  display: block;
  position: absolute;
  z-index: 8;
  opacity: 0;
}

#slider img.actived {
  z-index: 10;
  opacity: 1;
}

#slider img.last-active {
  z-index: 9;
}

/*Fin slideSwitch*/

#breadcrumbs {
  width: 768px;
  height: 40px;
  overflow: hidden;
}

.breadcrumbs {
  background: #dfe2d6;
  float: left;
  height: 40px;
  font-size: 10px;
  padding: 15px 15px 0;
}

.breadcrumbs li {
  display: inline;
}

.phone {
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.4);
  border: #000 solid;
  border-width: 1px 1px 0;
  height: 40px;
  float: right;
}

.phone a {
  color: #f7f5e8;
  display: block;
  font: 300 18px sans-serif;
  padding: 8px 8px 0;
}

.phone a:hover {
  text-decoration: none;
}

.phone a:before {
  font: 16px 'FontAwesome';
  content: '\f095';
  margin-right: 0.6em;
  color: rgba(255, 255, 255, 0.2);
  display: inline-block;
  vertical-align: text-bottom;
}

#main {
  background: #77695e;
  border-top: 1px #000 solid;
  border-top: 1px rgba(0, 0, 0, 0.8) solid;
  border-bottom: 6px solid #1a1411;
}

#main.home {
  background-color: #eee;
  background-image: url(../img/imago.svg);
  background-position: 50% 16px;
  background-repeat: no-repeat;
  background-size: 48px 48px;
  border-top: 1px #fff solid;
}

#main.home .wrapper {
  background: #fff url(../img/home/wrapper-bg.jpg) repeat-x top;
  border-top: 1px #fff solid;
  margin: 80px auto 0;
  overflow: hidden;
}

#services {
  display: flex;
  justify-content: center;
  list-style: none;
  align-items: center;
  margin: 50px auto 30px;
}

#services li {
  margin: 0;
}

#services li a {
  color: #77695e;
  display: block;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
  width: 120px;
  height: 120px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

#services li a > svg,
#services li a > span {
  position: absolute;
  transition: 0.3s;
}

#services li a > svg {
  max-width: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#services li a > span {
  color: #443c36;
  font-size: 0.6875rem;
  font-weight: 300;
  top: 120px;
  left: 15px;
  right: 15px;
  text-align: center;
}

#services li a:hover {
  /*border:1px #f3f3f3 solid;
	box-shadow: 0 0 2px rgba(0,0,0,.2);*/
  transform: scale(1.2, 1.2);
}

#services li a:hover > svg {
  top: 40%;
}

#services li a:hover > span {
  top: 80px;
}

#content {
  width: 768px;
}

#content h1 {
  background-image: url(../img/imago-alt.svg);
  background-position: center right 24px;
  background-repeat: no-repeat;
  background-size: 36px auto;
  font-size: 24px;
  padding: 30px 0;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}

#content-inner {
  border-top: 4px #443c36 solid;
  background: #fff;
  margin-bottom: 40px;
  overflow: hidden;
  box-shadow:
    1px 0 2px rgba(0, 0, 0, 0.1),
    -1px 0 2px rgba(0, 0, 0, 0.1),
    2px 4px 2px -4px rgba(0, 0, 0, 1);
}

.banner {
  background: #443c36 url(../img/loading.gif) no-repeat center;
  border-bottom: 1px #443c36 solid;
  height: 300px;
  overflow: hidden;
  position: relative;
}

.banner h2 {
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.6);
  border: #222 solid;
  border-width: 1px 0 1px 1px;
  color: #f7f5e8;
  font-size: 20px;
  padding: 1em 40px;
  position: absolute;
  right: 0;
}

.katania h2 {
  bottom: 40px;
}

.katania img {
  display: block;
  margin-top: -140px;
}

.katania blockquote {
  background: #fff url(../img/katania/imago.jpg) -20px 15px no-repeat;
  padding: 40px 40px 15px 170px;
  display: block;
  position: relative;
}

.katania p {
  font-size: 13px;
  line-height: 1.4em;
  margin-bottom: 1em;
}

.claim {
  background: #f7f7f7;
  border-top: 1px #dfe2d6 solid;
  color: #a59689;
  display: block;
  font:
    oblique 18px 'Times New Roman',
    Times,
    serif;
  overflow: hidden;
  padding: 22px 0;
  position: relative;
  text-align: center;
}

.claim:hover:before,
.claim:hover:after {
  color: #ddd;
  color: rgba(0, 0, 0, 0.06);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100px;
  font-style: normal;
  position: absolute;
  top: 0;
}

.claim:hover:before {
  content: '\201C';
  left: 260px;
}

.claim:hover:after {
  content: '\201D';
  right: 260px;
}

.claim:hover {
  background: #f7f5e8;
  border-top: 1px #dfe2d6 solid;
  color: #77695e;
  text-decoration: none;
}

.proyectos {
  padding: 15px;
}

.proyectos a {
  display: block;
  float: left;
  width: 216px;
  margin: 15px 15px;
  text-decoration: none;
  position: relative;
  box-shadow: 0 5px 5px -6px #000;
}

.proyectos a img {
  max-width: 100%;
  height: auto;
  display: block;
}

.proyectos span {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.proyectos i {
  background: #fff url(../img/proyectos/pop.gif) no-repeat top right;
  color: #000;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 14px;
  padding: 0.6em 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-indent: 20px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.proyectos a:hover > span {
  visibility: visible;
  opacity: 1;
}

#menu-espacios {
  margin: 0;
  width: 100%;
  z-index: 1;
}

#menu-espacios div {
  width: 768px;
  padding: 30px 0;
  margin: 0 auto 15px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

#menu-espacios a {
  line-height: 1em;
  padding: 0.8em 1em;
  font-weight: 600;
  color: #423a34;
  text-align: center;
  text-decoration: none;
  border: 2px #dfe2d6 solid;
  border-radius: 1em;
}

#menu-espacios a:hover,
#menu-espacios a.active {
  color: #fff;
  background: #443c36;
  border-color: #443c36;
}

.espacios {
  width: 100%;
  position: relative;
  padding-bottom: 30px;
  overflow: hidden;
}

.espacios h2 {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  top: auto;
  overflow: hidden;
}

.espacios > div {
  overflow: hidden;
  padding: 0 0 25px;
  text-align: center;
}

.espacios a {
  display: inline-block;
  margin: 0 6px 12px;
  width: 60px;
}

.espacios img {
  display: block;
  box-sizing: border-box;
}

.espacios a img {
  border: 3px #dfe2d6 solid;
  max-width: 100%;
  height: auto;
}

.espacios a.current img {
  border-color: #423a34;
}

.escenario {
  margin-bottom: 15px;
  position: relative;
}

.escenario img {
  background: #fff;
  display: block;
  margin: auto;
  border: none;
  max-height: 300px;
  width: auto;
  height: auto;
  border: 4px #443c36 solid;
}

.escenario .loader {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiNmZmYiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiI+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiBiZWdpbj0iMHMiIGR1cj0iMS44cyIgdmFsdWVzPSIxOyAyMCIgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIvPiAgICAgICAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1vcGFjaXR5IiBiZWdpbj0iMHMiIGR1cj0iMS44cyIgdmFsdWVzPSIxOyAwIiBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iMC4zLCAwLjYxLCAwLjM1NSwgMSIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz4gICAgICAgIDwvY2lyY2xlPiAgICAgICAgPGNpcmNsZSBjeD0iMjIiIGN5PSIyMiIgcj0iMSI+ICAgICAgICAgICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iciIgYmVnaW49Ii0wLjlzIiBkdXI9IjEuOHMiIHZhbHVlcz0iMTsgMjAiIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIwLjE2NSwgMC44NCwgMC40NCwgMSIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgYmVnaW49Ii0wLjlzIiBkdXI9IjEuOHMiIHZhbHVlcz0iMTsgMCIgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+ICAgICAgICA8L2NpcmNsZT4gICAgPC9nPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 44px;
  height: 44px;
  top: 50%;
  left: 50%;
  margin: -22px;
  display: none;
}

#overlay {
  position: absolute;
  display: none;
  background: #443c36;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  opacity: 0.8;
}

#loading {
  top: 50%;
  left: 50%;
  margin: -15px -60px;
  position: absolute;
}

.amedida h2 {
  top: 40px;
}

.amedida img {
  margin-top: -50px;
}

.amedida h3 {
  padding-bottom: 0.75em;
}

.amedida p {
  line-height: 1.4em;
}

.amedida li {
  border-color: #dfe2d6;
  display: block;
  overflow: hidden;
  padding: 40px 60px 40px 0;
}

.amedida li:nth-child(even) {
  background-color: #f7f5e8;
}

.amedida li img {
  display: block;
  float: left;
  margin: 0 40px;
  border: 1px #443c36 solid;
  padding: 1px;
}

.contact {
  padding-bottom: 30px;
}

#contact-info {
  width: 320px;
  float: left;
}

#contact-info h3,
#contact-form h3 {
  padding-bottom: 0.2em;
}

#contact-info ul {
  padding: 20px 15px 20px;
}

#contact-info li {
  display: block;
  height: 80px;
  line-height: 20px;
  padding-left: 80px;
  border-color: #dfe2d6;
  position: relative;
}

#contact-info li:before {
  font: 24px/80px 'FontAwesome';
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -12px;
  height: 80px;
  width: 80px;
  text-align: center;
}

#contact-info li:nth-of-type(1):before {
  content: '\f041';
}

#contact-info li:nth-of-type(2):before {
  content: '\f040';
}

#contact-info li:nth-of-type(3):before {
  content: '\f0e0 ';
}

#map {
  float: right;
  width: 415px;
  height: auto;
  padding: 20px 30px 0 0;
}

#google {
  border: 4px #c8cbc0 solid;
  height: 200px;
  margin-top: 10px;
  position: relative;
}

#google .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -22px;
}

#contact-form {
  clear: both;
  border-color: #77695e;
  border-width: 2px;
  border-top-style: dashed;
  padding: 15px 15px 0 95px;
  line-height: 20px;
  position: relative;
}

#contact-form:before {
  font: 24px 'FontAwesome';
  position: absolute;
  left: 45px;
  top: 20px;
  content: '\f075';
}

#contact-form div {
  float: left;
  width: 50%;
  margin: 20px 0;
}

#contact-form textarea {
  width: 95%;
}

#contact-form div input {
  width: 90%;
}

.btn {
  background-color: #77695e;
  color: #f7f5e8;
  cursor: pointer;
  width: 117px;
  height: 37px;
  line-height: 37px;
  padding: 0;
  margin-top: 3px;
  margin-bottom: 3px;
  border: 1px #77695e solid;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow:
    0 -38px 1px -22px rgba(0, 0, 0, 0.1) inset,
    0 2px 0 -2px rgba(255, 255, 255, 0.4) inset;
  -moz-box-shadow:
    0 -38px 1px -22px rgba(0, 0, 0, 0.1) inset,
    0 2px 0 -2px rgba(255, 255, 255, 0.4) inset;
  box-shadow:
    0 -38px 1px -22px rgba(0, 0, 0, 0.1) inset,
    0 2px 0 -2px rgba(255, 255, 255, 0.4) inset;
  transition: 0.3s;
}

.btn:hover {
  background-color: #83766b;
}

/*
#contact-form .btn{
	display:none;
}
*/

#privacy-policy-acceptance {
  display: block;
  font-style: normal;
  margin: 1em 0;
}

#privacy-policy-info {
  background: #f7f5e8;
  border-left: 4px #dfe2d6 solid;
  box-sizing: border-box;
  display: none;
  margin: 15px 40px 0 95px;
  padding: 30px;
}

#privacy-policy-info p,
#privacy-policy-info ul {
  line-height: 1.3em;
  margin: 0 0 1em;
}

#privacy-policy-info ul {
  list-style: square inside;
}

#privacy-policy-info li {
  margin-bottom: 0.5em;
}

#privacy-policy-info strong {
  font-weight: bold;
}

#footer {
  width: 768px;
  padding: 50px 30px;
  color: #a59689;
  border: none;
  font-size: 11px;
  line-height: 1.2em;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#footer h2,
#footer h4 {
  font-size: 150%;
  padding-bottom: 1em;
}

#footer div {
  border: none;
  margin: 0 15px;
}

#footer a {
  color: #a59689;
}

#footer ul li {
  border-bottom-color: #77695e;
  border-style: dotted;
  padding: 3px 0;
}

#footer .social a,
#footer .social a:before {
  height: 30px;
  width: 30px;
}

#footer .social a {
  color: #dfe2d6;
  display: inline-block;
  margin: 0 8px 8px 0;
  overflow: hidden;
}

#footer .social a:hover {
  text-decoration: none;
}

#footer .social a:before {
  display: block;
  font: 1.875rem/1em 'FontAwesome';
  margin: 0 30px 30px 0;
}

.facebook:before {
  content: '\f230';
}

.twitter:before {
  content: '\f099';
}

.instagram:before {
  content: '\f16d';
}

#footer .copy {
  width: 100%;
  margin-top: 30px;
}

#footer .copy a {
  color: #867875;
  color: rgba(255, 255, 255, 0.25);
}

#footer .copy a:hover {
  text-decoration: none;
}

#footer .copy a:before {
  content: '/ ';
}

#footer .copy a[rel='nofollow'] {
  float: right;
}

#footer .copy img {
  margin: 0;
  vertical-align: middle;
}

#footer ul a {
  display: inline;
  float: none;
}

#cookie-warning {
  display: none;
  background: #fff;
  border-top: 4px #a59689 solid;
  font-size: 0.6875rem;
  line-height: 1.3em;
  padding: 25px;
  position: fixed;
  bottom: 0;
  right: 30px;
  width: 240px;
  z-index: 999;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

#cookie-warning p {
  margin-bottom: 0.5rem;
}

#cookie-warning button {
  border: none;
  cursor: pointer;
  display: block;
  font: 11px sans-serif;
  text-align: center;
  text-transform: uppercase;
  padding: 0.5rem;
  margin: auto;
  background: #a59689;
  color: #fff;
  width: 100%;
  border-radius: 4px;
  transition: background-color 0.3s;
}

#cookie-warning button:hover {
  background: #77695e;
  text-decoration: none;
}

/*Landing*/
.common .banner {
  margin: 0 -50px;
  border: none;
}

.common .banner h2 {
  right: 30px;
  bottom: 30px;
  border: none;
  color: #fff;
  font-size: 1rem;
}

article,
.quick-contact {
  padding: 50px;
}

article {
  max-width: 600px;
  margin: 30px auto 0;
}

article h2,
article h3 {
  margin: 1em 0;
  padding-top: 1em;
}

article img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  position: relative;
  z-index: 1;
}

.landing #services {
  background-color: #f8f8f8;
  background-image: url(../img/imago-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  padding: 50px 0;
  margin-left: -50vw;
  margin-right: -50vw;
}

.quick-contact h3 {
  margin: 0 0 1em;
  padding: 0;
}

#contact-form.quick-contact {
  border: 4px #eee solid;
  max-width: 600px;
  margin: 80px auto 0;
  padding: 50px;
}

#contact-form.quick-contact:before {
  display: none;
}

#contact-form.quick-contact input[type='text'],
#contact-form.quick-contact textarea {
  width: 90%;
  margin: 0 0 1em;
  display: block;
  box-sizing: border-box;
}

.quick-contact #privacy-policy-info {
  border: none;
  float: none;
  width: auto;
}
