@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600,700,800);



html {
    background-color: #ffffff;
    font-family: "Raleway", sans-serif;
   
   }

body {
    margin-right: auto;
    margin-left: auto;
}

main {
    width: 480px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    background-color: #333333;
   }

#logo {
    width: 100%;
   
}
.botonentrar {
    background-color: rgba(239, 191, 60, 0.96);
    color: #ffffff; 
    font-weight: 600;
    padding: 0.5em;
    margin-left: auto;
    margin-right: auto;
    
    }

.botonentrar:hover {
    background-color: #00DEAD;
    color: #333333;
    transition: 0.3s; -webkit-transition: 0.3s;
}

.botonentrar:active {
    background-color: #ef635f;
    transition: 0.3s; -webkit-transition: 0.3s;
    
}
.navinicio li {
    list-style-type: none;
    list-style: none;
    
}


nav li a {
    float: left;
    width: 100%;
    background-color: #ef635f;
    padding: 0.3em 1em;
    margin-bottom: 0.5em;
    font-size: 50px;
    
}

nav a i.fa-plus  {
     font-size: 50px;
margin: 0;
    
}



li {
    list-style: none;
    overflow: hidden;
    }


ul { 
    padding: 0;
    }


nav li a:hover {
    background-color: #efbf3c;
    color: #333333;
    transition: 0.3s; -webkit-transition: 0.3s;
}

nav li a:active {
    background-color: #00dead;
    transition: 0.3s; -webkit-transition: 0.3s;
    }


a { 
    text-decoration: none;
    color: #ffffff;
            }



.secundario {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
    width: 80%;
  
  
}


.secundario a {
    margin: 0 0.3em;
    background-color: #00DEAD;
    padding: 0.5em;
    color: #333333;
    font-size: 36px;
    font-weight: 600;
    
    
    
    
}

.secundario a:hover {
    background-color: rgba(239, 191, 60, 0.96);
     transition: 0.3s; -webkit-transition: 0.3s;
    color: #ffffff;
    
}


.navico { font-size: 20px;}



header { 
    width: 460px; 
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
 
}

.sector1 { 
    display: flex;
    flex-direction: row;
    justify-content: flex-start; 
    align-items: center;
}

.sector2 {
   display: flex; 
    flex-direction: row;
    margin-top: 0.7em;
    
    }

.sector2 h5 {
    font-size: 120%;
    font-family: "Raleway"; 
    color: #ffffff;
    font-weight: 400;
}

.fa-user {     
    margin-top: 0.8em;
 
    }

.sector2 .fa-user {
    padding-left: 0.5em; 
    color: rgba(239, 191, 60, 0.96);
    font-size: 24pt;
  
 }


header #inicio { 
    margin-left: 0.5em; 
    font-size: 140%; 
    margin-top: 0.5em; 
}

.rayitas {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.rayitas .fa-arrow-left {
    margin-top: 0.5em; 
    margin-left: 0.8em;
}

header .rayitas img {
    margin-top: 0.5em; 
    padding-left: 1.5em;
}

h1,h2,h3,h4,h5,h6, p {
    color: #ffffff;
}

h2.nombrelocal {
    margin-right: 0.5em;
    font-weight: 300;
    font-size: 30px;
 
    }


.tipopapel {
    margin-bottom: 0.5em;
    font-weight: 600;
    color: #ffffff;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    
    
}




h5 { font-family: "Raleway";
font-weight: 300; }

.contenido {
    padding-left: 1.5em;
    padding-right: 1.5em;
   }

.micuenta {
    font-family: "Raleway";
    font-weight: 300;
    font-size: 26px;
    margin-left: auto;
    margin-right: auto;
}

form { 

margin-left: auto;
margin-right: auto;
    
}

input {
    font-family: "Raleway";
    color: #ffffff;
    background-color: #333333;
    display: inline-block;
    padding: 0.5em;
    border: 1px solid #00DEAD;
    outline: none;
    font-size: 18px;
    overflow: hidden;
  
   }



input.boton { 
background-color: rgba(239, 191, 60, 0.96);
color: #ffffff; 
font-weight: 600;
border: none;

    
}

div#formulario {
    margin-bottom: 2em;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#formulario input:focus {
    border-color: #ef635f;
    background-color: rgba(77, 77, 77, 0.19);
    transition: 0.3s; -webkit-transition: 0.3s;
}

form h6 {
    font-size: 16px;
}

div.subtitulo {
    color: #ffffff;
    background-color: #ef635f;
    padding: 0.5em 1.5em;
    font-weight: 400;
    font-size: 30px;
}


.fotoshojas {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
margin-top: 2em;
margin-bottom: 1em;
}

.fotoshojas img { 
    margin-left: 1em; 
    margin-right: 1em; 
}

.fotoshojas a { 
    background-color: #ffffff;
    color:  #333333;
    margin-bottom: 1.5em;
    margin-left: 0.5em;
    padding: 1.5em;
    width: 140px;
    border-radius: 20px;
}


a.papelcolor {   
    background-color: #ef635f;
 }

#funciona {
    background-color: #ef635f;
}

#funciona:hover {
    background-color: #00DEAD;
    transition: 0.3s; -webkit-transition: 0.3s;
}

#funciona:active {
    background-color: #efbf3c;
    transition: 0.3s; -webkit-transition: 0.3s;
}

.soportes {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 1em;
 }


.gramajes {
        
    width: 150px;
    margin: 0.3em 0.2em;
    padding: 0.3em;
    background-color: #efbf3c;
    font-size: 40px;
    justify-content: center;
    font-weight: 700;
    border-radius: 20px;
    }

.gramajes-ilustracion {
        
    width: 150px;
    margin: 0.3em 0.2em;
    padding: 0.3em;
    background-color: #ef635f;
    font-size: 40px;
    justify-content: center;
    font-weight: 700;
    border-radius: 20px;
    } 

.gramajes-opalina {
        
    width: 150px;
    margin: 0.3em 0.2em;
    padding: 0.3em;
    background-color: #00dead;
    font-size: 40px;
    justify-content: center;
    font-weight: 700;
    border-radius: 20px;
    }

#obra90g {
        
    width: 150px;
    margin: 0.3em 0.2em;
    padding: 0.3em;
    background-color: #efbf3c;
    font-size: 40px;
    justify-content: center;
    font-weight: 700;
    border-radius: 20px;
    }

#obra90g:hover {
        
    background-color: #00DEAD;
    transition: 0.3s; -webkit-transition: 0.3s;
   }

#obra90g:active {
    background-color: #ef635f;
    transition: 0.3s; -webkit-transition: 0.3s;
}

.fotoscuadradas {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
margin-top: 2em; 
font-size: 1.2em ;    
}


.fotoscuadradas a {
    width: 150px;
    height: 150px;
  
    font-weight: 800;
    border-radius: 20px;
    position:relative;
    color: #ffffff;
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-bottom: 1.5em;

    background-color: #ef635f;
    

}

div.over-layer2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    border-radius: 20px;
     z-index: 0;

    
}

.texto2 {
    background-color: rgba(239, 99, 95, 0.5);

    
    height: auto;
    margin-top: 8.4em;
    color: #ffffff;
    z-index: 10;
    position:relative;
    width: 100%;
    text-shadow: 2px 2px 5px rgb(51, 51, 51);
    font-size: 14px;
    font-weight: 600;
    

}

.fotoscuadradas a:hover div.over-layer2 {
    background-color: #00DEAD;
    transition: 0.3s; -webkit-transition: 0.3s;
    opacity: 0.5;
    }

a.miembros:active div.over-layer2 {
    background-color: #00DEAD;
    transition: 0.3s; -webkit-transition: 0.3s;
    opacity 1;
}
.fotoscuadradas img { 
    margin-left: 1em; 
    margin-right: 1em; 
    margin-bottom: 2em;
    margin-top: 0.5em;
   border-radius: 20px;
}



.icoinicio {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
margin-top: 2em;
margin-bottom: 4em;
margin-left: auto;
    margin-right: auto;
}


.icoinicio li { 
    list-style-type: none;
    list-style: none;
    padding: 0.5em 0.5em;
    margin-bottom: 0.3em;
    margin-left: 0.5em;
    font-size: 3em;
    width: 1em;
    background-color: #efbf3c;
    text-align: center;
    
}
.icoiniciodos li { 
    list-style-type: none;
    list-style: none;
    padding: 0.5em 0.5em;
    margin-bottom: 0.5em;
    margin-left: 1em;
    font-size: 1.8em;
    width: 4em;
     background-color: #efbf3c;
}

.icoiniciotres li { 
    list-style-type: none;
    list-style: none;
    padding: 0.5em 0.5em;
    margin-bottom: 0.5em;
    margin-left: 1em;
    font-size: 1.8em;
    width: 4em;
    background-color: #00DEAD;
}

.icoinicio a { 
    list-style-type: none;
    list-style: none;
 
}




.local {
    width: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-left: 1.5em;
    margin-top: -0.5em;
    
}


.horarioslocal {
    font-size: 16px;
    padding: 0 3em;
    }

.boton {
    background-color: rgba(239, 191, 60, 0.96);
    color: #ffffff; 
    font-weight: 600;
    border: none;
    padding: 0.5em 1em;
    margin-right: 1.5em; 
}

.botonvolver {
    background-color: rgba(239, 191, 60, 0.96);
    color: #ffffff; 
    font-weight: 600;
    border: none;
    padding: 0.5em 1em;
  margin-right: auto;
    margin-left: auto;

    
}

.botoncancelar {
    background-color: #ef635f;
    color: #ffffff; 
    font-weight: 600;
    border: none;
    padding: 0.5em 1em;
  margin-right: 1em;

}

.formulariocomprar {
    padding-left: 1.5em;
    padding-right: 0em;
    float: left;
    margin-top: -0.5em;
    margin-bottom: 2em;
    
}

.formulariocomprar select, option {
    font-family: "Raleway";
    color: #ffffff;
    background-color: #333333;
    display: block;
    padding: 0.5em;
    border: 1px solid #00DEAD;
    outline: none;
    width: 100%;
}

.formulariocomprar input:focus, select:focus {
 border-color: #ef635f;
    background-color: rgba(77, 77, 77, 0.19);
    transition: 0.3s; -webkit-transition: 0.3s;
}

.formulariocomprar option {
    border:none;
}

.compras {
    padding-left: 1.5em;
}

.archivos {
    display: flex;
    flex-direction: row;
    padding-left: 1.5em;  
    align-items: center;
    margin-top: 0em;
    
}

.archivos h5 {
    font-weight: 400;
    font-size: 18px;
}

.botonsubir {
    background-color: #efbf3c;
    margin: 1.5em;
    padding: 0.5em 1em;
    font-size: 16px;
    font-weight: 600;
   }

.botonsubir .fa-upload {
    padding-right: 0.5em;
}

.boton .fa-shopping-cart {
    padding-right: 0.5em;
}
#gracias {
    
    color: #efbf3c;
    
}

.opciones {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-around;
    align-items: center;

}

.opciones a {
    background-color:  #efbf3c;
    width: 160px;
    height: 120px;
    padding: 0.3em;
    margin-top: 0.5em;  
    font-size: 50px;
    font-weight: 800;
    border-radius: 20px;
    position:relative;
        color: #ffffff;
     
}
.opciones a hr {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    border: 1px solid #ffffff;
    box-shadow: 2px 2px 15px #333333;
}

.opciones a div.texto {
    z-index: 10;
    position:relative;
    width: 100%;
    text-shadow: 2px 2px 15px #333333;
}
.opciones a p {
    
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 0em;
    
  
}

div.over-layer {    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(239, 191, 60, 0.28);
    opacity: 0.75;
    border-radius: 20px;
     z-index: 0;
}



#disponible {

   background-image: url(../img/1-fondoultra.jpg);
   background-size: 105%;
 
}

#disponible:hover div.over-layer {
    background-color: #00DEAD;
    transition: 0.3s; -webkit-transition: 0.3s;
    opacity: 0.4;
    }

#disponible:active div.over-layer {
    background-color: #ef635f;
    transition: 0.3s; -webkit-transition: 0.3s;
    opacity 0.4;
}


.separador {
border-color: rgba(239, 99, 95, 0.69);
    overflow: hidden;
width: 480px;
}

.separadorpapel {
border: 1px dotted;
border-color: #efbf3c;
overflow: hidden;
width: 480px;
}

#resumen {
    display: flex;
    flex-direction: column;;
justify-content: flex-end;
    
    overflow: hidden;
}
#seleccion {

    display: flex;
    flex-direction: row;
    padding: 0.3em;
    background-color: rgb(0, 222, 173);
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    align-items: center;
}

#seleccion .fa-file-o {
    padding-left: 1em;
    padding-right: 0.5em;
    font-weight: 800;
    
}

#seleccion .fa-chevron-right {
    margin-left: 0.5em;
    margin-right: 0.5em;
    font-size: 18px;
    
}
footer {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    
}
.bajada {
    display: flex;
    flex-direction: column;
    align-items: center;

}

#local {
    width: 480px;
}

h5 .fa-exclamation-triangle, h5 .fa-file-text, h5 .fa-clock-o, h5 .fa-floppy-o {

    padding-right: 0.5em;
    font-size: 24px; 
    color: #ffffff;
}

.horarioslocal .fa-clock-o {
    font-size: 24px;
    color: #ef635f;
    padding-right: 0.3em;
}

.atencion {
    font-size: 14px;
    color:#ef635f;
}

.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
    font-family: "Raleway", sans-serif;
    font-size: 25px;
    color: #00dead;
    margin: 0;
}
.rating > span {
  display: inline-block;
  position: relative;
  width: 1.1em;
}
.rating > span:hover:before,
.rating > span:hover ~ span:before {
   content: "\2605";
   position: absolute;
}


.bajada h5 {
    font-size: 9pt;

    color: #ffffff;
       
}

.boton:hover {
background-color: #00DEAD;
    color: #333333;
    transition: 0.3s; -webkti-transition: 0.3s;
}

.pie {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-top: 0.9em;
    
    
}

.pie a{
   
    color: #efbf3c;
    font-size: 14px;
    border-left: 10px;
    padding: 0 0.6em;
    border-left: 2px dotted #00DEAD;
    border-right: 2px dotted #00DEAD;
}

.pie a:hover {
    color: #00DEAD;
    transition: 0.3s; -webkit- transition:0.3s;
    border-left: 2px dotted #efbf3c;
    border-right: 2px dotted #efbf3c;
    }


hr {
    
width: 100%;
}

.formulariousuario { 
margin-left: auto;
margin-right: auto;
justify-content: center;

    padding-left: 1em;
}

.formulariousuario, label, input, textarea {
    font-family: "Raleway", sans-serif;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    
}

.formulariousuario label {
    color: #ffffff;
    
}

.formulariousuario input, textarea {
    margin-top: 1em;
    font-family: "Raleway", sans-serif;
    background-color: #333333;
    display: inline-block;
    padding: 0.5em;
    border: 1px solid #00DEAD;
    outline: none;
    color: #efbf3c;
    
    }

#registrarse {
    margin-top: 10em;
    margin-bottom: 0;
    
}

#registrarse a {
    font-weight: 600;
    padding-bottom: 0.2em;
    border-bottom: 1px solid;
    color:#00DEAD;
}

.tipodepapel {
    width: 80%;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    font-weight: 600;
    color: #ffffff;
    border-bottom: 1px dotted #efbf3c;
}

h2 i.fa-chevron-right {
    font-size: 100;
    font-size: 20px;
    color:#efbf3c;
    margin-left: 0.6em;
    margin-right: 0.5em;
    
}

.cantidad {
    margin-top: 0;
    
}
.cantidad form {
   margin-bottom: 0.5em;
    padding-bottom: 0;
}

.confirmarcancelar {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 1em;
}


.listadolocales {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    
}

.listadolocales div {
    padding: 0.5em 1em ;
    
}

.listadolocales img {
       border-radius: 20px;

}

.local {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    
}

.negocio {
    padding-left: 1.5em;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    margin-top: -0.5em;
    
}


.servicios i.fa-print, i.fa-plus {
    color: #ffffff;
    font-size: 25px;
    margin-left: 0.2em;
    margin-right: 0.2em;
}

.servicios {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0.5em;

}

.servicios img {
    margin-left: 0.4em;
    margin-right: 0.4em;
}


#referencias {
     display: flex;
    flex-direction: row;
     align-items: center;
    justify-content: flex-end;
    font-size: 15px;
     width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}

#referencias .fa-print {
    margin-right: 0.3em;
    padding-left: 1em;
    color: #ffffff;
    font-size: 25px;
    margin-left: 0.2em;
}

#referencias .fa-plus {
    margin-right: 0.3em;
    padding-left: 1em;
    color: #ffffff;
    font-size: 25px;
    margin-left: 0.2em;
}
#referencias img {
    margin-right: 0.3em;
    padding-left: 1em;
    color: #ffffff;
    font-size: 25px;
    margin-left: 0.2em;
}

#refes {
    color: #efbf3c;
    margin-bottom: 0.5em;
    
}

.listado-mapa {
    font-size: 18px;
}

table {
    margin-top: -1em;
    color: #ffffff;
    width: 100%;
    margin-bottom: 1em;
 border-collapse: collapse;
    background-color: rgba(124, 124, 124, 0.21)
    
    
}

table td {

    border-bottom: 1px solid #ffffff;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-align: left;
   
    
}

form.marcar {
  color: #ffffff;
width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    font-size: 18px;

}

.marcar input {
    margin-right: 0.5em;
    padding: 0;
    width: 20px;

}
