<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&amp;display=swap');

.home-01 {
    min-height: 90vh;
    position: relative;
}

.navbar-toggler{
    color: transparent!important;
    border-color: transparent!important;
    background-color: #2d2d2d!important;
    border-radius: 4px;
}

/*Botones*/
button.btn.btn-primary, a.btn.btn-primary, button.btn.btn-primary:hover, button.btn.btn-primary:focus, a.btn.btn-primary:hover, a.btn.btn-primary:focus{
    color:white;
}

button.btn.btn-secondary, a.btn.btn-secondary, button.btn.btn-secondary:hover, button.btn.btn-secondary:focus, a.btn.btn-secondary:hover, a.btn.btn-secondary:focus{
    color:white;
}

/*TipografÃ­a*/
p{
    font-family: 'Urbanist', sans-serif;
    font-weight:400;
    margin-bottom: 1rem!important;
    line-height: initial!important;
}

h1, h2{
    font-family: 'Urbanist', sans-serif;
    font-size:45px;
    line-height:100%;
    font-weight:600!important;
}

h3{
    font-family: 'Urbanist', sans-serif;
    font-size:35px;
    line-height:100%;
    font-weight:300!important;
}

/*Responsive*/
.show-desktop{
    display:initial;}
.show-mobile{
    display:none;}

@media (max-width: 768px){
.show-desktop{
    display:none;}
.show-mobile{
    display:initial;}
}

/*Gradiente*/
div.gradiente{
    background: linear-gradient(180deg, #5718fe 0%, #70e7fd 100%);
}

div.gradiente-hor{
    background: linear-gradient(90deg, #5718fe 0%, #70e7fd 100%);
}</pre></body></html>