:root{
    --purplelight: #bd8bf7;
    --font-bg-dark:#5a13ac;
}

a{
    font-family: 'Secular One', sans-serif;
    
}
p{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-align: start;
    line-height: 32px;
    color: #5a5c5a;
    font-size: 1.1625rem;
}
hr{
    border-color: #000 !important;
    border-style: dotted none none ;
    width:10%;
    border-width: 0.64rem;
    margin: auto;
    height: 50px;
    
}
.navbar-toggler-icon{
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-color: var(--purplelight);
    border-radius: 5px;
}
#inicio-portada{
    background-color: #000;
    height: 100%;
}
.marista{
    position: relative;
    margin-right: 35px;
}
.marista img{
    width: 80px;
}
.items-nav li{
    margin: 0 10px;
}

.a-item{
        position: relative;
        display: block;
        padding: 5px;
}
.a-item::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #8f5fdb, #6d2ab9, #5a13ac);
  z-index: 1;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease-in-out;
  
}
.a-item:hover::before{
    transform-origin: left;
        transform: scaleX(1);
        transition-timing-function: cubic-bezier(0.2, 1, 0.82, 0.94);
}
.navbar-brand{
    color: #bd8bf7;
    font-family: 'Karla', sans-serif;
    font-size: 25px;
}
.title{
    color: #fff;
}
.title h1{
    font-size:6vh;
    text-align: start;
    color: #6B5CA5;
}
.title h5{
    padding: 25px 0;
    font-size: 1.1rem;
    color: #FFF;
    font-weight: 400;
}
.img-shape{
    margin: 0 100px;
}
#EDF:hover{
    color: #FFF;
}
.img-shape img{
    clip-path: polygon(25% 0%, 100% 0%, 82% 100%, 0% 100%);
    width: 100%;
}
.buttons button{
    margin: 0 8px;
    font-size: 20px;
}
.title-section{
    color: #6d2ab9;
    text-align: center;
    margin: 50px 0;
}
.btn-outline-light{
    --bs-btn-hover-bg: #6d2ab9;
    --bs-btn-hover-color: #fff;
    --bs-btn-border-color: #6d2ab9;
}
.btn-outline-light:hover{
    border: #6d2ab9;
}



/* inicio-info */


#inicio-info{
    padding: 8% 10%;
    text-align: start;
}
#inicio-info h2{
    color: var(--font-bg-dark);
}

.container-img img{
    width:70.125%;
    height:70.125%;
    border-radius: 150px;
    min-width: 60%;
}
.info-web{
    margin: 35px 0;
}
.p-info{
    margin-bottom: 35px;
}


/* Presupuesto */


#presupuesto{
    padding: 4% 10%;

}

.img-presupuesto{
    width: 80%;
}

.img-presupuesto img{
    width:100%;
}
.prs{
    margin-top: 35px;
}

/* BOYS */

#boys{
    text-align: center;
    background-color: #202020;
}
#boys h2{
    color: #fff;
}

/* responsive design */
@media only screen and (max-width: 992px) {
    .img-shape{
        margin: 0 0;
        margin-top: 50px;
        max-width: 70%;
        clip-path: none;
    }
    #inicio-info{
        padding: 5% 8%;
        text-align: center;
    }
    #presupuesto h2{
        margin-bottom: 35px;
    }
    #presupuesto{
        text-align: center;
    }
    /* #img-up{
        display: none;
    }
    #img-down{
        display: block;
    } */
  }