@charset "utf-8";
/* CSS Document */

@import url(https://www.dafont.com/es/hello-avocado-2.font);
@import url(https://www.dafont.com/es/social-district.font);

*{
	margin: 0;
	padding: 0;
	border: 0;
}


body{
	background-color: #2A2A2A;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight: 100;
}


nav{
	width: 100%;
	height: 60px;
	background-color: #0F0F0F;
	padding-top: 8px;
	
}

nav ul{
	list-style: none;	
}

nav li{
	display:inline-block;
	margin-right: 30px;
	margin-top: 10px;
	line-height: 30px;
	float: right;
}
	

nav a{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	padding-bottom: 15px;
}


nav a:hover{
	color: #D44800;
}

	
header{
	width: 100%;
	height: 800px;
	background-color: #000000;
}

h1 {
    display: block;
	font-size: 44px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
}

#carrusel-caja {
    -moz-animation: automatizacion 15s infinite linear;
    -o-animation: automatizacion 15s infinite linear;
    -webkit-animation: automatizacion 15s infinite linear;
    animation: automatizacion 15s infinite linear;
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -ms-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease;
    height: 500px;
    width: 300%;
}
#carrusel-contenido {
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
}
.imagenes{
    height: 500px;
    width: 100%;
}
.carrusel-elemento {
    float: left;
    width: 33.333%;
}
@-moz-keyframes automatizacion {
    0% {
        margin-left: 0;
    }
    30% {
        margin-left: 0;
    }
    35% {
        margin-left: -100%;
    }
    65% {
        margin-left: -100%;
    }
    70% {
        margin-left: -200%;
    }
    95% {
        margin-left: -200%;
    }
    100% {
        margin-left: 0;
    }
}
@-webkit-keyframes automatizacion {
    0% {
        margin-left: 0;
    }
    30% {
        margin-left: 0;
    }
    35% {
        margin-left: -100%;
    }
    65% {
        margin-left: -100%;
    }
    70% {
        margin-left: -200%;
    }
    95% {
        margin-left: -200%;
    }
    100% {
        margin-left: 0;
    }
}
@keyframes automatizacion {
    0% {
        margin-left: 0;
    }
    30% {
        margin-left: 0;
    }
    35% {
        margin-left: -100%;
    }
    65% {
        margin-left: -100%;
    }
    70% {
        margin-left: -200%;
    }
    95% {
        margin-left: -200%;
    }
    100% {
        margin-left: 0;
    }
}

#imagen_logo{
	width: 260px;
	height: 260px;
	position: absolute;
	padding-left: 130px;
	padding-top: 20px;
}

#boxheader{
	position: absolute;
	text-align: center;
	width: 600px;
	height: 100px;
	top: 510px;
	left: 420px;
}


#boxheader h2{
	color: #FFFFFF;
	font-size: 40px;
	text-align: center;
	margin-left: 35px;
	float: center;
	font-weight: 200;
}

#boxheader p1{ 
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
	margin-left: 10px;
	float: center;
	font-weight: 200;
}
		
#boxheader p2{
	color: #8B8B8B;
	font-size: 15px;
	text-align: left;
	margin-left: 10px;
	float: center;
	font-weight: 200;
}

section#contenido{
	width: 100%;
    height: 1200px;
}

div#productos{
	margin-top: 45px;
	margin-bottom:55px;	
}

div#productos h1{
	color: #FFFFFF;
	font-size: 40px;
	margin-left: 10px;
	float: center;
	font-weight: 200;
	position: absolute;
	text-align: center;
	width: 600px;
	height: 400px;
	top: 895px;
	left: 280px;
}


#direccion h4{
	font-size: 18px;
	color: #FFFFFF;
	padding-top: 30px;
	padding-left: 30px;
	float: left;
}
#direccion h3{
	font-size: 18px;
	color:  #FFFFFF;
	padding-top: 15px;
	padding-left: 30px;
	
}
#direccion{
	float: left;
	margin-left: 70px;
}


#facebook{
	width: 25px;
	height: 25px;
	margin-top: 65px;
	margin-left: 20px;
	padding-left: 250px;
	background-repeat: no-repeat;
	float: right;
	background-image: url("../img/Fotos medidas.png");
}
#facebook:hover{
	background-image: url("../img/Fotos medidas1.png")
}
#facebook a{
	width: 150px;
	height:38px;
	margin-top: 5px;
	margin-right: 90px;
	float: right;
	color: white;
	font-size: 12px;
}
#facebook a:hover{
	color: #C04D00;
}
	
#correo{ 
	width: 50px;
	height: 38px;
	margin-right: 200px;
	padding-left: 30px;
	margin-top: 70px;
	background-repeat: no-repeat;
	float: right;
	background-image: url("../img/Fotos medidas correo.png");
}
#correo:hover{
	background-image: url("../img/Fotos medidas correo1.png");
} 
#correo a{
	width: 50px;
	height: 38px;
	margin-right: 90px;
	position: absolute;
	padding-left: 5px;
	margin-top: 1px;
	float: right;
	color: white;
	font-size: 12px;
}
#correo a:hover{
	color: #C04D00;
}	



footer{
	width: 100%;
	height: 205px;
	background-color: #000000;
}
	
div#centrar_header,div#centrar_nav,div#centrar_contenido,div#centrar_footer{
	width: 1200px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}