@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

body {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  background: #e5e5e5;
  color: #333333;
}

a:hover {
  text-decoration: none;
}

button {
  outline: none;
}

button:focus {
  outline: none;
}

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

::selection {
  color: white;
  background: #ff7675;
}

::-webkit-selection {
  color: white;
  background: #ff7675;
}

::-moz-selection {
  color: white;
  background: #ff7675;
}

.scrolltotop {
  width: 40px;
  height: 40px;
  border-radius: 20px 20px 0 0;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  text-align: center;
  padding-top: 8px;
  font-size: 22px;
  color: #ffffff;
  position: fixed;
  right: 15px;
  bottom: 30px;
  display: none;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {
  background: #000;
  color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

/* sm-menu-area-start  */
.sm-menu-area {
  width: 100%;
  background: #1d0e1e;
  padding: 10px 0;
  position: relative;
  z-index: 99999;
}

.sm-menu-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hamburger {
  width: 30px;
  cursor: pointer;
}

.hamburger span {
  display: block;
  width: 100%;
  margin: 5px 0;
  height: 4px;
  background: #fff;
}

.sm-menu-nav {
  margin-top: 15px;
}

.sm-menu-nav.active {
  display: none;
}

.sm-menu-nav ul li:not(:last-child) {
  display: block;
}

.sm-menu-nav ul li:last-child {
  display: inline-block;
}

.sm-menu-nav ul li a {
  text-decoration: none;
  display: block;
  color: #ffffff;
  padding: 5px 10px;
  font-weight: 400;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.sm-menu-wrapper .logo img {
  display: inline-block;
  width: 85px;
}

.sm-menu-nav ul li:last-child a {
  background: #fd605e;
  border-radius: 10px;
  font-weight: 700;
  padding: 10px 25px;
  margin-left: 10px;
  margin-top: 15px;
}

/* sm-menu-area-end  */

/* menu-area-css-start   */
.menu-area {
  background: transparent;
  width: 100%;
  padding: 25px 0;
  overflow: hidden;
  z-index: 9999;
  position: relative;
}

.menu-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-area .logo img {
  display: inline-block;
  width: 115px;
}

.menu-area .menu-nav ul li {
  display: inline-block;
}

.menu-area .menu-nav ul li a {
  text-decoration: none;
  display: block;
  color: #ffffff;
  padding: 10px 5px;
  font-weight: 400;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  position: relative;
}

.menu-area .menu-nav ul li a:after {
  position: absolute;
  content: "";
  left: 5px;
  width: 0%;
  height: 5px;
  background: #fd605e;
  top: 55%;
  z-index: -1;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.menu-area.acerca .menu-nav ul li:not(:last-of-type) a {
  color: #000;
  padding: 10px 5px;
}

.menu-area .menu-nav ul li a:hover:after,
.menu-area .menu-nav ul li.active a:after {
  width: 90%;
}

.menu-area .menu-nav ul li a.participa {
  background: #fd605e;
  border-radius: 10px;
  font-weight: 700;
  padding: 10px 25px;
  margin-left: 10px;
}

.btn-resp{
  color: #ffffff;
  background: #fd605e;
  border-radius: 10px;
  font-weight: 700;
  padding: 10px 25px;
}

.hero-cotnent .play-icon .img img {
  display: inline-block;
  width: 57px;
}

.hero-cotnent .play-icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  max-width: 300px;
}

.hero-cotnent .play-icon span {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  margin-left: 15px;
}

/* .menu-area-css-end  */

/* hero-area-start  */
.hero-area {
  position: relative;
  margin-top: -120px;
  z-index: 1;
}

/* home-slider-start  */
.hero-slider .item {
  padding-top: 290px;
  padding-bottom: 100px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.hero-slider .item.one {
  background-image: url("https://goula.lat/wp-content/uploads/2021/05/1920_01.png");
}

.hero-slider .item.two {
  background-image: url("https://goula.lat/wp-content/uploads/2021/05/Img_Slider02.png");
}

.hero-slider .item.three {
  background-image: url("https://goula.lat/wp-content/uploads/2021/05/1920_03.png");
}

.hero-slider .item.four {
  background-image: url("https://goula.lat/wp-content/uploads/2021/05/1920_04.png");
}

.hero-slider .item.five {
  background-image: url("https://goula.lat/wp-content/uploads/2021/05/1920_05.png");
}

.hero-slider .item.six {
  background-image: url(img/awards06.png);
}

/* home-slidder-end  */

.hero-cotnent h2 {
  font-family: Gojali;
  font-weight: 800;
  font-size: 48px;
  color: #fff;
  margin-bottom: 30px;
  line-height: 130%;
}

.hero-pera-content {
  width: 350px;
  margin-left: auto;
  margin-top: 50px;
}

.hero-pera-content p {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}

.hero-area .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: -10px;
}

.hero-area .owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 5px 7px;
  background: #fff;
}

.hero-area .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fd605e;
}

/* hero-area-end  */

/* negocio-area-start  */
.negocio-area {
  padding: 50px 0;
  background: url(img/Copa.png);
  background-position: right 0 top 40px;
  background-size: 200px;
  background-repeat: no-repeat;
}

.negocio-area .negocio-countdown p {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 130%;
  color: #000000;
  margin-right: 20px;
}

.negocio-area .countdown {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 330px;
}

.negocio-countdown {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.negocio-area .countdown h4 {
  font-weight: 900;
  font-size: 36px;
  line-height: 130%;
  margin-bottom: 0;
  color: #271784;
}

.negocio-area .countdown-item {
  text-align: center;
}

.negocio-area .countdown-item span {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #000;
}

.last-catagory-pera {
  max-width: 760px;
  margin-left: 100px;
  margin-top: 70px;
}

.last-catagory-pera p {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
}

.last-catagory-pera h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #000000;
}

.alimentos-content {
  text-align: center;
  margin-top: 30px;
}

.alimentos-content h2 {
  font-family: Gojali;
  font-weight: 700;
  font-size: 66px;
  line-height: 120px;
  color: #fd605e;
}

.catagories-vertical {
  position: absolute;
  transform: rotate(-90deg) scaleX(-1);
  left: -50px;
  top: 0;
}

.catagories-vertical h3 {
  transform: scaleX(-1);
  white-space: nowrap;
  font-weight: 800;
  font-size: 48px;
  line-height: 100%;
  color: #271784;
}

.categories-content {
  padding-top: 140px;
}

.catqories-right p {
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  /* or 24px */

  color: #000000;
}

.catqories-right .c-line {
  padding-bottom: 10px;
}

.catqories-right .c-line img {
  display: inline-block;
  width: 70px;
}

.catqories-right p span {
  color: #fd605e;
}

.categories-area {
  padding-top: 120px;
  background-image: url(img/sl.png);
  background-repeat: no-repeat;
  background-position: bottom 30px right 0px;
}

/* negocio-area-end  */

/* como-content-area-start  */
.como-area {
  padding: 50px 0;
}

.como-content {
  text-align: center;
}

.como-content h3 {
  font-family: Gojali;
  font-weight: 800;
  font-size: 48px;
  line-height: 150%;
  color: #271784;
  display: inline-block;
  position: relative;
}

.como-content h3:after {
  position: absolute;
  content: "";
  background: url(img/dline.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 78px;
  right: -300px;
  top: 0;
  width: 100%;
  height: 100%;
}

.como-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #000000;
}

.como-content .date {
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #000000;
}

.como-content .date span {
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  margin: 0 15px;
}

/* como-content-area-end  */

/* Registro-area-start  */
.registro-area {
  padding-top: 0px;
  padding-bottom: 50px;
}

.registro-right .img img {
  display: inline-block;
  width: 100%;
}

.registro-left .accroding-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.registro-left .accroding-header .icon {
  position: absolute;
  right: 0;
  top: 50%;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fd605e;
  border: 1px solid #fd605e;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  transform: translate(-50%, -50%);
}

.accordion-content {
  margin-top: 10px;
  display: none;
  border-bottom: 1px solid #000;
  margin-right: 20px;
  padding-bottom: 15px;
}

.tbp-cont {
  margin-left: 15px;
}

.registro-left:not(:last-child) .accordion {
  background: red;
}

.registro-left .accordion:not(:last-of-type) {
  margin-bottom: 15px;
}

.line {
  width: 80px;
  background: #000;
  height: 2px;
  position: relative;
}

.line span {
  display: inline-block;
  width: 37px;
  height: 100%;
  background: red;
  position: absolute;
  left: 0;
  top: 0;
}

.participar-btn {
  margin-top: 40px;
}

.participar-btn a {
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  background: #eb5757;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 4px;
  transition: all 0.2s all ease;
  -moz-transition: all 0.2s all ease;
  -webkit-transition: all 0.2s all ease;
}

.participar-btn a:hover {
  opacity: 0.8;
}

.registro-left {
  margin-top: 20px;
}

.buenas-practicas {
  font-family: Work Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;

  /* Blue */
  color: #271784; 
}
/* Registro-area-end  */

/* Jurado-header-start  */
.jurado-header {
  text-align: center;
  padding: 0 55px;
}

.jurado-header h3::after {
  position: absolute;
  content: "";
  background: url(img/dline.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 78px;
  left: -180px;
  top: 0;
  width: 100%;
  height: 100%;
}

.jurado-header h3 {
  font-family: Gojali;
  font-weight: 800;
  font-size: 48px;
  line-height: 150%;
  color: #271784;
  display: inline-block;
  position: relative;
}

.jurado-header p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #000000;
}

.jurado-item {
  width: 170px;
  text-align: center;
  margin: 0 30px;
}

.first-jurado-content {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 30px;
}

.ver-btn {
  text-align: center;
}

.ver-btn a {
  display: block;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  padding: 15px 20px;
  max-width: 390px;
  margin: 15px auto;
  background: #fd605e;
  border-radius: 10px;
}

.jurado-item p {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 10px;
  line-height: 100%;
  text-align: center;
  color: #000000;
  margin-top: 5px;
}

.jurado-item.jr6 p {
  text-align: right;
}

.jurado-area {
  width: 100%;
  background: url(img/jurdo-bg.png) no-repeat;
  background-position: left -130px top 170px;
  background-size: 390px;
}

.jurado-wrapper {
  background: url(img/jurdo-line.svg) no-repeat;
  background-size: 85px;
  background-position: right 150px top 160px;
}

/* Jurado-header-start  */

/* nuestro-area-css-start  */
.nuestro-header h3 {
  font-family: Gojali;
  font-weight: 800;
  font-size: 48px;
  line-height: 150%;
  color: #271784;
  margin-bottom: 0;
}

.neustro-header p {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.header-cdontent h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.neuresto-item-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.nuestro-content {
  padding: 20px 0;
}

.neuresto-item-header .img img {
  display: inline-block;
  width: 79px;
}

.neuresto-item-header .header-cdontent {
  margin-left: 15px;
}

.neuresto-item-header .header-cdontent h4 {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.continuar-btn a {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #fd605e;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.continuar-btn a:hover {
  opacity: 0.8;
}

/* nuestro-area-css-end  */

/* aliados-area-start  */

.aliados-area .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.aliados-left h3 {
  font-family: Gojali;
  font-weight: 800;
  font-size: 48px;
  line-height: 100%;
  color: #fd605e;
}

.aliados-slider .img img {
  display: inline-block;
  width: 183px;
}

/* footer-area-start  */
.footer-area {
  padding-bottom: 20px;
  padding-top: 35px;
}

.footer-line img {
  width: 100%;
  display: block;
}

.footer-social {
  margin-top: 25px;
}

.first-footer p {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.first-footer p span {
  color: #fd605e;
  font-weight: 700;
}

.first-footer .logo {
  margin-bottom: 10px;
}

.first-footer .logo img {
  display: inline-block;
  width: 100px;
}

.footer-social ul li {
  display: inline-block;
}

.footer-social ul li a {
  text-decoration: none;
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #fd605e;
  color: #fff;
  text-align: center;
  line-height: 35px;
  font-size: 20px;
}

.footer-social ul li:not(:first-child) a {
  margin-left: 20px;
}

.footer-social h6 {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #000000;
}

.footer-content {
  padding-top: 50px;
}

.footer-nav ul li {
  display: block;
}

.footer-nav ul li a {
  text-decoration: none;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #000000;
  padding: 10px 0;
}

.footer-nav h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #000000;
}

.last-footer p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.descargar-btn a {
  background: #fd605e;
  border-radius: 10px;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  padding: 12px 15px;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  width: 100%;
}

.descargar-btn a:hover {
  opacity: 0.8;
}

.descargar-btn a img {
  display: inline-block;
  width: 10px;
  margin-right: 12px;
}

.descargar-btn {
  margin-top: 20px;
}

/* copyright-area-start  */

.copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 70px;
}

.copyright .right ul li {
  display: inline-block;
}

.copyright .right ul li a {
  text-decoration: none;
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-decoration-line: underline;
  color: #fd605e;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.copyright .right ul li a:hover {
  opacity: 0.8;
}

.como-area {
  overflow: hidden;
  background: url(img/como-bg.svg) no-repeat;
  background-position: right bottom;
}

/* copyright-area-start  */

.quirees-content .content {
  width: 100%;
  background: #fd605e;
  padding: 20px 0;
}

.quirees-content .content p {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
}

.quirees-content .content p a {
  color: #fff;
  text-decoration: underline;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-ansition: all 0.2s ease;
}

.quirees-content .content p a:hover {
  opacity: 0.8;
}

/* 
/* aliados-area-end  */

/* acerca-apge-css-start  */

/* goula-rea-start */

.goula-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.goula-area {
  overflow: hidden;
}

.goula-left {
  background: #fd605e;
  padding: 18px 0;
  overflow: hidden;
  z-index: 999;
  position: relative;
}

.goula-left ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.goula-left ul li {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
}

.goula-left ul li:not(:first-child) {
  margin: 0 20px;
}

.marquee-with-options span {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #000000;
  margin: 0 40px;
}

.goula-right {
  background: #fff;
  padding: 14px 0;
}

.marquee-with-options {
  width: 100%;
  overflow: hidden;
}

/* acerca-apge-css-end  */

/* awards-area-start  */

.awsrds-area {
  padding: 50px 0;
  position: relative;
  padding-top: 200px;
  background: url(img/Mano.svg);
  background-repeat: no-repeat;
  background-position: right 0 bottom -0px;
  background-size: 280px;
}

.awards-content p {
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
}

.awards-content p span {
  color: #fd605e;
  font-weight: 700;
}

.awards-left h3 {
  transform: scaleX(-1);
  white-space: nowrap;

  font-weight: 800;
  font-size: 48px;
  line-height: 100%;
  color: #271784;
}

.awards-left {
  position: relative;
}

.awards-vertical {
  position: absolute;
  transform: rotate(-90deg) scaleX(-1);
  left: -58px;
  bottom: -120px;
}

.awards-content {
  padding-right: 30px;
}

.awards-content .content {
  margin-top: 50px;
}

.awards-content .pera-content.second {
  padding-right: 50px;
}

/* awards-area-start  */

/* categories-area-start */
.categories-header p {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.categories-header p span {
  color: #fd605e;
}

.categories-header h5 {
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  display: block;
  position: relative;
}

.categories-header h5::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 41%;
  right: -20px;
  top: 13px;
  background: transparent;
}

/* categories-area-end */

/* catagoreiset-list-area-start  */

.categories-list {
  padding: 50px 0;
}

.categoriest-list-item {
  background: #fff;
  border-radius: 25px;
  height: 250px;
  text-align: center;
  position: relative;
}

.categoriest-list-item .img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.categoriest-list-item .text {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.categoriest-list-item .text h3 {
  font-weight: 800;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #271784;
  text-align: center;
}

/* catagoreiset-list-area-end  */

/* participar-area-start  */
.participar-area .participar-content h3 {
  font-weight: 800;
  font-size: 48px;
  line-height: 100%;
  color: #271784;
}

.participar-area .participar-content h4 {
  font-weight: 300;
  font-size: 24px;
  line-height: 135%;
  color: #fd605e;
}

.participar-list {
  /*! margin-left: 70px; */
  padding: 30px 100px;
}

.participar-list ul li {
  display: block;
  position: relative;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.participar-list ul li:not(:last-child) {
  margin-bottom: 30px;
}

.participar-list ul li:before {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: -20px;
  top: 6px;
  content: "";
  background: #fd605e;
}

.participar-area p.impact {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #271784;
}

/* participar-area-end  */

/* participart-list-area-start  */
.premiacion-area {
  width: 100%;
  background: url(img/premiacion-bg.png) no-repeat;
  background-position: left 0 top 0;
  background-size: 190px;
}

.participart-list {
  margin-top: 20px;
}

.participart-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 39px;
  text-align: left;
  margin-bottom: 30px;
}

.participart-list-item .img {
  margin-right: 15px;
}

.participart-list-item .img img {
  display: inline-block;
  width: 70px;
}

.participart-list-item p {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
  color: #000000;
}

.participart-list-item .content {
  width: 100%;
}

.participart-pera .content p {
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
}

.premiacion-header h3::after {
  position: absolute;
  content: "";
  background: url(img/dline.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 78px;
  right: -200px;
  top: 8px;
  width: 100%;
  height: 100%;
}

.premiacion-header h3 {
  font-family: Gojali;
  font-weight: 800;
  font-size: 48px;
  line-height: 150%;
  color: #271784;
  display: inline-block;
  position: relative;
}

.premiacion-contnent .content {
  padding-left: 140px;
  padding-right: 20px;
}

.premiacion-img {
  text-align: center;
}

.premiacion-img img {
  display: inline-block;
  width: 95%;
}

.premiacion-contnent .content h5 {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-top: 30px;
}

.premiacion-contnent .content p {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.premiacion-contnent .content h5 span {
  color: #fd605e;
  font-size: 24px;
}

/* premiacion-area-area-end  */

/* reconomento-content-area-start  */
.top-reconomento-content p {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.top-reconomento-content h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #271784;
}

.reconomento-content ul li::before {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 0px;
  top: 6px;
  content: "";
  background: #fd605e;
}

.reconomento-content ul li {
  display: block;
  position: relative;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  padding-left: 20px;
}

.reconomento-content {
  margin-top: 40px;
}

.reconomento-content .left h5,
.reconomento-content .right h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #271784;
  margin-bottom: 10px;
}

.reconomento-content ul li:not(:last-child) {
  margin-bottom: 30px;
}

.reconomento-content .left {
  padding-right: 50px;
}

.reconomento-content .right {
  padding-right: 50px;
}

/* reconomento-area-end  */

/* tienes-area-css-start  */
.tienes-area {
  background: url(img/tiense-bg.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
  padding-top: 50px;
  overflow: hidden;
}

.tiense-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}

.tiense-btns a {
  display: block;
  width: 48%;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 10px 0;
}

.tiense-btns a.active {
  color: #fd605e;
  background: #fff;
}

.tienes-content {
  padding-left: 40px;
  padding-top: 200px;
  padding-bottom: 75px;
}

.tienes-content h2 {
  font-weight: 800;
  font-size: 48px;
  line-height: 150%;
  color: #271784;
}

.tienes-wrapper:before {
  position: absolute;
  content: "";
  background: url(img/tiense-line.png) no-repeat;
  background-position: left 1px top 180px;
  width: 100%;
  height: 300px;
}

.tienes-content p {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}

.participar-btn.ver a {
  padding: 12px 30px;
}

.nuestro-area {
  padding-top: 120px;
}

.aliados-area {
  padding: 50px 0;
}

.aliados-area-wrapepr {
  background: #fff;
  position: relative;
  z-index: 555555;
}

.aliados-area-wrapepr:after {
  content: "";
  display: block;
  width: 33%;
  height: 100%;
  background: #271784;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.acerca-page .como-area {
  background: none;
}

.registro-area .owl-theme .owl-dots .owl-dot span {
  width: 50px;
  height: 4px;
  margin: 5px 1px;
  background: #fff;
  display: block;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.registro-area .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #271784;
}

/* tienes-area-css-end  */
.aliados-left {
  text-align: center;
  padding: 35px 0;
}

.aliados-left h3 {
  font-size: 32px;
  line-height: 110%;
}

.aliados-area {
  padding: 0px 0;
}

.como-particiopar-slider {
  position: relative;
}

.como-particiopar-slider .owl-nav.disabled + .owl-dots {
  position: absolute;
  left: 95px;
  top: 70%;
}

.como-particiopar-slider .owl-nav.disabled + .ovl {
  bottom: 50px;
}

/* page-3-css-start  */

.p3-catqagories-area {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 50px;
  background: url(img/catagories-bg.png) no-repeat;
  background-position: left 0 top 50px;
  background-size: 210px;
}

.p3-catqagories-area .header h3 {
  font-family: Gojali;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 100%;
  color: #271784;
  position: relative;
}

.p3-catqagories-area .header h3::after {
  position: absolute;
  content: "";
  background: url(img/dline.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 78px;
  right: 100px;
  top: 5px;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.p3-catqagories-area .content {
  padding: 0 100px;
  padding-top: 30px;
}

.p3-catqagories-area .content p {
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
}

/* p3-catagories-list-css-start  */
.p3-catagories-list .list ul li {
  display: inline-block;
}

.p3-catagories-list .list ul li a {
  text-decoration: none;
  font-weight: 800;
  font-size: 16px;
  line-height: 100%;
  color: #000000;
  padding: 0 10px;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.p3-catagories-list .list ul li a:hover {
  opacity: 0.8;
}

/* p3-catagories-list-css-start  */

/* p3-negocio-area-css-start  */

.p3-negocio-area {
  padding: 50px 0;
  padding-top: 70px;
}

.p3-negocio-area .left {
  padding-left: 50px;
  /*! text-align: ; */
}

.p3-negocio-area .right-content h6 {
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
}

.p3-negocio-area .left .img {
  margin-bottom: 20px;
}

.p3-negocio-area .left .img img {
  display: inline-block;
  width: 120px;
}

.p3-negocio-area .left h2 {
  font-weight: 800;
  font-size: 45px;
  line-height: 100%;
  color: #271784;
  margin-bottom: 0;
}

.p3-negocio-area .catagories-btn {
  margin-top: 25px;
}

.p3-negocio-area .catagories-btn a {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  background: #fd605e;
  border-radius: 10px;
  padding: 10px 50px;
}

.p3-negocio-area .mejor-product-list {
  margin: 25px 0;
}

.p3-negocio-wrapper {
  padding: 0 50px;
}

.bg-white {
  background: #fff;
}

.mejor-product-list ol {
  margin: 0;
  padding-left: 18px;
}

.p3-negocio-wrapper .right-content .content:last-child {
  margin-top: 50px;
}

/* p3-negocio-area-css-end  */

/* page-3-css-end  */

/* page-4-hureado-css-start  */

.p4-jurado-header {
  padding: 100px 0;
  background: url(img/jurdo-header-bg.png) no-repeat;
  background-position: left 0 bottom -40px;
  background-size: 270px;
  padding-bottom: 50px;
}

.p4-jurado-header .jurado-header-content h3 {
  font-weight: 800;
  font-size: 48px;
  line-height: 100%;
  color: #271784;
}

.jurado-header-wrapper {
  padding-left: 100px;
  background: url(img/jurodo-line.png) no-repeat;
  background-size: 22px;
  background-position: left 50px top 0;
}

.jurado-header-content .content {
  padding-left: 100px;
  padding-top: 30px;
}

.jurado-header-content .content p {
  font-weight: 300;
  font-size: 24px;
  line-height: 140%;
  color: #000000;
}

.jurado-header-content .content p span {
  color: #fd605e;
  font-weight: 700;
}

.jurado-header-content .sub-content {
  padding-left: 120px;
}

.jurado-header-content .sub-content p {
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
}

/* jurado-header-content-css-end  */

/* p4-jurdo-area-css-start  */
.p4-jurdo-content .first img {
  display: inline-block;
  width: 100%;
}

.p4-jurdo-content .second h5 {
  font-weight: bold;
  font-size: 16px;
  line-height: 125%;
  color: #000000;
  margin-bottom: 20px;
}

.p4-jurdo-content p {
  font-weight: normal;
  font-size: 15px;
  line-height: 125%;
  color: #000000;
}

.p4-jurdo-content .last {
  position: relative;
}

.p4-jurdo-content .second {
  margin-right: 50px;
}

.p4-jurdo-content .third {
  margin-left: -50px;
  padding-top: 0px;
}

.p4-jurdo-content .last {
  padding-top: 0px;
}

.p4-jurdo-area {
  /*! padding: 60px 0; */
  padding-top: 80px;
  padding-bottom: 60px;
}

.p4-jurdo-area.second .third {
  padding-top: 0px;
}

.p4-jurdo-area.second .last {
  padding-top: 0px;
  margin-left: -18px;
}

/* p4-jurdo-area-css-end  */

/*p4-neostro-adidas-css-start  */

.p4-neostro-adidias {
  padding-top: 100px;
  padding-bottom: 0px;
}

.p4-neostro-header h2 {
  font-family: Gojali;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  color: #271784;
}

.p4-neostro-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.p4-neostro-item {
  width: 25%;
  margin-bottom: 0px;
  text-align: center;
}

.p4-neostro-item .img img {
  display: inline-block;
  width: 175px;
}

/*p4-neostro-adidas-css-end  */

/* p4-convertirt-area-css-start  */

.p4-convertirt {
  background: #fd605e;
  padding: 50px 0;
  margin-bottom: 50px;
}

.p4-convertirt-content {
  text-align: center;
}

.p4-convertirt-content h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  color: #ffffff;
}

.p4-convertirt-content p {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
}

/* p4-convertirt-area-css-end  */

/* p5-edicio-area-start  */

.p5-edicio-header {
  padding-top: 50px;
  padding-bottom: 250px;
}

.P5-ediocio-left {
  background: url(img/edicio-left-img.png) no-repeat;
  background-size: 38px;
  background-position: left 10px top 150px;
}

.p5-edicio-content {
  padding-top: 100px;
  padding-left: 100px;
}

.p5-edicio-content p {
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
}

.p5-edicio-content p span {
  font-weight: 700;
  font-size: 16px;
  color: #271784;
}

.P5-ediocio-left h3 {
  font-family: Gojali;
  font-weight: 800;
  font-size: 45px;
  color: #271784;
}

.P5-ediocio-left .img img {
  display: inline-block;
  width: 75px;
}

.P5-ediocio-left .continue-btn {
  margin-top: 150px;
}

.p4-edicoio-right .img img {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

.p5-edicio-top {
  position: relative;
}

.p5-edicio-top:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(img/p5-edicio-bg.png) no-repeat bottom;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.p5-edicio-family-wrapper .img img {
  display: inline-block;
  width: 100%;
}

.p5-edicio-family {
  padding: 50px 0;
  padding-top: 0;
}

/* p5-edicio-meeting-area-css-start  */

.p5-edicio-meeting-area .left img {
  display: inline-block;
  width: 100%;
}

.p5-edicio-meeting-area .right .img img {
  display: inline-block;
  width: 100%;
}

.p5-edicio-meeting-area .meeting-content {
  padding-right: 10px;
  margin-top: 50px;
  margin-bottom: 100px;
}

.p5-edicio-meeting-area .meeting-content p {
  font-weight: 400;
  color: #000;
  line-height: 22px;
}

.p5-meeting-arrange-area .meeting-arrange-left .img img {
  display: inline-block;
  width: 100%;
}

.meeting-arrange-right {
  margin-top: 250px;
  position: relative;
}

.meeting-arrange-right:after {
  content: "";
  position: absolute;
  background: url(img/arrange-bg.png) no-repeat;
  background-size: 220px;
  background-position: left 0 bottom 0;
  width: 100%;
  height: 100%;
  left: -100px;
  bottom: 100px;
  z-index: -1;
}

.meeting-arrange-right .content p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 22px;
}

.meeting-arrange-right .img {
  margin-top: 80px;
}

.meeting-arrange-right .img img {
  display: inline-block;
  width: 100%;
}

/* p5-awards-area-css-start  */

.p5-awards-area {
  padding: 130px 0;
  background: url(img/left-bg.png) no-repeat;
  background-position: right 0 bottom 100px;
  background-size: 350px;
}

.p5-awards-left .img img {
  display: inline-block;
  width: 100%;
}

.p5-meeting-arrange-area {
  position: relative;
  margin-top: -100px;
}

.ganerodores-content .last .img img {
  display: inline-block;
  width: 100%;
}

.ganerodores-content .first {
  position: relative;
}

.ganerodores-content .first .text {
  position: absolute;
  transform: rotate(-90deg) scaleX(-1);
  bottom: -200px;
  left: -30px;
}

.ganerodores-content .first .text h3 {
  transform: scaleX(-1);
  white-space: nowrap;
  font-weight: 800;
  font-size: 48px;
  line-height: 100%;
  color: #271784;
}

.ganerodores-content .second .img {
  margin-bottom: 10px;
}

.ganerodores-content .second .img img {
  display: inline-block;
  width: 70px;
}

.ganerodores-content .second p {
  color: #000;
  font-size: 16px;
  line-height: 22px;
}

.ganerodores-content .second {
  margin-top: 120px;
}

.ganerodores-area {
  padding: 50px 0;
  padding-bottom: 230px;
}

.p5-alimontas-text {
  position: relative;
}

.p5-alimontas-text .vertical {
  position: absolute;
  transform: rotate(-90deg) scaleX(-1);
  top: 0;
}

.p5-alimontas-text .vertical h3 {
  transform: scaleX(-1);
  white-space: nowrap;
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
  color: #271784;
}

.alimontas-right-content .first {
  position: relative;
  border-radius: 25px;
  box-shadow: -3px 0px 2px rgba(253, 96, 94, 0.11);
}

.alimontas-right-content {
  display: flex;
  align-items: center;
  margin-left: 20px;
  justify-content: start;
}

.alimontas-right-content .first .sub {
  position: absolute;
  top: -15px;
  right: -15px;
}
.alimontas-right-content .first .sub img {
  display: inline-block;
  width: 75px;
}

.alimontas-right-content .second h4 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  color: #000;
}

.alimontas-right-content .second p {
  font-size: 16px;
  font-weight: 400;
  color: #271784;
  line-height: 28px;
}

.alimontas-right-content .second {
  margin-left: 20px;
}

.p5-alimontas-wrapper.left .second {
  text-align: right !important;
  margin-left: 0;
  margin-right: 20px;
}

.p5-alimontas-area.first .p5-alimontas-text .vertical {
  position: absolute;
  transform: rotate(-90deg) scaleX(-1);
  top: 0;
  left: -50px;
}

.p5-alimontas-text .vertical.item {
  position: absolute;
  transform: rotate(-90deg) scaleX(-1);
  left: -58px;
  top: 0;
}

.ganerodores-main-area {
  background: url(img/g-main-bg.png) no-repeat;
  background-size: cover;
  background-position: bottom;
  position: relative;
  margin-top: -106px;
  z-index: 99;
  padding: 150px 0;
  padding-top: 60px;
}

.p5-edicio-meeting-area {
  position: relative;
  z-index: 1000;
}

.p5-alimontas-wrapper {
  margin-bottom: 25px;
}

.p5-alimontas-area.last {
  position: relative;
  margin-top: -50px;
  z-index: 1000;
  margin-bottom: 100px;
}

.p3-catagories-list {
  padding-top: 40px;
}

.p5-alimontas-wrapper.left .alimontas-right-content {
  justify-content: flex-end;
}

.meeting-content .right {
  margin-top: 20px;
}

.meeting-content .right img {
  display: inline-block;
  width: 100%;
}

.menu-area .menu-nav ul li.activeed a:after {
  background: #271784;
}

.tooltip-inner {
  max-height: 100px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.acc-container {
  padding: 4rem 2rem;
}
.acc-btn {
  width: 100%;
  padding: 1.6rem 2rem;
  font-size: 1.6rem;
  cursor: pointer;
  background: inherit;
  border: none;
  outline: none;
  text-align: left;
  transition: all 0.5s linear;
}
.acc-btn:after {
  content: "\27A4";
  color: #fd605e;
  float: right;
  transition: all 0.3s linear;
}
.acc-btn.is-open:after {
  transform: rotate(90deg);
}
.acc-btn:hover,
.acc-btn.is-open {
  color: #000;
  font-weight: bold;
}

.acc-content {
  max-height: 0;
  color: rgba(0, 0, 0, 0.75);
  font-size: 1.5rem;
  margin: 0 2rem;
  padding-left: 1rem;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  border-bottom: 1px solid #ccc;
}

.tooltip-custom .tooltip-inner {
  max-height: 100px;
  opacity: 1;
  background-color: #e5e5e5 !important;
}

.static-text {
  z-index: 999;
  position: absolute;
  margin-top: 20em;
  margin-left: 20%;
  margin-right: 30%;
}

.dynamic-text {
  margin-top: 10em;
}

.itm-carousel {
  height: 720px;
}

.static-header {
  font-size: 28px !important;
}

.nutricion-cat {
  float: left;
}

.impacto-cat {
  float: right;
}

.v1 a {
  text-decoration: underline 0.15em rgba(0, 0, 0, 0);
  text-underline-offset: 0.1em;
  transition: text-decoration-color 300ms, text-underline-offset 300ms;
}

.v1 a:hover {
  text-decoration-color: #ff6062;
  text-underline-offset: 0.25em;
}

.car-gan {
  margin-left: 25%;
  margin-right: 25%;
  margin-top: 50px;
  margin-bottom: 100px;
  text-align: center;
}

.prem-img {
  max-width: 702px !important;
}

@media (max-width: 396px) {
  .nutricion-cat {
    float: none;
  }

  .impacto-cat {
    float: none;
  }
}

@media (max-width: 768px) {
  .p5-edicio-meeting-area .meeting-content p {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .p5-awards-left .img img {
    display: inline-block;
    width: 90%;
  }

  .prem-img {
    text-align: center;
    max-width: 99% !important;
    margin-left: 1%;
    margin-right: 1%;
  }
  .jrd-resp {
    margin-top: 0px !important;
  }

  .jrd-lft {
    margin-left: 0px !important;
  }

  .car-gan {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 50px;
    margin-bottom: 100px;
    text-align: center;
  }

  .p4-edicoio-right img {
    max-width: 100%;
  }
}

@media (max-width: 500px) {
  .itm-carousel {
    height: 620px;
  }

  .static-text {
    z-index: 999;
    position: absolute;
    margin-top: 2em !important;
    margin-left: 10%;
    margin-right: 10%;
  }

  .dynamic-text {
    margin-left: 20% !important;
    padding-right: 20% !important;
    margin-top: 20em !important;
  }

  .static-header {
    font-size: 23px !important;
  }
}

@media (min-height: 900px) {
  .itm-carousel {
    height: 850px;
  }

  .dynamic-text {
    margin-top: 17em;
  }
}

@media (max-width: 820px) {
  .static-text {
    margin-right: 20%;
  }

  .dynamic-text {
    margin-top: 25em;
  }
}

@media (max-width: 990px) {
  .goula-area {
    display: none !important;
  }

  .awsrds-wrapper {
    margin-top: 5em;
  }

  .categories-area {
    padding-top: 0px;
  }
}

/* p5-awards-area-css-end   */

/* p5-edicio-meeting-area-css-end   */
.buenas-practicas {
  font-family: Work Sans !important;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 24px !important; 
  line-height: 28px !important;

  /* Blue */
  color: #271784 !important; 
}