*{
    box-sizing: border-box;
}
@font-face {
  font-family: "fuente-footer";
  src: url("../fuentes/Rosellinda Alyamore.otf");
}
@font-face {
  font-family: "montserrat";
  src: url("../fuentes/Montserrat-SemiBold.otf");
}
@font-face {
  font-family: "montserrat-light";
  src: url("../fuentes/Montserrat-Light.otf");
}

body{
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    /*background-image: url(../imagenes/banner.jpg);*/
    background-size: 100vw 100vh;
    background-attachment: fixed;
    backdrop-filter: blur(3px);
}


h1,h2,h3,h4,h5,h6{
    font-family: 'Yanone Kaffeesatz',sans-serif;
    letter-spacing: 1.5px;
}
img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.columnas-titulo{
    margin-top: 60px;
    text-align: center;
    color: #13322B;
    font-weight: 600;
    text-shadow: 2px 2px 5px white;
    font-size: 30px;
    background-color:rgb(223,201,129); 
}
.contenedor{
    margin: auto;
    width: 98%;
}
a{
    text-decoration: none;
	color: white;
}
.enlace{
    cursor: pointer;
}
/*----- ESTILOS DEL HEADER -------*/
.header .contenedor{
    display: flex;
    justify-content: space-between;
}
.dgeti{
    width: 500px;
    height: 300px;
}
.logo, .icon-menu{
    margin: 5px;
    color: white;
}
.icon-menu{
    display: block;
    width: 40px;
    height: 40px;
    font-size: 30px;
    background: #FAB919;
    color:#FFF;
    text-align: center;
    line-height: 45px;
    border-radius: 5px;
    margin-left: auto;
    cursor: pointer;
}
.menu{
    list-style: none;
    padding: 0;
    margin: 0;
}
.nav{
    position: absolute;
    top: -500%;
    width: 80%;
    transition: all .5s ease .01s;
    
}

ul li ul li{
    display: none;
    
}
.menu-link{
    display: block;
    padding: 12px;
    /*background-color: #13322B;*/
    background-color: white;
    text-decoration: none;
    color: #13322B;
    font-weight: 600;
    border-bottom: solid 2px #98989A;
    margin-top: 0px;
    
}
.menu-link:hover, .select{
    /*background: #285C4D;*/
    color: darkgreen;
    font-weight: 600;
    text-shadow: 1px 1px 1px green;
    /*box-shadow: 5px 5px 5px #0D8C0B inset;*/
}
.mostrar{
    top:0;
}

.banner-titulo, .banner-txt, .logo{
    text-shadow: aqua 5px 5px 10px;
    color: white;
}
.banner2{
	display: block;
    max-width: 100%;
    max-height: 100%;
    /*width: 1020px;*/
    height: 350px;
    margin: 120px auto;
    background-image: url(../imagenes/paisaje1.jpg);
    background-size: 100% 100%;
	/*background-attachment: fixed;*/
    animation-name: banner;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-direction: linear;
    /*border-radius: 25px;*/
    /*border-top: solid 20px #13322B;*/
    border-bottom: solid 20px #13322B;
    }
hr{
	transform: translateY(-35px);
	border-top: solid 20px #13322B;
	position: absolute;
	width: 100%;
}
@keyframes banner{
    0%,17.3%{
        background-image: url(../imagenes/banner/pantel1.jpg);
        opacity: 1;
    }
    17.4%,20.6%{
        opacity: 1;
    }
    20.7%,37.9%{
        background-image: url(../imagenes/banner/pantel2.jpg);
        opacity: 1;
    }
    38%,41.3%{
        opacity: 1;
    }
    41.4%,58.6%{
        background-image: url(../imagenes/banner/pantel3.jpg);
        opacity: 1;
    }
    58.7%,61.9%{
        opacity: 1;
    }
    62%,79.2%{
        background-image: url(../imagenes/banner/pantel4.jpg);
        opacity: 1;
    }
    79.3%,82.5%{
        opacity: 1;
    }
    82.6%,100%{
        background-image: url(../imagenes/banner/pantel5.jpg);
        opacity: 1;
    }
    
}
.banner{
    margin-top: -90px;
    position:relative;
    z-index: -100;
    height: 350px;
}
.banner .contenedor{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%)translateY(-15%);
    color: white;
    text-align: center;
}
.banner-txt{
    display: none;
}

/*----------ESTILOS DE LA INFORMACIOM--------*/
.info-columna{
    background: white;
    color: #13322B;
    padding: 15px;
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: 5px 5px 5px gray;
    border-radius: 20px;
}
.botones img{
    width: 30px;
}

.caja-botones{
    margin-top: 30px;
}
.botones a{
    text-decoration: none;
    font-weight: 800;
    color: #13322B;
}

.botones{
    display: flex;
    justify-content: space-between;
    margin-bottom: 9px;
    background-color: rgb(223,201,129);
    border-radius: 20px;
    padding: 0px 15px;
    
}
.info-img{
    transition: all 5s ease .2s;
    overflow: hidden;
}
.info-img:hover{
    transform: scale(1.3);
}
.caja-imagen{
    overflow: hidden;
    border-radius: 15px;
}

/*------ESTILOS DE LOS MUEBLES----------*/
.muebles-columna{
    position: relative;
    margin-bottom: 30px;
    border-radius: 10px;
    transition: all 1s ease .2s;
    overflow: hidden;
}

.info-img{
	border-radius: 20px;
	width: 100%;
	height: 250px;
}
.mue-descripcion{
	position: absolute;
	top:0;
	left: 0;
	color:#fff;
	background: rgba(0,0,0,.5);
	width: 60%;
	height: 100%;
}
.muebles-titulo{
    font-size: 25px;
    margin: 10px 0;
    cursor: pointer;
}
.muebles-img{
    width: 100%;
    height: 100%;
    transition: all 1s ease .2s;
}
.muebles-img:hover{
    transform: scale(2);
}
.main{
    margin-bottom: 40px;
}
.principal{
    background-color:#13322B;
    margin-bottom: 3%;
    /*border-radius: 15px;*/
    display: flex;
    justify-content: space-between;
}
/*.sindi{
    width: 25%;
    height: 15%;
}*/
.home{		
    width: 40%;
    height: 30px;
	box-sizing: border-box;
	
}
.logos{
	/*display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 150px;
	float: left;
	color: white;
	position: relative;
	*/
	
	display: flex;
	justify-content: space-between;
	color: white;
	width: 25%;
	font-weight: 700;
	font-size: 15px;
	height: 30px;
	margin-top: auto;
	
}
.contacto{
	width: 15%;
	height: 15%;
	cursor: pointer;
	
}
.contacto a{
	font-family: "montserrat";
}
.home{
    width: 20px;
	height: 20px;
	cursor: pointer;
}
.montse,.montse li{
	font-family: "montserrat-light";
    text-align: justify;
}
/*--------ESTILOS DEL FOOTER--------*/
.footer{
    background: #13322B;
    color:white;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
}
.footer .social [class^="icon-"]{
    display: inline-block;
    color:#333;
    text-decoration: none;
    font-size: 20px;
    padding: 10px;
    background: white;
    border-radius: 50%;
    line-height: 20px;
    transition: all .5s ease .1s;
    margin-left: 20px;
    cursor: pointer;
}
.footer .social [class^="icon-"]:hover{
    transform: scale(2);
    color:#A7201F;
    background: rgba(188,149,92,.8);
}
.social{
	margin-top: 20px;
}
.copy{
    font-family: "fuente-footer", cursive;
    font-size: 20px;
}
.em-video{
        margin: 0;
        display: flex;
        justify-content: center;
    
    }
.v-ifrm{
    margin: 0;
        width: 90%;
        height: 200px;
    }
.sindi{
	width: 60%;
}
.tit_video{
	width: 70%;
	font-size: 20px;
	color: darkgreen;
	margin: auto;
	margin: 50px auto;
    font-weight: 800;
    display: flex;
    justify-content: center;
}
.numeracion{
	width: 70%;
	font-size: 40px;
	color: darkgreen;
	text-shadow: 3px 3px 3px gray;
	margin: auto;
	margin: 30px auto;
    font-weight: 600;
    display: flex;
    justify-content: flex-start;
}
.personalizador{
    margin-top: 15%;
}
.personif{
    margin-bottom: 10%;
}
.btns{
    width: 90%;
    margin: auto;
}
form{
    margin: auto;
    width: 90%;
    max-width: 460px;
    background: white;
    padding: 0px;
    border: 1px solid gray;
}
input, select{
    display: block;
    padding: 10px;
    width: 90%;
    margin: auto;
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 20px;
}
input[type="submit"]{
    width: 50%;
    margin: auto;
    background: linear-gradient(#900202,#810303);
    border: 0;
    color: white;
    opacity: 0.8;
    cursor: pointer;
    margin-bottom: 5%;
    border-radius: 10px;
}
input[type="submit"]:hover{
    opacity: 1;
}
input[type="submit"]:active{
    transform: scale(.95);
}
.espacio_form{
    height: 70px;
    background-color: #E3E1E4;
    
}
.tit_login{
    width: 90%;
    margin: auto;
    text-align: center;
	font-size: 28px;
    margin-bottom: 3%;
}
.inicio_sesion{
    width: 90%;
    max-width: 460px;
	font-size: 15px;
    margin: auto;
    display: flex;
       
}
.icon-sign-in,.icon-user-plus{
    padding: 0;
    margin-bottom: 20px;
    width: 65%;
    border-bottom: 3px solid gray;
	text-align: left;
	font-size: 20px;
}
.texto-login{
	margin: auto;
    width: 90%;
    max-width: 460px;
	margin-top: 1%;
	color:gray;
	font-style: italic;
	text-align: justify;
	
}
.contenedor-panel{
	width: 90%;
    margin: auto;
}
.tit_panel{
    text-align: center;
    margin: 10% 0%;
	font-size: 45px;
}
.contenedor-panel .contenido{
	width: 95%;
	margin: auto;
}
.contenedor-panel input[type="button"]{
	width: 100%;
	color: white;
	background: #13322B;
	cursor: pointer;
	letter-spacing: 3px;
	font-size: 20px;
}
.contador{
	width: 100%;
	font-family: "montserrat";
	font-size: 30px;
	color: #13322B;
	text-align: center;
}
.contador .num {
	color:red;
}

/*-------ESTILOS RESPONSIVOS-----------*/
@media(min-width:480px){
    .logo{
        font-size: 45px;
    }
    .banner-titulo{
        font-size: 40px;
        margin: 5px 0px;
    }
    .banner-txt{
        display: block;
        font-size: 20px;
    }
    .info, .muebles{
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
    }
    .info-columna{
        width: 32%;
    }
    .info-titulo{
        font-size: 35px;
        color: #BC955C;
        text-shadow: 3px 3px 3px #A7201F ;
        margin: 5px 0px;
        height: 150px;
    }
    .muebles{
        flex-wrap: wrap;
        margin-top: 0;
    }
    .muebles-titulo{
        width: 100%;
    }
    .muebles-columna{
        width: 48%;
    }
    .footer .social [class^="icon-"]{
        margin: 0 25px;
        font-size: 35px;
    }
    .banner2{
        height: 550px;
        margin-bottom: 10px;
    }
    .banner{
        height: 500px;
    }
    .copy{
    font-size: 50px;
}
    .sindi{
    width: 20%;
}

    .v-ifrm{
        height: 350px;
        
    }
	.contacto{
		font-size: 20px;
	}
	.home{
		width: 30px;
		height: 30px;
	}
    .personif,.btns{
        width: 40%;
    }
    .personalizador{
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 5%;
}
    .tit_video{
        font-size: 50px;
    }
    .personalizador{
    margin-top: 5%;
        
}
.personif{
    margin: 0;
}
    .tit_video{
        font-size: 35px;
    }
	
}

/*------ESTILOS RESPONSIVOS MAYORES A 768PX----*/
@media(min-width:768px){
    .banner-titulo{
        font-size: 60px;
    }
    .muebles-titulo{
        font-size: 40px;
    }
    .banner2{
        height: 600px;
    }
    .banner{
        height: 550px;
    }
    .dgeti{
        display: none;
    }
    /*-----ESTILOS DEL MENU DESPLEGABLE---*/
    nav ul{
        list-style: none;
        padding: 0;
    }
    nav a{
        text-decoration: none;
        color:#ddd;
        padding: 0px 5px;
        display: block;
        transition:0.7s;
        width: 150px;
        text-align: center;
        height: 60px;
    }
    /*nav a:hover{
        background: rgba(0,0,0,0.5);
    }*/
    nav li{
        line-height: 5px;
        position: relative;
    }
    .menu ul{
        position: absolute;
    }
    /*PARA EL PRIMER NIVEL DEL MENU*/
    .menu{
        display: table;
        width: 120%;
    }
    nav>ul>li{
        float: left;
        border-right: solid 2px #98989A;
    }
    
    /*-----SEGUNDO NIVEL------*/
    nav li li{
        max-height: 0;
        overflow: hidden;
        transition: all .5s ease .1s;
    }
    nav li:hover>ul>li{
        max-height: 1000px;
        overflow: visible;
    }
    .menu>li>ul{
        top: 100%;
    }
    /*-----TERCER NIVEL-------*/
    .menu ul ul{
        left: 100%;
        top: 0;
    }
/*-----MOSTRANDO LOS SUBITEMS---*/
    ul li ul li{
        display: block;
    }
    .nav{
        position: static;
        z-index: 100;
        width: 100%;
    }
    .menu{
        display: flex;
        width: 100%;
    }
    .menu-link{
        margin-top: 0px;
        background: white;
        font-weight: 600;
        color: rgb(19,50,43);
        font-size: 20px;
        /*border-radius: 15px;
        box-shadow: 5px 5px 5px #1D671C inset;*/
        line-height: 18px;
        width: 170px;
        /*border-right: solid 2px #98989A;*/
        border-bottom: 0px;
        /*margin-left: 2px;*/
        /*border-left: 1px gray;*/
    }
    
    /*.menu-link:hover, .select{
        color: yellow;
        background: rgb(19,50,43);
    }*/
    .icon-menu{
        display: none;
    }
    .banner-titulo{
        font-size: 80px;
    }
    .banner-txt{
        font-size: 60px;
        margin-top: -280px
    }
    .muebles-titulo{
        font-size: 50px;
        text-align: center;
        color:yellow;
    }
    .contenedor{
        width: 1020px;
    }
    .info-titulo{
        font-size: 40px;
        text-align: center;
    }
    .muebles-txt{
        font-size: 25px;
        text-align: justify;
    }
    .mue-descripcion{
        padding: 20px;
        width: 70%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    .copy{
    font-size: 70px;
}
    .sindi{
    width: 15%;
}
/*.home{
    margin-top: 8%;
    width: 30px;
    height: 30px;
}*/
    .v-ifrm{
        height: 650px;
        
    }
	.logos{
		width: 18%;
		height: 20%;
	}
	.contacto{
		font-size: 30px;
		}
	.home{
		width: 40px;
		height: 40px;
	}
    .directorio{
        width: 50%;
        margin: auto;
    }
    .directorio p{
        margin-top: 9%;
        display: block;
    }
    .directorio p span{
        display: block;
        text-align: center;
        font-size: 25px;
    }
    .directorio a{
        text-decoration: none;
        color: blue;
        font-weight: 600;
    }
	input[type="submit"]{
		width: 40%;
	}
	input, select{
		width: 70%;
	}
	.tit_login{
    	width: 50%;
    	font-size: 35px;}
	.icon-sign-in,.icon-user-plus{
    	width: 60%;
    	font-size: 25px;
	}
	.contenedor-panel{
	width: 40%;
	}
	.contenedor-panel .contenido{
	width: 70%;
	}
	.tit_panel{
		font-size: 35px;
	}
	
}
































