.elementor-802 .elementor-element.elementor-element-5b504f8 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-802 .elementor-element.elementor-element-5b504f8:not(.elementor-motion-effects-element-type-background), .elementor-802 .elementor-element.elementor-element-5b504f8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-text );}.elementor-802 .elementor-element.elementor-element-5b504f8 > .elementor-container{min-height:80px;}.elementor-802 .elementor-element.elementor-element-5b504f8{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-802 .elementor-element.elementor-element-5b504f8 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-802 .elementor-element.elementor-element-a17701b.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-802 .elementor-element.elementor-element-a17701b.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-53a46d5 */.footer-women {
    margin: 0;
    padding: 0;
    color: #bcbcbc;
    text-align: center;
}

.brandCR {
    font-size: .8rem;
}
.brandWomen {
    color: #E6007C;
}
@media(max-width: 600px) {
    .brandCR {
        font-size: .5rem;
    }   
}


.wrapper-lenguajes {
    display: flex;
    gap: 20px;
}
.wrapper-lenguajes a {
    padding: 10px;
    background: white;
    color: #003DA5;
    cursor: pointer;
    border-radius: 50%;
}
.wrapper-lenguajes a:hover {
    background: #0274be;
    color: white
}
.wrapper-lenguajes p {
    margin: 0;
    font-family: "MuseoSans", Sans-Serif;
    line-height: 18px;
}
/* LOADER */


.elementor-element-edit-mode .loader-men {
    display: none;
}
    
.loader-men {
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: url('/wp-content/uploads/2022/06/BG_Women_Web.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-backdrop-filter: blur(17px);
    -moz-backdrop-filter: blur(17px);
    backdrop-filter: blur(17px);
}
.loader-men img {
    width: 360px;
}

.container-bar {
  width: 237px;
  height: 31px;
  margin: 20% 0 0 0;
  border-radius: 16px;
  border: 2.5px solid #F29EC4;
}

.bar-loader {
    display: inline-block;
    width: 100%;
    height: 26px;
    margin: 0;
    padding: 0;
    background-color: #FF0071;
    height: 26px;
    border-radius: 16px;
    -webkit-animation: loadUp 5s infinite alternate;
    animation: loadUp 5s infinite;
}

@-webkit-keyframes loadUp {
  0% {
    width: 0px;
  }
  
  25% {
    width: 25%;
  }
  
  50% {
    width: 50%;
  }
  
  100% {
    width: 100%;
  }
}

@keyframes loadUp {
  0% {
    width: 0px;
  }
  
  25% {
    width: 25%;
  }
  
  50% {
    width: 50%;
  }
  
  100% {
    width: 100%;
  }
}

@media(max-width: 1024px) {
    .loader-men {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}
@media(max-width: 500px) {
    .loader-men img {
        width: 222px;
    }
    .container-bar {
        width: 169px;
        height: 22px;
    }
    .bar-loader {
        height: 17px;        
    }
}/* End custom CSS */