* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;

}

/*cabeçalho*/
header {
    display: flex;
    flex-direction: row;
}

nav ul li {
    transition: 0.3s;
}

nav ul li:hover {
    color: #40aa0b;
    cursor: pointer;
}

.seta::after {
    content: "";
    display: flex;
    align-items: center;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: url(https://www.cotemig.com.br/assets/img/icons/arrow-down.svg) #2e2e2e no-repeat center center/40%;
    position: relative;
    float: right;
    margin: 5px;
    z-index: -1;
}

#menu {
    display: flex;
    background: rgba(0, 0, 0, .75);
    position: fixed;
    width: 100%;
    z-index: 2;
    height: 4em;
    color: white;
    align-items: center;
    justify-content: center;
}

#logo {
    display: flex;
    width: 170px;
    height: 40px;
    align-items: center;
    position: relative;
    right: 135%;
}

#menu ul {
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    left: 5%;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
}

li {
    padding: 0.7em 1.25em;
    font-size: .875em;
}

#peroni {
    display: flex;
    max-width: 100%;
    z-index: -1;
}

#cotezao {
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: absolute;
    margin-top: 150px;
    margin-left: 100px;
}

#cote {
    line-height: 2;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 2.4em;
}

#cote2 {
    line-height: 2;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
}

#botao {
    font-family: 'Lato', sans-serif;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    width: 340px;
    height: 45px;
    justify-content: center;
    align-items: center;
    background-color: #40aa0b;
    border-radius: 8px;
}

/*texto*/
.forte {
    font-size: 2.5em;
    color: black;
}

#teixto {
    font-family: 'Lato', sans-serif;
    color: #424242;
    padding: 1em 0.5em 0;
    font-size: 18px;
    text-align: center;
}

/*boxes1*/
#caixas {
    font-family: 'Lato', sans-serif;
    border-radius: 0.75em;
    max-width: 100%;
    display: flex;
    justify-content: space-evenly;
    display: center;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 50px;
    height: 400px;
    width: 100%;
}

.caixaxas {
    font-family: 'Lato', sans-serif;
    border-radius: 0.75em;
    max-width: fit-content;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    display: inline-block;
    width: 290px;
    align-self: flex-start;
    box-shadow: 0.5px 1px 5px rgba(0, 0, 0, 0.164);
    /*background: linear-gradient(0deg, rgba(0, 0, 0, 0.843012) 25.47%, rgba(0, 0, 0, 0.243144) 54.91%);*/
}

.caixaxas ul li {
    transition: 0.2s;
}

.caixaxas ul li:hover {
    color: #40aa0b;
    cursor: pointer;
    margin-right: -5px;
}

.setinha {
    transition: 0.2s;
    position: relative;
    right: 10px;
    display: block;
    width: 12px;
    height: 15px;
    align-self: normal;
    margin-top: 0;
    background: url(https://www.cotemig.com.br/assets/img/icons/arrow-right.svg) no-repeat center right/90%;
    float: right;
}

.hedd {
    width: 40px;
    float: left;
    border-radius: 0.75em;
    margin-right: 10px;
}

.imags {
    width: 350px;
    margin-left: -30px;
}

.caixas1 {
    display: flex;
    flex-direction: column;

}

.topico {
    position: absolute;
    margin-left: 20px;
    margin-top: -80px;
    color: white;
}

/*boxes 2*/
#caixas2 {
    font-family: 'Lato', sans-serif;
    border-radius: 0.75em;
    max-width: 100%;
    display: flex;
    justify-content: space-evenly;
    display: center;
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 60px;
    height: 330px;
    width: 100%;
}

.caixaxas2 {
    font-family: 'Lato', sans-serif;
    border-radius: 0.75em;
    width: 380px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    display: inline-block;
    text-align: center;
    transition: 0.3s;
}

.caixaxas2:hover {
    cursor: pointer;
    box-shadow: 1px 5px 7px rgba(0, 0, 0, 0.158);
    margin-top: -15px;
}

.imags2 {
    width: 380px;
}

.caixas11 {
    display: flex;
    flex-direction: column;
    margin-right: 80px;
}

.caixas11 li ::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    margin: -3px 7px 0 0;
    background: url(https://www.cotemig.com.br/assets/img/icons/unidades-endereco.svg) no-repeat center center/cover;
}

/*texto3*/
#teixto h4 {
    font-size: 20px;
    margin-top: 30px;
}

#numero {
    font-family: 'Lato', sans-serif;
    color: #40aa0b;
    font-size: 31px;
}

/*texto final*/
#teixto2 span {
    font-family: 'Lato', sans-serif;
    position: relative;
    margin-right: 60px;
    margin-top: -30px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    font-weight: 600;
    font-size: 15px;
}

#teixto2 h1 {
    font-family: 'Lato', sans-serif;
    color: #000000;
    padding: 1em 0.5em 0;
    margin-top: 30px;
    text-align: right;
    display: flex;
    justify-content: space-around;
}

.caixaxas3 {
    font-family: 'Lato', sans-serif;
    border-radius: 0.75em;
    max-width: fit-content;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 290px;
    align-self: flex-start;
    box-shadow: 0.5px 1px 5px rgba(0, 0, 0, 0.164);
}


.imags3 {
    width: 100%;
}

.topico2 {
    position: absolute;
    margin-left: 20px;
    margin-top: 200px;
    color: white;
}

.footer {
    background: #151515;
    font-family: 'Lato', sans-serif;
}

.container {
    padding: 2.5em 1em 2em;
}

.footer_links {
    margin-bottom: 2em;
    display: flex;
    justify-content: center;
}

.footer_links ul li {
    display: block;
    padding: 5px 15px;
    font-size: .875em;
    color: #bdbdbd;
    border-radius: 8px;
    margin: 5px 0;
    padding: 0 3em 0 0;
}

.footer_button {}

.footer_title {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
    color: #f5f5f5;
}

.footer_txt {
    margin: 15px 0;
    font-size: 16px;
    line-height: 26px;
    color: #9e9e9e;
}

.footer_botao {
    display: block;
    width: 100%;
    margin: 1.25em 0;
    padding: 1em;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-size: .875em;
    font-weight: 700;
    color: #fff;
    border-radius: 8px;
    background: #40aa0b;
}

.fortin {
    font-family: 'Lato', sans-serif;
    display: inline-block;
    margin-bottom: 15px;
    padding: 0 15px;
    font-size: 1.3em;
    color: #fff;
}

.container2 {
    border-top: 1px solid #2e2e2e;
    display: flex;
    justify-content: center;
}

.footer_logo {
    margin: 40px;
}

.footer__logo--logo {
    display: flex;
    align-items: start;
    justify-content: start;
}

.footer_credit {
    text-align: left;
    font-size: .75em;
    color: #fff;
}

.footer_social1 {
    padding: 1.5625em;
}

.footer_social1 ul {
    margin: 1.25em 0;
    display: flex;
}

.footer_social1 ul li {
    text-align: center;
    color: #424242;
}

.footer_social1 ul li a {
    font-size: 11px;
}

.footer_social1 ul li a::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 4em;
    border-radius: 8px;
}

.footer_social1 ul li .fb::before {
    background: url(https://www.cotemig.com.br/assets/img/icons/fb-icon.svg) #4460a0 no-repeat center center;
}

.footer_social1 ul li .insta::before {
    background: url(https://www.cotemig.com.br/assets/img/icons/insta.svg) #fff no-repeat center center;
}

.footer_social1 ul li .lin::before {
    background: url(https://www.cotemig.com.br/assets/img/icons/linkedin.svg) #007ab9 no-repeat center center;
}

.footer_social1 ul li .twi::before {
    background: url(https://www.cotemig.com.br/assets/img/icons/twitter.svg) #00aaec no-repeat center center;
}