.beige{
    background-color: #CEBFAC;
    height: 25px;
}
.white{
    background-color: white;
    height: 25px;
}
.brown{
    background-color: #A28D7C;
    height: 25px;
}
.lightgray{
    background-color: #BCBBB9;
    height: 25px;
}
.darkgray{
    background-color: #7A7977;
    height: 25px;
}
.lightmos{
    background-color: #C8AB6F;
    height: 25px;
}
.darkmos{
    background-color: #9D8954;
    height: 25px;
}
.terracota{
    background-color: #A77159;
    height: 25px;
}
.green{
    background-color: #808871;
    height: 25px;
}

.panel-default {
    border-color: #ddd5c1;
}

 .panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.0);
    box-shadow: 0 1px 1px rgba(0,0,0,.0);
}

.panel-body{
    background-color: #ddd5c1;
    border-radius: 4px;
}

.simulador-bg{
    background-color: #a19a85;
    padding: 5px;
    margin-top: 15px;
}

a.thumbnail:hover, a:hover, a{
    border-color: #a19a85 !important;
    cursor: pointer !important;
}

a.thumbnail.active-color:hover, a.active-color:hover, a.active:hover{
    border-color: #1f4827 !important;
    cursor: pointer !important;
}

@media screen and (max-width: 767px) {

    .thumbnail-casa{
    margin:50px;
}

    .color-fachada{
    width: 100%;
    margin:1%;

}

.titulo-fachada{
    width: 100%;
    margin:1%;
    background-color: #a19a85;
    padding: 5px;
    border-radius: 4px;
    color: #e8e8e8;
}
}

@media screen and (min-width: 768px) {
    .color-fachada{
    width: 6.7%;
    margin:1%;

}

.titulo-fachada{
    width: 19%;
    margin:1%;
    background-color: #a19a85;
    padding: 5px;
    border-radius: 4px;
    color: #e8e8e8;
}
}


.titulo-paso{
    background-color: #a19a85;
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 20px;
    color: #e8e8e8;
}

.titulo-paso p{
    font-size: 12px;
    text-align: center;
    margin: 0px 0px 0px;
}

.titulo-fachada{
    font-size: 12px;
    text-align: center;
}

.fachada-bg{
    background-color: #ddd5c1;
    border-radius: 0px 0px 4px 4px;
}

.thumbnail-teja{
    background-color: transparent;
    border:0px;
}

.fondo-teja{
    background-color: #a19a85;
    padding: 3px;
    border-radius: 4px;
}

.active-teja{
    background-color: #1f4827;
    padding: 3px;
    border-radius: 4px;
}

.thumbnail-casa{
    background-color: #a19a85;
    border:1px solid #a19a85 !important; 
    border-radius: 4px;
}

.active{
    background-color: #1f4827;
    border:1px solid #1f4827 !important; 
    border-radius: 4px;
}

.active-color{
    border: solid 4px #1f4827 !important;
}

/*-- SIMULADOR PESO --*/

.calculadora-bg{
    background-color: #fff;
    border:0px;
}

.header-row {
    background-color: #1D5041;
}

.titulo-header{
    text-align: center;
    padding: 5px;
    border-radius: 4px 0px 0px 4px;
}

.opcion-header{
    text-align: center;
    /*background-color: #1f4827 ;*/
    border-radius: 0px 4px 4px 0px;
    padding: 0px;
}

.row-calculadora{
    padding: 10px;
}

.thumbnail {
    margin-bottom: 5px;
}

.color-content {
    display: block;
    padding: 4px;
    line-height: 1.42857143;
    background-color: rgba(0,0,0,0);
    border: 0px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.color-content p {
    text-align: center;
    font-size: 11px;
}

.thumbnail-teja p {
    font-size: 11px;
    color:#333;
    text-align: center;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.resultados {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: right;
}

.titulo-header {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    text-transform: none;
    color: #fff;
    text-align: left;
}

.opcion-header {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

svg {
    width: 18px;
    fill:#fff;
}

select, input {
    text-align: center;
    font-family: sans-serif;
    font-size: 16px;
    padding: 6px;
    background-color: #f4f4f4;
    border: 0px;
}

.center-block {
    padding: 6px;
}

@media (max-width: 919px) {
    img {
        /*background-color: #fff;
        border: 4px solid #fff;*/
    }
    .img-mobile {
        display: block;
    }
    .img-desktop {
        display: none;
    }
    select {
        width: 96%;
    }
    .col-sm-12.img-responsive {
        width: 20% !important;
    }
    input.col-sm-12 {
        width: 80% !important;
    }
    .flex-display {
        display: flex;
    }
    .resultados {
        text-align: center;
    }
}

@media (max-width: 480px) {
    img {
        width: 100%;
        /*background-color: #fdfdfd;
        border: 4px solid #f4f4f4;*/
    }
    .img-mobile {
        background-color: rgba(0,0,0,0);
    }
}

@media (min-width: 920px) {
    .img-mobile {
        display: none !important;
    }
    .img-desktop {
        display: block !important;
    }
    img {
        /*background-color: #fff !important;
        border: 4px solid #fff !important;*/
    }
    .thumbnail a>img, .thumbnail>img {
        margin: auto;
    }
    .img-desktop {
        display: flex !important;
    }
    .img-desktop img {
        width: 100%;
    }
}

.thumbnail {
    border: 0px;
    border-radius: 0px;
}

@media (min-width: 992px) {
    .container {
        width: 100%;
        display: flex;
    }
}