/* ***** CSS Styles ***** */
/* ----- ScrollBar ----- */
body::-webkit-scrollbar {
	width: 6px;
}
body::-webkit-scrollbar-thumb {
	background: #f492be;
}
body::-webkit-scrollbar-track {
	background: #f9ebf1;
}
/* ----- Selection ----- */
::selection {
	color: #333333;
	background-color: #f492be;
}
/* ---------- Fonts Family ---------- */
@font-face {
  	font-family: Strong;
  	src: url(../fonts/Strong.ttf);
}
body {
	margin: 0;
	padding: 0;
	cursor: default;
	overflow-x: hidden;
}
/* ----- Navbar ----- */
nav.navbar a.navbar-brand {
	font-family: Strong;
	color: #f492be;
}
nav.navbar a {
	font-family: "scale-variable";
	color: #333333;
}
nav.navbar a:hover {
		text-decoration: underline;
	}
nav.navbar .activated {
    text-decoration: underline;
}
@media (max-width: 767px) {
	.navbar {
		background-color: #f9ebf1;
		border-bottom: 1px solid #f492be;
		box-shadow: 0px -15px 32px 1px rgba(244, 146, 190, 1);
	}
	nav.navbar .navbar-toggler {
		border: 1px solid #f492be;
	}
	nav.navbar .navbar-toggler-icon {
		background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba%28244, 146, 190, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
	}
	nav.navbar .navbar-toggler:focus {
		box-shadow: none !important;
	}
}
@media (min-width: 768px) {
	nav.navbar a.navbar-brand {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	nav.navbar #navbarNav ul:first-child a {
		margin-right: 0px;
		font-size: 12px;
	}
	nav.navbar #navbarNav ul:last-child a {
		margin-left: 10px;
		font-size: 18px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	nav.navbar #navbarNav ul:first-child a {
		margin-right: 5px;
		font-size: 14px;
	}
	nav.navbar #navbarNav ul:last-child a {
		margin-left: 20px;
		font-size: 20px;
	}
}
@media (min-width: 1200px) and (max-width: 1399px) {
	nav.navbar #navbarNav ul:first-child a {
		margin-right: 10px;
		font-size: 16px;
	}
	nav.navbar #navbarNav ul:last-child a {
		margin-left: 30px;
		font-size: 22px;
	}
}
@media (min-width: 1400px) {
	nav.navbar #navbarNav ul:first-child a {
		margin-right: 15px;
		font-size: 18px;
	}
	nav.navbar #navbarNav ul:last-child a {
		margin-left: 40px;
		font-size: 24px;
	}
}
/* ----- Hero ----- */
#hero img {
	min-width: 100%;
	min-height: 100%;
	z-index: 1000;
}
#hero h1 {
	font-family: Strong;
	color: #e90000;
	z-index: 2000;
}
#carouselOne {
	z-index: 1;
}
@media (max-width: 576px) {
	#hero img {
		margin: 20px 0px;
	}
	#hero h1 {
		font-size: 24px;
	}
	#carouselOne {
		margin-top: -5px;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	#hero h1 {
		font-size: 28px;
	}
	#carouselOne {
		margin-top: -8px;
	}
}
@media (max-width: 767px) {
	#hero img {
		margin: 25px 0px;
	}
}
@media (min-width: 768px) {
	#hero {
		position: relative;
	}
	#hero h1 {
		position: absolute;
	}
	#carouselOne {
		width: 85%;
		position: relative;
		left: 30%;
		transform: translateX(-30%);
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#hero h1 {
		font-size: 18px;
		top: 100px;
		left: 245px;
	}
	#carouselOne {
		margin-top: -25px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#hero img {
		margin-top: 15px;
	}
	#hero h1 {
		font-size: 24px;
		top: 150px;
		left: 325px;
	}
	#carouselOne {
		margin-top: -45px;
	}
}
@media (min-width: 1200px) and (max-width: 1399px) {
	#hero img {
		margin-top: 20px;
	}
	#hero h1 {
		font-size: 30px;
		top: 175px;
		left: 390px;
	}
	#carouselOne {
		margin-top: -60px;
	}
}
@media (min-width: 1400px) {
	#hero img {
		margin-top: 25px;
	}
	#hero h1 {
		font-size: 36px;
		top: 205px;
		left: 450px;
	}
	#carouselOne {
		margin-top: -75px;
	}
}
/* ----- Ostras de autor ----- */
#ostras-autor div div:first-child p {
	font-family: Strong;
	color: #e90000;
	text-align: center;
}
#ostras-autor div div:last-child p {
	font-family: "scale-variable";
}
@media (max-width: 575px) {
	#ostras-autor div div:first-child p {
		font-size: 48px;
		line-height: 48px;
	}
	#ostras-autor div div:last-child p {
		font-size: 16px;
		line-height: 18px;
	}
	#ostras-autor img {
		margin-top: 20px;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	#ostras-autor div div:first-child p {
		font-size: 54px;
		line-height: 54px;
	}
	#ostras-autor div div:last-child p {
		font-size: 24px;
		line-height: 26px;
	}
	#ostras-autor img {
		margin-top: 25px;
	}
}
@media (max-width: 767px) {
	#ostras-autor div div:first-child p {
		margin-top: 5px;
	}
	#ostras-autor div div:last-child p {
		margin-top: 10px;
	}
}
@media (min-width: 768px) {
	#ostras-autor img {
		width: 90%;
		margin: 0 auto;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#ostras-autor {
		margin-top: 40px;
	}
	#ostras-autor div div:first-child p {
		font-size: 36px;
		line-height: 36px;
	}
	#ostras-autor div div:last-child p {
		font-size: 20px;
		line-height: 22px;
	}
	#ostras-autor img {
		margin-top: 30px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#ostras-autor {
		margin-top: 50px;
	}
	#ostras-autor div div:first-child p {
		font-size: 48px;
		line-height: 48px;
	}
	#ostras-autor div div:last-child p {
		font-size: 26px;
		line-height: 28px;
	}
	#ostras-autor img {
		margin-top: 40px;
	}
}
@media (min-width: 1200px) and (max-width: 1399px) {
	#ostras-autor {
		margin-top: 60px;
	}
	#ostras-autor div div:first-child p {
		font-size: 56px;
		line-height: 56px;
	}
	#ostras-autor div div:last-child p {
		font-size: 30px;
		line-height: 32px;
	}
	#ostras-autor img {
		margin-top: 50px;
	}
}
@media (min-width: 1400px) {
	#ostras-autor {
		margin-top: 70px;
	}
	#ostras-autor div div:first-child p {
		font-size: 72px;
		line-height: 72px;
	}
	#ostras-autor div div:last-child p {
		font-size: 34px;
		line-height: 36px;
	}
	#ostras-autor img {
		margin-top: 60px;
	}
}
/* ----- El origen ----- */
#el-origen h2 {
	color: #f492be;
	font-family: "scale-variable";
	font-weight: bold;
}
#el-origen div div:last-child p {
	font-family: "scale-variable";
}
#el-origen p:last-child {
	font-family: Strong !important;
	color: #e90000;
}
@media (max-width: 575px) {
	#el-origen {
		margin-top: 50px;
	}
	#el-origen h2 {
		font-size: 60px;
		margin-top: 10px;
	}
	#el-origen div div:last-child p {
		font-size: 16px;
		line-height: 18px;
		margin-top: 15px;
	}
	#el-origen p:last-child {
		font-size: 24px !important;
		line-height: 26px !important;
		margin-top: 30px !important;
		margin-bottom: 0px !important;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	#el-origen {
		margin-top: 60px;
	}
	#el-origen h2 {
		font-size: 80px;
		margin-top: 10px;
	}
	#el-origen div div:last-child p {
		font-size: 24px;
		line-height: 26px;
		margin-top: 25px;
	}
	#el-origen p:last-child {
		font-size: 36px !important;
		line-height: 38px !important;
		margin-top: 35px !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#el-origen {
		margin-top: 70px;
	}
	#el-origen h2 {
		font-size: 60px;
		margin-top: 10px;
		margin-left: -100px;
	}
	#el-origen div div:last-child p {
		font-size: 20px;
		line-height: 22px;
		margin-top: 30px;
	}
	#el-origen p:last-child {
		font-size: 24px !important;
		line-height: 26px !important;
		margin-top: 35px !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#el-origen {
		margin-top: 80px;
	}
	#el-origen h2 {
		font-size: 70px;
		margin-top: 10px;
		margin-left: -120px;
	}
	#el-origen div div:last-child p {
		font-size: 26px;
		line-height: 28px;
		margin-top: 40px;
	}
	#el-origen p:last-child {
		font-size: 28px !important;
		line-height: 30px !important;
		margin-top: 40px !important;
	}
}
@media (min-width: 1200px) and (max-width: 1399px) {
	#el-origen {
		margin-top: 90px;
	}
	#el-origen h2 {
		font-size: 80px;
		margin-top: 10px;
		margin-left: -135px;
	}
	#el-origen div div:last-child p {
		font-size: 30px;
		line-height: 32px;
		margin-top: 45px;
	}
	#el-origen p:last-child {
		font-size: 36px !important;
		line-height: 38px !important;
		margin-top: 45px !important;
	}
}
@media (min-width: 1400px) {
	#el-origen {
		margin-top: 100px;
	}
	#el-origen h2 {
		font-size: 90px;
		margin-top: 15px;
		margin-left: -150px;
	}
	#el-origen div div:last-child p {
		font-size: 34px;
		line-height: 36px;
		margin-top: 50px;
	}
	#el-origen p:last-child {
		font-size: 40px !important;
		line-height: 42px !important;
		margin-top: 50px !important;
	}
}
/* ----- Le ostra ----- */
#le-ostra {
	background-color: #f492be;
}
#le-ostra h2 {
	color: #ffffff;
	font-family: "scale-variable";
	font-weight: bold;
}
#le-ostra h2 + p {
	font-family: "scale-variable";
}
#le-ostra div:nth-child(2) p {
	font-family: Strong;
	color: #e90000;
}
#carouselTwo {
	z-index: 1;
}
@media (max-width: 575px) {
	#le-ostra {
		margin-top: 30px;
	}
	#le-ostra .container {
		padding-right: 0;
		padding-left: 0;
	}
	#le-ostra h2 {
		font-size: 60px;
        margin-top: 20px;
	}
	#le-ostra h2 + p {
		font-size: 16px;
        line-height: 18px;
        margin-top: 15px;
	}
	#carouselTwo {
		margin-top: 30px;
	}
	#le-ostra div:nth-child(2) p {
		font-size: 24px;
        line-height: 26px;
        margin-top: 25px;
		margin-bottom: 25px;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	#le-ostra {
		margin-top: 35px;
	}
	#le-ostra h2 {
		font-size: 80px;
        margin-top: 30px;
	}
	#le-ostra h2 + p {
		font-size: 24px;
        line-height: 26px;
        margin-top: 25px;
	}
	#carouselTwo {
		margin-top: 30px;
	}
	#le-ostra div:nth-child(2) p {
		font-size: 28px;
        line-height: 30px;
        margin-top: 35px;
		margin-bottom: 35px;
	}
}
@media (min-width: 768px) {
	#le-ostra h2 {
		z-index: 1000;
	}
	#le-ostra h2 + p {
		text-align: right;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#le-ostra {
		margin-top: 70px;
	}
	#le-ostra h2 {
		font-size: 50px;
        margin-top: 40px;
		position: relative;
		left: 110px;
	}
	#le-ostra h2 + p {
		font-size: 20px;
        line-height: 22px;
        margin-top: 40px;
	}
	#carouselTwo {
		margin-top: 30px;
	}
	#le-ostra div:nth-child(2) p {
		font-size: 24px;
        line-height: 26px;
        margin-top: 20px;
		margin-bottom: 20px;
		margin-left: 110px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#le-ostra {
		margin-top: 80px;
	}
	#le-ostra h2 {
		font-size: 70px;
        margin-top: 50px;
		position: relative;
		left: 135px;
	}
	#le-ostra h2 + p {
		font-size: 26px;
        line-height: 28px;
        margin-top: 80px;
	}
	#carouselTwo {
		margin-top: 40px;
	}
	#le-ostra div:nth-child(2) p {
		font-size: 28px;
        line-height: 30px;
        margin-top: 30px;
		margin-bottom: 30px;
		margin-left: 125px;
	}
}
@media (min-width: 1200px) and (max-width: 1399px) {
	#le-ostra {
		margin-top: 90px;
	}
	#le-ostra h2 {
		font-size: 80px;
        margin-top: 60px;
		position: relative;
		left: 170px;
	}
	#le-ostra h2 + p {
		font-size: 30px;
        line-height: 32px;
        margin-top: 120px;
	}
	#carouselTwo {
		margin-top: 50px;
	}
	#le-ostra div:nth-child(2) p {
		font-size: 36px;
        line-height: 38px;
        margin-top: 30px;
		margin-bottom: 30px;
		margin-left: 150px;
	}
}
@media (min-width: 1400px) {
	#le-ostra {
		margin-top: 100px;
	}
	#le-ostra h2 {
		font-size: 90px;
        margin-top: 60px;
		position: relative;
		left: 210px;
	}
	#le-ostra h2 + p {
		font-size: 34px;
        line-height: 36px;
        margin-top: 150px;
	}
	#carouselTwo {
		margin-top: 50px;
	}
	#le-ostra div:nth-child(2) p {
		font-size: 40px;
        line-height: 42px;
        margin-top: 30px;
		margin-bottom: 30px;
		margin-left: 160px;
	}
}
/* ----- Actitud y universo ----- */
#actitud-universo img {
	z-index: 1;
}
#actitud-universo h2 {
	font-family: "scale-variable";
	font-weight: bold;
	color: #f492be;
	z-index: 1000;
}
#actitud-universo .fp {
	font-family: "scale-variable";
}
#actitud-universo .sp {
	font-family: Strong;
	color: #e90000;
}
@media (max-width: 575px) {
	#actitud-universo {
		margin-top: 50px;
	}
	#actitud-universo h2 {
		font-size: 60px;
		line-height: 55px;
        margin-top: 30px;
	}
	#actitud-universo .fp {
		font-size: 16px;
		line-height: 18px;
		margin-top: 10px;
		margin-bottom: 0px;
	}
	#actitud-universo .sp {
		font-size: 20px;
		line-height: 22px;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	#actitud-universo {
		margin-top: 60px;
	}
	#actitud-universo h2 {
		font-size: 80px;
		line-height: 70px;
		margin-top: 30px;
	}
	#actitud-universo .fp {
		font-size: 24px;
		line-height: 26px;
		margin-top: 20px;
		margin-bottom: 0px;
	}
	#actitud-universo .sp {
		font-size: 24px;
		line-height: 26px;
	}
}
@media (min-width: 768px) {
	#actitud-universo img {
		width: 90%;
	}
	#actitud-universo {
		position: relative;
	}
	#actitud-universo h2 {
		position: absolute;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#actitud-universo {
		margin-top: 120px;
	}
	#actitud-universo h2 {
		top: -80px;
		left: 370px;
		font-size: 60px;
		line-height: 50px;
	}
	#actitud-universo .fp {
		font-size: 18px;
		line-height: 20px;
		margin-top: 30px;
	}
	#actitud-universo .sp {
		font-size: 24px;
		line-height: 26px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#actitud-universo {
		margin-top: 150px;
	}
	#actitud-universo h2 {
		top: -95px;
		left: 550px;
		font-size: 70px;
		line-height: 60px;
	}
	#actitud-universo .fp {
		font-size: 24px;
		line-height: 26px;
		margin-top: 40px;
		margin-bottom: 25px;
	}
	#actitud-universo .sp {
		font-size: 28px;
		line-height: 30px;
	}
}
@media (min-width: 1200px) and (max-width: 1399px) {
	#actitud-universo {
		margin-top: 170px;
	}
	#actitud-universo h2 {
		top: -110px;
		left: 670px;
		font-size: 80px;
		line-height: 70px;
	}
	#actitud-universo .fp {
		font-size: 28px;
		line-height: 30px;
		margin-top: 40px;
		margin-bottom: 30px;
	}
	#actitud-universo .sp {
		font-size: 36px;
		line-height: 38px;
	}
}
@media (min-width: 1400px) {
	#actitud-universo {
		margin-top: 190px;
	}
	#actitud-universo h2 {
		top: -130px;
		left: 790px;
		font-size: 90px;
		line-height: 80px;
	}
	#actitud-universo .fp {
		font-size: 32px;
		line-height: 34px;
		margin-top: 60px;
		margin-bottom: 35px;
	}
	#actitud-universo .sp {
		font-size: 40px;
		line-height: 42px;
	}
}
/* ----- Merry-go-round ----- */
#merry-go-round .merry-go-round {
	position: relative;
}
#merry-go-round .merry-go-round div {
	position: absolute;
}
#merry-go-round h2 {
	font-family: Strong;
	color: #e90000;
	text-align: center;
}
#merry-go-round p {
	font-family: "scale-variable";
	text-align: center;
}
@media (max-width: 575px) {
	#merry-go-round .merry-go-round {
		margin-top: 30px;
	}
	#merry-go-round .merry-go-round .sostenibilidad-real {
		top: 10px;
		left: 25px;
	}
	#merry-go-round .merry-go-round .salud-pureza {
		top: 80px;
		right: 25px;
	}
	#merry-go-round .merry-go-round .sensaciones {
		top: 630px;
		right: 25px;
	}
	#merry-go-round .merry-go-round .origen-historia {
		top: 210px;
		right: 25px;
	}
	#merry-go-round .merry-go-round .disfrute-compartido {
		top: 500px;
		right: 25px;
	}
	#merry-go-round .merry-go-round .excelencia-elitismo {
		top: 140px;
		left: 25px;
	}
	#merry-go-round .merry-go-round .lujo-cotidiano {
		top: 565px;
		left: 25px;
	}
	#merry-go-round .merry-go-round h2 {
		font-size: 20px;
		line-height: 18px;
		margin-bottom: 3px;
	}
	#merry-go-round .merry-go-round p {
		font-size: 14px;
		line-height: 16px;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	#merry-go-round .merry-go-round {
		margin-top: 30px;
	}
	#merry-go-round .merry-go-round .sostenibilidad-real {
		top: 35px;
		left: 75px;
	}
	#merry-go-round .merry-go-round .salud-pureza {
		top: 125px;
		left: 315px;
	}
	#merry-go-round .merry-go-round .sensaciones {
		top: 830px;
		left: 200px;
	}
	#merry-go-round .merry-go-round .origen-historia {
		top: 275px;
		left: 250px;
	}
	#merry-go-round .merry-go-round .disfrute-compartido {
		top: 676px;
		left: 200px;
	}
	#merry-go-round .merry-go-round .excelencia-elitismo {
		top: 190px;
		left: 30px;
	}
	#merry-go-round .merry-go-round .lujo-cotidiano {
		top: 750px;
		left: 40px;
	}
	#merry-go-round .merry-go-round h2 {
		font-size: 20px;
		line-height: 18px;
		margin-bottom: 3px;
	}
	#merry-go-round .merry-go-round p {
		font-size: 14px;
		line-height: 16px;
	}
}
@media (max-width: 767px) {
	#merry-go-round .merry-go-round > img.fi {
		display: none;
	}
}
@media (min-width: 768px) {
	#merry-go-round .merry-go-round > img.li {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#merry-go-round .merry-go-round {
		margin-top: 30px;
	}
	#merry-go-round .merry-go-round .sostenibilidad-real {
		top: 15px;
		left: 275px;
	}
	#merry-go-round .merry-go-round .salud-pureza {
		top: 50px;
		left: 550px;
	}
	#merry-go-round .merry-go-round .sensaciones {
		top: 240px;
		left: 530px;
	}
	#merry-go-round .merry-go-round .origen-historia {
		top: 335px;
		left: 325px;
	}
	#merry-go-round .merry-go-round .disfrute-compartido {
		top: 325px;
		left: 5px;
	}
	#merry-go-round .merry-go-round .excelencia-elitismo {
		top: 190px;
		left: 5px;
	}
	#merry-go-round .merry-go-round .lujo-cotidiano {
		top: 85px;
		left: 85px;
	}
	#merry-go-round .merry-go-round h2 {
		font-size: 20px;
		line-height: 18px;
		margin-bottom: 3px;
	}
	#merry-go-round .merry-go-round p {
		font-size: 12px;
		line-height: 14px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#merry-go-round .merry-go-round {
		margin-top: 50px;
	}
	#merry-go-round .merry-go-round .sostenibilidad-real {
		top: 15px;
		left: 360px;
	}
	#merry-go-round .merry-go-round .salud-pureza {
		top: 75px;
		left: 740px;
	}
	#merry-go-round .merry-go-round .sensaciones {
		top: 315px;
		left: 725px;
	}
	#merry-go-round .merry-go-round .origen-historia {
		top: 450px;
		left: 450px;
	}
	#merry-go-round .merry-go-round .disfrute-compartido {
		top: 435px;
		left: 30px;
	}
	#merry-go-round .merry-go-round .excelencia-elitismo {
		top: 260px;
		left: 5px;
	}
	#merry-go-round .merry-go-round .lujo-cotidiano {
		top: 115px;
		left: 115px;
	}
	#merry-go-round .merry-go-round h2 {
		font-size: 24px;
		line-height: 22px;
		margin-bottom: 3px;
	}
	#merry-go-round .merry-go-round p {
		font-size: 16px;
		line-height: 18px;
	}
}
@media (min-width: 1200px) and (max-width: 1399px) {
	#merry-go-round .merry-go-round {
		margin-top: 50px;
	}
	#merry-go-round .merry-go-round .sostenibilidad-real {
		top: 25px;
		left: 450px;
	}
	#merry-go-round .merry-go-round .salud-pureza {
		top: 95px;
		left: 900px;
	}
	#merry-go-round .merry-go-round .sensaciones {
		top: 370px;
		left: 875px;
	}
	#merry-go-round .merry-go-round .origen-historia {
		top: 530px;
		left: 525px;
	}
	#merry-go-round .merry-go-round .disfrute-compartido {
		top: 525px;
		left: 50px;
	}
	#merry-go-round .merry-go-round .excelencia-elitismo {
		top: 315px;
		left: 10px;
	}
	#merry-go-round .merry-go-round .lujo-cotidiano {
		top: 130px;
		left: 150px;
	}
	#merry-go-round .merry-go-round h2 {
		font-size: 26px;
		line-height: 24px;
		margin-bottom: 3px;
	}
	#merry-go-round .merry-go-round p {
		font-size: 18px;
		line-height: 20px;
	}
}
@media (min-width: 1400px) {
	#merry-go-round .merry-go-round {
		margin-top: 60px;
	}
	#merry-go-round .merry-go-round .sostenibilidad-real {
		top: 15px;
		left: 490px;
	}
	#merry-go-round .merry-go-round .salud-pureza {
		top: 100px;
		left: 1050px;
	}
	#merry-go-round .merry-go-round .sensaciones {
		top: 420px;
		left: 1025px;
	}
	#merry-go-round .merry-go-round .origen-historia {
		top: 625px;
		left: 650px;
	}
	#merry-go-round .merry-go-round .disfrute-compartido {
		top: 590px;
		left: 40px;
	}
	#merry-go-round .merry-go-round .excelencia-elitismo {
		top: 375px;
		left: 30px;
	}
	#merry-go-round .merry-go-round .lujo-cotidiano {
		top: 180px;
		left: 150px;
	}
	#merry-go-round .merry-go-round h2 {
		font-size: 28px;
		line-height: 26px;
		margin-bottom: 3px;
	}
	#merry-go-round .merry-go-round p {
		font-size: 20px;
		line-height: 22px;
	}
}
/* ----- Bar de barrio ----- */
#bar-barrio div.row:first-child,
#bar-barrio .fp {
	font-family: "scale-variable";
}
#bar-barrio .container div:first-child div {
	position: relative;
}
#carouselThree {
	z-index: 1;
}
#bar-barrio .sp {
	font-family: Strong;
	color: #e90000;
	position: relative;
	z-index: 1000;
}
@media (max-width: 575px) {
	#bar-barrio {
		margin-top: 80px;
	}
	#bar-barrio div.row:first-child p {
		font-size: 16px;
		line-height: 18px;
		margin-bottom: 20px;
	}
	#bar-barrio .fp {
		font-size: 16px;
		line-height: 18px;
		margin-top: 20px;
	}
	#bar-barrio .sp {
		font-size: 20px;
		line-height: 22px;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	#bar-barrio {
		margin-top: 40px;
	}
	#bar-barrio div.row:first-child p {
		font-size: 24px;
		line-height: 26px;
		margin-bottom: 30px;
	}
	#bar-barrio .fp {
		font-size: 24px;
		line-height: 26px;
		margin-top: 30px;
	}
	#bar-barrio .sp {
		font-size: 30px;
		line-height: 32px;
		margin-top: 10px;
	}
}
@media (min-width: 768px) {
	#bar-barrio div.row:first-child p {
		position: absolute;
	}
	#carouselThree {
		width: 90%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#bar-barrio {
		margin-top: 50px;
	}
	#bar-barrio div.row:first-child p {
		font-size: 18px;
		line-height: 20px;
		bottom: 0;
	}
	#bar-barrio .fp {
		font-size: 18px;
		line-height: 20px;
		margin-top: 20px;
	}
	#bar-barrio .sp {
		font-size: 24px;
		line-height: 26px;
		margin-top: -10px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#bar-barrio {
		margin-top: 60px;
	}
	#bar-barrio div.row:first-child p {
		font-size: 24px;
		line-height: 26px;
		bottom: 0;
	}
	#bar-barrio .fp {
		font-size: 24px;
		line-height: 26px;
		margin-top: 20px;
	}
	#bar-barrio .sp {
		font-size: 28px;
		line-height: 30px;
		margin-top: -10px;
		margin-left: 20px;
	}
}
@media (min-width: 1200px) and (max-width: 1399px) {
	#bar-barrio {
		margin-top: 70px;
	}
	#bar-barrio div.row:first-child p {
		font-size: 30px;
		line-height: 32px;
		bottom: 0;
	}
	#bar-barrio .fp {
		font-size: 28px;
		line-height: 30px;
		margin-top: 20px;
	}
	#bar-barrio .sp {
		font-size: 36px;
		line-height: 38px;
		margin-top: -10px;
		margin-left: 20px;
	}
}
@media (min-width: 1400px) {
	#bar-barrio {
		margin-top: 80px;
	}
	#bar-barrio div.row:first-child p {
		font-size: 34px;
		line-height: 36px;
		bottom: 0;
	}
	#bar-barrio .fp {
		font-size: 32px;
		line-height: 34px;
		margin-top: 20px;
	}
	#bar-barrio .sp {
		font-size: 40px;
		line-height: 42px;
		margin-top: -12px;
		margin-left: 50px;
	}
}
/* ----- Contacto ----- */
#contacto h2 {
	font-family: "scale-variable";
	font-weight: bold;
	color: #f492be;
}
#contacto input[placeholder] {
	border-radius: 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #f492be;
	border-left: 0;
	padding: 0;
}
#contacto input:focus,
#contacto textarea:focus {
	box-shadow: none;
}
#contacto textarea {
	padding-left: 0;
}
#contacto input[type=checkbox] {
	border: 1px solid #f492be;
	border-radius: 0;
}
#contacto input:checked {
	background-color: #f492be;
}
#contacto p {
	font-family: "scale-variable";
	color: #333333;
}
#contacto a {
	color: #333333;
}
#contacto a:hover {
	color: #f492be;
}
#contacto button {
	font-family: "scale-variable";
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	border: 0;
	background-color: transparent;
	padding-right: 0;
}
#contacto button:hover {
	color: #f492be;
}
@media (max-width: 575px) {
	#contacto {
		margin-top: 30px;
		margin-bottom: 40px;
		padding: 0px 20px;
	}
	#contacto h2 {
		font-size: 60px;
        line-height: 55px;
		margin-bottom: 25px;
		margin-left: 10px;
	}
	#contacto input::placeholder,
	#contacto input[placeholder] {
		font-family: "scale-variable";
		color: #333333;
		font-size: 22px;
	}
	#contacto input[placeholder] {
		margin-bottom: 0px;
	}
	#contacto textarea {
		margin-top: -15px;
		border: 0;
		line-height: 48px;
		background-image: linear-gradient(transparent, transparent calc(48px - 1px), #f492be 0px);
  		background-size: 100% 48px;
  		resize: none;
	}
	#contacto textarea::placeholder,
	#contacto textarea {
		font-family: "scale-variable";
		color: #333333;
		font-size: 22px;
	}
	#contacto textarea::placeholder {
		margin-bottom: -50px;
	}
	#contacto input[type=checkbox] {
		width: 16px;
		height: 16px;
	}
	#contacto p {
		font-size: 12px;
		margin-left: 0px;
	}
	#contacto button {
		font-size: 16px;
		margin-top: -13px;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	#contacto {
		margin-top: 40px;
		margin-bottom: 40px;
		padding: 0px 20px;
	}
	#contacto h2 {
		font-size: 80px;
        line-height: 70px;
		margin-bottom: 25px;
		margin-left: 20px;
	}
	#contacto input::placeholder,
	#contacto input[placeholder] {
		font-family: "scale-variable";
		color: #333333;
		font-size: 22px;
	}
	#contacto input[placeholder] {
		margin-bottom: 0px;
	}
	#contacto textarea {
		margin-top: -15px;
		border: 0;
		line-height: 48px;
		background-image: linear-gradient(transparent, transparent calc(48px - 1px), #f492be 0px);
  		background-size: 100% 48px;
  		resize: none;
	}
	#contacto textarea::placeholder,
	#contacto textarea {
		font-family: "scale-variable";
		color: #333333;
		font-size: 22px;
	}
	#contacto textarea::placeholder {
		margin-bottom: -50px;
	}
	#contacto input[type=checkbox] {
		width: 16px;
		height: 16px;
	}
	#contacto p {
		font-size: 16px;
		margin-left: 5px;
	}
	#contacto button {
		font-size: 18px;
		margin-top: -15px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#contacto {
		margin-top: 50px;
		margin-bottom: 50px;
		padding: 0px 30px;
	}
	#contacto h2 {
		font-size: 60px;
        line-height: 50px;
		margin-bottom: 25px;
		margin-left: 20px;
	}
	#contacto input::placeholder,
	#contacto input[placeholder] {
		font-family: "scale-variable";
		color: #333333;
		font-size: 22px;
	}
	#contacto input[placeholder] {
		margin-bottom: 0px;
	}
	#contacto textarea {
		margin-top: -15px;
		border: 0;
		line-height: 48px;
		background-image: linear-gradient(transparent, transparent calc(48px - 1px), #f492be 0px);
  		background-size: 100% 48px;
  		resize: none;
	}
	#contacto textarea::placeholder,
	#contacto textarea {
		font-family: "scale-variable";
		color: #333333;
		font-size: 22px;
	}
	#contacto textarea::placeholder {
		margin-bottom: -50px;
	}
	#contacto input[type=checkbox] {
		width: 18px;
		height: 18px;
	}
	#contacto p {
		font-size: 18px;
		margin-left: 10px;
	}
	#contacto button {
		font-size: 20px;
		margin-top: -15px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#contacto {
		margin-top: 50px;
		margin-bottom: 50px;
		padding: 0px 40px;
	}
	#contacto h2 {
		font-size: 70px;
        line-height: 60px;
		margin-bottom: 25px;
		margin-left: 20px;
	}
	#contacto input::placeholder,
	#contacto input[placeholder] {
		font-family: "scale-variable";
		color: #333333;
		font-size: 26px;
	}
	#contacto input[placeholder] {
		margin-bottom: 0px;
	}
	#contacto textarea {
		margin-top: -15px;
		border: 0;
		line-height: 56px;
		background-image: linear-gradient(transparent, transparent calc(56px - 1px), #f492be 0px);
  		background-size: 100% 56px;
  		resize: none;
	}
	#contacto textarea::placeholder,
	#contacto textarea {
		font-family: "scale-variable";
		color: #333333;
		font-size: 26px;
	}
	#contacto textarea::placeholder {
		margin-bottom: -50px;
	}
	#contacto input[type=checkbox] {
		width: 20px;
		height: 20px;
	}
	#contacto p {
		font-size: 19px;
		margin-left: 10px;
	}
	#contacto button {
		font-size: 22px;
		margin-top: -15px;
	}
}
@media (min-width: 1200px) and (max-width: 1399px) {
	#contacto {
		margin-top: 50px;
		margin-bottom: 50px;
		padding: 0px 40px;
	}
	#contacto h2 {
		font-size: 80px;
        line-height: 70px;
		margin-bottom: 30px;
		margin-left: 20px;
	}
	#contacto input::placeholder,
	#contacto input[placeholder] {
		font-family: "scale-variable";
		color: #333333;
		font-size: 28px;
	}
	#contacto input[placeholder] {
		margin-bottom: 0px;
	}
	#contacto textarea {
		margin-top: -15px;
		border: 0;
		line-height: 60px;
		background-image: linear-gradient(transparent, transparent calc(60px - 1px), #f492be 0px);
  		background-size: 100% 60px;
  		resize: none;
	}
	#contacto textarea::placeholder,
	#contacto textarea {
		font-family: "scale-variable";
		color: #333333;
		font-size: 28px;
	}
	#contacto textarea::placeholder {
		margin-bottom: -50px;
	}
	#contacto input[type=checkbox] {
		width: 25px;
		height: 25px;
	}
	#contacto p {
		font-size: 22px;
		margin-left: 10px;
	}
	#contacto button {
		font-size: 25px;
		margin-top: -15px;
	}
}
@media (min-width: 1400px) {
	#contacto {
		margin-top: 60px;
		margin-bottom: 60px;
		padding: 0px 50px;
	}
	#contacto h2 {
		font-size: 90px;
        line-height: 80px;
		margin-bottom: 30px;
		margin-left: 20px;
	}
	#contacto input::placeholder,
	#contacto input[placeholder] {
		font-family: "scale-variable";
		color: #333333;
		font-size: 32px;
	}
	#contacto input[placeholder] {
		margin-bottom: 0px;
	}
	#contacto textarea {
		margin-top: -15px;
		border: 0;
		line-height: 64px;
		background-image: linear-gradient(transparent, transparent calc(64px - 1px), #f492be 0px);
  		background-size: 100% 64px;
  		resize: none;
	}
	#contacto textarea::placeholder,
	#contacto textarea {
		font-family: "scale-variable";
		color: #333333;
		font-size: 32px;
	}
	#contacto textarea::placeholder {
		margin-bottom: -50px;
	}
	#contacto input[type=checkbox] {
		width: 30px;
		height: 30px;
	}
	#contacto p {
		font-size: 27px;
		margin-left: 10px;
	}
	#contacto button {
		font-size: 27px;
		margin-top: -15px;
	}
}
/* ----- Footer ----- */
#footer,
#footer-fluid {
	background-color: #f492be;
	font-family: "scale-variable";
}
#footer ul {
	list-style: none;
}
#footer ul a,
#footer .footer-a a {
	color: #333333;
	text-decoration: none;
}
#footer ul a:hover,
#footer  .footer-a a.activated {
	text-decoration: underline;
}
@media (max-width: 767px) {
	#footer {
		padding: 40px 30px 20px 30px;
	}
	#footer ul {
		padding-left: 0 !important;
	}
	#footer ul li {
		margin-bottom: 5px;
		text-align: center;
	}
	#footer ul li a {
		font-size: 18px;
	}
	#footer ul li:nth-last-child(2) {
		margin-top: 20px;
	}
	#footer img {
		margin: 0 auto;
	}
	#footer .footer-a {
		margin-top: 30px;
		text-align: center;
	}
	#footer .footer-a a {
		font-size: 16px;
	}
	#footer .footer-a a:first-child {
		margin-right: 15px;
	}
	#footer .footer-a a:last-child {
		margin-left: 15px;
	}
	#footer p {
		font-size: 16px;
		margin-top: 20px;
		text-align: center;
	}
}
@media (min-width: 768px) {
	#footer img {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
	#footer .row div:nth-child(3) {
		text-align: right;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#footer {
		padding: 40px 30px 20px 0px;
	}
	#footer ul li {
		margin-bottom: 5px;
	}
	#footer ul li a {
		font-size: 16px;
	}
	#footer ul li:nth-last-child(2) {
		margin-top: 30px;
	}
	#footer .footer-a a {
		margin-left: 20px;
		font-size: 14px;
	}
	#footer p {
		position: relative;
		top: 145px;
		font-size: 14px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#footer {
		padding: 40px 40px 20px 10px;
	}
	#footer ul li {
		margin-bottom: 5px;
	}
	#footer ul li a {
		font-size: 18px;
	}
	#footer ul li:nth-last-child(2) {
		margin-top: 30px;
	}
	#footer .footer-a a {
		margin-left: 20px;
		font-size: 15px;
	}
	#footer p {
		position: relative;
		top: 160px;
		font-size: 16px;
	}
}
@media (min-width: 1200px) and (max-width: 1399px) {
	#footer {
		padding: 40px 40px 20px 10px;
	}
	#footer ul li {
		margin-bottom: 5px;
	}
	#footer ul li a {
		font-size: 20px;
	}
	#footer ul li:nth-last-child(2) {
		margin-top: 30px;
	}
	#footer .footer-a a {
		margin-left: 20px;
		font-size: 14px;
	}
	#footer p {
		position: relative;
		top: 175px;
		font-size: 18px;
	}
}
@media (min-width: 1400px) {
	#footer {
		padding: 40px 40px 20px 20px;
	}
	#footer ul li {
		margin-bottom: 5px;
	}
	#footer ul li a {
		font-size: 24px;
	}
	#footer ul li:nth-last-child(2) {
		margin-top: 30px;
	}
	#footer .footer-a a {
		margin-left: 20px;
		font-size: 16px;
	}
	#footer p {
		position: relative;
		top: 215px;
		font-size: 18px;
	}
}