.topButton {
  width: 135px;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  padding-top: 6px;
}
.titulo {
  color: #181818cc;
  font-size: 50px;
  font-family: 'Playfair Display';
}
@media only screen and (max-width: 768px) {
  .logo {
    right: 10px !important;
    top: 30px !important;
    width: 60%;
  }
  .message-modal {
    right: 10px !important;
    top: 90% !important;
  }
  .content-sidebar .menu {
    width: 100%;
  }
  .content-sidebar .menu li {
    padding: 0 100px 15px 0 !important;
  }
  .content-sidebar .menu li a {
    font-size: 23px !important;
  }
  .entry-content {
    padding: 0 15px;
  }
  .entry-content .section02 {
    flex-direction: column-reverse;
  }
  .entry-content .section02 p strong {
    font-size: 2em;
  }
  .entry-content .section02 .wpb_column:last-child:after {
    content: none;
  }
  .entry-content .section03 p strong {
    font-size: 2em;
    text-align: left;
  }
  .entry-content .section03 .content {
    padding-left: 50px;
  }
  .entry-content .section03 .wpb_column:last-child:after {
    content: none;
  }
  .entry-content .section04 {
    flex-direction: column-reverse;
  }
  .entry-content .section05 .wpb_column:after {
    content: url(http://www.vperezdesign.com/wp-content/uploads/2018/01/logo-mov.png) !important;
    position: absolute;
    height: 100px;
    width: 100%;
    left: 10px !important;
    top: -60px;
  }
  .entry-content .section05 .wpb_column p {
    padding: 0 20px !important;
  }
  footer .footer-info {
    display: flex !important;
    flex-direction: column;
  }
  footer .footer-info .col3 {
    width: 80% !important;
    margin-left: 30px;
  }
  footer .footer-info .col3:nth-child(2) {
    padding-left: 0px !important;
  }
  footer .footer-info .tp-bgimg.defaultimg {
    width: 80% !important;
    height: 80% !important;
  }
  footer .tparrows.uranus.noSwipe {
    display: none;
  }
  .descargar-cat {
    margin: -60px -10px 0px !important;
    padding: 70px 0 !important;
  }
  .descargar-cat .wpb_column strong {
    font-size: 1.8em !important;
    line-height: 1.2 !important;
  }
  .descargar-cat .wpb_column strong:before {
    left: -10px !important;
    width: 30px !important;
    top: -5px !important;
  }
  .descargar-cat .wpb_column strong:after {
    right: 60px !important;
    top: 60px;
  }
  .descargar-cat .wpb_column a {
    font-size: 1.4em !important;
    display: grid !important;
  }
  div#catalogo-productos {
    margin-top: 100px !important;
  }
  div#catalogo-productos .grid-catalogo select {
    width: 80%;
    height: 40px;
    border: solid 2px #b78f58;
    color: #001e38;
    font-size: 18px;
    padding: 0 10px;
  }
  .post-template-default p.prod-tit {
    font-size: 2.5em !important;
  }
  .post-template-default p.prod-tit:before {
    margin-top: 50px !important;
  }
  .post-template-default .precio p {
    width: auto !important;
  }
  .post-template-default .col-mat .wpb_wrapper {
    display: block !important;
  }
  .cont-contacto {
    top: -50px;
  }
  .cont-contacto .txt-contacto {
    text-align: left !important;
    font-size: 22px;
    color: #001D38;
    font-family: 'Metropolis thin';
  }
  .cont-contacto p.tit-contacto {
    font-size: 18px !important;
    font-weight: 700 !important;
  }
  .list-iconos ul li.uavc-list-desc {
    font-size: 16px;
  }
  .cont-type-txt {
    margin: 40px auto !important;
    padding: 10px;
    width: 100%;
    height: auto !important;
  }
  .cont-type-txt .tit-mob-type {
    font-size: 20px !important;
    font-family: 'Metropolis' !important;
  }
  .post-template-default .col-mat .wpb_wrapper {
    display: flex !important;
  }
  .post-template-default .col-mat .wpb_wrapper .color {
    font-size: 13px !important;
  }
  .post-template-default .col-mat .wpb_wrapper .material {
    font-size: 13px !important;
    padding-left: 5.25em !important;
  }
  .tit2 {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .logo {
    right: 10px !important;
    top: 30px !important;
    width: 60%;
  }
  .message-modal {
    right: 10px !important;
    top: 90% !important;
  }
  .entry-content {
    padding: 0 20px;
  }
  .tit2 {
    font-size: 20px !important;
  }
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
}
.textwidget.custom-html-widget .sxc-follow-buttons .sxc-follow-button {
  display: inline !important;
}
.grecaptcha-badge {
  display: none !important;
}
#status {
  width: 177px;
  height: 79px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px auto 0;
  -webkit-animation: preload 1s infinite;
  -moz-animation: preload 1s infinite;
  -o-animation: preload 1s infinite;
  animation: preload 1s infinite;
}
@-webkit-keyframes preload {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes preload {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
.home .entry-header {
  display: none;
}
a {
  text-decoration: none;
  outline: none !important;
}
.entry-content {
  margin: 0 !important;
}
body {
  margin-left: 60px !important;
}
body p {
  font-family: 'Metropolis';
}
body p span.vane {
  font-family: 'Playfair Display' !important;
  padding-left: 0 !important;
}
body p.tit-productos {
  font-size: 50px;
  font-family: 'Playfair Display bold';
  color: #00172f;
}
body p.tit-productos:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 120px;
  background: #B78F58;
  margin-top: 80px;
}
.main-navigation {
  clear: none !important;
}
#page {
  overflow-x: hidden;
}
#content {
  margin: 0 auto;
  max-width: 100%;
  width: 1100px;
}
.hentry {
  margin: 0 !important;
}
.scrollToTop {
  position: fixed;
  bottom: 2em;
  left: 10px;
  background-color: #fff;
  font-size: 12px;
  padding: 1em;
  display: none;
  outline: 0;
  transition: all .4s;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  z-index: 999;
}
.scrollToTop:before {
  position: absolute;
  content: "\f077";
  font-family: FontAwesome;
  font-size: 18px;
  color: #B78F58;
  width: 100%;
  top: 16%;
  left: 0;
  text-align: center;
}
.scrollToTop:hover:before {
  color: #181818cc;
}
.error404 .page-header {
  text-align: center;
}
.error404 .page-header h1 {
  margin-top: 120px;
  font-size: 55px;
}
.error404 .page-content {
  text-align: center;
  margin-bottom: 80px;
}
.error404 .page-content p:first-child {
  font-size: 30px;
}
.error404 .page-content input[type="submit"] {
  border-radius: 0;
  background: ;
  color: #fff;
  border: 0;
  padding: 9px 20px;
  text-transform: uppercase;
}
.search .site-content {
  margin: 90px auto 50px !important;
}
.search .site-content section {
  float: left;
  width: 65%;
}
.search .site-content section article {
  background: #f5f5f5;
  margin-bottom: 25px !important;
  padding: 20px;
}
.search .site-content section article h2 {
  margin-bottom: 5px;
}
.search .site-content section article h2 a {
  text-decoration: none;
  color: #333;
}
.search .site-content section article .byline,
.search .site-content section article .entry-footer {
  display: none;
}
.search .site-content section article .posted-on a {
  color: ;
  text-decoration: none;
}
.search .site-content aside {
  float: right;
  width: 30%;
}
.search .site-content aside ul {
  margin: 0;
  padding: 0;
}
.search .site-content aside ul li {
  padding-left: 20px;
  list-style: none;
  margin-bottom: 10px;
  position: relative;
}
.search .site-content aside ul li:before {
  position: absolute;
  top: 1px;
  left: 0;
  font-family: FontAwesome;
  font-size: 15px;
  color: ;
  content: "\f0f6";
}
.search .site-content aside ul li a {
  color: #333;
  text-decoration: none;
}
.search .site-content aside .search-form input[type="search"] {
  width: 100%;
}
.search .site-content aside .search-form input[type="submit"] {
  width: 100%;
  margin-top: 5px;
  border: 0;
  border-radius: 0;
  background: ;
  color: #fff;
  text-transform: uppercase;
}
.logo {
  position: absolute;
  z-index: 9999;
  right: 50px;
  top: 50px;
}
.content-sidebar {
  cursor: pointer;
}
.content-sidebar span {
  background: #B78F58;
  max-width: 60px;
  display: flex;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  justify-content: center;
  padding-top: 60px;
  color: #fff;
  z-index: 999;
  font-family: 'Playfair Display';
}
.content-sidebar span:before {
  content: url(../images/icon-menu.png);
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  top: 29px;
  pointer-events: none;
}
.content-sidebar .menu {
  transform: translateX(-120%);
  background: #B78F58;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 99;
  transition: all .4s;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content-sidebar .menu li {
  list-style: none;
  padding: 0 80px 40px 0;
}
.content-sidebar .menu li a {
  font-size: 33px;
  color: #fff;
  font-family: 'Metropolis thin';
  border-bottom: solid 2px transparent;
  position: relative;
  transition: all .3s;
  padding-bottom: 5px;
}
.content-sidebar .menu li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #001D38;
  transition: all .3s;
}
.content-sidebar .menu li a:hover:before {
  width: 100%;
}
.content-sidebar .menu li.current-menu-item a {
  font-family: 'Metropolis';
  border-bottom: solid 2px #001D38;
}
.content-sidebar .menu li.current-menu-item a:before {
  display: none;
}
.content-sidebar.open {
  width: auto;
}
.content-sidebar.open span:before {
  content: url(../images/icon-menu-hover.png);
}
.content-sidebar.open .menu {
  transform: translateX(0);
  opacity: 1;
  z-index: 1;
}
#content.filter-blur,
.site-footer.filter-blur {
  filter: blur(5px);
  transition: all .3s;
}
.home .slider-home .wpb_revslider_element {
  margin-bottom: 0 !important;
}
.section01 {
  margin: -80px 100px 0 !important;
  background: url(../images/bg-titles.jpg);
  position: relative;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  display: none;
}
.section01 .wpb_column {
  margin-top: -70px;
}
.section01 .wpb_column p {
  font-size: 30px;
  font-family: 'Metropolis thin';
  display: flex;
  justify-content: center;
  line-height: 1;
}
.section01 .wpb_column strong {
  font-size: 74px !important;
  font-family: 'Playfair Display bold' !important;
  line-height: .5;
  position: relative;
}
.section01 .wpb_column strong:before {
  content: "";
  position: absolute;
  left: -105px;
  width: 100px;
  height: 1px;
  background: #fff;
  top: 35px;
}
.section02 {
  margin-top: 50px;
  position: relative;
}
.section02 .enlace {
  text-align: right;
}
.section02 .content {
  padding-left: 50px;
}
.section02 p strong {
  color: #181818cc;
  font-size: 50px;
  font-family: 'Playfair Display';
}
.section02 p a {
  text-align: right;
  color: #B78F58;
  font-size: 30px;
  transition: all .3s;
}
.section02 p a:hover {
  color: #181818cc;
}
.section02 .silla1 .vc_single_image-wrapper.vc_box_border_grey {
  box-shadow: 15px 15px 50px #3e3e3e38;
}
.section02 .silla1 .vc_single_image-wrapper.vc_box_border_grey:before {
  content: "";
  background: #b8a49d73;
  width: 420px;
  height: 420px;
  position: absolute;
  z-index: -1;
  margin-left: -20px;
  margin-top: 20px;
}
.section03 .enlace {
  text-align: right;
}
.section03 .content {
  padding-right: 50px;
}
.section03 p strong {
  color: #181818cc;
  font-size: 50px;
  font-family: 'Playfair Display';
  text-align: right;
  display: block;
}
.section03 p a {
  text-align: right;
  color: #B78F58;
  font-size: 30px;
  transition: all .3s;
}
.section03 p a:hover {
  color: #181818cc;
}
.section03 .silla2 .vc_single_image-wrapper.vc_box_border_grey {
  box-shadow: 15px 15px 50px #3e3e3e38;
}
.section03 .silla2 .vc_single_image-wrapper.vc_box_border_grey:before {
  content: "";
  background: #b78f584f;
  width: 370px;
  height: 480px;
  position: absolute;
  z-index: -1;
  margin-left: 80px;
  margin-top: -30px;
}
.section04 {
  margin-top: 0 !important;
}
.section04 .wpb_column:last-child:after {
  display: none;
}
.section04 .silla3 .vc_single_image-wrapper {
  box-shadow: 15px 15px 50px #3e3e3e38;
}
.section04 .silla3 .vc_single_image-wrapper.vc_box_border_grey:before {
  content: "";
  background: #001d374f;
  width: 430px;
  height: 400px;
  position: absolute;
  z-index: -1;
  margin-left: -20px;
  margin-top: -20px;
}
.section05 {
  margin: 70px 0 !important;
}
.section05 .wpb_column:after {
  content: url(http://www.vperezdesign.com/wp-content/uploads/2018/02/vanessa-perez2-1.png);
  position: absolute;
  right: 10px;
  top: -53px;
}
.section05 .wpb_column p {
  padding: 0 50px;
}
.section05 .wpb_column p strong {
  color: #181818cc;
  font-size: 50px;
  font-family: 'Playfair Display';
  padding-left: 20px;
}
.section05 .wpb_column p span {
  font-size: 30px;
  color: #181818;
  font-family: 'Metropolis';
  padding-left: 95px;
  line-height: .2;
}
footer {
  text-align: center;
  background: url(../images/bg-footer.jpg);
}
footer .footer-info {
  margin: 0 auto;
  max-width: 100%;
  width: 1100px;
  display: inline-block;
}
footer .footer-info .col3 {
  width: 30%;
  margin-right: 3.5%;
  float: left;
  text-align: left;
}
footer .footer-info .col3:nth-child(2) {
  padding-left: 50px;
}
footer .footer-info .col3:last-child {
  margin-right: 0;
}
footer .footer-info .col3:last-child .rev_slider_wrapper {
  width: 280px;
}
footer .footer-info .col3:last-child .rev_slider_wrapper .tparrows:before {
  color: #B78F58 !important;
  font-size: 25px !important;
}
footer .footer-info .col3:last-child .rev_slider_wrapper .tparrows.tp-leftarrow {
  left: -24px !important;
}
footer .footer-info .col3:last-child .rev_slider_wrapper .tparrows.tp-rightarrow {
  left: 107% !important;
}
footer .footer-info .col3 h3 {
  color: #B78F58;
  font-size: 20px;
  font-family: 'Playfair Display bold';
}
footer .footer-info .col3 ul {
  margin-left: 0 !important;
  padding-left: 15px;
}
footer .footer-info .col3 ul li {
  list-style: none;
  padding-bottom: 15px;
}
footer .footer-info .col3 ul li a {
  color: #fff;
  font-size: 17px;
  font-family: 'Metropolis thin';
}
footer .footer-info .col3 ul li a:hover {
  color: #B78F58;
}
footer .footer-info .col3 .form-home {
  width: 100%;
  overflow: hidden;
}
footer .footer-info .col3 .form-home input {
  width: 100%;
  border-radius: inherit;
  margin-bottom: 10px;
}
footer .footer-info .col3 .form-home input[type="submit"] {
  background: transparent;
  border-color: transparent;
  color: #B78F58;
  font-size: 15px;
  font-family: 'Playfair Display bold';
  outline: none;
}
footer .footer-info .col3 .form-home .enviar {
  position: relative;
  display: block;
  height: 35px;
}
footer .footer-info .col3 .form-home .enviar input {
  margin-bottom: 5px;
  border: solid 1px transparent;
}
footer .footer-info .col3 .form-home .enviar input:hover {
  border-color: #B78F58;
}
footer .footer-info .col3 .form-home .enviar:after {
  content: "";
  width: 30px;
  position: absolute;
  right: -90px;
  left: 0;
  margin: 0 auto;
  height: 1px;
  background: #B78F58;
  pointer-events: none;
  top: 18px;
  transition: all .5s;
}
footer .footer-info .col3 .form-home .enviar:hover:after {
  right: -100%;
  opacity: 0;
}
footer .footer-info .col3 .form-home textarea {
  height: 73px;
}
footer .copyright {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 10px;
  background: rgba(0,8,31,0.35);
  font-size: 12px;
  color: rgba(255,255,255,0.8);
}
footer .copyright a {
  color: rgba(255,255,255,0.8);
}
footer .copyright a:hover {
  color: #fff;
}
footer .copyright img {
  vertical-align: text-bottom;
}
.message-modal {
  position: fixed;
  right: 20px;
  top: 60%;
  z-index: 99;
}
.message-modal .pps-button-popup {
  padding: 10px;
  line-height: 1;
  display: block;
  background: rgba(240,178,86,0.77);
  border-radius: 10px;
}
#popuppress-62 form table {
  margin-bottom: 0;
}
#popuppress-62 form table tr td {
  padding: 5px;
}
#popuppress-62 form table tr td input {
  width: 100%;
  margin-bottom: 5px;
}
#popuppress-62 form table tr td .wpcf7-textarea {
  height: 80px;
}
#popuppress-62 form table tr td .wpcf7-submit {
  background: #404040;
  padding: 12px 35px;
  color: #fff;
  font-size: 20px;
  border-radius: 10px;
  width: auto;
  margin: 0 auto;
  display: block;
  transition: all .5s;
  outline: none;
}
#popuppress-62 form table tr td .wpcf7-submit:hover {
  background: #B78F58;
}
form .wpcf7-not-valid-tip,
form .wpcf7-validation-errors {
  display: none !important;
}
form .wpcf7-not-valid {
  border: solid 1px #B78F58 !important;
}
form .wpcf7-mail-sent-ok {
  background: #B78F58;
  border: 0 solid transparent !important;
  color: #fff;
  margin-top: 10px;
}
.entry-header h1.entry-title {
  display: none;
}
.tit2 {
  font-size: 26px;
  color: #001D38;
  font-family: 'Metropolis thin';
}
.tit-contacto {
  font-size: 22px;
  color: #001D38;
  font-weight: 700;
}
.txt-contacto {
  font-size: 22px;
  color: #001D38;
  font-family: 'Metropolis thin';
}
.cont-type-txt {
  height: auto;
  padding: 30px;
  margin-bottom: 80px;
  margin-top: 30px;
}
.cont-type-txt .type-txt {
  font-family: 'Playfair Display bold';
  color: #001D38;
  line-height: 0px;
  height: 0;
}
.cont-type-txt .txt-frase-type {
  font-family: 'Playfair Display';
  color: #001D38;
  font-size: 30px;
}
.descargar-cat {
  margin: -80px auto !important;
  width: 80%;
  background: url(../images/bg-titles.jpg);
  position: relative;
  text-align: center;
  color: #fff;
  padding: 20px 0;
}
.descargar-cat .wpb_column {
  margin-top: -70px;
}
.descargar-cat .wpb_column a {
  font-size: 30px;
  font-family: 'Metropolis thin';
  display: flex;
  justify-content: center;
  line-height: 1;
  color: #fff;
  padding-top: 10px;
}
.descargar-cat .wpb_column a:hover {
  color: #B78F58;
}
.descargar-cat .wpb_column strong {
  font-size: 74px;
  font-family: 'Playfair Display bold' !important;
  line-height: .5;
  position: relative;
}
.descargar-cat .wpb_column strong:before {
  content: "";
  position: absolute;
  left: -105px;
  width: 100px;
  height: 1px;
  background: #fff;
  top: 35px;
}
.descargar-cat .wpb_column strong:after {
  content: "";
  position: absolute;
  width: 47px;
  height: 70px;
  right: -70px;
}
.grid-catalogo p {
  display: none;
}
.grid-catalogo a.vc_btn3 {
  font-family: 'Metropolis thin';
  background: #B78F58 !important;
}
.grid-catalogo a.vc_btn3:hover {
  background: #001D38 !important;
}
.grid-catalogo li.vc_grid-filter-item {
  font-family: 'Metropolis thin';
  width: 20%;
  font-size: 24px !important;
  margin: 0 5px !important;
  border: solid 1px #001D38 !important;
}
.grid-catalogo li.vc_grid-filter-item:hover {
  background: #B78F58 !important;
}
.grid-catalogo li.vc_active {
  background: #B78F58 !important;
}
.page-id-75 {
  overflow: hidden !important;
}
.page-id-75 .site-footer {
  display: none;
}
.wpb_gmaps_widget.wpb_content_element {
  margin-bottom: 0 !important;
}
span.uavc-list-desc.ult-responsive {
  vertical-align: baseline !important;
  line-height: 0 !important;
}
.uavc-list-content {
  margin-bottom: -10px !important;
}
.captcha-modal div {
  margin: 0 auto !important;
}
.cont-contacto input.wpcf7-text {
  height: 40px;
  width: 100%;
  margin-bottom: 15px;
  border: solid 1px #b78f58;
  padding-left: 20px;
  font-family: 'Metropolis thin';
}
.cont-contacto input.wpcf7-submit {
  width: 100%;
  height: 40px;
  background: #B78F58;
  color: #fff;
  font-size: 20px;
  padding: 5px;
  font-family: 'Metropolis' !important;
}
.cont-contacto input.wpcf7-submit:hover {
  background: #001D38;
}
.cont-contacto textarea.wpcf7-textarea {
  border: solid 1px #b78f58;
  padding: 10px 20px;
  font-family: 'Metropolis thin';
}
.cont-contacto .txt-contacto {
  font-size: 22px;
  color: #001D38;
  font-family: 'Metropolis thin';
}
.cont-contacto p.tit-contacto {
  font-size: 22px;
  color: #001D38;
  font-family: 'Metropolis thin' !important;
  font-weight: 700 !important;
}
.post-template-default p.prod-tit-cat {
  font-size: 34px;
  color: #001D38;
  margin-bottom: 0 !important;
}
.post-template-default p.prod-tit {
  font-size: 60px;
  font-weight: bolder;
  margin-top: -20px;
  color: #001D38;
  font-family: 'Playfair Display bold';
}
.post-template-default p.prod-tit:before {
  content: "";
  height: 7px;
  width: 150px;
  background: #B78F58;
  position: absolute;
  margin-top: 80px;
}
.post-template-default p.prod-relacionados {
  margin-top: 20px;
  font-size: 34px;
  color: #001D38;
}
.post-template-default p.prod-relacionados:before {
  content: "";
  height: 7px;
  width: 150px;
  background: #B78F58;
  position: absolute;
  margin-top: 50px;
}
.post-template-default .info-tabla1 .ult_pricing_heading {
  background: #FFDEB2 !important;
  font-family: 'Playfair Display';
}
.post-template-default .info-tabla1 .ult_pricing_heading h3 {
  font-size: 22px !important;
  color: #001D38;
}
.post-template-default .info-tabla1 p {
  border-bottom: dotted 1px #c2967e;
  font-size: 15px !important;
  font-family: 'Metropolis' !important;
}
.post-template-default .col-mat {
  margin-bottom: 20px !important;
}
.post-template-default .col-mat .wpb_wrapper {
  display: flex;
}
.post-template-default .col-mat .wpb_wrapper p {
  width: 50%;
}
.post-template-default .col-mat .wpb_wrapper .color {
  font-size: 22px;
  display: grid;
  line-height: 24px;
  color: #001D38;
  padding-left: 70px;
  padding-top: 10px;
  font-family: 'Playfair Display';
}
.post-template-default .col-mat .wpb_wrapper .color:before {
  content: "";
  position: absolute;
  height: 60px;
  width: 60px;
  left: 10px;
  background: url(http://www.vperezdesign.com/wp-content/uploads/2018/01/icon-color.png) no-repeat;
}
.post-template-default .col-mat .wpb_wrapper .material {
  font-size: 22px;
  display: grid;
  line-height: 24px;
  color: #001D38;
  padding-left: 90px;
  padding-top: 10px;
  height: 60px;
  font-family: 'Playfair Display';
}
.post-template-default .col-mat .wpb_wrapper .material:before {
  content: "";
  position: absolute;
  height: 60px;
  width: 60px;
  right: 35%;
  background: url(http://www.vperezdesign.com/wp-content/uploads/2018/01/icon-material.png) no-repeat;
}
.post-template-default .wpb_text_column {
  margin-top: -40px;
  margin-bottom: 60px;
}
.post-template-default .wpb_single_image .vc_figure {
  border: solid 5px #001D38;
}
.post-template-default .precio {
  display: none;
  margin-top: -20px;
}
.post-template-default .precio p {
  background: #001D38;
  color: #B78F58;
  width: 300px;
  padding: 10px 30px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.post-template-default .entry-meta {
  display: none;
}
.post-template-default .vc_row.wpb_row {
  margin-bottom: 20px;
}
.post-template-default .entry-footer,
.post-template-default .post-navigation,
.post-template-default .comments-area,
.post-template-default .widget-area {
  display: none;
}
.post-template-default .grid-sillas p {
  display: none;
}
.post-template-default .grid-sillas a.vc_btn3 {
  background: #B78F58 !important;
}
.post-template-default .grid-sillas a.vc_btn3:hover {
  background: #001D38 !important;
}
table.tabla-precios {
  text-align: center;
  border: solid 1px #b78f58;
  margin-top: 70px;
  width: 72%;
}
table.tabla-precios tr {
  height: 40px;
}
table.tabla-precios tr:first-child {
  background: #ffdeb2;
}
table.tabla-precios tr td {
  border-bottom: solid 1px #b78f58;
}
table.tabla-precios tr td:first-child,
table.tabla-precios tr td th:first-child {
  border-right: solid 1px #b78f58;
}
table.tabla-precios tr th {
  font-family: 'Playfair Display bold';
  border-bottom: solid 1px #b78f58;
}
table.tabla-precios tr th:first-child {
  border-right: solid 1px #b78f58;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Regular.eot');
  src: url('../fonts/Metropolis-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Metropolis-Regular.woff') format('woff'), url('../fonts/Metropolis-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Metropolis thin';
  src: url('../fonts/Metropolis-Thin.eot');
  src: url('../fonts/Metropolis-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Metropolis-Thin.woff') format('woff'), url('../fonts/Metropolis-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Playfair Display bold';
  src: url('../fonts/PlayfairDisplay-Bold.eot');
  src: url('../fonts/PlayfairDisplay-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/PlayfairDisplay-Bold.woff') format('woff'), url('../fonts/PlayfairDisplay-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-Regular.eot');
  src: url('../fonts/PlayfairDisplay-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/PlayfairDisplay-Regular.woff') format('woff'), url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.message-modal .pps-button-popup {
  position: relative;
  height: 50px;
  width: 50px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 5px;
}
.message-modal .pps-button-popup::before {
  content: '';
  height: 150%;
  width: 150%;
  background-color: #B78F58;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: -1;
  position: absolute;
  filter: brightness(0);
}
.message-modal .pps-button-popup::after {
  content: '';
  height: 40%;
  width: 250%;
  background-color: #fff;
  position: absolute;
  transform: rotate(-35deg) translateY(-50px) translateX(-60px);
  opacity: .3;
  transition: .7s all cubic-bezier(.9,.03,.69,.22);
}
.message-modal .pps-button-popup:hover:after {
  transform: rotate(-35deg) translateY(50px) translateX(60px);
}
.message-modal .pps-button-popup img {
  filter: brightness(5);
}
.sxc-follow-button > a[title="Instagram"] img {
  opacity: 0;
}
.sxc-follow-button > a[title="WhatsApp"] img {
  opacity: 0;
}
.sxc-follow-button > a[title="Instagram"],
.sxc-follow-button > a[title="WhatsApp"] {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.sxc-follow-button > a::before,
.sxc-follow-button > a::before {
  content: '';
  height: 100%;
  width: 100%;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #B78F58;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: -1;
  position: absolute;
}
.sxc-follow-button > a[title="Instagram"]::before {
  background-image: url(http://www.vperezdesign.com/wp-content/uploads/2020/05/instagram.png);
}
.sxc-follow-button > a[title="WhatsApp"]::before {
  background-image: url(http://www.vperezdesign.com/wp-content/uploads/2020/05/whatsapp.png);
}
.sxc-follow-button > a::after,
.sxc-follow-button > a::after {
  content: '';
  height: 40%;
  width: 150%;
  background-color: #fff;
  position: absolute;
  transform: rotate(-35deg) translateY(-70px) translateX(-60px);
  opacity: .3;
  transition: .7s all cubic-bezier(.9,.03,.69,.22);
}
.sxc-follow-button > a:hover:after,
.sxc-follow-button > a:hover:after {
  transform: rotate(-35deg) translateY(30px) translateX(-60px);
}
.tituloInstagram {
  margin-top: 50px;
}
.tituloInstagram h1 {
  color: #181818cc;
  font-size: 50px;
  font-family: 'Playfair Display';
}
.tituloInstagramD h2 a {
  color: #B78F58;
  position: relative;
}
.tituloInstagramD h2 a::before {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #B78F58;
  left: 0;
  top: 55%;
  position: absolute;
  transform: translateY(-50%) translateX(-140%) scaleX(0.1);
  transform-origin: right;
  transition: .4s all ease;
}
.tituloInstagramD h2 a::after {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #B78F58;
  right: 0;
  top: 55%;
  position: absolute;
  transform: translateY(-50%) translateX(140%) scaleX(0.1);
  transform-origin: left;
  transition: .4s all ease;
}
.tituloInstagramD h2 a:hover:before {
  transform: translateY(-50%) translateX(-140%) scaleX(1);
}
.tituloInstagramD h2 a:hover:after {
  transform: translateY(-50%) translateX(140%) scaleX(1);
}
