@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Mandali&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css?family=Kaushan+Script&display=swap');
@import url('https://fonts.googleapis.com/css?family=Advent+Pro&display=swap');


/************************* NUEVOS **************************/
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@700&display=swap');
/***********************************************************/

body{
    margin:0;
    background:white;
    font-size:1.1em;
    line-height: 1.5;
    width: 100%;
}
html{
    box-sizing: border-box;
}

:root {
    --font-header: 'Montserrat',
    sans-serif;
    --font-sub-header:'Mandali',
    sans-serif;
    --font-iconos:'Advent Pro',
    sans-serif;
    --color-primario: rgba(19, 204, 192, 0.815); /*rgb(42, 210, 201);*/
    --color-secundario: rgb(240, 231, 140);
    --color-auxiliar: #ba68c8;
    --color-fondo-principal: rgba(2, 2, 2, 0.938);
}
/*Menu- Nav Bar*/
/*
nav {
    background: var(--color-fondo-principal);
    transition: .3s;
    padding-top:.5rem;
}
*/
nav{
    background:transparent;
    transition: .3s;
    padding-top:2rem;
}
nav.scroll {
    background: var(--color-fondo-principal);
    padding: 5px;
}
nav.scroll img {
    width: 37%;
}
nav .logo-menu img {
    width: 23%; 
}
nav ul li {
    letter-spacing: .1rem;
}
/*General*/
#contenedor{
    margin-top: -67px;
}
.header-filter {
    position: relative;
}
.header-filter:before, .header-filter:after {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
    z-index: 1;
    background: rgba(0, 0, 0, 0.4);
}
.header-filter-second {
    position: relative;
}
.header-filter-second:before, .header-filter-second:after {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
    z-index: -1;
    background: rgba(0, 0, 0, 0.473);
}
.detail-item {
    background: var(--color-primario);
    border-color: var(--color-primario);
    color: #333;
    font-size: .9rem;
    padding: .3rem .7rem;
    border-radius: 5px;
    display: none;
}
.detail-item:hover{
    background: rgba(22, 184, 173, 0.815);
    cursor: pointer;
}
/****************************** whatsapp ******************************/
.fixed-action-btn a {
    background:#25d366!important;
    color: whitesmoke;
}
.fixed-action-btn .view-large {
    display: none;
}
.fixed-action-btn .view-small{
    text-align: center;
    font-size: 2rem;
    display: inline-block;   
    border-radius: 50%;
    line-height: 50px;
    height: 50px;
    width: 50px;
}
/****************************** Galería *******************************/
.swiper-button-prev,
.swiper-button-next {
    display: none!important;
}
.swiper-container {
    width: 100%;
    height: 70vh;
    position: relative;
}
.swiper-slide {
    background-position: center;
    background-size: cover;    
    width: 100%;
    text-align: center;
}
.swiper-slide .content {
    width: 100%;
}
.swiper-align, .slide-right {
    position: relative;
}
.swiper-align .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}
.slide-right .content{
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}
.swiper-align h5 {
    color: whitesmoke;
    z-index: 3;
    font-weight: bold;
}

.swiper-align .second-h5 {
    color: var(--color-primario);
    font-weight: bold;
}
.swiper-slide h3 {
    color:var(--color-secundario);
    font-family: 'Libre Franklin', sans-serif;
    font-size:10vw;
    font-weight: bold;
}
/****************************** Mosaico *******************************/
.gallery {
    display: grid;
    grid-template-columns: auto;
    grid-auto-rows: 250px;
    padding: 10px;
    grid-gap: 15px;
    width: 100%;
}
.gallery_item {
    position: relative;
    text-align: right;
    cursor: pointer;
}
.gallery_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery_item:nth-child(1) {
    grid-row-start: span 1;
}

.gallery_title {
    width: 100%;
    font-size: 5vw;
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 20px;
    font-weight: bold;
    font-family: 'Libre Franklin', sans-serif;
}
/*********************************************/
.section-main input:not([type]), input[type=text]:not(.browser-default){
    color: white;
    font-size: 1.5rem;
}
.section-main .gifts {
    background-color: white;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.section-main .gifts .container-fluid {
    margin-bottom: 3rem;
} 
/* .section-main .gifts .parent {
    font-weight: bolder;
} */
.text-gift {
    margin-top: 5%;
}
.text-gift h2 {
    font-size: 13px;
    text-transform: uppercase;
    color: #585858;
    margin: 20px 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: 0.3s ease;
    font-weight: 600;
    letter-spacing: 1px;
}
.section-main .gifts .parent .child{    
    margin-bottom: 1rem;
    flex-grow: 4;
    align-self: center;
    border: 1px solid orange;
    
} 
.section-main .gifts .parent .child .item img {
    vertical-align:middle;
    margin: 0;
}
.section-main .gifts .parent .childs {
    display: flex;
    flex-wrap: row wrap;
    margin-top: 1rem; 
    margin-left: 7rem;
    margin-right: 7rem;
} 
/*.header-gift {
    position: relative;
}
.header-gift:before, .header-gift:after {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
    z-index: 1;
    background: rgba(230, 9, 9, 0.829);
} */
/* .section-main .page-header {
    background: url("../imagen/portada.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
}
.section-main .page-header::before {
    background: rgba(0, 0, 0, 0.699);
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    content: "";
    display: block;
} */
/*.section-main .page-header .text-secundario{
    position: relative;
    top: -16%;
}*/

/*.section-nosotros .page-header .leyenda h1 {
    color: #fff;
    position: relative;
    z-index: 1;
}*/
.section-pedidos .page-header .leyenda h1,
.section-contacto .page-header .leyenda h1 {
    color: whitesmoke;
    position: relative;
    z-index: 1;
    font-size: 4.5rem;
}
.section-main .page-header .leyenda{
    color: whitesmoke;
    position: relative;
    z-index: 1;
}
.section-main .page-header .leyenda h1 {
    color:whitesmoke;
    font-family: var(--font-header);
    font-weight: bold;
    font-size: 3.4em;
    padding-top: 100px;
    padding-bottom: 0;
}
.section-main .page-header .leyenda h3 {
    color: white;
    font-family: var(--font-sub-header);
    /*margin-top: 3vw;*/
    margin-top: 10px;
    margin-bottom: 100px;
    font-size: 1.5em;
}
.section-main .page-header .leyenda h3 b {
    color: var(--color-primario)!important;
}
.section-main .page-header .btn-group {
    position: relative;
    z-index: 2;
}

.section-main .btn-contacto a{
    border: 2px solid var(--color-primario);
    border-radius: 3px;
    color: whitesmoke;
    font-weight: 500;
    font-size: 1.1em;
    background: var(--color-primario);
    transition: all 0.8s ease;
}
.section-main .btn-contacto a:hover {
    border: 2px solid var(--color-primario);
    background: transparent;
    color: whitesmoke;
}
.section-main .btn-productos a{
    border: 2px solid whitesmoke;
    border-radius: 3px;
    color: whitesmoke;
    font-weight: 500;
    font-size: 1.1em;
    background: transparent;
    transition: all 0.5s ease;
}
.section-main .btn-productos a:hover {
    background: whitesmoke;
    color: var(--color-fondo-principal);
}
.section-main .btn-cotizar {
    border: 1px solid var(--color-primario);
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
    font-size: 1.2rem;
    background: var(--color-primario);
    transition: all 0.8s ease;
}
.section-main .btn-cotizar:hover {
    border: 1px solid var(--color-fondo-principal);
    background: var(--color-fondo-principal);
    color: #fff;
}
.section-main .text-bienvenida{
    background: var(--color-secundario);
    padding-top: 10rem;
    padding-bottom: 10rem;
    padding-left: 2rem;
    padding-right: 2rem;
    margin: 0 auto;
}
.section-main .wrap{
    color: var(--color-secundario);
}
.section-main .servicios .serv-imagen {
    background: rgba(0, 0, 0, 0.829);
}
.section-main .servicios .serv-lista{
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-primario);
}
.section-main .servicios .serv-lista .s4 img{
    width: 40%;
}
.section-main .servicios .serv-lista .s4 p {
    color: var(--color-fondo-principal);
    font-weight: 400;
}
.section-main .servicios .serv-imagen img {
    width: 60%;
    z-index: 1;
}
.section-main .servicios .serv-lista .s4{
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: transparent;
    position: relative;
    z-index: 1;
}
.section-main .productos-nuevos,
.section-pedidos .pedidos,
.section-contacto .contacto {
    padding-left:3rem;
    padding-right: 3rem;
    padding-top: 1rem;
    padding-bottom: 2rem;
    background-color: white;
}
.section-main .productos-nuevos h1,
.section-main .diseno-web h1,
.section-nosotros .quienes-somos h1,
.section-nosotros .nuestro-trabajo h1,
.section-pedidos .pedidos h1,
.section-contacto .contacto h1 {
    margin-bottom: 3rem;
    font-size: 2.7rem;
    font-weight: 400;
    color: var(--color-primario);
    z-index: 2;
    text-align: center;
}
.section-articulos .catalogo .productos {
    margin-bottom: 1rem;
    font-size: 2.7rem;
    font-weight: 400;
    color: var(--color-primario);
    z-index: 2;
    text-align: left;
}
.section-main .productos-nuevos .info-producto{
    font-weight: 600;
    font-size: 1.2em;
    border: 1px solid red;
    padding: 7px;
}
.section-main .productos-nuevos .info-producto .descripcion{
    color: var(--color-fondo-principal);
}
.section-main .diseno-web span,
.section-main .productos-nuevos span,
.section-nosotros .quienes-somos span,
.section-nosotros .nuestro-trabajo span,
.section-pedidos .pedidos span,
.section-contacto .contacto span {
    font-weight: 600;
    z-index: 1;
    font-size: 1em;
}
.section-main .servicios .serv-text{
    border: 3px solid var(--color-primario);
    text-align: center;
    padding: 3rem;
    border-radius: 10px;
}
.section-main .servicios .serv-text span {
    z-index: 9999;
    font-size: 2rem;
    color: var(--color-fondo-principal);
}
.img-producto img {
    width:200px;
    height:200px;   
    /*Scale down will take the necessary specified space that is 100px x 100px without stretching the image*/
    object-fit:scale-down;
    overflow: hidden;
    object-position: center;
    margin-top: 3rem;
}
.rating {
    color: #F68127;
}

.rating::before {
    font-family: "Font Awesome 5 Free";
    content: "\f005 \f005 \f005 \f005 \f005";
}
.section-main .indicadores{
    margin-top: 3rem;
}
.section-main .indicadores .container-fluid{
    background: url("../imagen/contador.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    z-index: 2;
    padding: 1.5rem 0;
}
.section-main .indicadores .cantidad {
    background: transparent;
    border-radius: 10px;
    padding: 1rem;
    border: .5px solid white;
    width: 200px;
    margin: 10px auto;
}
.section-main .indicadores .numero {
     color: var(--color-secundario);
     font-weight: bold;
     font-size: 4em;
}
.section-main .indicadores .pieNumero {
    color: white;
    font-weight: bold;
    font-size: 1em;
}
.section-main .indicadores .img-indicadores {
    width: 100%;
    margin-top: 1.5rem;
    margin-bottom: .5rem;
}

.section-main .diseno-web{
    background:white;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.display-large{
    display: none;
}
.display-medium{
    display:inline-block;
}
.display-large-art{
    display: none;
}
.display-medium-art{
    display:inline-block;
}
.section-main .diseno-web .web img{
    width: 85%;
    padding-top: 4rem; 
    padding-bottom: 1rem;
}

.section-main .diseno-web .beneficios-web {
    padding-top: 1rem;
}

.section-main .diseno-web .beneficios-web i{
    font-size: 3rem;
    border: 1px solid var(--color-fondo-principal);
    background: var(--color-fondo-principal);
    color: var(--color-secundario);
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
}
.section-main .diseno-web .beneficios-web p {
    text-align: center;
    font-size: .9em;
    color: var(--color-fondo-principal);
}
/*Seccion nosotros*/
.section-nosotros{
    background: url("../imagen/body-nosotros.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /*width: 100%;
    height: 100%;*/

}
.section-nosotros .page-header {
    position: relative;
    margin-top: 0rem;
    background: url("../imagen/seccion-nosotros.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /*Se centran objetos contenidos*/
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    height: 50vh;
}
.section-nosotros .page-header::before {
    background: rgba(39, 39, 39, 0.788);
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 50vh;
    left: 0;
    top: 0;
    content: "";
    display: block;
}
.section-nosotros .page-header .leyenda h6{
    color: #fff;
    margin-top: 4rem;
    line-height: 1.8rem;
}
.section-nosotros .quienes-somos .parrafo{
    color: var(--color-fondo-principal);
    font-size: 1.2rem;
    margin-bottom: 4rem;
    text-align: justify;
}
.section-nosotros .quienes-somos .parrafo img {
    width: 27%;
    margin-bottom: -1.5rem;
}
/*.section-nosotros .quienes-somos .parrafo */
.pie-icono {
    font-family: var(--font-iconos);
    font-size: 1.5rem;
    margin-top: -2rem;
}
.section-nosotros .quienes-somos .parrafo h5 {
    margin-top: 2rem;
    margin-bottom: 3rem;
}
.section-nosotros .page-header h1{
    color: white;
    font-size: 2.5em;
}
.section-nosotros .nuestro-trabajo img{
    max-width:85%;
    max-height:85%;
    border-radius: 20px;
}
/******************/
/*****************/
/*Seccion pedidos*/
.pedidos{
    position: relative;
}
.section-pedidos .page-header {
    position: relative;
    margin-top: 0rem;
    background: url("../imagen/secciones.jpg");
    background-size: cover;
    /*Se centran objetos contenidos*/
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    height: 63vh;
}
.section-pedidos .page-header::before {
    background: rgba(39, 39, 39, 0.788);
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 63vh;
    left: 0;
    top: 0;
    content: "";
    display: block;
}
.contenedor {
    margin-top: 3rem;
}
.contenedor .orden {
    display: inline-block;
    background: linear-gradient(72deg, var(--color-primario), var(--color-fondo-principal));
    color: #fff;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 50%;
    border: 1px solid var(--color-primario);
    text-align: center;
    font-size: 1.5rem;
    margin: 1rem;
}
.contenedor img {
    width: 25%;
}

/*****************************************/
/* Seccion contacto*/
.section-contacto 
    input:not([type]), input[type=text]:not(.browser-default) {
    color: black;
    font-size: 1rem;
}

.section-contacto .page-header {
    position: relative;
    margin-top: 0rem;
    background: url("../imagen/contacto.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /*Se centran objetos contenidos*/
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    height: 50vh;
}
.section-contacto .page-header::before {
    background: rgba(39, 39, 39, 0.788);
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 50vh;
    left: 0;
    top: 0;
    content: "";
    display: block;
}
.section-contacto .contacto h5{
    font-family: var(--font-iconos);
    margin-bottom: 2rem;
}
.section-contacto #formulario{
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.section-contacto button {
    margin: .5rem;
}
.section-contacto .btn-enviar {
    border: 1px solid var(--color-primario);
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
    font-size: 1.1rem;
    background: var(--color-primario);
    transition: all 0.8s ease;
}
.section-contacto .btn-enviar:hover,
.section-contacto .btn-limpiar:hover {
    border: 1px solid var(--color-fondo-principal);
    background: var(--color-fondo-principal);
    color: #fff;
}
.section-contacto .btn-limpiar{
    border: 1px solid var(--color-primario);
    background: transparent;
    color: var(--color-primario);
    border-radius: 3px;
    color: var(--color-primario);
    font-weight: 500;
    font-size: 1.1rem;
    transition: all 0.8s ease;
}

.center-vertical{
    /*height: 70vh;
    display: table;*/
    text-align: center;
}
.center-vertical .grupo {
    /*display: table-cell;*/
    vertical-align: middle;
    border-right: 1px solid var(--color-secundario);
}
.center-vertical .grupo img{
    margin-top: -3rem;
    width: 500px;
    height: auto;
}
.center-vertical .grupo h5 {
    margin-top: 1rem;
}
.section-contacto .label-contacto {
    padding-bottom: 3rem;
}
/********************************************************/
/* Seccion Servicios */
.section-serigrafia .page-header {
    position: relative;
    margin-top: 0rem;
    background: url("../imagen/servicios.jpg");
    background-size: cover;
    /*Se centran objetos contenidos*/
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    height: 63vh;
}

.section-serigrafia .page-header::before {
    background: rgba(39, 39, 39, 0.788);
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 63vh;
    left: 0;
    top: 0;
    content: "";
    display: block;
}
/* Seccion Articulos -Catalogo */
.section-articulos .catalogo{
    background: white;
    padding:  1rem ;
}
.section-articulos {
    width: 100%;
}
.section-articulos .page-header-default{
    background: url("../imagen/secciones.jpg");
}
.section-articulos .page-header-1{
    background: url("../imagen/portadas-articulos/1.jpg");
}
.section-articulos .page-header-2{
    background: url("../imagen/portadas-articulos/2.jpg");
}
.section-articulos .page-header-3{
    background: url("../imagen/portadas-articulos/3.jpg");
}
.section-articulos .page-header-4{
    background: url("../imagen/portadas-articulos/4.jpg");
}
.section-articulos .page-header-5{
    background: url("../imagen/portadas-articulos/5.jpg");
}
.section-articulos .page-header-6{
    background: url("../imagen/portadas-articulos/6.jpg");
}
.section-articulos .page-header-7{
    background: url("../imagen/portadas-articulos/7.jpg");
}
.section-articulos .page-header-8{
    background: url("../imagen/portadas-articulos/8.jpg");
}
.section-articulos .page-header-9{
    background: url("../imagen/portadas-articulos/9.jpg");
}
.section-articulos .page-header-10{
    background: url("../imagen/portadas-articulos/10.jpg");
}
.section-articulos .page-header-11{
    background: url("../imagen/portadas-articulos/11.jpg");
}
.section-articulos .page-header-12{
    background: url("../imagen/portadas-articulos/12.jpg");
}
.section-articulos .page-header-13{
    background: url("../imagen/portadas-articulos/13.jpg");
}
.section-articulos .page-header-14{
    background: url("../imagen/portadas-articulos/14.jpg");
}
.section-articulos .page-header-15{
    background: url("../imagen/portadas-articulos/15.jpg");
}
.section-articulos .page-header-16{
    background: url("../imagen/portadas-articulos/16.jpg");
}
.section-articulos .page-header-17{
    background: url("../imagen/portadas-articulos/17.jpg");
}
.section-articulos .page-header-18{
    background: url("../imagen/portadas-articulos/18.jpg");
}
.section-articulos .page-header-19{
    background: url("../imagen/portadas-articulos/19.jpg");
}
.section-articulos .page-header-20{
    background: url("../imagen/portadas-articulos/20.jpg");
}
.section-articulos .page-header-21{
    background: url("../imagen/portadas-articulos/21.jpg");
}
.section-articulos .page-header-22{
    background: url("../imagen/portadas-articulos/22.jpg");
}
.section-articulos .page-header-23{
    background: url("../imagen/portadas-articulos/23.jpg");
}
.section-articulos .page-header-24{
    background: url("../imagen/portadas-articulos/24.jpg");
}
.section-articulos .page-header-25{
    background: url("../imagen/portadas-articulos/25.jpg");
}
.section-articulos .page-header-26{
    background: url("../imagen/portadas-articulos/26.jpg");
}
.section-articulos .page-header-29{
    background: url("../imagen/portadas-articulos/29.jpg");
}
.section-articulos .page-header-30{
    background: url("../imagen/portadas-articulos/30.jpg");
}
.section-articulos .page-header-31{
    background: url("../imagen/portadas-articulos/31.jpg");
}
.section-articulos .page-header-32{
    background: url("../imagen/portadas-articulos/32.jpg");
}
.section-articulos .page-header-33{
    background: url("../imagen/portadas-articulos/33.jpg");
}
.section-articulos .page-header-35{
    background: url("../imagen/portadas-articulos/35.jpg");
}
.section-articulos .page-header-36{
    background: url("../imagen/portadas-articulos/36.jpg");
}
.section-articulos .page-header {
    position: relative;
    margin-top: 0rem;
    background-size: cover;
    background-position: center center;
    /*Se centran objetos contenidos*/
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    height: 50vh;
    width: 100%;
}
.section-articulos .page-header::before {
    background: rgba(39, 39, 39, 0.788);
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 50vh;
    left: 0;
    top: 0;
    content: "";
    display: block;
}
.section-articulos .page-header .leyenda h1  {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 4.5rem;
}
.section-articulos h5{
    font-size:2rem;
}
.section-articulos .opcion{
    list-style:none;
    border-bottom: 1px solid #f4f4f4;
    width: 90%;
}
.section-articulos .cat-name{
    font-size:1rem;
    text-decoration: none;
    color: #333;
    margin-left: 1rem;
    width: 100%;
}
.section-articulos .productos{
    /*padding-left: 3rem;
    padding-top: 2rem;*/
    border-right: 1px solid var(--color-secundario);
}
select {
    display: inline-block;
}
.section-articulos .productos-mobile {
    padding: 1.5rem;
    margin-bottom:1rem;
}
.section-articulos .productos-mobile h5 {
    font-size: 2.1rem;
    font-weight: 400;
    color: var(--color-primario);
}

.section-articulos .productos-busqueda{
    padding-top: 2rem;
    z-index: 1;
}
.section-articulos .productos-busqueda .nom-item {
    font-weight: 600;
    font-size: 1rem;
}
.section-articulos .productos-busqueda .desc-item {
    z-index: 1;
    font-size: .9rem;
}
.section-articulos .productos-busqueda .card-producto:hover {
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
/*Footer*/
.footer-copyright {
    background: rgba(39, 39, 39, 0.89)!important;
    color: #fff;
    margin: 0 auto;
}
.page-footer {
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.678);
}
.page-footer .container-fluid {
    width: 100%;
    background: url("../imagen/footer.png");
    background-size: cover; /*containt*/
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 2;
}
.page-footer .content i { 
    font-size: 2rem;
    border: 1px solid var(--color-fondo-principal);
    background: var(--color-fondo-principal);
    color: var(--color-secundario);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
}
.page-footer .text-footer {
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
    z-index: 2;
}

.page-footer .contacto{
    padding-top: .2rem;
    padding-bottom: .7rem;
    z-index: 2;
}
.page-footer img{
    max-width: 10%;
    margin-left: 1rem;
}
.page-footer span {
    font-size: 1.1rem;
}
/*Sidebar*/
.sidenav .img-logo img{
    width:100%;
    height:auto;
    display:block;
    margin-top: 1.5rem!important;
    margin-bottom: .2rem !important;
}
.sidenav-footer {
    margin-top: 50px;
}
.sidenav-footer .social-icons .s3 a i {
    margin-top: 100px;
}
.sidenav li{
    padding-top: 1.5rem;
    padding-bottom: .5rem;
}
.sidenav .fas,
.sidenav .fab {
    font-size: 2rem;
    color: var(--color-primario);
}

.sidenav .fas .fa-home {
    text-align: center;
}

.sidenav {
    background-color: rgba(2, 2, 2, 0.986) !important;
}

.sidenav li a {
    color: var(--color-primario);
}

.sidenav .img-sidebar {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important;
}

/*********************************/
/*Estilo de galeria de servicios*/
[data-background-image-src] {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.h-100 {
    min-height: 60vh;
}
.has-static-overlay {
    position: relative;
}
.d-block img {
    width: 100px;
    margin: 0 auto;
}
.static-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.637);
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-galeria{
    margin-top: 1.5rem;
    display: inline-block;
    border-radius: 10px;
    font-size: 1.3em;
}

/************************************************************/
/************* Clases promink *************/
.btn-small-promink{
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 15px;
}
.btn-medium-promink {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    padding-top: .8rem;
    padding-bottom: .8rem;
}
.btn-black-white {
    background-color: transparent;
    border: 2px solid rgb(0, 0, 0);
    color: #333 !important;
    transition: all 0.8s ease;
}

.btn-black-white:hover {
    background-color: var(--color-fondo-principal);
    border: 2px solid rgb(0, 0, 0);
    color: #fff !important;
}

.text-derecha{
    text-align: right;
}

.text-izquierda{
    text-align: left;
}

.text-centro{
    text-align: center;
}

#formulario #nombre,
#formulario #apellidos{
    text-transform: uppercase;
}
div#loading .modal-content label{
    color: whitesmoke;
    font-size: 1.1rem;
}
div#loading.modal.open {
    opacity: 0.2;
    top: 40% !important;
    width: 30% !important;
    background-color: #37373b00 !important;
    height: 30%;
    border: none!important;
    box-shadow: none!important;
  }

.modal-detail {
    width: 90%;
    height: 90%;
    max-height: 90%;
}
.detail-name {
    font-weight: bolder;
    font-size: 30px;
}
.search-modal {
    top: 40%!important;
    max-width: 100%!important;
}
.detail-description {
    text-align: justify;
    margin-bottom: 30px;
}
.detail-cotizar {
    text-align: right;
}
.btn-cotizar {
    background-color: crimson;
    border: 1px solid crimson;
    border-radius: 3px!important;
    padding: 10px 50px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
}

.slickChilds {
    height: 30rem;
}

.slickChilds .slick-slide {
    margin-top: 5px!important;
    width: 116px!important;
}

.slickChilds .slick-list {
    height: 30rem!important;
    padding: 20px 0px!important;
}

.slickChilds .slick-current {
    border: 1px solid #333;
}

.sliderMains {
    top: 40px!important;
    position: relative;
}

.sliderMains .slick-list {
    width: 351px!important;
}

.slickChilds .slick-current {
    border: 1px solid #333;
}

.detail-clave span,
.detail-description span {
    font-weight: bold;
}
.search-modal input{
    color: black!important;
}
.ver{
    display: inline-block;
}
.no-ver{
    display: none;
}
.error{
    color: rgb(216, 3, 3);
}
.exitoso{
    color: rgb(3, 216, 85);
}
.btn-show {
    background-color: #333!important;
    border: 1px solid #333!important;
    border-radius: 3px!important;
    padding: 5px;
    color: #fff;
    width: 40%!important;
    height: 40px;
    cursor: pointer;
    font-size: 13px;
}
.btn-close-detail {
    background-color: #333!important;
    border: 1px solid #333!important;
    border-radius: 3px!important;
    padding: 10px 50px;
    color: #fff;
    width: 40%!important;
    height: 40px;
    cursor: pointer;
    font-size: 13px;
}
/*Zoom para imagenes de articulos*/
/*.zoomBIn:hover{
    transform: scale(1.2);
  }

.zoomBOut {
    overflow: hidden;
    position: relative;
}
.zoomBIn {
    transition-duration: 1s;
    transition-timing-function: ease;
} */

/*********************************************/
/* Media Queries */
@media (min-width: 601px) {
    .display-large-art{
        display:inline-block;
    }
    .display-medium-art{
        display:none;
    }
}
@media (min-width: 760px) {
    .fixed-action-btn .view-large {
        display: inline-block;
        border-radius: 60px;
        max-width: 270px;
        text-transform: none;
        line-height: 44px;
        font-size: 1rem; 
    }
    .fixed-action-btn .view-small{
        display: none;
    }
    .section-main .indicadores .img-indicadores {
        width: 70%;
    }
    .page-footer img{
        max-width: 5%;
        margin-left: 1rem;
    }
    .swiper-slide h3 {
        font-size:6vw;
        z-index: 3;
    }
    .slide-right h3{
        position: absolute;
        margin: 0;
        top: 50%;
        left: 40%;
        -ms-transform: translateY(-60%);
        transform: translateY(-60%);
    }
    .swiper-align .content {
        position: absolute;
        top: 50%;
        left: 45%;
        -ms-transform: translate(-45%, -50%);
        transform: translate(-45%, -50%);
        z-index: 3;
    }
    .swiper-button-prev,
    .swiper-button-next {
        display: inline-block!important;
    }
}
@media (min-width: 845px) {
    .fixed-action-btn .view-large {
        display: inline-block;
        border-radius: 60px;
        max-width: 270px;
        text-transform: none;
        line-height: 44px;
        font-size: 1rem; 
    }
    .fixed-action-btn .view-small{
        display: none;
    }
    .section-main .page-header .leyenda h1 {
        margin: 0 auto;
        font-size: 4.6em;
        padding-top: 150px;
        padding-bottom: 0;
    }

    .section-main .page-header .leyenda h3 {
        color: white;
        font-family: var(--font-sub-header);
        margin-top: 30px;
        font-size: 1.7em;
    }
}
@media (min-width: 850px){
    .section-main .indicadores img {
        width: 80%;
        margin-top: 1.5rem;
        margin-bottom: .5rem;
    }
}
@media (min-width: 993px){
    .section-main .indicadores img {
        width: 100%;
        margin-top: 2rem;
        margin-bottom: .2rem;
    }
    .section-main .indicadores .cantidad {
        width: 200px;
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .display-large{
        display:inline-block;
    }
    .display-medium{
        display:none;
    }
    .section-main .diseno-web .beneficios-web p {
        text-align: center;
        font-size: .9em;
        color: var(--color-fondo-principal);
    }
    .section-main .diseno-web .beneficios-web p {
        text-align: center;
        font-size: .84em;
        color: var(--color-fondo-principal);
    }
}
@media (max-width: 510px){
    
    .section-main .page-header .leyenda h1 {
        margin: 0 auto;
        font-size: 2.9em;
        padding-top: 150px;
        padding-bottom: 0;
    }
}
@media (max-width: 441px){
    .section-main .page-header .leyenda h1 {
        /*color: yellow;*/
        margin: 0 auto;
        font-size: 2.2em;
        padding-top: 120px;
        padding-bottom: 0;
    }
    .section-articulos .productos-mobile {
        padding: 2rem;
    }
    .section-articulos .productos-mobile h5 {
        font-size: 1.9rem;
    }
}

/*****************************************************/
@media (min-width: 500px) {
    .gallery {
        grid-template-columns: repeat(2, 1fr);
        padding: 10px;
    }
    .gallery_item {
        text-align: center;
    }
    .gallery_item:nth-child(1) {
        grid-row-start: span 2;
    }
    .gallery_title {
        padding: 10px;
    }
}
@media (min-width: 800px) {
    .gallery {
        grid-template-columns: repeat(3, 1fr);
        padding: 15px;
    }
    .gallery_item:nth-child(1) {
        grid-row-start: span 2;
    }
    .gallery_title {
        font-size: 3vw;
        padding: 10px;
    }
}
@media (min-width: 1000px) {
    .gallery {
        grid-template-columns: repeat(7, 1fr);
        padding: 15px;
    }
    .gallery_item:nth-child(1) {
        grid-column-start: span 3;
        text-align: center;
    }
    .gallery_title {
        font-size: 2vw;
        padding: 10px;
    }
    .gallery_item:nth-child(2) {
        grid-column-start: span 4;
    }
    .gallery_item:nth-child(3) {
        grid-column-start: span 2;
        text-align: center;
    } 
    .gallery_item:nth-child(4) {
        grid-column-start: span 2;
    } 
    .gallery_item {
        text-align: right;
    }
    .section-main .indicadores .img-indicadores {
        width: 50%;
    }
    .page-footer img{
        max-width: 3%;
        margin-left: 1rem;
    }
    .swiper-slide h3 {
        font-size:4.7vw;
    }
    .slide-right h3{
        position: absolute;
        margin: 0;
        top: 50%;
        left: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
