html {
  scroll-behavior: smooth;
}

section {
   overflow: hidden;
   overscroll-behavior: none;
   font-family: 'Poppins';
}

input:focus, button:focus, select:focus, textarea:focus {
    outline: none;
}

.meio {
	margin: auto;
}

.wppvoa {
    display: flex;
    background: #25d366;
    color: #fff;
    text-decoration: none;
    text-align: center;
    width: fit-content;
    padding: 10px;
    border-radius: 5px;
    position: fixed;
    z-index: 999999999;
    bottom: 20px;
    left: 20px;
    animation: 1.5s ease 0s infinite normal none running pisca;
}

.wppvoa:hover {
    text-decoration: none;
    color: #fff;
}

.wppvoa:hover i {
    transform: rotate(360deg);
}

.wppvoa i {
    font-size: 25px;
    margin: 0 5px;
    transition: .5s;
}

@keyframes pisca{
    0% {
        -webkit-transform:scale(0.9);
        -ms-transform:scale(0.9);
        transform:scale(0.9);
        }
    70% {
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        transform:scale(1);
        box-shadow:0 0 0 25px #ffff0000;
        }
    100%{
        -webkit-transform:scale(0.9);
        -ms-transform:scale(0.9);
        transform:scale(0.9);
        box-shadow:0 0 0 0 #ffff0000;
    }
}

.header {
    padding: 10px;
    border-top: 5px solid #397CC6;
}

.header .col-md-12 {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    background: #fff;
}

.header a.logo {
    display: block;
}

.header a.logo img {
    max-width: 180px;
    width: 100%;
}

.header .menu nav {
    display: flex;
    gap: 1rem;
}

.header .menu nav a {
    color: #002884;
    text-decoration: none;
    padding: 5px 10px;
    transition: .2s;
}

.menu nav a.active {
    text-decoration: none;
    border-bottom: 2px solid #0079C1;
    padding: 9px 0;
}

.menu nav a:hover {
    border-bottom: 2px solid #0079C1;
    padding: 9px 0;
}

.header a.whats {
    display: flex;
    gap: 5px;
    background: #F8A61F;
    color: #fff !important;
    font-weight: 600;
    text-decoration: none;
    align-items: center;
    text-align: center;
    width: fit-content;
    padding: 10px;
    border-radius: 5px;
    transition: .2s;
}

.header a.whats:hover {
    transform: scale(1.1);
    background: #109f45;
}

.header a.whats i {
    font-size: 20px;
}

.header .botao {
    display: flex;
    gap: 10px;
}

.header .botao a{
    background: #004892;
    color: #fff;
    padding: 5px 30px;
    border-radius: 5px;
    font-weight: bold;
    display: flex;
    gap: 5px;
    align-items: center;
    text-decoration: none;
}

.header .botao a i {
    background: #7AC626;
    display: flex;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}

.header .botao a.vazada {
    background: transparent;
    border: 2px solid #004892;
    color: #004892;
    text-decoration: none;
}

.header .botao a.vazada i {
    color: #fff;
}

.header .infos {
    display: flex;
    gap: .5rem;
}

.header .cada {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header .cada .texto {
    border-right: 1px solid #ddd;
    padding: 0 10px 0 0;
}

.header .cada .texto span {
    color: #0079C1;
    font-weight: 500;
    display: block;
    font-size: 14px;
}

.header .cada .texto a {
    display: block;
    color: #000;
    font-weight: bold;
}

.header .cada a.verde {
    display: block;
    width: fit-content;
    border-radius: 30px;
    background: #78B52E;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    transition: .2s;
}

.header .cada a.verde:hover {
    transform: scale(1.05);
    text-decoration: none;
}

.header .cada a.verde img {
    margin: 0 10px;
    width: 25px;
}

#demo .carousel-control-next, #demo .carousel-control-prev {
        position: absolute;
    top: 45%;
    margin: 0 20px;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    color: #fff;
    text-align: center;
    background: #7ac626;
    height: 40px;
    opacity: 1;
    transition: opacity .15s ease;
    border-radius: 50%;
}

.infobanner {
    min-height: 522px;
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
    background: silver;
}

.infobanner .afasta {
    transform: translate(-3rem, 0px);
}

.infobanner.banner1 {
    background-image: url(../img/banner-home.webp);
    background-size: cover;
    background-repeat: no-repeat; 
}

.infobanner.banner2 {
    background-image: url(../img/banner-inicio-02.webp);
    background-size: cover;
    background-repeat: no-repeat; 
}

.infobanner h1 {
    font-size: 30px;
    font-weight: 700;
}

.infobanner h1 b {
    border-bottom: 2px solid #78B52E;
}

.infobanner p {
    color: #fff;
}

.infobanner a.chamada {
    background: #7AC626;
    color: #fff;
    font-weight: 600;
    border: 2px solid #7AC626;
    text-decoration: none;
    width: fit-content;
    padding: 5px 30px;
    display: block;
    margin: 20px 0;
    border-radius: 45px;
    transition: .2s;
}

.infobanner a.chamada i {
    transition: .2s;
}

.infobanner a.chamada:hover {
    transform: scale(1.05);
    text-decoration: none;
} 

.infobanner a.chamada:hover {
    color: #fff;
    text-decoration: none;
}

.menu {
    padding: 0;
    background: #EBF4FF;
}

.menu nav {
    display: flex;
    justify-content: space-evenly;
}

.menu nav a {
    text-decoration: none;
    color: #0079C1;
    padding: 10px 0;
}



.welcome {
    padding: 4rem 0;
    text-align: center;
    background-image: url("../img/banner-welcome.webp");
    background-repeat: no-repeat;
    background-size: 100% 55%;
    background-position: bottom;
    position: relative;
}

.welcome img.fundo {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    max-width: 580px;
}

.welcome img {
    margin-bottom: 10px;
    width: 100%;
}

.welcome h4 {
    color: #397CC6;
    margin: 0;
}

.welcome h2 {
    color: #397CC6;
    font-weight: 700;
    margin-bottom: 30px;
}

.welcome h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.welcome p {
    color: #fff;
}

.welcome a {
        display: block;
    width: 40%;
    padding: 15px 0px;
    border-radius: 30px;
    background: #78B52E;
    margin: 10px auto;
    color: #fff;
    transition: .2s;
    text-decoration: none;
}

.welcome a:hover {
    text-decoration: none;
    color: #fff;
    transform: scale(1.05);
}

.escolha {
    padding: 4rem 0;
    background-image: url('../img/foto-escolha.webp');
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: left center;
    text-align: center;
}

.escolha h2 {
    color: #397CC6;
    font-weight: 700;
    margin-bottom: 20px;
}

.escolha h3 {
    color: #78B52E;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 16px;
}

.escolha img {
    margin: 0 0 10px;
}

.escolha .botoes {
        display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
}

.escolha a {
    display: block;
    width: fit-content;
    padding: 8px 30px;
    border-radius: 40px;
    color: #fff;
    background: #397CC6;
    text-decoration: none;
    transition: .2s;
}

.escolha a.verde {
    background: #78B52E;
}

.escolha a:hover {
    transform: scale(1.05);
    text-decoration: none;
    color: #fff;
}

.custon {
        padding: 6rem 0;
    background-color: #EBF4FF;
    background-image: url('../img/estrela.svg');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 42%;
}

.custon h2 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #397CC6;
}

.custon span {
    display: block;
    color: #397CC6;
    font-weight: 700;
    margin-bottom: 10px;
}

.custon img {
        max-width: 575px;
    transform: translate(-80px, -30px);
}


.custon a {
        display: block;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 30px;
    background: #78B52E;
    margin: 10px 0;
    color: #fff;
    transition: .2s;
    text-decoration: none;
}

.custon a:hover {
    color: #fff;
    text-decoration: none;
    transform: scale(1.05);
}


.depoimentos {
        padding: 4rem 0;
    min-height: 660px;
    display: flex;
    background: url('../img/banner-depoimentos.webp');
    background-repeat: no-repeat;
    background-size: cover;
    align-items: flex-end;
    margin: -110px 0 0;
}

.depoimentos .caixa {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    /*border: 2px solid #397CC6;*/
    position: relative;
}

.depoimentos .caixa img.aspas {
    position: absolute;
    top: -30px;
    left: 20px;
    transform: rotate(180deg);
}

.depoimentos .caixa img.aspas.revert {
    position: absolute;
    top: initial;
    left: initial;
    bottom: -30px;
    right: 20px;
    transform: rotate(00deg);
}

.depoimentos h2 {
    text-align: center;
    font-weight: 700;
    color: #357bcb;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid silver;
    padding: 10px 0;
}

.depoimentos h3 {
    font-weight: 700;
    color: #357bcb;
    margin-bottom: 10px;
}

.depoimentos .cada {
        display: flex;
    gap: 1rem;
    align-items: center;
    width: 90%;
    margin: auto;
}

.depoimentos .cada img {
    max-width: 200px;
    width: 100%;
}

.depoimentos .carousel-inner {
    position: relative;
    width: 90%;
    overflow: hidden;
    margin: auto;
}

.depoimentos .carousel-control-next, .depoimentos .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2%;
    color: #357bcb;
    text-align: center;
    opacity: 1;
    transition: opacity .15s ease;
}

.depoimentos .carousel-control-next:hover, .depoimentos .carousel-control-prev:hover {
    opacity: 1;
    color: #357bcb;
}

.depoimentos .carousel-control-next:focus, .depoimentos .carousel-control-prev:focus {
    opacity: 1;
}

.depoimentos .carousel-control-next i, .depoimentos .carousel-control-prev i{
    font-size: 30px;
}

.rodape {
    padding: 4rem 0;
    background: url('../img/banner-welcome.webp');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.rodape .superior {
    display: flex;
    gap: 30px 0;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 20px;
    border-bottom: 1px solid #fff;
    margin-bottom: 25px;
    flex-direction: column;
}

.rodape .superior h4 b{
    border-bottom: 2px solid #78B52E;
    line-height: 22px;
}

.rodape a {
    text-decoration: none;
    color: #fff;
}

.rodape a:hover {
    color: #fff;
}

.rodape .cont {
        display: flex;
    justify-content: center;
}

.rodape .cont .cada {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 15px 0;
}

.rodape .cont .cada span {
    display: block;
    font-weight: 700;
}

.rodape .cont .cada i {
    font-size: 30px;
}

.rodape .cont .cada img {
    width: 30px;
}

.rodape .inferior nav {
        display: flex;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 440px;
    justify-content: space-evenly;
    margin: auto;
}

.rodape ul.redes {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 1rem;
}

.rodape ul.redes li a {
    font-size: 25px;
    display: block;
    transition: .4s;
}

.rodape ul.redes li a:hover {
    transform: rotate(360deg);
    color: #78B52E;
}

.rodape nav a {
    display: block;
    width: fit-content;
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    transition: .2s;
}

.rodape nav a:hover {
    text-decoration: none;
    color: #fff;
    gap: 20px;
}

.rodape nav a b {
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    display: block;
    height: 18px;
    width: 12px;
    background: #78B52E;
}

.rodape a.verde {
        display: block;
    width: fit-content;
    border-radius: 30px;
    background: #78B52E;
    color: #fff;
    text-align: center;
    margin: 10px auto;
    padding: 10px 10px;
    transition: .2s;
}

.rodape a.verde:hover{
    transform: scale(1.05);
    text-decoration: none;

}

.rodape a.verde img {
        margin: 0 10px;
    width: 25px;
}

.wecan {
    background: #316DAF;
    color: #fff;
}

.wecan p {
    padding: 10px 0;
    margin: 0;
    text-align: center;
}

.wecan a {
    font-family: 'Libre Franklin';
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: 1s;
}

.wecan a:hover {
    box-shadow: inset 70px 0 0 black;
    color: white;
    text-decoration: none;
}

.wecan a span {
    font-family: 'Poppins';
    color: gold;
    font-size: 20px;
    line-height: 0px;
}

.apresenta {
    padding: 4rem 0;
    background-color: gray;
    min-height: 250px;
    display: flex;
    align-items: center;
    color: #fff;
    text-align: center;
}

.apresenta.about{
    background-size: cover;
    background-image: url('../img/banner-about-us.webp');
    background-repeat: no-repeat;
}

.apresenta.residential{
    background-size: cover;
    background-image: url('../img/banner-residential.webp');
    background-repeat: no-repeat;
}

.apresenta.commercial{
    background-size: cover;
    background-image: url('../img/banner-commercial.webp');
    background-repeat: no-repeat;
}

.apresenta.locations{
    background-size: cover;
    background-image: url('../img/banner-locations.webp');
    background-repeat: no-repeat;
}

.apresenta.contact {
    background-size: cover;
    background-image: url('../img/banner-contact.webp');
    background-repeat: no-repeat;
}

.apresenta h1 {
    font-weight: 700;
}

.aboutus {
    padding: 4rem 0;
    background-image: url('../img/photo-about.webp');
    background-size: 45%;
    background-position: center right;
    background-repeat: no-repeat;
}

.aboutus h2 {
    color: #397CC6;
    font-weight: 700;
}

.residencial {
    padding: 4rem 0;
    background-image: url('../img/photo-residential.webp');
    background-repeat: no-repeat;
    background-size: 45% 100% ;
}

.residencial h2 {
        color: #397CC6;
    font-weight: 700;
}

.residencial ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.residencial ul li {
    margin-bottom: 15px;
}

.residencial ul li i {
    color: #397CC6;
}

.residencial a {
        display: block;
    width: fit-content;
    padding: 8px 30px;
    border-radius: 40px;
    color: #fff;
    background: #78B52E;
    text-decoration: none;
    margin: 20px 0;
    transition: .2s;
}

.residencial a:hover {
    transform: scale(1.05);
    text-decoration: none;
    color: #fff;
}

.tipo {
    padding: 4rem 0 0;
    text-align: center;
    position: relative;
}

.tipo h3{
        color: #397CC6;
    font-weight: 700;
    text-align: center;
    font-size: 34px;
    margin-bottom: 50px;
}

.tipo h2{
        color: #397CC6;
    font-weight: 700;
}

.tipo .grade {
    display: flex;
    flex-wrap: wrap;
}

.tipo .grade .caixa {
    width: 50%;
    padding: 5rem;
}

.tipo .grade .caixa.cor {
    background: #EBF4FF;
}

.tipo a {
        display: block;
    width: fit-content;
    padding: 8px 30px;
    border-radius: 40px;
    color: #fff;
    background: #78B52E;
    text-decoration: none;
    margin: 20px auto;
    transition: .2s;
    position: absolute;
    right: 0;
    left: 0;
    top: 55%;
}

.tipo a:hover {
    text-decoration: none;
    transform: scale(1.05);
    color: #fff;
}

.comercial {
    padding: 4rem 0;
    background-image: url('../img/photo-commercial.webp');
    background-repeat: no-repeat;
    background-size: 45% 100% ;
}

.comercial h2 {
        color: #397CC6;
    font-weight: 700;
}

.comercial ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.comercial ul li {
    margin-bottom: 15px;
}

.comercial ul li i {
    color: #397CC6;
}

.comercial a {
        display: block;
    width: fit-content;
    padding: 8px 30px;
    border-radius: 40px;
    color: #fff;
    background: #78B52E;
    text-decoration: none;
    margin: 20px 0;
    transition: .2s;
}

.comercial a:hover {
    transform: scale(1.05);
    text-decoration: none;
    color: #fff;
}

.comercial2 {
    padding: 4rem 0;
    background-image: url('../img/photo-elevador.webp');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 45% 80% ;
}

.comercial2 h2 {
        color: #397CC6;
    font-weight: 700;
    text-align: center;
    margin-bottom: 80px;
}

.comercial2 h3 {
        color: #397CC6;
    font-weight: 700;
}

.comercial2 h3:after {
    content:'';
    display: block;
    width: 200px;
    height: 3px;
    background: #78B52E;
    margin: 10px 0 30px;
}

.comercial2 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.comercial2 ul li {
    margin-bottom: 15px;
}

.comercial2 ul li i {
    color: #397CC6;
}

.comercial2 a {
        display: block;
    width: fit-content;
    padding: 8px 30px;
    border-radius: 40px;
    color: #fff;
    background: #78B52E;
    text-decoration: none;
    margin: 20px 0;
    transition: .2s;
}

.comercial2 a:hover {
    transform: scale(1.05);
    text-decoration: none;
    color: #fff;
}

.mapa {
    padding: 4rem 0;
}

.mapa .col-md-6 {
    align-self: center;
}

.mapa img {
    display: block;
    margin: auto;
    width: 80%;
}

.mapa .caixa {
    padding: 2rem;
    border-radius: 20px;
    background: #EBF4FF;
}

.mapa h2 {
        color: #397CC6;
    font-weight: 700;
}

.formulario {
    padding: 4rem 0;
    position: relative;
}

.formulario:after {
    content: '';
    position: absolute;
    display: block;
    background: #EBF4FF;
    width: 100%;
    height: 40%;
    z-index: -1;
    bottom: 0;
    right: 0;
    left: 0;
}

.formulario h2 {
    color: #397CC6;
    margin-bottom: 50px;
    text-align: center;
    font-size: 36px;
}

.formulario .caixa {
    padding: 2rem;
    border-radius: 20px;
    border: 1px solid silver;
    background-color: #fff;
}

.formulario .caixa img {
    display: block;
    margin: 10px auto 40px;
}

.formulario .caixa input {
    padding: 10px;
    display: block;
    width: 100%;
    border: none;
    border-radius: 5px;
    margin: 5px 0;
    background: #EBF4FF;
}

.formulario .caixa input:focus {
    outline: none;
}

.formulario .caixa textarea {
    padding: 10px;
    display: block;
    width: 100%;
    border: none;
    border-radius: 5px;
    margin: 5px 0;
    background: #EBF4FF;
}

.formulario .caixa textarea:focus {
    outline: none;
}

.formulario .caixa button {
        display: block;
    width: fit-content;
    border-radius: 30px;
    background: #78B52E;
    color: #fff;
    text-align: center;
    margin: 20px auto 0;
    padding: 10px 30px;
    border: none;
    transition: .2s;
}

.formulario .caixa button:focus {
    outline: none;
}

.formulario .caixa button:hover {
    transform: scale(1.05);
    text-decoration: none;
    color: #fff;
}

.contato{
    padding: 4rem 0;
    position: relative;
}

.contato:after {
    content: '';
    position: absolute;
    display: block;
    background: #EBF4FF;
    width: 100%;
    height: 40%;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
}

.contato .infos {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 50px;
}

.contato .infos .cada {
    display: flex;
    gap: 10px;
    align-items: center;
}

.contato .infos .cada span {
    display: block;
    color: #0079C1;
    font-weight: 700;
}

.contato .infos .cada a{
    text-decoration: none;
    color: #000;
    font-size: 20px;
}

.contato .caixa {
    padding: 2rem;
    border-radius: 20px;
    border: 1px solid silver;
    background-color: #fff;
}

.contato .caixa img {
    display: block;
    margin: 10px auto 40px;
}

.contato .caixa input {
    padding: 10px;
    display: block;
    width: 100%;
    border: none;
    border-radius: 5px;
    margin: 5px 0;
    background: #EBF4FF;
}

.contato .caixa input:focus {
    outline: none;
}

.contato .caixa textarea {
    padding: 10px;
    display: block;
    width: 100%;
    border: none;
    border-radius: 5px;
    margin: 5px 0;
    background: #EBF4FF;
}

.contato .caixa textarea:focus {
    outline: none;
}

.contato .caixa button {
        display: block;
    width: fit-content;
    border-radius: 30px;
    background: #78B52E;
    color: #fff;
    text-align: center;
    margin: 20px auto 0;
    padding: 10px 30px;
    border: none;
    transition: .2s;
}

.contato .caixa button:focus {
    outline: none;
}

.contato .caixa button:hover {
    transform: scale(1.05);
    text-decoration: none;
    color: #fff;
}

.contato .foto {
    background-color: silver;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-image: url('../img/photo-contact.webp');
    background-size: cover;
    background-repeat: no-repeat;
}

.loc {
    padding: 0px !important;
}

#request .modal-dialog {
    max-width: 750px;
    margin: 1.75rem auto;
}

#request .modal-body {
    padding: 0rem;

}

#request .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 20px;
    outline: 0;
}

#request .caixa {
    padding: 2rem 3rem;
}

#request .caixa .topo {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}

#request .caixa .topo .info {
    display: flex;
    gap: 10px;
    align-items: center;
}

#request .caixa .topo img.logo {
        max-width: 220px;
    width: 100%;
    padding: 0 20px;
    border-right: 1px solid silver;
    display: block;
}

#request .caixa .topo .info span {
    color: #0079C1;
    font-weight: 500;
    display: block;
    font-size: 14px;
}

#request .caixa .topo .info a {
        display: block;
    color: #000;
    font-weight: bold;
    font-size: 20px;
}

#request .caixa .titulo {
    margin: 20px auto;
    text-align: center;
    display: block;
    width: 70%;
}

#request .caixa .titulo h2 {
    font-weight: bold;
}

#request .caixa form input, #request .caixa form textarea {
        padding: 10px;
    display: block;
    width: 100%;
    border: none;
    border-radius: 5px;
    margin: 5px 0;
    background: #EBF4FF;
}

#request .caixa form button {
        display: block;
    width: fit-content;
    border-radius: 30px;
    background: #78B52E;
    color: #fff;
    text-align: center;
    margin: 20px auto 0;
    padding: 10px 30px;
    border: none;
    transition: .2s;
}

#request .caixa form button:hover {
    transform: scale(1.05);   
}

.control {
        position: fixed;
    z-index: 99;
    right: 0;
    top: 40%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 10px 0 0 10px;
    box-shadow: 0 4px 4px #00000035;
}

.control a {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #397CC6;
    padding: 10px;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    min-height: 85px;
    justify-content: center;
    transition: .2s;
    text-align: center;
}

.control a.verde {
    background: #78B52E;
}

.control a:hover {
    text-decoration: none;
    color: #fff;
    filter: brightness(1.2);
}

.control .cada img {
        width: 45px;
    margin-bottom: 5px;
}