.text {
    font-style: normal;
    position: relative;
}

.text-entrar {
    right: 3em;
    font-size: 14px;
}

.text-youtube {
    left: 0.25em;
    bottom: 0.22em;
}

.text-eventos {
   
}

.btn-success {
    display: inline-block;
    margin-left: 2em;
    height: 2.6em;
    width: 8.5em;
}

.texto-falar-com-comercial {
    white-space: nowrap;
}

.expandir:hover .text-entrar {
    transition: all 0.5s;
}

.expandir:hover .btn-success {
    transition: all 0.5s;
    margin-right: 1em;
}

.expandir:hover .arrow {
    width: 1.2rem;
    transition: all 0.1s;
}

.expandir:hover .arrowComercial {
    width: 1.63rem;
    transition: all 0.1s;
}

.arrow-comercial {
    position: relative;
    top: 0.7em;
    width: 0.6em;
}

.arrow-right {
    position: relative;
    bottom: 0.7em;
    left: 3.5em;
}

.comercial {
    height: 4.3em;
    width: 15.5em;
    margin-left: 0px;
    margin-top: 27px;
    font-size: 14px;
    font-weight: bold;
}

.youtube-button {
    display: inline-block;
    margin-top: 2em;
    margin-left: 2em;
    font-size: 0.9em;
    font-weight: bold;
    height: 4.3em;
    width: 15.5em;
    border-radius: 5px;
    border-color: white;
    border-width: 0.1em;
    background-color: white;
}

.youtube-button:hover {
    border-color: white;
    background-color: rgba(0, 0, 0, 0);
    color: white;
    transition: all 0.5s;
}

.linha-direita {
    float: left;
    margin-top: 1.4em;
    border-bottom: 1px solid;
    width: 80%;
}

.linha-esquerda {
    float: right;
    margin-top: 1.4em;
    border-bottom: 1px solid;
    width: 80%;
}

.eventos-button {
    font-size: 100%;
    font-weight: bold;
    height: 3.3em;
    border-radius: 5px;
    border: 2px solid #90deb1;
    background-color: transparent;

    padding-right: 20px;
    padding-left: 20px;
}

.eventos-button:hover {
    background-color: #41a058;
    border-color: transparent;
    color: white;
    transition: all 0.5s;
}

.inline {
    display: inline-block;
}

.botao-evento:hover {
    color: #90deb1;
    transition: all 0.5s;
}

.botao-evento > .col-2 {
    right: unset
}

.fa-youtube {
    position: relative;
    right: 0.25em;
    font-size: 1.7em;
}

.fa-user {
    position: relative;
    right: 0.8em;
}


/* Style do botão animado */

a.animated-button:link,
a.animated-button:visited {
    position: relative;
    display: block;
    margin: 30px auto 0;
    padding: 14px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: 0.08em;
    border-radius: 5px;
    border-width: 0.1em;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

a.animated-button:link:after,
a.animated-button:visited:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}

a.animated-button:link:hover,
a.animated-button:visited:hover {
    color: #fff;
    text-shadow: none;
}

a.animated-button:link:hover:after,
a.animated-button:visited:hover:after {
    height: 450%;
}

a.animated-button:link,
a.animated-button:visited {
    position: relative;
    display: block;
    margin: 30px auto 0;
    padding: 14px 15px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    border-width: 0.1em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: 0.08em;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

a.animated-button.thar-three {
    color: #fff;
    cursor: pointer;
    display: block;
    position: relative;
    border: 2px solid white;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

a.animated-button.thar-three:hover {
    color: #000 !important;
    background-color: transparent;
    text-shadow: nthree;
}

a.animated-button.thar-three:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}

a.animated-button.thar-three:before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: "";
    color: #000 !important;
    background-color: white;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.btn-success .fas {
    top: 3px;
}