/********************/
/*      FONTES      */
/********************/
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Regular'), local('Roboto-Regular'), url(../../fonts/roboto/Roboto-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(../../fonts/roboto/Roboto-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../../fonts/open-sans/OpenSans-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../../fonts/open-sans/OpenSans-Bold.ttf) format('truetype');
}

/********************/
/*      PÁGINA      */
/********************/
body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #2e2b31;
    background: rgb(255, 255, 255);
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

.no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.image-cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.text-indented {
    text-indent: 50px;
    text-align: justify;
}

/************************/
/*        FORMS         */
/************************/
.btn-catpcha {
    font-size: 28px;
    line-height: 35px;
    height: 35px;
    margin: 0;
    border-radius: 0;
    padding: 0 5px;
    vertical-align: top;
}

.input-field div.error {
    position: absolute;
    margin-top: -15px;
    font-size: 0.8rem;
    color: #F44336;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.file-field div.error {
    padding: 0;
    margin: 5px 0 0 -31px;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: none;
}

/***********************/
/*        MENU         */
/***********************/
nav {
    background-color: #e6e7e9;
}

nav .menu-items {
    text-align: center;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
}

.select-wrapper {
    height: 100%;

}

.select-wrapper input.select-dropdown {
    display: inline-block;
}

/* Tira a cor do autocomplete */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
}

.banner p {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, .8);
    z-index: 9;
    padding: 10px;
    margin: -1px;
    line-height: 20px;
    font-size: 20px;
}

nav .menu-items a {
    color: #303030;
    padding: 0 30px;
    font-size: 16px;
}

nav .dropdown-content li > a, .dropdown-content li > span {
    font-size: 16px;
    display: block;
    line-height: 22px;
    padding: 14px 16px;
}

nav .brand-logo {
    height: 50px;
    line-height: 50px;
    font-size: 50px;
    padding-left: 50px;
}

nav .brand-logo img {
    max-height: 36px;
}

nav .nav-wrapper {
    height: 50px;
    line-height: 50px;
    background-color: #d2d3d5;
}

nav .nav-logo {
    line-height: 0;
    padding: 20px 0 30px 0;
    position: relative;
    text-align: center;
}

nav .nav-logo img {
    max-height: 150px;
}

nav {
    height: 200px;;
}

header {
    z-index: 997;
}

main {
    padding-top: 15px;
}

@media only screen and (min-width: 601px) {
    .navbar-initial {
        height: 250px;
    }

    .navbar-fixed {
        height: 250px;
    }
}

.page-footer {
    padding: 20px;
    background-color: #97989a;
    color: #fff;
}

.footer-logo-sul-ovos,
.footer-endereco,
.footer-logo-sif,
.footer-logo-itcode {
    display: inline-block;
    vertical-align: middle;
    float: none !important;
}

.footer-logo-sul-ovos img,
.footer-logo-itcode img {
    max-width: 100%;
    max-height: 80px;
}

/***********************/
/*       BANNER        */
/***********************/
.banner-container .card-content,
.limitar-texto-1,
.limitar-texto-2,
.limitar-texto-3,
.limitar-texto-4,
.limitar-texto-5 {
    padding: 0;
    line-height: 0;
}

.banner-container p {
    padding: 20px;
    font-size: 16px;
    line-height: 0;
}

.banner-container .card-image .card-title {
    width: 100%;
    background: white;
    color: #303030;
    padding: 15px;
    line-height: 18px;
    font-size: 18px;
}

.social-icons-container {
    text-align: center;
    padding: 30px;
}

.social-icon {
    height: 50px;
    width: 50px;
    border-radius: 25px;
    color: #fff;
    position: relative;
    display: inline-block;
    font-size: 26px;
    margin: 2px;
    -webkit-transition: ease all 0.2s;
    -moz-transition: ease all 0.2s;
    -ms-transition: ease all 0.2s;
    -o-transition: ease all 0.2s;
    transition: ease all 0.2s;
}

.social-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.informacoes-contato p {
    padding: 10px 5px;
    vertical-align: middle;
    display: inline-block;
}

.informacoes-contato i {
    display: inline-block;
    vertical-align: middle;
    float: none !important;
}

.card .card-content .card-title {
    line-height: 24px;
    margin-bottom: 10px;
}

.social-icon,
.btn-dark {
    background-color: #2e2b31;
}

.social-icon:hover,
.btn-dark:hover {
    background-color: #6e6e6e;
}

.social-icon:focus,
.btn-dark:focus {
    background-color: #17151A;
}

.card-produto .card-content {
    padding: 0px 24px 48px 24px;
    border-radius: 0 0 2px 2px;
}

.card-produto .card-content a {
    background-color: rgb(226, 122, 26);
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.card-produto .card-image {
    height: 160px;
}

.card-produto .card-image img {
    max-width: 100%;
    max-height: 100% !important;
    margin: auto;
    width: initial !important;
}

.card-produto .card-content {
    height: 160px;
}

.imagens-produto {
    overflow: hidden;
}

.limitar-texto-4 {
    -webkit-line-clamp: 4;
}

.limitar-texto-5 {
    -webkit-line-clamp: 5;
}

.image-cover {
    object-fit: cover;
    height: 300px;
    display: inline-flex;
}

.imagens-produto img {
    max-width: 100%;
    max-height: 100% !important;
    margin: auto;
    width: initial !important;
}

.imagens-produto-nav img {
    max-width: 100%;
    max-height: 80px !important;
    margin: auto;
    width: initial !important;
}

.imagens-produto-nav .slick-slide {
    height: 80px;
    display: inline-flex !important;
}

.imagens-produto a {
    display: inline-flex;
    height: 100%;
    width: 100%;
}

.imagens-produto .slick-slide {
    height: 300px;
}

.produto-codigo {
    color: #a2a2a2;
}

.contato-sucesso {
    text-align: center;
    color: #4CAF50;
    padding: 15px !important;
    margin-bottom: 10px;
    background: rgb(219, 239, 220);
}

.contato-erro {
    text-align: center;
    color: #F44336;
    padding: 15px !important;
    margin-bottom: 10px;
    background: rgb(253, 217, 214);
}

.line-clamp {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.browser-not-supported {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 9999;
    text-align: center;
}

.browser-not-supported ul.browser-default {
    display: inline-block;
    margin: 0;
}

/* RESPONSIVO */
@media screen and (max-width:830px){
    .mapa-sulovos{width: 300px !important;height: 300px !important;}
}
