/* INTRODUCCION */
#intro {
  width: 100%;
  height: auto;
  background: #ffffff;
  background-color: #ffffff;
  padding: 75px 10% 75px 10%;
  text-align: center;
  overflow: hidden;
  position: relative;
  transition: all .3s ease;
}
/*  */

/* SERVICIOS */
#servicios {
  width: 100%;
  height: auto;
  background: #ffffff;
  background-color: #ffffff;
  padding: 0 0 0 0;
  overflow: hidden;
  position: relative;
  transition: all .3s ease;
}

.serviciosHeader {
  width: 100%;
  height: auto;
  padding: 0 0 15px 0;
  text-align: center;
}
.serviciosHeader h1 {
  font-size: 35px;
  color: #a8a7a7;
  font-weight: normal;
  font-style: normal;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  letter-spacing: 8px;
  text-transform: uppercase;
  transition: all .3s ease;
}


.serviciosInner {
  width: 100%;
  height: auto;
  background: #eaeaea;
  background-color: #eaeaea;
  padding: 50px 10% 50px 10%;
  position: relative;
  transition: all .3s ease;
}
.serviciosInner::before {
  content: '';
  width: 50%;
  height: 100%;
  background: #f5f4f4;
  background-color: #f5f4f4;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all .3s ease;
}

.serviciosImg {
  width: 100%;
  height: auto;
  padding: 30px 0 0 0;
  line-height: 0;
  text-align: right;
  position: relative;
  transition: all .3s ease;
}
.serviciosImg img {
  -webkit-box-shadow: -1px 9px 5px 0px rgba(0,0,0,0.33);
  -moz-box-shadow: -1px 9px 5px 0px rgba(0,0,0,0.33);
  box-shadow: -1px 9px 5px 0px rgba(0,0,0,0.33);
}

.procedimientoHeader {
  width: 100%;
  height: auto;
  padding: 0 0 15px 10%;
  text-align: left;
  transition: all .3s ease;
  position: relative;
}
.procedimientoHeader h1 {
  font-size: 18px;
  color: #676767;
  font-weight: bold;
  font-style: normal;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  text-transform: uppercase;
  transition: all .3s ease;
}

.procedimientoIntro {
  width: 100%;
  height: auto;
  padding: 0 15% 15px 10%;
  text-align: justify;
  transition: all .3s ease;
  position: relative;
}
.procedimientoIntro p {
  font-family: 'Playfair Display';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: #8d8d8d;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  transition: all .3s ease;
}
.procedimientoIntro a {
  font-family: 'Playfair Display';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #8d8d8d;
  transition: all .3s ease;
}
.procedimientoIntro a:hover {
  color: #c49a6c;
}

.procedientoContent {
  width: 100%;
  height: auto;
  padding: 0 15% 15px 10%;
  text-align: justify;
  transition: all .3s ease;
  position: relative;
}
.procedientoContent ul {
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  transition: all .3s ease;
}
.procedientoContent ul li {
  font-family: 'Playfair Display';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: #676767;
  transition: all .3s ease;
}

.serviciosList {
  width: 50%;
  height: 300px;
  padding: 0 0 0 25%;
  overflow: hidden;
  text-align: justify;
  position: absolute;
  top: 135px;
  left: 0;
  margin: auto;
  z-index: 1;
  transition: all .3s ease;
}
.serviciosList ul li {
  cursor: pointer;
  position: relative;
  transition: all .3s ease;
}
.serviciosList ul li::after {
  content: '';
  width: 0;
  height: 2px;
  background: #e0e0e0;
  background-color: #e0e0e0;
  position: absolute;
  bottom: 0;
  left: -100%;
  transition: all .3s ease;
}
.serviciosList ul li span {
  font-family: 'Playfair Display';
  font-size: 33px;
  font-weight: normal;
  font-style: normal;
  color: #414355;
  transition: all .3s ease;
}

.serviciosList ul li:hover span , .serviciosList ul li:active span , .serviciosList ul li:focus span {
  color: #c49a6c;
}

.serviciosList ul li:hover::after , .serviciosList ul li:active::after , .serviciosList ul li:focus::after {
  width: 200%;
}

.activoServicio span {
  color: #c49a6c!important;
}
.activoServicio::after  {
  width: 200%!important;
}

.serviciosMain {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  position: relative;
  right: 0;
  opacity: 1;
  z-index: 1;
}
/*  */

/* NOSOTRAS */
#nosotras {
  width: 100%;
  height: 700px;
  background: #1b1c1f;
  background-color: #1b1c1f;
  padding: 0 0 0 0;
  overflow: hidden;
  position: relative;
  transition: all .3s ease;
}

.nosotrasLeft {
  width: 65%;
  height: 700px;
  float: left;
  position: relative;
  transition: all .3s ease;
}
.martillo {
  max-width: 90%;
  height: auto;
  position: absolute;
  right: 10%;
  bottom: 0;
  transition: all .3s ease;
}
.nosotrasRight {
  width: 35%;
  height: 700px;
  float: left;
  padding: 150px 10% 0 0;
  position: relative;
  transition: all .3s ease;
}

.nosotrasHeader {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  transition: all .3s ease;
}
.nosotrasHeader h1 {
  font-size: 35px;
  color: #424141;
  letter-spacing: 8px;
  text-transform: uppercase;
  transition: all .3s ease;
}
.nosotrasHeader h1 span {
  color: #9e7d5e;
}

.nosotrasInfo {
  width: 100%;
  height: auto;
  padding: 0 0 15px 0;
  transition: all .3s ease;
}
.nosotrasInfo p {
  font-family: 'Playfair Display';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: #757575;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  transition: all .3s ease;
}

.nosotrasFooter {
  width: 100%;
  height: 60px;
  position: relative;
  padding: 0 0 0 0;
  transition: all .3s ease;
}

.nosotrasBtn {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transition: all .3s ease;
}
.nosotrasBtn .nosotrasLogo {
  width: 40%;
  height: 100%;
  text-align: left;
  position: relative;
  float: left;
}
.nosotrasBtn .nosotrasLogo img {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transition: all .3s ease;
}

.nosotrasBtn .nosotrasText {
  width: 60%;
  height: 100%;
  line-height: 60px;
  text-align: left;
  position: relative;
  float: left;
}
.nosotrasBtn .nosotrasText span {
  font-family: 'Playfair Display';
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  color: #464a5b;
  transition: all .3s ease;
}
.nosotrasBtn:hover .nosotrasText span {
  color: #9e7d5e;
}
/*  */

/* BANNER BLOG */
#intro_blog {
  width: 100%;
  height: auto;
  text-align: center;
  background: #1f2124;
  background-color: #1f2124;
  padding: 0 10% 0 10%;
  line-height: 0;
  position: relative;
  overflow: hidden;
  transition: all .3s ease;
}
#intro_blog::before {
  content: '';
  width: 100%;
  height: 25px;
  background: #1b1c1f;
  background-color: #1b1c1f;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s ease;
}
#intro_blog::after {
  content: '';
  width: 100%;
  height: 25%;
  background: #ffffff;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .3s ease;
}
#intro_blog .responsive-img {
  position: relative;
  z-index: 2;
}
.imgBlogResp {
  display: none;
}
/*  */

/* BLOG */
#blog {
  width: 100%;
  height: auto;
  background: #ffffff;
  background-color: #ffffff;
  padding: 50px 10% 75px 10%;
  position: relative;
  overflow: hidden;
  transition: all .3s ease;
}

.blogHeader {
  width: 70%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 0 0;
  position: relative;
  transition: all .3s ease;
}
.blogImg {
  width: 70%;
  height: auto;
  padding: 0 0 0 0;
  text-align: left;
  line-height: 0;
  float: left;
  position: relative;
  transition: all .3s ease;
}
.blogDate {
  width: 30%;
  height: auto;
  padding: 0 0 0 10px;
  text-align: justify;
  float: left;
  position: relative;
  transition: all .3s ease;
}
.blogDate span {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #989898;
  text-transform: uppercase;
}

.blogContent {
  width: 100%;
  height: auto;
  float: left;
  text-align: left;
  padding: 15px 35% 0 15%;
  position: relative;
  transition: all .3s ease;
}
.blogContent h1 {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  color: #737373;
  padding: 0 0 0 0!important;
  margin: 0 0 5px 0!important;
  text-transform: uppercase;
  transition: all .3s ease;
}
.blogContent a {
  font-family: 'Roboto';
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: #c49a6c;
  position: relative;
  transition: all .3s ease;
}
.blogContent a::after {
  content: '';
  width: 0;
  height: 1px;
  background: #c49a6c;
  background-color: #c49a6c;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .3s ease;
}
.blogContent a:hover::after {
  width: 100%;
}

.blogFooter {
  width: 100%;
  height: auto;
  padding: 50px 10% 0 10%;
  text-align: center;
  transition: all .3s ease;
}
.blogFooter a {
  font-family: 'Playfair Display';
  font-size: 35px;
  font-weight: normal;
  font-style: normal;
  color: #414456;
  text-transform: uppercase;
  letter-spacing: 8px;
  transition: all .3s ease;
}
.blogFooter a:hover {
  color: #c49a6c;
}
/*  */

/* Servicios Responsive */
.serviciosResponsive {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  position: relative;
  transition: all .3s ease;
  display: none;
}
.servicioContainer {
  width: 100%;
  height: auto;
  padding: 50px 5% 100px 5%;
  background: #eaeaea;
  background-color: #eaeaea;
  position: relative;
}

.serviciosListR {
  width: 100%;
  height: auto;
  padding: 100px 0 0 25%;
  text-align: justify;
  position: relative;
  transition: all .3s ease;
}
.serviciosListR ul li {
  cursor: pointer;
  position: relative;
  transition: all .3s ease;
}
.serviciosListR ul li::after {
  content: '';
  width: 0;
  height: 2px;
  background: #e0e0e0;
  background-color: #e0e0e0;
  position: absolute;
  bottom: 0;
  left: -100%;
  transition: all .3s ease;
}
.serviciosListR ul li a{
  font-family: 'Playfair Display';
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  color: #414355;
  transition: all .3s ease;
}

.serviciosListR ul li:hover a {
  color: #c49a6c;
}

.serviciosListR ul li:hover::after {
  width: 200%;
}

.serviciosFooter {
  width: 70%;
  height: auto;
  background: #f5f4f4;
  background-color: #f5f4f4;
  padding: 75px 5% 75px 5%;
  text-align: justify;
  margin: 0 auto;
  transition: all .3s ease;
}
/*  */

/* NOSOTRAS RESPONSIVE */
.nosotrasResponsive {
  width: 100%;
  height: auto;
  padding: 0 0 50px 0;
  position: relative;
  display: none;
  transition: all .3s ease;
}
.nosotrasImagen {
  width: 100%;
  height: auto;
  text-align: left;
  background: #212224;
  background-color: #212224;
  padding: 0 15% 0 15%;
  line-height: 0;
  transition: all .3s ease;
}
/*  */
