@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');
body{
	font-family: 'Open Sans', sans-serif;
	color:#5D5D5D;
	font-weight: 300;
	font-size: 16px;
}
.dc-home-container{
	padding-top:40px;
	color:#fff;
	background-image: url(../img/backgrounds/01.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-bottom:40px;
}

.dc-home-container h1{
	padding-top:40px;
	color:#f5f5f5;
	font-weight: 700;
	font-size: 40px;
	text-transform: uppercase;
	transform: translateY(-15px);
	opacity: 0;
}
.dc-home-container h2{
	color:#f5f5f5;
	font-weight: 700;
	font-size: 31px;
	padding-bottom:40px;
	transform: translateY(-15px);
	opacity: 0;
}
.dc-header-logo{
	text-align:left;
	height: 100px;
}
.dc-header-social{
	text-align:right;
	height: 100px;
}
@media(max-width:768px){
	.dc-home-container h1{
		padding-top:60px;
	}
}

.dc-section{
	padding-top: 60px;
	padding-bottom: 60px;
}

#DownArrow{
	transform: translateY(-10px);
}


.dc-features-container{
	background-color:#e2e2e2;
	color:#808080;
	box-shadow: 0 0 15px rgba(0,0,0,.4);
	padding-top:0;
	border-top:10px solid #808080;
	
}
.dc-features-container h2{
	font-size: 22px;
	font-weight: 600;
}
.dc-features-container .right-border{
	border-right:2px solid #808080;
}
.dc-features-container .dc-feature{
	height:200px;
	padding-top:20px;
	padding-bottom:20px;
	margin-top:5px;
	margin-bottom:5px;
}


.dc-section{
	padding-top: 40px;
	padding-bottom: 40px;
}

.dc-products-description-container{
	background-color:rgba(0,0,0,.4);
	border-radius: 10px;
	
	color:#fff;
	padding:20px;
}


.dc-products p{
	color:#b3b3b3;
	font-size: 16px;
	font-weight: 700;
}
.dc-products h2{
	padding-bottom: 40px;
	color:#f5f5f5;
	font-size: 40px;	
	font-weight: 700;
	padding-top:100px;
}

.dc-products h3{
	padding-bottom: 20px;
	color:#ffffff;
	font-size: 26px;	
	font-weight: 600;
	line-height: 40px;
	text-transform: uppercase;
}


.dc-products-image-container{
	background-image: url(../img/empanadas-box.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	height:645px;
}
@media(max-width:960px){
	.dc-products-image-container{
		height:645px;
	}
}
@media(max-width:768px){
	.dc-products-image-container{
		height:auto;
	}
	.dc-products h2{
		padding-top:20px;
		padding-bottom:20px;
	}
	.dc-products-description-container{
		padding:10px;
	}
}


.dc-image-divider{
	background-image: url(../img/divisor-foto.jpg);
	background-size: cover;
	background-color:#e2e2e2;
	height: 400px;
	background-repeat: no-repeat;
	background-position: center top;
}
.dc-company-description{
	background-color:#e2e2e2;
	color:#808080;
	/* box-shadow: 0 0 15px rgba(0,0,0,.4); */
	padding-top:60px;
	padding-bottom:60px;

}
.dc-company-description h4{
	font-size: 22px;
	font-weight: 600;
	color:#4d4d4d;
}

.dc-company-description p{
	color:#4d4d4d;
	font-size: 16px;
	font-weight: 400;
}
.dc-clientes-directos{
	color:#4d4d4d;
	padding-top:40px;
	padding-bottom:40px;
}
.dc-clientes-directos h2{
	font-size: 20px;
	font-weight: 700;
	margin-bottom:40px;
}
.dc-clientes-directos p{
	font-size: 12px;
	font-weight: 600;
	margin-top:5px;
}
.recaptcha-container{
	padding-top:10px;
	border:1px solid #b3b3b3;
	border-radius:10px;
	height:100px;
}




.dc-grey{
	background-color: #cecece;
}
.dc-blue{
	background-color: #2c96ff;
}
.dc-dark-blue{
	background-color:#384a5a;
}
.dc-pink{
	background-color:#384a5a;
}






.dc-image-divider{
	background-size: cover;
	min-height: 200px;
}




form{
	width: 100%;
}

input.form-control{
	font-size: 20px;
	color:#808080;
	padding:20px;
}
select.form-control{
	font-size: 20px;
	color:#808080;
	height: 42px;
}
textarea.form-control{
	font-size: 20px;
	color:#808080;
	height: 100px;
}

.dc-contact-container{
background-color: #f2f2f2;
    padding-top: 60px;
    padding-bottom: 60px;

}
.dc-contact-container h4{
    font-size: 14px;
    font-weight: 700;
    color:#999999;
    padding:0 0 20px 0;
    margin:0;
}

#enviarForm, #GraciasContinuar{
	font-size: 16px;
	padding:15px;
	width:180px;
	display: inline-block;
	color:#fff;	
	background-color:#070606;
	transition: background-color .5s, color .5s;
	border-radius: 10px;
	border: 0;
	

}
#enviarForm:hover, #GraciasContinuar:hover{
    
    background-color: #fff;
    color:#444;
    text-decoration: none;
}


#errorMessage{
    display:none;
    text-align: center;
    margin:15px 0;
    background:#ffdede;
    color:#be0000;  
    padding:5px;
}
#errorMessage.mailSuccess{
    background-color: chartreuse;
    color:forestgreen;
}



footer{
	background-color:#1a1a1a;
	color:#fff;
	
}
footer h4{
	font-weight: 600;
	font-size: 14px;
}
footer p{
	font-size: 400;
	font-size: 14px;
	
}
.dc-footer-logo{
	text-align: left;
}
.dc-footer-social{
	text-align: center;
}
.dc-footer-contact{
	text-align: right;
}

@media(max-width:768px){
	footer{
		text-align: center;
	}
	.dc-footer-logo{
		text-align: center;
	}
	.dc-footer-social{
		text-align: center;
	}
	.dc-footer-contact{
		text-align: center;
	}
}

label.error{
	color:#d40000;
	font-size: 12px;
	background:#ffdede;
	padding:10px 20px;
	width: 100%;
	border-radius: 5px;

}