/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 22 2023 | 17:35:39 */
/*--------------Estilos del Header----------*/
.header-menu--principal, .header-logo, .header-nav--menu ul > li > a{
	transition:.3s all ease;
}

.header-menu--principal.elementor-sticky--effects{
	background:#262626 !important;
}

.header-menu--principal.elementor-sticky--effects .header-logo{
	transform:scale(.8);
}
.header-menu--principal > .elementor-container{
	min-height:60px !important;
}
/*------------- Fin Header -----------------*/
/*------------- Hover Mega menpu ---------------*/
.active-hover .site.grid-container.container.hfeed{
     filter: blur(.2rem) grayscale(30%) !important;
}
/*------------- Fin ------------*/
.title-page{
    color:#fff;
}

.title-page span:nth-child(1),
.title-page span:nth-child(2),
.title-page span:nth-child(3),
.title-page span:nth-child(4){
    display: block;
    text-align:center;
}
.title-page span:nth-child(1){
    font-size: calc(32px + 6 * ((100vw - 320px) / 680));
}
.title-page span:nth-child(2){
    font-weight: 700;
      font-size: calc(35px + 6 * ((100vw - 320px) / 680));
      letter-spacing: 10px;
      margin: 15px 0px 15px 0px
}

.title-page span:nth-child(3),
.title-page span:nth-child(4){
    font-size: calc(22px + 6 * ((100vw - 320px) / 680));
    line-height: 1;
}

.arrow-scroll{
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
    cursor: pointer;
    width: 85px;
    position: absolute;
	top: 300px;
    left: 0;
    right: 0;
    margin: auto

}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}

.bloque-item{
	cursor:pointer
}


@media(max-width:667px){
    .title-page span:nth-child(1){
        font-size: calc(22px + 6 * ((100vw - 320px) / 680));
    }
    
   .title-page span:nth-child(2){
       letter-spacing:0;
       margin: 5px 0px 5px 0px;
       font-size: calc(30px + 6 * ((100vw - 320px) / 680));
   } 
   
    .title-page span:nth-child(3),
    .title-page span:nth-child(4){
        font-size: calc(18px + 6 * ((100vw - 320px) / 680));
    }
}
