html,body{
    width:100%;
    height: 100%;
    overflow:hidden;
}

#Capa_1{
z-index: 98;
}


path{
    opacity:0;
    cursor: pointer;
}

/*path:hover{
    fill: #ffffff;
    opacity:0.6;
}*/

th, td {
      padding: 10px;
}

a:hover, a:visited, a:link, a:active{
    text-decoration: none;
    cursor: pointer; 
}

.listadoMuebles {
    color: black;
    font-weight: lighter;
    font-size: 15px;
}

.block {
    border-radius: 8px;
    margin-top: 33px;
    margin-bottom: 10px;
    border: solid;
    border-width: 2.5px;
    border-color: #dddddd;
    width: 310px;
    height: 310px;
}

#contieneSVG{
    position:absolute; 
    z-index:98; 
    width:100%;
}
#contieneImagenes{
    position:absolute; 
    z-index:0;
    width:100%;
    height:100%;
}
#contieneImagenesmenu{
    position:relative; 
    z-index:0;

}
.partes_mueble{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}
.titulo_seccion_menu{
    background-color: transparent;
    line-height: 26px;
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    color: #24282c;
}

.item_seccion_menu{
    line-height: 15px;
    color: #605247;
    font-size: 18px;
    text-align: left;
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
    text-decoration: none;
    cursor: pointer;
}

.item_seccion_menu:hover{
    color: #DBD5CB;
    cursor: pointer;
}

.listadoMuebles{
    color: black;
    font-weight: lighter;
    font-size: 17px;
}

.imgMuestras{
    width: 100%;
    height: 40px;
    margin-top: -3px;
    /* margin: 0px; */
    border-radius: 5px;
    cursor: pointer;
    border: 1px;
    border-style: solid;
    border-color: #d2d2d2;
}

#acabadosEncimera{
    text-align: left;
    margin-bottom: 0px !important;
    padding: 15px 5px 5px 5px;
    cursor: pointer;
    font-size: 17px !important;
    margin-top: 12px;
    padding-left: 12px;
    padding-top: 16px;
}
p#nombre_acabado_encimera {
    margin-top: 10px;
    color: #3a6c77;
    margin-bottom: 5px;
    font-size: 12px;
}

#acabadosEncimera hr{
    margin-bottom: 0px;
}

.imgAcabadoEncimera{
    width: 100%;
    margin-top: -3px;
    /* margin: 0px; */
    border-radius: 5px;
    cursor: pointer;
    border: 1px;
    border-style: solid;
    border-color: #d2d2d2;
}

.scroll::-webkit-scrollbar {
    width: 12px;
}

#contieneFormulario{
    position:absolute;
    background-color: rgba(4, 43, 82, 0.85);
    border-radius:10px;
    top:100px;
    left:200px;
    width:600px;
    padding-top:50px;
    padding-bottom:50px;
    padding-left:30px;
    font-size:18px;
    color:white;
    z-index:9999999;
}

#formularioDeContacto{
    margin: 62px auto 0 auto;
    /*width:80%;*/
    border-collapse:separate;
    border-spacing:10px;
}

#botonCancelarFormulario, #botonEnviarFormulario{
    border-radius:5px;
    padding:2px;
    margin-top:10px;
    font-size:10px;
    height:20px;
    margin-left:5px;
    margin-right:5px;
}

#botonEnviarFormulario{
    width:50px;
}

#botonCancelarFormulario{
    width:50px;
}

#botonCancelarFormulario:hover, #botonEnviarFormulario:hover{
    opacity: 0.5;
}

 /* Dropdown Button */
 .dropbtn {
    background-color: #ffffff;
    border-radius:1px;
    height:25px;
    color: black;
    font-size: 16px;
    border: none;
    cursor: pointer;
    display:flex;
    flex-direction:row;
    align-content: space-around;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #999999;
    opacity:0.5;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius:1px;
    max-height:500px;
    overflow-y:auto;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-radius:12px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;} 

#dropdown_provincias{
    position:absolute;
    top: 78px;
    left: 59px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}
#conjunto_provincias > div > button{
    width:130px;
}
#conjunto_distribuidores > div > button{
    width:130px;
    margin-top:10px;
}

formulario__input{
    width:200px;
}

#provincias_wrapper{
    width: 535px;
    height:90px;
    padding-bottom:10px;
    padding-top:10px;
    display:flex;
    flex-direction: column;
}

#destinatario_informacion{
    color:rgb(194, 193, 193);
}

#inputFirstName::placeholder,  
#inputLastName::placeholder, 
#inputCorreo::placeholder,
#inputTelephone::placeholder,
#inputComments::placeholder{
    font-size:10px;
    color:rgb(116, 116, 116);
}

#ddown_distribuidores{
    max-height: 455px;
    width: 470px;
    overflow-y: auto;
}
#ddown_provincias{
    max-height: 406px;
    width:320px;
    overflow-y: auto;
}

/* AGREGADO POR FRANCISCO 16/09/2022 */
#borradores{
 position:relative;	
 margin-top:15px;
}


/* CSS Document */

/*
//
// CONFIGURACION PARA PCS
//
*/
@media screen and (min-device-width : 1420px) and (orientation:landscape){
#contenedor{
  /*transform-origin: 50% 0px 0px;
  transform: scale(1.7, 1.7);
  size: A4;*/
    max-width: 1320px;
    margin: auto;
    position: relative;
    max-height: 937px;
    height: 100%;

}
#fondo{
    z-index:1;
}
img#fondo {
    border-radius: 12px;
}
.btn{
    background-color: #076a7e !important
}
#logotipo{
    max-width: 149px;
    max-height: 119px;
    position: absolute;
}
#texto-confi{
    margin-top: 137px;
    position: absolute;
    z-index: 97;
}
#borradores{
    position: absolute;
    margin-top: 170px;
    width: 167px;
    margin-left: 10px;
}
#titu-borra{
 position:relative;	
}
#mueble{
    top: 22px;
    position: absolute;
    margin-left: 180px;
    z-index: 98 !important;
    width: 700px;
    height: 700px;
}
#contieneIdiomasmenu{
    text-align: right;
    cursor: pointer;
    margin-right: 54px;
    position: absolute;
    margin-top: 40px;
    right: -5px;
    width: 450px;
    zoom: 0.82;
}
#contieneIdiomas{
    text-align: right;
    cursor: pointer;
    margin-right: 54px;
    position: absolute;
    margin-top: 5px;
    right: 10px;
    width: 450px;
    zoom: 0.82;
}
#acabados{
    position: absolute;
    margin-top: 35px;
    margin-left: 920px;
    width: 350px;
    z-index: 99;
}
#configuracionSeleccionada{
    position: absolute;
    top: 910px;
    margin-left: 181px;
    width: 630px;
}
#botonera{
    position: absolute;
    top: 842px;
    margin-left: 172px;
}
#botonera2{
  display:none;
}
#colores{
    border: 1px lightgray solid;
    /* padding: 5px; */
    padding-top: 1px;
    padding-bottom: 5px;
    align-content: center;
    border-radius: 8px;
    margin-top: 3px;
    background-color: #f1f1f1d1;
}

#nombre_muestra{
    font-size: 11px !important;
    margin-bottom: 1px !important;
    width: auto !important;
    color: #2a2e32;
    font-weight: 500;
}
#nombre_pomo{
    font-size: 13px !important;
    margin-bottom: 1px !important;
    width: auto !important;
    color: #2a2e32;
    font-weight: 500;
    margin-left: 10px;
}
#muestra{
    margin:0px !important;
}
#color_muestra {
    height: 57px;
}
#conf-selec-texto1 {
    font-size:18px;
}
#conf-selec-texto2 {
    font-size:12px;
}
#acabadosTable {
    font-size: 13px;
    color: #858a8f;
}
#pomosMuestras {
    border: 1px lightgray solid;
    /* padding: 5px; */
    padding-top: 4px;
    background-color: #ffffff;
    /* padding-bottom: 8px; */
    border-radius: 8px;
    margin-top: 3px;
}
#titulo_acabados{
    text-align: left;
    font-size: 17px!important;
    margin-bottom: 0px !important;
    padding: 15px 5px 5px 6px;
    cursor: pointer;
}
#titulo_acabados:hover, #titulo_pomos:hover{
    color: #b49d66;
}
#titulo_pomos{
    text-align: left;
    font-size: 17px!important;
    margin-bottom: 0px !important;
    margin-top:12px;
    padding: 15px 5px 5px 5px;
    cursor: pointer;
}
#cobre {
    width: 55px;
}
.imgPomos{
 width:55px;   
 cursor:pointer;
}

#nombre_encimera {
    margin-bottom: 3px;
    font-size: 13px;
    margin-top: 28px;
}

.imgEncimeras{
    width: 100%;
    cursor: pointer;
    border: solid;
    border-width: 1.5px;
    border-color: #d1d1d1;
    border-radius: 8px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.10);

}
.st0{
  cursor:pointer;  
}
.st1{
  cursor:pointer;  
}
.st2{
  cursor:pointer;  
}
#Pomos{
    flex: 0 0 auto;
    width: 24%;
}
.btn{
margin-left: 4px
}

#iconito {
    margin-top: -3px;
    margin-right: 0px;
    margin-left: -15px;
    margin-right: 4px;
}
#imagen_borradores {
    flex: 0 0 auto;
    width: 145px !important;
    border-radius:5px;
    border: 1px lightgray solid;
    margin-bottom: 10px;
    --bs-gutter-x: 0px !important;
}
#Idioma{
    width: 160px;
    border-radius: 6px;
    font-size: 18px;
    color: #a88d48;
    height: 29px;
    border-color: #e2e2e2;
}
#listadoMuebles{
    overflow: scroll;
    overflow-y: scroll; 
    height: 79vh; 
    overflow-x: hidden;
    margin-top: 170px;
}
#listadoSecciones {
    padding-top: 8px;
    width: 21%;
    margin-top: 177px;
    margin-left: 15px;
    border-style: solid;
    border-width: 1;
    border-color: lightgrey;
    border-radius: 5px;
    background-color: #f3f2f2;
}

}


/*
//
// CONFIGURACION PARA PORTATILES
//
*/
@media screen and (min-device-width : 1000px) and (max-device-width : 1420px) and (orientation:landscape){
#contenedor{
  /*transform-origin: 50% 0px 0px;
  transform: scale(1.7, 1.7);
  size: A4;*/
    max-width: 1320px;
    margin: auto;
    position: relative;
    max-height: 937px;
    height: 100%;

}
#fondo{
    z-index:1;
}
#logotipo{
    max-width: 149px;
    max-height: 119px;
    position: absolute;
}
#texto-confi{
    margin-top: 137px;
    position: absolute;
    z-index: 97;
}
#borradores{
    position: absolute;
    margin-top: 170px;
    width: 167px;
    margin-left: 10px;
}
#titu-borra{
 position:relative;	
}
#mueble{
    top: 22px;
    position: absolute;
    margin-left: 164px;
    z-index: 98 !important;
    width: 700px;
    height: 700px;
}
#contieneIdiomasmenu{
    text-align: right;
    cursor: pointer;
    margin-right: 54px;
    position: absolute;
    margin-top: 40px;
    right: -5px;
    width: 450px;
    zoom: 0.82;
}
#contieneIdiomas{
    text-align: right;
    cursor: pointer;
    margin-right: 54px;
    position: absolute;
    margin-top: 5px;
    right: 10px;
    width: 450px;
    zoom: 0.82;
}
#acabados{
    position: absolute;
    margin-top: 19px;
    margin-left: 892px;
    width: 350px;
    z-index: 99;
}
#configuracionSeleccionada{
    position: absolute;
    top: 727px;
    margin-left: 209px;
    width: 630px;
}
#botonera{
    position: absolute;
    top: 842px;
    margin-left: 172px;
}
#botonera2{
  display:none;
}
#colores{
    border: 1px lightgray solid;
    /* padding: 5px; */
    padding-top: 1px;
    padding-bottom: 5px;
    align-content: center;
    border-radius: 8px;
    margin-top: 3px;
    background-color: #f1f1f1d1;
}

#nombre_muestra{
    font-size: 11px !important;
    margin-bottom: 1px !important;
    width: auto !important;
    color: #2a2e32;
    font-weight: 500;
}
#nombre_pomo{
    font-size: 13px !important;
    margin-bottom: 1px !important;
    width: auto !important;
    color: #2a2e32;
    font-weight: 500;
    margin-left: 10px;
}
#nombre_encimera{
    font-size: 13px !important;
    margin-bottom: 1px !important;
    width: auto !important;
    color: #2a2e32;
    font-weight: 500;
    margin-left: 10px;
}
#muestra{
    margin:0px !important;
}
#color_muestra {
    height: 57px;
}
#conf-selec-texto1 {
    font-size:18px;
}
#conf-selec-texto2 {
    font-size:12px;
}
#acabadosTable {
    font-size: 13px;
    color: #858a8f;
}
#pomosMuestras {
    border: 1px lightgray solid;
    /* padding: 5px; */
    padding-top: 4px;
    background-color: #ffffff;
    /* padding-bottom: 8px; */
    border-radius: 8px;
    margin-top: 3px;
}
#titulo_acabados{
    text-align: left;
    font-size: 17px!important;
    margin-bottom: 0px !important;
}
#titulo_pomos{
    text-align: left;
    font-size: 17px!important;
    margin-bottom: 0px !important;
    margin-top:12px;
}
#cobre {
    width: 55px;
}
.imgPomos{
 width:55px;   
 cursor:pointer;
}
.st0{
  cursor:pointer;  
}
.st1{
  cursor:pointer;  
}
.st2{
  cursor:pointer;  
}
#Pomos{
    flex: 0 0 auto;
    width: 24%;
}
#Encimeras{
    flex: 0 0 auto;
    width: 50%;
}
.btn{
margin-left: 4px
}

#iconito {
    margin-top: -3px;
    margin-right: 0px;
    margin-left: -15px;
    margin-right: 4px;
}
#imagen_borradores {
    flex: 0 0 auto;
    width: 145px !important;
    border-radius:5px;
    border: 1px lightgray solid;
    margin-bottom: 10px;
    --bs-gutter-x: 0px !important;
}
#Idioma{
    width: 160px;
    border-radius: 6px;
    font-size: 18px;
    color: #a88d48;
    height: 29px;
    border-color: #e2e2e2;
}
#listadoMuebles{
    overflow: scroll;
    overflow-y: scroll; 
    height: 79vh; 
    overflow-x: hidden;
    margin-top: 170px;
}
#listadoSecciones {
    padding-top: 8px;
    width: 21%;
    margin-top: 177px;
    margin-left: 15px;
    border-style: solid;
    border-width: 1;
    border-color: lightgrey;
    border-radius: 5px;
    background-color: #f3f2f2;
}

}
/*
//
// CONFIGURACION PARA SMARTPHONES
//
*/
@media screen and (min-device-width : 300px) and (orientation:portrait){
#contieneIdiomasmenu {
    float: right;
    cursor: pointer;
    display:none;
}
button.btn {
    font-size: 32px;
}
a.btn {
    font-size: 32px;
}
#contieneIdiomas {
    float: right;
    cursor: pointer;
    display:none;
}

#boton_borrador{
    display:none;
}
#fondo{
    z-index:1;
}
#borradores {
    display: none;
}


#botonera2 {
    display: block;
}	
#contenedor{
  /*transform-origin: 50% 0px 0px;
  transform: scale(1.7, 1.7);
  size: A4;*/
    max-width: 1400px;
    margin: auto;
    position: relative;
    max-height: 937px;
    height: 100%;

}
#logotipo{
    max-width: 149px;
    max-height: 119px;
    position: absolute;
    z-index:99;
    margin-left: 20px;
    margin-top: -5px;
}
#texto-confi{
    position: absolute;
    z-index: 97;
    margin-top: 121px;
    margin-left: 20px;
    
}
#borradores{
    position: absolute;
    margin-top: 175px;
    width: 167px;
    margin-left: 13px;
}
#titu-borra{
 position:relative;	
}

#contieneIdiomas{
    text-align: right;
    cursor: pointer;
    position: absolute;
    right: 10px;
    width: 100px;
    z-index:99;
    margin-top: 20px;
    margin-right: 32px;
}

#listadoMuebles {
    margin-top: 200px;
}

.col-3 {
    flex: 0 0 auto;
    width: 33% !important;
}

.block {
    border-radius: 8px;
    margin-top: 33px;
    margin-bottom: 10px;
    border: solid;
    width: 250px;
    height: auto;
    border-width: 2.5px;
    border-color: #dddddd;
}

#botonera2{
  display:none;
}
#colores{
    border: 1px lightgray solid;
    padding: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 8px;
    margin-top: 3px;
}


#muestra{
    margin:0px !important;
}
#color_muestra {
    height: 50px;
}
#conf-selec-texto1 {
    font-size:18px;
}
#conf-selec-texto2 {
    font-size:12px;
    display: none;
}
#acabadosTable {
    font-size: 13px;
    color: #858a8f;
    margin-top: -7px;
}
#pomosMuestras {
    border: 1px lightgray solid;
    padding: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 8px;
    margin-top: 3px;
}
#encimerasMuestras {
    border: 1px lightgray solid;
    /* padding: 5px; */
    padding-top: 1px;
    padding-bottom: 5px;
    align-content: center;
    border-radius: 8px;
    margin-top: 3px;
    background-color: #f1f1f1d1;
}
#titulo_acabados{
    text-align: left;
    font-size: 19px!important;
    margin-top: -30px;
    margin-bottom: 15px !important;
}
#titulo_pomos{
    text-align: left;
    font-size: 19px!important;
    margin-bottom: 0px !important;
    margin-top:10px;
}
#titulo_encimeras{
    text-align: left;
    font-size: 19px!important;
    margin-bottom: 0px !important;
    margin-top:10px;
    display:none;
}
#cobre {
    width: 55px;
}
.imgPomos{
 width:55px;   
 cursor:pointer;
}
.st0{
  cursor:pointer;  
}
.st1{
  cursor:pointer;  
}
.st2{
  cursor:pointer;  
}
#Pomos{
    flex: 0 0 auto;
    width: 24%;
}
.btn{
margin-left: 17px
}

#iconito {
    margin-top: -3px;
    margin-right: 0px;
    margin-left: -15px;
}
#imagen_borradores {
    flex: 0 0 auto;
    width: 182px !important;
    border-radius:5px;
    border: 1px lightgray solid;
    margin-bottom: 5px;
}
.acabadosTitle{
    text-align: left;
    font-size: 17px !important;
    margin-bottom: 0px !important;
    margin-top: 12px;
}
.acabadosBody{
    border: 0px !important;
    padding-top: 4px !important;
    background-color: #ffffff !important;
    border-radius: 8px !important;
    margin-top: 3px !important;
}
#mueble {
    top: 4px;
    position: absolute;
    margin-left: 15px;
    z-index: 1 !important;
    WIDTH: 900px;
    HEIGHT: 900px;
text-align: center;
}
#configuracionSeleccionada {
position: absolute;
    top: 905px;
    margin-left: 31px;
    width: 915px;
    z-index:99;
}
#botonera {
    position: absolute;
    top: 1629px;
    margin-left: 15px;
    width: 940px;
    height: 100px;
}

button.btn:hover {
 color:yellow;
}

#acabados {
    position: absolute;
    margin-top: 985px;
    margin-left: 30px;
    width: 857px;
    z-index: 99;
}
.col-4 {
flex: 0 0 auto;
    width: 171px;
    height: 75px !important;
}

#nombre_muestra {
    font-size: 19px !important;
    margin-bottom: 1px !important;
    width: auto !important;
    color: #000000;
    font-weight: 500;
}

.imgMuestras {
    width: 100%;
    height: 48px;
    margin-top: -3px;
    /* margin: 0px; */
    border-radius: 5px;
    cursor: pointer;
    border: 1px;
    border-style: solid;
    border-color: #d2d2d2;
}

#conf-selec-texto1 {
    font-size: 28px;
}

#conf-selec-texto2 {
    font-size: 21px;
}

#acabadosTable {
    font-size: 19px;
    color: #858a8f;
    display:none;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    margin-bottom: 5px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 28px;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
}