/* ============================================================
   FONTS
============================================================ */
@font-face {
  font-family: 'Adieu-Regular';
  src: url(../webfonts/Adieu-Regular.ttf);
}
@font-face {
  font-family: 'Elza-Regular';
  src: url(../webfonts/Elza_Text.otf);
}

/* ============================================================
   RESET
============================================================ */
html, body {
  padding: 0;
  margin: 0;
  background: #fff;
  letter-spacing: 1px;
  font-family: 'Elza-Regular', sans-serif;
}
body a {
  outline: none;
  transition: 0.5s all;
  text-decoration: none;
}
body a:hover,
body a:focus {
  text-decoration: none;
}
a {
  color: #fff;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
}
p {
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.clearfix::after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================================
   UTILITIES
============================================================ */
.title {
  font-family: 'Adieu-Regular', sans-serif;
  font-size: 50px;
  color: #000;
  letter-spacing: 3px;
  font-weight: 600;
  text-transform: uppercase;
}
.clr {
  color: #fff;
}
.blog-text {
  margin-bottom: 2%;
}
.ediciones-pasadas {
  opacity: 0.5;
}
.ediciones-pasadas:hover {
  opacity: 1;
  transition: 2s;
}

/* ============================================================
   HEADER
============================================================ */
.header-main {
  position: relative;
  height: 0; /* sin espacio en el flujo, se superpone al banner */
}
.header-outs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 200px;
  z-index: 99;
}
.header-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.logo {
  max-width: 200px;
  display: block;
}

/* ============================================================
   NAV
============================================================ */
nav {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  position: fixed;
  right: -220px;
  top: 0;
  transition: right 0.2s linear;
  -moz-transition: right 0.2s linear;
  -o-transition: right 0.2s linear;
  -webkit-transition: right 0.2s linear;
  width: 220px;
  z-index: 9001;
  padding-top: 4em;
}
#menuToggle {
  background: #ffbf00;
  display: none;
  position: fixed;
  height: 40px;
  right: 3%;
  top: 33px;
  width: 46px;
  z-index: 9999;
  border-radius: 5px;
}
#menuToggle span {
  background: white;
  display: block;
  height: 6%;
  left: 20%;
  position: absolute;
  top: 45%;
  width: 60%;
}
#menuToggle span:before,
#menuToggle span:after {
  background: white;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: -250%;
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  width: 100%;
}
#menuToggle span:after { top: 250%; }

nav a {
  color: #fff;
  display: block;
  font-size: 1em;
  margin: 30px 0 30px 30px;
  font-weight: 300;
  letter-spacing: 1px;
}
nav a:after {
  background: #ffbf00;
  content: '';
  display: block;
  height: 2px;
  transition: width 0.5s;
  -moz-transition: width 0.5s;
  -o-transition: width 0.5s;
  -webkit-transition: width 0.5s;
  width: 0;
  margin-top: 0.2em;
}
nav a:hover:after { width: 100%; }

.menu nav a:hover,
.menu nav a:focus {
  color: #ffbf00;
}
.open nav { right: 0; }
.open #menuToggle span {
  background: transparent;
  left: 20%;
  top: 45%;
}
.open #menuToggle span:before,
.open #menuToggle span:after {
  background: white;
  top: 0;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.open #menuToggle span:after {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#menuToggle .navClosed {
  transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
  -webkit-transition: background 0.1s linear;
}
#menuToggle .navClosed:before,
#menuToggle .navClosed:after {
  transition: top 0.2s linear 0.1s, transform 0.2s linear 0.1s;
  -moz-transition: top 0.2s linear 0.1s, -moz-transform 0.2s linear 0.1s;
  -o-transition: top 0.2s linear 0.1s, -o-transform 0.2s linear 0.1s;
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
  -webkit-transition-delay: 0.1s, 0.1s;
}
#menuToggle .navOpen {
  transition: background 0.1s linear 0.2s;
  -moz-transition: background 0.1s linear 0.2s;
  -o-transition: background 0.1s linear 0.2s;
  -webkit-transition: background 0.1s linear;
  -webkit-transition-delay: 0.2s;
}
#menuToggle .navOpen:before,
#menuToggle .navOpen:after {
  transition: top 0.2s linear, transform 0.2s linear;
  -moz-transition: top 0.2s linear, -moz-transform 0.2s linear;
  -o-transition: top 0.2s linear, -o-transform 0.2s linear;
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
}

/* ============================================================
   BANNER
============================================================ */
.inner_page-banner {
  text-align: center;
  background: url(../images/b1.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  min-height: 200px;
}
.one-img { background: url(../images/b1.jpg) no-repeat center; }

/* ============================================================
   BREADCRUMB
============================================================ */
ul.short_ls li a {
  color: #ffffff;
  text-decoration: none;
}
ul.short_ls li {
  list-style: none;
  display: inline-block;
  letter-spacing: 1px;
  font-size: 14px;
}
.using-border {
  width: 100%;
  border: none;
  background: #ffbf00;
  text-align: center;
}

/* ============================================================
   PROGRESS BAR
============================================================ */
.progress.my-bar {
  height: 3px;
}

/* ============================================================
   BOTONES
============================================================ */
.outs_more-buttn a,
.w3layouts-jewel-shop a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 2px;
  background-color: transparent;
  outline: none;
  padding: 12px 28px;
  border: 1px solid #000;
  margin-top: 28px;
  border-radius: 10px;
}
.outs_more-buttn a:hover,
.w3layouts-jewel-shop a:hover,
.click-me:hover,
button[type=submit]:hover {
  background: linear-gradient(135deg, #00175A 0%, #006FCF 50%, #00175A 100%);
  border: 1px solid #006FCF;
  color: #fff;
}
.click-me,
button[type=submit] {
  width: 35%;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 2px;
  background-color: #ffbf00;
  outline: none;
  padding: 12.5px 13px;
  border: 1px solid #ffbf00;
  border-radius: 33px;
  font-size: 14px;
}

/* ============================================================
   TEXTO GENERAL
============================================================ */
.clt-syas-agile p,
.contact-list-grid p,
.shopping-degine p,
.about-inner-mid p,
.blog-agile-text-middle p {
  font-size: 12px;
  color: #000;
  line-height: 28px;
}
.shopping-degine h4,
.about-inner-mid h4 {
  font-size: 37px;
  color: #000;
  line-height: 67px;
  font-weight: bold;
}

/* ============================================================
   NOSOTROS / ABOUT
============================================================ */
.abt-inner-w3layouts-img img {
  border: 2px solid #ffbf00;
  padding: 5px;
}

/* ============================================================
   GO-TO-SHOP (formatos)
============================================================ */
.agile-img-design-left {
  background: url(../images/dd1.jpg) no-repeat center;
}
.agile-img-design-right {
  background: url(../images/dd2.jpg) no-repeat center;
}
.agile-img-design-right,
.agile-img-design-left {
  background-size: cover;
  height: 673px;
}
.shopping-degine {
  padding: 4em 5em;
  background: rgba(255, 255, 255, 0.6);
  margin-top: 10em;
}

/* ============================================================
   TEAM / CHEFS
============================================================ */
.gap-three {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.team-text {
  padding: 2em;
}
.clt-syas-agile h5 {
  font-size: 24px;
  color: #ffbf00;
}

/* ============================================================
   EVENTOS / BLOG
============================================================ */
.blog-agile-text-middle h4 {
  font-size: 15px;
  color: #ffbf00;
}
.blog-agile-text-middle {
  padding: 1em;
  background: #efefef;
}
.news-date ul li a {
  color: #222;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
}
.news-date ul li span {
  color: #ffbf00;
  padding-right: 10px;
}
.news-date ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}

/* ============================================================
   COUNTER
============================================================ */
.counter {
  font-size: 44px;
  color: #ffbf00;
  font-weight: 500;
  letter-spacing: 1px;
  border: none;
  border-bottom: 1px solid #000;
}

/* ============================================================
   CONTACTO
============================================================ */
.address_mail_footer_grids iframe {
  width: 100%;
  height: 21.5em;
  border: none;
}
.footer_grid_left p a { color: #000; }
.footer_grid_left ul li span {
  font-size: 21px;
  color: #ffbf00;
}
.footer_grid_left ul li p {
  font-size: 14px;
  color: #000;
  display: inline-block;
  padding-left: 15px;
  line-height: 40px;
}
.contact-list-grid h4 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #000;
  font-weight: 600;
}

/* ============================================================
   FOOTER
============================================================ */
.buttom-footer { background: #000; }
.address-para,
.footer-header p,
.footer-para p,
.footer-para p a {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
}
.footer-para p a:hover { color: #000; }
.footer-header {
  border: none;
  border-right: 1px solid #fff;
}
.logo-footer {
  margin-top: 30%;
}
.icons ul li,
.icons-social ul li {
  display: inline-block;
}
.icons ul li a { color: #fff; }
.icons ul li a span,
.icons-social ul li a span {
  font-size: 15px;
  border: 1px solid #fff;
  letter-spacing: 0;
  width: 37px;
  height: 37px;
  line-height: 35px;
  text-align: center;
  margin: 0 5px;
  color: #ffbf00;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
}
.icons ul li a span:hover {
  color: #000;
  background: #fff;
}
.wthree-left-right h4 {
  font-size: 28px;
  color: #ffbf00;
  font-weight: 600;
  letter-spacing: 2px;
}
footer { background: #000; }
footer p {
  padding: 0.8em 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  letter-spacing: 2.5px;
}
footer p a { color: #ffbf00; }
footer p a:hover { color: #fff; }

/* ============================================================
   RESERVACIÓN
============================================================ */
#reservacion {
  display: block;
  text-decoration: none;
  text-align: center;
  position: fixed;
  width: 230px;
  bottom: 80px;
  right: 2%;
  overflow: hidden;
  z-index: 999;
  height: 36px;
  border: none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 35px;
  transition: all .35s ease-in;
  padding-top: 6px;
}

/* ============================================================
   TO-TOP
============================================================ */
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 2%;
  overflow: hidden;
  z-index: 999;
  width: 46px;
  height: 36px;
  border: none;
  text-indent: 100%;
  background: url(../images/move-top.png) no-repeat 0 0;
}
#toTopHover {
  width: 32px;
  height: 32px;
  display: block;
  overflow: hidden;
  float: right;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 1366px) {
  nav a {
    margin: 24px 0 24px 30px;
  }
  .shopping-degine h4,
  .about-inner-mid h4 {
    font-size: 35px;
    line-height: 60px;
  }
  .outs_more-buttn a,
  .w3layouts-jewel-shop a {
    padding: 12px 23px;
    margin-top: 25px;
  }
  .click-me, button[type=submit] {
    width: 33%;
  }
  .title {
    font-size: 47px;
  }
}

@media (max-width: 1280px) {
  .team-text {
    padding: 1.6em;
  }
  .clt-syas-agile h5 {
    font-size: 21px;
  }
  .counter {
    font-size: 39px;
  }
  .icons ul li a span,
  .icons-social ul li a span {
    font-size: 14px;
    width: 35px;
    height: 35px;
    line-height: 32px;
  }
  .shopping-degine {
    padding: 4em 4em;
    margin-top: 8em;
  }
  .agile-img-design-right,
  .agile-img-design-left {
    height: 626px;
  }
}

@media (max-width: 1080px) {
  .wthree-left-right h4 {
    font-size: 26px;
  }
}

@media (max-width: 1050px) {
  nav a {
    font-size: 1.2em;
    margin: 21px 0 20px 30px;
  }
  .title {
    font-size: 44px;
  }
  .team-text {
    padding: 1.3em;
  }
  .agile-img-design-right,
  .agile-img-design-left {
    height: 579px;
  }
  .shopping-degine {
    margin-top: 6.5em;
  }
}

@media (max-width: 1024px) {
  .shopping-degine h4,
  .about-inner-mid h4 {
    font-size: 33px;
  }
  .counter {
    font-size: 36px;
  }
  .contact-list-grid h4 {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .outs_more-buttn a,
  .w3layouts-jewel-shop a {
    padding: 10px 20px;
    margin-top: 22px;
    letter-spacing: 1px;
  }
  .counter {
    font-size: 33px;
  }
  .wthree-left-right h4 {
    font-size: 24px;
  }
  .click-me, button[type=submit] {
    width: 51%;
  }
  .footer-agile-grids {
    text-align: center;
  }
  footer p {
    letter-spacing: 1px;
  }
  .shopping-degine {
    padding: 3em 3em;
  }
  .agile-img-design-right,
  .agile-img-design-left {
    height: 534px;
  }
  .blog-agile-text-middle {
    padding: 2em 3em;
  }
  .footer_grid_left ul li p {
    font-size: 13px;
    padding-left: 7px;
  }
  .address_mail_footer_grids iframe {
    height: 18em;
  }
  .inner_page-banner {
    min-height: 280px;
  }
}

@media (max-width: 900px) {
  .title {
    font-size: 41px;
  }
  .clt-syas-agile h5 {
    font-size: 18px;
  }
  .team-text {
    padding: 1em;
  }
}

@media (max-width: 768px) {
  .logo-footer {
    max-width: 50%;
    margin-bottom: 2rem;
    margin-top: 0;
  }
  .counter {
    font-size: 30px;
  }
  .inner_page-banner {
    min-height: 255px;
  }
}

@media (max-width: 767px) {
  .outs_more-buttn a,
  .w3layouts-jewel-shop a {
    margin-top: 16px;
  }
  .footer-header {
    border-right: none;
    border-bottom: 1px solid #fff;
    margin-bottom: 6px;
  }
  .agile-img-design-right,
  .agile-img-design-left {
    height: 412px;
  }
  .about-inner-mid {
    margin-top: 20px;
  }
  .blog-agile-text-middle {
    padding: 2em 1em;
  }
}

@media (max-width: 736px) {
  nav a {
    font-size: 1em;
    margin: 16px 0 18px 24px;
  }
  .title {
    font-size: 35px;
  }
  .inner_page-banner {
    min-height: 209px;
  }
}

@media (max-width: 667px) {
  .clt-syas-agile h5 {
    font-size: 17px;
  }
  .counter {
    font-size: 27px;
  }
  .wthree-left-right h4 {
    font-size: 22px;
  }
  .blog-agile-text-middle h4 {
    font-size: 22px;
  }
}

@media (max-width: 600px) {
  .shopping-degine h4,
  .about-inner-mid h4 {
    font-size: 25px;
  }
  .shopping-degine {
    margin-top: 4em;
  }
  .agile-img-design-right,
  .agile-img-design-left {
    height: 387px;
  }
  .abt-inner-w3layouts-img,
  .contact-list-grid {
    margin-top: 20px;
  }
  .address_mail_footer_grids iframe {
    height: 15em;
  }
  .footer_grid_left ul li span {
    font-size: 18px;
  }
}

@media (max-width: 568px) {
  .item-clents {
    width: 87%;
    margin: 20px auto;
  }
  footer p {
    font-size: 13px;
  }
  .blog-agile-text-middle {
    padding: 1.5em 1em;
  }
  .contact-list-grid h4 {
    font-size: 25px;
  }
}

@media (max-width: 480px) {
  .counter {
    font-size: 25px;
  }
  .icons ul li a span,
  .icons-social ul li a span {
    width: 32px;
    height: 32px;
    line-height: 30px;
  }
}

@media (max-width: 440px) {
  .title {
    font-size: 33px;
    letter-spacing: 2px;
  }
  footer p {
    line-height: 28px;
  }
  .shopping-degine {
    margin-top: 3em;
  }
  .agile-img-design-right,
  .agile-img-design-left {
    height: 375px;
  }
}

@media (max-width: 414px) {
  .news-date ul li a {
    line-height: 28px;
  }
}

@media (max-width: 384px) {
  .shopping-degine h4,
  .about-inner-mid h4 {
    font-size: 24px;
  }
  .shopping-degine {
    margin-top: 2em;
  }
  .agile-img-design-right,
  .agile-img-design-left {
    height: 340px;
  }
}

@media (max-width: 375px) {
  .wthree-left-right h4 {
    font-size: 20px;
  }
  .click-me, button[type=submit] {
    padding: 10px 11px;
  }
}

@media (max-width: 320px) {
  .logo-footer {
    max-width: 50%;
    margin-bottom: 2rem;
  }
  .shopping-degine h4,
  .about-inner-mid h4 {
    font-size: 20px;
    line-height: 35px;
  }
  .shopping-degine {
    padding: 2em 1em;
  }
  .blog-agile-text-middle h4 {
    font-size: 20px;
  }
}
