.maderas{
width:100%;
text-align: center;
margin-top:10px;
margin-bottom:20px;
}
.maderas img{
width:100%;
max-width:200px;
border-radius: 12px;
}

.pro_texto p{
margin-top:5px;
}
/* FOTOGALERIA */
.fotogaleria{
display:flex;
justify-content: center;
flex-wrap: wrap;
background:white;
padding-top:10px;
padding-bottom:20px;
box-sizing: border-box;
}
.fotobloque{
width:24%;
margin:2px;
line-height: 0;
}
.fotobloque img{
width:100%;
max-width: 900px;
}

.ventana{
display:none;
position: fixed;
width:100%;
height:100vh;
text-align: center;
background:black;
z-index: 100;
}

/* FOTOGALERIA FIJO */
.clicgaleria{
position:fixed;
border-left:0px;
bottom:-38px;
left:-40px;
z-index:2000
}
.clicgaleria img{
width:113px;
height:100px;
}
.clicgaleria ul{list-style:none}
.clicgaleria ul li a{
display:inline-block;
padding: 2px 2px;
margin:2px;
text-decoration:none;
-webkit-transition:all 500ms ease;
-o-transition:all 500ms ease;
transition:all 500ms ease; 
border-radius: 8px;
opacity:1;
}

.clicgaleria ul li a:hover{opacity:0.8;}

.sospechas img{
padding-top:3%;
padding-left:1em;
padding-right:1em;
box-sizing: border-box;
width:100%;
max-width:536px;
}
.reducir{
width:30% !important;
padding:7px !important;
}
.subtitulo{
font-size:20px;
width:100%;
color:white;
text-align:center;
letter-spacing: 3px;
background:#6C5C4C;
padding:1em 2em;
box-sizing: border-box;
}

.subtitulo p{
color:#EAE6D6;
font-size:18px;
}

.productos{
display:flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
padding-left:10%;
padding-right:10%;
box-sizing: border-box;
text-align: center;
overflow: hidden;
}

.productos img{
width:100% !important;
max-width: 1510px;
}
.pro_texto{
width:100%;
padding:1em 0 0 0;
box-sizing: border-box;
text-align:center;
color:#6C5C4C;
}
.pro_texto h1{ 
margin-top:20px;
color:black;
}
.pro_foto{
width:33%;
}
.pro_foto_max{
width:70%;
}
.pro_foto img{
width:100%;
max-width:100%;
margin-right:1px;
}

.pro_fotox4{
width:20% !important;
}
.productos .pro_fotox4 img{
width:100%;
max-width:482px;
}

.pro_fotox4_central{
width:49.4% !important;
}
.productos .pro_fotox4_central img{
width:100%;
max-width:100%;
}

.radio-center img{
border-radius: 0px;
}
.banda-ppal{
text-align: center;
width:100%;
padding:20px;
box-sizing: border-box;
margin-bottom:0px;
background-image: url("../images/head-madera.webp");
background-position: top center; 
background-repeat: no-repeat;
background-size:cover;
}

.banda-ppal h1{
color:white;
font-size:30px;
font-weight: 200;
margin-top:0;
margin-bottom:10px;
line-height: 1em;
}
.banda-ppal h2{
color:#FFF5BA;
font-size:22px;
font-weight: 400;
letter-spacing: 8px;
margin-bottom:0;
margin-top:0;
}
.banda-ppal img{
width:341px;
height:248px;
}
.urgencias{
width:fit-content;
background:red;
margin: 0 auto;
border-radius: 30px;
padding:1em;
box-sizing: border-box;
margin-bottom:20px;
}

.pago{
width:100%;
text-align: center !important;
padding-left:15px;
padding-right:15px;
box-sizing: border-box;
}
.pago img{
width:100%;
}
.introduccion{
display:block;
width:100%;
font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-size: 17px;
font-weight: normal !important;
color:#EAE6D6;
padding:12px 20px 19px 20px;
box-sizing: border-box;
text-align: center;
line-height: 1.3em;
background:black;
}
.tarjeta{
display:flex;
position:relative;
justify-content: center;
flex-wrap: wrap;
width:70%;
text-align: center;
margin: 0 auto;
margin-bottom:20px;
}
.ficha{
position:relative;
width:22%;
padding:1.5em 1.7em;
box-sizing: border-box;
margin:6px;
margin-top:6px;
border-radius: 10px;
font-size:17px;
color:white !important;
line-height: 1.4em;
background:orange;
}
.ficha h1{
color:white;
font-size:24px;
letter-spacing:1px;
line-height:1.2em;
margin-bottom:15px;
margin-top:10px;
}
.ficha strong{
color:#89d6f7;
}
.signo{
position:absolute;
top:-50px;
right:0;
left:0;
}

@media only screen and (max-width: 700px){
.modal-content {
width: 100%;
}
}

h3{
margin-top:5px;
margin-bottom:10px;
color:#6C5C4C;
}

.tarjetas{
display:flex;
justify-content: center;
flex-wrap: wrap;
}
.item{
width:33%;
text-align: center;
padding:0.5em;
box-sizing: border-box;
}
.item img{
width:100%;
max-width:350px;
border-radius: 10px;
border: 1px solid rgb(182, 216, 255);
}
.item img:hover{
transform:scale(1.02);
border:solid 2px white;
}




.celulares2{
text-align: center;
width:100%;
font-size:40px;
color:#EAE6D6;
padding:0.5em;
box-sizing: border-box;
background:black;
}
.celulares2 a{
color:#EAE6D6;
}
.celulares2 a:hover{
color:white;
}


/* BLINK */
.blink_me {
font-size:30px;
font-weight: bold;
animation: blinker 1s linear infinite;
}
@keyframes blinker {
50% {
opacity: 0;
}
}

h5{
margin:0;
color:grey;
font-weight:normal;
}

h1{
font-weight: 400;
color:#415A69;
margin-bottom:0 !important;
}
.yellow{
color:yellow;
}

.items p{
line-height: 0.6em;
}
.footer{
line-height: 1.4em;
padding:2em 1em;
text-align:center;
color:#EAE6D6;
font-size:18px;

background-image: url("../images/head-madera.webp");
background-position: top center; 
background-repeat: no-repeat;
background-size:cover;

}
.piebanda{
text-align:center;
}
.foto_whatsapp{
width: 100%;
max-width:360px;
}
#inscripcion{
font-size:31px;
padding-top:15px;
font-weight:100;
}
.form_inscripcion{
width:35%;
margin:0 auto;
text-align: center;
}
.contenedor{
max-width:100%;
width: 100%;
margin:0 auto;
background:white;
}
.banda_header{
text-align:center;
font-size:18px;
padding:1.5em 1em 0em 1em;
box-sizing: border-box;
background:black;
}

.banda_header img{
width:100%;
max-width: 202px;
}

.banda_header h1{
font-size:22px;
margin:0;
margin-bottom:5px;
}

.contenido{
padding:2em 2.5em;
box-sizing:border-box;
background:white;
}

li{
padding-bottom:0.8em;
}

.hero{
display:flex;
justify-content: center;
align-items: center !important;
text-align: center;
width:100%;
height:70vh;
background-image: url("../images/hero-muebles.webp");
background-position: right center; 
background-repeat: no-repeat;
background-size:cover;
background-attachment: fixed;
}
.hero h1{
font-size:45px;
width:100%;
color:white;
padding-left:12em;
padding-right:12em;
box-sizing: border-box;
margin-bottom:5px;
text-shadow: 1px 1px 5px black;
}
.hero p{
width:100%;
font-size: 20px;
color:white;
padding-left:1em;
padding-right:1em;
box-sizing: border-box;
margin-top:10px;
}
.active:after {
content: "\2212";
}

body{
padding:0;
border:0;
margin:0;
color:#415A69;
font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-size:17px;
box-sizing:border-box;
} 

a {
text-decoration: none;
color:red;
}

.fucsia{
color: #455da0;
font-weight: bold;
}


h2 {
font-size: 24px;
color:red;
margin-top:30px;
margin-bottom:30px;
}
.nowrap{
white-space:nowrap;
}


/* WHATSAPP FIJO */
.social{
position:fixed;
border-left:0px;
bottom:-55px;
right:-15px;
z-index:2000
}
.social img{
width:300px;
height:133px;
}
.social ul{list-style:none}
.social ul li a{
display:inline-block;
padding: 2px 2px;
margin:2px;
text-decoration:none;
-webkit-transition:all 500ms ease;
-o-transition:all 500ms ease;
transition:all 500ms ease; 
border-radius: 8px;
opacity:1;
}
.social ul li a:hover{opacity:0.8;}

@media (max-width: 480px) {
.social{
right:-200px;
}
.celulares2{
font-size:30px;
}
.celulares2 img{
width:40px;
}
}
/* FORMULARIO CONTACTO ---------------------------- */
.s7-btn {
font-size: 16px;
font-weight: 700;
color: #ffffff;
letter-spacing: 0.2em;
text-align: center;
background: rgb(46, 153, 46);
font-family: "Muli", Sans-serif;
border-radius: 3px 3px 3px 3px;
border-color: #303030;
padding: 10px 20px;
margin-top: 20px;
text-decoration: none;
margin-bottom:2em;
} 
.s7-btn:hover {
background: #FF7000;
cursor:pointer;
}
input, textarea, select{
font-size:16px;
font-family: Arial, Helvetica, Sans-serif;
width:94%;
padding:10px;
box-sizing: border-box;
border-radius: 5px;
margin:3px;
color:black;
border: solid 1px #AAAAAA;
}

.grecaptcha-badge {
visibility: hidden;
}
.consulta_enviada{
font-family: sans-serif;
font-size:18px;
font-weight: 400;
line-height: 1em;
color:white;
background: #3EB6A3;
line-height:1.3em;
width: 100%;
padding: 2em 1em 2em 1em;	
box-sizing: border-box;
text-align: center;
}


@media (max-width: 1730px) {
.tarjeta{
width:100%;
}
}
@media (max-width: 1700px) {
.productos{
padding-left:6%;
padding-right:6%;
margin-bottom:6px;
}
.pro_texto p{
margin-bottom:0;
}
.pro_foto{
width:33%;
}
.pro_foto img{
width:100%;
max-width:100%;
}
}

@media (max-width: 1450px) {
.hero h1{
padding-left:8em;
padding-right:8em;
}
.productos{
padding-left:2%;
padding-right:2%;
}
.pro_texto p{
margin-bottom:0;
}
.pro_foto{
width:33%;
}
.pro_foto img{
width:100%;
max-width:100%;
}
}
@media (max-width: 1330px) {
.tarjeta{
width:100%;
}
.ficha{
width:23%;
padding:1em;
border-radius: 10px;
padding-top:50px;
padding-bottom:40px;
line-height: 1.4em;
}
}
@media (max-width: 1300px) {
.contenedor{
box-shadow: none;
margin-top:0px;
}
}
@media (max-width: 1250px) {
.form_inscripcion{
width:45%;
}
}
@media (max-width: 1100px) {
.hero h1{
padding-left:5em;
padding-right:5em;
}
.reducir{
width:32% !important;
padding:3px !important;
}
.orden1{
order:1;
}
.orden2{
order:2;
}
.orden3{
order:3;
}
.orden4{
order:4;
}
.orden5{
order:5;
}
.orden6{
order:6;
}
.subtitulo{
font-size:16px !important;
width:100%;
}
.productos{
padding-left:10px;
padding-right:10px;
}
.pro_foto{
width:100%;
}
.pro_foto img{
width:100%;
max-width:100%;
}
}

@media (max-width:1100px){
.footer{
padding:2em 1em 9em 1em;
}
}

@media (max-width: 1000px) {
.pro_foto_max{
width:100%;
}
.fotogaleria{
flex-wrap: wrap;
padding-top:0;
}
.fotobloque{
width:32%;
margin:2px;
line-height: 0;
}
}

@media (max-width: 991px) {
.form_inscripcion{
width:65%;
}
.ficha{
position:relative;
width:30%;
line-height: 1.4em;
}
.item{
width:47%;
padding-bottom:0.2em;
box-sizing: border-box;
}
.consulta_enviada{
margin-top:3px;
}
.banda_header h1{
font-size:20px;
}
.items p{
line-height: 0.6em;
}
}
@media (max-width: 850px) {
.reducir{
width:100% !important;
padding:0 !important;
}
.tarjeta{
width:98%;
}

.ficha{
position:relative;
width:48%;
padding:1em;
line-height: 1.4em;
}
}

@media (max-width: 750px) {
.hero h1{
padding-left:3em;
padding-right:3em;
}
}

@media (max-width: 710px) {
.radio-leftx4 img, .radio-centerx4 img{
border-radius: 0 !important;
}
.radio-rightx4 img{
border-radius: 0 0 20px 20px !important;
}
}


@media (max-width: 650px) {
.pro_fotox4{
width:100% !important;
}
.productos .pro_fotox4 img {
max-width:100%;
}
.zoom img{
width:130% !important;
}
.ficha .signo img{
width:80px;
}
.signo{
top:-43px;
}
.ficha{
width:100%;
padding:1em;
margin:0px;
margin-top:6px;
border-radius: 0px;
padding-top:20px;
padding-bottom:20px;
line-height: 1.3em;
}

.item{
width:50%;
margin:0;
padding-bottom:0px;
padding-left:6px;
padding-right:6px;
}
.contenido{
padding:0.5em 1em;
}
ul{
margin-left:-22px;
}
h2{
font-size: 20px;
margin-bottom: 6px;
}
.clicgaleria{
bottom:-44px;
left:-18px;
}
.clicgaleria img{
max-width:100px;
}
}

@media (max-width: 570px) {
.fotogaleria{
padding-top:0;
}
.fotobloque{
margin:2px;
line-height: 0;
}
}

@media (max-width: 550px){
.pro_texto h1 {
font-size:29px;
margin-top:0px;
}
}



@media (max-width: 500px){
.hero{
height:55vh !important;
}
.hero h1{
padding-left:1.5em;
padding-right:1.5em;
}
.sospechas img{
padding-top:25%;
padding-bottom:0px;
max-width: 330px;
}

.form_inscripcion{
width:90%;
}
.item{
width:100%;
margin:0;
padding:0;
margin-bottom:6px;
}
}


@media (max-width: 440px) {
.introduccion{
padding-bottom:10px;
}
.ficha .signo img{
width:70px;
}
.signo{
top:-39px;
}
.ficha{
margin-top:4px;
}

.banda_header{
font-size:16px;
}
.banda_header img{
width:255px;
}
}

@media (max-width: 440px) {
.maderas img{
max-width:120px;
border-radius: 8px;
}
.hero p {
font-size:18px;
}
h5{
font-size:12px;
}
}


@media (max-width: 400px) {
.fotogaleria{
padding-top:0; 
padding-bottom:0; 
margin-top:0;
}
.fotobloque{
width:48%;
}
.celulares2{
margin-bottom:0;
}
}

@media (max-width: 380px) {
.maderas img{
max-width:175px;
border-radius: 8px;
}
}