:root {
    --primaryColor: #0a87c8;
    --primaryColorLight: #c0dae7;
    --backgroundColor: #eeeeee;
    --gridBackground: #efeef3;
    --fontColor: #c81e0d;
}
body {
    /*background: var(--backgroundColor);*/
    background-color: #9bdfea;
}
* {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
    min-height: 100%;
    position: relative;
}

/** HEADER **/
header {
    /*background: #fff;*/
    background: #fff;
}
.header-wrapper {
    padding: 15px 15px;
}
.logo {
    text-align: center;
    /* width: 250px; */
}
.logo img {
    width: 600px;
}

.social-links {
    padding: 0 5rem;
}

.social-links a {
    font-size: 20pt;
    margin: 0 5px;
    color: var(--primaryColor);
}

.social-links a:hover {
    opacity: 0.7;
    transition: 0.3s;
}

/* Titulo padrão das paginas*/
.titleContent {
    width: 100%;
    text-transform: uppercase;
}

/* NEWSLETTER TOPO */

.newsletter-wrapper span {
    background: var(--primaryColor);
    padding: 2px 5px;
    color: #fff;
    display: inline;
    font-family: "Roboto", sans-serif;
}

.newsletter-wrapper p {
    display: inline;
    font-size: 11pt;
    font-weight: bold;
}

.newsletter-wrapper .input-form {
    margin-top: 5px;
}
.newsletter-wrapper .input-form input[type="email"] {
    background-color: var(--primaryColorLight);
    border: none;
    border-radius: none !important;
    height: 1.5rem;
    color: var(--primaryColor);
    vertical-align: middle;
}

.newsletter-wrapper .input-form input.form-control {
    border-radius: 0 !important;
}

.newsletter-wrapper .input-form button {
    background: var(--primaryColor);
    border: none;
    padding: 2px 4px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 10pt;
    margin: 0 5px;
}

.newsletter-wrapper .input-form button:hover {
    opacity: 0.7;
    transition: 0.3s;
}

/**
  NAVIGATION
  */

.navbar.navigation-wrapper {
    background-color: #c81e0d;
}
.navbar {
    padding: 0;
}

.navbar.navigation-wrapper ul li a {
    color: #fff;
    font-family: "Segoe UI", Tahoma, Geneva, sans-serif, Verdana;
    text-transform: uppercase;
}

.navbar.navigation-wrapper ul li a:hover {
    opacity: 0.7;
    transition: 0.3s;
}

/**
  CAROUSEL DE BANNERS
  */

#banner-carousel .carousel-inner {
    height: 400px;
}

/**
  MAIN
  */

.main-content {
    background-color: #fff;
    padding: 2rem 3rem;
    margin-top: 1.5rem;
}

.main-content h3 {
    color: var(--fontColor);
    font-weight: 600;
}

/**
  MAIN - Grid de Produtos
  */

.row-centered {
    justify-content: center;
}

.produtos-grid {
    padding: 15px;
    background: var(--gridBackground);
}

.produtos-grid .produto-item {
    text-align: center;
}

/* .produtos-grid .produtos-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(214px, 1fr));
    grid-gap: 15px;
  }

  .produtos-grid .produtos-list .produto-item img {
    width: 100%;
    object-fit: contain;
  } */

/**
  MAIN - Grid de Noticias
  */

.noticias-grid {
    padding-right: 4rem;
}

.noticias-video-grid {
    margin-top: 2.2rem;
}

.noticias-video-grid h3,
p {
    text-transform: uppercase;
}

.card-noticia {
    background: var(--gridBackground);
    padding: 15px;
}

.card-noticia:first-child {
    margin-right: 15px;
}

.card-noticia img {
    width: 100%;
    height: 140px;
}

.card-noticia p {
    text-align: center;
    margin-top: 15px;
    color: #000;
    font-weight: bold;
}

.card-noticia p:hover {
    opacity: 0.7;
    transition: 0.3s;
}

.card-noticia.blue {
    background: var(--primaryColor);
}

.card-noticia.blue p {
    color: #fff;
}

/**
  SERVIÇOS CONTAINER
  */

.servicos-container {
    margin-top: 15px;
}

.servicos-container .servicos-texto {
    background: var(--backgroundColor);
    color: #000;
    padding: 1.2rem;
    font-weight: bold;
}

.wp-contato {
    margin-top: 15px;
    background: var(--backgroundColor);
    padding: 0.5rem;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.wp-contato img {
    width: 50px;
    height: 50px;
    margin: 0 10px;
}

.wp-contato h3 {
    margin-bottom: 0 !important;
    margin: 0 15px;
}

/* VIDEO WRAPPER*/
.video-grid .video-wrapper {
    background: var(--backgroundColor);
    padding: 15px;
}
.video-grid .video-wrapper iframe {
    width: 100%;
    height: 300px;
}

.album-fotos {
    background: var(--backgroundColor);
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(3, 54px);
    grid-gap: 5px;
    margin-top: 20px;ftp://teleaguaigarape.com.br//site
    padding: 15px;
}
.album-fotos figure {
    height: 54px;
}
.album-fotos .foto {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.album-fotos .text-album {
    grid-column-start: 6;
    grid-column-end: 9;
    grid-row-start: 2;
    grid-row-end: 3;
    text-align: center;
    display: flex;
    align-items: center;
}

.album-fotos .text-album h3 {
    margin-bottom: 0 !important;
    margin-left: 5px;
    color: #ae3403;
}

.top-footer {
    background: #fff;
    margin-top: 15px;
}

.top-footer .row {
    padding: 5px;
}
.top-footer .facebook-action {
    margin-top: 15px;
    flex: 1;
}

.top-footer .facebook-action iframe {
    max-height: 70px;
}

.top-footer .social-links-footer {
    display: flex;
    align-items: center;
    padding: 0 2rem;
    font-size: 20pt;
}
.top-footer .social-links-footer a {
    margin: 0 5px;
    color: var(--primaryColor);
}

/*
  FOOTER
  */

body {
    display: table;
    width: 100%;
}

footer {
    background-color: var(--primaryColor);
    display: table-row;
}

footer .container {
    padding: 1.5rem 0;
}

footer p {
    color: #fff;
    font-size: 11pt;
    text-transform: none;
    line-height: 15pt;
    font-weight: 600;
}

footer .logo-siete {
    text-align: center;
}

@media all and (min-width: 480px) and (max-width: 768px) {
    footer .address,
    .copyright {
        text-align: center;
        margin: 5px 0;
    }
}

@media all and (max-width: 480px) {
    footer .address,
    .copyright {
        text-align: center;
        margin: 5px 0;
    }
}

/*
  * ================== PAGINA DE CONTATO =====================
  ============================================================
  */

.contato-form-wrapper h3 {
    margin-bottom: 35px;
    text-transform: uppercase;
}
.contato-form-wrapper form label {
    font-weight: 600;
    font-size: 11pt;
}
.contato-form-wrapper form input {
    border-color: #000;
    border-radius: 10px;
    height: 45px;
}

.contato-form-wrapper form textarea {
    border-radius: 10px !important;
    border-color: #000;
}

.contato-form-wrapper form button {
    border-radius: 10px !important;
    border-color: #000;
    padding: 10px 120px;
    color: #000;
    font-weight: 600;
    font-size: 11pt;
}

.endereco-wrapper {
    margin-top: 2.5rem;
}
.endereco-wrapper h3 {
    margin-bottom: 15px;
    text-transform: uppercase;
}
.endereco-wrapper .address {
    color: #000;
    font-weight: bold;
}

.endereco-wrapper .address p {
    text-transform: none;
}

.endereco-wrapper .mapouter {
    margin-top: 2.5rem;
}

/*
   VIDEO PAGE

  */

.videoCard {
    background: #eee;
    padding: 15px;
    margin-top: 15px;
}

.videoCard iframe {
    width: 100%;
    height: 200px;
}

.videoCard p {
    text-align: center;
    margin-top: 15px;
    color: #000;
    font-weight: bold;
}

/*
   PORTFOLIO
  */

.portflioCard {
    background: #eee;
    padding: 0 0 15px 0;
    margin-top: 15px;
    border-bottom: 10px solid #d5d5d5;
}

.portflioCard p {
    text-align: center;
    margin-top: 15px;
    color: #000;
    font-weight: bold;
}

.portflioCard .imageWrapper img {
    max-width: 100%;
}

/**
  FOTOS
  **/

.fotoCard:first-child {
    padding: 0 15px 0 0;
    margin-bottom: 15px;
}

.fotoCard {
    padding: 0 15px 0 0;
    margin-bottom: 15px;
    position: relative;
}

.fotoCard .after {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 15px);
    height: 100%;
    display: none;
    color: #fff;
}
.fotoCard:hover .after {
    display: block;
    background: rgba(0, 0, 0, 0.5);
}

.fotoCard .after .text {
    text-align: center;
    margin-top: 5px;
}
/*
   PAGINA ORçAMENTO

  */

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
}

.upload-btn-wrapper input[type="file"] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

/*
   NOTICIAS
  */

.noticiaCard {
    background: #eee;
    padding: 0 0 15px 0;
    margin-top: 15px;
    border-bottom: 10px solid #d5d5d5;
}

.noticiaCard p {
    text-align: center;
    margin-top: 15px;
    color: #000;
    font-weight: bold;
}

.noticiaCard .imageWrapper img {
    max-width: 100%;
}

.noticiaCard p:hover,
.noticiaCard img:hover {
    opacity: 0.8;
    cursor: pointer;
    transition: 0.3s;
}

/*
   NOTICIA / PRODUTO CAROUSEL

  */

.noticiaCarousel {
    width: 100%;
}
ul.lightslider {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0;
}
ul.lightslider li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor: pointer;
}
ul.lightslider img {
    display: block;
    height: auto;
    max-width: 100%;
    min-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery img {
    min-width: 100%;
    height: 157px;
}

.noticiaInfo {
    background: #eee;
    padding: 0.7rem;
}

.noticiaInfo a {
    color: var(--fontColor);
    font-weight: 600;
    text-transform: uppercase;
}

.noticiaConteudo {
    margin-top: 40px;
}

.noticiaConteudo h3 {
    text-transform: uppercase;
    margin-bottom: 30px;
}
.noticiaConteudo p {
    text-transform: none;
}

/*
   CARD CATEGORIA DE PRODUTOS
  */

.categoriaCard {
    background: #eee;
    padding: 0 0 15px 0;
    margin-top: 15px;
    border-bottom: 10px solid #d5d5d5;
}

.categoriaCard p {
    text-align: center;
    margin-top: 15px;
    color: #000;
    font-weight: bold;
}

/* .categoriaCard a {
    position: relative;
  } */
.categoriaCard .imageWrapper img {
    max-width: 100%;
    height: 273px;
}
/* .categoriaCard .imageWrapper .legenda {
    background-color: #ae3403;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: right;
    width: 100%;
  } */

/*
  * CARD DE PRODUTO
  */

.produtoCard {
    background: #eee;
    margin-top: 15px;
}

.produtoCard .infoProduto {
    padding: 10px 15px;
}

.produtoCard .linkBottom {
    width: 100%;
    text-align: right;
    background-color: #d5d5d5;
}

.produtoCard .linkBottom a {
    color: #000;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    padding: 0 5px;
}

.produtoCard .linkBottom a:hover {
    opacity: 0.7;
    transition: 0.5s;
}

.produtoCard h4 {
    color: var(--fontColor);
    font-weight: 600;
    text-transform: uppercase;
}

.produtoCard p {
    text-align: left;
    margin-top: 5px;
    color: #000;
    font-weight: 600;
    text-transform: none;
    font-size: 14px;
}

.produtoCard .imageWrapper img {
    max-width: 100%;
}

.produtoCard img:hover {
    opacity: 0.8;
    cursor: pointer;
    transition: 0.3s;
}

/*
  PAGINA EMPRESA
  */
.conteudoEmpresa {
    margin-bottom: 100px;
    margin-top: 30px;
}
.videoEmpresa iframe {
    background: #d5d5d5;
    padding: 10px;
    width: 50%;
    height: 300px;
}

.imagensEmpresa {
    width: 100%;
}
