
*{
    --primary: #304352;
    --secondary: #d7d2cc;
    --cu-one:#aa5bbb;
    --cu-two:#bf3fb1;
    --cu-three:#913fbf;

}

/*


    font-family: 'Roboto Mono', monospace;

    font-family: 'Saira', sans-serif;


*/
h1,h2,h3,h4,h5{
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select:none;
}
p{
    line-height: 2rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select:none;
}
span{
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select:none;
}
.selection{
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -khtml-user-select: auto;
    -ms-user-select:auto;
    font-size: 0.85rem;
}
.bg-transparent{
    background: transparent;
}
.bg-primary{
    background: var(--primary) !important;
    transition: all 500ms ease-in;
}
.bg-cu1{
    background: var(--cu-one);
}
.bg-cu2{
    background: var(--cu-two);
}
.bg-cu3{
    background: var(--cu-three);
}
.bg-mixed1{
    background: #9b50c4;
}
.bg-mixed2{
    background: #a561ca;
}
.bg-mixed3{
    background: #af73d0;
}
.bg-mixed4{
     background:#b984d6;
}
.bg-mixed5{
    background: #c396dc;
}
.bg-mixed6{
    background: #cda7e1;
}
.image{
    width: 60%;
}
.link{
    outline: none;
    margin-top:1.4rem;
    margin-bottom:1.4rem;
}
.link:focus{
    outline: none;
}
.fz-e{
    font-size: 1.3rem;
}
.title{
    font-family: 'Saira', sans-serif;
}
.btn-primary{
    background: var(--cu-two);
    border:none;
}
.btn-primary:hover{
    background: var(--cu-one);
}
.btn-primary:active{
    background: var(--cu-one) !important;
    border: none !important;
}
.nav-item{
    margin-left: 1rem;
}
.gradient{
    background: #ad5389;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3c1053, #ad5389);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #3c1053, #ad5389); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.gradient2{
    background: #642B73;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #C6426E, #642B73);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #C6426E, #642B73); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.cont-img{
    padding: 10%;
}
.bold{
    font-weight:bold;
}
.center{
    display:flex;
    justify-content: center;
    align-items:center;
}
#header{
    height: 100vh;
    padding-top: 5rem;
}
#servicios{
    margin-top: 5rem;
}
#servicios .service{
    text-align: center;
    padding:1rem;

}
#servicios .service i{
    font-size: 3rem;
    margin: 1rem;
}
#identidad{
    padding: 1rem;
    box-shadow: 1px 3px 15px black;
}
#ventajas p{
    margin-bottom:0.4rem;
}
#ventajas p i{
    font-size:1.5rem;
    color:var(--cu-one);
}
#productos a{
    color:white;
}
@media screen and (max-width:768px){
    #header{
        
    }
    #header h1{
        font-size: 1.7rem;
    }
    #header h2{
        font-size: 1.5rem;
    }

}
