@charset "UTF-8";
:root {
  --bg-body: #f1f1f1;
  --color-titulo: #383838;
  --color-texto: #262626;
}

.custom-container {
  max-width: 1336px;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 992px) {
  .custom-container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .custom-container {
    max-width: 100%;
  }
}

/* ====  AUTOR  ====

 nnnnnn  vvv  vvv 
nnn  nnn vvv  vvv 
nnn  nnn vvv  vvv 
888  nnn  vvvvvv  
nnn  nnn   vvvv 

Pagina web Diseñada y Desarrollada por:
nv | diseño gráfico

Website: http://www.nvdg.com.ar/
Email: nv.clientes@gmail.com
Facebook: https://www.facebook.com/nv.dg.face/
Twitter: https://twitter.com/nvgrafico/
Instagram: https://www.instagram.com/nv.dg/
Linkedin: https://www.linkedin.com/company/nv-dg/
Pinterest: www.pinterest.com/nvgrafico/
Google+: https://www.google.com/+NvdgArNv/
............................*/
.footer {
  color: var(--footer-tx-color);
  padding-top: 32px;
  background-color: var(--footer-bg-color);
  /*.container > .row > div { //borde blanco
        border-right: 2px solid nth($color-web, 1);
        &:last-of-type,
        &:first-of-type {
            border-right: none;
        }
    }*/
  position: relative;
  z-index: 99;
  box-shadow: 0px -4px 8px 0px #00000063;
}

.footer a {
  color: var(--footer-tx-color) !important;
}

.footer a:hover {
  text-decoration: none;
  opacity: .7;
}

.footer a i {
  font-size: 24px;
  top: 4px;
  position: relative;
}

.footer h4 {
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  color: var(--footer-tx-color);
  text-transform: uppercase;
  margin-bottom: 16px;
}

.footer h4:after {
  content: "";
  display: block;
  width: 32px;
  margin-top: 12px;
  border-top: 2px solid #ffffff;
  opacity: .2;
}

@media screen and (max-width: 576px) {
  .footer h4:after {
    width: 100%;
  }
}

.footer h4 button {
  background: transparent;
  border: unset;
  margin: 0;
  padding: 0;
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  color: var(--footer-tx-color);
  text-transform: uppercase;
  margin-bottom: o;
}

@media screen and (max-width: 576px) {
  .footer h4 button {
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
  }
}

.footer h4 button i {
  display: none;
}

@media screen and (max-width: 576px) {
  .footer h4 button .fa-plus {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .footer h4 button .fa-minus {
    display: block;
  }
}

@media screen and (max-width: 576px) {
  .footer h4 button.collapsed .fa-plus {
    display: block;
  }
}

@media screen and (max-width: 576px) {
  .footer h4 button.collapsed .fa-minus {
    display: none;
  }
}

.footer .logo .logo-footer {
  width: 100%;
  padding: 8px;
}

.footer .logo .logo-footer img {
  width: 100%;
  max-width: 143px;
}

@media screen and (max-width: 768px) {
  .footer .logo .logo-footer img {
    margin: auto;
    display: block;
  }
}

.footer .menu .footer-menu {
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  width: fit-content;
}

.footer .menu .footer-menu .f-menu {
  display: block;
  margin: 10px 0;
}

.footer .bloke-contactos .contacto_footer {
  display: grid;
  margin: 0 0 8px 0;
  padding: 0;
  color: #ffffff;
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
}

.footer .bloke-contactos .contacto_footer span {
  color: #ffffff;
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
}

.footer .bloke-contactos .contacto_footer a {
  margin: 0;
}

.footer .redes .redes-sociales, .footer .menu .redes-sociales {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 16px 8px;
  justify-content: start;
  align-items: center;
  /*@media screen and (max-width: 992px) {
                max-width: 90%;
            }
            @media screen and (max-width: 768px) {
                max-width: 100%;
            }
            @media screen and (max-width: 576px) {
                max-width: 100%;
            }*/
}

.footer .redes .redes-sociales a, .footer .menu .redes-sociales a {
  margin: 0 !important;
}

.footer .redes .redes-sociales a i::before, .footer .menu .redes-sociales a i::before {
  color: #ffffff !important;
  font-size: 2rem;
  opacity: .5;
}

.footer .redes .redes-sociales a .twitter-logo, .footer .menu .redes-sociales a .twitter-logo {
  width: 32px;
  fill: #ffffff !important;
  opacity: .5;
}

.footer .redes .redes-sociales a:hover i::before, .footer .menu .redes-sociales a:hover i::before {
  color: var(--web-color-logo-30) !important;
}

.footer .redes .redes-sociales a:hover .twitter-logo, .footer .menu .redes-sociales a:hover .twitter-logo {
  fill: var(--web-color-logo-30) !important;
}

.footer .datos-fiscales .logo-data-fiscal {
  width: 40px;
}

.footer .bloke-medios-pago {
  border-left: 2px solid #ffffff29;
}

@media screen and (max-width: 992px) {
  .footer .bloke-medios-pago {
    border-left: none !important;
  }
}

.footer .bloke-medios-pago .medios-pago {
  margin: 16px 0px;
  max-width: 272px;
}

.footer .bloke-medios-pago .medios-pago .img-card {
  padding: 2px;
}

.footer .bloke-medios-pago .medios-pago .img-card img {
  width: 100%;
  filter: grayscale(0%);
}

.footer .bloke-medios-pago .medios-pago .img-card img:hover {
  filter: grayscale(70%);
}

@media screen and (max-width: 768px) {
  .footer .bloke-medios-pago .medios-pago .img-card img {
    filter: grayscale(0%);
  }
}

.footer a {
  margin: 16px 0;
  display: block;
}

.footer a img {
  width: 84px;
}

.footer .legales {
  color: var(--footer-tx-color);
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  font-size: 0.75rem;
  margin: 80px 0 8px 0;
  text-align: center;
}

.footer .footer-firma {
  background-color: #191A1A;
  min-height: 48px;
  text-align: center;
  color: #ffffff;
  padding: 8px 0 8px 0;
}

.footer .footer-firma a {
  color: #ffffff !important;
  margin: 0;
  display: inline-block;
}

.footer .footer-firma a:hover {
  opacity: .7;
  text-decoration: none;
}

.footer .footer-firma .nv {
  width: 28px;
  margin: 0 14px;
  vertical-align: middle;
}

.footer .footer-firma .adm {
  width: 112px;
  margin: 0 14px;
  vertical-align: middle;
  top: -2px;
  position: relative;
}

@media screen and (max-width: 992px) {
  .footer .container > .row > div {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 768px) {
  .footer .container > .row > div {
    border-right: none;
  }
}

@media screen and (max-width: 768px) {
  .footer .logo-footer {
    width: 50%;
    margin: 16px auto;
  }
}

@media screen and (max-width: 768px) {
  .footer .sucursal,
  .footer .menu,
  .footer .bloke-contactos,
  .footer .redes,
  .footer .bloke-medios-pago,
  .footer .datos-fiscales {
    margin: 8px auto;
  }
}

@media screen and (max-width: 768px) {
  .footer .redes-sociales a {
    margin: 0 14px !important;
  }
}

@media screen and (max-width: 768px) {
  .footer .datos-fiscales .medios-pago img {
    margin: 8px auto;
    position: relative;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .footer .datos-fiscales a {
    display: block;
    width: fit-content;
    margin: 40px auto;
  }
}

/*ul {
        list-style: none;
        padding: 0;
        li {
            a {
                @include font(2, normal, normal, 18px);
                color: var(--footer-tx-color) !important;
            }
            &:first-child {
                @include font(2, normal, normal, 18px);
                color: var(--footer-tx-color) !important;
            }
        }
    }
    .footer-menu {
        @include font(2, normal, normal, 18px);
        width: fit-content;
        margin: nth($height, 1) auto nth($height, 5) auto;
    }
    .logo-footer {
        max-width: 316px;
        img {
            width: 100%;
            max-width: 200px;
            margin: auto;
            display: flex;
            @media screen and (max-width: 768px) {
                margin: auto;
                display: block;
            }
        }
    }
    .contenedor-redes {
        .redes-footer {
            list-style: none;
            display: inline-flex;
            li {
                position: relative;
            }
        }
    }
    .titulo {
        color: var(--footer-tx-color);
        @include font(2, normal, normal, 18px);
    }
    .sucursal {
        .contacto {
            margin: 0 0 nth($height, 2) 0;
            padding: 0;
            color: var(--footer-tx-color);
            background-color: transparent !important;
            @include font(3, normal, normal, 14px);
            &:first-line {
                color: var(--footer-tx-color);
                @include font(3, normal, normal, 16px);
            }
            a {
                margin: 0;
            }
            .redes-sociales {
                text-align: left;
                @media screen and (max-width: 768px) {
                    text-align: center;
                }
                a {
                    margin:0 nth($width, 8) 0 0;
                    i {
                        padding: 8px 0;
                        &::before {
                            color: var(--footer-tx-color) !important;
                            font-size: rem(32px);
                        }
                    }
                    &:hover {
                        i {
                            &::before {
                                color: var(--footer-tx-color) !important;
                                opacity: .7;
                            }
                        }
                    }
                }
            }
        }
        .telefonos { 
            word-spacing: 1000px;
        }
    }
    .bloke-pagos-data {
        margin-top: nth($height, 4);
        padding-top: nth($height, 4);
    }
    .datos-fiscales { 
        h4 {
            @include font(2, normal, normal, 18px);
            color: var(--footer-tx-color) !important;
            text-transform: unset !important;
        }
        .medios-pago {
            margin-top: nth($height, 2);
            @media (max-width: 1100px) {
                margin-right: unset !important;
                margin-bottom: nth($height, 2);
            }
            .col-3 {
                padding-right: 0px;
                margin-bottom: 12px;
                img {
                    border-radius: 4px;
                    width: 100%;
                }
            }
        }
    }*/
