.elementor-kit-62{--e-global-color-primary:#FF009D;--e-global-color-secondary:#160265;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-8832300:#160265;--e-global-color-9e2ff74:#FF009D;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:500;}.elementor-kit-62 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:768px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */::selection { 
    background: #FF009D;
    color:#fff; 
}


@media (min-width: 1024px) {
    .scroll-left {
        opacity: 0;
        transition: 0.8s all;
        transform: translate(-30px, 0);
    }

    .scroll-right {
        opacity: 0;
        transition: 0.8s all;
        transform: translate(30px, 0);
    }

    .scroll-bottom {
        opacity: 0;
        transition: 0.8s all;
        transform: translate(0, 40px);
    }

    .scroll-top {
        opacity: 0;
        transition: 0.8s all;
        transform: translate(0, -40px);
    }

    .elementor-editor-active .scroll-bottom,
    .elementor-editor-active .scroll-left,
    .elementor-editor-active .scroll-right,
    .ativo {
        opacity: 1;
        transition: 0.8s;
        transform: translatey(0px);
    }
}

/* Estilo general del scroll */
::-webkit-scrollbar {
    width: 10px; /* Ancho de la barra */
    height: 10px; /* Altura de la barra horizontal (opcional) */
}

::-webkit-scrollbar-track {
    background: #f0f0f0; /* Color del fondo del scroll */
    border-radius: 10px; /* Bordes redondeados */
}

::-webkit-scrollbar-thumb {
    background: #ff009d; /* Color de la barra de desplazamiento */
    border-radius: 10px; /* Bordes redondeados */
    border: 2px solid #f0f0f0; /* Espacio entre la barra y el fondo */
}

::-webkit-scrollbar-thumb:hover {
    background: #ff009d; /* Color de la barra al pasar el cursor */
}

.elementor-location-header {
    margin-bottom: 0 !important;
}

.degradado {
  background-image: linear-gradient(45deg,
    #140260 0%,
    #FFA1DB 25%,
    #FF009D 50%,
    #FF90D5 75%,
    #140260 100%);
  background-size: 400% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent !important;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  animation: brilho 5s linear infinite;
}

@keyframes brilho {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding: 13px 24px 13px 48px;
    line-height: 24px;
    font-size: 14px;
    border: 2px solid  #FB84BB;
    border-radius: 10px;
    height: auto;
    font-family: Poppins,sans-serif;
    background-color: #ffF
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: transparent !important;
    padding: 10px;
    border-radius: 10px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover {
    background-color: #fff
}

.dgwt-wcas-open .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border-radius: 10px
}



.wd-prefooter {
    padding-bottom: 0px !important;
    background-color: var(--wd-main-bgcolor) !important;
}


.wayra-coc-button {
    width: 100%;
}/* End custom CSS */