/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 25 2024 | 17:18:24 */
h1, h2, h3, h4, h5, h6, p, span, div, li, a, select, input, button{
	font-family: "Poppins", sans-serif;
}
/*-------------------- Perfil */
.perfil-item .elementor-icon-box-wrapper::after{
    content:"";
    display:block;
    background:#ebebeb url('/wp-content/uploads/2024/07/flecha-1.png')center/6px no-repeat;
    width:15px;
    height:15px;
    border-radius:20px;
    padding:12px;
}

.perfil-item > div{
    border-radius:30px;
    padding:0px 10px !important;
    transition:.3s all ease;
}

.perfil-item > div:hover{
    background:#cccccc29
}

.perfil-item h3 > a{
    display:inline-block;
    width:100% !important;
    padding:10px 10px !important;
}
/*------------------- Estilos Boton degradado*/

.gradient-button .elementor-button-wrapper{
    height: 50px;
    padding: 4px 4px;
    background-image: linear-gradient(to right, #008a92, #81388c);
    border-radius: 30px;
    position: relative;
}


.gradient-button .elementor-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.gradient-button .elementor-button:hover {
    background-image: linear-gradient(to right, #008a92, #81388c);
    color: white;
    box-shadow: none;
}

/*---------------------- Estilos del Login --------------------------------*/
.politicas-de-privacidad label{
    margin-left:5px
}

a.btn-acept-popup {
    font-weight:600;
    color:#232423
}

/*-------------------------- Estilosn gform Loading -----------------------------*/

.popup-loading {
	background-color: rgb(255 255 255 / 84%);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}
.contain_popup {
	padding: 15px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.container-circles{
    display: block;
    width:400px;
    max-width:400px;
    height: 400px;
    position:relative !important;
    overflow:hidden;
}

.circle {
    border-radius: 50%;
    position: absolute
}

.circle1 {
    width: 60px;
    height: 60px;
    background-color: #81388C;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 50%);
    animation:circleUno .8s ease-in-out infinite alternate;
}
@-webkit-keyframes circleUno{
     from{
        left: 20%;
        top: 50%;
        transform: translate(-50%, 50%);
    }
    to{
        left: 80%;
        top: 50%;
        transform: translate(0%, 0%);
    }
}


.circle2 {
    width: 90px;
    height: 90px;
    background-color: #11B8EC;
    left: 0%;
    top: 20%;
    transform: translate(100%, 20%);
    animation:circleDos 1.2s ease-in-out infinite alternate;
}
@-webkit-keyframes circleDos{
     from{
        left: 0%;
        top: 20%;
        transform: translate(100%, 20%);
    }
    to{
        left: 50%;
        top: 50%;
        transform: translate(100%, 80%);
    }
}
.circle3 {
    width: 120px;
    height: 120px;
    background-color: #FFD900;
    left: 25%;
    top: 45%;
    transform: translate(100%, -80%);
    animation:circleTres 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes circleTres{
     from{
        left: 25%;
        top: 45%;
        transform: translate(100%, -80%);
    }
    to{
        left: 2%;
        top: 50%;
        transform: translate(0%, 0%);
    }
}


.contain_popup img{
	width:200px;
	height:200px;
	border-radius:100%;
	animation: pulse 2s infinite;
}



.text-loading {
	margin-top: 10px;
	font-size: 25px;
	color:#009688;
}

/*------------------- Animation dots gform ---------------------*/

.text-loading.dots {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        font-family: Arial, sans-serif;
    }

.text-loading.dots span {
    animation: blink 1.4s infinite both;
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 5px;
    background-color: #009688;
    border-radius: 50%;
}

.text-loading.dots  span:nth-child(1) {
    animation-delay: 0s;
}

.text-loading.dots  span:nth-child(2) {
    animation-delay: 0.2s;
}

.text-loading.dots  span:nth-child(3) {
    animation-delay: 0.4s;
}

/*---------------------------- Barcode ---------------------------- */

.barcode-img{
	display:none
}

@keyframes blink {
    0%, 20%, 50%, 80%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    40% {
        transform: scale(1.5);
        opacity: 0;
    }
    60% {
        transform: scale(1.5);
        opacity: 0;
    }
}

/*------------------------- Popup menu ---------------------------------*/

@media (max-width: 1024px) {
    body.admin-bar .dialog-type-lightbox {
        position: fixed !important;
        height: 100vh;
    }
}