/*////
GENERAL
///////*/


body {
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 2;
    color: var(--main-text);
}
h1, h2, h3, h4, h5, h6 {
    font-style: normal;
    line-height: 1;
    font-weight: inherit;
}
h5, h6 {
    line-height: 1.6;
}
h1, .h1-size { font-size: 30px; }
h2, .h2-size { font-size: 28px; }
h3, .h3-size { font-size: 24px; }
h4, .h4-size { font-size: 22px; }
h5, .h5-size { font-size: 18px; }
h6, .h6-size { font-size: 16px; }


body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background: #DDDDD7;
}

body::-webkit-scrollbar-thumb {
    width: 10px;
    background: #C57642;    
}


.bg-light-gray{
    background: #eee;
}


/*///
PAGE DEFAULT
/////*/
.entry-content {

}

.entry-content h2, .entry-content h3 {
    margin-top: 50px;
    font-size: 25px;
}

/*///
BUTTON UNDERLINE
////////*/
.bt_underline {
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
}


.underline_fx {
    position: relative;
}

.bt_underline:before, .underline_fx:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 2px;
    width: 0;
    transition: width 0s ease, background .55s ease;
   
}

.bt_underline:after, .underline_fx:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 2px;
    height: 2px;
    width: 0;
    background: var(--main2);
    transition: width .55s ease;
 
}

.bt_underline:hover:before, .underline_fx:hover:before {
    width: 100%;
    background: var(--main2);
    transition: width .55s ease; }

.bt_underline:hover:after, .underline_fx:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease; 
}

/* Link hover with > a */

.link_hover a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 2px;
    width: 0;
    transition: width 0s ease, background .35s ease;
   
}

.link_hover a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 2px;
    height: 2px;
    width: 0;
    background: #777;
    transition: width .35s ease;
}

.link_hover a:hover:before {
    width: 100%;
    background: #777;
    transition: width .35s ease; }

.link_hover a:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease; 
}

.link_hover {
    position: relative;
}


/*//////*/


.content_title h3 span{
    font-family: var(--font-title);

}

.content_title h3 span{
    color: var(--main2);

}
.green-text {
    color: var(--main)!important;
}


.pos_bottom{
    height: 100%;
    display: flex;
    align-items: flex-end;
}
/*-----------------------------------------------------------------------------------*/
/*/FORMULARIO DE CONTACTO HERO
/*-----------------------------------------------------------------------------------*/


.form-hero:before {
    content: '';
    position: absolute;
    left: -2%;
    top: -2%;
    width: 104%;
    height: 104%;
    background: #ffffff38;
    z-index: 0;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    }

.container-form {
    padding: 15px 15px 10px;
}

.col-form input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
    padding: 9px 15px;
    background: transparent;
    font-size: 15px;
    color: white;
}

.col-form {
    position: relative;
    margin-bottom: 16px;
}
.col-form label small {
    position: absolute;
    bottom: 30%;
    left: 10px;
    line-height: 1;
    transition: all 0.4s;
    padding: 0 5px;
    font-size: 16px;
}

.col-form label {
    margin-bottom: 0;
    padding: 0;
  
}

.col-form br {
    display: none;
}

.col-form label.has-value small {
    transform: translateY(-22px);
    z-index: 2;
    transition: all 0.4s;
    font-size: 10px;
    color: #fff;
}

.col-form .has-value input {
    border-color: #fff;
    transition: all 0.4s;
}

input.wpcf7-not-valid {
    border-color: #f44336!important;
}

.wpcf7-submit.submit {
    background: var(--main2);
    padding: 12px 40px;
    color: white;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    font-size: 17px;
    border: 0;
    margin: 0;
    margin-top: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.wpcf7-submit.submit:hover {
    transition: 0.4s ease;
    background: var(--main);

}


section.bl__custom-hero {
    position: relative;
    overflow: hidden;
    min-height: 80vh;
    padding: 30px 0;
}

.video_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.video_bg video {
    width: 100%;
}

.video_bg:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, black, #00000042,black);
}
.form-hero {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding: 20px;
}

.col-form textarea {
    height: 70px;
    color: white;
    background: transparent;
    border: 0;
    border-bottom: 1px solid white;
}

.form-hero span.wpcf7-not-valid-tip {
    display: none;
}



.col-form.textarea label small {
    bottom: inherit;
    top: 15px;
}

/*//////
HOME
///////*/
.hero_content {
display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90vh;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}
.hero__bg {
    min-height: 550px;
    background-size: cover;
    background-position: center;
}

.bl__home-hero {
   padding: 0px 0;
   position: relative;
}
.bl__home-hero .curve {
    position: absolute;
    left: -5%;
    bottom: -89px;
    z-index: 1;
    width: 110%;
}
.row_cats > * {
    margin-bottom: 3.33%;
}

.cat_row {
 
    width: 100%;
}

.cat_img {
  overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.cat_title h5 {
    font-family: var(--font-title);
    color: white;
    font-size: 40px;
    line-height: 1;
    padding: 0 15px;
}

.cat_title {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 80px;
    background: linear-gradient(0deg, #0000008a, transparent, transparent);

}

.cat_img > * {
    transform: scale(1) rotate(0deg);
    transition: ease 0.4s;
}

.item__cat:hover .cat_img > * {
    transform: transform: scale(1.2) rotate(5deg);
    transition: ease 0.4s;
}

.cat_title:hover {
    background-color: #dddddd54;
    backdrop-filter: blur(5px);
    transition: .4s;
}

.cat_title:hover h5 {
    transform: translateY(10px);
    transition: .4s;
}

.cat_title h5 {
    transition: .4s;
}


.bl__home-categories {
    padding: 50px 0 0;
    position: relative;
    z-index: 2;
}

.item__cat {
    min-width: 180px;
    border-right: 1px solid #dfdfdf;
    position: relative;
}

.row_cats > *:last-child > * {
    border: 0;
}


section.bl__home-products {
    padding-top: 130px;
}
.view_more a {
    display: block;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
  
    font-weight: 600;
    font-size: 18px;
}
/*Home: About*/

.content_paragraph p {
    font-size: 20px;
    color: var(--main2);
    line-height: 1.4;
    font-weight: 500;
    padding: 20px 0;
}
.bl__home-about {
    background: var(--main4);
    padding: 0 0;
}

svg.curva_superior {
    position: relative;
    margin-top: -300px;
    left: 0;
    width: 100%;
    z-index: 0;
}

.section_cuve {
    margin: 380px 0 140px;
    width: 100%;
}

.two_img {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 100%;
}
.two_img img:first-child {
    width: 60%;
}
.two_img img {
    width: 40%;
    border-radius: 160px;
}

.svg_content {
    z-index: 2;
    margin-top: -200px;
}
.two_img > *:last-child {
    margin-left: -50px;
}
svg.curva_inferior {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -220px;
}


/***
 * Contacto
 **/

.map-contact {
    height: 100%;
    width: 100%;
    padding: 60px 0;
}

.item_contact {
    text-align: center;
}
.content_contact h5 {
    color: #D1D1D1;
    font-size: 13px;
    margin-top: 15px;
}
.icon_contact {
    font-size: 50px;
    color: var(--main);
}
.content_title.light h1 {
    font-weight: 300;
}
.content_title.white h1 {
    color: white;
    line-height: 1.2;
}
.content_title h3 {
    font-size: 50px; 
    margin-bottom: 15px;
}

.content_title h1 {
        font-size: 38px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 20px;
}

.content_title h1.big_text {
    font-size: 60px;
}

.content_title h2 {
        font-size: 45px;
        font-weight: 300;
        text-transform: uppercase;
}
.content_title p {
    font-size: 18px;

}


.content_title.center {
    text-align: center;
}

.box_contact-info {
    padding-top: 60px;
}
/*/////
CHECKOUT TEMPLATE
/////////*/

.header__logo img.big {
    height: 33px;
}

.bl_checkout {
    padding: 0;
}

.head_checkout {
    padding: 20px 0;
    color:white;
}



.header__logo {
    text-align: center;
}

.safe_pay path {
    fill: #00ed6c;
}

.safe_pay svg {
    width: 16px;
    height: auto;
    vertical-align: sub;
    margin-left: 4px;
}
.safe_pay {
    color: #00ed6c;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: 600;
    font-size: 16px;
}

.safe_pay img {
    width: 15px;
    margin-left: 11px;
    vertical-align: middle;
}


.back_cart {
    margin-top: 10px;
    font-size: 13px;
}



.back_cart i {
    margin-right: 10px;
    vertical-align: middle;
}


/*///////
PLACEHOLDER LOADER
////////////*/

.placeholder_img {
    height: 250px;
    -webkit-animation-duration: 1.7s;
    animation-duration: 1.7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: placeholderAnimate;
    animation-name: placeholderAnimate;
    background: #eee;
    background: linear-gradient(to right, #0c0c0c 2%, #181818 18%, #0c0c0c 33%);
    background-size: 1300px;
}

.placeholder_item {
    width: 25%;
    height: 280px;
    padding: 0 10px;
}

div#nm-shop-products-overlay > * {
    padding: 0 10px;
}
.placeholder_row {
    width: 100%;
    display: flex;
}

@-webkit-keyframes placeholderAnimate {
  0% {
    background-position: -650px 0;
  }
  100% {
    background-position: 650px 0;
  }
}

@keyframes placeholderAnimate {
  0% {
    background-position: -650px 0;
  }
  100% {
    background-position: 650px 0;
  }
}

.placeholder_item > * {
    margin-bottom: 10px;
}

.placeholder_title {
    height: 30px;
    -webkit-animation-duration: 1.7s;
    animation-duration: 1.7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: placeholderAnimate;
    animation-name: placeholderAnimate;
    background: #eee;
    background: linear-gradient(to right, #0c0c0c 2%, #181818 18%, #0c0c0c 33%);
    background-size: 1300px;
}

.placeholder_price {
    -webkit-animation-duration: 1.7s;
    animation-duration: 1.7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: placeholderAnimate;
    animation-name: placeholderAnimate;
    background: #eee;
    background: linear-gradient(to right, #0c0c0c 2%, #181818 18%, #0c0c0c 33%);
    background-size: 1300px;
    height: 30px;
    width: 50%;
}

/*//////
PAGE: PERSONALIZADOS
///////////////////*/

.bl__cta {
    background-size: cover;
}


/*/////////
PAGE: ABOUT / NOSOTROS
/////////////*/
.img_about {
    padding: 15px;
}
.product_empresa {
    padding: 20px 0;
}

.product_empresa h4 {
    margin-bottom: 15px;
}

.img_about img {
    border-radius: 12px;
}

.product_empresa b {
    font-style: italic;
    font-weight: 300;
}


.content_title.light h1, .content_title.light h2, .content_title.light h3 {
    font-weight: 300;
}

.raya-right {
    position: relative;
}

.raya-right:after {
    content: '';
    position: absolute;
    right: -130px;
    width: 130px;
    height: 1px;
    bottom: 50%;
    background: #a9a9a9;
}


.mask_cliente {
height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-right: 1px solid #e1e1e12b;
    border-bottom: 1px solid #e1e1e130;
}

.margin-t100.row_clientes.row-cl > * {
    padding: 5px 10px;
}

.mask_cliente > * {
    max-width: 170px;
    max-height: 105px;
}


/*======================/
===================/
WHATSAPP BUTTON ANIMATION LIB 1
/*==================/
=======================*/

.wsp_fixed {
    display: flex;
    width: 38px;
    height: 38px;
    position: fixed;
    right: 32px;
    bottom: 32px;
    z-index: 999;
    transform: scaleX(1);
    transition: transform .5s cubic-bezier(.18,.89,.32,1.28);
  }
  @media screen and (max-width: 1024px) {
    .wsp_fixed {
      right: 20px;
      bottom: 130px;
    }
  }
  @media screen and (max-width: 960px) {
    .wsp_fixed {
      bottom: 170px;
    }
  }
  @media screen and (max-width: 767px) {
    .wsp_fixed {
      bottom: 150px;
    }
  }


  .wsp_gota1 {
    display: block;
    width: 55px;
    height: 55px;
    background: rgb(251 174 28 / 14%);
    border-radius: 50%;
    -webkit-animation: gota 1s infinite ease;
    -moz-animation: gota 1s infinite ease;
    -o-animation: gota 1s infinite ease;
    -ms-animation: gota 1s infinite ease;
    animation: gota 1s infinite ease;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
  }
  @media screen and (max-width: 1024px) {
    .wsp_gota1 {
      width: 55px;
      height: 55px;
    }
  }
  .wsp_gota2 {
    display: block;
    width: 80px;
    height: 80px;
    background: rgb(187 132 43 / 17%);
    border-radius: 50%;
    -webkit-animation: gota 1s infinite ease;
    -moz-animation: gota 1s infinite ease;
    -o-animation: gota 1s infinite ease;
    -ms-animation: gota 1s infinite ease;
    animation: gota 1s infinite ease;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
  }
  @media screen and (max-width: 1024px) {
    .wsp_gota2 {
      width: 65px;
      height: 65px;
    }
  }
  @-moz-keyframes gota {
    0% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
    20% {
      opacity: 0.2;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
      filter: alpha(opacity=20);
    }
    40% {
      opacity: 0.4;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
      filter: alpha(opacity=40);
    }
    60% {
      opacity: 0.6;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
      filter: alpha(opacity=60);
    }
    80% {
      opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80);
    }
    100% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
  }
  @-webkit-keyframes gota {
    0% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
    20% {
      opacity: 0.2;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
      filter: alpha(opacity=20);
    }
    40% {
      opacity: 0.4;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
      filter: alpha(opacity=40);
    }
    60% {
      opacity: 0.6;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
      filter: alpha(opacity=60);
    }
    80% {
      opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80);
    }
    100% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
  }
  @-o-keyframes gota {
    0% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
    20% {
      opacity: 0.2;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
      filter: alpha(opacity=20);
    }
    40% {
      opacity: 0.4;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
      filter: alpha(opacity=40);
    }
    60% {
      opacity: 0.6;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
      filter: alpha(opacity=60);
    }
    80% {
      opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80);
    }
    100% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
  }
  @keyframes gota {
    0% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
    20% {
      opacity: 0.2;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
      filter: alpha(opacity=20);
    }
    40% {
      opacity: 0.4;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
      filter: alpha(opacity=40);
    }
    60% {
      opacity: 0.6;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
      filter: alpha(opacity=60);
    }
    80% {
      opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80);
    }
    100% {
      opacity: 1;
      -ms-filter: none;
      filter: none;
    }
  }
  
  @media screen and (max-width: 1024px) {
    .wsp_fixed {
      right: 30px;
      bottom: 30px;
    }
  }
  @media screen and (max-width: 960px) {
    .wsp_fixed {
      bottom: 50px;
    }
  }
  @media screen and (max-width: 767px) {
    .wsp_fixed {
      bottom: 30px;
    }
  }
  .wsp_icon {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  .wsp_icon img {
    max-width: 40px;
    height: auto;
    display: block;
  }
  
/*////////
FAQ
//////////*/


.faq__item {
    margin-bottom: 50px;
}

.faq_title {
    border-bottom: 1px solid #494949;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.faq_body {
    padding: 30px;
}

.table_faq td {
    border: 1px solid;
    padding: 10px;
}

.table_faq td:first-child {
    font-weight: 500;
}


/*////
CONTENT GENERAL PAGE TEXT
//////*/
.bl__only-text.container p {
    font-weight: 400;
    color: var(--main-text);
}

.bl__only-text h2 {
    font-size: 30px;
    margin: 60px 0 20px;
}



/*/////////////////////
SLIDE BTN
////////////////////////*/
.slide-btn {
  display: inline-block;
  transition: all .5s;
  padding-left: 30px;
  margin-top: 20px;
}

.slide-btn a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 17px;
  color: var(--main2);
}

.slide-btn a:hover {
  text-decoration: none;
}

.slide-btn b {
  font-weight: 600;
}

.slide-btn .lines {
  width: 42px;
  height: 1px;
  float: left;
  overflow: hidden;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.slide-btn .lines span:nth-child(1) {
  width: 100%;
  height: 1px;
  float: right;
  background: #918176;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.slide-btn .lines span:nth-child(2) {
  width: 0;
  height: 1px;
  float: left;
  background: #918176;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.slide-btn:hover .lines {
  width: 62px;
  margin-left: 20px;
}

.slide-btn:hover .lines span:nth-child(1) {
  width: 0;
}

.slide-btn:hover .lines span:nth-child(2) {
  width: 100%;
  transition-delay: 0.20s;
}

.slide-btn .video-play-circle {
  stroke-dasharray: 315;
  stroke-dashoffset: 315;
  transition: stroke-dashoffset .5s;
  stroke: #918176;
}

.slide-btn svg {
  width: 50px;
  height: 50px;
  transition: transform .3s;
  margin-left: -25px;
  margin-right: 15px;
}

.slide-btn:hover .video-play-circle {
  stroke-dashoffset: 0;
}


/*//////
UNDERLINE EFFECT
//////////*/


.underline-effect li a  {
    position:relative;
}

.underline-effect li a::before {
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    background: white;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .4s ease-out
}

.underline-effect li a:hover{
    color:white;
}
.underline-effect li a:hover:before {
    transform: scaleX(1);
    transform-origin: left
}

/*///
MOBILE 
/////*/

@media all and (max-width: 550px) {

    .header__logo svg {
    width: 160px;
        margin-top: 20px;
    }
    
    .content_title h2 {
    font-size: 35px;
    line-height: 1.1;
    }

    .row_cats > * {
        width: 50%;
    }

    .item__cat {
    min-width: inherit;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 20px;
    }


    .content_title h3 {
    font-size: 35px;    
    }



    section.bl__home-products {
    padding-top: 50px;
    }

    /*Placeholder*/
    .placeholder_img {
    height: 160px;
    
    }

    .placeholder_row {
    position: absolute;
    width: 100%;
    height: 500px;
    display: flex;
    flex-wrap: wrap;
    }

    .placeholder_item {
    width: 50%;
    }

    .row_about-img > *:nth-child(2) .img_about {
    margin: 0;
    }

    .about_jalpa {
    margin-top: 20px;
    padding: 30px 10px;
    }

    /*///
    CUSTOM PAGE
    //*/
    section.bl__custom-hero {    
    min-height: 460px;   
    display: flex;
    align-items: center;
    }

    .video_bg video {
    height: 100%;
    }



}