@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@font-face {
  font-family: "Gotham-Black";
  src: url("../fonts/Gotham/Gotham-Black.otf") format("opentype");
}
@font-face {
  font-family: "Gotham-Bold";
  src: url("../fonts/Gotham/Gotham-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham-Book";
  src: url("../fonts/Gotham/Gotham-BookLta.otf") format("opentype");
}
@font-face {
  font-family: "Gotham-Light";
  src: url("../fonts/Gotham/Gotham-Light.otf") format("opentype");
}
@font-face {
  font-family: "Gotham-Medium";
  src: url("../fonts/Gotham/Gotham-Medium.otf") format("opentype");
}
@font-face {
  font-family: "GothamNarrow-Bold";
  src: url("../fonts/Gotham/GothamNarrow-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Lato-Black";
  src: url("../fonts/Lato/Lato-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-BlackItalic";
  src: url("../fonts/Lato/Lato-BlackItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Bold";
  src: url("../fonts/Lato/Lato-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-BoldItalic";
  src: url("../fonts/Lato/Lato-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Hairline";
  src: url("../fonts/Lato/Lato-Hairline.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-HairlineItalic";
  src: url("../fonts/Lato/Lato-HairlineItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Heavy";
  src: url("../fonts/Lato/Lato-Heavy.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-HeavyItalic";
  src: url("../fonts/Lato/Lato-HeavyItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Italic";
  src: url("../fonts/Lato/Lato-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Light";
  src: url("../fonts/Lato/Lato-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-LightItalic";
  src: url("../fonts/Lato/Lato-LightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Medium";
  src: url("../fonts/Lato/Lato-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-MediumItalic";
  src: url("../fonts/Lato/Lato-MediumItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Regular";
  src: url("../fonts/Lato/Lato-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Semibold";
  src: url("../fonts/Lato/Lato-Semibold.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-SemiboldItalic";
  src: url("../fonts/Lato/Lato-SemiboldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Thin";
  src: url("../fonts/Lato/Lato-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-ThinItalic";
  src: url("../fonts/Lato/Lato-ThinItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Authentic-Signature";
  src: url("../fonts/Authentic-Signature.ttf") format("truetype");
}
.bg-primary {
  background-color: #4E344D !important;
}

.btn {
  font-size: 14px;
  font-weight: 700;
}
.btn.btn-sm {
  min-height: 36px;
  font-size: 11px;
}
.btn.btn-link {
  padding: 0.375rem 0;
  color: #4C324A;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  position: relative;
}
.btn.btn-link:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  max-width: 59px;
  height: 1px;
  content: "";
  background-color: #4C324A;
  opacity: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.btn.btn-link.active, .btn.btn-link:active, .btn.btn-link.active:focus, .btn.btn-link:active:focus, .btn.btn-link:focus, .btn.btn-link:hover {
  color: #4C324A;
  text-decoration: none;
}
.btn.btn-link.active:after, .btn.btn-link:active:after, .btn.btn-link.active:focus:after, .btn.btn-link:active:focus:after, .btn.btn-link:focus:after, .btn.btn-link:hover:after {
  max-width: 100%;
}
.btn.btn-outline-primary {
  color: #4E344D;
  border-color: #4E344D;
  border-radius: 5px;
  padding: 6px 18px;
}
.btn.btn-outline-primary.active, .btn.btn-outline-primary:active, .btn.btn-outline-primary.active:focus, .btn.btn-outline-primary:active:focus, .btn.btn-outline-primary:focus, .btn.btn-outline-primary:hover {
  color: #fff;
  background-color: #4E344D;
  border-color: #4E344D;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn.btn-primary {
  background: #4E344D;
  border-color: transparent;
  border: none;
  border-radius: 4px;
  min-height: 51px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 0 30px;
  color: #fff;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:not(:disabled):not(.disabled).active, .btn.btn-primary:not(:disabled):not(.disabled):active {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #2e1e2d;
}
.btn.btn-primary.btn-sm {
  padding: 4px 10px;
  min-height: auto;
}
.btn.btn-primary-degree {
  background: #4e344d;
  background: linear-gradient(87deg, #4e344d 0%, #4e344d 60%);
  border-color: transparent;
  border: none;
  border-radius: 0;
  min-height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 0 30px;
  border-radius: 20px;
  color: #fff;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
.btn.btn-primary-degree:hover, .btn.btn-primary-degree:focus, .btn.btn-primary-degree.focus, .btn.btn-primary-degree:not(:disabled):not(.disabled).active, .btn.btn-primary-degree:not(:disabled):not(.disabled):active {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: linear-gradient(87deg, #4e344d 0%, #4e344d 60%);
}
.btn.btn-light {
  background: #fff;
  border-color: transparent;
  border: none;
  border-radius: 4px;
  min-height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 0 25px;
  color: #596670;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light.focus, .btn.btn-light:not(:disabled):not(.disabled).active, .btn.btn-light:not(:disabled):not(.disabled):active {
  border-color: transparent;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #596670;
  color: #fff;
}
.btn.btn-secondary {
  background: #C48E86;
  border-color: transparent;
  border: none;
  border-radius: 5px;
  min-height: 51px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 0 30px;
  color: #fff;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary.focus, .btn.btn-secondary:not(:disabled):not(.disabled).active, .btn.btn-secondary:not(:disabled):not(.disabled):active {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #976e67;
  color: #fff;
}
.btn.btn-outline-white {
  color: #fff;
  border-color: #fff;
  border-radius: 0;
  padding: 6px 18px;
}
.btn.btn-outline-white.active, .btn.btn-outline-white:active, .btn.btn-outline-white.active:focus, .btn.btn-outline-white:active:focus, .btn.btn-outline-white:focus, .btn.btn-outline-white:hover {
  color: #4E344D;
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn.btn-pill {
  border-radius: 50px;
  padding: 0 45px;
}

.btn-submit {
  background: #6dd8bc;
  background: linear-gradient(142deg, #6dd8bc 14%, #00b8e5 100%);
  border-color: transparent;
  border: none;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 0 30px;
  border-radius: 20px;
  color: #fff;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-align: center !important;
  margin: auto !important;
}
.btn-submit:hover, .btn-submit:focus, .btn-submit.focus, .btn-submit:not(:disabled):not(.disabled).active, .btn-submit:not(:disabled):not(.disabled):active {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: linear-gradient(142deg, #00b8e5 14%, #6dd8bc 100%);
  border-radius: 20px;
}

.form-control:focus {
  color: #596670;
  border-color: #596670;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-form {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  padding-top: 30px;
}
.contact-form .caldera-grid {
  width: 100%;
  max-width: 645px;
}
.contact-form .caldera-grid p {
  font-size: 25px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
.contact-form .caldera-grid .form-control {
  padding: 6px 12px 6px 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  min-height: 45px;
  font-size: 15px;
}
.contact-form .caldera-grid .form-control:focus {
  border-color: #C48E86;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact-form .caldera-grid .form-control::-webkit-input-placeholder {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
}
.contact-form .caldera-grid .form-control::-moz-placeholder {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
}
.contact-form .caldera-grid .form-control:-ms-input-placeholder {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
}
.contact-form .caldera-grid .form-control::-ms-input-placeholder {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
}
.contact-form .caldera-grid .form-control::placeholder {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
}
.contact-form .caldera-grid label {
  margin: 15px 0 -15px 0;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
}
.contact-form .caldera-grid .btn.btn-secondary {
  background: #C48E86;
  border-color: transparent;
  border: none;
  border-radius: 5px;
  min-height: 51px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 0 30px;
  color: #fff;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
.contact-form .caldera-grid .btn.btn-secondary:hover, .contact-form .caldera-grid .btn.btn-secondary:focus, .contact-form .caldera-grid .btn.btn-secondary.focus, .contact-form .caldera-grid .btn.btn-secondary:not(:disabled):not(.disabled).active, .contact-form .caldera-grid .btn.btn-secondary:not(:disabled):not(.disabled):active {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #976e67;
  color: #fff;
}
.contact-form .caldera-grid .has-error .form-control,
.contact-form .caldera-grid .has-error .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact-form .caldera-grid .last_row .single {
  text-align: center;
}

.form-newsletter .caldera-grid .form-group {
  margin-bottom: 0;
}
.form-newsletter .caldera-grid .form-control {
  height: 51px;
  border-radius: 5px;
  font-size: 16px;
  color: #596670;
  font-weight: 300;
  border: 1px solid #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-newsletter .caldera-grid .form-control:focus {
  border-color: #4E344D;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-newsletter .caldera-grid .btn.btn-primary {
  background: #4E344D;
  border-color: transparent;
  border: none;
  border-radius: 4px;
  min-height: 51px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 0 30px;
  color: #fff;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
.form-newsletter .caldera-grid .btn.btn-primary:hover, .form-newsletter .caldera-grid .btn.btn-primary:focus, .form-newsletter .caldera-grid .btn.btn-primary.focus, .form-newsletter .caldera-grid .btn.btn-primary:not(:disabled):not(.disabled).active, .form-newsletter .caldera-grid .btn.btn-primary:not(:disabled):not(.disabled):active {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #2e1e2d;
}
.form-newsletter .caldera-grid .btn.btn-primary.btn-sm {
  padding: 4px 10px;
  min-height: auto;
}
.form-newsletter .caldera-grid .has-error .form-control,
.form-newsletter .caldera-grid .has-error .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-newsletter .caldera-grid .row.single .col-md-12.single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-newsletter .caldera-grid .row.single .col-md-12.single .form-group {
  width: 100%;
  max-width: 280px;
  min-width: 280px;
  margin: 0 7px;
}
.form-newsletter .caldera-grid .row.single .col-md-12.single .form-group:nth-child(4) {
  max-width: 200px;
  min-width: 200px;
}

.input-search .form-control {
  height: 42px;
}
.input-search.input-group > .input-group-append > .btn, .input-search.input-group > .input-group-append > .input-group-text, .input-search.input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-search.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-search.input-group > .input-group-prepend:not(:first-child) > .btn, .input-search.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  min-height: 41px;
  border-radius: 5px;
  font-size: 16px;
  color: #596670;
  font-weight: 300;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 10px;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
  border-color: #4E344D;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .select2-container--default .select2-selection--single {
  min-height: 41px;
  border-radius: 5px;
  font-size: 16px;
  color: #596670;
  font-weight: 300;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #596670;
  line-height: 41px;
}

body .select2-dropdown {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
}

@media (max-width: 1199px) {
  .form-newsletter .caldera-grid .row.single .col-md-12.single .form-group {
    width: calc(50% - 20px);
    margin: 5px 10px;
    max-width: unset;
    min-width: unset;
  }

  .form-newsletter .caldera-grid .row.single .col-md-12.single {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .form-newsletter .caldera-grid .row.single .col-md-12.single .form-group:nth-child(4) {
    max-width: unset;
    min-width: unset;
  }

  .form-newsletter .caldera-grid .btn.btn-primary {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .form-newsletter .caldera-grid .row.single .col-md-12.single .form-group {
    width: 100%;
  }

  .form-newsletter .caldera-grid .row {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .contact-form {
    padding: 15px;
  }

  .contact-form .caldera-grid h2 {
    font-size: 16px;
  }
}
.box-products {
  width: 100%;
  max-width: 235px;
  display: block;
}
.box-products figure {
  border: 1px solid #ddd;
  height: 235px;
  overflow: hidden;
  margin: 0;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.box-products figure .box-img {
  width: auto;
  height: 100%;
  max-width: 200px;
  max-height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.box-products .box-info {
  text-align: center;
  padding-top: 15px;
}
.box-products .box-info .box-category {
  color: #666666;
  font-size: 11px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
.box-products .box-info .box-title {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
.box-products .box-info .btn-cotizar {
  display: block;
  width: 100%;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-top: 1px solid #e8e8e8;
  padding: 15px;
  color: #596670;
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
.box-products:hover figure .box-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.box-products:hover .box-info .btn-cotizar {
  border-top: 1px solid #4E344D;
}

.grid-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.box-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0;
}
.box-social .icono {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  margin-right: 10px;
}
.box-social .info, .box-social .info a {
  color: #596670;
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
.box-social .info a:hover {
  color: #4E344D;
}

.box-posts {
  width: 100%;
  max-width: 440px;
  display: block;
  margin: auto;
  padding: 0 0 0 0;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(170, 170, 170, 0.1);
          box-shadow: 0px 0px 5px 3px rgba(170, 170, 170, 0.1);
}
.box-posts figure {
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-height: 260px;
}
.box-posts figure .box-img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.box-posts .box-info {
  padding: 15px 30px;
  overflow: hidden;
  background-color: #fff;
  min-height: 135px;
}
.box-posts .box-info .box-date {
  color: #596670;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 8px;
}
.box-posts .box-info .box-title {
  color: #596670;
  font-weight: 300;
  font-size: 17px;
}
.box-posts:hover figure .box-img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.box-posts:hover .box-info .box-title {
  color: #596670;
}

.box-post {
  height: 520px;
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 30px;
  position: relative;
}
.box-post figure {
  margin: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.box-post figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.box-post .box-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 30px;
  height: 120px;
  overflow: hidden;
}
.box-post .box-info h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin: 0;
}
.box-post:hover figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.box-post::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-30%, black), color-stop(70%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black -30%, rgba(0, 0, 0, 0) 70%);
  top: 0;
  left: 0;
}

.box-icf {
  position: relative;
  display: block;
}
.box-icf figure {
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-height: 650px;
}
.box-icf figure .box-img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.box-icf .box-info {
  padding: 15px 70px;
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 45px;
}
.box-icf .box-info .box-title {
  color: #fff;
  font-weight: 700;
  font-size: 46px;
  line-height: 50px;
  margin: 0 0 10px;
}
.box-icf .box-info .box-text {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 20px;
}
.box-icf:before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(75%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 75%);
  width: 100%;
  height: 65%;
  left: 0;
  bottom: 0;
}
.box-icf:hover figure .box-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.box-membresia {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #c48e86;
  background: linear-gradient(56deg, #c48e86 30%, #c48e86 130%);
  min-height: 400px;
}
.box-membresia .box-info {
  padding: 15px 50px;
  width: 100%;
}
.box-membresia .box-info .box-title {
  color: #fff;
  font-weight: 700;
  font-size: 44px;
  line-height: 50px;
  margin: 0 0 10px;
}
.box-membresia .box-info .box-text {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 20px;
}

.grid-box-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.box-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 269px;
  height: 269px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f8f8f8;
  margin-bottom: 23px;
  margin-right: 23px;
  padding: 15px;
}
.box-icons figure {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.box-icons figure .box-img-alt {
  display: none;
}
.box-icons .box-info .box-title {
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #596670;
  text-align: center;
}
.box-icons:hover {
  background-color: #4E344D;
  color: #fff;
}
.box-icons:hover figure .box-img {
  display: none;
}
.box-icons:hover figure .box-img-alt {
  display: block;
}
.box-icons:hover .box-info .box-title {
  color: #fff;
}
.box-icons:nth-child(5n+0) {
  margin-right: 0;
}

.grid-box-photos {
  display: -ms-grid;
  display: grid;
  grid-gap: 0px;
  grid-template-columns: repeat(auto-fit, minmax(384px, 1fr));
  grid-auto-rows: 384px;
}

.box-photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #000;
  margin: 0;
  padding: 0;
  position: relative;
}
.box-photos figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.box-photos figure .box-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.box-photos .box-info {
  position: absolute;
  height: 70px;
  width: 100%;
  padding: 0 15px;
  bottom: 0;
  left: 0;
}
.box-photos .box-info .box-title {
  font-size: 18px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  margin: 0 0 7px;
}
.box-photos .box-info .box-subtitle {
  font-size: 13px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  margin: 0;
}
.box-photos:hover::before {
  content: "";
  display: block;
  position: absolute;
  padding: 100px 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(100, 100, 100, 0.5);
}

.box-widget.box-latest {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 15px;
}
.box-widget.box-latest .box-title {
  color: #4E344D;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
.box-widget.box-latest .list-group-item {
  padding: 0.75rem 0;
}
.box-widget.box-latest .list-group-item .item-link .box-date {
  color: #596670;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}
.box-widget.box-latest .list-group-item .item-link .box-text {
  color: #596670;
  font-weight: 300;
  font-size: 16px;
}
.box-widget.box-latest .list-group-item .item-link:hover .box-date,
.box-widget.box-latest .list-group-item .item-link:hover .box-text {
  color: #4E344D;
}
.box-widget.box-menu {
  padding: 0;
  margin: 0;
}
.box-widget.box-menu .box-items {
  list-style: none;
  padding: 0;
}
.box-widget.box-menu .box-items .box-item {
  padding: 0 0 0 40px;
  margin: 0;
}
.box-widget.box-menu .box-items .box-item .box-link {
  padding: 8px 0;
  display: block;
  width: 100%;
  color: #596670;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.box-widget.box-menu .box-items .box-item .box-link:hover {
  color: #4E344D;
}
.box-widget.box-menu .box-items .box-item.active {
  background-image: url(../img/icons/icon-arrow-long-left.svg);
  background-repeat: no-repeat;
  background-position: left center;
}
.box-widget.box-menu .box-items .box-item.active .box-link {
  color: #4E344D;
}
.box-widget.box-menu .box-dropdown {
  margin-bottom: 30px;
  width: 100%;
  display: none;
}
.box-widget.box-menu .box-dropdown .dropdown-toggle {
  width: 100%;
  text-align: left;
}

@media (min-width: 576px) {
  .grid-box-photos {
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    grid-auto-rows: 270px;
  }
}
@media (min-width: 768px) {
  .grid-box-photos {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 250px;
  }
}
@media (min-width: 992px) {
  .grid-box-photos {
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    grid-auto-rows: 330px;
  }
}
@media (min-width: 1200px) {
  .grid-box-photos {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: 375px;
  }

  .box-widget.box-menu .box-items {
    max-width: 230px;
  }
}
@media (min-width: 1366px) {
  .grid-box-photos {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: 375px;
  }
}
@media (min-width: 1440px) {
  .grid-box-photos {
    grid-template-columns: repeat(auto-fit, minmax(284px, 1fr));
    grid-auto-rows: 284px;
  }
}
@media (min-width: 1920px) {
  .grid-box-photos {
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    grid-auto-rows: 380px;
  }
}
@media (max-width: 1919px) {
  .box-photos .box-info .box-title {
    font-size: 16px;
  }
}
@media (max-width: 1599px) {
  .box-icons {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .box-icons:nth-child(5n+0) {
    margin-right: 10px;
  }
  .box-icons:nth-child(4n+0) {
    margin-right: 0;
  }

  .box-photos .box-info .box-title {
    font-size: 14px;
  }

  .box-post .box-info h4 {
    font-size: 24px;
  }
}
@media (max-width: 1399px) {
  .box-membresia .box-info .box-title {
    font-size: 34px;
  }

  .box-membresia .box-info .box-text {
    font-size: 14px;
  }
}
@media (max-width: 1279px) {
  .box-posts .box-info .box-title {
    font-size: 16px;
  }

  .box-products .box-info .box-title {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .grid-box-icons {
    max-width: 853px;
    margin: auto;
  }

  .box-icons {
    margin-right: 23px;
    margin-bottom: 23px;
  }
  .box-icons:nth-child(5n+0) {
    margin-right: 23px;
  }
  .box-icons:nth-child(4n+0) {
    margin-right: 23px;
  }
  .box-icons:nth-child(3n+0) {
    margin-right: 0;
  }

  .box-widget.box-menu .box-items {
    display: none;
  }

  .box-widget.box-menu .box-dropdown {
    display: block;
  }
}
@media (max-width: 991px) {
  .grid-box-icons {
    max-width: 561px;
    margin: auto;
  }

  .box-icons:nth-child(3n+0) {
    margin-right: 23px;
  }
  .box-icons:nth-child(2n+0) {
    margin-right: 0;
  }

  .box-membresia {
    min-height: auto;
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .box-icons {
    height: 260px;
    width: 260px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .box-icons:nth-child(2n+0) {
    margin-right: 0 !important;
  }
  .box-icons:nth-child(3n+0) {
    margin-right: 20px;
  }
  .box-icons:nth-child(5n+0) {
    margin-right: 20px;
  }
  .box-icons:nth-child(6n+0) {
    margin-right: 0;
  }

  .box-membresia .box-info .box-title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .grid-box-icons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .box-icons {
    margin-right: 0 !important;
    margin-bottom: 23px !important;
  }

  .box-membresia {
    padding: 30px 0;
  }

  .box-membresia .box-info {
    padding: 15px 25px;
  }

  .box-products {
    margin: auto;
  }

  .box-post {
    height: 400px;
  }
}
.dropdown-lang {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
}
.dropdown-lang .dd-button {
  display: inline-block;
  border: none;
  border-radius: 0;
  padding: 10px 30px 10px 20px;
  background-color: transparent;
  cursor: pointer;
  white-space: nowrap;
  color: #596670;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.dropdown-lang .dd-button:after {
  content: "";
  font-family: "FontAwesome";
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  display: inline-block;
  margin-left: 0px;
  color: #596670;
  right: 4px;
  padding: 0 12px;
  position: absolute;
}
.dropdown-lang .dd-button:hover {
  background-color: transparent;
}
.dropdown-lang .dd-input {
  display: none;
}
.dropdown-lang .dd-menu {
  position: absolute;
  top: 100%;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 0;
  margin: 2px 0 0 0;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  list-style-type: none;
}
.dropdown-lang .dd-input + .dd-menu {
  display: none;
}
.dropdown-lang .dd-input:checked + .dd-menu {
  display: block;
}
.dropdown-lang .dd-menu li {
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #596670;
}
.dropdown-lang .dd-menu li:hover {
  background-color: #eee;
}
.dropdown-lang .dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
  color: #596670;
  font-size: 15px;
  font-weight: 400;
}
.dropdown-lang .dd-menu li.divider {
  padding: 0;
  border-bottom: 1px solid #cccccc;
}

.grid-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4E344D;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid-social .icon-social {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 6px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  font-size: 14px;
}
.grid-social .icon-social:hover {
  background-color: rgba(255, 255, 255, 0.4);
  color: #4E344D;
}

.section-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.section-social span {
  font-size: 34px;
  font-weight: 300;
  color: #596670;
  margin-right: 10px;
}

.share-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.share-buttons .share-button {
  width: 32px;
  height: 32px;
  font-size: 16px;
  color: #4E344D;
  border: 1px solid #4E344D;
  border-radius: 100%;
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 5px;
}
.share-buttons .share-button:hover {
  background-color: #4E344D;
  color: #fff;
}

@media (max-width: 991px) {
  .section-social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .section-social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.icon {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: auto;
}
.icon.icon-chevron-up-white {
  background-image: url(../img/icons/icon-chevron-up-white.svg);
  height: 9px;
  width: 100%;
}
.icon.icon-contact-email {
  background-image: url(../img/icons/icon-contact-email.svg);
  height: 15px;
  width: 100%;
}
.icon.icon-contact-address {
  background-image: url(../img/icons/icon-contact-address.svg);
  height: 16px;
  width: 100%;
}
.icon.icon-contact-phone {
  background-image: url(../img/icons/icon-contact-phone.svg);
  height: 17px;
  width: 100%;
}
.icon.icon-phone-sm-white {
  background-image: url(../img/icons/icon-phone-sm-white.svg);
  height: 15px;
  width: 11px;
}
.icon.icon-facebook {
  background-image: url(../img/icons/icon-facebook.svg);
  height: 48px;
  width: 48px;
}
.icon.icon-instagram {
  background-image: url(../img/icons/icon-instagram.svg);
  height: 48px;
  width: 48px;
}
.icon.icon-youtube {
  background-image: url(../img/icons/icon-youtube.svg);
  height: 48px;
  width: 48px;
}
.icon.icon-close-round {
  background-image: url(../img/icons/icon-close-round.svg);
  height: 51px;
  width: 51px;
}
.icon.icon-dot {
  background-image: url(../img/icons/icon-dot.svg);
  height: 5px;
  width: 5px;
}
.icon.icon-album {
  background-image: url(../img/icons/icon-album-white.svg);
  height: 14px;
  width: 14px;
}
.icon.icon-search {
  background-image: url(../img/icons/icon-search.svg);
  height: 22px;
  width: 22px;
}
.icon.icon-cart {
  background-image: url(../img/icons/icon-cart.svg);
  height: 35px;
  width: 32px;
}
.icon.icon-cart-2-white {
  background-image: url(../img/icons/icon-cart-2-white.svg);
  height: 26px;
  width: 24px;
}
.icon.icon-login-white {
  background-image: url(../img/icons/icon-login-white.svg);
  height: 18px;
  width: 18px;
}
.icon.icon-auth-white {
  background-image: url(../img/icons/icon-auth-white.svg);
  height: 18px;
  width: 18px;
}

.owl-carousel.owl-instituciones .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.owl-carousel.owl-instituciones .item img {
  height: 151px;
  width: 151px;
  -o-object-fit: contain;
     object-fit: contain;
}
.owl-carousel.owl-theme .owl-dots .owl-dot span {
  background: #cfcfcf;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: #333;
}
.owl-carousel.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}
.owl-carousel.owl-home .owl-img {
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.owl-carousel.owl-home .owl-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.owl-carousel.owl-home .owl-wrapper .owl-box {
  display: block;
  width: 100%;
  max-width: 400px;
  background-color: rgba(255, 255, 255, 0.8);
}
.owl-carousel.owl-home .owl-wrapper .owl-box figure {
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 290px;
}
.owl-carousel.owl-home .owl-wrapper .owl-box figure .box-img {
  display: initial;
  width: auto;
}
.owl-carousel.owl-home .owl-wrapper .owl-box .owl-info {
  color: #fff;
  background: #4c324a;
  background: linear-gradient(126deg, #4c324a 45%, #4c324a 100%);
  min-height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px;
}
.owl-carousel.owl-home .owl-wrapper .owl-box .owl-info h2, .owl-carousel.owl-home .owl-wrapper .owl-box .owl-info h4 {
  margin: 0;
}
.owl-carousel.owl-home .owl-wrapper .owl-box .owl-info h2 {
  font-size: 24px;
  font-weight: 700;
}
.owl-carousel.owl-home .owl-wrapper .owl-box .owl-info h4 {
  font-size: 20px;
  font-weight: 300;
}
.slick-slider.product-slider-for img {
  margin: auto;
  width: 100%;
  max-width: 480px;
}
.slick-slider.product-slider-nav img {
  margin: auto;
  width: 100%;
  max-width: 160px;
}

@media screen and (max-width: 991px) and (min-width: 576px) {
  .owl-carousel.owl-home .owl-wrapper {
    position: initial;
  }
  .owl-carousel.owl-home .owl-wrapper .container {
    max-width: 100%;
  }

  .owl-carousel.owl-home .owl-wrapper .owl-box {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .owl-carousel.owl-home .owl-wrapper .owl-box figure {
    width: 200px;
    padding: 30px;
    min-height: auto;
  }

  .owl-carousel.owl-home .owl-wrapper .owl-box .owl-info {
    width: calc(100% - 200px);
  }
}
@media (max-width: 575px) {
  .owl-carousel.owl-home .owl-wrapper {
    position: initial;
  }
  .owl-carousel.owl-home .owl-wrapper .container {
    max-width: 100%;
  }

  .owl-carousel.owl-home .owl-wrapper .owl-box {
    max-width: 100%;
  }

  .owl-carousel.owl-home .owl-wrapper .owl-box figure {
    min-height: auto;
    padding: 30px;
  }

  .owl-carousel.owl-home .owl-wrapper .owl-box .owl-info h4 {
    font-size: 16px;
  }

  .owl-carousel.owl-home .owl-wrapper .owl-box .owl-info h2 {
    font-size: 20px;
  }
}
.header-8 .start-header {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  padding: 20px 0;
  -webkit-box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
          box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #4E344D;
}
.header-8 .start-header .navbar {
  padding: 0;
}
.header-8 .start-header .navbar .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
.header-8 .start-header .navbar .navbar-brand img {
  height: 100px;
}
.header-8 .start-header .navbar .navbar-nav {
  width: 100%;
  max-width: 820px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-8 .start-header .navbar .navbar-nav .navbar-brand img {
  height: 28px;
  width: auto;
  display: block;
  -webkit-filter: brightness(10%);
          filter: brightness(10%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-8 .start-header .navbar .navbar-nav .menu-item {
  position: relative;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.header-8 .start-header .navbar .navbar-nav .menu-item a {
  color: #fff;
  font-weight: 300;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  position: relative;
  padding: 10px 0;
  display: inline-block;
}
.header-8 .start-header .navbar .navbar-nav .menu-item .sub-menu {
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  display: block;
  margin: 0;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  padding: 10px !important;
  font-size: 13px;
  color: #212121;
  background-color: #fcfaff;
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
          box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  position: absolute;
  list-style-type: none;
  width: 100%;
}
.header-8 .start-header .navbar .navbar-nav .menu-item .sub-menu .menu-item:after {
  content: none;
}
.header-8 .start-header .navbar .navbar-nav .menu-item .sub-menu a {
  padding: 3px 15px;
  color: #fff;
  border-radius: 2px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  display: block;
  width: 100%;
  height: 100%;
}
.header-8 .start-header .navbar .navbar-nav .menu-item .sub-menu a:hover, .header-8 .start-header .navbar .navbar-nav .menu-item .sub-menu a:focus {
  color: #fff;
  background-color: #fff;
}
.header-8 .start-header .navbar .navbar-nav .menu-item:hover a, .header-8 .start-header .navbar .navbar-nav .menu-item.current_page_item a {
  color: #fff;
}
.header-8 .start-header .navbar .navbar-nav .menu-item:hover:after, .header-8 .start-header .navbar .navbar-nav .menu-item.current_page_item:after {
  bottom: 0;
  opacity: 1;
}
.header-8 .start-header .navbar .navbar-nav .menu-item:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.header-8 .start-header .navbar .navbar-nav .menu-item.current_page_item:hover:after {
  opacity: 0;
}
.header-8 .start-header .navbar .navbar-nav .menu-item.show .sub-menu {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
}
.header-8 .start-header .navbar .navbar-nav .menu-item.current_page_item a {
  color: #fff;
}
.header-8 .start-header .navbar .navbar-nav.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.header-8 .start-header .navbar .navbar-nav.navbar-light .navbar-toggler-icon:after, .header-8 .start-header .navbar .navbar-nav.navbar-light .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.header-8 .start-header .navbar .navbar-nav.navbar-light .navbar-toggler-icon:after {
  top: 8px;
}
.header-8 .start-header .navbar .menu-btn {
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 240px;
}
.header-8 .start-header .navbar .menu-btn .btn {
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 13px;
}
.header-8 .start-header .navbar .menu-btn .header-cart .cart-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.header-8 .start-header .navbar .menu-btn .header-cart .cart-link .cart-info {
  margin: 0 5px;
  padding-top: 5px;
  padding-left: 5px;
}
.header-8 .start-header.scroll-on {
  -webkit-box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
          box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-8 .start-header.scroll-on .navbar-brand img {
  height: 60px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.navbar-toggler-icon:after,
.navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #fff;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.navbar-toggler-icon:after {
  top: 8px;
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:before {
  -webkit-transform: translateY(8px) rotate(-45deg);
          transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  border-color: transparent;
}

.navbar-toggler-icon {
  background-image: none !important;
}

.logo {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: block;
  z-index: 100;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}

.logo img {
  height: 26px;
  width: auto;
  display: block;
  -webkit-filter: brightness(10%);
          filter: brightness(10%);
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}

@media (max-width: 1599px) {
  .header-8 .container {
    max-width: calc(100% - 30px);
  }
}
@media (max-width: 1199px) {
  .header-8 .start-header .navbar .navbar-nav {
    max-width: 100%;
  }

  .header-8 .start-header .navbar .menu-btn {
    padding-left: 0;
  }

  .header-8 .start-header .navbar .navbar-nav {
    margin: 15px 0;
  }

  .header-8 .start-header .navbar .navbar-nav .menu-item:after {
    content: unset;
  }

  .header-8 .start-header .navbar .navbar-brand img {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .header-8 .start-header .navbar .navbar-nav {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .header-8 .container {
    max-width: 100%;
  }
}
.banner-1 {
  position: relative;
  color: #fff;
}
.banner-1 .banner-image {
  min-height: 175px;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-1 .banner-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-1 h1 {
  font-size: 55px;
  font-weight: 700;
  text-align: center;
  color: #4C324A;
  margin: 0 0 0 0;
}

@media (max-width: 1199px) {
  .banner-1 h1 {
    margin: 0 0 0 0;
  }
}
@media (max-width: 991px) {
  .banner-1 h1 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .banner-1 h1 {
    font-size: 26px;
  }
}
.banner-hotel {
  position: relative;
  color: #fff;
}
.banner-hotel .banner-logo {
  position: absolute;
  height: 330px;
  width: 330px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -90px;
  left: calc(50% - 165px);
  z-index: 1;
}

@media (max-width: 1279px) {
  .banner-hotel .banner-logo {
    width: 230px;
    height: 230px;
    padding: 0 30px;
    left: calc(50% - 115px);
  }
}
@media (max-width: 767px) {
  .banner-hotel .banner-logo {
    width: 130px;
    height: 130px;
    bottom: -40px;
    left: calc(50% - 65px);
  }
}
.footer-6 {
  padding: 100px 0;
  background-color: #4E344D;
  color: #fff;
}
.footer-6 .contact-info {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
}
.footer-6 .contact-info h2 {
  color: #fff;
  font-size: 59px;
  font-weight: 300;
}
.footer-6 .contact-info p, .footer-6 .contact-info a {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}
.footer-6 .contact-info a:hover {
  color: #fff;
  opacity: 0.7;
}
.footer-6 .contact-info .contact-email,
.footer-6 .contact-info .contact-phone {
  margin: 15px 0;
}
.footer-6 .contact-info .footer-social {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-6 .contact-info .footer-social span {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin-right: 15px;
}
.footer-6 .contact-info .footer-social .grid-social .icon-social {
  height: 53px;
  width: 53px;
  font-size: 20px;
}
.footer-6 .footer-bottom {
  margin-top: 45px;
}
.footer-6 .footer-bottom .footer-logo {
  text-align: center;
  margin-bottom: 30px;
}
.footer-6 .footer-bottom .footer-copyright,
.footer-6 .footer-bottom .footer-copyright a {
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}
.footer-6 .footer-bottom .footer-copyright a:hover {
  opacity: 0.7;
}

@media (max-width: 575px) {
  .footer-6 {
    padding: 45px 0;
  }

  .footer-6 .contact-info h2 {
    font-size: 38px;
  }

  .footer-6 .contact-info p, .footer-6 .contact-info a {
    font-size: 17px;
  }
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #596670;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  padding-top: 0;
  margin-top: 140px;
}

a {
  color: #596670;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #596670;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 15px 0 15px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 0 0 20px 0;
  padding: 0;
  color: #000;
}

.back-to-top {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  color: #fff;
  background-color: #666666;
  font-size: 32px;
  position: fixed;
  bottom: 15px;
  right: 40px;
  display: none;
}
.back-to-top:hover {
  color: #fff;
  background-color: #596670;
}

.scrolled .back-to-top {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
}
.pagination .page-numbers {
  padding: 0;
  margin: 0 5px;
  width: 32px;
  height: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination .page-numbers.current {
  background-color: #4E344D;
  color: #fff;
}

.google-maps {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 100%;
}
.google-maps iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.logos-payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 60px 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.logos-payment .logo-banco-popular {
  margin: 0 15px;
}
.logos-payment span {
  font-size: 16px;
  color: #596670;
  font-weight: 400;
  width: 100%;
  max-width: 320px;
}

.modal {
  z-index: 9999 !important;
}

.newsletter {
  padding: 100px 0;
  background-image: url(../img/bg-newsletter.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 377px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsletter .info {
  text-align: center;
  margin-bottom: 45px;
}
.newsletter .info h2 {
  color: #fff;
  font-size: 33px;
  font-weight: 600;
  margin-bottom: 5px;
}
.newsletter .info p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin: 0;
}

.section-posts {
  padding: 100px 0;
}
.section-posts h2 {
  text-align: center;
  color: #4C324A;
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 30px;
}

.main-single-product {
  padding: 100px 0;
}
.main-single-product .custom-single-add-to-cart .product_meta {
  display: none;
}
.main-single-product .woocommerce div.product .product_title {
  font-weight: 300;
  color: #4E344D;
  margin: 0;
}
.main-single-product .woocommerce div.product p.price, .main-single-product .woocommerce div.product span.price {
  color: #4E344D;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #C48E86 !important;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #976e67 !important;
}

.woocommerce .quantity .qty {
  height: 35.75px !important;
}

.spanner {
  display: none !important;
}

.woocommerce-billing-fields__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form-row.form-row-first, .form-row.form-row-last {
  width: 50% !important;
}

.form-row.form-row-wide {
  width: 100%;
}

.woocommerce form .form-row label {
  display: block;
  margin: 0;
  width: 100%;
}

.woocommerce form .form-row .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}

.main-general {
  padding: 100px 0;
}

@media (max-width: 1399px) {
  .logos-payment {
    margin: 30px 0 0;
  }
}
@media (min-width: 1200px) {
  .newsletter .container {
    max-width: 1120px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1430px;
  }
}
@media (min-width: 1920px) {
  section, header, footer {
    max-width: 1920px;
  }
}
@media (max-width: 1199px) {
  body {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .newsletter .info h2 {
    font-size: 23px;
  }

  .newsletter .info p {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  body {
    margin-top: 88px;
  }

  .section-posts h2 {
    font-size: 24px;
  }

  .newsletter,
.section-posts {
    padding: 45px 0;
  }
}
.main-home .home-about {
  padding: 100px 0;
}
.main-home .home-about .info h2 {
  color: #4C324A;
  font-size: 52px;
  font-weight: 700;
  margin: 0;
}
.main-home .home-about .info h3 {
  color: #4C324A;
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 30px;
}
.main-home .home-about .info p {
  color: #596670;
  font-size: 17px;
  font-weight: 300;
  margin: 15px 0 45px 0;
}
.main-home .home-about .info p b, .main-home .home-about .info p strong {
  font-weight: 700;
}
.main-home .home-about .enlace .btn {
  font-size: 14px;
  font-weight: 700;
}
.main-home .home-libro {
  padding: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 760px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-home .home-libro .content .info {
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  color: #666666;
  width: 100%;
  max-width: 480px;
}
.main-home .home-libro .content .enlace {
  margin: 30px 0;
}
.main-home .home-libro .content .enlace .btn {
  font-size: 20px;
}
.main-home .home-beneficios {
  padding: 60px 0;
  background-color: #f4f4f4;
  position: relative;
  overflow: hidden;
}
.main-home .home-beneficios .beneficios-imagen {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.main-home .home-beneficios .beneficios-imagen img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-home .home-beneficios h2 {
  font-size: 33px;
  font-weight: 600;
  color: #4C324A;
}
.main-home .home-beneficios p {
  font-size: 18px;
  font-weight: 300;
  color: #596670;
}
.main-home .home-beneficios p b, .main-home .home-beneficios p strong {
  font-weight: 700;
}
.main-home .home-instagram {
  padding: 100px 0;
}
.main-home .home-instagram i {
  color: #4E344D;
  font-size: 30px;
}
.main-home .home-instagram a {
  color: #4E344D;
  font-size: 18px;
  font-weight: 300;
}
.main-home .home-instagram a:hover {
  color: #2e1e2d;
}

@media (min-width: 1400px) {
  .main-home .home-about .container {
    max-width: 1140px;
  }
}
@media (max-width: 1799px) {
  .main-home .home-libro {
    min-height: 633px;
  }

  .main-home .home-beneficios .beneficios-imagen {
    right: -75px;
  }
}
@media (max-width: 1699px) {
  .main-home .home-beneficios .beneficios-imagen {
    right: -275px;
  }
}
@media (max-width: 1599px) {
  .main-home .home-libro {
    min-height: 554px;
  }
}
@media (max-width: 1499px) {
  .main-home .home-beneficios .beneficios-imagen {
    right: -375px;
  }
}
@media (max-width: 1399px) {
  .main-home .home-libro {
    min-height: 475px;
  }
}
@media (max-width: 1199px) {
  .main-home .home-libro {
    background-position: -160px center;
  }

  .main-home .home-beneficios {
    padding: 360px 0 60px;
  }

  .main-home .home-beneficios .beneficios-imagen {
    right: 0;
    left: 0;
  }

  .main-home .home-beneficios .beneficios-imagen img {
    height: 300px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .main-home .home-about .info h2 {
    font-size: 42px;
  }

  .main-home .home-about .info h3 {
    font-size: 30px;
  }

  .main-home .home-about .info p {
    font-size: 14px;
  }

  .main-home .home-libro {
    background-position: -325px center;
  }
}
@media (max-width: 767px) {
  .main-home .home-libro {
    background-position: -550px center;
  }
}
@media (max-width: 575px) {
  .main-home .home-about {
    padding: 45px 0;
  }

  .main-home .home-about .info h2 {
    font-size: 32px;
  }

  .main-home .home-about .info h3 {
    font-size: 20px;
  }

  .main-home .home-beneficios h2 {
    font-size: 24px;
  }

  .main-home .home-instagram {
    padding: 45px 0;
  }
}
.page-single {
  padding: 75px 0;
}
.page-single .single-content {
  text-align: justify;
}
.page-single .single-content .single-figure {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
}
.page-single .single-content .single-figure .figure-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-single .single-content .single-figure .figure-caption {
  color: #4E344D;
}
.page-single .single-content .single-title {
  font-size: 32px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-align: left;
}

@media (max-width: 767px) {
  .page-single .single-content .single-title {
    font-size: 24px;
  }
}
.page-single-servicio {
  padding: 75px 0 100px;
}
.page-single-servicio .single-content {
  font-size: 15px;
  color: #596670;
  text-align: justify;
}
.page-single-servicio .single-content h1.single-title {
  font-size: 20px;
  color: #4E344D;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  padding-left: 60px;
  position: relative;
  text-align: left;
}
.page-single-servicio .single-content h1.single-title:after {
  position: absolute;
  content: "";
  width: 47px;
  height: 1px;
  margin: 0 auto;
  top: 50%;
  left: 0;
  background: #4E344D;
}
.page-single-servicio .single-content b, .page-single-servicio .single-content strong {
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.page-single-servicio .single-content ul {
  padding-left: 18px;
}
.page-single-servicio .single-content ul li {
  margin-bottom: 15px;
}
.page-single-servicio .single-content h1, .page-single-servicio .single-content h2, .page-single-servicio .single-content h3, .page-single-servicio .single-content h4, .page-single-servicio .single-content h5, .page-single-servicio .single-content h6 {
  color: #4E344D;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  text-align: left;
}
.page-single-servicio .single-content h1 {
  font-size: 24px;
}
.page-single-servicio .single-content h2 {
  font-size: 23px;
}
.page-single-servicio .single-content h3 {
  font-size: 20px;
}
.page-single-servicio .single-content h4 {
  font-size: 19px;
}
.page-single-servicio .single-content h5 {
  font-size: 18px;
}
.page-single-servicio .single-content h6 {
  font-size: 17px;
}

.page-single-perfil {
  padding: 100px 0 75px;
}
.page-single-perfil .single-content,
.page-single-perfil .single-info {
  font-size: 17px;
  color: #596670;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  text-align: justify;
}
.page-single-perfil .single-content b, .page-single-perfil .single-content strong,
.page-single-perfil .single-info b,
.page-single-perfil .single-info strong {
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.page-single-perfil .single-content a,
.page-single-perfil .single-info a {
  color: #596670;
}
.page-single-perfil .single-content a:hover,
.page-single-perfil .single-info a:hover {
  color: #4E344D;
}
.page-single-perfil .single-info .wrapper {
  width: 100%;
  max-width: 342px;
  margin-left: auto;
}
.page-single-perfil .single-info .line {
  background-color: #ddd;
  height: 1px;
  width: 100%;
}

@media (min-width: 1600px) {
  .page-single-perfil .single-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1053px;
            flex: 0 0 1053px;
    max-width: 1053px;
  }
  .page-single-perfil .single-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 1053px);
            flex: 0 0 calc(100% - 1053px);
    max-width: calc(100% - 1053px);
  }
}
@media (max-width: 991px) {
  .banner-perfil h1 {
    font-size: 32px;
  }

  .banner-perfil h2 {
    font-size: 18px;
  }

  .page-single-perfil .single-info .wrapper {
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .page-single-perfil {
    padding: 50px 0 30px;
  }
}
@media (max-width: 575px) {
  .banner-perfil .banner-wrapper {
    position: initial;
    background-color: #4E344D;
    padding: 45px 0;
  }

  .back.mb-5 {
    margin-bottom: 10px !important;
  }

  .banner-perfil .banner-image {
    -o-object-position: calc(100% + 70px) center;
       object-position: calc(100% + 70px) center;
  }

  .banner-perfil h1 {
    font-size: 24px;
  }

  .banner-perfil h2 {
    font-size: 16px;
  }

  .banner-perfil .banner-image-q {
    display: none;
  }
}
@media (max-width: 475px) {
  .banner-perfil .banner-image {
    -o-object-position: calc(100% + 90px) center;
       object-position: calc(100% + 90px) center;
  }
}
@media (max-width: 425px) {
  .banner-perfil .banner-image {
    -o-object-position: calc(100% + 115px) center;
       object-position: calc(100% + 115px) center;
  }
}
@media (max-width: 350px) {
  .banner-perfil .banner-image {
    -o-object-position: calc(100% + 150px) center;
       object-position: calc(100% + 150px) center;
  }
}
.page-single-caso,
.page-casos-exito {
  padding: 75px 0 100px;
}
.page-single-caso .single-content,
.page-casos-exito .single-content {
  font-size: 15px;
  color: #596670;
  text-align: justify;
}
.page-single-caso .single-content h1.single-title,
.page-casos-exito .single-content h1.single-title {
  font-size: 20px;
  color: #4E344D;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  padding-left: 60px;
  position: relative;
  text-align: left;
}
.page-single-caso .single-content h1.single-title:after,
.page-casos-exito .single-content h1.single-title:after {
  position: absolute;
  content: "";
  width: 47px;
  height: 1px;
  margin: 0 auto;
  top: 50%;
  left: 0;
  background: #4E344D;
}
.page-single-caso .single-content h1,
.page-casos-exito .single-content h1 {
  font-size: 19px;
  color: #596670;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  padding-left: 30px;
  position: relative;
  text-align: left;
}
.page-single-caso .single-content h1:after,
.page-casos-exito .single-content h1:after {
  position: absolute;
  content: "";
  width: 23px;
  height: 1px;
  margin: 0 auto;
  top: 50%;
  left: 0;
  background: #596670;
}
.page-single-caso .single-content b, .page-single-caso .single-content strong,
.page-casos-exito .single-content b,
.page-casos-exito .single-content strong {
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.page-single-caso .single-content ul,
.page-casos-exito .single-content ul {
  padding-left: 18px;
}
.page-single-caso .single-content ul li,
.page-casos-exito .single-content ul li {
  margin-bottom: 15px;
}
.page-single-caso .single-content h2,
.page-casos-exito .single-content h2 {
  color: #596670;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  text-align: left;
}
.page-single-caso .single-content h3, .page-single-caso .single-content h4, .page-single-caso .single-content h5, .page-single-caso .single-content h6,
.page-casos-exito .single-content h3,
.page-casos-exito .single-content h4,
.page-casos-exito .single-content h5,
.page-casos-exito .single-content h6 {
  color: #4E344D;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 5px;
  text-align: left;
}
.page-single-caso .single-content h1,
.page-casos-exito .single-content h1 {
  font-size: 28px;
}
.page-single-caso .single-content h2,
.page-casos-exito .single-content h2 {
  font-size: 26px;
}
.page-single-caso .single-content h3,
.page-casos-exito .single-content h3 {
  font-size: 23px;
}
.page-single-caso .single-content h4,
.page-casos-exito .single-content h4 {
  font-size: 21px;
}
.page-single-caso .single-content h5,
.page-casos-exito .single-content h5 {
  font-size: 19px;
}
.page-single-caso .single-content h6,
.page-casos-exito .single-content h6 {
  font-size: 17px;
}