@font-face{
    font-family: 'icono';
    src: url(../fonts/Glyphter.ttf);
}

@font-face{
    font-family: 'icono2';
    src: url(../fonts/iconos.ttf);
}

@font-face{
    font-family: 'nombre';
    src: url(../fonts/NEWTOW__.TTF);
}

@font-face{
    font-family: 'body';
    src: url(../fonts/body.otf);
}


body{
    font-family: 'body';
    font-size: 18px;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

header, footer{
    width: 100%;
    height: 100px;
    margin: auto;
    display: inline-block;
    background: rgba(0, 100, 255,0.9);
    color:white;
}

header{
    z-index: 2;
    top:0;
    position:fixed;
    box-shadow: 1px 0px 2px black;
}

footer{
    box-shadow: -1px 0px 2px black;
    min-height: 300px;
    font-size: 14px;
}


table{
    width: 100%;
}

textarea{
    resize: none;
    font-family: Arial, Helvetica, sans-serif;
}


#td-logo{
    width: 140px;
    vertical-align: middle;
    text-align: center;
    height: 100px;
}

#td-nombre{
    width: 300px;
    font-size: 23px;
    color: rgba(255,255,255,0.5);
    font-family: 'nombre';
}

#apellido{
    color: white;
}

#serv_graficos{
    font-size: 15px;
}

#logotipo{
    width: 70px;
    margin: auto;
    border-radius: 10px;
}
#logotipo_confirmacion{
    width: 200px;
    position: absolute;
    top: 50%;
    margin-top: -200px;
    left: 50%;
    margin-left: -100px;
    border-radius: 35px;
    box-shadow: 0px 0px 1px black;
    cursor: pointer;
}

#logotipo_confirmacion:hover{
    box-shadow: 0px 0px 15px rgb(142, 164, 255);
}

#okey_confirmacion,#error_confirmacion{
    opacity: 0;
    animation-name: okey;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 1s;
    text-shadow: 1px 1px 1px black;
}

#error_confirmacion{
    transform: rotateX('180deg');
}

.texto_confirmacion,.texto_error{
    width: 600px;
    font-size: 25px;
    height: 200px;
    line-height: 50px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: 50px;
    background: #0064ff;
    text-shadow: 1px 1px 1px black;
    border-top: 2px solid rgba(2, 77, 189, 0.9);
    
}

.texto_error{
    font-size: 20px;
    line-height: 40px;
}

.td-menu{
    width: 200px;
    font-size: 20px;
    height: 100%;
    text-align: center;
    color: rgba(255,255,255,0.7);
    cursor: pointer;
}

.td-menu:hover{
    border-top: 5px solid white;
    color: white;
}

.seleccionado{
    border-top: 5px solid white;
    color: white;

}

#contenido{
    z-index: 1;
    position: relative;
    margin-top: 110px;
    width: 100%;
    min-height: 600px;
    text-align: center;
}

#galeria-home{
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.foto-galeria-home{
    width: 100%;
}

.contenedor-categoria{
    text-align: left;
    width: 90%;
    margin: 50px auto;
}

.contenedor-categoria-grande{
    position: relative;
    width: 90%;
    margin: 50px auto;
    height: 500px;
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.contenedor_categoria_mitad{
    position: relative;
    width: 49%;
    height: 100%;
    background-repeat: no-repeat;
    animation: acercar 0.5s 1 forwards;
    background-size: auto 120%;
    background-position-x: 20%;
}

.contenedor_categoria_mitad:hover{
    animation: alejar 0.5s 1 forwards;
}

#impresion{
    background-image: url("../media/images/galeria_servicios/impresion.jpg?abcdde");
}
#fotocopiasplanos{
    background-image: url("../media/images/galeria_servicios/fotocopiaplano.jpg?abcdde");
}
#ploteo{
    background-image: url("../media/images/galeria_servicios/ploteo.jpg?abcdde");
}
#digitalizado{
    background-image: url("../media/images/galeria_servicios/digitalizado.jpg?abcdde");
}
#offset{
    background-image: url("../media/images/galeria_servicios/offset.jpg?abcdde");
}
#encuadernados{
    background-image: url("../media/images/galeria_servicios/encuadernados.jpg?abcdde");
}
#gigantografia{
    background-image: url("../media/images/galeria_servicios/gigantografia.jpg?abcdde");
}
#corte{
    background-image: url("../media/images/galeria_servicios/corte.jpg?abcdde");
}
#diseño{
    background-image: url("../media/images/galeria_servicios/diseño.jpg?abcdde");
}
#sellos{
    background-image: url("../media/images/galeria_servicios/sellos.jpg?abcdde");
}

.descripcion_servicio{
    width: 90%;
    background: linear-gradient(to right, rgba(0,0,0,0.9), rgba(0,0,0,0.8),rgba(0,0,0,0.6),rgba(0,0,0,0.0));
    color: rgb(237, 237, 237);
    height: 100%;
}

.parrafo_descripcion{
    position: absolute;
    width: 50%;
    top: 25px;
    left: 20px;
    height: 90%;
}

.iconos_de_accion{
    width: 40%;
    height: 50px;
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: right;
}

#titulo_descripcion{
    color: white;
    font-size: 23px;
}
.subtitulo_descripcion{
    font-size: 20px;
    display: block;
}

.texto_descripcion{
    display: block;   
}
.ocultar{
    display: none;
}
.subtitulo_descripcion::before{
    font-family: 'icono';
    content: "E ";
}


.contenedor_items{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    height: 40px;
}

.item{
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: white;
    border:none;
    margin: auto 5px;
    cursor: pointer;
    box-shadow: 0px 0px 3px #444;
}

.item:hover{
    transform: scale(1.1);
}

#sobre-nosotros{
    width: 60%;
    margin: 100px auto;
    background: rgba(255,255,255,0.65);
    text-align: center;
}

#titulo-sobre-nosotros{
    font-size: 25px;
    color: rgb(0, 140, 255);
}

#servicios{
    text-align: center;
    width: 90%;
    height: 60px;
    margin: 30px auto;
    display: flex;
    justify-content: space-around;
    
}

.servicio{
    position: relative;
    vertical-align: middle;
    float: left;
    width: 200px;
    height: 40px;
    border-radius: 5px;
    color:white;
    margin: auto;
    background: rgba(16, 43, 255, 0.8);
    cursor: pointer;
}

.servicio:hover{
    background: rgb(28, 0, 111);
}

#caracteristicas{
    text-align: center;
    width: 90%;
    margin: 30px auto;
    display: flex;
    justify-content: space-around;
}

#contenedor-servicios-cuadrado{
    text-align: center;
    width: 90%;
    margin: 30px auto;
    overflow-x: scroll;
    overflow-y: hidden;
}

.servicio-cuadrado{
    font-size: 12px;
    position: relative;
    vertical-align: middle;
    float: left;
    width: 170px;
    height: 120px;
    border-radius: 5px;
    color:white;
    margin: 20px;
    line-height: 12px;
    border-radius: 5px;
    box-shadow: 0px 0px 2px black;
    background-size: 100%;
}

.servicio-cuadrado:hover{
    cursor: pointer;
    -webkit-animation: acercar 1s 1 forwards;
    -moz-animation: acercar 1s 1 forwards;
    color: rgb(122, 190, 245);
    box-shadow: 0px 0px 5px rgb(0, 140, 255);
}

.oscuro{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    border-radius: 10px;
    box-shadow: 0px 0px 5px black;
    padding: 10px;
}

.boton_servicio{
    width: 130px;
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 2px;
    color: white;
    margin: 2px auto;
    cursor: pointer;
}

#boton-bajar{
    width: 45px;
    height: 45px;
    font-size: 40px;
    border: none;
    color: white;
    background: none;
    transform: rotateZ(-90deg); 
    cursor: pointer;
    opacity: 0.5;
    margin-top: -100px;
    -webkit-animation: aparecer 1s infinite alternate-reverse;
    -moz-animation: aparecer 1s infinite alternate-reverse;
}

#boton-bajar:hover{
    opacity: 1;
}

.titulo-blanco{
    font-size: 30px;
}

.boton_consultar{
    background: rgba(0, 215, 79,0.9);
}
.boton_consultar:hover{
    background: rgba(0, 215, 79,1);
}

.boton_pedido{
    background: rgba(0, 111, 215,0.9);
}
.boton_pedido:hover{
    background: rgba(0, 111, 215,1);
}

.caracteristica{
    position: relative;
    vertical-align: middle;
    float: left;
    width: 200px;
    height: 200px;
    border-radius: 5px;
    color:white;
    margin: auto;
    background: rgba(0, 140, 255,0.8);
}

#busqueda_pedido{
    width: 100%;
    height: 30px;
    border: 1px solid #aaa;
}


#buscar_pedido{
    width: 50%;
    height: 35px;
    margin-left: 5%;
    background: rgb(0, 255, 94);
    color: white;
    font-family: 'icono';
    border: none;
    font-size: 22px;
    cursor:pointer;
}

.bloqueado{
    opacity: 0.7;
    filter: blur(1px);
}

.paso{
    width: 150px;
    height: 150px;
    border-radius: 150px;
    text-align: center;
    line-height: 150px;
    border: 2px solid rgb(0, 140, 255);
    color: rgb(0, 140, 255);
    margin:auto;
}

.contenedor-paso{
    width:33%;
    height:200px;
    text-align:center;
    color:rgb(0,140,255);
}

.datos-pedido{
    width:90%;
    height:30px;
    margin:10px;
    border: 1px solid #ccc;
}

.boton-siguiente{
    width: 150px;
    height: 50px;
    color: white;
    border: none;
    background: rgb(0, 145, 53);
    margin: 20px auto;
    cursor: pointer;
    font-size: 19px;
}

#display_archivos{
    width: 100%;
    height: 200px;
    border: 1px solid #ccc;
    overflow-y: scroll;
}

#contenedor-subir{
    position: relative;
    width: 150px;
    height: 50px;
    border: 1px solid rgb(0, 255, 94);
    border-radius: 10px;
    color: rgb(0, 255, 94);
    line-height: 50px;
    font-size: 19px;
    margin: 20px auto;
}

#contenedor-subir:hover{
    background: rgba(0, 255, 94,0.1);
}

#boton-subir{
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}

#descargar-comprobante{
    cursor: pointer;
}

#descargar-comprobante:hover{
    text-decoration: underline;
}

.nombre_archivo_subiendo_pedido{
    width:90%;
    height:30px;
    color:#353535;
    border-top:1px solid #ccc; 
    text-align:left;
}

.eliminar_archivo_subiendo_pedido{
    width:10%;
    height:30px;
    border-top:1px solid #ccc;
}

#eliminar{
    border:none;
    background: white;
    color: rgb(255, 101, 101);
    cursor: pointer;
}

#eliminar:hover{
    color: rgb(255, 0, 0);
}

.confirmacion_pedido{
    display: none;
    color: #353535;
    box-shadow: 0px 0px 1px #ccc;
    border: 3px solid rgb(0,140,255);
    border-radius: 10px;
    width: 100%;
}

.centrado-vertical{
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    margin: auto;
    width: 80%;
    height: 50%;
}

.icono{
    text-align: center;
    font-family: 'icono';
    font-size: 60px;
}

.icono-chico{
    font-family: 'icono';
}

.boton-verde{
    background: rgb(0, 255, 94);
    color: white;
    border: none;
    border-radius: 5px;
    width: 300px;
    height: 100px;
    font-size: 19px;
    margin: 40px auto;
    cursor: pointer;
}

.boton-verde:hover{
    background: rgb(0, 232, 58);
}

#contenedor-mapa{
    margin: 50px auto;
    text-align: left;
    width: 80%;
}

.parrafo-breve{
    line-height:25px;
}

#mapa{
    width: 80%;
    height: 300px;
    margin-left: 2%;
    float: right;
    box-shadow: 0px 0px 2px #006bd7;
}

#contenedor-principal-footer{
    width: 90%;
    height: 250px;
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
}

.contenedor-footer{
    width: 32%;
    height: 100%;
}

.contenedor-footer-chico{
    width: 16%;
    height: 100%;
    line-height: 30px;
    font-size: 16px;
}

#facebook,#instagram{
    width: 50px;
    height: 50px;
    margin: 10px;
    cursor: pointer;
}

.icono2{
    font-family: 'icono2';    
}

#email{
    color:#006bd7;
    height: 30px;
    width: 250px;
}

#respuesta-form-email{
    display:none;
    font-style: italic;
    font-size: 16px;
}

#enviar{
    width: 40px;
    height: 40px;
    background: rgb(0, 255, 94);
    color: white;
    font-family: 'icono2';
    font-size: 24px;
    border: none;
    cursor: pointer;
}


#enviar:hover{
    background: rgb(0, 202, 51);
}

#enviar:focus{
    outline: 0px;
}

.vinculos-footer{
    font-size: 15px;
    text-decoration: none;
    color: white;
}

.vinculos-footer:hover{
    text-decoration: underline;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
  }

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}


.rotar{
    -webkit-animation: redondear 1s 1 forwards, rotar 2s infinite;
    -moz-animation: redondear 1s 1 forwards, rotar 2s infinite;
}


@keyframes okey{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }

}



@-webkit-keyframes rotar{
    from{
        background: rgba(0, 255, 94,1); 
        -webkit-transform: rotate(0deg);
    }
    to{
        background: rgba(0, 255, 94,0);
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotar{
    from{
        background: rgba(0, 255, 94,1); 
        -moz-transform: rotate(0deg);
    }
    to{
        background: rgba(0, 255, 94,0); 
        -moz-transform: rotate(359deg);
    }
}


@-webkit-keyframes alejar{
    from{
        background-size: auto 120%;
        background-position-x: 20%;
    }
    to{
        background-size: auto 100%;
        background-position-x: 0%;
    }
}

@-moz-keyframes alejar{
    from{
        background-size: auto 120%;
        background-position-x: 20%;
    }
    to{
        background-size: auto 100%;
        background-position-x: 0%;
    }
}


@-webkit-keyframes acercar{
    from{
        background-size: auto 100%;
        background-position-x: 0%;
    }
    to{
        background-size: auto 120%;
        background-position-x: 20%;
    }
}

@-moz-keyframes acercar{
    from{
        background-size: auto 100%;
        background-position-x: 0%;
    }
    to{
        background-size: auto 120%;
        background-position-x: 20%;
    }
}




@-webkit-keyframes redondear{
    from{
        border-radius: 0px;
    }
    to{
        border-radius: 50px;
    }
}

@-moz-keyframes redondear{
    from{
        border-radius: 0px;
    }
    to{
        border-radius: 50px;
    }
}

@-webkit-keyframes aparecer{
    from{
        opacity: 0.2;
    }
    to{
        opacity: 0.7;
    }
}

@-moz-keyframes aparecer{
    from{
        opacity: 0.2;
    }
    to{
        opacity: 0.7;
    }
}

@media only screen and (max-width: 800px){
    #logotipo_confirmacion{
        width: 100px;
        margin-top: -100px;
        margin-left: -50px;
        border-radius: 5px;
    }
    .texto_confirmacion{
        width: 200px;
        font-size: 18px;
        line-height: 23px;
        margin-left: -100px;
        margin-top: 20px;

    }
    .texto_error{
        width: 200px;
        font-size: 13px;
        line-height: 18px;
        margin-left: -100px;
        margin-top: 20px;

    }
    #error_confirmacion{
        font-size: 20px;
    }
}
