﻿@import url('https://fonts.googleapis.com/css?family=Asap:400,400i,700,700i|Noto+Serif:400,400i,700,700i');


* {
margin: 0;
padding: 0;
border: 0;
box-sizing: border-box;
}

body {
    background-color: darkgrey;
    color: white;
    font-family: "Asap", sans-serif;
}

h2 {
    color: white;
    margin-bottom: .5em;
    font-size: 22px;
}

h3 {
    font-family: "Asap", serif;
    font-size: 16px;
    margin-top: 1em;
    margin-bottom: 0em;
}

p{
    margin-bottom: .5em;
    font-size: 15px;
}

img {
    max-width: 100%;
    height: auto;
}

header {
    height: 3em;
    background-color: black; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2em;
}

header ul {
    display: flex;
    list-style: none;
}

header ul li {
    width: 2em;
    height: 2em;
    display: flex;
}

header ul li a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

p a {
    color: white;
    font-weight: 700;
}

button {
    font-size: 14px;
    border: 1px solid white;
    padding: 1em;
    width: 48%;
    background-color: rgba(0,0,0,.1);
    color: white;
}

div a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    justify-content: space-between;
}

div div a img{
    display: flex;
    justify-content: space-between;
    justify-content: center;
    height: 35px;
}

input { 
    color: white;
    background-color: rgba(0,0,0,.1);
    border: 1px solid white;
    padding: 1em 1em;
    margin-top: 1em;
    font-size: 14px;
    width: 160px;
}

button figure img{
    width: 100%;
    height: 40%;
}

figure button {
    width: 90%;
    padding: 0;
    background-color: white;
    margin-top: 1.5em;
    margin-bottom: .5em;
  }

div figure figcaption {
    font-size: 13px;
}

footer{
    font-family: "Asap", sans-serif;
    font-size: 10px;
    background-color: black;
    padding: 2em;
    padding-bottom: 3em;

}
/*--------------- CLASES ---------------*/
#logo {
    max-width: 10em; 
}

.bienvenidos {
    color: white;
    margin-top: 2em;
}

#logoMA {
  display: block;
  width: 5em;
}

#usuario {
    display: flex;
    justify-content: flex-end;
}

#materiales {
    background-color: #EE7371;
    color: white;
    padding: 2em;
}

#propio-diseño { 
    background-color: darkgrey;
    color: white;
    width: 100%;
    padding: 2em;
}

.fondoprincipal {
    background-image: url(../imagenes/Fondo-Carga.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-position: center;
}

.fondovioleta {
    background-color: #AC9AC7;
    box-sizing: border-box;
}

.iniciar-sesion {
    background-color: #AC9AC7;
    color: white;
    padding: 2em;
}

#completar {
    color: #AC9AC7;
    background-color: white;
    padding: 0.5em;
    font-size: 0.9em;
    width: 100%;
}

.separador { 
    margin-top: 1em;
}

.centrar{
    text-align: center;
}


/*-----------HACE TU PROPIO DISEÑO------------*/

.contenedorimagenes{
    display: flex;
    justify-content: space-around;
}


.diseñar {
    color: white;
    padding: 2em;
}

.iconos_top {
    display: flex;
    justify-content: flex-start;
}

#color {
    display: flex;
    justify-content: space-between;
    justify-content: center;
    height: 45px;
    margin-top: 1em;
    margin-bottom: 1em;
}

#texturas{
    display: flex;
    justify-content: space-between;
    justify-content: center;
    height: 45px;
    margin-top: 1em;
    margin-bottom: 1em;
  
}

#menu {
    display: flex;
    justify-content: space-between;
}

#tacho{
    align-items: flex-end;
    position: absolute;
    left: 79%;
    top: 72%;
}

#presupuesto{
    background-color: darkgrey;
    text-align: center;
    color: white;
    width: 100%;
    padding-top: 1.5em;
}
/*--------- menu desplegable con perfil -----------*/

.desplegable {
    height: 50%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.desplegable-contenido {
    position: relative;
    width: 100%;
    text-align: center;
}

.desplegable a {
    padding: 8px;
    text-decoration: none;
    font-size: 15px;
    color: #818181;
    display: block;
    transition: 0.3s;  
}

.desplegable a:hover, .desplegable a:focus {
    color: #f1f1f1;
}

.desplegable .closebtn {
    position: absolute;
    top: 5px;
    right: 30px;
    font-size: 30px;
}

.usuario{
    margin: auto;
    text-align: center;
    font-size: 75%;
    padding: 4em 1em 1em 1em;
    border-bottom: solid 1px rgba(255,255,255,.25);
}

.usuario img {
    border-radius: 50%;
    max-width: 25vmin;
    max-height: 25vmin;
    border: 2px solid #fff;
}


/*--------------- SISTEMAS ----------------*/

.videoflexbox{
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-content: space-around;
}

#video a{
    color: white;
    text-decoration: none;
    padding: .2em;
    border border-radius: 10%;
    background-color: rgba(0,0,0,.1);
}

section #video {
    margin-bottom: 1em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


#sistema {
    max-height: 450px;
}

#sistemasim h3 {
    margin-bottom: .5em;
}

#sistemasim p {
    font-size: 12px;
    hyphens: auto; 
}

#videoresponsive {
    position: relative;
    margin: 0 auto;
    height: 0;
    padding-bottom: 60%;
    }

#videoresponsive iframe {
    position: absolute;
    height: 100%;
    width: 100%;
}

.estereolit {
    padding-right:.5em;
    float: left;
    width: 25%;
}

.sintetizado {
    padding-right:.5em;
    float: left;
    width: 25%;
}

.modelado {
    padding-right:.5em;
    float: left;
    width: 25%;
}

.polyjet {
    float: left;
    width: 25%;
}


@media screen and (max-width:600px) {
  .estereolit, .sintetizado, .modelado, .polyjet {
    width:100%; 
  }
}


/*-------------- MAPA -------------*/

.continuar a{ 
    background-color: rgba(0,0,0;.1);
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1.2em 2.2em;
    text-align: center;
    border-radius: 2em;
    padding: 1em 1em;
    width: 100%;
    
}

a#continuar{
    background-color: rgba(0,0,0,.1);
    color: white;
    font-size: 14px;
    text-decoration: none;
    padding: 1.2em 2.2em;
    border-radius: 1em;
    margin-top: 1em;
    padding: 1em 1em;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;  
}

h2#donde {
    margin-top: 1em;
    text-align: center;
}

    

.mainbuscar{
    flex-grow: .5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 4%;
    padding-left: 4%;
    padding-bottom: 10px;
}

.map{
    margin:0;
    padding: 0;
    border: 0;
}

#mapas{
    background-image: url(imagenes/palermo.png);
    background-size: cover;
    margin:0;
    padding: 0;
    border: 0;
     
}
/*------------ GALERIA DE TRABAJO ----------------*/

#galeriatrabajos>img{
display: block;
max-width: 100%;
height: auto;
    
}
 
.contenedor{
    max-width: 100%;   
    margin:auto;
}

.small, .normal{
    padding: 5px;
}

.columna-1-3{
    display: flex;
    display: inline-flex;
    justify-content: space-around;
    max-width: 100%;
    height: auto;
    margin-left: 2em;
    margin-right: 2em;
}

.columna-2-3{
    display: flex;
    justify-content: space-around;
    margin-bottom: 1%;
    margin-left: 2em;
    margin-right: 2em;
    max-width: 100%;
    height: auto;
}

#titulogaleria{
    margin-top: 1em;
    margin-bottom: 1em;
}

#galeria1{
    margin: auto;
    text-align: center;
}

#creatu{
    background-color: darkgrey;
    text-align: center;
    color: white;
    width: 100%;
    padding: 2em;
}

/*-----presupuesto-------*/

#titulo6 {
    margin-left: 2em;
}

#titulo7 {
    margin-left: 2em;
}

#sel1 {
    margin-left: 3em;
    margin-top: 1em
}

.form-group2{
    margin-left: 2em;
}

.parrafo1{
    margin-left: 2em;
    margin-right: 2em;
}

.parrafo2{
    margin-left: 2em;
    margin-right: 2em;
}

.pantallainf{
    margin-left: 2em;
    margin-top: 1em;
}

#pedir{
    text-align: center;
    margin-bottom: 2em;
}

#mapaboton{
    background-color: darkgrey;
    text-align: center;
    color: white;
    width: 100%;
    padding-bottom: 1.5em;
}

/*---------- REFERENTES -----------*/

.referentes{
    display: flex;
    justify-content: space-between;
}

.artistas{
    margin-bottom:.5em;
    margin-top:1em;
    font font-size: 15px;
}

.fotoartista{
    width:30%; 
    height: 30%; 
    margin-top: .5em;
    margin-bottom: .5em;
}