@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
::-webkit-scrollbar{
	background:black;
	width: 15px;
}
::-webkit-scrollbar-thumb{
	background: #E6E6E6;
}
body{
	overflow-x:hidden;
}
a{
	text-decoration: none;
	color: white;
}

/*MENU*/

.logomenu{
    height: 60px;  
}
nav .datosmenu1{
    color: black;
    font-family: 'Rubik', sans-serif;
    margin-right: 30px;
    margin-top: 10px;
}

nav .datosmenu2{
    color: black;
    font-family: 'Rubik', sans-serif;
    margin-right: 30px;
    margin-top: 10px;
}
.iconmenu{
    height: 30px;
    float: left;
    margin-right: 10px;
    margin-top: -5px;
}
.iconmenu2{
    height: 30px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}


/*HEADER*/

#inicio{
    background-image: url(../img/background-header.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

header .logoheader{
    width: 80%;
    margin: 50px auto;
    display: block;
    transition: all 0.2s;
}
header .logoheader:hover{
    transform: scale(1.1);
}

.textoslide1{
    font-family: 'Rubik', sans-serif;
    position: absolute;
    color: black;
    width: 500px;
    height: 100px;
    font-size: 24px;
    text-align: center;
    background-color: rgba(255,255,255,0.7);
    padding:25px 10px;
    right: -200px;
    top: 150px;
    font-weight: 700;
}
.textoslide2{
    font-family: 'Rubik', sans-serif;
    position: absolute;
    color: black;
    width: 500px;
    height: 130px;
    font-size: 24px;
    text-align: center;
    background-color: rgba(255,255,255,0.7);
    padding:25px 10px;
    right: -200px;
    top: 150px;
    font-weight: 700;
}
header h3{
    background-color: rgba(0,0,0,0.7);
    text-align: center;
    width: 100%;
    padding: 10px;
    color: white;
    font-family: 'Rubik', sans-serif;
    z-index: 9999;
    display: block;
}

/*PRODUCTOS*/

#productos h1{
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    text-align: center;
    margin: 50px auto;
    color: red;
}

#productos a:hover{
    text-decoration: none;    
}

#productos .background-puertas{
    background-image: url(../img/puertasheader.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 50px;
}
#productos .background-puertas h3, #productos .background-cortinas h3{
    color: white;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    text-shadow: 3px 3px 3px #000000;
    margin: 40px auto;
}

#productos .background-puertas p, #productos .background-cortinas p{
    color: white;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    background-color: red;
    padding: 10px;
    width: 100px;
    margin: 20px auto;
    display: block;
    font-weight: 400;
    transition: all .3s;
}
#productos .background-puertas p:hover, #productos .background-cortinas p:hover{
    color: red;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    background-color: white;
    padding: 10px;
    width: 100px;
    margin: 20px auto;
    display: block;
    font-weight: 400;
    transform: scale(1.2)
}

#productos .background-cortinas{
    background-image: url(../img/cortinasheader.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 50px;
}

/*SERVICIOS*/

#servicios h1{
    color: red;
    font-family: 'Rubik', sans-serif;
    text-align: center;
    margin: 50px auto;
    font-weight: 700;
}

.background-servicios{
    background-image: url(../img/background-servicios.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

#servicios img{
    height: 150px;
    margin: 0 auto;
    display: block;
    transition: all .2s;
}

#servicios img:hover{
    transform: scale(1.2);    
}

#servicios h3{
    color: red;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
}

#servicios p{
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    margin-bottom: 50px;
}

/* NUESTRA EMPRESA */

#nuestra-empresa h1{
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    text-align: center;
    display: block;
    margin: 50px auto;
    color: red;
}

#nuestra-empresa img{
    width: 100%;
    margin: 50px auto;
    display: block;
}

#nuestra-empresa p{
    color: black;
    font-family: 'Rubik', sans-serif;
    margin: 50px auto;
}

.background-equipo{
    background-image: url(../img/background-equipo.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.equipoimg{
    height: 150px;
    margin: 50px auto;
    display: block;
    transition: transform .2s;
}
.equipoimg:hover{
    transform: scale(1.2)
}

.equipodiv h3{
    font-family: 'Rubik', sans-serif;
    text-align: center;
    color: red;
    font-weight: 700;
}

.equipodiv p{
    font-family: 'Rubik', sans-serif;
    text-align: center;
    font-weight: 400;
    margin-bottom: 50px;
}

/* CONTACTO */

#contacto{
    background-image: url(../img/background-contacto.png);
    background-size: cover;
}

#contacto h1{
    color: white;
    font-family: 'Rubik', sans-serif;
    text-align: center;
    display: block;
    margin: 50px auto;
    font-weight: 700;
}
.formulario{
	color:white;
	font-family: 'Rubik', sans-serif;
	font-weight:400;
	background-color:hsla(0,0%,0%,0.00);
	border: none;
	border-bottom:solid 1px white;
	display:block;
	margin:0 auto;
	width:100%;
	height:30px;
	padding:10px;}
.mensaje{
	color:white;
	font-family: 'Rubik', sans-serif;
	font-weight:400;
	background-color:hsla(0,0%,0%,0.00);
	border: none;
	border-bottom:solid 1px white;
	display:block;
	margin:0 auto;
	width:100%;
	height:100px;
	padding:10px;}
input::-webkit-input-placeholder{
	color:white;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;}
textarea::-webkit-input-placeholder{
	color:white;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;}
textarea{
	resize:none;}
.enviar{
	background-color: red;
	color:white;
	padding:5px 15px;
	border:none;
	font-family: 'Rubik', sans-serif;
	font-weight:700;
	font-size: 20px;
	display:block;
	margin:0px auto 100px auto;
    transition: all .3s;
}
.enviar:hover{
    color: red;
    background-color: white;
    transform: scale(1.2);
    cursor:pointer;
}

/*FOOTER*/

footer{
    background-color: black;
}
footer .logofooter{
    height:150px;
    margin: 50px auto;
    display: block;
    transition: all .2s;
}
footer .logofooter:hover{
    transform: scale(1.2);
    cursor: pointer;
}

footer .datosfooter{
    margin: 50px auto;
    display: block;
}
footer .horarioatencion{
    margin: 50px auto;
    display: block;
    text-align: center;
}

footer p{
    color: white;
    font-family: 'Rubik', sans-serif;
    display: block;
}
.iconfooter{
    height: 30px;
    float: left;
    margin-left: 100px;
    margin-right: 10px;
    margin-top: -5px;
}
.iconwhatsapp{
    height: 30px;
    float: left;
    margin-left: 100px;
    margin-right: 10px;
    margin-top: 10px;
}
.datosfooter a{
    color: white;
    display: block;
    width: auto;
}
.datosfooter a:hover{
    color: red;
    text-decoration: none;
}

/*BOTON ARRIBA*/

.btn-arriba{
    position: fixed;
    z-index: 999;
    height: 75px;
    right: 40px;
    bottom: 40px;
    transition: all .2s;
}
.btn-arriba:hover{
    cursor: pointer;
    transform: scale(1.2)
}

/****************************************************************** PUERTAS *************************************************************************/

.header-puertas{
    background-image: url(../img/background-header-puertas.png);
    background-attachment: fixed;
    background-size: contain;
    background-position: center;
}

.header-puertas .logoheader{
    width: 40%;
    margin: 150px auto;
    display: block;
    transition: all .2s;
}
.header-puertas .logoheader:hover{
    transform: scale(1.2);
}

.titulopuertas{
    position: absolute;
    left: 0px;
    top: 500px;
    width: 600px;
}

#puertas img{
    width: 80%;
    margin: 50px auto;
    display: block;
}

#puertas h2{
    color: red;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    margin-top: 50px;
}
#puertas p{
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}

/****************************************************************** CORTINAS *************************************************************************/

.header-cortinas{
    background-image: url(../img/background-header-cortinas.png);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.header-cortinas .logoheader{
    width: 40%;
    margin: 150px auto;
    display: block;
    transition: all .2s;
}
.header-cortinas .logoheader:hover{
    transform: scale(1.2);
}

.titulopuertas{
    position: absolute;
    left: 0px;
    top: 500px;
    width: 600px;
}


/*PLANK*/

.texto {
background: -webkit-linear-gradient(left, #0082FF, #FF007D);
background: linear-gradient(to right, #0082FF, #FF007D);
-webkit-background-clip: text;
color: transparent;  
}
.background-plank p{
	font-weight:700;
	margin: 10px auto;
	text-align: center;
	color: white;
}
.background-plank{
	background-color: black;
	text-decoration: none;
}
.background-plank a:hover{
	text-decoration:none;
}






/*MOBILE*/

@media only screen and (min-width:300px) and (max-width:599px){
	
/*HEADER*/

header .logoheader{
    margin: 50px auto;
}

header h1{
    font-family: 'Rubik', sans-serif;
    position: absolute;
    color: black;
    width: 100%;
    height: auto;
    font-size: 18px;
    text-align: center;
    background-color: rgba(255,255,255,0.7);
    padding:25px 10px;
    right: 0;
    top: 320px;
    font-weight: 700;
}
header h3{
    background-color: rgba(0,0,0,0.7);
    text-align: center;
    width: 100%;
    padding: 10px;
    color: white;
    font-family: 'Rubik', sans-serif;
    margin-top: 0px;
    font-size: 16px;
}
    
/****************************************************************** PUERTAS *************************************************************************/

.header-puertas{
    background-image: url(../img/background-header-puertas.png);
    background-attachment:fixed;
    background-size:cover;
    background-position: center;
}

.header-puertas .logoheader{
    width: 80%;
    margin: 30px auto 120px auto;
    display: block;
    transition: all .2s;
}
.header-puertas .logoheader:hover{
    transform: scale(1.2);
}

.titulopuertas{
    position: absolute;
    left: 0px;
    top: 320px;
    width: 300px;
}
    
#puertas img{
    width: 80%;
    margin: 20px auto;
    display: block;
}

#puertas h2{
    color: red;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    margin-top: 0px;
}
#puertas p{
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}
    
/****************************************************************** CORTINAS *************************************************************************/

.header-cortinas{
    background-image: url(../img/background-header-cortinas.png);
    background-attachment: fixed;
    background-size: cover;
    background-position: left;
}

.header-cortinas .logoheader{
    width: 80%;
    margin: 30px auto 120px auto;
    display: block;
    transition: all .2s;
}
.header-cortinas .logoheader:hover{
    transform: scale(1.2);
}

.titulopuertas{
    position: absolute;
    left: 0px;
    top: 320px;
    width: 300px;
}
	
/*FOOTER*/
    
.iconfooter{
    height: 30px;
    float: left;
    margin-left: 50px;
    margin-right: 10px;
    margin-top: -5px;
}
.iconwhatsapp{
    height: 30px;
    float: left;
    margin-left: 50px;
    margin-right: 10px;
    margin-top: 10px;
}

    footer .horarioatencion{
        margin-top: 0px;
    }

/*CONTACTO*/

.titulocontacto{
	width: 200px;
	margin: 0px auto 50px auto;
	display: block;
}
.formulario{
	width: 100%;
	}
	.mensaje{
	width: 100%;
	}
	
}