@import url("vars.css");

html{  
    background-repeat: no-repeat;
    height: 100vh;
    margin:0;
    padding:0;
    box-sizing: border-box;
}

.item-product-link:hover{
    background-color: var( --bg-warning-wl );
}

.pulse-button {
    position: relative;    
    display: block;    
    line-height: 50px;
    color: white;
    border: none;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(#5a99d4, .5);
    animation: pulse 1.5s infinite;
}
.pulse-button:hover {
    animation: none;
}
  
@keyframes pulse {
    0% {
        transform: scale(.97);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 50px rgba(#5a99d4, 0);
    }
        100% {
        transform: scale(.97);
        box-shadow: 0 0 0 0 rgba(#5a99d4, 0);
    }
}

.btn-info-wl{
    background-color: var( --bg-info-wl );
    color: var(  --bg-white-wl );
}
.btn-info-wl:hover{
    background-color: var( --bg-primary-wl );
    color: var( --bg-white-wl  );
}

.link-active-walmart{
    color: var( --color-white );
    background-color: var( --bg-primary-wl );
}
.link-active-walmart > a{
    color: var( --color-white );
}
.btn-cancel-wl{
    color: var( --color-white );
    background-color: var( --bg-primary-wl );
}
.btn-cancel-wl:hover{
    color: var( --color-primary );
    background-color: var( --bg-warning-wl );
}
.img-options-home{
    max-width: 200px;
}

.logo-client img{
    max-width:320px;
    max-height: 60px;
}

.logo-enrollu img{
    max-width:170px;
    max-height: 60px;
}
.logo{
    min-width: 220px;
    min-height: 80px;
}
.body-no-scroll{
    height: 100vh;
    background-repeat: no-repeat;
    overflow: hidden;
}

.btn-accent-wl{
    background-color: var(--bg-primary-wl );
    color:var( --color-white );
}

.btn-accent-wl:hover{
    background-color: var(--bg-warning-wl );
    color:var(--bg-white);
}

.bg-dark-wl{
    background-color: var(--bg-secondary-wl );
}

.people{
    position: absolute;
    bottom: 0;
    max-width: 350px;
    z-index:1;
}
.people-1{
    left: 0;
}

.people-2{
    right: 0;
}

.card-optimized{
    border-radius:3em;
    z-index:2;
}
.width-80{
    width: 80%;
}
.width-20{
    width: 20%;
}
.text-primary-wl{
    color: var( --color-primary );
}
.text-accent-wl{
    color: var( --color-accent );
}
.text-secondary-wl{
    color: var( --color-secondary );
}
.text-fucsia-color{
    color: var( --bg-primary-wl );
}
.text-info-color{
    color: var( --color-info );
}
.btn-circle:hover{
    color: var( --color-primary );
    background-color: var( --bg-warning-wl );
}
.btn-circle{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 1em;
    color: var( --color-white );
    background-color: var( --bg-primary-wl );
}
.paginator-active{
    color: var( --color-white );
    background-color: var( --bg-primary-wl );
}
.paginator-active:hover{
    color: var( --color-white );
    background-color: var( --bg-primary-wl ); 
}

.img-card{
    width: 350px;
    margin-left: -150px;
}
.btn-secondary-wl{
    background-color: var(--bg-info-wl);
    color: white;
}
.btn-secondary-wl:hover{
    background-color: var(--bg-warning-wl);
}
.img-banner{
    width: 100%;
}
.img-profile{
    width: 100%;
    margin-top: -150px;
}
.border-rounded{
    border-radius: 15px;
}
.text-danger-wl{
    color: var(--bg-primary-wl);
}
.text-info-wl{
    color: var(--bg-info-wl);
}
.bg-content-primary{
    background-color: var(--bg-primary-wl);   
}
.bg-content-primary:hover{
    background-color: var(--bg-primary-wl); 
}
/**
*   Clases del form step
**/
.img-step{
    max-width: 100px;
}
.step-arrow{
    max-height: 20px;
}
.hide{
    display: none;
}
.show{
    display: block;
}
.link:hover{
    background-color: var(--bg-primary-wl );
    color:var( --color-white );
}
.no-expand{
    resize: none;
}
.icon-program{
    width: 5vh;
    height: 5vh;
    margin: 0px auto;
}
.logo-intitution{
    width: 100%;
}
@media (max-width: 1100px){
    .logo-client img{
        max-width:200px;
        max-height: 60px;
    }
    .logo-enrollu img{
        max-width:110px;
        max-height: 60px;
    }
    .people{
        max-width: 400px;
    }
    .img-options-home{
        max-width: 190px;
    }  
    
    .img-step{
        max-width: 80px;
    }
    .step-arrow{
        max-height: 20px;
    }
    .img-card{
        width: 250px;
        margin-left: -100px;
    }
    .img-profile{
        width: 60%;
        margin-top: 0px;
    }
    .link{
        margin-left: -50px;
    }
}
@media (max-width: 992px){
    .img-card{
        transform: rotate(23deg);
    }
}
@media (max-width: 850px) {
    .logo-client img{
        max-width:290px;
        max-height: 150px;
    }
    .logo-enrollu img{
        max-width:150px;
        max-height: 80px;
    }
    .people{
        max-width: 300px;
    }
    .img-options-home{
        max-width: 120px;
    }

    .img-step{
        max-width: 60px;
    }
    .step-arrow{
        max-height: 20px;
    }
    .img-card{
        width: 150px;
        margin-left: auto;
    }
}


@media (max-width: 600px) {
    .logo{
        min-width: 170px;
        min-height: 60px;
    }
    .logo-client img{
        max-width:210px;
        max-height: 90px;
    }
    .logo-enrollu img{
        max-width:90px;
        max-height: 60px;
    }
    .people{
        max-width: 200px;
    }
    .img-options-home{
        max-width: 170px;
        margin-top: 1em;
    }

    .img-step{
        max-width: 30px;
    }
    .step-arrow{
        max-width: 30px;
        max-height: 20px;
    }
    .img-card{
        width: 150px;
    }
    .img-profile{
        width: 60%;
    }
}
@media (max-width: 400px) {
    .logo-client img{
        max-width:120px;
        max-height: 70px;
    }
    .logo-enrollu img{
        max-width:50px;
        max-height: 50px;
    }
    .img-card{
        width: 100px;
    }
    .img-options-home{
        max-width: 120px;
        margin-top: 1em;
    }
    .img-profile{
        width: 60%;
    }
}
.card-file-upload{
    transition: 1s;
}
.card-file-upload:hover{
    background: #e71f85;
    border: solid 3px #af1c6c;
}

.spinner{
    animation: spin 4s infinite;
}
.cursor-wait{
    cursor: wait;
}


/**
* Whatsapp support
**/
.float-button {
    text-decoration: none;
    position: fixed;
    padding: 10px;
    padding-right: 15px;
    bottom: 30px;
    right: 30px;
    color: #fff;
    background-color:#25D366;
    border-radius: 25px 30px 5px 25px;
    z-index: 100;
    font-family: Arial;
    font-size: 17px;
    box-shadow: 1px 2px 5px 2px rgba(30,30,30,0.3);
    transition: all 0.3s ease;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}


@keyframes spin {
    0%,100% {
        transform: rotate(0deg) scale(1);
    }
    50%{
        transform: rotate(720deg) scale(1);
    }
}