
/*
Theme Name: Atache
Template: Zephyr
Version: 1.0
Author: Alain Figueroa
Theme URI:
Author URI: https://atache.com
Description: Tema desarrollado para Atache
*/
 
@import url("../Zephyr/style.css");

@font-face{
 	font-family: "BebasNeueRegular";
 	src: url(./fonts/BebasNeueRegular.woff); 	
}
@font-face{
 	font-family: "TTCommons-Regular";
 	src: url(./fonts/TTCommons-Regular.woff); 	
}
@font-face{
 	font-family: "TTCommons-Bold";
 	src: url(./fonts/TTCommons-Bold.woff); 	
}
@font-face{
    font-family: "GothamRounded-Book";
    src: url(./fonts/GothamRounded-Book.woff);  
}

/*GENERAL*/
body {
    font-family: 'TTCommons-Regular';
    font-size: 16px;
}
.hide {
    display: none !important;
}
.movil-no, .movil-no600, .movil-no767, .movil-no899, .movil-no1024 {
	display: flex;
}
.movil-si, .movil-si600, .movil-si767, .movil-si899, .movil-si1024 {
	display: none;
}
.movil-noblock767 {
	display: block;
}
.movil-siblock767 {
	display: none;
}

.post-4156, .post-4163, .post-4153, .post-4160, .post-4227, .post-4226, .post-4228, .post-4166, .post-4157 {
    display: none !important;
}

:root{
    --max-width: 1140px;
    --color-linea: rgba(27,97,127,1);
    --color-linea-essentielle: rgb(0,143,187);
    --color-linea-cvital: rgb(131, 145, 57);
    --color-linea-lift-therapy: rgb(133, 119, 151);
    --color-linea-soft-derm: rgb(166, 54, 103);
    --color-linea-vital-age: rgb(105, 103, 101);
    --color-linea-oily-sk: rgb(70, 156, 147);
    --color-linea-despigmen-p3: rgb(192, 78, 80);
    --color-linea-besun: #78DED4;
    --color-linea-corporal-care: rgb(47, 118, 162);
    --color-linea-excellence: rgb(182,147,55); 
    --color-linea-dermic: rgb(25,98,129); 

    --color-protocolo-corporal-cabina: rgb(27,97,127);
    --color-protocolo-cabina-expres: rgb(13,145,184);
    --color-protocolo-cabina-general: rgb(166,54,103);
    --color-protocolo-reparacion: rgb(70,156,147); 
    --color-protocolo-intensivo-cabina: rgb(53,56,58);
    --color-protocolo-peeling: rgb(114,43,141);
    --color-protocolo-promocional: rgb(149,8,43);
}
.st0{fill:#3D3D3D !important;}

/*COOKIES*/
.wt-cli-ckyes-brand-logo{
	display: none !important;
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
    background-color: #231f20 !important;
}

/*NEWSLETTER*/
.pum-theme-2098 .pum-title, .pum-theme-lightbox .pum-title{
    font-size: 1.7rem !important;
    font-family: "BebasNeueRegular" !important;
    letter-spacing: 4px;
    line-height: 1;
}

/*CABECERA*/
.l-subheader.at_top{
    border-bottom: 1px solid rgba(0,0,0,0.08);
}
header .w-socials-item{
    transition: all 0.5s ease; 
}
header .w-socials-item:hover, header .w-search-open:hover{
    transform: translateY(-3px);
}
.w-nav-icon{
	padding-left: 5px;
}
.w-nav-icon i{
	width: 20px;
}
.w-nav-icon i:before, .w-nav-icon i:after {
    width: 25px;
    margin-left: -5px;
}
.w-nav-control.active .w-nav-icon i:before, .w-nav-control.active .w-nav-icon i:after {
	width: 20px;
    margin-left: 0;
}

/*MEGA MENU PRODUCTOS*/
.custom_menu{
	display: flex;
	/*min-height: 50vh;*/
}
.wrap-megacol{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	display: flex;
}
.content-megacol{
	flex-direction: column;
}
.content-megacol .section_tittle{
	letter-spacing: 8px;
    margin-bottom: 10px;
    font-size: 2.2rem;
    line-height: 1;
}
.content-megacol p{
	font-size: 1rem !important;
	line-height: 1.2;
	margin-bottom: 1.5rem !important;
}
.content-megacol .wpb_wrapper{
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 20%;
    float: left;
	padding-bottom:10px;
	max-height: 95px;
}
.content_icons{
	display: flex;
    align-items: flex-start;
    max-width: 650px;
}
.conten_icons .w-image-h:hover{
	transform: scaleX(1.1) scaleY(1.1);
}
.content-megacol .menu_title{
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 12px;
    font-family: "TTCommons-Regular" !important;
	padding-bottom: 10px;
    line-height: 1;
}
.content-megacol .wpb_wrapper img{
	width: 60px;
}
.content-megaimg{
	display: flex;
    justify-content: center;
}
.content-megaimg img{
	object-fit: contain;
}
.col-mega6{
	width: 50%;
}

/*A Partir de aquí las MENU TABS**/
.tab {
    float: left;
    background-color: #f5f5f5;
    /*width: 20%;*/
    max-width: 250px;
    display: flex;
    flex-direction: column;
	flex: 1;
}
.tab button {
  display: block;
  color: black;
  padding: 1rem;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-size: 1.1rem;
  transition: background 0.3s ease-in;
  background: #f5f5f5;
  border-bottom: 1px solid #e6e6e6;
}
.tab button:hover {
  background-color: #ddd;
}
.tab button.active {
	background-color: #fff;
    box-shadow: -5px 0px 10px -1px #0000002b;
    z-index: 99;
    position: relative;
    width: calc(100% + 20px);
    transition: width 0.5s ease;
}
.tabcontent, .tabcontentpro {
  padding: 1.5rem;
  /*width: 80%;*/
  flex: 4;
  display: none;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.tabcontent, .tabcontentpro {
  animation: fadeEffect 1s;
}
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
button >.only_spain{
    display: block;
    position: absolute;
    font-size: 12px;
    margin-top: -8px;
}
.only_spain{
    display: block;
    position: absolute;
    font-size: 11px;
}

/*REVOLUTION SLIDER*/
.tit_slider{
    font-family: "BebasNeueRegular" !important;
}
.txt-slider{
    font-family: 'TTCommons-Regular' !important;
}

/*MEGA MENU 2025 - HEADER*/
.w-nav.type_mobile.m_layout_fullscreen .w-nav-list.level_1 .w-nav-close {
    text-transform: lowercase;
}
.col_submenu .w-text{
    color: #000;
}
.col_submenu .w-text a:hover{
    opacity: 0.7;
}
.col_submenu .w-text.text_active a{
    background-color: #000;
    color: #fff;
    padding: 2px 5px;
    font-weight: bold;
}
.col_submenu .w-text.text_active a:hover{
    color: #fff !important;
}
header .w-tabs-list{
    max-width: 300px;
} 
header .w-tabs-item.active .w-tabs-item-title{
    background-color: #000;
    color: #fff;
    padding: 2px 5px;
}
header .w-tabs.style_trendy>.w-tabs-list .w-tabs-item {
    opacity: 1;
    color: #000;
}
header .w-tabs.layout_ver>.w-tabs-list {
    background: #f6f6f6 !important;
    padding: 0 2%;
    margin-top: 40px;
    margin-bottom: 40px;
}
header .w-tabs.style_trendy.layout_ver.navpos_left>.w-tabs-list:before {
    border-color: transparent;
}
header .w-tabs{
    background: #f6f6f6 !important;
}
header .w-tabs.layout_ver.navwidth_30>.w-tabs-sections {
    background: #fff;
}
.col_submenu .wpb_wrapper{
    padding: 9%;
    gap: 18px;
    display: flex;
    flex-direction: column;
}
.col_submenu .w-text{
    font-size: 17px;
    line-height: 1;
    text-transform: uppercase;
}
.l-subheader.at_bottom .l-subheader-cell.at_left, .l-subheader.at_bottom .l-subheader-cell.at_right {
        flex-basis: 0 !important;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2{
    display: flex ;
    column-gap: 1.2vw;
    /*flex-wrap: wrap;*/
    justify-content: center;
    text-align: center;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item > a.mega-menu-link{
    display: flex !important;
    line-height: 1;
    align-items: center;
    text-align: center;
}
/*.mega-sub-menu{
    margin-top: 6px;
}*/

.external-tab-button::after {
    content: '↗';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #aaa;
}
.external-tab-button {
    position: relative;
    display: inline-block;
    padding: 10px 40px 10px 0px;
}
.external-tab-button:hover {
    background-color: #f3f3f3;
}
.menu-images .w-image-h{
    overflow: hidden;
}
.menu-images .w-image-h img{
    height: 520px;
    min-height: 65vh;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
/*.with_icon.external-tab-button::before{
    content: 'Solo en España';
    position: absolute;
    font-size: 12px;
    margin-top: 15px;
    left: 0;
}*/
.w-nav.type_mobile.m_align_none .w-nav-anchor.level_2, .w-nav.type_mobile.m_align_none .w-nav-anchor.level_3{
    padding-top: 6px;
    padding-bottom: 6px;
}

/*HOME*/
.tit-home h1{
    font-size: 3.2rem;
    line-height: 1;
    letter-spacing: 12px;
}
.tit-holahome p{
    font-size: 4.7rem;
    font-family: "BebasNeueRegular";
    letter-spacing: 20px;
    margin-left: 70px;
}
.waveround-home {
    background: url(/wp-content/uploads/2020/11/wave-round-08.png) no-repeat 39% center !important;
    background-size: 200px !important;
}
.layout_515 .usg_post_title_1, .layout_2846 .usg_post_title_1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-family: "GothamRounded-Book";
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 2px;
    min-height: 65px;
    background: #ffffff;
    padding: 0.7rem;
}
#destacados_home .owl-carousel.navpos_inside .owl-prev{
    left: -30px;
    transition: left 0.3s ease !important;
}
#destacados_home .owl-carousel.navpos_inside .owl-prev:hover{
    left: -35px;
    background: none !important;
}
#destacados_home .owl-carousel.navpos_inside .owl-next{
    right: -30px;
    transition: right 0.3s ease !important;
}
#destacados_home .owl-carousel.navpos_inside .owl-next:hover{
    right: -35px;
    background: none !important;
}
.owl-nav.disabled {
    display: block !important;
}
.owl-next, .owl-prev{
    margin-top: -80px;
    transition: margin 0.3s ease !important;
}
.owl-prev:after{
    content: 'icon' !important;
    background: url(/wp-content/uploads/2020/11/flechas-slide-48.svg) no-repeat !important;
    text-indent: -999em;
    width: 25px;
    height: 25px;
    transition: .5s ease;
   /* margin-right: -65px;*/
}
.owl-next:after{
    content: 'icon' !important;
    background: url(/wp-content/uploads/2020/11/flechas-slide-49.svg) no-repeat !important;
    text-indent: -999em;
    width: 25px;
    height: 25px;
    transition: .5s ease;
    /*margin-left: -15px;*/
}
.owl-next:hover{
    margin-left: 5px !important;
}
.owl-prev:hover{
    margin-right: 5px !important;
}
.owl-carousel.navstyle_circle .owl-nav div {
    height: 2.5rem !important;
    width: 2.5rem !important;
}
.no-touch .navstyle_circle.navpos_outside>.owl-nav div:hover{
    background: transparent !important;
}
.pos-btnhome{
    margin-top: -80px;
    max-width: 90%;
    margin: -80px auto 30px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.txt-quebuscas h2{
    font-size: 2.2rem;
    font-family: "BebasNeueRegular";
    letter-spacing: 8px;
    line-height: 1;
}
.home-iconosphi .w-iconbox-title{
    font-family: 'TTCommons-Regular';
    font-size: 1.2rem;
    letter-spacing: 3px;
    margin-top: 1rem;
    margin-bottom: 10px;
}
.home-iconosphi .w-iconbox-text{
    padding: 0;
    line-height: 1;
    margin-bottom: 1.5rem;
}
#iconos-productos .w-tabs-section-content{
    padding: 2rem 5%;
}
#iconos-productos .w-tabs-list{
    background: #f1f1f1;
}
#iconos-productos .w-tabs-item.active{
    background: #fff !important;
    box-shadow: 0px 0px 10px #00000026;
}
#iconos-productos .w-tabs-item-title{
    letter-spacing: 5px;
}
#iconos-productos .w-iconbox-icon, #iconos-productos img{
    font-size: 75px !important;
    transition: transform 0.35s ease;
}
#iconos-productos .w-iconbox-icon:hover, #iconos-productos img:hover{
    transform: scaleX(1.1) scaleY(1.1) ;
}
#iconos-productos .w-iconbox .w-iconbox-title, #iconos-productos .w-iconbox-title{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    font-family: "TTCommons-Regular" !important;
    padding: 0.5em 0;
    margin-bottom: 0;
    transition: color 0.3s;
}
#home_iconos-productos .w-iconbox {
    width: 20%;
    margin-bottom: 25px;
}
#home_iconos-productos .wpb_wrapper{
    display: flex;
    flex-wrap: wrap;
}
#home_iconos-productos .w-vwrapper {
    width: 20% !important;
    float: left !important;
}

/*NEW HOME 2025*/
.l-canvas.type_wide{
    overflow: hidden;
}
.tabs_home .w-tabs-list:before{
    max-width: 500px !important;
    margin: 0 auto;
}
.tabs_home .w-tabs-item.active .w-tabs-item-title{
    background-color: #000;
    color: #fff;
    padding: 0 5px;
}
.tabs_home .w-tabs-section .w-tabs-section-header .w-tabs-section-title{
    font-size: 25px !important;
}
#row_esencia{
    display: flex;
    align-items: center;
}
#lineas_home .owl-carousel.navpos_inside .owl-next {
    right: -15px;
}
.g-cols.slider_linea_home > .vc_col-sm-6:nth-child(1) .vc_column-inner{
    align-items: flex-start !important;
}
.g-cols.slider_linea_home > .vc_col-sm-6:nth-child(1) .vc_column-inner .wpb_wrapper{
    max-width: 500px;
}
.g-cols.slider_linea_home > .vc_col-sm-6:nth-child(2) .vc_column-inner{
    align-items: flex-end !important;
}
.g-cols.slider_linea_home > .vc_col-sm-6:nth-child(2) .vc_column-inner .wpb_wrapper{
    max-width: 500px;
}


/*FILOSOFIA*/
.ml-titlephi{
	margin-right: -5%;
}
.phi-icons .w-iconbox-icon{
	padding-bottom: 25px;
}
.phi-icons .w-iconbox{
	padding-bottom: 30%;
}
.waveround-inv{
    background: url(/wp-content/uploads/2020/11/phi-wave-round.svg) no-repeat 53vw 160px !important;
    background-size: 300px !important;
}
.fondo-waveinv{
	background: url(/wp-content/uploads/2020/11/phi-wave-inv.svg) no-repeat center 0/ 100%!important;
}
.page-id-189 .owl-next, .page-id-189 .owl-prev {
    margin-top: 0px !important;
    transition: margin 0.3s ease !important;
}

/*NUESTRA HISTORIA*/
.waveround-historia{
    background: url(/wp-content/uploads/2020/11/phi-wave-round.svg) no-repeat center 160px !important;
    background-size: 200px !important;
}
.sub-historia h2{
	font-family: "BebasNeueRegular";
    font-size: 1.8rem;
    letter-spacing: 10px;
}
.year-historia p{
	font-family: 'Bebas Neue Regular', sans-serif;
	font-size: 2.5rem;
	letter-spacing: 5px;
}
.timeline{
	border-left: 1px solid #000;
	height: 40px;
	margin: 30px 0;
	transform: translateX(50%);
}
.timeline-big{
	border-left: 1px solid #000;
	height: 250px;
	margin: 30px 0;
	transform: translateX(50%);
}
#icon-timeline{
	line-height: 0 !important;
}
.border-timeline{
	border-right: 1px solid #000 !important;
    padding-top: 15px;
    margin-top: -15px;
}

/*ATACHE EN EL MUNDO*/
.cuadro{
	background: #fff;
    padding: 7%;
    border: 1px solid #DBDCDD;
    min-height: 533px;
    display: flex;
    align-items: center;
}
.cuadro p{
	line-height: 1.5;
}
.fondo-wave{
	background: url(/wp-content/uploads/2020/11/fondo-wavediag-02.png) no-repeat center center/ 100%!important;
    min-height: 1200px;
    padding-top: 10% !important;
    margin-top: -6%;
    margin-bottom: -20vh;
}
.country-date{
	justify-content: space-between !important;
    padding: 6px 6px 0;
}
.ml-title{
	margin-left: 25%;
}
.atacheworld-subtitle h2{
	margin-left: 37%;
	font-size: 1.5rem;
    font-family: "BebasNeueRegular";
    letter-spacing: 5px;
    margin-top: 5px;
}
.pos-waveround{
	background: url(/wp-content/uploads/2020/11/wave-round-08.png) no-repeat 41% 85%!important;
    background-size: 130px 130px !important;
}

/*PIELES*/
.tit-pieles h1{
    font-size: 3.2rem;
    letter-spacing: 6px;
    line-height: 1;
}
.page-id-27 h2{
	font-family: 'TTCommons-Regular' !important;
    font-size: 1.3rem;
    letter-spacing: 3px;
    margin-bottom: 2rem;
}
.menu-pieles li{
	font-family: 'Bebas Neue Regular',sans-serif!important;
    text-transform: uppercase;
    font-size: 1.4rem;
    letter-spacing: 2px;
}
.menu-pieles .current-menu-item>a{
	background: #231F20 !important;
	color: #fff !important;
}
.cuadro-pieles{
    background: #fff;
    padding: 50px;
    border: 1px solid #DBDCDD;
}
.zindex-pieles{
    position: relative!important;
    z-index: 9!important;
}
#tabs-funciones .w-tabs-item.active{
	border-width: 0 0 2px 0 !important;
	border-color: #231F20 !important;
}
#tabs-funciones .w-tabs-section-content .wpb_text_column .wpb_wrapper{
	background: #F1F1F1;
    padding: 2rem;
    margin-left: 35%;
}
.txt-funciones p{
	margin-left: -90px;
    font-size: 1.2rem;
}
#tabs-funciones .w-tabs-item{
	text-transform: uppercase;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    padding: 10px;
    min-width: 300px;
}
#tabs-funciones .w-tabs-item:nth-child(1):before{
	content: 'icon';
	background: url(/wp-content/uploads/2020/11/iconos-pieles-02.svg) no-repeat !important;
	text-indent: -999em;
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    transition: .5s ease;
}
#tabs-funciones .w-tabs-item:nth-child(2):before{
	content: 'icon';
	background: url(/wp-content/uploads/2020/11/iconos-pieles-03.svg) no-repeat !important;
	text-indent: -999em;
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    transition: .5s ease;
}
#tabs-funciones .w-tabs-item:nth-child(3):before{
	content: 'icon';
	background: url(/wp-content/uploads/2020/11/iconos-pieles-04.svg) no-repeat !important;
	text-indent: -999em;
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    transition: .5s ease;
}
#tabs-funciones .w-tabs-item:nth-child(4):before{
	content: 'icon';
	background: url(/wp-content/uploads/2020/11/iconos-pieles-05.svg) no-repeat !important;
	text-indent: -999em;
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    transition: .5s ease;
}
#tabs-funciones .w-tabs-item:nth-child(5):before{
	content: 'icon';
	background: url(/wp-content/uploads/2020/11/iconos-pieles-06.svg) no-repeat !important;
	text-indent: -999em;
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    transition: .5s ease;
}
.page-id-27 .w-tabs-section-content, .page-id-2717 .w-tabs-section-content{
	padding: 2rem;
}
#tabs-epidermis .w-tabs-list, #tabs-dermis1 .w-tabs-list, #tabs-dermis2 .w-tabs-list,
#tabs-epidermis .w-tabs-section-content, #tabs-dermis1 .w-tabs-section-content, #tabs-dermis2 .w-tabs-section-content{
	background: #f1f1f1;
}
#tabs-dermis1 .w-tabs-section:last-child{
    border-bottom: none !important;
}
.page-id-27 .w-tabs-list .w-tabs-item, .page-id-2717 .w-tabs-list .w-tabs-item{
	overflow: visible !important;
    font-size: 0.9rem;
    line-height: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 3px
}

/*PIELES-EPIDERMIS*/
#tabs-epidermis .w-tabs-list .w-tabs-item:nth-child(1):before{
	content: 'icon';
    background: url(/wp-content/uploads/2020/11/iconos-pieles-07.svg) no-repeat !important;
    text-indent: -999em;
    display: flex;
    margin-top: -130px;
    position: absolute;
    width: 100%;
    height: 80px;
    left: 50%;
    transform: translateX(-45px);
    transition: .5s ease;
}
#tabs-epidermis .w-tabs-list .w-tabs-item:nth-child(2):before{
	content: 'icon';
    background: url(/wp-content/uploads/2020/11/iconos-pieles-08.svg) no-repeat !important;
    text-indent: -999em;
    display: flex;
    margin-top: -130px;
    position: absolute;
    width: 100%;
    height: 80px;
    left: 50%;
    transform: translateX(-45px);
    transition: .5s ease;
}
#tabs-epidermis .w-tabs-list .w-tabs-item:nth-child(3):before{
	content: 'icon';
    background: url(/wp-content/uploads/2020/11/iconos-pieles-09.svg) no-repeat !important;
    text-indent: -999em;
    display: flex;
    margin-top: -130px;
    position: absolute;
    width: 100%;
    height: 80px;
    left: 50%;
    transform: translateX(-45px);
    transition: .5s ease;
}
#tabs-epidermis .w-tabs-list .w-tabs-item:nth-child(4):before{
	content: 'icon';
    background: url(/wp-content/uploads/2020/11/iconos-pieles-10.svg) no-repeat !important;
    text-indent: -999em;
    display: flex;
    margin-top: -130px;
    position: absolute;
    width: 100%;
    height: 80px;
    left: 50%;
    transform: translateX(-45px);
    transition: .5s ease;
}

/*PIELES-DERMIS*/
#tabs-dermis1 .w-tabs-list .w-tabs-item:nth-child(1):before{
	content: 'icon';
    background: url(/wp-content/uploads/2020/11/iconos-pieles-11.svg) no-repeat !important;
    text-indent: -999em;
    display: flex;
    margin-top: -130px;
    position: absolute;
    width: 100%;
    height: 80px;
    left: 50%;
    transform: translateX(-45px);
    transition: .5s ease;
}
#tabs-dermis1 .w-tabs-list .w-tabs-item:nth-child(2):before{
	content: 'icon';
    background: url(/wp-content/uploads/2020/11/iconos-pieles-12.svg) no-repeat !important;
    text-indent: -999em;
    display: flex;
    margin-top: -130px;
    position: absolute;
    width: 100%;
    height: 80px;
    left: 50%;
    transform: translateX(-45px);
    transition: .5s ease;
}
#tabs-dermis1 .w-tabs-list .w-tabs-item:nth-child(3):before{
	content: 'icon';
    background: url(/wp-content/uploads/2020/11/iconos-pieles-13.svg) no-repeat !important;
    text-indent: -999em;
    display: flex;
    margin-top: -130px;
    position: absolute;
    width: 100%;
    height: 80px;
    left: 50%;
    transform: translateX(-45px);
    transition: .5s ease;
}
#tabs-dermis1 .w-tabs-list .w-tabs-item:nth-child(4):before{
	content: 'icon';
    background: url(/wp-content/uploads/2020/11/iconos-pieles-14.svg) no-repeat !important;
    text-indent: -999em;
    display: flex;
    margin-top: -130px;
    position: absolute;
    width: 100%;
    height: 80px;
    left: 50%;
    transform: translateX(-45px);
    transition: .5s ease;
}
#tabs-dermis1 .w-tabs-list .w-tabs-item:nth-child(5):before{
	content: 'icon';
    background: url(/wp-content/uploads/2020/11/iconos-pieles-15.svg) no-repeat !important;
    text-indent: -999em;
    display: flex;
    margin-top: -130px;
    position: absolute;
    width: 100%;
    height: 80px;
    left: 50%;
    transform: translateX(-45px);
    transition: .5s ease;
}

/*PIELES-DERMIS 2*/
#tabs-dermis2 .w-tabs-list .w-tabs-item:nth-child(1):before{
	content: 'icon';
    background: url(/wp-content/uploads/2020/11/iconos-pieles-16.svg) no-repeat !important;
    text-indent: -999em;
    display: flex;
    margin-top: -130px;
    position: absolute;
    width: 100%;
    height: 80px;
    left: 50%;
    transform: translateX(-45px);
    transition: .5s ease;
}
#tabs-dermis2 .w-tabs-list .w-tabs-item:nth-child(2):before{
	content: 'icon';
    background: url(/wp-content/uploads/2020/11/iconos-pieles-17.svg) no-repeat !important;
    text-indent: -999em;
    display: flex;
    margin-top: -130px;
    position: absolute;
    width: 100%;
    height: 80px;
    left: 50%;
    transform: translateX(-45px);
    transition: .5s ease;
}
#tabs-dermis2 .w-tabs-list .w-tabs-item:nth-child(3):before{
	content: 'icon';
    background: url(/wp-content/uploads/2020/11/iconos-pieles-18.svg) no-repeat !important;
    text-indent: -999em;
    display: flex;
    margin-top: -130px;
    position: absolute;
    width: 100%;
    height: 80px;
    left: 50%;
    transform: translateX(-45px);
    transition: .5s ease;
}
#tabs-dermis2 .w-tabs-list .w-tabs-item:nth-child(4):before{
	content: 'icon';
    background: url(/wp-content/uploads/2020/11/iconos-pieles-19.svg) no-repeat !important;
    text-indent: -999em;
    display: flex;
    margin-top: -130px;
    position: absolute;
    width: 100%;
    height: 80px;
    left: 50%;
    transform: translateX(-45px);
    transition: .5s ease;
}
#tabs-dermis2 .w-tabs-list .w-tabs-item:nth-child(5):before{
	content: 'icon';
    background: url(/wp-content/uploads/2020/11/iconos-pieles-20.svg) no-repeat !important;
    text-indent: -999em;
    display: flex;
    margin-top: -130px;
    position: absolute;
    width: 100%;
    height: 80px;
    left: 50%;
    transform: translateX(-45px);
    transition: .5s ease;
}
.nosontipos{
	font-family: "BebasNeueRegular";
    font-size: 1.5rem;
    letter-spacing: 2px;
}
.sonestados{
	font-family: "BebasNeueRegular";
    font-size: 2.5rem;
    letter-spacing: 3px;
    margin-top: 5px;
}
.page-id-27 .w-tabs-section-title, .page-id-2717 .w-tabs-section-title{
	text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1;
}
.page-id-27 .no-touch .w-tabs-section-header:hover, .page-id-2717 .no-touch .w-tabs-section-header:hover{
	    background: rgba(0,0,0,0) !important;
}
.iconos-pieles .w-iconbox-title{
	font-family: 'TTCommons-Regular';
    font-size: 1.2rem;
    letter-spacing: 3px;
    margin-top: -10px;
    margin-bottom: 10px;
}
.iconos-pieles .w-iconbox-text{
	padding: 0 12%;
    line-height: 1;
    margin-bottom: 1.5rem;
}
.tit-descubrepiel{
	font-size: 2.7rem;
    font-family: "BebasNeueRegular";
    letter-spacing: 6px;
    background: #231F20;
    color: #fff;
    display: inline-block;
    padding: 15px;
    line-height: 1;
}
.subt-descubrepiel{
	font-size: 1.7rem;
    font-family: "BebasNeueRegular";
    letter-spacing: 6px;
    line-height: 1;
    margin-top: 15px;
}
.pieles-waveround {
    background: url(/wp-content/uploads/2020/11/wave-round-08.png) no-repeat 72% 75% !important;
    background-size: 120px !important;
    max-width: 1140px;
}

/*BLOG*/
.tit-blog h1{
    font-size: 3.2rem;
    letter-spacing: 8px;
}
.txt-blog p{
    font-size: 1.3rem;
    line-height: 1.2;
    letter-spacing: 1px;
    width: 70%;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
h2.tit_grid-blog{
    font-family: 'TT Commons Bold',sans-serif!important;
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 1.1;
    letter-spacing: 1px;
}
.padd_blog{
    padding: 1.5rem 1.5rem 1.5rem 10px;
}
.raya-blog{
	border-bottom: 1px solid #231F20;
	width: 150px;
}
.separa-news{
	border-bottom: 1px solid #231F20;
	width: 150px;
	margin: 20px auto;
}
.itemblog{
    border: 1px solid #DBDCDD;
}
#grid-blog article:hover{
    box-shadow: 0px 0px 15px #d4d4d4;
}
#grid-blog .pagination .nav-links{
	justify-content: center;
}
#grid-blog .pagination .page-numbers.current{
	background: #474646;
}
#grid-blog .pagination>:not(.custom) .page-numbers{
	line-height: 2.5rem !important;
    height: 2.5rem !important;
    width: 2.5rem !important;
    box-shadow: 0px 0px 3px #000 !important;
}
#grid-blog .pagination .page-numbers:not(.current):before{
    border-width: 0px !important;
}
.post_navigation-item-meta{
	font-family: "BebasNeueRegular";
	font-size: 1.1em;
	letter-spacing: 1px;
}
.post_navigation-item-title{
	line-height: 1;
    font-size: 1em;
    text-transform: uppercase;
    text-decoration: underline;
}
#barralat-blog .ginput_container_consent{
	line-height: 1.2 !important;
}
.txt-lastposts{
	background: #fff;
    display: inline-block;
    z-index: 99;
    position: relative;
    text-transform: uppercase;
    padding-right: 5px;
    font-size: 1.2rem;
    margin-bottom: 15px;
}
.cuadro-lastposts{
	border: 1px solid;
    height: 400px;
    background: transparent;
    position: absolute;
    margin-top: -30px;
    width: 18%;
    margin-left: 40px;
}
.tit-barralateral{
	font-size: 1.2rem;
    text-transform: uppercase;
    border-bottom: 1px solid;
    display: inline-block;
    margin-bottom: 12px !important;
}
.widget_search{
    padding-bottom: 1.5rem;
}
.widget_search form:after{
    transform: rotate(90deg) translateX(-12px);
    opacity: 0.4;  
}
.vc_wp_categories{
	background: #e5e5e5;
	padding: 1.5rem;
} 
.vc_wp_categories .widgettitle{
	display: none;
}
.vc_wp_categories a{
    color: #231F20;
    font-weight: bold;
    letter-spacing: 1px;
	text-transform: uppercase;
}
.vc_wp_categories a:before{
    content: '⦿';
    margin-right: 5px;
    font-size: 14px;
}

#social-barra .w-socials-item-link{
	line-height: 2em !important;
    width: 2em !important;
}

/*CONTACTO*/
.waveround-contacto {
    background: url(/wp-content/uploads/2020/11/wave-round-08.png) no-repeat 22% 75% !important;
    background-size: 170px !important;
    transition: background 1s ease 1s;
}
.raya-vertical{
    height: 50px;
    margin: 30px auto;
    background: #000;
    width: 1px;
}
.tit-hola p{
	font-size: 4rem;
    font-family: "BebasNeueRegular";
    letter-spacing: 10px;
}
.subt-contacto p{
	font-size: 1.4rem;
    font-family: "BebasNeueRegular";
    letter-spacing: 5px;
}

/*Contacto-Formularios*/
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper select, .gform_wrapper textarea{
	border: none;
	border-radius: 0px;
    border-bottom: 2px solid #474646;
    height: 40px;
    min-height: 40px;
    margin-top: -10px;
}
.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px !important;
}
.gform_wrapper label.gfield_label{
	cursor: initial;
	text-transform: uppercase;
	font-family: "TTCommons-Regular";
	font-weight: 100;
}
#gform_wrapper_1, #gform_wrapper_2, #gform_wrapper_11, #gform_wrapper_12 {
    background: #fff;
    padding: 8% 10%;
    border: 1px solid #DBDCDD;
    transition: all 0.4s ease;
}
#gform_wrapper_1:hover, #gform_wrapper_2:hover, #gform_wrapper_11:hover, #gform_wrapper_12:hover {
	box-shadow: 0px 0px 18px #cecece;
}
.ginput_container_consent{
    line-height: 1.2;
}
.ginput_container_consent input{
    margin-top: 0 !important;
}
/*.gform_wrapper li.hidden_label input{
	margin-top: -6px !important;
}*/
#gform_wrapper_1 input[type=submit], #gform_wrapper_2 input[type=submit], #gform_wrapper_11 input[type=submit], #gform_wrapper_12 input[type=submit]{
    position: relative;
    transform: translateY(80px);
    display: block;
    width: 50%;
    margin: -50px auto 0;
}
.subt-descubremas p{
	font-size: 2.2rem;
    font-family: "BebasNeueRegular";
    letter-spacing: 8px;
    line-height: 1;
}

/*PUNTOS DE VENTA*/
.col-left.leftsidebar{
    z-index: 99 !important;
}
.wpml-toggle-box{
    width: 100% !important;
}
a.wpml-close-direction span, a.wpml-toggle-box span {
    display: block !important;
}
.search-options-btn{
    background-color: #231F20 !important;
}
.store-locator-item:nth-child(even) {
    background-color: #f7f7f7 !important !important;
}
.store-locator-item:hover {
    background-color: #f7f7f7 !important;
}
.wpsl-list-title{
    background-color: #333 !important;
    color: #fff !important;
    text-transform: uppercase !important;
}
.circle-count {
    background-color: #e8e8e8!important;
    color: #231f20 !important;
}
.store-locator-item:nth-child(even) {
    background-color: #fff !important;
}
.wpsl-city{
    margin-top: 0px !important;
}
.page-id-31 .fa {
    font-family: "fontawesome";
    font-weight: 900;
    font-style: normal;
    margin-right: 5px;
}
.fa-phone-square:before {
    content: "\f879";
}
.fa-external-link-square-alt:before {
    content: "\f3c5";
}
.store-infowindow h3{
	line-height: 1;
}
.store-infowindow .info-window-address{
	margin: 10px 0!important; 
}
/*MAPA DEBAJO REPOSICIONARLO A LA DERECHA - VERSION ESCRITORIO*/
/*.map-listings.below_map {
    width: 300px !important;
    position: absolute !important;
    right: 5%;
    overflow: scroll;
    height: 650px !important;
    top: 130px;
}*/

/*PAGINA INGREDIENTES*/
#grid_ingredientes .g-filters-item.active:not(:first-of-type){
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 3.2rem;
}
#grid_ingredientes .g-filters-item.active{
	background: var(--color-content-primary-grad);
    color: #fff;
}
#grid_ingredientes .g-filters-item{
	transition: font-size 0.1s ease;
	line-height: 3.2rem;
}
#grid_ingredientes .g-filters-item:hover{
	background: none !important;
    color: #000 !important;
    font-size: 1.5rem;
	font-weight: bold;
}
#grid_ingredientes .post_title{
    font-size: 1.2rem;
    line-height: 1;
    font-family: "TTCommons-Regular";
    text-transform: uppercase;
}
.is-search-sections{
	display: flex;
	align-items: center;
}
.is-form-style input.is-search-input{
	height: 50px;
}
.is-form-style.is-form-style-3 label {
    width: calc(100% - 50px)!important;
}
.is-form-style button.is-search-submit{
	width: 50px;
    height: 50px;
    background: #ededed !important;
}
.is-search-icon{
	border: none;
}
/*Nuevo buscador de ingredientes*/
div.asl_m{
    z-index: 1 !important;
}


/*SINGLE INGREDIENTES*/
.txt-ingrediente p{
	margin-left: 25%;
}
#content-ingred section{
	padding-left: 0px;
	padding-right: 0px;
}

/*PÁGINA PRODUCTOS*/
.bg_buscador{
    box-shadow: 0px 5px 13px -2px #94949440;
    background: #f7f7f7 !important;
}
.w-filter.state_desktop.style_drop_trendy .w-filter-item-title {
    font-weight: inherit;
    line-height: 1.2em;
    font-family: 'Bebas Neue Regular', sans-serif;
    font-size: 1.8rem;
}
.w-filter-item-title span{
	font-size: 1.2rem;
}
.w-filter.state_desktop.style_drop_trendy .w-filter-item-title:after{
	font-size: 0.8em;
	margin-left: 0;
	transition: transform ease 0.3s;
}
.w-filter.state_desktop.style_drop_trendy .w-filter-item-title:hover:after  {
	display: block;
	transform: translateY(5px);
	transition: transform ease 0.3s;
}
.w-filter.state_desktop.style_drop_trendy .w-filter-item {
    margin: 0 .25em;
    border-right: 1px solid;
    display: flex;
    justify-content: center;
    width: 19%;
    text-align: center;
}
.w-filter.state_desktop.style_drop_trendy .w-filter-item:last-child {
    border-right: none !important;
}
/*.w-filter-item.has_value*/ .w-filter-item-title span {
    /*font-size: 1.2rem;*/
    display: inline;
    line-height: 1;
    height: 0;
}
.w-filter.state_desktop.layout_hor .w-filter-item-reset {
    position: absolute;
    top: 37%;
    right: 10%;
}
.w-filter.layout_hor .w-filter-list{
    flex-wrap: nowrap;
}
.w-order {
    justify-content: flex-end;
    padding-bottom: 15px;
}
.w-order>label {
    line-height: 1;
}
.w-filter.state_desktop[class*="style_drop_"] .w-filter-item-value {
    text-transform: uppercase;
    text-align: left;
}
.w-filter.state_desktop.layout_hor .w-filter-item-reset {
    position: absolute;
    top: 3px;
    right: 0%;
}

/*PÁGINA PRODUCTOS - FILTRO EN VERSIÓN MÓVIL*/
.w-filter.state_mobile.open .w-filter-item {
    border: 1px solid #e0e0e0;
    padding: 1rem;
    margin-bottom: 15px;
    box-shadow: 0px 0px 8px #00000012;
 }
.w-filter.state_mobile.open .w-filter-item-title{
    font-size: 1.2rem;
 	font-family: 'Bebas Neue Regular', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
 }
 .w-filter.state_mobile .w-filter-item-value {
    text-transform: uppercase;
}

/*PÁGINA PRODUCTOS - GRID PRODUCTOS*/
#destacados_home .us-btn-style_7{
    width: 70%;
}
.sep_linea{
    width: 12px;
    display: inline-block;
    height: 1px;
    background: #282828;
    margin: 3px 0.5rem;
}
.bg_linea{
    font-family: "GothamRounded-Book";
    font-size: 11px;
    height: 34px;
    padding: 5px 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 2px;
}
.bg_lineaessent{
    background: rgb(0 143 187 / 0.15);
}
.bg_lineacvital{
    background: rgb(131 145 57 / 0.15);
}
.bg_linealifth{
    background: rgb(133 119 151 / 0.15);
}
.bg_lineasoft{
    background: rgb(166 54 103 / 0.15);
}
.bg_lineavitalage{
    background: rgb(105 103 101 / 0.15);
}
.bg_lineaoily{
    background: rgb(70 156 147 / 0.15);
}
.bg_lineap3{
    background: rgb(192 78 80 / 0.15);
}
.bg_lineabesun{
    background: rgb(197 97 14 / 0.15);
}
.bg_lineacorp{
    background: rgb(47 118 162 / 0.15);
}
.bg_lineadermic{
    background: rgb(25 98 129 / 0.15);
}
.bg_lineaexcellence{
    background: rgb(182 147 5 / 0.15);
}
.align-grid_title{
	display: flex;
	justify-content: center;
	align-items: center;
}

/*PÁGINA PRODUCTOS - CREMAS DE DÍA, SERUMS, TÓNICOS, ETC/*/
.w-filter.layout_ver .w-filter-item {
    border: 1px solid #231F20;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
 }
 .w-filter.layout_ver .w-filter-item-title{
    font-size: 1.3rem;
 	font-family: 'Bebas Neue Regular', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1;
    margin-bottom: 1rem;
 }
.w-filter-item-value .w-form-checkbox {
    border: none;
    text-transform: lowercase;
    line-height: 0.8;
}
.w-filter.layout_ver input:focus + .w-form-checkbox{
    box-shadow: initial !important;
}
.w-filter.layout_ver .w-filter-item-value {
    text-transform: uppercase;
    line-height: 1;
}
.w30-filtros{
	width: 30% !important;
}
.w70-productos{
	width: 70% !important;
}
.tit-cat-productos h1{
	font-size: 3.2rem;
    letter-spacing: 7px;
}
.subtit-cat-productos p{
    font-size: 1.3rem;
    margin-top: 20px;
    margin-bottom: -20px;
}
.txt-cat-productos p{
    font-size: 1.3rem;
    margin-top: 2rem;
}
.tit-otros-prod h2{
    font-family: "TTCommons-Regular";
    letter-spacing: 3px;
    font-size: 1.5rem;
    padding-bottom: 3rem;
}
.tit-otros-prod h2:before{
    content: '';
    width: 110px;
    height: 1.5px;
    position: absolute;
    top: 2rem;
    background: #848484;
}
#otros_productos .w-iconbox .w-iconbox-title {
    padding: 0 0 2.1rem;
    letter-spacing: 2px;
    font-size: 1.3rem;
}
#otros_productos .w-iconbox-icon{
	transition: transform 0.35s ease;
}
#otros_productos .w-iconbox-icon:hover{
	transform: scaleX(1.1) scaleY(1.1);
}
#icons_otros_productos .w-iconbox {
	width: 20%;
}
#icons_otros_productos .wpb_wrapper{
	display: flex;
    flex-wrap: wrap;
}

/*CATEGORIA NECESIDADES E INGREDIENTES DE PRODUCTOS*/
.w-filter-list{
    gap: 10px !important;
}
.w-filter-item.has_value .w-filter-item-title > span{
    font-size: 14.5px !important;
}
.descrip_cat_necesidad h2{
    font-size: 25px;
    font-family: TT Commons Regular !important;
}


/*SINGLE PRODUCTO*/
.single-product .tabs.wc-tabs{
	display: none !important;
}
.single-product .product_title.entry-title{
	font-size: 30px;
    color: #000;
    font-family: 'TT Commons Regular';
    letter-spacing: 0px;
}
.woocommerce div.product .images{
	width: 49%;
}
.woocommerce div.product .summary{
	width: 47%;
}
.woocommerce-product-details__short-description p{
	line-height: 1.4;
    margin-bottom: 0.8rem;
}
.woocommerce .product_meta{
    display: none;
}
.woocommerce-tabs {
    padding-top: 2rem;
}
.sombra{
	box-shadow: 0px 28px 25px -25px #0003;	
}
.borde_menuprod{
	border-bottom: 1px solid #000 !important;
}
.extra-info li{
	font-family: 'Bebas Neue Regular',sans-serif!important;
    text-transform: uppercase;
    font-size: 1.4rem;
    letter-spacing: 2px;
}
#menu-prod .l-section-h{
	padding-top: 0px !important;
	max-width: 950px;
}
/*#menu-prod{
	box-shadow: 0px 18px 20px -12px #0003;	
}*/
#menu-prod.is_sticky{
	box-shadow: none !important;
    top: 0px !important;
}
.attb_piel{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33%;
    float: left;
    line-height: 1;
    margin-bottom: 10px;
}
.attb_piel img{
    width: 50px;
    margin-right: 10px; 
}
.attb_uso{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33%;
    float: left;
    line-height: 1;
    margin-bottom: 10px;
}
.attb_uso img{
    width: 50px;
    margin-right: 10px; 
}
.attb_necesidad{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33%;
    float: left;
    line-height: 1;
    margin-bottom: 10px;
}
.attb_necesidad img{
    width: 50px;
    margin-right: 10px; 
}
.prod_capacidad{
    font-family: "GothamRounded-Book";
    text-transform: uppercase;
    color: #474646;
    font-size: 0.7rem;
    letter-spacing: 2px;
    margin-bottom: 2rem;
    margin-top: -10px;
}
.prod_capacidad:before{
    content: '';
    position: absolute;
    width: 110px;
    margin-top: 35px;
    border-bottom: 2px solid #474646;
}
.single-product h2{
    font-family: "TTCommons-Regular";
    font-size: 1.1rem;
    line-height: 1.3;
    letter-spacing: 2px;
    font-weight: bold;
    display: inline-block;
    margin: 10px 0;
}
.woocommerce .product .summary .price{
    display: none;
}
#tabs-beneficios .w-tabs-sections-h {
    justify-content: flex-end;
    width: 100%;
}
#tabs-beneficios .w-tabs-section-content .wpb_text_column .wpb_wrapper {
	padding: 2rem;
    margin-left: 7vw;
    height: 50vh;
    display: flex;
    align-items: center;
    min-width: 470px;
    text-align: left;
}
#tabs-beneficios .w-tabs-section-content-h.i-cf .w-hwrapper{
	max-width: 80%;
    margin-left: 20%;
}

/*Ajustes galeria de imagenes en la single product*/
.pswp__bg{
    background: #00000082; 
}
.woocommerce-product-gallery__trigger:before {
    color: #000;
}
.no-touch .woocommerce-product-gallery__trigger{
    opacity: 0.85;
}
.no-touch .woocommerce-product-gallery__trigger:hover:before {
    color: #fff;
}
.pswp__ui--fit .pswp__caption{
    display: none;
}

/*PÁGINA DE ARCHIVOS*/
.woocommerce-loop-product__title{
	font-size: 1.5rem !important;
}

/*SINGLE PRODUCTO - DEFINIR EL COLOR DE CADA LÍNEA*/
.essentielle .linea_color{
	background-color: rgba(0,143,187,0.15) !important;
}
.cvital .linea_color{
    background-color: rgba(131, 145, 57, 0.15) !important;
}
.lift-therapy .linea_color{
    background-color: rgba(133, 119, 151, 0.15) !important;
}
.soft-derm .linea_color{
    background-color: rgba(166, 54, 103, 0.15) !important;
}
.vital-age .linea_color{
    background-color: rgba(105, 103, 101, 0.15) !important;
}
.oily-sk .linea_color{
    background-color: rgba(70, 156, 147, 0.15) !important;
}
.despigmen-p3 .linea_color{
    background-color: rgba(192, 78, 80, 0.15) !important;
}
.besun .linea_color{
    background-color: rgba(120, 222, 212, 0.15) !important;
}
.corporal-care .linea_color{
    background-color: rgba(47, 118, 162, 0.15) !important;
}
.excellence .linea_color{
    background-color: rgba(182, 147, 55, 0.15) !important;
}

/*SINGLE PRODUCTO - DEFINIR EL COLOR DE CADA LÍNEA PROFESIONAL*/
.cvital-pro .linea_color{
    background-color: rgba(131, 145, 57, 0.15) !important;
}
.vital-age-pro .linea_color{
    background-color: rgba(105, 103, 101, 0.15) !important;
}
.lift-therapy-pro .linea_color{
    background-color: rgba(133, 119, 151, 0.15) !important;
}
.excellence-pro .linea_color{
    background-color: rgba(182, 147, 55, 0.15) !important;
}
.soft-derm-pro .linea_color{
    background-color: rgba(166, 54, 103, 0.15) !important;
}
.oily-sk-pro .linea_color{
    background-color: rgba(70, 156, 147, 0.15) !important;
}
.dermic-plus-pro .linea_color{
    background-color: rgba(25, 98, 129, 0.15) !important;
}
.corporal-care-pro .linea_color{
    background-color: rgba(47, 118, 162, 0.15) !important;
}

/*SINGLE PRODUCTO-TABS*/
.essentielle #tabs-beneficios .w-tabs-section-content .wpb_text_column .wpb_wrapper {
    background-color: rgba(0,143,187,0.15) !important;
}
.cvital #tabs-beneficios .w-tabs-section-content .wpb_text_column .wpb_wrapper {
    background-color: rgba(131, 145, 57, 0.15) !important;
}
.lift-therapy #tabs-beneficios .w-tabs-section-content .wpb_text_column .wpb_wrapper {
    background-color: rgba(133, 119, 151, 0.15) !important;
}
.soft-derm #tabs-beneficios .w-tabs-section-content .wpb_text_column .wpb_wrapper {
    background-color: rgba(166, 54, 103, 0.15) !important;
}
.vital-age #tabs-beneficios .w-tabs-section-content .wpb_text_column .wpb_wrapper {
    background-color: rgba(105, 103, 101, 0.15) !important;
}
.oily-sk #tabs-beneficios .w-tabs-section-content .wpb_text_column .wpb_wrapper {
    background-color: rgba(70, 156, 147, 0.15) !important;
}
.despigmen-p3 #tabs-beneficios .w-tabs-section-content .wpb_text_column .wpb_wrapper {
    background-color: rgba(192, 78, 80, 0.15) !important;
}
.besun #tabs-beneficios .w-tabs-section-content .wpb_text_column .wpb_wrapper {
    background-color: rgba(120, 222, 212, 0.15) !important;
}
.corporal-care #tabs-beneficios .w-tabs-section-content .wpb_text_column .wpb_wrapper {
	background-color: rgba(47, 118, 162, 0.15) !important;
}
.excellence #tabs-beneficios .w-tabs-section-content .wpb_text_column .wpb_wrapper {
    background-color: rgba(182, 147, 55, 0.15) !important;
}

/*SINGLE PRODUCTO-TABS PROFESIONALES*/
.cvital-pro #tabs-beneficios .w-tabs-section-content .wpb_text_column .wpb_wrapper {
    background-color: rgba(131, 145, 57, 0.15) !important;
}
.vital-age-pro #tabs-beneficios .w-tabs-section-content .wpb_text_column .wpb_wrapper {
    background-color: rgba(105, 103, 101, 0.15) !important;
}
.lift-therapy-pro #tabs-beneficios .w-tabs-section-content .wpb_text_column .wpb_wrapper {
    background-color: rgba(133, 119, 151, 0.15) !important;
}
.excellence-pro #tabs-beneficios .w-tabs-section-content .wpb_text_column .wpb_wrapper {
    background-color: rgba(182, 147, 55, 0.15) !important;
}
.soft-derm-pro #tabs-beneficios .w-tabs-section-content .wpb_text_column .wpb_wrapper {
    background-color: rgba(166, 54, 103, 0.15) !important;
}
.oily-sk-pro #tabs-beneficios .w-tabs-section-content .wpb_text_column .wpb_wrapper {
    background-color: rgba(70, 156, 147, 0.15) !important;
}
.dermic-plus-pro #tabs-beneficios .w-tabs-section-content .wpb_text_column .wpb_wrapper {
    background-color: rgba(25, 98, 129, 0.15) !important;
}
.corporal-care-pro #tabs-beneficios .w-tabs-section-content .wpb_text_column .wpb_wrapper {
    background-color: rgba(47, 118, 162, 0.15) !important;
}

/*SINGLE PRODUCTO-MENÚ ACTIVO*/
.essentielle .us_menu_1 .menu>.current-menu-item>a {
    background-color: rgba(0,143,187,0.15) !important;
}
.cvital .us_menu_1 .menu>.current-menu-item>a {
    background-color: rgba(131, 145, 57, 0.15) !important;
}
.lift-therapy .us_menu_1 .menu>.current-menu-item>a {
    background-color: rgba(133, 119, 151, 0.15) !important;
}
.soft-derm .us_menu_1 .menu>.current-menu-item>a {
    background-color: rgba(166, 54, 103, 0.15) !important;
}
.vital-age .us_menu_1 .menu>.current-menu-item>a {
    background-color: rgba(105, 103, 101, 0.15) !important;
}
.oily-sk .us_menu_1 .menu>.current-menu-item>a {
    background-color: rgba(70, 156, 147, 0.15) !important;
}
.despigmen-p3 .us_menu_1 .menu>.current-menu-item>a {
    background-color: rgba(192, 78, 80, 0.15) !important;
}
.besun .us_menu_1 .menu>.current-menu-item>a {
    background-color: rgba(120, 222, 212, 0.15) !important;
}
.corporal-care .us_menu_1 .menu>.current-menu-item>a {
    background-color: rgba(47, 118, 162, 0.15) !important;
}

/*SINGLE PRODUCTO-MENÚ ACTIVO-PROFESIONALES*/
.cvital-pro .us_menu_1 .menu>.current-menu-item>a {
    background-color: rgba(131, 145, 57, 0.15) !important;
}
.vital-age-pro .us_menu_1 .menu>.current-menu-item>a {
    background-color: rgba(105, 103, 101, 0.15) !important;
}
.lift-therapy-pro .us_menu_1 .menu>.current-menu-item>a {
    background-color: rgba(133, 119, 151, 0.15) !important;
}
.excellence-pro .us_menu_1 .menu>.current-menu-item>a {
    background-color: rgba(182, 147, 55, 0.15) !important;
}
.soft-derm-pro .us_menu_1 .menu>.current-menu-item>a {
    background-color: rgba(166, 54, 103, 0.15) !important;
}
.oily-sk-pro .us_menu_1 .menu>.current-menu-item>a {
    background-color: rgba(70, 156, 147, 0.15) !important;
}
.dermic-plus-pro .us_menu_1 .menu>.current-menu-item>a {
    background-color: rgba(25, 98, 129, 0.15) !important;
}
.corporal-care-pro .us_menu_1 .menu>.current-menu-item>a {
    background-color: rgba(47, 118, 162, 0.15) !important;
}

/*SINGLE PRODUCTO-ASIGNAR COLOR DEL BODRDE AL TÍTULO H2 SEGÚN LA LÍNEA*/
.single-product.essentielle .woocommerce-tabs h2{
	border-bottom: 1px solid rgb(0,143,187) !important;
    line-height: 2.5 !important;
}
.single-product.cvital .woocommerce-tabs h2{
	border-bottom: 1px solid rgb(131, 145, 57) !important;
    line-height: 2.5 !important;
}
.single-product.lift-therapy .woocommerce-tabs h2{
	border-bottom: 1px solid rgb(133, 119, 151) !important;
    line-height: 2.5 !important;
}
.single-product.soft-derm .woocommerce-tabs h2{
	border-bottom: 1px solid rgb(166, 54, 103) !important;
    line-height: 2.5 !important;
}
.single-product.vital-age .woocommerce-tabs h2{
	border-bottom: 1px solid rgb(105, 103, 101) !important;
    line-height: 2.5 !important;
}
.single-product.oily-sk .woocommerce-tabs h2{
	border-bottom: 1px solid rgb(70, 156, 147) !important;
    line-height: 2.5 !important;
}
.single-product.despigmen-p3 .woocommerce-tabs h2{
	border-bottom: 1px solid rgb(192, 78, 80) !important;
    line-height: 2.5 !important;
}
.single-product.besun .woocommerce-tabs h2{
	border-bottom: 1px solid #78DED4 !important;
    line-height: 2.5 !important;
}
.single-product.corporal-care .woocommerce-tabs h2{
	border-bottom: 1px solid rgb(47, 118, 162) !important;
    line-height: 2.5 !important;
}
.single-product.excellence .woocommerce-tabs h2{
    border-bottom: 1px solid rgb(182, 147, 55) !important;
    line-height: 2.5 !important;
}

/*SINGLE PRODUCTO-ASIGNAR COLOR DEL BODRDE AL TÍTULO H2 SEGÚN LA LÍNEA-PROFESIONAL*/
.single-product.cvital-pro .woocommerce-tabs h2{
    border-bottom: 1px solid rgb(131, 145, 57) !important;
    line-height: 2.5 !important;
}
.single-product.vital-age-pro .woocommerce-tabs h2{
    border-bottom: 1px solid rgb(105, 103, 101) !important;
    line-height: 2.5 !important;
}
.single-product.lift-therapy-pro .woocommerce-tabs h2{
    border-bottom: 1px solid rgb(133, 119, 151) !important;
    line-height: 2.5 !important;
}
.single-product.excellence-pro .woocommerce-tabs h2{
    border-bottom: 1px solid rgb(182, 147, 55) !important;
    line-height: 2.5 !important;
}
.single-product.soft-derm-pro .woocommerce-tabs h2{
    border-bottom: 1px solid rgb(166, 54, 103) !important;
    line-height: 2.5 !important;
}
.single-product.oily-sk-pro .woocommerce-tabs h2{
    border-bottom: 1px solid rgb(70, 156, 147) !important;
    line-height: 2.5 !important;
}
.single-product.dermic-plus-pro .woocommerce-tabs h2{
    border-bottom: 1px solid rgb(25, 98, 129) !important;
    line-height: 2.5 !important;
}
.single-product.corporal-care-pro .woocommerce-tabs h2{
    border-bottom: 1px solid rgb(47, 118, 162) !important;
    line-height: 2.5 !important;
}

/*SINGLE PRODUCTO - Para quién es*/
.col-necesita_bullets{
    /*margin-left: -1.5rem;*/
    order: 2;
}
.col-necesita_bullets .vc_column-inner{
    margin-right: -1.5rem !important;
}
.necesita-bullets ul {
    list-style-type: none;
    padding: 1.5rem 0;
    margin-left: 1rem;
}
.necesita-bullets ul li:before{
    content: '⦿';
    margin-left: -35px;
    margin-top: 2px;
    margin-right: 15px;
}
.necesita-bullets ul li{
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
    margin-left: 10%;
    margin-right: 1.5rem;
}
.necesita-bullets ul li:last-child{
    margin-bottom: 0px;
}
.txt-necesita p{
    margin-left: 1rem;
    line-height: 1.4;
    margin-bottom: 1rem;
}
.txt-necesita li{
    line-height: 1.4;
    margin-bottom: 1rem;
}

/*SINGLE PRODUCTO - Beneficios*/
#tabs-beneficios .w-tabs-section p{
    margin-left: -90px;
    font-size: 1.2rem;
}
#beneficios .w-tabs-sections {
    display: flex;
    align-items: center;
    margin-right: -2.5rem;
    justify-content: flex-end;
}
#beneficios .w-tabs-item{
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0.7rem;
    line-height: 1.3;
}
#beneficios .w-tabs-item.active{
	font-weight: bold;
}
#beneficios .w-tabs-sections img{
	width: 70px;
    min-width: 70px;
    margin-left: 5vw;
}
.w-tabs.layout_ver .w-tabs-section {
    padding-left: 0;
}

/*SINGLE PRODUCTO - Ingredientes*/
.cuadro-prod {
    background: #fff;
    padding: 2rem;
    border: 1px solid #DBDCDD;
}
.w-col1-ing{
	width: 47%;
	margin-left: 1.5%;
}
.w-col2-ing{
	width: 47%;
	margin-left: 3%;
}
.pos-row_ingred{
	margin-top: -5rem !important;
    padding-top: 8rem !important;
}
.pos-icon_ingred{
    display: block;
    position: absolute;
    width: 80px;
    left: 50%;
    top: -70px;
    transform: translateX(-40px);
    border-radius: 50%;
    border: 1px solid #cfcece;
    box-shadow: 0px 3px 9px -3px #cececee6;
}
#items-ingredientes .w-tabs-section-title{
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 1.5rem;
}
#items-ingredientes .w-tabs-section.active .w-tabs-section-title{
	font-weight: bold;
	font-size: 1.2rem;
}
#items-ingredientes .w-tabs-section-content{
	text-align: center;
	line-height: 1.4;
}
.tit-difer_formula{
	text-align: center;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 2px;
    font-size: 1.2rem;
}
.txt-slider-ingrd{
    font-size: 1.1rem;
	line-height: 1.3;
    letter-spacing: 1px;
    text-align: center;
}
#slider-ingredientes .owl-next, #slider-ingredientes .owl-prev{
    margin-top: 0px;
}
#slider-ingredientes .owl-prev:after{
	margin-left: 15px;
}
#slider-ingredientes .owl-next:after{
	margin-left: 10px;
}
#slider-ingredientes .owl-carousel .owl-nav div{
	display: block !important;
}

/*SINGLE PRODUCTO - Aplicación*/
.txt-aplicacion{
    font-size: 1.1rem;
    line-height: 1.4;
    text-align: center;
	padding: 0px 8%;
}
#aplicacion .w-tabs.accordion .w-tabs-section{
    background: #fff;
    margin-right: 10px;
}
#aplicacion .w-tabs-sections {
    display: flex;
    flex-direction: row !important;
    justify-content: center;
}
#aplicacion .w-tabs-section .w-tabs-section-header{
	flex-direction: column;
}
#aplicacion .material-icons{
	font-family: 'TTCommons-Regular' !important;
    font-size: 8rem;
    line-height: 1 !important;
    color: #696765;
}
#aplicacion .w-tabs-section-title{
	text-transform: uppercase;
    word-break: break-word;
    line-height: 1;
}
#aplicacion .w-tabs.accordion .w-tabs-section:not(.active){
	min-width: 16%;
	width: 23%;
	height: 100%;
}
#aplicacion .w-tabs.accordion .w-tabs-section.active .material-icons, 
#aplicacion .w-tabs.accordion .w-tabs-section:hover .material-icons{
	color: #000 !important;
}
#aplicacion .w-tabs-section-content-h{
	padding: 0 1.5rem;
}
#aplicacion .w-tabs-section-content-h p{
    font-size: 1.1rem;
    line-height: 1.4;
	margin-bottom: 10px;
}

/*SINGLE PRODUCTO - Productos complementarios*/
#rutina .w-tabs-item{
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: 8px 0px 6px -6px #0000009e;
    color: #000 !important;
    white-space: pre-wrap !important;
    line-height: 1;
    width: 80px !important;
    min-width: 80px !important;
    max-width: 33% !important;
}
#rutina .w-tabs.style_modern .w-tabs-list{
    background: #fff;
}
#rutina .w-tabs-item.active{
    background: #282828;
    color: #fff !important;
}
#rutina .w-tabs-section-title{
	text-transform: uppercase;
    letter-spacing: 2px;
}
#rutina .w-tabs-section.active .w-tabs-section-header{
    background: #282828;
    color: #fff !important;
}
#rutina .w-tabs-sections{
    overflow: visible;
}
.woocommerce .related{
	display: none;
}


/*PÁGINA DE LÍNEAS*/
/*DEFINIR EL COLOR DE LA PÁGINA DE LÍNEA*/
.linea-essentielle{color: var(--color-linea-essentielle);}
.linea-cvital{color: var(--color-linea-cvital);}
.linea-lift-therapy{color: var(--color-linea-lift-therapy);}
.linea-soft-derm{color: var(--color-linea-soft-derm);}
.linea-vital-age{color: var(--color-linea-vital-age);}
.linea-oily-sk{color: var(--color-linea-oily-sk);}
.linea-despigmen-p3{color: var(--color-linea-despigmen-p3);}
.linea-besun{color: var(--color-linea-besun);}
.linea-corporal-care{color: var(--color-linea-corporal-care);}
.linea-excellence{color: var(--color-linea-excellence);}
.linea-dermic{color: var(--color-linea-dermic);}

.bgdark_linea-essentielle{background: var(--color-linea-essentielle);}
.bgdark_linea-cvital{background: var(--color-linea-cvital);}
.bgdark_linea-lift-therapy{background: var(--color-linea-lift-therapy);}
.bgdark_linea-soft-derm{background: var(--color-linea-soft-derm);}
.bgdark_linea-vital-age{background: var(--color-linea-vital-age);}
.bgdark_linea-oily-sk{background: var(--color-linea-oily-sk);}
.bgdark_linea-despigmen-p3{background: var(--color-linea-despigmen-p3);}
.bgdark_linea-besun{background: var(--color-linea-besun);}
.bgdark_linea-corporal-care{background: var(--color-linea-corporal-care);}
.bgdark_linea-excellence{background: var(--color-linea-excellence);}

.term-essentielle .linea_color{
    background-color: rgba(0,143,187,0.15) !important;
}
.term-c-vital .linea_color{
    background-color: rgba(131, 145, 57, 0.15) !important;
}
.term-lift-therapy .linea_color{
    background-color: rgba(133, 119, 151, 0.15) !important;
}
.term-soft-derm .linea_color{
    background-color: rgba(166, 54, 103, 0.15) !important;
}
.term-vital-age .linea_color{
    background-color: rgba(105, 103, 101, 0.15) !important;
}
.term-oily-sk .linea_color{
    background-color: rgba(70, 156, 147, 0.15) !important;
}
.term-despigmen-p3 .linea_color, .term-despigmen-p3-profesional .linea_color, .term-professional-despigmen-p3 .linea_color{
    background-color: rgba(192, 78, 80, 0.15) !important;
}
.term-besun .linea_color{
    background-color: rgba(120, 222, 212, 0.15) !important;
}
.term-corporal-care .linea_color, .term-cc-profesional .linea_color, .term-cc-professional .linea_color{
    background-color: rgba(47, 118, 162, 0.15) !important;
}
.term-excellence .linea_color{
    background-color: rgba(182, 147, 55, 0.15) !important;
}

/*PÁGINA DE LÍNEAS-TABS*/
.term-essentielle #tabs-activos .w-tabs-section-content .wpb_text_column {
    background-color: rgba(0,143,187,0.15) !important;
}
.term-c-vital #tabs-activos .w-tabs-section-content .wpb_text_column {
    background-color: rgba(131, 145, 57, 0.15) !important;
}
.term-lift-therapy #tabs-activos .w-tabs-section-content .wpb_text_column {
    background-color: rgba(133, 119, 151, 0.15) !important;
}
.term-soft-derm #tabs-activos .w-tabs-section-content .wpb_text_column {
    background-color: rgba(166, 54, 103, 0.15) !important;
}
.term-vital-age #tabs-activos .w-tabs-section-content .wpb_text_column {
    background-color: rgba(105, 103, 101, 0.15) !important;
}
.term-oily-sk #tabs-activos .w-tabs-section-content .wpb_text_column {
    background-color: rgba(70, 156, 147, 0.15) !important;
}
.term-despigmen-p3 #tabs-activos .w-tabs-section-content .wpb_text_column, 
.term-despigmen-p3-profesional #tabs-activos .w-tabs-section-content .wpb_text_column,
.term-professional-despigmen-p3 #tabs-activos .w-tabs-section-content .wpb_text_column {
    background-color: rgba(192, 78, 80, 0.15) !important;
}
.term-besun #tabs-activos .w-tabs-section-content .wpb_text_column {
    background-color: rgba(120, 222, 212, 0.15) !important;
}
.term-corporal-care #tabs-activos .w-tabs-section-content .wpb_text_column, 
.term-cc-profesional #tabs-activos .w-tabs-section-content .wpb_text_column, 
.term-cc-professional #tabs-activos .w-tabs-section-content .wpb_text_column {
    background-color: rgba(47, 118, 162, 0.15) !important;
}
.term-excellence #tabs-activos .w-tabs-section-content .wpb_text_column {
    background-color: rgba(182, 147, 55, 0.15) !important;
}

/*PÁGINA DE LÍNEAS MENÚ ACTIVO*/
.term-essentielle #menu-menu-pagina-linea >.current-menu-item>a {
    background-color: rgba(0,143,187,0.15) !important;
}
.term-c-vital #menu-menu-pagina-linea >.current-menu-item>a {
    background-color: rgba(131, 145, 57, 0.15) !important;
}
.term-lift-therapy #menu-menu-pagina-linea >.current-menu-item>a {
    background-color: rgba(133, 119, 151, 0.15) !important;
}
.term-soft-derm #menu-menu-pagina-linea >.current-menu-item>a {
    background-color: rgba(166, 54, 103, 0.15) !important;
}
.term-vital-age #menu-menu-pagina-linea >.current-menu-item>a {
    background-color: rgba(105, 103, 101, 0.15) !important;
}
.term-oily-sk #menu-menu-pagina-linea >.current-menu-item>a {
    background-color: rgba(70, 156, 147, 0.15) !important;
}
.term-despigmen-p3 #menu-menu-pagina-linea >.current-menu-item>a, 
.term-despigmen-p3-profesional #menu-menu-pagina-linea >.current-menu-item>a,
.term-professional-despigmen-p3 #menu-menu-pagina-linea >.current-menu-item>a {
    background-color: rgba(192, 78, 80, 0.15) !important;
}
.term-besun #menu-menu-pagina-linea >.current-menu-item>a {
    background-color: rgba(120, 222, 212, 0.15) !important;
}
.term-corporal-care #menu-menu-pagina-linea >.current-menu-item>a, 
.term-cc-profesional #menu-menu-pagina-linea >.current-menu-item>a,
.term-cc-professional #menu-menu-pagina-linea >.current-menu-item>a {
    background-color: rgba(47, 118, 162, 0.15) !important;
}
.term-excellence #menu-menu-pagina-linea >.current-menu-item>a {
    background-color: rgba(182, 147, 55, 0.15) !important;
}

/*PÁGINA DE LÍNEAS, ASIGNAR EL COLOR DEL BORDE AL TÍTULO H2 SEGÚN LA LÍNEA*/
.term-essentielle main h2{
    border-bottom: 1px solid rgb(0,143,187) !important;
}
.term-c-vital main h2{
    border-bottom: 1px solid rgb(131, 145, 57) !important;
}
.term-lift-therapy main h2{
    border-bottom: 1px solid rgb(133, 119, 151) !important;
}
.term-soft-derm main h2{
    border-bottom: 1px solid rgb(166, 54, 103) !important;
}
.term-vital-age main h2{
    border-bottom: 1px solid rgb(105, 103, 101) !important;
}
.term-oily-sk main h2{
    border-bottom: 1px solid rgb(70, 156, 147) !important;
}
.term-despigmen-p3 main h2, .term-despigmen-p3-profesional main h2, .term-professional-despigmen-p3 main h2{
    border-bottom: 1px solid rgb(192, 78, 80) !important;
}
.term-besun main h2{
    border-bottom: 1px solid #78DED4 !important;
}
.term-corporal-care main h2, .term-cc-profesional main h2, .term-cc-professional main h2{
    border-bottom: 1px solid rgb(47, 118, 162) !important;
}
.term-excellence main h2{
    border-bottom: 1px solid rgb(182, 147, 55) !important;
}

/*PÁGINA DE LÍNEAS PROFESIONALES*/
.pos-row_formulacion{
    margin-top: -5rem !important;
    padding-top: 6.5rem !important;
}

/*DEFINIR EL COLOR DE LA PÁGINA DE LÍNEA PROFESIONAL*/
.term-essentielle-profesional .linea_color, .term-essentielle-professional .linea_color{
    background-color: rgba(0,143,187,0.15) !important;
}
.term-cvital-profesional .linea_color, .term-cvital-professional .linea_color{
    background-color: rgba(131, 145, 57, 0.15) !important;
}
.term-vital-age-profesional .linea_color, .term-vital-age-professional .linea_color{
    background-color: rgba(105, 103, 101, 0.15) !important;
}
.term-lift-therapy-profesional .linea_color, .term-lift-therapy-professional .linea_color{
    background-color: rgba(133, 119, 151, 0.15) !important;
}
.term-excellence-profesional .linea_color, .term-excellence-professional .linea_color{
    background-color: rgba(182, 147, 55, 0.15) !important;
}
.term-soft-derm-profesional .linea_color, .term-soft-derm-professional .linea_color{
    background-color: rgba(166, 54, 103, 0.15) !important;
}
.term-oily-sk-profesional .linea_color, .term-oily-sk-professional .linea_color{
    background-color: rgba(70, 156, 147, 0.15) !important;
}
.term-dermic-profesional .linea_color, .term-dermic-professional .linea_color, 
.term-mesoterapia-profesional .linea_color, .term-mascarillas-profesional .linea_color, .term-profesionalni-piling .linea_color,
.term-professional-mesotherapy .linea_color, .term-professional-masks .linea_color, .term-professional-peelings .linea_color{
    background-color: rgb(25, 98, 129, 0.15) !important;
}
.term-corporal-care-profesional .linea_color, .term-corporal-care-professional .linea_color,
.term-cc-profesional .linea_color, .term-cc-professional .linea_color{
    background-color: rgba(47, 118, 162, 0.15) !important;
}

/*PÁGINA DE LÍNEAS PROFESIONALES - TABS*/
.term-essentielle-profesional #tabs-beneficios .w-tabs-section-content .wpb_text_column .wpb_wrapper,
.term-essentielle-professional #tabs-beneficios .w-tabs-section-content .wpb_text_column .wpb_wrapper {
    background-color: rgba(0,143,187,0.15) !important;
}
.term-cvital-profesional #tabs-beneficios .w-tabs-section-content .wpb_text_column .wpb_wrapper, 
.term-cvital-professional #tabs-beneficios .w-tabs-section-content .wpb_text_column .wpb_wrapper {
    background-color: rgba(131, 145, 57, 0.15) !important;
}
.term-vital-age-profesional #tabs-beneficios .w-tabs-section-content .wpb_text_column .wpb_wrapper,
.term-vital-age-professional #tabs-beneficios .w-tabs-section-content .wpb_text_column .wpb_wrapper {
    background-color: rgba(105, 103, 101, 0.15) !important;
}
.term-lift-therapy-profesional #tabs-beneficios .w-tabs-section-content .wpb_text_column .wpb_wrapper,
.term-lift-therapy-professional #tabs-beneficios .w-tabs-section-content .wpb_text_column .wpb_wrapper {
    background-color: rgba(133, 119, 151, 0.15) !important;
}
.term-excellence-profesional #tabs-beneficios .w-tabs-section-content .wpb_text_column .wpb_wrapper, 
.term-excellence-professional #tabs-beneficios .w-tabs-section-content .wpb_text_column .wpb_wrapper {
    background-color: rgba(182, 147, 55, 0.15) !important;
}
.term-soft-derm-profesional #tabs-beneficios .w-tabs-section-content .wpb_text_column .wpb_wrapper,
.term-soft-derm-professional #tabs-beneficios .w-tabs-section-content .wpb_text_column .wpb_wrapper {
    background-color: rgba(166, 54, 103, 0.15) !important;
}
.term-oily-sk-profesional #tabs-beneficios .w-tabs-section-content .wpb_text_column .wpb_wrapper,
.term-oily-sk-professional #tabs-beneficios .w-tabs-section-content .wpb_text_column .wpb_wrapper  {
    background-color: rgba(70, 156, 147, 0.15) !important;
}
.term-dermic-profesional #tabs-beneficios .w-tabs-section-content .wpb_text_column .wpb_wrapper,
.term-dermic-professional #tabs-beneficios .w-tabs-section-content .wpb_text_column .wpb_wrapper,
.term-mesoterapia-profesional #tabs-beneficios .w-tabs-section-content .wpb_text_column .wpb_wrapper,
.term-mascarillas-profesional #tabs-beneficios .w-tabs-section-content .wpb_text_column .wpb_wrapper,
.term-profesionalni-piling #tabs-beneficios .w-tabs-section-content .wpb_text_column .wpb_wrapper,
.term-professional-mesotherapy #tabs-beneficios .w-tabs-section-content .wpb_text_column .wpb_wrapper,
.term-professional-masks #tabs-beneficios .w-tabs-section-content .wpb_text_column .wpb_wrapper,
.term-professional-peelings #tabs-beneficios .w-tabs-section-content .wpb_text_column .wpb_wrapper{
    background-color: rgba(25, 98, 129, 0.15) !important;
}
.term-corporal-care-profesional #tabs-beneficios .w-tabs-section-content .wpb_text_column .wpb_wrapper,
.term-corporal-care-professional #tabs-beneficios .w-tabs-section-content .wpb_text_column .wpb_wrapper,
.term-cc-profesional #tabs-beneficios .w-tabs-section-content .wpb_text_column .wpb_wrapper,
.term-cc-professional #tabs-beneficios .w-tabs-section-content .wpb_text_column .wpb_wrapper {
    background-color: rgba(47, 118, 162, 0.15) !important;
}

/*PÁGINA DE LÍNEAS PROFESIONALES MENÚ ACTIVO*/
.term-essentielle-profesional #menu-menu-pagina-linea-pro .current-menu-item a, 
.term-essentielle-professional #menu-menu-pagina-linea-pro .current-menu-item a {
    background-color: rgba(0,143,187,0.15) !important;
}
.term-cvital-profesional #menu-menu-pagina-linea-pro .current-menu-item a, 
.term-cvital-professional #menu-menu-pagina-linea-pro .current-menu-item a {
    background-color: rgba(131, 145, 57, 0.15) !important;
}
.term-vital-age-profesional #menu-menu-pagina-linea-pro .current-menu-item a,
.term-vital-age-professional #menu-menu-pagina-linea-pro .current-menu-item a {
    background-color: rgba(105, 103, 101, 0.15) !important;
}
.term-lift-therapy-profesional #menu-menu-pagina-linea-pro .current-menu-item a,
.term-lift-therapy-professional #menu-menu-pagina-linea-pro .current-menu-item a {
    background-color: rgba(133, 119, 151, 0.15) !important;
}
.term-excellence-profesional #menu-menu-pagina-linea-pro .current-menu-item a,
.term-excellence-professional #menu-menu-pagina-linea-pro .current-menu-item a {
    background-color: rgba(182, 147, 55, 0.15) !important;
}
.term-soft-derm-profesional #menu-menu-pagina-linea-pro .current-menu-item a,
.term-soft-derm-professional #menu-menu-pagina-linea-pro .current-menu-item a {
    background-color: rgba(166, 54, 103, 0.15) !important;
}
.term-oily-sk-profesional #menu-menu-pagina-linea-pro .current-menu-item a,
.term-oily-sk-professional #menu-menu-pagina-linea-pro .current-menu-item a {
    background-color: rgba(70, 156, 147, 0.15) !important;
}
.term-dermic-profesional #menu-menu-pagina-linea-pro .current-menu-item a,
.term-dermic-professional #menu-menu-pagina-linea-pro .current-menu-item a, 
.term-mesoterapia-profesional #menu-menu-pagina-linea-pro .current-menu-item a,
.term-mascarillas-profesional #menu-menu-pagina-linea-pro .current-menu-item a,
.term-profesionalni-piling #menu-menu-pagina-linea-pro .current-menu-item a,
.term-professional-mesotherapy #menu-menu-pagina-linea-pro .current-menu-item a,
.term-professional-masks #menu-menu-pagina-linea-pro .current-menu-item a,
.term-professional-peelings #menu-menu-pagina-linea-pro .current-menu-item a {
    background-color: rgba(25, 98, 129, 0.15) !important;
}
.term-corporal-care-profesional #menu-menu-pagina-linea-pro .current-menu-item a,
.term-corporal-care-professional #menu-menu-pagina-linea-pro .current-menu-item a, 
.term-cc-profesional #menu-menu-pagina-linea-pro .current-menu-item a,
.term-cc-professional #menu-menu-pagina-linea-pro .current-menu-item a {
    background-color: rgba(47, 118, 162, 0.15) !important;
}

/*PÁGINA DE LÍNEAS PROFESIONAL - ASIGNAR EL COLOR DEL BORDE AL TÍTULO H2 SEGÚN LA LÍNEA*/
.term-essentielle-profesional main h2, .term-essentielle-professional main h2{
    border-bottom: 1px solid rgb(0,143,187) !important;
}
.term-cvital-profesional main h2, .term-cvital-professional main h2{
    border-bottom: 1px solid rgb(131, 145, 57) !important;
}
.term-vital-age-profesional main h2, .term-vital-age-professional main h2{
    border-bottom: 1px solid rgb(105, 103, 101) !important;
}
.term-lift-therapy-profesional main h2, .term-lift-therapy-professional main h2{
    border-bottom: 1px solid rgb(133, 119, 151) !important;
}
.term-excellence-profesional main h2, .term-excellence-professional main h2{
    border-bottom: 1px solid rgb(182, 147, 55) !important;
}
.term-soft-derm-profesional main h2, .term-soft-derm-professional main h2{
    border-bottom: 1px solid rgb(166, 54, 103) !important;
}
.term-oily-sk-profesional main h2, .term-oily-sk-professional main h2{
    border-bottom: 1px solid rgb(70, 156, 147) !important;
}
.term-dermic-profesional main h2, .term-dermic-professional main h2, 
.term-mesoterapia-profesional main h2, .term-mascarillas-profesional main h2, .term-profesionalni-piling main h2,
.term-professional-mesotherapy main h2, .term-professional-masks main h2, .term-professional-peelings main h2{
    border-bottom: 1px solid rgb(25, 98, 129) !important;
}
.term-corporal-care-profesional main h2, .term-corporal-care-professional main h2, 
.term-cc-profesional main h2, .term-cc-professional main h2{
    border-bottom: 1px solid rgb(47, 118, 162) !important;
}

/*PÁGINA DE LÍNEA PROFESIONAL - TAB PRODUCTO*/
.tit_prod_enlinea h4{
    font-size: 1.4rem;
    line-height: 1;
    color: #000;
    letter-spacing: 0.12em;
    margin-bottom: 1rem;
}
.capacidad_enlinea{
    font-family: "GothamRounded-Book";
    text-transform: uppercase;
    color: #474646;
    font-size: 0.8rem;
    letter-spacing: 2px;
    margin-bottom: 2rem;
    margin-top: -5px;
}
.capacidad_enlinea:before {
    content: '';
    position: absolute;
    width: 80px;
    margin-top: 30px;
    border-bottom: 2px solid #474646;
}
.txt_prod_enlinea{
    line-height: 1.4;
    margin-bottom: 0.8rem;
}
#tab_producto .w-tabs-item.active{
    background: #231f20;
    box-shadow: 0px 6px 10px -4px #000000;
    color: #fff !important;
    border-radius: 0;
    width: 105%;
    z-index: 5;
}
#tab_producto .w-tabs-item{
    border-radius: 0;
    border-bottom: 1px solid #00000038;
    margin-bottom: 0;
    padding: 1rem;
    transition: 0.4s ease;
}
#tab_producto .w-tabs-item:last-child{
    border-bottom: none;
}
#tab_producto .w-tabs-item:not(.active):hover{
    border-radius: 0;
}
.w-tabs-list{
    background: none !important;
}

.term-essentielle-profesional #tab_producto .w-tabs-list-h, .term-essentielle-professional #tab_producto .w-tabs-list-h{
    background-color: #d9eef5 !important;
}
.term-cvital-profesional #tab_producto .w-tabs-list-h, .term-cvital-professional #tab_producto .w-tabs-list-h{
    background-color: #edefe1 !important;
}
.term-vital-age-profesional #tab_producto .w-tabs-list-h, .term-vital-age-professional #tab_producto .w-tabs-list-h{
    background-color: #e9e8e8 !important;
}
.term-lift-therapy-profesional #tab_producto .w-tabs-list-h, .term-lift-therapy-professional #tab_producto .w-tabs-list-h{
    background-color: #edebf0 !important;
}
.term-excellence-profesional #tab_producto .w-tabs-list-h, .term-excellence-professional #tab_producto .w-tabs-list-h{
    background-color: #f4efe1 !important;
}
.term-soft-derm-profesional #tab_producto .w-tabs-list-h, .term-soft-derm-professional #tab_producto .w-tabs-list-h{
    background-color: #f2e1e8 !important;
}
.term-oily-sk-profesional #tab_producto .w-tabs-list-h, .term-oily-sk-professional #tab_producto .w-tabs-list-h{
    background-color: #e3f0ef !important;
}
.term-dermic-profesional #tab_producto .w-tabs-list-h, .term-dermic-professional #tab_producto .w-tabs-list-h, 
.term-mesoterapia-profesional #tab_producto .w-tabs-list-h, .term-mascarillas-profesional #tab_producto .w-tabs-list-h, .term-profesionalni-piling #tab_producto .w-tabs-list-h,
.term-professional-mesotherapy #tab_producto .w-tabs-list-h, .term-professional-masks #tab_producto .w-tabs-list-h, .term-professional-peelings #tab_producto .w-tabs-list-h{
    background-color: #dde8ec !important;
}
.term-corporal-care-profesional #tab_producto .w-tabs-list-h, .term-corporal-care-professional #tab_producto .w-tabs-list-h, 
.term-cc-profesional #tab_producto .w-tabs-list-h, .term-cc-professional #tab_producto .w-tabs-list-h{
    background-color: #e0ebf1 !important;
}

/*LÍNEAS PROFESIONALES - INDICACIÓN*/
.archive.tax-product_cat .col-necesita_bullets{
    margin-left: 0;
}
.archive.tax-product_cat .necesita-bullets ul li{
    margin-left: 1.5rem;
}
.archive.tax-product_cat .txt-necesita p{
    margin-right: 1rem;
}


.term-essentielle main h2, .term-c-vital main h2, .term-lift-therapy main h2, .term-soft-derm main h2, .term-vital-age main h2, 
.term-oily-sk main h2, .term-despigmen-p3 main h2, .term-besun main h2, .term-corporal-care main h2, .term-excellence main h2,
.term-essentielle-profesional main h2, .term-cvital-profesional main h2, .term-vital-age-profesional main h2, 
.term-lift-therapy-profesional main h2, .term-excellence-profesional main h2, .term-soft-derm-profesional main h2,
.term-oily-sk-profesional main h2, .term-dermic-profesional main h2, .term-corporal-care-profesional main h2, 
.term-cvital-professional main h2, .term-essentielle-professional main h2, .term-lift-therapy-professional main h2,
.term-corporal-care-professional main h2, .term-dermic-professional main h2, .term-excellence-professional main h2,
.term-oily-sk-professional main h2, .term-soft-derm-professional main h2, .term-vital-age-professional main h2, 
.term-cc-profesional main h2, .term-cc-professional main h2, .term-mesoterapia-profesional main h2, 
.term-mascarillas-profesional main h2, .term-profesionalni-piling main h2, .term-professional-mesotherapy main h2, 
.term-professional-masks main h2, .term-professional-peelings main h2, .term-despigmen-p3-profesional main h2, .term-professional-despigmen-p3 main h2{
    font-size: 1.1rem;
    letter-spacing: 3px;
    font-family: "TTCommons-Regular";
    font-weight: bold;
    display: inline;
    padding-bottom: 10px;
    line-height: 2.5;
}
#problematica, #activos, #formulacion, #accion, #rutina-completa, #presentacion, #productos, #indicacion, #beneficios {
    max-width: var(--max-width) !important;
}
.bg_txt-linea{
    background: #ffffffc2;
}

/*Programa*/
.pos-img_programa .vc_column-inner{
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: -1rem;   
}

/*Activos*/
#tabs-activos .w-image {
    width: 35%;
    text-align: center;
    transform: translateX(-20px);
}
#tabs-activos .w-image img{
    max-width: 70px !important;
}
#tabs-activos .wpb_text_column {
	width: 70%;
    padding: 2rem;
    text-align: left;
    min-height: 40vh;
    display: flex;
    align-items: center;
    line-height: 1.3;
    letter-spacing: 1px; 				
}
#tabs-activos .wpb_wrapper{
	margin-left: -90px;
}
#tabs-activos .w-tabs-item {
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 1rem;
    line-height: 1.3;
}
#tabs-activos .w-tabs-item.active:after {
    content: '';
    height: 2px;
    background-color: #000;
    width: 110%;
    font-weight: bold;
    position: relative;
    display: block;
    margin-top: 5px;
}
#tabs-activos .w-tabs-list {
    display: flex !important;
    align-items: center !important;
}
#tabs-activos .w-tabs-list:before {
    border-width: 0px !important;
}
#tabs-activos .w-tabs-list-bar{
    display: none !important;
}

/*Formula*/
.cuadro-formula {
    background: #fff;
    padding: 2rem;
    margin-left: 4% !important;
    margin-right: 4% !important;
}
.bg_wavelinea{
    background-image: url(/wp-content/uploads/2021/02/wave-lineas-05.svg) !important;
    background-size: cover!important;
    background-position: center bottom!important;
    background-repeat: no-repeat !important;
}

/*Acción*/
#accion .w-hwrapper{
    padding-bottom: 3rem;
}
.action_inside1{
    width: 32%;
}
.action_inside1 .wpb_wrapper h3{
    font-family: 'TTCommons-Regular' !important;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 0.5rem;
    line-height: 1.3;
}
.action_inside2{
    width: 10%;   
}
.action_inside2 img{
    width: 75px;
}
.action_inside3{
    width: 60%;
}
.action_inside3 .wpb_wrapper{
    font-size: 1.1rem;
    line-height: 1.2;
    text-align: left;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-left: 1.5rem;
}

#rutina-completa .usg_post_title_1 {
    font-family: 'TTCommons-Regular';
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 1px;
    min-height: 70px;
    padding: 1rem 0.5rem;
    font-size: 1.1rem !important;
}
._short_descrip{
    line-height: 1.2;
    padding: 1rem 0.5rem;
    height: 110px;
}
#rutina-completa .w-grid-item-h{
    overflow: visible !important;
    background-color: #fff;
    transition: box-shadow 0.4s ease;
}
#rutina-completa .w-grid-item-h:hover{
    box-shadow: 0px 0px 15px #0000002e;
}
.pos_icon_necesidad{
    position: absolute !important;
    z-index: 99 !important;
    top: 40px;
    left: -20px;
}
.pos_no_orden{
    font-size: 9rem;
    height: 80px;
    color: #000;
}
._icon_necesidad{
    width: 50px;
}
.pos_txt-necesidad{
    width: 80px;
    font-size: .8rem;
    line-height: .9;
    text-transform: uppercase;
}
.pos-all_icons{
	margin-top: -27px; 
	margin-bottom: -0.6rem;
}
.pos-all_icons .usg_html_1, .pos-all_icons .usg_html_2, .pos-all_icons .usg_html_3{
	width: 50px!important;
	background: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 0.5rem #fff;
}

/*SINGLE PROTOCOLO*/
h1.tit_protocol{
    font-size: 2.2rem;
    line-height: 1;
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 0px !important;
}
.wrap_tit_step{
    position: relative;
}
.wrap_tit_step:before{
    content: "";
    width: 90%;
    height: 2px;
    background: #B6AC8E;
    position: absolute;
    bottom: 0.5rem;
}
/*.step_line{
    border-bottom: 1px solid #000;
}*/
.sub_titprotocol {
    background-color: #fff;
    padding: 0 1rem;
}
.sub_titprotocol .w-iconbox-icon i {
    font-family: 'TT Commons Regular';
    font-size: 1.4rem;
    width: 30px;
    height: 30px;
    line-height: 1.2;
    border-radius: 50%;
    background: #000;
    color: #fff;
}
.sub_titprotocol .w-iconbox-title{
    font-family: 'TTCommons-Regular';
    font-size: 1.7rem;
    letter-spacing: 2px;
}
.sub_tit_time{
    font-size: 1.3rem;
    line-height: 0.9;
}
.step{
    align-items: flex-start !important;
}
.step .w-iconbox-icon i {
    vertical-align: top;
    width: 25px;
    height: 25px;
    line-height: 1;
    font-size: 1.2rem;
    border-radius: 50%;
    border: 1px solid #00000094;
    font-family: 'TT Commons Regular';
}
.step .w-iconbox-icon{
    margin-right: 0.5rem !important;
}
.step .w-iconbox-title{
    font-family: 'TTCommons-Bold';
    font-size: 1.2rem;
    line-height: 1;
    color: #333; 
}
.step .w-iconbox-text{
    font-size: 1.1rem;
    line-height: 1.4;
    color: #333;
}
.time_step{
    font-size: 1.2rem;
    line-height: 1;
    color: #333;
}
.text_step{
    font-size: 1.1rem;
    line-height: 1.4;
    color: #333;
    margin-left: 2.8rem;
    /*margin-top: 0.8rem;*/
}
.single-protocolo .w-html{
    line-height: 0.6;
}
.protocolo-corporal-cabina {color: var(--color-protocolo-corporal-cabina);}
.protocolo-cabina-expres {color: var(--color-protocolo-cabina-expres);}
.protocolo-cabina-general {color: var(--color-protocolo-cabina-general);}
.protocolo-reparacion {color: var(--color-protocolo-reparacion);} 
.protocolo-intensivo-cabina {color: var(--color-protocolo-intensivo-cabina);} 
.protocolo-peeling {color: var(--color-protocolo-peeling);}
.protocolo-promocional {color: var(--color-protocolo-promocional);}

.bg-corporal-cabina {background: rgba(27, 97, 127, 0.15);}
.bg-cabina-expres {background: rgba(13, 145, 184, 0.15);}
.bg-cabina-general {background: rgba(166, 54, 103, 0.15);}
.bg-reparacion {background: rgba(70, 156, 147, 0.15);} 
.bg-intensivo-cabina {background: rgba(53, 56, 58, 0.15);} 
.bg-peeling {background: rgba(114, 43, 141, 0.15);}
.bg-promocional {background: rgba(149, 8, 63, 0.15);}

.protocolo-corporal-cabina .icons_apart_protocol {
    background: rgba(27, 97, 127, 0.15);
    margin-top: 4rem;
}
.protocolo-cabina-expres .icons_apart_protocol {
    background: rgba(13, 145, 184, 0.15);     
    margin-top: 4rem;
}
.protocolo-cabina-general .icons_apart_protocol {
    background: rgba(166, 54, 103, 0.15);
    margin-top: 4rem;
}
.protocolo-reparacion .icons_apart_protocol {
    background: rgba(70, 156, 147, 0.15);
    margin-top: 4rem;
} 
.protocolo-intensivo-cabina.lineapro-cvital .icons_apart_protocol {
    background: rgba(131, 145, 57, 0.15);
    margin-top: 4rem;
}
.protocolo-intensivo-cabina.lineapro-vitalage .icons_apart_protocol {
    background: rgba(105, 103, 101, 0.15);
    margin-top: 4rem;
}
.protocolo-intensivo-cabina.lineapro-liftherapy .icons_apart_protocol {
    background: rgba(133, 119, 151, 0.15); 
    margin-top: 4rem;
}
.protocolo-intensivo-cabina.lineapro-softdem .icons_apart_protocol {
    background: rgba(166, 54, 103, 0.15); 
    margin-top: 4rem;
}
.protocolo-intensivo-cabina.lineapro-oilysk .icons_apart_protocol {
    background: rgba(70, 156, 147, 0.15); 
    margin-top: 4rem;
}     
.protocolo-peeling .icons_apart_protocol {
    background: rgba(114, 43, 141, 0.15);
    margin-top: 4rem;
}
.protocolo-promocional .icons_apart_protocol {
    background: rgba(149, 8, 63, 0.15);
    margin-top: 4rem;
}
.protocolo-corporal-cabina .w-separator.color_border{
    color: var(--color-protocolo-corporal-cabina) !important;
}
.protocolo-cabina-expres .w-separator.color_border{
    color: var(--color-protocolo-cabina-expres) !important;
}
.protocolo-cabina-general .w-separator.color_border{
    color: var(--color-protocolo-cabina-general) !important;
}
.protocolo-reparacion .w-separator.color_border{
    color: var(--color-protocolo-reparacion) !important;
}
.protocolo-intensivo-cabina.lineapro-excellence .w-separator.color_border{
    color: var(--color-linea-excellence) !important;
}
.protocolo-intensivo-cabina.lineapro-cvital .w-separator.color_border{
    color: var(--color-linea-cvital) !important;
}
.protocolo-intensivo-cabina.lineapro-liftherapy .w-separator.color_border{
    color: var(--lineapro-liftherapy) !important;
}
.protocolo-intensivo-cabina.lineapro-oilysk .w-separator.color_border{
    color: var(--color-linea-oily-sk) !important;
}
.protocolo-intensivo-cabina.lineapro-softdem .w-separator.color_border{
    color: var(--color-linea-soft-derm) !important;
}
.protocolo-intensivo-cabina.lineapro-vitalage .w-separator.color_border{
    color: var(--color-linea-vital-age) !important;
}
.protocolo-peeling .w-separator.color_border{
    color: var(--color-protocolo-peeling) !important;
}
.protocolo-promocional .w-separator.color_border{
    color: var(--color-protocolo-promocional) !important;
}
.w-separator-text{
    color: #000 !important;
}
.icon_aparatologia .w-iconbox-meta{
    max-width: 140px;
    text-align: left;
    line-height: 1;
}
.icon_aparatologia .w-iconbox-icon{
    margin-right: 0.5rem !important;
    font-size: 140px !important;
}
.icon_aparatologia .w-iconbox-title{
    font-size: 1rem;
    letter-spacing: 1px;
}
.img_step .w-iconbox-title{
    font-size: 14px;
    line-height: 1;
    letter-spacing: 3px;
    margin-top: -20px;
}
.img_step .w-iconbox-text{
    font-size: 16px;
    margin-top: -5px;
    line-height: 1;
}
.img_step .w-iconbox-icon{
    font-size: 150px !important;
}
.row_steps{
    max-width: 1000px;
    margin: 0 auto !important;
}
.col_btn_protocol{
    /*background: #ccc;*/
}
.wrap_btns_protocol{
    /*background-color: #f5f5f5;*/
    padding: 1.3rem;
    /*min-height: 130px;*/
    margin-bottom: 1rem;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
}
.us-btn-style_14, .us-btn-style_15{
    min-width: 150px;
}
.paso_masajes .w-iconbox-icon{
    font-size: 140px !important;
}
.paso_masajes .w-iconbox-title{
    text-align: center;
}
.paso_masajes .w-iconbox-text{
    line-height: 1;
    text-align: left !important;
}


/*PAGINA DE PROTOCOLOS*/
#listado_protocolos .w-tabs-section-title{
    letter-spacing: 2px;
}
#listado_protocolos .w-tabs-section{
    margin-bottom: 10px;
}

/*****OTRAS PÁGINAS*****/
/*ALTA ESTABLECIMIENTO NUEVA WEB*/
#gform_wrapper_8 .gf_left_half .ginput_container{
    padding-right: 16px;
}
.gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error{
    margin-top: 0px !important;
}
.gform_wrapper .field_description_below .gfield_description {
    padding-top: 0px !important;
}

/*LANDING ACADEMY 1*/
.info-academy{
    padding-bottom: 1rem !important;
}
.info-academy h1{
    font-size: 2.5rem;
    letter-spacing: 3px;
}
.info-academy .items{
    display: flex;
    justify-content: center;
}
.link-register .us-btn-style_11{
    display: flex;
    align-items: center;
    justify-content: center;
}
#gform_wrapper_6 .gf_left_half .ginput_container, #gform_wrapper_7 .gf_left_half .ginput_container{
    padding-right: 16px;
}
.ult_countdown, .wpb_row .wpb_column .wpb_wrapper .ult_countdown{
    margin-bottom: 0px !important;
}

/*Pagina de Prospectos*/
.us-btn-style_12{
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-prospec .wpb_wrapper{
    background: #f9f9f9;
    padding: 1.5rem;
    border-radius: 30px;
    border: 1px solid #cbcbcb;
    box-shadow: 0px 0px 15px #0000000d;
}
.item-prospec .w-iconbox-icon{
    font-size: 100px !important;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 3px 7px -3px #00000080;
}
.item-prospec .w-iconbox{
    margin-top: -75px !important;
}

/*----------------------*/
/*AREA PRIVADA*/
/*----------------------*/

/*REGISTRO DE CLIENTE*/
#gform_wrapper_15, #gform_wrapper_16{
    max-width: 800px;
    margin: 0 auto;
    padding: 4% 4% 4%;
    box-shadow: 0px 0px 18px #cecece;
    background: #fff;
}
#gfield_description_15_5, #gfield_description_16_5{
    font-size: 14px;
    opacity: 0.5;
}
.btn_area{
    background: #474646;
    color: #fff;
    padding: 0.8rem 1.5rem;
    font-size: 1.2rem;
    line-height: 1;
    transition: 0.3s ease;
}
.btn_area:hover{
    opacity: 0.8;
}
.center{
    text-align: center;
}
.txt-username{
    margin-top: 1rem;
}

/*ACCESO AREA PRIVADA*/
#form_login{
    max-width: 450px;
    margin: 0 auto;
    box-shadow: 0px 0px 18px #cecece;
    background: #fff;
    padding: 4%;
}
#form_login ul{
    margin-left: 0;
}
.gform_login_widget:not(.gf_login_links) > a{
    background: #474646;
    color: #fff;
    padding: 0.8rem 1.5rem;
    font-size: 1.2rem;
    transition: 0.3s ease;
}
.gform_login_widget:not(.gf_login_links) > a:hover{
    opacity: 0.8;
}
/*AREA PRIVADA*/
.wrap_user{
    position: absolute;
    right: 4%;
    top: 20%;
}
.user_area .w-profile-link.for_user{
    display: none;
}
.title_user{
    font-family: 'TT Commons Bold';
    font-size: 1.1rem;
}
.user_area .w-profile-link.for_logout{
    font-size: 1rem;
}
.w-profile-avatar img {
    display: none;
}
.w-profile-name {
    margin-left: 0;
}
.w-profile-link.for_logout {
    font-size: 1.2rem;
    line-height: 1;
    margin-left: 0;
    color: inherit;
    opacity: 1;
    border: 1px solid #000;
    border-radius: 20px;
    padding: 5px 20px;
    margin-top: 15px;
    display: inline-block;
}
.login_zonapro{
    display: flex;
    align-items: center;
    justify-content: center;
}
.w-form-row-link.for_lostpass{
    display: block;
    margin-top: 20px;
}

/*SINGLE NOTICIA*/
#barralat-single_blog #gform_fields_4, #barralat-single_blog #gform_fields_9{
    display: flex !important;
    flex-direction: column !important;
}

/*FOOTER*/
footer .w-socials-item-link{
	line-height: 1.8em !important;
    width: 1.8em !important;
    transition: 0.3s ease;
}
footer .w-socials-item-link:hover{
	transform: translateY(-3px);
}
.w-socials.style_outlined .w-socials-item-link{
	box-shadow: 0 0 0 1px #231F20 inset !important;
}
footer #menu-menu-footer-1>li, footer #menu-menu-footer-2>li, footer #menu-menu-footer-1-en>li, footer #menu-menu-footer-2-en>li{
    /*margin-bottom: 5px;
    text-transform: uppercase;*/
    transition: 0.1s ease;
}
footer #menu-menu-footer-1>li:hover, footer #menu-menu-footer-2>li:hover, footer #menu-menu-footer-1-en>li:hover, footer #menu-menu-footer-2-en>li:hover{
    margin-left: 3px;
    font-weight: 600;
}
#gform_submit_button_4{
	border: 1px solid #474646;
    background: transparent;
    color: #474646 !important;
    margin-top: -25px;
    transition: background 0.2s ease;
}
#gform_submit_button_4:hover{
	background: #474646;
	color: #fff !important;
}
footer .w-socials-list{
	margin: 10px 0 !important;
}
footer .w-separator{
	color:  #696868 !important;
}	
.direccion{
	line-height: 1.2 !important;
}
#fondo_europeo a{
    color: #c4c4c4 !important;
    border-bottom: 1px solid #c4c4c4;
}
footer .ginput_container_consent{
    line-height: 1.2;
}
footer .ginput_container_consent input{
    border-color: #333 !important;
    margin-top: 0 !important;
}



@media screen and (max-width: 480px){
/*SINGLE ENTRADA*/
#grid-blog .pagination .nav-links{
    justify-content: center !important;
}

/*PAGINA PRINCIPAL INGREDIENTES*/
.g-filters-list{
	margin-bottom: 1rem;
}
#grid_ingredientes .g-filters-item{
	width: auto !important;
    line-height: 2rem !important;
}

/*SINGLE PRODUCT*/	
.woocommerce-product-gallery {
    margin: 0px 0px 1.5rem !important;
}
.woocommerce-product-gallery ol>li {
    width: 4rem !important;
}
#tabs-beneficios .w-hwrapper{
	flex-direction: column !important;
}
#tabs-beneficios .w-tabs-section-content .wpb_text_column .wpb_wrapper{
    padding: 3rem 1.5rem !important;
    margin-left: 17% !important;
    min-height: 150px !important;
    height: 150px;
}
#beneficios .w-tabs-sections img{
	margin-left: -50px !important;
    margin-bottom: -30px !important;
}
#aplicacion .w-tabs.accordion .w-tabs-section:not(.active) {
    min-width: 70% !important;
    width: 70% !important;
    margin: 0 auto;
}
#rutina .w-tabs-section-title {
    letter-spacing: 0px !important;
}
/*LANDING ACADEMY 1*/
.ult_countdown.ult-cd-s2 .ult_countdown-section{
padding: 0 7px !important;
}

}

@media only screen and (max-width: 600px) {
.movil-no600 {
    display: none;
}
.movil-si600 {
    display: flex;
}

/*HOME*/
.tit-holahome p {
    font-size: 3.5rem !important;
    margin-left: 0px !important;
}
.txt-quebuscas h2{
	letter-spacing: 5px;
}
.page-id-12 h1{
	font-size: 1.7rem;
    letter-spacing: 5px;
}
.page-id-12 .w-tabs-section-title{
	letter-spacing: 5px;
	font-size: 1.4rem;
}

/*NUESTRA HISTORIA*/
.sub-historia h2 {
    font-size: 1.8rem;
    letter-spacing: 5px;
    margin-top: 0px;
    line-height: 1;
}

/*ATACHE EN EL MUNDO*/
.ml-title {
    margin-left: 0%;
}
.atacheworld-subtitle h2 {
    margin-left: 0%;
    margin-top: 15px;
}
.pos-waveround{
	background: url(/wp-content/uploads/2020/11/wave-round-08.png) no-repeat center 85%!important;
    background-size: 120px 120px !important;
    transition: background 0.5s ease 1s;
}
.cuadro {
    background: none !important;
    padding: 0px !important;
    border: none !important;
}

/*BLOG*/
.tit-blog h1{
    font-size: 2.2rem !important;
    letter-spacing: 2px !important;
}
.txt-blog p {
    width: 100%;
    font-size: 1.2rem !important;
}

/*SINGLE NOTICIA*/
.single-content a:not(.w-btn){
    color: #333 !important;
    border-bottom: 1px solid #000 !important;
} 

/*PIELES*/
.tit-pieles h1 {
    font-size: 2.2rem !important;
    letter-spacing: 2px !important;
}
#tabs-funciones .w-tabs-section-content .wpb_text_column .wpb_wrapper {
    background: #F1F1F1;
    padding: 1.5rem;
    margin-left: 25%;
    line-height: 1.2;
}
.cuadro-pieles{
	padding: 0px;
	border: none;
}
.iconos-pieles .w-iconbox-text{
	padding: 0;
}
.iconos-pieles .vc_col-sm-4{
	margin-bottom: 0px !important;
}

/*CONTACTO*/
.waveround-contacto {
    background: url(/wp-content/uploads/2020/11/wave-round-08.png) no-repeat 62% 75% !important;
    background-size: 170px !important;
}
.subt-contacto p {
    font-size: 1.2rem;
    margin-top: 1.5rem;
}
#gform_wrapper_1, #gform_wrapper_2, #gform_wrapper_11, #gform_wrapper_12{
    padding: 6% !important;
}
.subt-descubremas p {
    font-size: 1.8rem;
    letter-spacing: 5px;
}
#gform_wrapper_1 input[type=submit], #gform_wrapper_2 input[type=submit], #gform_wrapper_11 input[type=submit], #gform_wrapper_12 input[type=submit] {
    position: relative !important;
    margin-bottom: -10vh !important;
    width: 100% !important;
    left: 0;
    transform: translateX(0%) !important;
}

/*PÁGINA PRODUCTOS - CREMAS DE DÍA, SERUMS, TÓNICOS, ETC/*/
.tit-cat-productos h1 {
    font-size: 2.2rem !important;
    letter-spacing: 2px !important;
}
.subtit-cat-productos p{
    font-size: 1.1rem !important;
}
.txt-cat-productos p {
    font-size: 1.1rem !important;
}
.tit-otros-prod h2{
    letter-spacing: 2px !important;
    font-size: 1.4rem !important;
    /*padding-bottom: 1.5rem !important;*/
}
#otros_productos .w-iconbox .w-iconbox-title {
    padding-bottom: 1.5rem !important;
    letter-spacing: 1px !important;
    font-size: 1.2rem !important;
}
.attb_piel, .attb_necesidad, .attb_uso {
    width: 100%;
    justify-content: flex-start;
}
#tab-description{
	margin-left: -1rem;
	margin-right: -1rem;
}
.w-col1-ing .vc_column-inner, .w-col2-ing .vc_column-inner{
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important;
}

/*SINGLE PRODUCTO*/
.single-product .product_title.entry-title{
    font-size: 26px !important;
    letter-spacing: 0px !important;
}
.single-product h2 {
    display: inline-block;
    padding-bottom: 3px !important;
    line-height: 1.4 !important;
    letter-spacing: 1px !important;
}


/*PÁGINA DE LÍNEAS*/
.extra-info li>a{
    font-size: 1.3rem !important;
    padding: 5px 10px !important;
}
.term-essentielle main h2, .term-c-vital main h2, .term-lift-therapy main h2, .term-soft-derm main h2, 
.term-vital-age main h2, .term-oily-sk main h2, .term-despigmen-p3 main h2, .term-besun main h2, .term-corporal-care main h2,
.term-cc-profesional main h2, .term-cc-professional main h2, .term-despigmen-p3-profesional main h2, .term-professional-despigmen-p3 main h2{
    padding-bottom: 3px !important;
    line-height: 1.6 !important;
}
#tabs-activos .w-hwrapper{
    flex-direction: column !important;
    align-items: flex-end !important;
}
#tabs-activos .w-image {
    width: 100% !important;
    text-align: center !important;
    transform: inherit !important;
}
#tabs-activos .wpb_text_column{
    width: 80% !important;
}
.cuadro-formula {
    padding: 1.5rem 0px !important;
    margin-left: 0% !important;
    margin-right: 0% !important;
}
.cuadro-formula .w-image-h {
    max-width: 85%  !important;
}

/*PUNTOS DE VENTA*/
div#store_locatore_search_results {
    width: 140%;
    padding-top: 40px;
}
.ob_stor-relocator .loader > div > div.col-left{
	padding: 10px !important;
	width: 100% !important;
}
.col-left.leftsidebar {
    width: 100% !important;
}

/*SINGLE PROTOCOLO*/
h1.tit_protocol{
    font-size: 1.6rem !important;
    letter-spacing: 1px !important;
}
.wrap_tit_step:before{
    width: 75% !important;
    bottom: 1.4rem !important;
}
}

@media only screen and (max-width: 641px){
.gform_wrapper .ginput_container span:not(.ginput_price) {
    display: inline !important;
}

/*ALTA ESTABLECIMIENTO NUEVA WEB*/
#gform_wrapper_8 .gf_left_half .ginput_container{
    padding-right: 0px !important;
}

/*LANDING ACADEMY 1*/
#gform_wrapper_6 .gf_left_half .ginput_container, #gform_wrapper_7 .gf_left_half .ginput_container{
    padding-right: 0px !important;
}
}

@media only screen and (max-width: 767px) {
.movil-no767 {
	display: none;
}
.movil-si767 {
	display: flex;
}
.movil-noblock767 {
	display: none;
}
.movil-siblock767 {
	display: block;
}
.reversedd {
    flex-direction: column-reverse !important;
}

/*HOME*/
.tit-holahome p {
    margin-left: 0px;
}
.waveround-home {
	background: none !important;
}
#iconos-productos {
    padding: 0px !important;
}
#iconos-productos .vc_col-sm-1\/5 {
    width: 50% !important;
}
.w50-767 {
	width: 50% !important;
}
#home_iconos-productos .w-iconbox {
    width: 50% !important;
}
#home_iconos-productos .w-vwrapper {
    width: 50% !important;
}

/*FILOSOFIA*/
.page-id-138 h1{
	text-align: left !important;
} 
.atacheworld-subtitle h2 {
    margin-left: 0px;
    text-align: left !important;
}
.waveround-inv {
    background: url(/wp-content/uploads/2020/11/phi-wave-round.svg) no-repeat 53vw 70% !important;
    background-size: 170px !important;
}
.phi-icons .w-iconbox {
    padding-bottom: 10%;
}
.fondo-waveinv{
	background: url(/wp-content/uploads/2020/11/phi-wave-inv.svg) no-repeat center center/ 100%!important;
}

/*HISTORIA*/
.waveround-historia{
    background: url(/wp-content/uploads/2020/11/phi-wave-round.svg) no-repeat center 120px !important;
    background-size: 130px !important;
}
/*ATACHE EN EL MUNDO*/
.pos-waveround{
    background: url(/wp-content/uploads/2020/11/wave-round-08.png) no-repeat 50% 85%!important;
    background-size: 120px 120px !important;
}

/*BLOG*/
.tit-blog h1 {
    font-size: 2.5rem;
    letter-spacing: 3px;
}
.txt-blog p {
    width: 100%; 
}
#barralat-single_blog {
    display: none !important;
}

/*PIELES*/
.tit-pieles h1 {
    font-size: 2.5rem;
    letter-spacing: 3px;
}
.menu-pieles li {
	margin-bottom: 0px !important;
	border-bottom: 1px solid #eeeeee;
}
.align-left {
	text-align: left !important;
} 
#tabs-funciones .w-tabs-item {
	min-width: auto !important;
}
.tit-descubrepiel {
    font-size: 1.6rem;
}
.subt-descubrepiel {
    font-size: 1.4rem;
}
.pieles-waveround {
    background: url(/wp-content/uploads/2020/11/wave-round-08.png) no-repeat 50% 75% !important;
    background-size: 170px !important;
}

/*CONTACTO*/
#gform_wrapper_1 input[type=submit], #gform_wrapper_2 input[type=submit], #gform_wrapper_11 input[type=submit], #gform_wrapper_12 input[type=submit] {
	position: absolute;
    margin-top: 5vw;
    transform: translateX(50%);
    display: block;
    width: 40%;
}

/*PÁGINA PRODUCTOS - FILTRO EN VERSIÓN MÓVIL*/
 .w-filter-opener {
    display: block !important;
}

/*PÁGINA PRODUCTOS - CREMAS DE DÍA, SERUMS, TÓNICOS, ETC/*/
.tit-cat-productos h1 {
    font-size: 2.5rem;
    letter-spacing: 3px;
}
.subtit-cat-productos p{
    font-size: 1.2rem;
    margin-top: 10px;
    margin-bottom: -30px;
}
.txt-cat-productos p {
    font-size: 1.2rem;
    line-height: 1.3;
    background: #ffffffa6;
    padding: 1.5rem;
}
.tit-otros-prod h2 {
    padding-bottom: 1.5rem !important;
}
.w30-filtros {
	width: 100% !important;
}
.w70-productos{
	width: 100% !important;
}
#icons_otros_productos .w-iconbox {
	width: 50%;
}

/*SINGLE PRODUCTO*/
.woocommerce div.product .images {
	width: 100%;
	max-width: 100%;
}
.attb_piel img, .attb_necesidad img, .attb_uso img {
    width: 50px;
}
.extra-info li {
	margin-bottom: 0px !important;
	border-bottom: 1px solid #eeeeee;
}
.single-product h2 {
    display: inline-block;
    padding-bottom: 5px;
    line-height: 2;
    letter-spacing: 1px;
}
.col-necesita_bullets{
    margin-top: 2rem !important;
}
.col-necesita_bullets .vc_column-inner {
    margin-right: 0 !important;
}
.txt-necesita {
	margin-top: 2rem;
    margin-bottom: -1rem;
}
.txt-necesita p {
	margin-left: 0px;
}
.necesita-bullets ul {
	margin-left: 0px;
}
.necesita-bullets ul li {
    font-size: 1.2rem;
    line-height: 1.3rem;
    margin-bottom: 1rem;
    margin-left: 10%;
    margin-right: 0;
}
.w-col1-ing {
    width: 100% !important;
}
.w-col2-ing {
    width: 100% !important;
}
#tabs-beneficios .w-tabs-section-content .wpb_text_column .wpb_wrapper {
	margin-left: 50px;
	min-width: 230px;
	min-height: 320px;
}
#beneficios .w-tabs-item {
	letter-spacing: 0px;
	line-height: 1;
}
#beneficios .w-tabs-sections {
    display: block !important;
    align-items: center;
    margin-right: -2.5rem;
    justify-content: flex-end;
}
#beneficios .w-tabs-sections img {
	width: 60px;
	min-width: 60px;
	margin-left: 3vw;
}
#tabs-beneficios .w-tabs-section p {
    margin-left: -80px;
    font-size: 1.1rem;
    line-height: 1.4;
}
#tabs-beneficios .w-tabs-list {
	margin-left: -1.5rem;
}
#tabs-beneficios .w-tabs-section-title {
	text-transform: uppercase;
    letter-spacing: 1px;
}
#tabs-beneficios .w-tabs-section-header.active .w-tabs-section-title {
	font-weight: bold;
}
#tabs-beneficios .w-tabs-sections-h {
	width: 100%;
}
#tabs-beneficios .w-tabs-section:first-child {
	border-top-width: 0px !important;
}
#tabs-beneficios .w-tabs-section:last-child {
	border-bottom-width: 0px !important;
}
#aplicacion .w-tabs-sections{
	display: block !important;
}
#aplicacion .w-tabs.accordion .w-tabs-section:not(.active) {
    min-width: 60%;
    width: 60%;
    margin: 0 auto;
}
#aplicacion .w-tabs.accordion .w-tabs-section {
    background: #fff;
    margin-right: 0px;
    margin-top: 10px !important;
}
#rutina .w-tabs-item {
	white-space: nowrap;
    line-height: 1;
     width: 100% !important;
    /* min-width: 80px !important; */
    max-width: 100% !important;
}
.single-product.essentielle .woocommerce-tabs h2{
    line-height: 1 !important;
}
.single-product.cvital .woocommerce-tabs h2{
    line-height: 1 !important;
}
.single-product.lift-therapy .woocommerce-tabs h2{
    line-height: 1 !important;
}
.single-product.soft-derm .woocommerce-tabs h2{
    line-height: 1 !important;
}
.single-product.vital-age .woocommerce-tabs h2{
    line-height: 1 !important;
}
.single-product.oily-sk .woocommerce-tabs h2{
    line-height: 1 !important;
}
.single-product.despigmen-p3 .woocommerce-tabs h2{
    line-height: 1 !important;
}
.single-product.besun .woocommerce-tabs h2{
    line-height: 1 !important;
}
.single-product.corporal-care .woocommerce-tabs h2{
    line-height: 1 !important;
}
.single-product.dermic-plus .woocommerce-tabs h2{
    line-height: 1 !important;
}

/*PÁGINA DE LÍNEAS*/
/*Programa*/
.pos-img_programa .vc_column-inner{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    margin-left: 0px;   
}
#tabs-activos .w-tabs-list{
    display: none !important;
}
#tabs-activos .w-tabs-section-header {
    display: block;
}
#tabs-activos .w-tabs-section-title{
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 1rem;
    line-height: 1.3;
}
#tabs-activos .w-image {
    transform: translateX(-30px);
}
.cuadro-formula {
    background: #fff;
    padding: 1.5rem 0.3rem;
    margin-left: 0% !important;
    margin-right: 0% !important;
}
.cuadro-formula .w-image-h{
    max-width: 60%;
    margin: 0 auto;
}
#accion .w-hwrapper {
    flex-direction: column;
}
#accion .w-hwrapper:last-child {
    padding-bottom: 1.5rem !important;
}
.action_inside1, .action_inside2, .action_inside3 {
    width: 100%;
}
.action_inside2 img {
    width: 65px;
    margin: 3px 0 15px;
}
.action_inside3 .wpb_wrapper {
    font-size: 1rem;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-left: 0;
}
.efectos_iconos_corporal{
    flex-direction: column !important;
    align-items: center !important;
}
.efectos_iconos_corporal .w-iconbox{
    flex-direction: column !important;
    align-items: center !important;
    margin-bottom: 1.5rem;
}
.efectos_iconos_corporal .w-iconbox:last-of-type{
    margin-bottom: 0px !important;
}
.efectos_iconos_corporal .w-iconbox-icon{
    margin-right: 0px !important;
}
.wrap_icons_aparatologia .w-iconbox{
    flex-direction: column !important;
    align-items: center !important;
    margin-bottom: 1.5rem;
}
.wrap_icons_aparatologia .w-iconbox:last-of-type{
    margin-bottom: 0px !important;
}
.wrap_icons_aparatologia .w-iconbox-icon{
    margin-right: 0px !important;
}

/*PÁGINA DE LÍNEA PROFESIONAL - TAB PRODUCTO*/
#tab_producto .w-tabs-sections{
    background: #fff;
}
.term-essentielle-profesional #tab_producto .w-tabs-section.active .w-tabs-section-header, 
.term-essentielle-professional #tab_producto .w-tabs-section.active .w-tabs-section-header{
    background-color: rgba(0,143,187,0.15) !important;
}
.term-cvital-profesional #tab_producto .w-tabs-section.active .w-tabs-section-header, 
.term-cvital-professional #tab_producto .w-tabs-section.active .w-tabs-section-header{
    background-color: rgba(131, 145, 57, 0.15) !important;
}
.term-vital-age-profesional #tab_producto .w-tabs-section.active .w-tabs-section-header, 
.term-vital-age-professional #tab_producto .w-tabs-section.active .w-tabs-section-header{
    background-color: rgba(105, 103, 101, 0.15) !important;
}
.term-lift-therapy-profesional #tab_producto .w-tabs-section.active .w-tabs-section-header,
.term-lift-therapy-professional #tab_producto .w-tabs-section.active .w-tabs-section-header{
    background-color: rgba(133, 119, 151, 0.15) !important;
}
.term-excellence-profesional #tab_producto .w-tabs-section.active .w-tabs-section-header,
.term-excellence-professional #tab_producto .w-tabs-section.active .w-tabs-section-header{
    background-color: rgba(182, 147, 55, 0.15) !important;
}
.term-soft-derm-profesional #tab_producto .w-tabs-section.active .w-tabs-section-header,
.term-soft-derm-professional #tab_producto .w-tabs-section.active .w-tabs-section-header{
    background-color: rgba(166, 54, 103, 0.15) !important;
}
.term-oily-sk-profesional #tab_producto .w-tabs-section.active .w-tabs-section-header,
.term-oily-sk-professional #tab_producto .w-tabs-section.active .w-tabs-section-header{
    background-color: rgba(70, 156, 147, 0.15) !important;
}
.term-dermic-profesional #tab_producto .w-tabs-section.active .w-tabs-section-header, 
.term-dermic-professional #tab_producto .w-tabs-section.active .w-tabs-section-header,
.term-mesoterapia-profesional #tab_producto .w-tabs-section.active .w-tabs-section-header,
.term-mascarillas-profesional #tab_producto .w-tabs-section.active .w-tabs-section-header,
.term-profesionalni-piling #tab_producto .w-tabs-section.active .w-tabs-section-header,
.term-professional-mesotherapy #tab_producto .w-tabs-section.active .w-tabs-section-header,
.term-professional-masks #tab_producto .w-tabs-section.active .w-tabs-section-header,
.term-professional-peelings #tab_producto .w-tabs-section.active .w-tabs-section-header{
    background-color: rgba(25, 98, 129, 0.15) !important;
}
.term-corporal-care-profesional #tab_producto .w-tabs-section.active .w-tabs-section-header,
.term-corporal-care-professional #tab_producto .w-tabs-section.active .w-tabs-section-header, 
.term-cc-profesional #tab_producto .w-tabs-section.active .w-tabs-section-header,
.term-cc-professional #tab_producto .w-tabs-section.active .w-tabs-section-header {
    background-color: rgba(47, 118, 162, 0.15) !important;
}

/*PÁGINA DE LÍNEA PROFESIONAL - TAB BENEFICIOS*/
.archive.tax-product_cat .txt-necesita {
    margin-top: 0rem;
    margin-bottom: 1rem;
}
.archive.tax-product_cat .necesita-bullets{
    padding: 0 1.5rem; 
}

/*SINGLE PROTOCOLO*/
.wrap_tit_step{
    flex-direction: column;
    align-items: flex-start;
}
.wrap_tit_step:before{
    width: 84%;
    bottom: 1.4rem;
}
.sub_titprotocol {
    padding: 0;
}
.sub_titprotocol .w-iconbox-icon{
    margin-right: 10px !important;
}
.sub_titprotocol .w-iconbox-title{
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0;
}
.sub_tit_time{
    margin:  0.3rem 0 1rem;
    width: 100%;
    text-align: right;
}
.text_step{
    margin-left: 0;
}
.wrap_icons_aparatologia{
    flex-direction: column;
}
.icon_aparatologia{
    flex-direction: column;
    margin-bottom: 2rem;
}
.icon_aparatologia:last-of-type{
    margin-bottom: 0px;
}
.icon_aparatologia .w-iconbox-icon{
    margin-right: 0 !important;
}
.icon_aparatologia .w-iconbox-meta{
    text-align: center;
    margin-top: -10px;
    max-width: 100%;
}
.no_padding .vc_column-inner{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.wrap_btns_protocol{
    padding: 0;
    margin-bottom: 0;
    border: none;
}

/*****OTRAS PÁGINAS*****/
/*LANDING ACADEMY 1*/
.info-academy h1 {
    font-size: 2rem;
    letter-spacing: 3px;
}
.form-academy .vc_col-sm-10{
    margin-bottom: 0px !important;
}

/*Pagina de Prospectos*/
.row-prospec{
    padding-bottom: 0px !important;
}
.item-prospec .wpb_wrapper{
margin-bottom: 50px;
}

/*NUEVA HOME 2025*/
.g-cols.slider_linea_home > .vc_col-sm-6:nth-child(2) .vc_column-inner{
    align-items: flex-end !important;
    background-color: #ffffffc9;
    padding: 20px;
}
.g-cols.slider_linea_home > .vc_col-sm-6:nth-child(2){
    margin-bottom: 0 !important;
}
}


@media only screen and (min-width: 600px) and (max-width: 767px) {
/*PUNTOS DE VENTA*/
.circle-count {
    width: 20px !important;
    height: 20px !important;
    font-size: 12px !important;
    line-height: 21px !important;
    left: 4% !important;
}
.store-list-details {
    width: 87%;
}	
}

@media only screen and (max-width: 768px) {
.movil-no {
	display: none;
}
.movil-si {
	display: flex;
}
/*PAGINA PRINCIPAL INGREDIENTES*/
#grid_ingredientes .post_title {
    font-size: 1rem;
}

/*Single INGREDIENTES*/
.txt-ingrediente p{
	margin-left: 0px;
}
/*PUNTOS DE VENTA*/
.col-left.leftsidebar{
	padding: 7px !important;
	width: 210px !important;
}
.wpsl-name {
    font-size: 14px !important;
    line-height: 1 !important;
}
.wpsl-distance {
    max-width: 80px !important;
    line-height: 1.4;
}
.wpsl-phone{
	line-height: 1.2;
}
}

@media only screen and (min-width: 768px) {
/*PIELES*/
.ml-capas{
	margin-left: -70px;
}
}


@media only screen and (min-width: 768px) and (max-width: 899px) {
/*HOME*/
#iconos-productos .w-iconbox .w-iconbox-title, #iconos-productos .w-iconbox-title {
    letter-spacing: 1px;
}
#home_iconos-productos .w-iconbox-icon {
    font-size: 80px !important;
}

/*NUESTRA HISTORIA*/
.border-timeline{
    margin-top: 20px;
    height: 70%;
}

/*PIELES*/
.tit-pieles h1 {
    font-size: 2.7rem;
    letter-spacing: 5px;
}

/*BLOG*/
.tit-blog h1 {
    font-size: 2.7rem;
    letter-spacing: 5px;
}
#barralat-single_blog .vc_column-inner {
    padding-left: 0px;
    padding-right: 0px;
}

/*CONTACTO*/
#gform_wrapper_1 input[type=submit], #gform_wrapper_2 input[type=submit], #gform_wrapper_11 input[type=submit], #gform_wrapper_12 input[type=submit]{
	transform: translateY(65px);
}

/*PÁGINA PRODUCTO*/
.w-filter.state_desktop.style_drop_trendy .w-filter-item-title {
	font-size: 1.6rem;
}

/*PÁGINA PRODUCTOS - CREMAS DE DÍA, SERUMS, TÓNICOS, ETC/*/
.w-filter.layout_ver .w-filter-item {
    padding: 1.2rem;
}
.w-filter.layout_ver .w-filter-item-title {
	font-size: 1.1rem;
	letter-spacing: 2px;
}
.w-filter-item-value {
    font-size: 0.8em;
}
#otros_productos .w-iconbox .w-iconbox-title {
    letter-spacing: 2px;
    font-size: 1.3rem;
}

/*SINGLE PRODUCTO*/
.attb_piel img, .attb_necesidad img, .attb_uso img {
	width: 47px;
    margin-right: 4px;
}
#beneficios .w-tabs-item {
	letter-spacing: 0px;
	line-height: 1.3;
}
#tabs-beneficios .w-tabs-section p {
    margin-left: -80px;
    font-size: 1.1rem;
    line-height: 1.4;
}
.cuadro-prod {
	padding: 1.5rem;
}
.w-col1-ing .vc_column-inner, .w-col2-ing .vc_column-inner {
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important;
}
#aplicacion .w-tabs.accordion .w-tabs-section:not(.active) {
	min-width: 16%;
	width: 23%;
}
#aplicacion .material-icons {
	font-size: 6rem;
}
#rutina .w-tabs-item {
    letter-spacing: 0px;
}
.w-col-middle{
    width: 70% !important;
    margin-left: -10% !important;
}

/*PÁGINA DE LÍNEAS*/
.cuadro-formula {
    padding: 2rem 0px;
    margin-left: 1% !important;
    margin-right: 1% !important;
}
}

@media only screen and (max-width: 899px) {
.movil-no899 {
    display: none;
}
.movil-si899 {
    display: flex;
}

/*PAGINA PRINCIPAL INGREDIENTES*/
#grid_ingredientes .g-filters-item:hover {
    background: #231f20 !important;
    color: #fff !important;
}

/*CONTACTO*/
.subt-contacto p {
    font-size: 1.2rem;
    margin-top: 1.5rem;
}

/*BLOG*/
.itemblog {
    flex-direction: column !important;
}
.layout_210 .usg_post_image_1 {
    width: 100% !important;
}
.layout_210 .usg_vwrapper_1 {
    width: 100% !important;
}
.padd_blog{
    padding: 1.5rem;
}
}

@media only screen and (max-width: 900px) {
.owl-nav{
    display: block !important;
}
}
@media only screen and (max-width: 1199px){
.map-listings {
    width: 30% !important;
}
}



@media only screen and (min-width: 900px) and (max-width: 1024px) {
/*CONTACTO*/
#gform_wrapper_1 input[type=submit], #gform_wrapper_2 input[type=submit], #gform_wrapper_11 input[type=submit], #gform_wrapper_12 input[type=submit] {
    transform: translateY(75px);
}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
/*FILOSOFIA*/
.w-1024{
	width: 100% !important;
}
.waveround-inv {
    background: url(/wp-content/uploads/2020/11/phi-wave-round.svg) no-repeat 53vw 80% !important;
    background-size: 200px !important;
}

/*HISTORIA*/
.waveround-historia {
    background: url(/wp-content/uploads/2020/11/phi-wave-round.svg) no-repeat center 82% !important;
    background-size: 130px !important;
}
/*ATACHE EN EL MUNDO*/
.w50-1024{
	width: 50% !important;
}

/*BLOG*/
.txt-blog p {
    font-size: 1.3rem;
    letter-spacing: 1px;
    width: 100%;
}
h2.tit_grid-blog {
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 1px;
}

/*PIELES*/
.w50-1024 {
	width: 50% !important;
}
.menu-pieles li {
    font-size: 1rem;
}
.tit-descubrepiel {
    font-size: 1.8rem;
}

/*BLOG*/
#barralat-blog .vc_column-inner{
	padding-left: 0px;
	padding-right: 0px; 
}

/*PÁGINA PRODUCTO*/
.w-filter.state_desktop.layout_hor .w-filter-item-reset {
    position: absolute;
    top: 37%;
    right: auto;
    left: 0;
}
.w-filter-item-title span {
    font-size: 1rem;
    line-height: 1.4;
}

/*PÁGINA PRODUCTOS - CREMAS DE DÍA, SERUMS, TÓNICOS, ETC/*/
.tit-cat-productos h1 {
    font-size: 2.7rem;
    letter-spacing: 4px;
}
.subtit-cat-productos p{
    margin-top: 10px;
    margin-bottom: -30px;
}
.txt-cat-productos p {
    font-size: 1.2rem;
    line-height: 1.3;
}

/*SINGLE PRODUCTO*/
#menu-prod .vc_column_container .vc_column-inner{
	padding: 0px;
}
.extra-info li {
    font-size: 1rem;
}
.attb_piel, .attb_necesidad, .attb_uso {
	width: 50%;
    justify-content: flex-start;
}
.attb_piel, .attb_uso{
	margin-left: -10px;
    margin-right: 10px;
}
.txt-necesita p{
	margin-right: -1rem;
}
.sep_linea {
    width: 7px !important;
}
#tabs-beneficios .w-tabs-section-content .wpb_text_column .wpb_wrapper {
    margin-left: 7vw;
    min-width: 300px;
}
/*PÁGINA DE LÍNEA PROFESIONAL*/
.col1_prod_enlinea, .col2_prod_enlinea {
    width: 100% !important;
}
.col1_prod_enlinea a{
    margin: 1.5rem auto;
    max-width: 350px;
}
.archive.tax-product_cat .txt-necesita p{
    margin-left: 0;
    margin-right: 0;
}

/*SINGLE PROTOCOLO*/
.sub_titprotocol .w-iconbox-title{
    font-size: 2.5vw;
}
}


@media only screen and (max-width: 1024px) {
.movil-no1024 {
    display: none;
}
.movil-si1024 {
    display: flex;
}

/*MEGA MENÚ*/
.content-megacol .wpb_wrapper img {
    width: 48px !important;
}
.content-megacol .menu_title{
	font-size: 10px !important; 
}
.content-megacol p {
    line-height: 1 !important;
}

/*FILOSOFIA*/
.ml-titlephi {
    margin-left: 0;
}

.fondo-wave {
    background: url(/wp-content/uploads/2020/11/fondo-wavediag-02.png) no-repeat center center/ 100%!important;
    min-height: auto !important;
    padding-top: 10% !important;
    margin-top: -6%;
    margin-bottom: 0 !important;
}
}

@media only screen and (min-width: 1024px) {

/*MENU CABECERA*/
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link{
    padding: 0px 20px !important;
}
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
.fondo-wave {
    background: url(/wp-content/uploads/2020/11/fondo-wavediag-02.png) no-repeat center center/ 100%!important;
    min-height: auto !important;
    padding-top: 10% !important;
    margin-top: -6%;
    margin-bottom: 0 !important;
}

/*SINGLE PRODUCTO*/
.attb_piel, .attb_necesidad, .attb_uso {
	width: 50%;
    justify-content: flex-start;
}
}

@media only screen and (min-width: 1200px) {
.fondo-wave {
    background: url(/wp-content/uploads/2020/11/fondo-wavediag-02.png) no-repeat center center/ 100%!important;
    min-height: 1200px;
    padding-top: 10% !important;
    margin-top: -6%;
    margin-bottom: -250px !important;
}
}

@media only screen and (max-width: 1200px) {
/*MEGA MENU*/
}

@media only screen and (max-width: 1400px) {
/*MEGA MENU*/
.wrap-megacol{
	padding-right: 0 !important;
}
.content-megacol .wpb_wrapper{
	width: 33%;
	max-height: 78px;
    min-height: 78px;
}
.content-megacol .menu_title{
	font-size: 11px;
	padding-bottom: 0;
    margin-top: -5px;
}
.content-megacol .wpb_wrapper img {
    width: 55px;
}
}