/*
Theme Name: CleanSkin Child
Template: cleanskin
Theme URI: http://cleanskin.ancorathemes.com/
Description: CleanSkin is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: AncoraThemes
Author URI: http://ancorathemes.com/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,span,p{
     font-family: "Helvetica Neue LT Pro", Sans-serif ;
}

p{
    margin: 0 0 10.5px;
}

/* Sin desbordamiento */
.pw-category-no_overflow{
   overflow: hidden;
}

.pw-category-no_overflow .elementor-slides .swiper-slide-bg{
    transition: transform .5s ease;
}

.pw-category-no_overflow:hover .elementor-slides .swiper-slide-bg{
   transform: scale(1.1);
}

/* Icono Planeta V */
header .planeta-v > a {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    box-sizing: content-box;
    height: 35px;
    margin: 0;
    padding: 0 !important;
    text-indent: -9999px;
    width: 50px;
}

.planeta-v > a {
    background-image: url(https://cumlaudelab.pe/wp-content/themes/cumlaude/img/planeta-v/logo-menu.svg) !important;
}

.planeta-v > a:hover {
    background-image: url(https://cumlaudelab.pe/wp-content/uploads/2023/01/logo-menu-hover.svg) !important;
}

.planeta-v > a:before {
    display:none;
}

.planeta-v > a:after {
    display:none;
}

.pw-category-no_overflow .elementor-slide-button {
    backdrop-filter: blur(4px);
    border-radius: 2px;
    font-size: clamp(14px, 3vw, 17px);
    font-weight: 500;
    left: 16px;
    letter-spacing: 0.025em;
    line-height: clamp(17px, 3vw, 24px);
    padding: 8px 16px;
    position: absolute;
    right: 16px;
    text-align: center;
    text-transform: uppercase;
    width: calc(100% - 32px);
    z-index: 1;
}

/* Adaptable product sizes */
.jet-woo-product-excerpt {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.elementskit-menu-hamburger {
    display: none !important;
}

/* Sobre Nosotros Landing Page */
.nosotros:after {
    content: '';
    width: 100%;
    background: #ae8384;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: 0;
}


@media screen and (min-width: 768px) {
  /* Product page banner */
  .pw-column-one{
    width: 58.33333333% !important;
}
.pw-column-two{
    width: 41.66666667% !important;
}
	
}

@media screen and (max-width: 767px) {
  /* Product page banner */
.pw-column-two{
    height: 200px;
}
	
.perspectiva-description blockquote p{
    font-size: 18px;
    line-height: 21px;
}
	
}


