/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 16 2025 | 15:59:51 */
.iframe_liquido{
	position:absolute;
	top:0;
  	background-color: rgba(255, 255, 255, 0.5);
  	border-radius: 20px;
}

#miDivAnimacion{
	padding:0px 30px
}

#miDivAnimacion canvas{
  	width:100% !important;
  	height:700px !important;
	border-radius:20px !important
}
.btn-scroll-down{
    position:absolute;
    bottom:0;
    right:0;
    transform: translateX(-28px)!important;
}

.btn-scroll-down::after{
    content: "";
    position: absolute;
    background-color: #d0363600;
    left:0;
    bottom: 0px;
    height: 49px;
    width: 20px;
    transition: box-shadow 0.3s;
    box-shadow: #ffffff 0px 20px 0px 0px;
    border-radius: 0px 0px 20px;
    transform: translate(-20px, 0px)!important;
}

.btn-scroll-down::before{
    content: "";
    position: absolute;
    background-color: #d1252500;
    top: 0px;
    right:0px;
    height: 40px;
    width: 20px;
    transition: box-shadow 0.3s;
    box-shadow: #fff 0px 20px 0px 0px;
    border-radius: 0px 0px 20px;
    transform:translate(-2px, -40px)
}

.footer_copright{
    position:absolute;
    background:#fff;
    border-radius:15px 15px 0px 0px;
    bottom:0;
    right:0;
    left:0;
    margin:0 auto
}

.footer_copright::before{
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0;
    height: 40px;
    width: 20px;
    box-shadow: 0 20px 0 0 #ffffff;
    right: 100%;
    border-bottom-right-radius: 20px;
}

.footer_copright:after{
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0;
    height: 40px;
    width: 20px;
    box-shadow: 0 20px 0 0 #ffffff;
    left: 100%;
    border-bottom-left-radius: 20px;
}