/***********mobile primero**************************/

html{
    font-family: 'Open Sans', sans-serif;
}


h1{
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--blanco);
    margin-bottom: 1rem;
}

h2{
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--claro);
    font-weight: 700;
    margin-bottom: 1.6rem;
}

h3{
    font-size: 2rem;
    font-weight: 300;
    color: var(--oscuro);
    margin-bottom: 1.6rem;
    text-align: center;
}


h4{
    font-size: 1.4rem;
    font-weight: 300;
    margin: 1.2rem 0;
}


header{
    width: 100%;
    background-color: var(--purpura);
    position: sticky;
    z-index: 10000;
    top: 0;
    padding-top: .2rem;
    padding-bottom: .2rem;
    
    
}

.ancla:before {
      display: block;
      content: " ";
      margin-top: -20px;
      height: 80px;
      visibility: hidden;
}

.contenido{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.logo{
    margin-left: .5rem;
    height: 60px;
    padding: .4rem;
}


menu{
    position: fixed;
    top: 0;
    left: 0;
    margin: 70px 0 0 0;
    width: 100%;
    height: auto;
    background-color: #4747B2;
}

menu{
    margin-left: -100vw;
    transition: margin 200ms ease-out;
    transition-delay: 200ms;
}

menu ul li{
    list-style: none;
    border-bottom: rgba(255, 255, 255, .25) solid 1px;
    transition: all 200ms ease;
    width: 90%;    
}

menu ul li a{
    padding: .8rem .8rem;
    display: block;
    text-decoration: none;
    color: var(--claro);
    transition: all 200ms ease;    
}

menu ul li:nth-last-child(1){
    display: inline;
    border-bottom: unset;
}

menu ul li a:focus{
    /*background-color: var(--rosa);*/
    transition: all 250ms ease;
}

.botonMenu{
    width: auto;
    padding: 0.2em;
    margin-right: .5rem;
    margin-top: .6rem;
    cursor: pointer;
    transition: all 250ms ease; 
    width: 50px;
}

.botonMenu:focus{
    background-color: rgba(0, 0, 0, .25);
    transition: all 200ms ease-in;
}

.botonMenu:focus + menu{
    margin-left: 0px;
    transition: all 250ms ease;
}

.imgBuscar{
    height: 25px;
    /* margin-top: -10px; */
    margin-bottom: -5px;
}

.sociales{
    position: fixed;
    background-color: #1E1E47;
    right: 0;
    height: auto;
    width: 40px;
    padding: 5px 0 0 5px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-top: 40vh;
    margin-bottom: auto;
    z-index: 1000;
    box-shadow: 0px 10px 13px -7px rgba(0, 0, 0, .35);
}

.sociales img{
    width: 30px;
    padding: 0px 0;
}

.slider{ 
    overflow: hidden;
}

.separadorCreamos{
    padding: 2em 1em 2em 1em;
    background-image: url("../img/separador-creamos.jpg");
    background-attachment: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-blend-mode: multiply;
    background-color: var(--rosa); */
    display: flex;
    flex-direction: column;
    align-content: center;
    height: auto;
}


.separadorSomos{
    padding: 2em 1em 2em 1em;
    background-color: #1E1E47;
    /* background-image: url("../img/separador-somos.jpg"); */
    background-attachment: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.botonVerMas{
    background-color: var(--purpura);
    padding: .8rem 1.6rem;
    border-radius: 50px;
    border: solid #6666FF;
    color: var(--blanco);
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 1.4rem;
    width: 220px;
    margin: 2rem auto 0 auto;
    font-weight: 300;
    box-shadow: 0px 10px 13px -7px rgba(0, 0, 0, .85);
    transition: all 180ms ease-in;
    transition-delay: 60ms;
}

.parrafoClaroWhats{
    color: #6666FF;
    font-weight: 600;
}

.botonVerMas:focus{
    transform: scale(1.2);
    transition: all 120ms ease-out;
    box-shadow: rgba(0, 0, 0, .55) 0px 20px 20px;
}

.main{
    width: 100%;  
}

.contenedor{
    width: 100%;
    max-width: 1200px;
    margin: 0rem auto;
    padding: 2em 1rem;
}


.diseno, .fotografia, .impresion{
    background-color: var(--fondo);
}

.diseno p,
.sistemas p,
.fotografia p,
.multimedia p,
.impresion p
{
    line-height: 1.8rem;
    padding: 0rem 0rem;
}

.diseno, .sistemas, .fotografia, .multimedia, .impresion{
    padding: 1rem 0rem;
}



.imgDiseno{
    background-image: url("../img/servicio-diseno.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    margin: 1.5rem auto;
    box-shadow: 0px 10px 13px -7px rgba(0, 0, 0, .35);
    border-radius: 10px;
}


.imgSistemas{
    background-image: url("../img/servicio-sistemas.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    margin: 1.5rem auto;
    box-shadow: 0px 10px 13px -7px rgba(0, 0, 0, .35);
    border-radius: 10px;
}

.imgFotografia{
    background-image: url("../img/servicio-fotografia.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    margin: 1.5rem auto;
    box-shadow: 0px 10px 13px -7px rgba(0, 0, 0, .35);
    border-radius: 10px;
}

.imgMultimedia{
    background-image: url("../img/servicio-multimedia.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    margin: 1.5rem auto;
    box-shadow: 0px 10px 13px -7px rgba(0, 0, 0, .35);
    border-radius: 10px;
}


.imgImpresion{
    background-image: url("../img/servicio-impresion.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    margin: 1.5rem auto;
    box-shadow: 0px 10px 13px -7px rgba(0, 0, 0, .35);
    border-radius: 10px;
}



.adrian{
    background-image: url('/img/empleados/adrian.jpg');
    background-position: center;
    background-size: cover;
    width: 120px;
    height: 120px !important;
    border-radius: 200px;
    margin-bottom: 2rem;
    border: #6666FF solid 2px;
    box-shadow: rgb(19, 2, 36) 0px 10px 10px;
}

.priscila{
    background-image: url('/img/empleados/pris.jpg');
    background-position: center;
    background-size: cover;
    width: 120px;
    height: 120px !important;
    border-radius: 200px;
    margin-bottom: 2rem;
    border: #6666FF solid 2px;
    box-shadow: rgb(19, 2, 36) 0px 10px 10px;
}

.brenda{
    background-image: url('/img/empleados/brenda.jpg');
    background-position: center;
    background-size: cover;
    width: 120px;
    height: 120px !important;
    border-radius: 200px;
    margin-bottom: 2rem;
    border: #6666FF solid 2px;
    box-shadow: rgb(19, 2, 36) 0px 10px 10px;
}

.yunezca{
    background-image: url('/img/empleados/ana-lilia.jpg');
    background-position: center;
    background-size: cover;
    width: 120px;
    height: 120px !important;
    border-radius: 200px;
    margin-bottom: 2rem;
    border: #6666FF solid 2px;
    box-shadow: rgb(19, 2, 36) 0px 10px 10px;
}


.victor{
    background-image: url('/img/empleados/victor.jpg');
    background-position: center;
    background-size: cover;
    width: 120px;
    height: 120px !important;
    border-radius: 200px;
    margin-bottom: 2rem;
    border: #6666FF solid 2px;
    box-shadow: rgb(19, 2, 36) 0px 10px 10px;
}

.javier{
    background-image: url('/img/empleados/javi.jpg');
    background-position: center;
    background-size: cover;
    width: 120px;
    height: 120px !important;
    border-radius: 200px;
    margin-bottom: 2rem;
    border: #6666FF solid 2px;
    box-shadow: rgb(19, 2, 36) 0px 10px 10px;
}

.jhon{
    background-image: url('/img/empleados/jhon.jpg');
    background-position: center;
    background-size: cover;
    width: 120px;
    height: 120px !important;
    border-radius: 200px;
    margin-bottom: 2rem;
    border: #6666FF solid 2px;
    box-shadow: rgb(19, 2, 36) 0px 10px 10px;
    position: relative;
}


.jhon::before{
    content: url('/img/empleados/venezuela.png');
    display: block;
    position: absolute;
    right: 0;
    bottom: -30px;
}


.carlos{
    background-image: url('/img/empleados/luis-alberto.jpg');
    background-position: center;
    background-size: cover;
    width: 120px;
    height: 120px !important;
    border-radius: 200px;
    margin-bottom: 2rem;
    border: #6666FF solid 2px;
    box-shadow: rgb(19, 2, 36) 0px 10px 10px;
}

.horacio{
    background-image: url('/img/empleados/horacio.jpg');
    background-position: center;
    background-size: cover;
    width: 120px;
    height: 120px !important;
    border-radius: 200px;
    margin-bottom: 2rem;
    border: #6666FF solid 2px;
    box-shadow: rgb(19, 2, 36) 0px 10px 10px;
}


.joshua{
    background-image: url('/img/empleados/brandon.jpg');
    background-position: center;
    background-size: cover;
    width: 120px;
    height: 120px !important;
    border-radius: 200px;
    margin-bottom: 2rem;
    border: #6666FF solid 2px;
    box-shadow: rgb(19, 2, 36) 0px 10px 10px;
}

.beto{
    background-image: url('/img/empleados/beto.jpg');
    background-position: center;
    background-size: cover;
    width: 120px;
    height: 120px !important;
    border-radius: 200px;
    margin-bottom: 2rem;
    border: #6666FF solid 2px;
    box-shadow: rgb(19, 2, 36) 0px 10px 10px;
}


.jairo{
    background-image: url('/img/empleados/jairo.jpg');
    background-position: center;
    background-size: cover;
    width: 120px;
    height: 120px !important;
    border-radius: 200px;
    margin-bottom: 2rem;
    border: #6666FF solid 2px;
    box-shadow: rgb(19, 2, 36) 0px 10px 10px;
    position: relative;
}

.jairo::before{
    content: url('/img/empleados/peru.png');
    display: block;
    position: absolute;
    right: 0;
    bottom: -30px;
}

.yael{
    background-image: url('/img/empleados/yael.jpg');
    background-position: center;
    background-size: cover;
    width: 120px;
    height: 120px !important;
    border-radius: 200px;
    margin-bottom: 2rem;
    border: #6666FF solid 2px;
    box-shadow: rgb(19, 2, 36) 0px 10px 10px;
    position: relative;
}


.yael::before{
    content: url('/img/empleados/colombia.png');
    display: block;
    position: absolute;
    right: 0;
    bottom: -30px;
}


.ronces{
    background-image: url('/img/empleados/ronces.jpg');
    background-position: center;
    background-size: cover;
    width: 120px;
    height: 120px !important;
    border-radius: 200px;
    margin-bottom: 2rem;
    border: #6666FF solid 2px;
    box-shadow: rgb(19, 2, 36) 0px 10px 10px;
}



.danielb{
    background-image: url('/img/empleados/Pinzon.jpg');
    background-position: center;
    background-size: cover;
    width: 120px;
    height: 120px !important;
    border-radius: 200px;
    margin-bottom: 2rem;
    border: #6666FF solid 2px;
    box-shadow: rgb(19, 2, 36) 0px 10px 10px;
}


.danuel{
    background-image: url('/img/empleados/Liam.jpg');
    background-position: center;
    background-size: cover;
    width: 120px;
    height: 120px !important;
    border-radius: 200px;
    margin-bottom: 2rem;
    border: #6666FF solid 2px;
    box-shadow: rgb(19, 2, 36) 0px 10px 10px;
}

.magali{
    background-image: url('/img/empleados/Anheli.jpg');
    background-position: center;
    background-size: cover;
    width: 120px;
    height: 120px !important;
    border-radius: 200px;
    margin-bottom: 2rem;
    border: #6666FF solid 2px;
    box-shadow: rgb(19, 2, 36) 0px 10px 10px;
}

.LuisAntonio{
    background-image: url('/img/empleados/Ceballos.jpg');
    background-position: center;
    background-size: cover;
    width: 120px;
    height: 120px !important;
    border-radius: 200px;
    margin-bottom: 2rem;
    border: #6666FF solid 2px;
    box-shadow: rgb(19, 2, 36) 0px 10px 10px;
}

.edu{
    background-image: url('/img/empleados/eduardo.jpg');
    background-position: center;
    background-size: cover;
    width: 120px;
    height: 120px !important;
    border-radius: 200px;
    margin-bottom: 2rem;
    border: #6666FF solid 2px;
    box-shadow: rgb(19, 2, 36) 0px 10px 10px;
}


.salvador{
    background-image: url('/img/empleados/salvador.jpg');
    background-position: center;
    background-size: cover;
    width: 120px;
    height: 120px !important;
    border-radius: 200px;
    margin-bottom: 2rem;
    border: #6666FF solid 2px;
    box-shadow: rgb(19, 2, 36) 0px 10px 10px;
}


.miguel{
    background-image: url('/img/empleados/osvaldo.jpg');
    background-position: center;
    background-size: cover;
    width: 120px;
    height: 120px !important;
    border-radius: 200px;
    margin-bottom: 2rem;
    border: #6666FF solid 2px;
    box-shadow: rgb(19, 2, 36) 0px 10px 10px;
}


.mayra{
    background-image: url('/img/empleados/mayra.jpg');
    background-position: center;
    background-size: cover;
    width: 120px;
    height: 120px !important;
    border-radius: 200px;
    margin-bottom: 2rem;
    border: #6666FF solid 2px;
    box-shadow: rgb(19, 2, 36) 0px 10px 10px;
}


.leticia{
    background-image: url('/img/empleados/leticia.jpg');
    background-position: center;
    background-size: cover;
    width: 120px;
    height: 120px !important;
    border-radius: 200px;
    margin-bottom: 2rem;
    border: #6666FF solid 2px;
    box-shadow: rgb(19, 2, 36) 0px 10px 10px;
}


.gerardo{
    background-image: url('/img/empleados/gerardo.jpg');
    background-position: center;
    background-size: cover;
    width: 120px;
    height: 120px !important;
    border-radius: 200px;
    margin-bottom: 2rem;
    border: #6666FF solid 2px;
    box-shadow: rgb(19, 2, 36) 0px 10px 10px;
}


.david{
    background-image: url('/img/empleados/david.jpg');
    background-position: center;
    background-size: cover;
    width: 120px;
    height: 120px !important;
    border-radius: 200px;
    margin-bottom: 2rem;
    border: #6666FF solid 2px;
    box-shadow: rgb(19, 2, 36) 0px 10px 10px;
}


.david-2{
    background-image: url('/img/empleados/david-2.jpg');
    background-position: center;
    background-size: cover;
    width: 120px;
    height: 120px !important;
    border-radius: 200px;
    margin-bottom: 2rem;
    border: #6666FF solid 2px;
    box-shadow: rgb(19, 2, 36) 0px 10px 10px;
}

.juancarlos{
    background-image: url('/img/empleados/juancarlos.jpg');
    background-position: center;
    background-size: cover;
    width: 120px;
    height: 120px !important;
    border-radius: 200px;
    margin-bottom: 2rem;
    border: #6666FF solid 2px;
    box-shadow: rgb(19, 2, 36) 0px 10px 10px;
}

.claudia{
    background-image: url('/img/empleados/claudia.jpg');
    background-position: center;
    background-size: cover;
    width: 120px;
    height: 120px !important;
    border-radius: 200px;
    margin-bottom: 2rem;
    border: #6666FF solid 2px;
    box-shadow: rgb(19, 2, 36) 0px 10px 10px;
}


.alejandro{
    background-image: url('/img/empleados/alejandro.jpg');
    background-position: center;
    background-size: cover;
    width: 120px;
    height: 120px !important;
    border-radius: 200px;
    margin-bottom: 2rem;
    border: #6666FF solid 2px;
    box-shadow: rgb(19, 2, 36) 0px 10px 10px;
}


.juanito{
    background-image: url('/img/empleados/juanito.jpg');
    background-position: center;
    background-size: cover;
    width: 120px;
    height: 120px !important;
    border-radius: 200px;
    margin-bottom: 2rem;
    border: #6666FF solid 2px;
    box-shadow: rgb(19, 2, 36) 0px 10px 10px;
}


.alfredo{
    background-image: url('/img/empleados/alfredo.jpg');
    background-position: center;
    background-size: cover;
    width: 120px;
    height: 120px !important;
    border-radius: 200px;
    margin-bottom: 2rem;
    border: #6666FF solid 2px;
    box-shadow: rgb(19, 2, 36) 0px 10px 10px;
}


.botonVerMasServicios{
    background-color: var(--rubi);
    padding: .8rem 1.6rem;
    border-radius: 50px;
    border: solid rgba(0, 0, 0, .10) 2px;
    color: var(--blanco);
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 1.4rem;
    width: 220px;
    margin: 0rem auto 2rem auto;
    font-weight: 300;
    box-shadow: 0px 10px 13px -7px rgba(0, 0, 0, .65);
    transition: all 180ms ease-in;
    transition-delay: 60ms;
}

.botonVerMasServicios:focus{
    transform: scale(1.2);
    transition: all 120ms ease-out;
    background-color: var(--purpura);
    box-shadow: rgba(0, 0, 0, .55) 0px 20px 20px;
    border: solid rgba(0, 0, 0, .10) 2px;
}

.mexico{
    margin: 1rem auto;
}

.ceo p{
    text-align: left;
}

.firmaCeo{
    font-weight: 300;
    color: var(--oscuro);
    padding-left: 1rem;
    padding-bottom: 2rem;
}

.bold{
    font-weight: 700;
}
.saltoLinea{
    margin-bottom: 1rem;
    display: block;
}
.separadorConfian{
    padding: 0rem 2em 3rem 2rem;
    background-image: url("../img/separador-confian.jpg");
    background-attachment: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.grupoFecha{
    max-width: 120px;
    margin: 1rem 0;
    padding-left: 1rem;
}


.parrafoClaro{
    font-size: 1rem;
    color: var(--claro);
    line-height: 1.5rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    text-decoration: none;
}



.parrafoOScuro{
    font-size: 1rem;
    color: var(--oscuro);
    line-height: 1.5rem;
    margin-bottom: 1rem;
    padding: 0 1rem;
}

.Oscuro300{
    color: var(--oscuro);
    font-weight: 300;
}

.claro300{
    color: var(--blanco) !important;
    font-weight: 300;
    text-align: center;
}

.tituloManifiesto{
    display: block;
    text-align: center;
    border-bottom: var(--purpura) solid 1px;
    padding-bottom: 1rem;
}


.mozaico{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 100%;
}

.mozaico img{
    max-width: 200px;
    max-height: 90px;
}

.mozaico li{
    margin: 2rem auto;
    max-width: 80%;
    display: block;
    text-align: center;
}


.mozaicoOtrosClientes{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-evenly;
    margin-bottom: 2rem;
    gap: 1rem;
    align-items: center;
}


.mozaicoOtrosClientes img{
    max-height: 60px;
    max-width: 200px;
}

.mozaicoOtrosClientes li{
    margin: 1rem 1rem;
    max-width: 100px;
    display: flex;
    text-align: center;
    flex-direction: column;
}





.numero{
    font-size: 5rem;
    font-weight: 700;
    line-height: 4rem;
    margin-top: 0rem;
    color: rgb(170, 170, 170);
}

.anio{
    font-size: 1rem;
    letter-spacing: 1rem;
    margin-bottom: .5rem;
    color: rgb(155, 155, 155);
    font-weight: 700;
}

.fraseCliente{
    color: rgb(122, 122, 122);
    font-size: 1rem;
}


.separadorContacto{
    padding: 0rem 2rem 3rem 2rem;
    background-image: url("../img/separador-contacto.jpg");
    background-attachment: initial;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.botonTelefono{
    /* background-color: #1E1E47; */
    padding: .5rem 1.2rem;
    border-radius: 50px;
    border: solid #6666FF 2px;
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 1.4rem;
    width: 260px;
    margin: 1rem auto 2rem auto;
    font-weight: 300;
    box-shadow: 0px 10px 13px -7px rgba(0, 0, 0, .75);
    transition: all 180ms ease-in;
    transition-delay: 60ms;
   
}

.infoContacto{
    display: flex;
    flex-direction: column;
    width: 100%;
}


.imgTelefono{
    max-height: 30px;
    position: relative;
    margin-right: 1rem;
}

.infoContacto a{
    font-weight: 300;
}

.infoContacto img{
    width: 50px;
    vertical-align: middle;
    margin-right: 0rem;
}

.botonWhats{
    background-color: #6666FF;
    padding: .5rem 1.2rem;
    border-radius: 50px;
    border: solid rgba(0, 0, 0, .25);
    color: var(--blanco);
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 1.4rem;
    width: 260px;
    margin: 1rem auto 2rem auto;
    font-weight: 300;
    box-shadow: 0px 10px 13px -7px rgba(0, 0, 0, .75);
    transition: all 180ms ease-in;
    transition-delay: 60ms;
}



.mapa{
    height: 400px;
    margin: 0 auto;
    width: 100%;
}

form{
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 2rem 0  0  0;
}


form input{
    height: 50px;
    width: 90%;
    padding: 1rem;
    border: #4747B2 solid 1px;
    margin-bottom: 1.5rem; 
    border-radius: 10px;
    font-size: 1rem;
}

form textarea{
    width: 90%;
    border-radius: 10px;
    padding: 1rem;
    border: #4747B2 solid 1px;
    font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
}

form p{
    margin-bottom: 2;
}

/*input check*/
input[type=checkbox] {
    width:20px;
    height:20px;
    display: block;
    margin: 1rem auto;

}
/*input check*/


.botonAdjuntar{
    cursor: pointer;
    /* Style as you please, it will become the visible UI component. */
    padding:  .5em  1em;
    background-color: var(--denim);
    border-radius: 50px;
    font-size: 1.2em;
    font-weight: 100;
    color: var(--claro);
    max-width: 250px;
    border: rgba(0, 0, 0, .35) solid 1px;
    margin: 1rem 1rem;
 }
 
 #adjuntar {
    opacity: 0;
    position: absolute;
    z-index: -1;
 }


.botonEnviar{
    margin-bottom: 2rem;
    height: 60px;
    color: var(--blanco);
    background-color: #38388C;
    font-size: 1.5rem;
    font-weight: 100;
    cursor: pointer;
    transition: all 180ms ease-in-out;
    box-shadow: 0px 10px 13px -7px rgba(0, 0, 0, .35);
    border: rgba(0, 0, 0, .35) solid 1px;
    border-radius: 50px;
}

.botonEnviar:focus{
    background-color: var(--purpura);
    transition: all 180ms ease-in;
    transition-delay: 60ms;
}

.fondo{
    background-color: var(--fondo);
}

.separadorEmpresas{
    padding: 0rem 2rem 3rem 2rem;
    background-image: url("../img/separador-empresas.jpg");
    background-attachment: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.mozaicoClientes{ 
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}





.mozaicoEmpresas li{
    font-size: 1rem;
    width: 80%;
    margin: 2rem auto;
    text-align: center;
}

.mozaicoEmpresas li p{
    margin-bottom: 1rem;
}

.mozaicoEmpresas img{
    margin: .5rem auto;
    width: 80%;
    max-width: 220px;
    
}

.mozaicoEmpresas{
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
    width: 100%;
    flex-wrap: wrap;
}

.mozaicoEmpresas li p{
    margin-bottom: 1.5rem;
}

.mozaicoEmpresas a{
    background-color: #C0C0C0;
    border: solid 1px #A7A7A7;
    padding: .5rem 1rem;
    border-radius: 50px;
    display: block;
    margin: 1rem auto;
    text-align: center;
    max-width: 100px;
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, .15) 0px 2px 5px;
    color: var(--oscuro);
    box-shadow: 0px 10px 10px -7px rgba(0, 0, 0, .35);
}



.contenedorPie{
    width: 100%;
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
}

.contenedorPie li{
    margin-bottom: 1rem;
}

footer{
    width: 100%;
    background-color: #13132B;
    color: var(--claro);
    padding: 1rem 0;
    font-size: 1rem;   
}


footer img{
    width: 150px;
}

footer ul{
    margin:  2rem 0;
    text-align: center;
}


.columnaUno, .columnaDos{
    border-bottom: rgba(0, 0, 0, .15) solid 1px;
}


footer a{
    text-decoration: none;
    color: var(--claro);
    background-color: rgba(0, 0, 0, .10);
    color: #fff;
    padding: .5rem 1rem;
    margin: .4rem 0;
    display: block;
    border-radius: 50px;
    border: #38388C solid 1px;
    /*box-shadow: 0px 5px 10px -7px rgba(0, 0, 0, .75);    */
}

.barraFinal{
    background-color: var(--purpura);
    color: var(--claro);
    padding: 1rem 0;
    text-align: center;
}

.btnArriba{
    position: fixed;
    height: 60px;
    width: 60px;
    text-align: center;
    bottom: 15px;
    right: 15px;
    background-color: var(--rubi);
    border: solid 3px #fff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    box-shadow: 0px 5px 10px -7px rgba(0, 0, 0, .75); 
    cursor: pointer;
}

.btnArriba img{
    height: 25px;
}

.empleados{
    width: 100%;
    /* max-width: 1200px; */
    margin: 0 auto;
    display: flex;
    margin-top: 2em;
    justify-content: center;
    flex-wrap: wrap;
}

.ceo{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 2rem;
    justify-content: center;
}

.ceo section{
    color: #fff;
    text-align: center;
}

.ceo img{
    margin: auto;
    height: 200px !important;
    margin-bottom: 1rem ;
}

.ceo p{
    font-size: 1rem;
    color: #fff;
}


.empleados section{
    width: 100%;
    max-width: 140px;
    margin: 1em auto;
    align-self: center;
}

.empleados p{
    font-size: 1rem;
    color: #fff;
}

.empleados img{
    height: 200px;
    margin: auto;
    display: block;
    margin-bottom: 1rem;
}



.clip-polygon {
    -webkit-clip-path: polygon(14% 0, 100% 23%, 84% 100%, 0 91%);
clip-path: polygon(14% 0, 100% 23%, 84% 100%, 0 91%);
    /* Note that percentages work as well as px */
  }

.italica{
    font-style: italic;
}

  .GPOF{
      background-color: #5C0566;
  }


/************************************buscar***************/
.campoBusqueda{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.btnBuscar{
    background-image: url(/img/i-buscar.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    background-color: var(--rubi);
    color: #fff;
    width: 60px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    cursor: pointer;
}


.contenedorCatalogo{
    width: 98%;
    /*background-color: aqua;*/
    margin:  2rem auto 2rem auto;
}

.encabezadoCatalogo{
    display: flex;
    flex-direction: column;
    width: 100%;
    /*background-color: bisque;*/
}

.encabezadoCatalogo h1{
    display: block;
    /*background-color: aquamarine;*/
    line-height: 3.5rem;
    text-align: center;
    margin-bottom: .5rem;
}

.encabezadoCatalogo form{
    /*background-color: burlywood;*/
    display: flex;
    justify-content: flex-end;
}

.encabezadoCatalogo h1{
    color: var(--oscuro);
    font-size: 2rem;
    font-weight: 300;
}

.catalogo{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

/*.catalogo article{
    width: 46%;
    margin: 1rem .2rem;
    text-align: center;
    border: solid 1px #ccc;
}*/


.catalogo article{
    max-width: 48%;
    margin: 1.5% .5%;
    text-align: center;
    border: solid 1px rgb(223, 223, 223);
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    background-color: #fafafa;
    box-shadow: 0 0 8px #e0e0e0;
    
}


article::before{
    opacity: 0;
    /*content: url('/img/zoom.png');*/
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 2rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.30);
    height: 100%;
    width: 100%;
    transition: all ease-in-out 160ms;
}

article:hover::before{
    opacity: 1;
    transition: all ease-in-out 160ms;
}





article img{
    object-fit: cover;
    object-position: center;
    height: 120px;
    border-bottom: #fff solid 1px;
    box-shadow: 0 0 8px #fff;
}


article h4{
    color: var(--metal);
    font-size: 1rem;
    padding: 0 .2rem;
    font-weight: bold;
    color: rgb(122, 122, 122);
}

article p{
    font-weight: 100;
    color: var(--metal);
    font-size: .6rem;
    margin-bottom: .5rem;
    padding: .4rem;
}


article h3{
    color: var(--oscuro);
    font-size: 1.4rem;
    margin: .5rem auto;
}


.pieCatalogo{
    width: 100%;
    margin: 2rem auto;
}

.pieCatalogo ul{
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    /*background-color: antiquewhite;*/
}

.pieCatalogo ul li{
    margin: 1rem 1rem;
}



/******************************************PC**********************************/
/******************************************PC**********************************/
/******************************************PC**********************************/
/******************************************PC**********************************/




@media (min-width: 600px) and (orientation: landscape) { 


header{
    width: 100%;
    background-color: var(--purpura);
    position: fixed;
    z-index: 10000;
    top: 0;
    padding-top: .2rem;
    padding-bottom: .2rem;
    box-shadow: 10px 10px 20px -8px rgba(56, 56, 140, .5);
    border-bottom: #4747B2 solid 1px;

    /* border-bottom: rgb(14, 174, 229) solid 1px; */
}

.contenido{
    max-width: 1200px;
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
}


.center{
 width: 300px;
 margin: 0 auto 2rem auto;
}

.logo{
    height: 80px;
    display: flex;
    padding: .5rem;
}


menu{
    all: unset;
    display: flex;
    
}

.botonMenu{
    display: none;
}


.sociales{
    margin-top: 20%;
}

menu ul{
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 300;
}

menu ul li{
    border: none;
}


menu ul li a{
    margin: unset;
    padding: unset;
    padding: .5rem  .5rem;
    transition: all 350ms ease-in-out;
    transition-delay: 90ms;
    /* line-height: 45px; */
    color: #9999FF;
    font-weight: 200;
    font-size: 1.2rem;

    

}

menu ul li a:hover{
    text-shadow: rgba(255, 255, 255, 0.9) 0px 0px 10px;
    transition: all 200ms ease-in-out;
    color: #fff;
    /* padding: 0 1rem 0 1rem; */
}

.imgBuscar{
    height: 25px;
    position: relative;
    bottom: 5px;
    margin-left: 5px;
    transition: all 350ms ease-in-out;
    transition-delay: 90ms;
}


.imgBuscar:hover{
    filter: drop-shadow(0 0 6px rgba(255, 0, 255, .9));
    transition: all 350ms ease-in-out;
}

.botonVerMas{
    padding: 1.2rem 3rem;
    border-radius: 50px;
    border: solid #6666FF;
    color: var(--blanco);
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 1.2rem;
    max-width: 400px;
    width: auto;
    margin: 3rem auto 0 auto;
    font-weight: 400;
    box-shadow: 0px 10px 13px -7px rgba(0, 0, 0, .85);
    transition: all 180ms ease-in;
    transition-delay: 60ms;
}




h1, h2, h3, p{
    display: block;
    width: 100%;
    max-width: 900px;
    margin: 1.5rem auto;
}

.diseno, .sistemas, .fotografia, .multimedia, .impresion{
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 1rem;
    background-color: #fff;
    border-bottom: solid 1px var(--claro);
}

/*.diseno h3{
    margin-bottom: 2rem;
}*/

.diseno .contenedor h3,
.sistemas .contenedor h3,
.fotografia .contenedor h3,
.multimedia .contenedor h3,
.impresion .contenedor h3
{
    font-weight: bold;
    font-size: 4rem;
}


.diseno p, .sistemas p, .fotografia p, .multimedia p, .impresion p{
    width: 900px;
    display: block;
    margin: 0 auto;
    margin: 2rem auto;
    position: relative;
}



.imgDiseno, .imgSistemas, .imgFotografia, .imgMultimedia, .imgImpresion{
    height: 600px;
    width: 90%;
    margin: 0 auto 3rem auto;
    border-radius: 15px;
}





.separadorSomos img{
    padding: 2rem 2rem 3rem 2rem;
    margin: 2rem auto 0 auto;
    display: block;
    height: 50px;
    
}

.separadorSomos section h1,
.separadorSomos section h2,
.separadorSomos section p{
    max-width: 1200px;
}


.mozaicoEmpresas li{
    width: 30%;
    min-height: 300px;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    border: solid var(--claro) 1px;
}

.mozaicoEmpresas img{
    margin-bottom: 1rem;
}

.mozaicoEmpresas p{
    margin-bottom: auto;
    min-height: 160px;
}



.mozaico{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.mozaico div{
 height: 50px;
}

.mozaico img{
    margin: 0rem auto;
    
    max-height: 70px;
}

.mozaico li{
    margin: 4rem 0rem;
    height: 400px;
    max-width: 200px;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    
}

.numero{
    font-size: 4rem;
    font-weight: 700;    
    margin-top: 2rem;
    color: rgb(170, 170, 170);
    }

.anio{
    font-size: 1rem;
    letter-spacing: 1rem;
    color: rgb(155, 155, 155);
    font-weight: 700;
    margin-top: -1.5rem;
}

.fraseCliente{
    color: rgb(122, 122, 122);
    font-size: 1rem;
    width: 80%;
}


.balasClientes{
    font-size: .8rem;
    display: block;
    width: 60%;
    text-align: left;
    color: rgb(122, 122, 122);
}

.mozaicoOtrosClientes{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}


.mozaicoOtrosClientes img{
    max-height: 90px;
}

.mozaicoOtrosClientes li{
    margin: 1rem 1rem;
    max-width: 120px;
    max-height: 120px;
    display: flex;
    text-align: center;
    flex-direction: column;
}


.separadorCreamos,
.separadorSomos,
.separadorConfian,
.separadorContacto,
.separadorEmpresas
{
    background-attachment: fixed;
    height: auto;
     
}

.separadorSomos{
      /* background-color: #1E1E47; */
      background-image: url("../img/separador-somos.jpg");
}

.separadorContacto h1, .separadorContacto h4, .separadorContacto h3, .separadorContacto p{
    max-width: 900px;
    margin: auto;
    text-align: left;
    margin-bottom: 1rem;
}

.separadorContacto section{
    flex-direction: row;
    max-width: 900px;
    margin: auto;
}

.imgTelefono{
    max-height: 30px;
    position: relative;
    margin-right: 1rem;
}

.infoContacto a{
    font-weight: 300;
    width: 1200px;
    line-height: 5rem;
    padding: 0;
    text-align: center;
    margin-left: .5rem;
}

.infoContacto p{
    position: relative;
    top: -25px;
    margin-left: 20px;
}

.infoContacto img{
    width: 50px;
    vertical-align: middle;
    margin-right: 0rem;
}

.botonWhats{
    background-color: #4747B2;
    padding: 1rem 1rem;
    border-radius: 50px;
    border: solid rgba(0, 0, 0, .25);
    color: var(--blanco);
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 1.4rem;
    width: 600px;
    margin: 1rem auto 2rem auto;
    font-weight: 300;
    box-shadow: 0px 10px 13px -7px rgba(0, 0, 0, .75);
} 



.botonEnviar{
    max-width: 250px;
    font-size: 1.5rem;
    height: 60px;
    
}

form  p{
    max-width: 400px;
}

form textarea{
    min-height: 200px;
}

iframe{
    min-height: 500px;
}





.empleados{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    margin-top: 3rem;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.empleados section{
    width: 100%;
    max-width: 250px;
    margin: .5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.empleados p{
    font-size: 1rem;
    color: #fff;
    margin-bottom: 4rem;
    text-align: center;
}


.adrian{
    background-image: url('/img/empleados/adrian.jpg');
    background-position: center;
    background-size: cover;
    width: 160px;
    height: 160px !important;
    display: inline-block;
    border-radius: 200px;
}

.priscila{
    background-image: url('/img/empleados/pris.jpg');
    background-position: center;
    background-size: cover;
    width: 160px;
    height: 160px !important;
    display: inline-block;
    border-radius: 200px;
}

.brenda{
    background-image: url('/img/empleados/brenda.jpg');
    background-position: center;
    background-size: cover;
    width: 160px;
    height: 160px !important;
    display: inline-block;
    border-radius: 200px;
}

.yunezca{
    background-image: url('/img/empleados/ana-lilia.jpg');
    background-position: center;
    background-size: cover;
    width: 160px;
    height: 160px !important;
    display: inline-block;
    border-radius: 200px;
}


.victor{
    background-image: url('/img/empleados/victor.jpg');
    background-position: center;
    background-size: cover;
    width: 160px;
    height: 160px !important;
    display: inline-block;
    border-radius: 200px;
}

.javier{
    background-image: url('/img/empleados/javi.jpg');
    background-position: center;
    background-size: cover;
    width: 160px;
    height: 160px !important;
    display: inline-block;
    border-radius: 200px;
}

.jhon{
    background-image: url('/img/empleados/jhon.jpg');
    background-position: center;
    background-size: cover;
    width: 160px;
    height: 160px !important;
    display: inline-block;
    border-radius: 200px;
}

.carlos{
    background-image: url('/img/empleados/luis-alberto.jpg');
    background-position: center;
    background-size: cover;
    width: 160px;
    height: 160px !important;
    display: inline-block;
    border-radius: 200px;
}

.horacio{
    background-image: url('/img/empleados/horacio.jpg');
    background-position: center;
    background-size: cover;
    width: 160px;
    height: 160px !important;
    display: inline-block;
    border-radius: 200px;
}


.joshua{
    background-image: url('/img/empleados/brandon.jpg');
    background-position: center;
    background-size: cover;
    width: 160px;
    height: 160px !important;
    display: inline-block;
    border-radius: 200px;
}

.beto{
    background-image: url('/img/empleados/beto.jpg');
    background-position: center;
    background-size: cover;
    width: 160px;
    height: 160px !important;
    display: inline-block;
    border-radius: 200px;
}

.jairo{
    background-image: url('/img/empleados/jairo.jpg');
    background-position: center;
    background-size: cover;
    width: 160px;
    height: 160px !important;
    display: inline-block;
    border-radius: 200px;
    position: relative;
}



.yael{
    background-image: url('/img/empleados/yael.jpg');
    background-position: center;
    background-size: cover;
    width: 160px;
    height: 160px !important;
    display: inline-block;
    border-radius: 200px;
}

.salvador{
    background-image: url('/img/empleados/salvador.jpg');
    background-position: center;
    background-size: cover;
    width: 160px;
    height: 160px !important;
    display: inline-block;
    border-radius: 200px;
}

.miguel{
    background-image: url('/img/empleados/osvaldo.jpg');
    background-position: center;
    background-size: cover;
    width: 160px;
    height: 160px !important;
    display: inline-block;
    border-radius: 200px;
}

.mayra{
    background-image: url('/img/empleados/mayra.jpg');
    background-position: center;
    background-size: cover;
    width: 160px;
    height: 160px !important;
    display: inline-block;
    border-radius: 200px;
}


.ronces{
    background-image: url('/img/empleados/ronces.jpg');
    background-position: center;
    background-size: cover;
    width: 160px;
    height: 160px !important;
    display: inline-block;
    border-radius: 200px;
}


.danielb{
    background-image: url('/img/empleados/Pinzon.jpg');
    background-position: center;
    background-size: cover;
    width: 160px;
    height: 160px !important;
    display: inline-block;
    border-radius: 200px;
}

.danuel{
    background-image: url('/img/empleados/Liam.jpg');
    background-position: center;
    background-size: cover;
    width: 160px;
    height: 160px !important;
    display: inline-block;
    border-radius: 200px;
}


.magali{
    background-image: url('/img/empleados/Anheli.jpg');
    background-position: center;
    background-size: cover;
    width: 160px;
    height: 160px !important;
    display: inline-block;
    border-radius: 200px;
}

.LuisAntonio{
    background-image: url('/img/empleados/Ceballos.jpg');
    background-position: center;
    background-size: cover;
    width: 160px;
    height: 160px !important;
    display: inline-block;
    border-radius: 200px;
}

.edu{
    background-image: url('/img/empleados/eduardo.jpg');
    background-position: center;
    background-size: cover;
    width: 160px;
    height: 160px !important;
    display: inline-block;
    border-radius: 200px;
}



.leticia{
    background-image: url('/img/empleados/leticia.jpg');
    background-position: center;
    background-size: cover;
    width: 160px;
    height: 160px !important;
    display: inline-block;
    border-radius: 200px;
}

.gerardo{
    background-image: url('/img/empleados/gerardo.jpg');
    background-position: center;
    background-size: cover;
    width: 160px;
    height: 160px !important;
    display: inline-block;
    border-radius: 200px;
}

.david{
    background-image: url('/img/empleados/david.jpg');
    background-position: center;
    background-size: cover;
    width: 160px;
    height: 160px !important;
    display: inline-block;
    border-radius: 200px;
}


.david-2{
    background-image: url('/img/empleados/david-2.jpg');
    background-position: center;
    background-size: cover;
    width: 160px;
    height: 160px !important;
    display: inline-block;
    border-radius: 200px;
}


.juancarlos{
    background-image: url('/img/empleados/juancarlos.jpg');
    background-position: center;
    background-size: cover;
    width: 160px;
    height: 160px !important;
    display: inline-block;
    border-radius: 200px;
}

.claudia{
    background-image: url('/img/empleados/claudia.jpg');
    background-position: center;
    background-size: cover;
    width: 160px;
    height: 160px !important;
    display: inline-block;
    border-radius: 200px;
}

.alejandro{
    background-image: url('/img/empleados/alejandro.jpg');
    background-position: center;
    background-size: cover;
    width: 160px;
    height: 160px !important;
    display: inline-block;
    border-radius: 200px;
}


.juanito{
    background-image: url('/img/empleados/juanito.jpg');
    background-position: center;
    background-size: cover;
    width: 160px;
    height: 160px !important;
    display: inline-block;
    border-radius: 200px;
}

.alfredo{
    background-image: url('/img/empleados/alfredo.jpg');
    background-position: center;
    background-size: cover;
    width: 160px;
    height: 160px !important;
    display: inline-block;
    border-radius: 200px;
}

.ceo{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 2rem;
    justify-content: center;
}

.ceo section{
    color: #fff;
    text-align: center;
}

.ceo img{
    width: 200px;
    height: 200x;
    border-radius: 200px;
}

.ceo p{
    font-size: 1rem;
    color: #fff;
}





/*.clip-polygon {
    -webkit-clip-path: polygon(4% 0, 100% 13%, 90% 100%, 0 91%);
    clip-path: polygon(4% 0, 100% 13%, 90% 100%, 0 91%);
  }*/



.contenedorPie{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.contenedorPie .columnaUno,
.contenedorPie .columnaDos,
.contenedorPie .columnaTres
{
    max-width: 300px;
    border: none;

}


/************************************buscar***************/
/************************************buscar***************/
/************************************buscar***************/
/************************************buscar***************/
.campoBusqueda{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.btnBuscar{
    background-image: url(/img/i-buscar.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    background-color: var(--rubi);
    color: #fff;
    width: 60px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    cursor: pointer;
}


.contenedorCatalogo{
    width: 100%;
    /*max-width: 1300px;*/
    margin:  0 auto 4rem auto;
    /*background-color: #000; ok*/
}

.encabezadoCatalogo{
    display: flex;
    flex-direction: row;
    width: 100%;
    /*background-color: bisque;*/
    border-bottom: solid 1px #ccc;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

.encabezadoCatalogo h1{
    display: block;
    width: 100%;
    /*background-color: aquamarine;*/
    line-height: 3.5rem;
    text-align: left;
}

.encabezadoCatalogo form{
    /*background-color: burlywood;*/
    display: flex;
    justify-content: flex-end;
}

.encabezadoCatalogo h1{
    color: var(--oscuro);
    font-size: 2rem;
    font-weight: 300;
}

.catalogo{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

article{
    position: relative;
}

.catalogo article{
    max-width: 12%;
    margin: .2%;
    text-align: center;
    border: solid 1px rgb(223, 223, 223);
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background-color: #fafafa;
    box-shadow: 0 0 8px #e0e0e0;
}


.contenedorImgGaleria{
    position: fixed;
    background: rgba(0, 0, 0, .75);
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.contenidoImgGaleria{
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, .60);
    text-align: center;
    padding: 1rem;
    border-radius: 10px;
    /*box-shadow:  0px 0px 25px  rgba(0, 0, 0, .75);*/
}

.contenedorImgGaleria a{
    color: #fff;
    background-color: rgb(190, 0, 16);
    padding: .5rem 1rem;
    width: auto;
    margin: 1rem auto 0 auto;
    border-radius: 4px;
    text-decoration: none;
}

.contenidoImgGaleria img{
    width: 100%;
    max-width: 600px;

}




article::before{
    opacity: 0;
    /*content: url('/img/zoom.png');*/
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 2rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.30);
    height: 100%;
    width: 100%;
    transition: all ease-in-out 160ms;
}

article:hover::before{
    opacity: 1;
    transition: all ease-in-out 160ms;
}


article img{
    object-fit: cover;
    object-position: center;
    height: 150px;
    border-bottom: #fff solid 1px;
    box-shadow: 0 0 8px #fff;
}


article h3{
    color: var(--oscuro);
    font-size: 2rem;
    margin: 1rem auto .5rem auto;  
}

article h4{
    color: var(--metal);
    font-size: 1rem;
    margin: 1rem auto 0 auto;
    padding: .4rem;
    font-weight: bold;
    color: rgb(122, 122, 122);
}

article p{
    font-weight: 100;
    color: var(--metal);
    font-size: .7rem;
    margin-bottom: .5rem;
    padding: .4rem;
}


.pieCatalogo{
    width: 100%;
    margin: 2rem auto;
}

.pieCatalogo ul{
    display: flex;
    justify-content: center;
    width: 100%;
    /*background-color: antiquewhite;*/
}

.pieCatalogo ul li{
    margin: 0 1rem;
}






}