/*SHORT DESCRIPTION*/
.short-description {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .short-description.expanded {
        display: block;
        -webkit-line-clamp: unset;
    }

    .expand-short-description {
        cursor: pointer;
        color: #0073aa;
        text-decoration: underline;
        display: block;
        margin-top: 10px;
    }


/*END SHORT DESCRIPTION*/


/*ICONS BAR*/
.status-bar {
  display: flex;
  align-items: center;
  background-color: white;
  color: black;
  padding: 8px 16px;
  font-family: Arial, sans-serif;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.status-bar-item {
  display: inline-flex !important;
  align-items: center;
  margin-right: 16px;
}

.icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.text {
  font-size: 14px;
  font-weight: 500;
}
/*ENDS ICONS BAR*/


/*MOCKUP*/
a#toggle-description {
    color: #3a00ff;
    font-weight: 600;
}
	
.video-lp-tl h2 {
    font-size: 1.5em;
}
/*BLOQUE 1 - TITULO + DESCRIPCION*/
video-lp-column h2 {
    font-size: 1.7em !important;
	line-height: 1.3em;
}

	video-lp-column p {
    line-height: 1.5em;
}
	
	
	
video-lp-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  background-color: white;
  box-sizing: border-box;
}

video-lp-column {
  padding: 20px;
  box-sizing: border-box;
}

video-lp-column:first-child {
  flex: 1.5;
}

video-lp-column:last-child {
  flex: 1;
}

video-lp-column img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

video-lp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: white;
  width: 90%;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: none;
  outline: none;
}

video-lp-button:hover {
  background-color: #2f4f7f;
  transform: translateY(-2px);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

video-lp-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

video-lp-button svg {
  margin-right: 10px;
  transition: transform 0.3s ease;
}

video-lp-button:hover svg {
  transform: translateY(-2px);
}

download_icon_white svg {
  font-size: 12px;
  transform: translateY(-2px);
}

@media (max-width: 900px) {
  video-lp-container {
    flex-wrap: wrap;
  }

  video-lp-column:first-child,
  video-lp-column:last-child {
    flex: 1 1 100%;
  }
}
/*TITLE*/
.video-lp-tl {
margin-top:40px;
text-align: center;
}

/*BLOQUE 2*/

.video-lp-container {
    margin-top:55px !important;
    max-width: 900px;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.04); /* 4% opacidad */
    border-radius: 35px;
    padding-top: 50px;
    text-align: center; /* Centra el contenido horizontalmente */
}

.video-lp-header {
    display: flex;
    flex-direction: column; /* Apila el icono y el título en columna */
    align-items: center; /* Centra el icono y el título verticalmente */
    margin-bottom: 16px;
}

.video-lp-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 10px; /* Espacio entre el icono y el título */
}

.video-lp-title {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}
/*MACBOOK*/
.macbook {
  padding: 4% 6%;
  margin: 0 auto;
  max-width: 570px;
  margin-bottom:-80px;
  padding-top: 6px;		
}

.screen {
  background: #000;
  border-radius: 3% 3% 0.5% 0.5% / 5%;
  margin: 0 auto;
  /* for aspect ratio */
  position: relative;
  width: 80%;
}

.screen:before {
  border: 2px solid #cacacc;
  border-radius: 3% 3% 0.5% 0.5% / 5%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.8) inset, 0 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  content: "";
  display: block;
  /* for aspect ratio ~67:100 */
  padding-top: 67%;
}

.screen:after {
  content: "";
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  position: absolute;
  bottom: 0.75%;
  left: 0.5%;
  padding-top: 1%;
  width: 99%;
}

.viewport {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 2.3% 2.2%;
  background: #333;
  border-radius: 8px;
}

.base {
  /* for aspect ratio */
  position: relative;
  width: 100%;
}

.base:before {
  content: "";
  display: block;
  /* for aspect ratio ~33:1000*/
  padding-top: 3.3%;
  /* stylin */
  background: linear-gradient(#eaeced, #edeef0 55%, #fff 55%, #8a8b8f 56%, #999ba0 61%, #4B4B4F 84%, #262627 89%, rgba(0, 0, 0, .01) 98%);
  border-radius: 0 0 10% 10%/ 0 0 50% 50%;
}

.base::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0.8) 0.5%, rgba(0, 0, 0, 0.4) 3.3%, transparent 15%, rgba(255, 255, 255, 0.8) 50%, transparent 85%, rgba(0, 0, 0, 0.4) 96.7%, rgba(255, 255, 255, 0.8) 99.5%, rgba(0, 0, 0, 0.5) 100%);
  content: "";
  height: 53%;
  position: absolute;
  top: 0;
  width: 50%;
}

.notch {
  background: #ddd;
  border-radius: 0 0 7% 7% / 0 0 95% 95%;
  box-shadow: -5px -1px 3px rgba(0, 0, 0, 0.2) inset, 5px -1px 3px rgba(0, 0, 0, 0.2) inset;
  margin-left: auto;
  margin-right: auto;
  margin-top: -3.5%;
  z-index: 2;
  /* for aspect ratio */
  position: relative;
  width: 14%;
}

.notch:before {
  content: "";
  display: block;
  /* for aspect ratio ~1:10 */
  padding-top: 10%;
}


/* Screenshot Hover Scroll Additions
-------------------------------------------------------------- */

.macbook .viewport {
  transition: background-position 3s ease;
  background-position: 0 0;
  background-size: 100% auto;
  overflow: hidden;
  cursor: pointer;
}

.macbook:hover .viewport {
  background-position: 0 100%;
}

.macbook .viewport:after {
  background: radial-gradient(circle at right bottom, transparent 75%, rgba(255, 255, 255, 0.05) 75%, transparent);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}


/*BLOQUE 3*/

.main-bl3-video-lp {
    max-width: 930px;
    margin: 0 auto;
    padding: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:130px;
}

.bl3-video-lp-column {
    flex: 0 1 calc(33.333% - 1rem);
    margin-bottom: 2rem;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    overflow: hidden;
}

.bl3-video-lp-column:hover {
    transform: translateY(-5px);
}

.bl3-video-lp-container {
    padding: 1.5rem;
    text-align: center;
}

.bl3-video-lp-icon {
        font-size: 0.1rem !important;
        margin-bottom: -0.5rem;
        color: #007bff;
    }
.bl3-video-lp-icon img{
        width: 60px !important;
        margin:auto;
    }
.bl3-video-lp-link-placeholder {
    display: inline-block;
    margin-bottom: 1rem;
    color: #007bff;
    text-decoration: none;
}

.bl3-video-lp-title {
    margin-bottom: 1rem;
    color: #333;
    font-size: 1.5rem;
	line-height: 1.2em;
}

.bl3-video-lp-description {
    color: #666;
    font-size: 1rem;
}

@media (max-width: 768px) {
    .bl3-video-lp-column {
        flex: 0 1 calc(50% - 1rem);
    }
}

@media (max-width: 480px) {
    .main-bl3-video-lp {
        padding: 1rem;
    }

    .bl3-video-lp-column {
        flex: 0 1 100%;
    }

    .bl3-video-lp-title {
        font-size: 1.2rem;
    }

    .bl3-video-lp-description {
        font-size: 0.9rem;
    }
}



/*BLOQUE 4*/

    .video-lp-bl4-title {
        color: #333;
        text-align: center;
        margin-top:80px;
		font-size: 1.6em !important;
    }

    .video-lp-bl4-subtitle {
        color: #555;
        text-align: center;
		max-width: 800px;
    	margin: auto;
    	line-height: 1.6em;
    	font-weight: 100;
		font-size: 1em !important;
    }

/*BLOQUE 5*/

.bl5-main-video-lp {
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    margin-top: 75px;
    margin-bottom:0px;

    }
    .bl5-video-lp-column {
        flex: 1;
        padding: 20px;
        min-width: auto;
    }
    .bl5-video-lp-black-box {
        background-color: black;
        border-radius: 10px;
        padding: 20px;
        padding-top: 70px;
        padding-bottom: 70px;
        color: white;
        text-align: center;
    }
    .bl5-video-lp-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }
    .bl5-video-lp-title {
        font-size: 24px;
        margin-bottom: 15px;
        max-width: 350px;
        margin: 0 auto 20px; 
		color: white;
		line-height: 1.2em;
    }
    .bl5-video-lp-description {
        max-width: 300px;
        margin: 0 auto 20px;
    }
    
    .bl5-video-lp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: white;
    background-color: #7500e5; /* Color de fondo */
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.bl5-video-lp-button img {
    margin-right: 10px;
    width: 24px; /* Ajusta el tamaño del icono según tus necesidades */
    height: 24px; /* Ajusta el tamaño del icono según tus necesidades */
    transition: transform 0.3s ease;
}

.bl5-video-lp-button:hover {
    background-color: #0056b3; /* Color de fondo al pasar el mouse */
    transform: translateY(-3px);
	color: white !important;
    text-decoration: none !important;
}

 
    @media (max-width: 768px) {
        .bl5-video-lp-column {
            flex: 100%;
        }
    }


/*MOCKUP DISPLAY 5*/
    .contentwrapper {
        box-sizing: border-box;
        width: 100%;
        margin: 0 auto;
        text-align: left;
        margin-top:-20px;
        max-height: 400px;
    }

    :root {
        --trickyScale: 0.5;
    }

    .screen-image {
        transform: perspective(3200px) rotateX(41.8deg) rotateY(48.5deg) rotateZ(-23.2deg) translateX(135px) translateY(190px) scale(1.348);
        z-index: 2;
    }

    @supports not (-webkit-touch-callout: none) {
        .screen-image {
            transition: transform 600ms ease-in-out, box-shadow 600ms ease-in-out;
            transition-delay: 200ms;
        }

        .screen-frame {
            transition: opacity 600ms ease-in-out;
            transition-delay: 200ms;
        }
    }

    .screen-wrapper img, .screen-wrapper video {
        position: absolute;
        top: 0;
        left: 0;
    }

    .screen-wrapper {
        transform: translateX(-12px) scale(var(--trickyScale));
        transform-origin: top left;
    }

    @media screen and (max-width: 1380px) {
        .screen-wrapper {
            min-height: 50vw;
        }
    }

    @media screen and (max-width: 768px) {
        .screen-wrapper {
            min-height: 85vw;
        }
    }

    @media screen and (min-width: 1381px) {
        .screen-wrapper {
            min-height: 670px;
        }
    }

@media (min-width: 969px) {

    .screen-wrapper:hover .screen-image {
        transform: perspective(2000px) rotateX(0) rotateY(0) rotateZ(0) translateX(560px) translateY(220px) scale(2.5) !important;
        cursor: pointer !important;;
    }

    .screen-wrapper:hover .screen-frame {
        opacity: 0 !important;;
    }
 }
 
 
 /*BLOQUE 6 - VIDEO*/
   		.video-lp-video-main{
            max-width:800px;
            margin:auto;
        }
        .video-lp-container {
            position: relative;
            width: 100%;
            height:auto !important;
            aspect-ratio: 16 / 9;
            overflow: hidden;
            border-radius: 15px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }
        .video-lp-thumbnail {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .video-lp-play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 80px;
            height: 80px;
            background-color: rgba(255,0,0,0.7);
            border-radius: 50%;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .video-lp-play-button:hover {
            background-color: rgba(255,0,0,0.9);
            transform: translate(-50%, -50%) scale(1.1);
        }
        .video-lp-play-button i {
            color: white;
            font-size: 40px;
        }
        .video-lp-iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: none;
        }

/*BLOQUE 7*/
.bl7-main-video-lp {
    display: flex;
    flex-wrap: wrap;
    max-width: 999px;
    margin: auto;
    align-items: center;
    justify-content: center;
    padding: 2rem;
	margin-top: 71px;
}

.bl7-mockup-video-lp {
    flex: 0 0 65%; /* La columna izquierda ocupará el 65% del ancho */
    padding: 1rem;
    box-sizing: border-box; /* Asegura que el padding se incluya en el ancho total */
}

.bl7-mockup-container {
    position: relative;
}

.bl7-base-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.54); /* Reduce el tamaño y centra la imagen */
    max-width: 100%;
    height: auto;
    filter: saturate(2);
}

.bl7-overlay-image {
    position: relative;
    max-width: 100%;
    height: auto;
    border-radius:15px;
}

.bl7-box-video-lp {
    flex: 0 0 35%; /* La columna derecha ocupará el 35% del ancho */
    padding: 1rem;
    box-sizing: border-box; /* Asegura que el padding se incluya en el ancho total */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.bl7-display-icon img {
    width: 15px !important;
    height: 15px !important;
}

.bl7-box-video-lp img {
    width: 58px;
    height: 58px;
    margin-bottom: 1rem;
}

.bl7-box-video-lp h2 {
    margin-bottom: 0.5rem;
	line-height: 1.2em;
}

.bl7-subtitle-video-lp {
    font-size: 1em;
	margin-top: 10px;
}

.bl7-box-info {
    max-width: 300px;
    margin-top: 1rem;
}

.bl7-box-info ul {
    list-style-type: none;
}

.bl7-box-info li {
    display: flex;
    align-items: inherit;
    margin-bottom: -8px;
}

.bl7-box-info li img {
    width: 24px;
    height: 24px;
    margin-right: 0.5rem;
    vertical-align: middle;
}

.bl7-box-info li span {
    vertical-align: middle;
}
/* Media query para dispositivos pequeños */
@media (max-width: 1279px) {
.video-lp-bl4-title {
    font-size: 1.6em !important;
}

.video-lp-bl4-subtitle {
    font-size: 1em !important;
}

video-lp-tl h2 {
    font-size: 1.5em !important;
}
}	
/* Media query para dispositivos pequeños */
@media (max-width: 768px) {
	
	.bl7-main-video-lp {
		padding:0px !important;
	}
	
	.bl7-box-video-lp {
		margin-top:30px !important;
	}
	
    .bl7-mockup-video-lp, .bl7-box-video-lp {
        flex: 0 0 100%; /* Ambas columnas ocuparán el 100% del ancho */
        padding: 1rem;
    }
	video-lp-button {
    width: 100%;
}
.video-lp-container {
    overflow: visible;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding-bottom: 131px;
}

    .bl7-mockup-video-lp, .bl7-box-video-lp {
        margin-top: -50px;
}

div#short-description h2 {
     font-size: 1.3em;

}


.video-lp-bl4-subtitle {
    color: #555;
    text-align: center;
    max-width: 800px;
    margin: auto;
    line-height: 1.6em;
    font-weight: 100;
}

}
/*END MOCKUP*/


/*YITH Download Buttons Membership*/

.yith-wcmbs-product-download-box--needs-credits {
	background: #dedfff61 !important;
	z-index:999999;
}

.yith-wcmbs-product-download-box--can-download {
    background: white;
		border-radius:10px;
		padding-bottom:0px !important;
		padding-top:0px; 
}
.yith-wcmbs-product-download-box--can-download 
.yith-wcmbs-download-button{
margin-left:-25px;
}

.yith-wcmbs-product-download-box--can-download .yith-wcmbs-product-download-box__heading  {
		display:none;
}
/*Yith Download Buttons*/

.yith-wcmbs-product-download-button, .yith-wcmbs-download-links, .yith-wcmbs-download-button {
    line-height: 1.5;
    cursor: pointer;
    text-decoration: none;
    color: white !important;
    background-color: black !important;
    max-width:300px;
		width: 100%;
		border-radius:10px !important;
    margin: 0px 0px 9px 0px;
    font-style: normal;
		text-align: center;
		font-family: 'Poppins';
    font-weight: 500;
    text-transform: unset;
    padding: 15px 38px !important;
    border-radius: 100px;
    font-size: 18px !important;
	  letter-spacing: -0.1px;
}

.yith-wcmbs-product-download-button:hover, .yith-wcmbs-download-links:hover, .yith-wcmbs-download-button:hover {
	  text-decoration: none;
		background-color:rgb(21,6,101) !important;
}
.yith-wcmbs-product-download-box__credits-after {
	display:none !important;
}

.Vip-Director-locked {
    width: 100%;
}

