@font-face {
  font-family: 'quicksand-r';
  src: url('../assets/fonts/Quicksand-Regular.otf'); /* IE9 Compat Modes */
  /*src: url('webfont.eot?#iefix') format('embedded-opentype'), 
  url('webfont.woff2') format('woff2'),  Super Modern Browsers 
  url('webfont.woff') format('woff'), Pretty Modern Browsers 
  url('webfont.ttf')  format('truetype'), Safari, Android, iOS 
  url('webfont.svg#svgFontName') format('svg');  Legacy iOS*/ 
}

@font-face {
  font-family: 'quicksand-b';
  src: url('../assets/fonts/Quicksand_Bold.otf'); /* IE9 Compat Modes */
  /*src: url('webfont.eot?#iefix') format('embedded-opentype'), 
  url('webfont.woff2') format('woff2'),  Super Modern Browsers 
  url('webfont.woff') format('woff'), Pretty Modern Browsers 
  url('webfont.ttf')  format('truetype'), Safari, Android, iOS 
  url('webfont.svg#svgFontName') format('svg');  Legacy iOS*/ 
}

@font-face {
  font-family: 'avenir-rom';
  src: url('../assets/fonts/avenir-roman.ttf'); /* IE9 Compat Modes */
  /*src: url('webfont.eot?#iefix') format('embedded-opentype'), 
  url('webfont.woff2') format('woff2'),  Super Modern Browsers 
  url('webfont.woff') format('woff'), Pretty Modern Browsers 
  url('webfont.ttf')  format('truetype'), Safari, Android, iOS 
  url('webfont.svg#svgFontName') format('svg');  Legacy iOS*/ 
}

@font-face {
  font-family: 'baloo-r';
  src: url('../assets/fonts/BalooThambi2-Regular.ttf'); /* IE9 Compat Modes */
  /*src: url('webfont.eot?#iefix') format('embedded-opentype'), 
  url('webfont.woff2') format('woff2'),  Super Modern Browsers 
  url('webfont.woff') format('woff'), Pretty Modern Browsers 
  url('webfont.ttf')  format('truetype'), Safari, Android, iOS 
  url('webfont.svg#svgFontName') format('svg');  Legacy iOS*/ 
}

@font-face {
  font-family: 'baloo-b';
  src: url('../assets/fonts/BalooThambi2-Bold.ttf'); /* IE9 Compat Modes */
  /*src: url('webfont.eot?#iefix') format('embedded-opentype'), 
  url('webfont.woff2') format('woff2'),  Super Modern Browsers 
  url('webfont.woff') format('woff'), Pretty Modern Browsers 
  url('webfont.ttf')  format('truetype'), Safari, Android, iOS 
  url('webfont.svg#svgFontName') format('svg');  Legacy iOS*/ 
}

body, html {
  scroll-behavior: smooth; 
}

button:focus, .accordion-button:focus {
  outline: none !important;
  box-shadow: none;
}

/* GENERAL */
.row {
  margin: 0 !important;
}

/* Navbar */


/* Loader */
#loading-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .9);
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loading-spinner {
  border: 8px solid rgba(255, 255, 255, 0.1);
  border-top: 8px solid #9046A9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

/* Animaci��n de rotaci��n */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Socials */
.social-bar {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: transparent;
  max-width: 100px;
  justify-content: center;
  position: fixed;
  z-index: 999999;
  top: 60%;
  right: 15px;
}

.social-bar a i{
  font-size: 18px;
}

.social-bar a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 2px solid white;
  border-radius: 50%;
  color: white;
  font-size: 24px;
  text-decoration: none;
  transition: background 0.3s, transform 0.3s;
}

.social-bar a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: scale(1.1);
}

.img--mobile {
  display: none;
}

.slider {
  margin-bottom: -1px;
}

/* TOSCANAS HOME */
.toscanas {
  background-color: #9046A9;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.toscanas--img {
  width: 100% !important;
  max-width: 66%;
  height: auto !important;
  transition: transform 0.5s ease; /* Transiciones */
}

.toscanas--img__logo {
  max-width: 100%;
  margin-bottom: 50px;
  position: relative;
  z-index: 9;
}

.toscanas--p {
  color: #fff;
  margin-bottom: 0;
  max-width: 380px;
  margin-bottom: 40px;
}

.img--toscana__top {
  position: absolute;
  top: 0;
}

.toscana-left {
  left: 0;
  max-width: 250px;
  width: 100% !important;
  height: auto !important;
}

.toscana-right {
  right: 0;
  max-width: 200px;
  width: 100% !important;
  height: auto !important;
}

.toscanas--button {
  background-color: #FEBF29;
  border-radius: 25px;
  color: #8B4198;
  text-transform: none;
  font-size: 14px;
  height: 35px;
  width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.5s;
  border: 1px solid #FEBF29;
}

.toscanas--button:hover {
  text-decoration: none;
  color: #FEBF29;
  background-color: transparent;
  border-color: #FEBF29;;
}

/* DORADITAS HOME */
.doraditas {
  padding-left: 0;
  padding-right: 0;
  background-color: #D7383E;
  position: relative;
  padding: 0;
}

.doraditas--img {
  width: 100% !important;
  max-width: 66%;
  height: auto !important;
  transition: transform 0.5s ease; /* Transiciones */
}

.doraditas--img__logo {
  max-width: 100%;
}

.doraditas--img__logo {
  margin-bottom: 50px;
}

.doraditas--p {
  color: #fff;
  margin-bottom: 0;
  max-width: 380px;
  margin-bottom: 40px;
}

.img--doraditas__top {
  position: absolute;
  top: -50px;
}

.doraditas-left {
  left: 0;
  max-width: 300px;
  width: 100% !important;
  height: auto !important;
  top: -130px;
}

.doraditas-right {
  right: 400px;
  max-width: 250px;
  width: 100% !important;
  height: auto !important;
}

.doraditas--button {
  background-color: #4644C8;
  border-radius: 25px;
  color: #fff;
  text-transform: none;
  font-size: 14px;
  height: 35px;
  width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.5s;
  border: 1px solid #4644C8;
}

.doraditas--button:hover {
  text-decoration: none;
  color: #4644C8;
  background-color: transparent;
  border-color: #4644C8;;
}

/* TAPATIAS */
.tapatias {
  background-color: #FFDEB0;
  position: relative;
  padding: 0;
}

.tapatias--col {
  padding-bottom: 150px;
  max-height: 850px;
}

.tapatias--img {
  width: 100% !important;
  max-width: 66%;
  height: auto !important;
  transition: transform 0.5s ease; /* Transiciones */
}

.tapatias--img__logo {
  max-width: 100%;
}

.tapatias--img__logo {
  margin-bottom: 50px;
}

.tapatias--p {
  color: #000;
  margin-bottom: 0;
  max-width: 380px;
  margin-bottom: 40px;
}

.img--tapatias__top {
  position: absolute;
  top: -50px;
}

.tapatias-left {
  left: 0;
  max-width: 340px;
  width: 100% !important;
  height: auto !important;
  top: -180px;
}

.tapatias-right {
  left: 50%;
  transform: translate(-50%, -10%);
  max-width: 280px;
  width: 100% !important;
  height: auto !important;
}

.tapatias-right-2 {
  right: 0;
  max-width: 250px;
  width: 100% !important;
  height: auto !important;
}

.tapatias--button {
  background-color: #72253D;
  border-radius: 25px;
  color: #fff;
  text-transform: none;
  font-size: 14px;
  height: 35px;
  width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.5s;
  border: 1px solid #72253D;
}

.tapatias--button:hover {
  text-decoration: none;
  color: #72253D;
  background-color: transparent;
  border-color: #72253D;;
}

/* MARIAS */
.marias {
  padding: 0;
  background-color: #fe7833;
  position: relative;
}

.marias--col {
  max-height: 730px;
  width: 30%;
  position: relative;
  z-index: 9;
  padding-right: 100px;
}

.marias--img {
  width: 100% !important;
  max-width: 70%;
  height: auto !important;
  transition: transform 0.5s ease; /* Transiciones */
  z-index: 9;
  position: relative;
}

.marias--img__logo {
  max-width: 280px;
}

.marias--img__logo {
  margin-bottom: 50px;
}

.marias--p {
  color: #fff;
  margin-bottom: 0;
  max-width: 380px;
  margin-bottom: 40px;
}

.img--marias__top {
  position: absolute;
  top: 60px;
}

.marias-left {
  left: 80px;
  max-width: 300px;
  width: 100% !important;
  height: auto !important;
  top: -100px;
}

.marias-right {
  right: 0px;
  max-width: 245px;
  width: 100% !important;
  height: auto !important;
  top: -55px;
}

.marias--button {
  background-color: #0E1E63;
  border-radius: 25px;
  color: #fff;
  text-transform: none;
  font-size: 14px;
  height: 35px;
  width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.5s;
  border: 1px solid #0E1E63;
}

.marias--button:hover {
  text-decoration: none;
  color: #0E1E63;
  background-color: transparent;
  border-color: #0E1E63;;
}

/* BETUNADAS */
.betunadas {
  background-color: #FDF7E7;
  position: relative;
  padding: 0;
  z-index: 9;
}

.betunadas--div__pack {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}

.betunadas--row {
  display: flex;
}

.betunadas--img {
  width: 100% !important;
  max-width: 500px;
  height: auto !important;
  transition: transform 0.5s ease; /* Transiciones */
}

.betunadas--img__logo {
  max-width: 280px;
  margin-bottom: 50px;
  position: relative;
  z-index: 9;
}

.betunadas--img.img2 {
  position: relative;
  bottom: -100px;
}

.betunadas--p {
  color: #000;
  margin-bottom: 0;
  max-width: 380px;
  margin-bottom: 40px;
}

.img--betunadas__top {
  position: absolute;
  top: -200px;
}

.betunadas-left {
  left: 0px;
  max-width: 300px;
  width: 100% !important;
  height: auto !important;
}

.betunadas-right {
  right: 0px;
  max-width: 310px;
  width: 100% !important;
  height: auto !important;
  top: 0;
}

.betunadas--button {
  background-color: #D7282F;
  border-radius: 25px;
  color: #fff;
  text-transform: none;
  font-size: 14px;
  height: 35px;
  width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.5s;
  border: 1px solid #D7282F;
}

.betunadas--button:hover {
  text-decoration: none;
  color: #D7282F;
  background-color: transparent;
  border-color: #D7282F;;
}

.betunadas--col {
  position: relative;
  padding-top: 0px;
  padding-left: 100px;
  z-index: 999;
  width: 50%;
}

.betunadas--img__3 {
  position: absolute;
  left: -30px;
  top: -180px;
  max-width: 250px;
}

/* ANIMALITOS */
.animalitos {
  padding: 0;
  background-color: #D5393D;
  position: relative;
}

.animalitos--img {
  width: 100% !important;
  max-width: 600px;
  height: auto !important;
  transition: transform 0.5s ease; /* Transiciones */
}

.animalitos--col {
  max-width: 370px;
  padding-right: 0px;
}

.animalitos--img__logo {
  max-width: 280px;
}

.animalitos--img__logo {
  margin-bottom: 50px;
  position: relative;
  z-index: 9;
}

.animalitos--p {
  color: #fff;
  margin-bottom: 0;
  max-width: 380px;
  margin-bottom: 40px;
  position: relative;
  z-index: 9;
}

.img--animalitos__top {
  position: absolute;
  top: -100px;
}

.animalitos-left {
  left: 80px;
  max-width: 250px;
  width: 100% !important;
  height: auto !important;
}

.animalitos-left__2 {
  max-width: 250px;
  width: 100% !important;
  height: auto !important;
  position: absolute;
  left: 0;
  bottom: -125px;
}

.animalitos-right {
  width: 100% !important;
  height: auto !important;
  max-width: 300px;
  position: relative;
  right: -50px;
}

.animalitos-right__2 {
  width: 100% !important;
  height: auto !important;
  max-width: 300px;
  position: relative;
  right: -20px;
  margin-top: 70px;
}

.animalitos--button {
  background-color: #009D48;
  border-radius: 25px;
  color: #fff;
  text-transform: none;
  font-size: 14px;
  height: 35px;
  width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.5s;
  border: 1px solid #009D48;
  position: relative;
  z-index: 9;
}

.animalitos--button:hover {
  text-decoration: none;
  color: #009D48;
  background-color: transparent;
  border-color: #009D48;;
}

.animalitos--row div {
  position: relative;
}

.animalitos--row {
  align-items: center;
  justify-content: center;
  display: flex;
}

/* SOCIOS */
.socios {
  padding: 130px 0 90px;
}

.socios--h2 {
  font-size: 32px;
  color: #0033A1;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 50px;
  font-family: 'baloo-b';
  margin-bottom: 100px;
}

.socios--p {
  font-size: 22px;
  color: #0033A1;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  font-family: 'baloo-b';
  text-transform: uppercase;
  flex: 1;
}

.socios--row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}

.socios--grid {
  display: flex;
  width: 100%;
  gap: 20px;
  max-width: 700px;
  margin: 0 auto;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 65px;
}

.socios--grid img {
  width: 100% !important;
  max-width: 1100px;
  height: auto !important;
}

/* FORMULARIO */
.form-row {
  display: flex;
  margin-bottom: 15px;
}

.form-group {
  padding: 0 5px;
}

.formulario {
  padding: 150px 0;
  background-color: #9046A9;
  position: relative;
}

.formulario--row {
  position: relative;
  z-index: 9;
}

.formulario--h2 {
  font-size: 32px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 50px;
  font-family: 'quicksand-b';
}

.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #fff
}

.formulario--grid {
  margin: 0 auto;
  max-width: 769px;
  padding: 0;
}

.formulario--grid__datos {
  color: #fff
}

.formulario--grid__datos a{
  display: flex;
  width: 100%;
  margin-bottom: 0;
  font-size: 14px;
  align-items: center;
}

.formulario--grid__datos p{
  margin-bottom: 0;
}

.formulario--grid .form-control {
  background-color: transparent;
  color: #fff;
  border-radius: 12px;
  height: 45px;
}

.formulario--grid textarea.form-control {
  background-color: transparent;
  color: #fff;
  border-radius: 12px;
  height: auto;
}

.formulario--grid .form-control::placeholder {
  color: #fff
}

.formulario--button {
  border: 1px solid;
  background-color: #fff;
  color: #9046A9;
  width: 150px;
  height: 53px;
  border-radius: 10px;
  transition: 0.5s;
}

.formulario--button:hover {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}

.formulario--p {
  color: #fff;
  text-align: center;
  font-family: 'quicksand-b';
  font-size: 32px;
}

.formulario--col__respuesta .formulario--button {
  margin: 0 auto;
  display: block;
}

.contenedor-mensaje {
  position: relative;
}

#loading-container-form {
  position: absolute;
  top: 150%;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
  height: 100%;
  max-height: 53px;
  background-color: transparent;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 1s;
}

#loading-spinner-form {
  border: 8px solid rgba(155, 86, 220, 0.708);
  border-top: 8px solid #9046A9;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

#mensaje-text {
  color: #fff;
  margin: 0;
  font-size: 18px;
  opacity: 0;
  transition: 1s;
  position: absolute;
  transform: translate(-50%, -0%);
  top: 0%;
  left: 50%;
}

.contenedor-mensaje {
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
}

/* EMPAQUES */
.empaques {
  padding: 200px 0 0 0;
  background-color: #28A8E0
}

.empaques--row {
  max-width: 1000px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.empaques--h2 {
  font-size: 32px;
  color: #fff;
  text-align: left;
  width: 100%;
  margin-bottom: 100px;
  max-width: 540px;
  font-family: 'quicksand-b';
}

.empaques--img {
  width: 100% !important;
  height: auto !important;
  max-width: 1000px;
  margin: 0 auto;
}

.footer {
  background-color: #7E2A8D;
  color: #fff;
  padding: 0 100px;
}

.footer--row {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  position: relative;
}

.footer--div:first-child {
  flex-grow: 1;
}

.footer--div__redes {
  position: absolute;
  right: 0;
}

.footer--ul li a {
  color: #fff;
  cursor: pointer;
}

.footer--p__conserve {
  font-size: 14px;
}

.footer--p__legales {
  font-size: 18px;
}

.footer--p {
  margin-bottom: 0;
  text-align: center;
}

.footer--ul {
  display: flex;
  list-style: none;
  gap: 20px;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
}

.footer--logo {
  position: absolute;
  left: 0;
  max-width: 120px;
  width: 100% !important;
  height: auto !important;
}

/* Redes */
.social {
  position: fixed;
  right: 15px;
  top: 50%;
  z-index: 999999;
  transform: translate(0px, -50%);
}

.social ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.social ul li a i {
  color: #fff
}

.social ul li a {
  color: #fff;
  cursor: pointer;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

/* Animaciones */
.section {
  min-height: 100vh;
  transition: background-color 0.1s ease;
  margin-bottom: -1px;
  display: flex;
  align-items: center
}

.content {
  padding: 150px;
  padding-left: 0;
  padding-right: 0;
  transform: translateY(50px); /* Posición inicial hacia abajo */
  transition: opacity 0.5s ease, transform 0.5s ease; /* Transiciones */
}

.toscanas .content {
  padding-left: 100px;
  padding-right: 0;
}

.doraditas .content {
  padding: 80px 0px 80px 100px;
}

.tapatias .content {
  padding: 0px 100px 0px 0;
}

.tapatias--img.img2 {
  position: relative;
  z-index: 9;
}

.animalitos .content {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  width: 100%;
}

.betunadas .content {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  width: 100%;
}

.marias .content {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}

.img1 {
  z-index: 9;
}

/* Loader */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #9046A9; /* Cambia el color según tu diseño */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#loader {
  transition: opacity 0.5s ease, visibility 0.5s;
}

#lottie-animation {
  width: 500px; /* Cambia a la anchura deseada */
  height: 500px; /* Cambia a la altura deseada */
}