* {
    padding: 0;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    transition: .2s;
    outline: none;
}

.main-container {
    width: 100%;
    min-height: 100%;
    position: absolute;
}

header {
    width: 100%;
    height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.nav-mobile {
    width: 100%;
    /* padding: 10px 10px 10px 0; */
}
.nav-mobile-icon {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.nav-mobile-icon span {
    font-size: 30px;
}

.header-top {
    width: 100%;
    height: 70%;
    background-color: #161647;
    display: flex;
    justify-content: center;
    align-content: center;
}

.ul-mobile-nav.closed {
    height: 0px;
}

.ul-mobile-nav.opened {
    height: 150px;
}

.zindex-full {
    z-index: 1000!important;
}

.header-top img {
    transform: scale(.8);
}

.ul-mobile {
    width: 100%;
    list-style: none;
}

.ul-segmentos li {
    margin: 3px 0;
}

.ul-mobile > li{
    margin-bottom: 10px;
    color: white;
    padding: 5px 20px;
}

.header-bottom {
    height: 60px!important;
    margin-top: 3px;
    width: 100%;
    background-color: #578113;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.header-bottom .unorder-list-desk {
    width: 45%;
    height: 100%;
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.header-bottom .unorder-list-desk li {
    cursor: pointer;
    height: 100%;
    width: 19%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}

.header-bottom .unorder-list-desk li:hover {
    background-color: rgba(255, 255, 255, 0.418);
}

.header-bottom .unorder-list-desk li a {
    color: white;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.unorder-list-desk {
    list-style-type: none;
    margin: 0;
    padding: 0;
    /* overflow: hidden; */
}

.unorder-list-desk li {
    float: left;
}

.unorder-list-desk li a, .dropbtn {
    /* display: inline-block; */
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    transition: .5s;
    display: none;
    /* overflow: hidden; */
    position: absolute;
    background-color: #f9f9f9;
    width: 250px;
    color: black;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    width: 100%;
    color: black!important;
    /* padding: 12px 16px; */
    text-decoration: none;
    display: flex;
    justify-content: start!important;
    align-items: center;
}

.dropdown-content a:hover {
    background-color: #dadada;
}

.dropdown:hover .dropdown-content {
    display: block;
}

main {
    width: 100%;
    min-height: 550px;
    /* margin-top: 170px; */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

main::after {
    content: "";
    background-image: url("../assets/papel_de_parede.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .6;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    min-height: 800px;
}

.container-circle {
    width: 410px;
    height: 350px;
}

.container-circle-top {
    margin-bottom: 4px;
}

.container-circle-bottom {
    /* width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center; */
    /* margin-left: 5px; */
}

/* .container-circle-top a img, .container-circle-bottom a img {
    box-sizing: border-box;
    transition: .3s;
    cursor: pointer;
} */

.container-imagem-pizza-escalar:hover {
    /* transform: scale(1.3); */
    z-index: 100;
}

.descricao-pizza {
    position: absolute;
    width: 110px;
    height: 110px;
    display: flex;
    flex-direction: column;
}

.descricao-pizza-titulo {
    text-decoration: underline;
    font-size: 12px;
    margin-bottom: 3px;
}

.descricao-pizza-descricao {
    font-size: 10px;
}


.descricao-pizza.top {
    position: absolute;
    /* bottom: 200px; */
}
.descricao-pizza.top.left {
    text-align: end;
    position: absolute;
    bottom: 190px;
    right: 210px;
}

.descricao-pizza.top.right {
    text-align: start;
    position: absolute;
    bottom: 190px;
    right: 80px;
}

.descricao-pizza.bottom-left {
    text-align: end;
    bottom: 60px;
    right: 210px;
}

.descricao-pizza.bottom-right {
    text-align: start;
    bottom: 60px;
    right: 80px;
}

.produtos-quimicos-industriais-row-mobile,
.produtos-quimicos-industriais-row-mobile .borda-mobile {
    background-color: #151c48;
}
.produtos-para-piscina-row-mobile,
.produtos-para-piscina-row-mobile .borda-mobile {
    background-color: #174580;
}
.produtos-de-higiene-row-mobile,
.produtos-de-higiene-row-mobile .borda-mobile {
    background-color: #3b70a2;
}
.assessoria-quimica-row-mobile,
.assessoria-quimica-row-mobile .borda-mobile {
    background-color: #00a1d7;
}

.container-segmentos-mobile {
    width: 100%;
    padding: 20px;
}

.container-segmentos-mobile .row-segmentos-mobile {
    max-width: 100%;
    min-height: 100px;
    margin: 20px 0;
    display: flex;
    box-shadow: 0px 0px 15px black;
    border-radius: 3px;
    padding: 20px;
}

.row-segmentos-mobile img {
    width: 100%;
    z-index: 1;
    transform: scale(1.5);
    /* background-color: red; */
}

.imagem-mobile-container {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.borda-mobile {
    min-height: 100px;
    width: 70%;
    height: 100%;
    background-color: #00a1d7;
    z-index: 2;
    /* box-sizing: border-box; */
}

/* .borda-mobile-left {
    padding-top: 10px;
    padding-left: 10px;
    box-sizing: border-box;
} */

.produtos-quimicos-industriais-row-mobile .imagem-mobile-container img,
.produtos-de-higiene-row-mobile .imagem-mobile-container img {
    /* margin-left: -50px; */
}

.produtos-para-piscina-row-mobile .imagem-mobile-container img,
.assessoria-quimica-row-mobile .imagem-mobile-container img {
    /* margin-right: -60px; */
}

.borda-mobile-radius-right {
    box-shadow: inset 27px 0 9px -7px rgba(0,0,0,0.4);
    border-top-left-radius: 100%;
}

.borda-mobile-radius-left {
    box-shadow: inset -27px 0 9px -7px rgba(0,0,0,0.4);
    border-top-right-radius: 100%;
}

.titulo-mobile-segmentos {
    color: white;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
    overflow: visible;
}

.descricao-mobile-segmentos {
    color: white;
    font-weight: lighter;
    margin-top: 10px;
}

.borda-mobile-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-around;
}

.borda-mobile-right p {
    text-align: end;
}
.logo-unicolor {
    width: 180px;
    margin-bottom: 90px;
}
footer {
    width: 100%;
    height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.footer-top {
    width: 100%;
    /* min-height: 85%; */
    background-color: #161647;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.footer-top .container-contato {
    height: 90%;
}

.footer-bottom {
    width: 100%;
    height: 15%;
    background-color: #578113;
}

.container-contato {
    font-weight: 200;
    color: white;
}

.container-contato div {
    margin: 10px 0px;
}

.linha-contatos {
    display: flex;
    align-items: center;
}

.linha-contatos span {
    margin: 0px 5px;
}

.iconify {
    margin: 0 7px;
}

a {
    text-decoration: none;
    color: white;
}

.icon-insta {
    right: 20px;
}

.wpp-btn-header {
    right: 70px;
}

.wpp-btn-header,
.icon-insta {
    position: absolute;
    top: 4%;
    transform: scale(2)!important;
    color: white!important;
    transition: .4s;
}

.wpp-btn-header:hover,
.icon-insta:hover {
    transform: scale(2.5)!important;
}

.mobile .main-contrainer-pizza {
    min-height: 67%;
}

.mobile .main-contrainer-pizza .container-circle{
    display: none;
}

.desk .main-contrainer-pizza .container-segmentos-mobile{
    display: none;
}

.mobile header .unorder-list-desk {
    display: none;
}

.desk header .nav-mobile {
    display: none;
}

.unorder-list-desk {
    list-style-type: none;
    margin: 0;
    padding: 0;
    /* overflow: hidden; */
}

.unorder-list-desk li {
    float: left;
}

.unorder-list-desk li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    transition: .5s;
    display: none;
    overflow: hidden;
    position: absolute;
    background-color: #f9f9f9;
    width: 250px;
    color: black;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    width: 100%;
    color: black;
    /* padding: 12px 16px; */
    text-decoration: none;
    display: flex;
    justify-content: start!important;
    align-items: center;
}

.dropdown-content a:hover {
    background-color: #dadada;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.main-container.mobile .ul-produtos-segmentos li {
    width: 100%;
    margin: 10px 0;
    padding: 10px;
    border: none;
    border-bottom: 1px solid rgb(216, 216, 216);
    list-style: none;
}

.main-container.mobile .conteudo-da-tela-esquerda {
    width: 100%;
}

.imagem-pizza {
    width: 250px;
}

.imagem-pizza:hover {
    /* transform: scale(1.2); */
    z-index: 100;
}

.ul-segmentos-desk-hover {
    /* display: inline; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
}

.logo-unicolor {
    transform: scale(1);
    width: 140px;
    height: 140px;
}

#logo-unicolor-desk {
    transform: scale(1.1);
    width: 120px;
}

.pizza-resize:hover {
    transform: scale(1.2);
    z-index: 100;
}

.div-description {
    display: flex;
    flex-direction: column;
}

a:hover {
    color: white;
}