@charset "UTF-8";

/* CSS Document */


/*Author: Malcolm cordova @malcolmcordova mercadocreativo@gmail.com www.malcolmcordova.com*/

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.clear {
    clear: both;
    visibility: hidden;
    margin: 0px;
    padding: 0px;
    height: 0;
}

 :root {
    --azul: #7db9e8;
    --azul2: #0071bc;
    --morado1: #2e3192;
    --morado2: #1b1464;
}

body,
html {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif !important;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300 !important;
    font-size: 40px !important;
}

h1 {
    text-align: center;
    color: #fff;
}

a {
    text-decoration: none;
    color: #333;
}

.item {
    background-color: rgba(0, 0, 0, 0.0);
    line-height: 4;
    padding: 0 1em;
    margin: 1.5em;
    color: #000;
    position: relative;
    display: block;
    margin: 15% auto 0 auto;
    font-family: 'HelveticaNeueLTPro-Th' !important;
}

.item::before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #333;
    position: absolute;
    bottom: 20px;
    transition: all .3s;
}

.item:hover::before {
    width: 100%;
}

.uno::before {
    left: 0;
}

.dos::before {
    right: 0;
}

.tres::before {
    left: 50%;
}

.tres:hover::before {
    left: 0%;
}

.item2 {
    background-color: rgba(0, 0, 0, .3);
    line-height: 4;
    padding: 0 2em;
    margin: 1.5em;
    color: #fff;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .6);
}

.item2::before,
.item2::after {
    content: "";
    position: absolute;
    left: 0;
    background: #fff;
    transition: all .3s;
}

.item2::before {
    bottom: 0;
    width: 0%;
    height: 3px;
    box-shadow: 0 0 #fff;
}

.item2:hover::before {
    width: 100%;
}

.item2::after {
    top: 0;
    width: 3px;
    height: 0%;
}

.item2:hover::after {
    height: 100%;
}

.containerbt {
    display: flex;
    justify-content: space-between;
    padding-top: 2em;
    flex-direction: column;
}

.navegador p {
    text-align: center;
    font-size: 12px;
    font-family: 'HelveticaNeueLTPro-Th' !important;
}