/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Aug 13, 2017, 9:06:01 PM
    Author     : fernando
*/

p {
    margin: 0 0 10px;
    padding: 0;
}

div.ladrilhos h3 {
    margin: 0 0 10px;
    clear: both;
}

.aviso {
    padding: 20px;
    border: 2px solid #000;
    background: yellow;
    color: #000;
    text-align: center;
}

/* Structure */
#ladrilhos {
    margin: 0;
    height: 1100px;
}
#ladrilhos h2 {
    margin-top: 0;
    color: #01126E;
    font-size: 20px;
}
#ladrilhos h2 span {
    font-size: 12px;
}
#ladrilhos-simulator {
    width: 1000px;
    margin: 0 auto;
}
#ladrilhos-simulator,
#ladrilhos-simulator input {
    font-family: 'Roboto', sans-serif;
    color: #01126E;
}
.left-col {
    float: left;
    width: 225px;
    margin: 0 40px 0 0;
}
.main-content {
    position: relative;
    float: left;
    width: 380px;
    margin: 0 40px 20px 0;
}
.right-col {
    position: relative;
    float: left;
    width: 315px;
}
.form {
    float: left;
    width: 690px;
}
.perspective {
    clear: both;
    perspective: 100px;
    perspective-origin: bottom center;
    margin: 0 0 40px;
}
.perspective h2{
    text-align: center;
    margin: 0;
}
.perspective-child {
    transform: rotateX(20deg);
    height: 300px;
    width: 300px;
    margin: 0 auto;
}
.perspective-child .ladrilho svg {
    width: 50px;
    height: 50px;
}
.perspective-child .ladrilho {
    float: left;
    width: 100px;
    height: 100px;
    clear: none;
}

.placed {
    clear: both;
    position: relative;
}
.placed-container{
    position: relative;
}
.placed-overlay{
    background: url(room.png) no-repeat center top;
    background-size: cover;
    width: 100%;
    height: 667px;
    position: absolute;
    z-index: 1;
}
.placed h2{
    text-align: center;
    margin: 0;
}
.perspectivereal {
    clear: both;
}
.perspectivereal-child {
    height: 667px;
    width: 1000px;
    margin: 0 auto;
}
.perspectivereal-child .ladrilho svg {
    width: 50px;
    height: 50px;
}
.perspectivereal-child .ladrilho {
    float: left;
    width: 100px;
    height: 100px;
    clear: none;
}

/* Section Form */
.dados-cliente,
.dados-ladrilho {
    float: left;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #fcfcfc;
    padding: 10px;
    margin: 0 10px 20px 0;
}
.send {
    float: left;
    width: 226px;
    text-align: center;
}

.form > label {
    font-size: 14px;
    display: block;
}
.form input[type='text'],
.form input[type='email'] {
    display: block;
    width: 200px;
    height: 28px;
    border: 1px solid #333;
    padding: 0 6px;
    border-radius: 10px;
}
.form input[type='submit'] {
    background: #ffcb05;
    font-size: 20px;
    padding: 10px 20px;
    margin: 70px 0 10px 0;
    border: none;
    border-radius: 20px;
}
.form input[type='radio'] {
    margin: 0;
}

.form .formatos {
    display: flex;
    gap: 10px;
}
.form .formatos > div{
    display: flex;
    align-items: center;
}
.form .formatos label{
    font-size: 14px;
    line-height: 1;
    margin: 0 0 0 3px;
    cursor: pointer;
}

.enviando,
.sucesso,
.erro {
    display: none;
}

.enviando {
    height: 16px;
    line-height: 16px;
}
.enviando img {
    vertical-align: top;
}

/* Section Ladrilhos */
.section-ladrilhos {
    display: block;
    margin: 0 0 20px;
    padding: 0;
}

.section-ladrilhos li {
    display: block;
    background: #ffcb05;
    height: 30px;
    line-height: 31px;
    margin: 0 0 4px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    border-radius: 10px;
}
.section-ladrilhos li a {
    color: #01126E;
    text-decoration: none;
}

/* Ladrilho Small(Left Col) */
.ladrilhos-container{
    border: 1px solid #ffcb05;
    border-radius: 10px;
    padding: 10px;
}
.ladrilhos {
    height: 545px;
    overflow-y: scroll;
}

.ladrilho-mini {
    float: left;
    height: 100px;
    margin: 0 6px 0 0;
}
.ladrilho-mini svg {
    fill: #ffffff;
}
.ladrilho-mini .colorivel {
    fill: #A9ABAE;
}
.ladrilho-mini svg {
    width: 80px;
    height: 80px;
}
.ladrilho-mini p {
    font-size: 9px;
    text-align: center;
}

/* Ladrilho Big(Main Col) */
.ladrilho {
    width: 380px;
    height: 380px;
    float: left;
    clear: left;
}
.ladrilho svg {
    width: 190px;
    height: 190px;
    float: left;
    fill: #ffffff;
}
.ladrilho .colorivel {
    fill: #A9ABAE;
}
.ladrilho .colorivel * {
    fill: #A9ABAE;
}




/* Panels */
#paineis {
    margin-bottom: 40px;
}
.paineis > div {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}
.paineis svg {
    width: 320px;
    height: auto;
}
.painel {
    background-image: url('./paineis/bg-painel.svg');
    background-size: cover;
    position: relative;
}

.painel-overlay {
    background-image: url('./almofadas.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 320px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


/* Collor Pallete */
.cores a {
    background: #eee;
    border: 1px solid #eee;
    color: #000;
    width: 62px;
    height: 52px;
    display: block;
    border-radius: 10px;
    float: left;
    margin: 0 2px 2px 0;
    text-decoration: none;
    word-wrap: break-word;
}
.cores a.selected {
    border: 1px solid #ffcb05;
}

span.cor {
    width: 60px;
    height: 26px;
    display: block;
    margin: 1px;
    border-radius: 9px;
}

.C01 span.cor { background: #FEFEFE; }
.C02 span.cor { background: #D8C7C1; }
.C03 span.cor { background: #F8E488; }
.C04 span.cor { background: #E3BE03; }
.C05 span.cor { background: #C19951; }
.C06 span.cor { background: #F58634; }
.C07 span.cor { background: #DC462D; }
.C08 span.cor { background: #8A1D1A; }
.C09 span.cor { background: #F0B4BA; }
.C10 span.cor { background: #Ff9393; }
.C11 span.cor { background: #86505D; }
.C12 span.cor { background: #A2948B; }
.C13 span.cor { background: #692B20; }
.C14 span.cor { background: #73B2D4; }
.C15 span.cor { background: #217CA9; }
.C16 span.cor { background: #0D1345; }
.C17 span.cor { background: #296871; }
.C18 span.cor { background: #47B4B1; }
.C19 span.cor { background: #78A677; }
.C20 span.cor { background: #407D40; }
.C21 span.cor { background: #244228; }
.C22 span.cor { background: #B5B5B5; }
.C23 span.cor { background: #898989; }
.C24 span.cor { background: #535353; }
.C25 span.cor { background: #212121; }

span.codigo-cor {
    background: #999;
    margin: 2px 2px 2px 2px;
    border-radius: 6px;
    font-size: 8px;
    padding: 2px 4px;
    float: left;
}
span.nome-cor {
    font-size: 8px;
    display: block;
    text-align: center;
    margin: 3px;
    text-transform: uppercase;
}

.action {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background: #ffcb05;
    border: 2px solid transparent;
    box-sizing: border-box;
    color: #01126E;
    text-align: center;
    padding: 28px 0;
    z-index: 9;
    text-decoration: none;
}
.action:hover {
    border: 2px solid #01126E;
}
.action-perspectiva {
    right: 0;
    bottom: -50px;
}
.action-simulador {
    right: 0;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}