body {
	font-family: 'Roboto', sans-serif;
	color: #000;
	font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 300;
}

h1 {	
	font-family: 'Libre Baskerville', serif;
	text-transform: uppercase;
	font-size: 32px;
	line-height: 38px;
	margin: 0;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
	margin: 0;
}

p {
	font-size: 20px;
	line-height: 24px;
}

small {
	font-size: 13px;
}

/* common */
.pre-title {
	font-family: 'Pacifico', cursive;
	margin-top: 0;
	margin-bottom: 10px;
}

/* Buttons */

.button a {
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	border: 1px solid #000;
	padding: 15px 8%;
}

.button a:hover {
	background-color: #000;
	color: #fff;	
	border: 1px solid #000;
}

.button-gold a {
	color: #fd1d26;
	border: 1px solid #fd1d26;
}

.button-gold a:hover {
	background-color: #fd1d26;
	color: #fff;	
	border: 1px solid #fd1d26;
}

.button-1 a {
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
}

.button-1:hover a {
	background-color: transparent;
	color: #000;
	border: 1px solid #000;
}

/* navigation */
#nuestros-productos,
#quienes-somos,
#dulces,
#labor-social,
#contactanos {
	padding-top: 235px;
	margin-top: -235px;
}

/* header */

.navbar-default {
	background-color: #fff;
	border-color: transparent;
}

.main-header {
	position: fixed;
	z-index: 999;
	width: 100%;
}

.main-header .brand {
	margin-top: 20px;
}

.main-header .brand-header {
	text-align: center;
}

.main-header .social-link-header .icon-facebook,
.main-header .social-link-header .icon-twitter,
.main-header .social-link-header .icon-whatsapp {
	display: inline-block;
	margin-top: 18px;
}

.main-header .main-nav  {
	margin-bottom: 23px;
	text-align: center;
}

.main-header .main-nav ul {
	font-family: 'Libre Baskerville', serif;
	font-size: 18px;
	list-style: none;
	padding: 0;
}

.main-header .main-nav ul li {
	display: inline-block;
}

.main-header .main-nav ul li a {
	margin: 0 16px;
	text-decoration: none;
	color: #000;
}

.main-header .main-nav ul li a:hover {
	color: #ff1d26;
}

.main-header .path-header {
	background-image: url(img/nav-path.svg);
	background-repeat: repeat-x;
	width: 100%;
	height: 11px;
}

/* Slider */
.carousel-container {
	padding-top: 235px;
}

.cycle-slideshow {
  position: relative;
}

.slide {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 60px;
}

.slide-content {
  max-width: 960px;

	color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.slide-content p {
  max-width: 355px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 3px;
}

.slide-content .price {
	display: flex;
	margin-bottom: 18px;
}

.slide-title {	
  max-width: 400px;
  position: relative;
}

.slide-title::after {
	content:'';
	background-color: #fff;
	display: block;
	width: 80px;
	height: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0;
}

.slide-buttons .button-1 a {
  padding: 15px 52px;
}

.slide-buttons .button-2 a {
  padding: 15px 49px;
}

.slide-button {
  display: inline-flex;
  font-size: 16px;
  margin-right: 29px;
  margin-bottom: 0;
}

.cycle-prev,
.cycle-next {
  display: block;
  background-image: url(img/icon-arrow.svg);
  background-repeat: no-repeat;
  cursor: pointer;
  width: 22px;
  height: 40px;
  z-index: 199;
  position: absolute;
  top: 45%;
  left: 2%;
}

.cycle-next {
  left: auto;
  right: 2%;
  transform: rotate(180deg);
}

/* Products */

.sweet{
	text-align: center;	
	background-color: #fffaf0;
}

.sweet .sweet-content  {
	margin-top: 60px;
	margin-bottom: 75px;
}

.sweet .sweet-content .title::after {
	content:'';
	background-color: #ff1d26;
	display: block;
	width: 80px;
	height: 5px;
	margin: 20px;
	margin-left: auto;
	margin-right: auto;
}

.sweet .sweet-content .description {
	margin-top: 0;
	margin-bottom: 45px;
}

.sweet .sweet-content .img-product {
	text-align: center;
}

.sweet .sweet-content .title-product {
	font-family: 'Libre Baskerville', serif;
}

.sweet .sweet-content .img-box {
	width: 100%;
	height: auto;
	border-radius: 50%;
}

/* team*/

.team-banner {
	background-image: url('img/img-quienes-somos.png');
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
}

.team {
	text-align: center;
}

.team .team-content  {

	color: #fff;
	margin-top: 60px;
	margin-bottom: 75px;
}

.team .team-content .title::after {
	content:'';
	background-color: #ff1d26;
	display: block;
	width: 80px;
	height: 5px;
	margin: 20px;
	margin-left: auto;
	margin-right: auto;
}

.team .team-content .description {
	margin-top: 0;
	margin-bottom: 45px;
}

/* work */

.work {
	text-align: center;
}

.work .work-content  {
	margin-top: 60px;
	margin-bottom: 75px;
}

.work .work-content .title::after {
	content:'';
	background-color: #ff1d26;
	display: block;
	width: 80px;
	height: 5px;
	margin: 20px;
	margin-left: auto;
	margin-right: auto;
}

.work .work-content .description {
	margin-top: 0;
	margin-bottom: 45px;
}

/* social */

.social-container {
	padding-top: 293px;
	padding-bottom: 210px;
}

.cycle-slideshow {
	position: relative;
}

.social-slide {
	width: 100%;
	height: 360px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 60px;
}

.social-content {
	text-align: center;
	max-width: 960px;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
}

.social-content .img-social {
	border-radius: 50%;
	margin-bottom: 20px;
}

.social-content p {
	max-width: 600px;
	line-height: 24px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

.social-content .slide-title {	
	max-width: 960px;
	position: relative;
}

.social-content .name {
	font-family: 'Libre Baskerville', serif;
	text-transform: uppercase;
	color: #000;
	margin: 0;
}

.social-content .job {
	color: #000;
	margin: 0 auto;
}

.social-content .slide-title::after {
	content:'';
	background-color: #ff1d26;
	display: block;
	width: 80px;
	height: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

/* map */

.map {
	padding: 0;
}

.map .container-map {
	height: 400px;
}

/* contact form */
.form {
	background: #000;
}

.form .content-form {
	margin: 60px 0;
}

.form .content-form .title {
	color: #fff;
}

.form .content-form .title::after {
	content:'';
	background-color: #ff1d26;
	display: block;
	width: 80px;
	height: 5px;
	margin: 20px;
	margin-left: 0;
}

.form .content-form ul {
	list-style: none;
	color: #fff;
	padding: 0;
	font-size: 20px;
}

.form .content-form ul li {
	margin-bottom: 15px;
}

.form .form-control {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 0;
	font-size: 16px;
	padding: 25px 21px;
}

.form .form-control::placeholder {
	color: #fff;
}

.form .form-group {
	margin-bottom: 19px;
}

.form .form-button .send-button  {
	border: none;
	background-color: #ff1d26;
	color: #fff;
	text-transform: uppercase;
	padding: 15px 59px;
	margin-top: 22px;
}

.form .form-button .send-button:hover {
	background-color: #fff;
	color: #000;
}

.form textarea.form-control {
	padding: 16px 21px;
	height: 150px;
}

/* footer */

.footer {
  background: #fd1d26;
  background-image:
  radial-gradient(salmon 20%, transparent 0), 
  radial-gradient(salmon 20%, transparent 0);
  background-size: 30px 30px;
  background-position: 0 0, 15px 15px;
}

.footer .container-footer {
	margin-top: 57px;
	margin-bottom: 15px;
}

.footer .footer-nav {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding-left: 40px;
}

.footer .footer-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
}
.footer .footer-nav ul li {
	margin-bottom: 11px;
}

.footer .footer-nav a {
	text-decoration: none;
	color: #fff;
}

.footer .footer-nav a:hover {
	color: #000;
}

.footer .info-footer {
	color: #fff;
	margin-left: 34px;
}

.footer .info-footer small a {
	text-decoration: none;
	color: #000;
}

.footer .info-footer small a:hover {
	color: #fff;
}

.footer .info-footer .numbers {
	display: flex;
}

.footer .info-footer .numbers .mobile {
	font-size: 16px;
	border: 1px solid #fff;
	padding: 9px 21px;
}

.footer .social-footer {
	display: flex;
	margin-bottom: 17px;
}
.footer .social-footer .social-link-footer {
	display: inline-flex;
}

.footer .social-footer .social-link-footer .icon-facebook,
.footer .social-footer .social-link-footer .icon-twitter,
.footer .social-footer .social-link-footer .icon-whatsapp {
	margin-left: 9px
}

/* Media Queries */

/* Mobile */
@media (max-width: 480px) {

	/* navigation */

	.navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}

	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		 border-color: #fff;
	}

	#nosotros,
	#fragancias,
	#quienes-somos,
	#social,
	#contactanos {
		padding-top: 50px;
		margin-top: -50px;
	}

	.main-header .brand {
		margin: 10px 0 0 0;
	}

	.main-header .main-nav ul li {
		display: inherit;
		margin-bottom: 15px;
	}

	/* slide */

	.carousel-container {
   		padding-top: 50px;
	}

	.slide  {
		background-image: none!important;
		background-color: #cdcdd0;
		height: auto;
		padding-bottom: 60px;
	}

	.slide-title::after {
	  content: '';
	  background-color: #b89d67;
	  display: block;
	  width: 80px;
	  height: 5px;
	  margin-left: auto;
	  margin-right: auto;
	}

	.slide-content {
		text-align: center;
		margin-left: 30px;
		margin-right: 30px;
	}

	.slide-button {
		margin-left: auto;
		margin-right: auto;
	}

	.slide-buttons .button-1 a{
		margin-bottom: 30px;
	}

	/* team */
	.team .button-gold a {
		padding: 15px 22%;
	}

	/* social */

	.dscto {
		background-image: none;
		background-color: #e3e3e3;
	}

	.dscto .content-dscto  {
		text-align: center;
	}

	/* contact */ 
	.form .content-form {
		text-align: center;
	}

	.form .content-form .title::after {
		margin-left: auto;
		margin-right: auto;
	}

	/*footer */
	.footer .logo-footer {
		text-align: center;
	}

	.footer .footer-nav {
		margin: 30px 0;
		border: none;
		text-align: center;
		padding: 0;
	}

	.footer .info-footer {
		text-align: center;
		margin: 0;
	}

	.footer .info-footer .numbers {
		display: initial;
	}

	.footer .info-footer .social-footer {
		display: block;
	}

	.footer .info-footer .social-footer .title {
		margin-bottom: 15px;
	}

}

/* Tablet */
@media (min-width: 481px) and (max-width: 768px) {

	/* navigation */
	#quienes-somos,
	#dulces,
	#labor-social,
	#contactanos {
		padding-top: 50px;
		margin-top: -50px;
	}

	/* slide */

	.carousel-container {
   		padding-top: 50px;
	}

	/*footer */
	.footer .logo-footer {
		text-align: center;
	}

	.footer .footer-nav {
		margin: 30px 0;
		border: none;
		text-align: center;
		padding: 0;
	}

	.footer .info-footer {
		text-align: center;
		margin: 0;
	}

	.footer .info-footer .numbers {
		display: initial;
	}

	.footer .info-footer .social-footer {
		display: block;
	}

	.footer .info-footer .social-footer .title {
		margin-bottom: 15px;
	}

}

/* Desktop */
@media (min-width: 769px) and (max-width: 992px) {

}
