/* Variables */
/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}
/* General */
img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
body {
  font-family: sans-serif;
  background: transparent;
}
a {
  /*text-decoration: none;*/
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: sans-serif;
}
/* ==========
D
========== */
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/* ==========
Boton up
========== */
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #6ac569;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
  text-decoration: none;
  color: #fff;
  border: 0.5px solid white;
}
.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.scroll-top:hover {
  background: #7e0a18;
  color: #6ac569;
}
.scroll-top.active {
  visibility: visible;
  opacity: 1;
}
/* ==========
Header
========== */
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 0px 0;
  margin-top: 20px;
}
.header .log-sc img {
  height: 70px;
  padding: 5px 0;
  margin: 0px 15px;
}
.header .navbar {
  background: #ffffff;
  padding: 8px 40px;
  border-radius: 240px;
  box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.3);
}
.header.sticked {
  padding: 0;
}
@media (max-width: 1200px) {
  .header {
    padding: 0;
  }
}
@media (max-width: 1279px) {
  .header {
    padding: 5px 0;
    margin-top: 0px;
  }
  .header.sticked {
    padding: 8px 0;
  }
  .log-sc img {
    height: 60px !important;
    margin: 10px 15px 10px 0 !important;
  }
}
/* ==========
Nav Desktop
========== */
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  .navbar li {
    position: relative;
  }
  .navbar li:hover a {
    color: #6ac569;
  }
  .navbar a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 20px;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #7e0a18;
    white-space: nowrap;
    transition: 0.3s;
    text-decoration: none;
    text-transform: uppercase;
  }
  .navbar a i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar a:hover {
    color: #fff;
    border-bottom: 1px solid #6ac569;
  }
  .navbar .active {
    color: #7e0a18;
    border-bottom: 2px solid #7e0a18;
    border-bottom-width: 50%;
  }
  .navbar .active:focus {
    color: #fff;
  }
  .mobile-nav-show {
    display: none !important;
  }
  .mobile-nav-hide {
    display: none !important;
  }
}
/* ==========
Nav mobile
========== */
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }
  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: #ffffff;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    /****/
    text-align: center;
  }
  .navbar a {
    /*display: flex;
			align-items: center;
			justify-content: space-between;*/
    padding: 20px;
    font-family: sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #3a669c;
    white-space: nowrap;
    transition: 0.3s;
    text-decoration: none;
  }
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #212529;
    white-space: nowrap;
    transition: 0.3s;
  }
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar a i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar a:hover {
    color: #7e0a18 !important;
  }
  .navbar .active {
    background: #6ac569;
    color: #fff;
  }
  .navbar .active:focus {
    color: #fff;
  }
  .navbar li {
    /******/
    margin: 20px 0;
    padding: 15px 0;
    /******/
    list-style: none;
  }
  .navbar li:hover > a {
    color: #fff;
  }
  .mobile-nav-show {
    color: #6ac569;
    font-size: 40px;
    font-weight: 500;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 30px;
  }
  .mobile-nav-hide {
    color: #7e0a18;
    font-size: 40px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 30px;
    z-index: 9999;
  }
  .mobile-nav-active {
    overflow: hidden;
  }
  .mobile-nav-active .navbar {
    right: 0;
  }
  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(27, 47, 69, 0.7);
    z-index: 9996;
  }
}
/* ==========
Register
========== */
.registro {
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  background: url("../img/backg/bg_premios-mb.png") center center;
  background-size: cover;
}
.registro .cont-w {
  padding-top: 120px;
  padding-bottom: 80px;
  background-color: transparent;
}
.registro .campania img {
  max-height: 800px;
}
.registro .form {
  background-color: #ffffff;
  /*backdrop-filter: blur(5px);*/
  margin: 0px auto 0;
  padding: 0px 0% 40px;
  border-radius: 18px;
  position: relative;
  color: black;
  z-index: 2;
  max-width: 550px;
  box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.3);
  margin-top: 20px;
  margin-bottom: 20px;
}
.registro .form .nav-tabs {
  border: none;
}
@media (max-width: 991px) {
  .registro .form {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .registro .form {
    max-width: 100% !important;
    width: 100%;
    margin-top: 20px;
  }
}
.registro .form input {
  background-color: rgba(255, 255, 255, 0.9) !important;
  border: none;
  border-radius: 25px !important;
  padding: 8px;
  border: 1px solid #6ac569;
}
.registro .form input:focus {
  border: solid 1px #6ac569;
}
.registro .form .form-control,
.registro .form .form-select-sm {
  background-color: #ededed;
  border: none;
  color: #3a669c;
  font-weight: 600;
  text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.1);
  line-height: 1.75;
  border-radius: 4px;
  width: 80%;
  margin: 5% auto 0;
  padding-left: 20px;
  border: 1px solid #6ac569;
}
.registro .form .form-control::placeholder,
.registro .form .form-select-sm::placeholder {
  text-align: left;
  color: rgba(126, 10, 24, 0.7);
}
.registro .form select {
  color: #6ac569 !important;
  font-size: 1rem;
}
.registro .form select option {
  background-color: #ededed;
  font-family: 'Bogle', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
}
.registro .form p {
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  color: #7e0a18;
  font-size: 1em !important;
  line-height: 1;
}
@media (max-width: 480px) {
  .registro .form p {
    padding: 0px 4% 20px;
  }
}
.registro .form .send {
  background: #6AC569;
  background: linear-gradient(180deg, #6ac569 0%, #018d3d 100%);
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  color: #ffffff;
  width: 45%;
  font-weight: bold;
  transition: all 0.5s;
}
.registro .form .send:hover {
  color: #7e0a18;
  transition: 0.5s;
}
@media (max-width: 480px) {
  .registro .form .send {
    width: 80%;
  }
}
.registro .form ul {
  list-style-type: none;
  padding: 0;
}
.registro .form ul li {
  display: inline-block;
  width: 100%;
  margin: 0px auto 4px;
}
.registro .form ul li input[type="radio"][id^="cat"],
.registro .form ul li input[type="radio"][id^="pills"] {
  display: none;
}
.registro .form ul li label {
  background-color: #ffffff;
  color: #6ac569;
  border: 1px solid #fff;
  padding: 8px;
  display: block;
  border-radius: 8px;
  position: relative;
  margin: 4px;
  cursor: pointer;
}
.registro .form ul li label::before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid grey;
  position: absolute;
  right: -8px;
  top: -8px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}
.registro .form ul li label img {
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
  border-radius: 4px;
}
.registro .form ul li label span {
  min-height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.registro .form ul li :checked + label {
  border-color: #ffffff;
  color: #6ac569;
}
.registro .form ul li :checked + label::before {
  content: "✓";
  transform: scale(1);
  z-index: 1;
  line-height: 1.4em;
  font-size: 1.3em;
}
.registro .form ul li :checked + label img {
  transform: scale(0.9);
  box-shadow: 0 0 5px #333;
  z-index: -1;
}
.registro .form ul li :disabled + label {
  opacity: 0.5;
  transform: scale(0.9);
}
.registro .form ul li :disabled + label::before {
  content: "✓";
  background-color: #6ac569;
  transform: scale(1);
  z-index: 1;
  line-height: 1.4em;
  font-size: 1.2m;
}
.registro .form ul li :disabled + label img {
  transform: scale(0.9);
}
.registro .form ul.pills-ul li {
  width: auto;
}
.registro .form ul.pills-ul label {
  padding: 4px 12px;
  border: 1px solid #fff;
  display: block;
  border-radius: 8px;
  position: relative;
  margin: 8px;
  cursor: pointer;
}
.registro .form ul.pills-ul label::before {
  display: none;
}
.registro .form ul.pills-ul :checked + label {
  color: white;
}
.registro .form .nav-tabs {
  width: 100%;
  margin: auto;
}
.registro .form .nav-tabs li {
  padding: 0;
  width: 50%;
  font-weight: bold;
  background-color: rgba(33, 37, 41, 0.2);
}
.registro .form .nav-tabs li:nth-child(1) {
  border-radius: 8px 0 0 0px;
}
.registro .form .nav-tabs li:nth-child(2) {
  border-radius: 0 8px 0px 0;
}
.registro .form .nav-tabs li:nth-child(2):hover {
  border-radius: 0 8px 8px 0;
}
.registro .form .nav-tabs li :hover {
  background-color: transparent;
  font-weight: bold;
  color: #7e0a18;
  border: none;
  border-radius: none;
  transition: none;
}
.registro .form .nav-tabs li button {
  width: 100%;
  margin: auto;
  color: rgba(126, 10, 24, 0.4);
  font-size: 1em;
  padding: 20px;
  font-weight: bold;
  border: none;
}
.registro .form .nav-tabs li button.active {
  width: 100%;
  margin: auto;
  color: #ffffff;
  border: none;
  background: #6AC569;
  background: linear-gradient(180deg, #6ac569 0%, #018d3d 100%);
  border-radius: 8px 8px 0 0;
  padding: 20px;
}
.registro .form .nav-tabs li.nav-link {
  border: none;
}
.registro .form .legals {
  width: 80%;
  margin: 25px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.registro .form .legals label {
  font-size: 12px;
  font-weight: 100;
  color: #212529;
}
.registro .form .legals input {
  background-color: rgba(106, 197, 105, 0.6) !important;
  border-radius: 4px !important;
}
.registro .form .legals a {
  color: #7e0a18;
  font-weight: 900;
  font-size: 12px;
}
.registro .form .tab-content {
  width: 100%;
  background-color: transparent;
  max-width: 550px;
  margin: 0 auto;
}
.registro .form .tab-content label {
  margin-bottom: 0px;
}
.registro .hiden {
  display: none !important;
}
.registro .consulta-p {
  font-size: 12px;
  font-weight: 600;
}
.file-upload {
  margin-top: 10px;
}
.file-upload p {
  font-size: 1em !important;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 8px;
}
.file-upload .image-box {
  margin: 24px auto;
  height: 60px;
  width: 60px;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  border: 3px solid #6ac569;
  border-radius: 50%;
  -ms-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.5s ease;
  /*&::after {
            content: "";
            width: calc(100% + 16px);
            height: calc(100% + 16px);
            position: absolute;
            top: -8px;
            left: -8px;
            border-radius: 50%;
            border: solid 2px @color-white;
        }*/
}
.file-upload .image-box i {
  color: #6ac569;
  margin-top: 6px;
  font-weight: 900;
  font-size: 40px;
}
.file-upload .image-box img {
  height: 40px;
  width: 100%;
  border-radius: 8px;
  display: none;
  object-fit: cover;
  object-position: 50% 50%;
}
@media (max-width: 480px) {
  .file-upload .image-box {
    height: 60px;
    width: 60px;
  }
  .file-upload .image-box img {
    height: 80px;
    width: 100%;
  }
}
.file-upload .image-box p {
  position: relative;
  top: 32%;
  color: #000000;
  font-size: 14px;
  line-height: 1.3em;
  padding: 0 8%;
}
@media (min-width: 768px) {
  .registro {
    width: 100%;
    min-height: 95vh;
    background: url("../img/backg/BG_premios.png") bottom;
    background-size: cover;
    /*background-attachment: fixed;*/
  }
  .registro .cont-w {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}
/* ==========
Divider
========== */
#divider {
  margin-top: -2px;
  margin-bottom: -2px;
}
#divider .img-campdesk {
  display: none;
}
@media (min-width: 992px) {
  #divider .img-campdesk {
    display: block !important;
  }
  #divider .img-campmb {
    display: none;
  }
}
/* ==========
Dinamic
========== */
#dinamic {
  background: #faf5e9;
  width: 100%;
  min-height: 80vh;
  margin: -2px 0 -4px;
}
#dinamic .cont-w {
  padding-top: 120px;
  padding-bottom: 80px;
  background-color: transparent;
}
#dinamic .img-logo1 {
  text-align: center;
  margin-bottom: 60px;
}
#dinamic .img-logo1 img {
  height: 80px;
}
#dinamic .txt-1 {
  font-weight: 800;
  text-align: center;
  color: #212529;
  font-size: 2em;
  max-width: 800px;
  margin: 60px auto 0px;
}
#dinamic .pil1 {
  width: 350px;
  margin: 20px auto;
  background: #ffffff;
  padding: 40px 20px;
  text-align: center;
  border-radius: 14px;
  box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.3);
}
#dinamic .pil1 .iconp {
  margin: 10px auto;
}
#dinamic .pil1 .iconp img {
  height: 160px;
}
#dinamic .pil1 a {
  color: #7e0a18;
}
#dinamic .pil1 h4 {
  font-size: 1.6em;
  text-transform: uppercase;
  font-weight: 600;
  color: #7e0a18;
  margin-bottom: 0;
}
#dinamic .pil1 span {
  font-size: 1em;
  text-transform: uppercase;
}
#dinamic .pil1 p {
  max-width: 220px;
  margin: 5px auto;
  font-weight: 600;
  font-size: 1.2em;
}
#dinamic .txt2 {
  margin: 60px auto 40px;
}
#dinamic .txt2 .cont-iz {
  display: flex;
  align-items: center;
}
#dinamic .txt2 .cont-iz p {
  text-align: left;
  color: #ffffff;
  padding: 10px;
  font-size: 1.4em;
  width: 95%;
  margin: auto;
}
#dinamic .txt2 .cont-der {
  text-align: center;
}
#dinamic .txt2 .cont-der img {
  margin: 10px auto;
}
@media (max-width: 500px) {
  #dinamic .txt-1 {
    padding: 0 20px;
    font-size: 1.2em;
  }
}
/* ==========
Awwards
========== */
.awward {
  width: 100%;
  min-height: 95vh;
  background: url("../img/backg/bg_premios-mb.png");
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.awward .cont-w {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: transparent;
}
.awward .awward-cont {
  background-color: transparent;
  margin: 20px auto;
  padding: 1%;
  border-radius: 5%;
  position: relative;
  color: black;
  z-index: 2;
  max-width: 90%;
}
.awward .text-e {
  font-size: 1.4em;
  color: #ffffff;
  text-shadow: 3px 3px 5px #000000;
  margin-bottom: 30px;
  letter-spacing: 3px;
}
.awward h2 {
  color: #ffffff;
  text-align: center;
  font-weight: 800;
  font-size: 4em;
  text-transform: uppercase;
}
.awward h2 span {
  font-weight: 800;
}
.awward .txt-leg {
  text-align: center;
  font-weight: 600;
  margin: 20px 0;
}
.awward .din-imag-1 {
  padding: 0px;
  max-width: 100%;
  margin: 5px auto;
}
.awward .din-imag-1 img {
  max-height: 570px;
}
.awward .din-imag-1 h5 {
  text-align: left;
  font-weight: 600;
  font-size: 3em;
  margin-top: 20px;
  color: #ffffff;
}
.awward .din-imag-1 p {
  text-align: left;
  padding: 8px 0px;
  font-size: 2.2em;
  color: #ffffff;
}
.awward .desc-txt {
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  padding: 15px;
}
.awward .swiper {
  margin: 0px 25px;
  text-align: center;
  overflow: hidden;
}
.awward .swiper-button-prev {
  left: 0px;
}
.awward .swiper-button-prev:after {
  font-size: 30px;
  font-weight: 800;
  color: #6ac569;
}
.awward .swiper-button-next {
  right: 0px;
}
.awward .swiper-button-next:after {
  font-size: 30px;
  font-weight: 800;
  color: #6ac569;
}
.awward .swiper-pagination {
  margin-top: 10px;
  position: relative;
}
.awward .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  width: 25px;
  height: 25px;
}
.awward .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #6ac569;
}
@media (min-width: 768px) {
  .awward .cont-w {
    padding-top: 120px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1200px) {
  .awward .swiper {
    margin: 0px 60px 0px 60px;
  }
  .awward .swiper-button-prev {
    left: 5px;
  }
  .awward .swiper-button-next {
    right: 5px;
  }
  .awward .swiper-button-prev-1 {
    left: 5px;
  }
  .awward .swiper-button-next-1 {
    right: 5px;
  }
}
@media (max-width: 575px) {
  .awward .swiper {
    margin: 0px 0px 0px 0px;
  }
}
@media (max-width: 640px) {
  .awward h2 {
    font-size: 2em;
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .awward .txt-point {
    margin: 25px auto;
    padding: 15px 30px;
  }
  .awward .txt-point span {
    color: #6ac569;
    font-size: 1.8em;
    font-weight: 600;
  }
  .awward .txt-point p {
    text-align: center;
    color: #6ac569;
  }
  .awward .din-imag-1 h5 {
    text-align: center;
    font-weight: 600;
    font-size: 1.4em;
    margin-top: 20px;
  }
  .awward .din-imag-1 p {
    text-align: center;
    padding: 8px 20px;
    font-size: 1em;
  }
}
@media (min-width: 768px) {
  .awward {
    width: 100%;
    min-height: 95vh;
    background: url("../img/backg/BG_premios.png") bottom;
    background-size: cover;
    /*background-attachment: fixed;*/
  }
  .awward .cont-w {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}
@media (min-width: 649px) and (max-width: 970px) {
  .awward .din-imag-1 h5 {
    font-size: 2.2em;
  }
  .awward .din-imag-1 p {
    font-size: 1.2em;
  }
}
/* ==========
Buy
========== */
#buy {
  background: #faf5e9;
}
#buy h2 {
  color: #212529;
  text-align: center;
  margin: 40px auto;
  font-weight: 800;
  font-size: 2em;
}
#buy .cont-w {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: transparent;
}
#buy .btn {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 90px;
  border-radius: 12px;
  transition: 0.5s;
  margin-top: 30px;
  text-decoration: none;
  color: #ffffff;
  background: #6AC569;
  background: linear-gradient(180deg, #6ac569 0%, #018d3d 100%);
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
#buy .btn:hover {
  color: #7e0a18;
}
#buy .product-inf {
  text-align: center;
  margin: 0px auto 30px auto;
}
#buy .product-inf .product {
  background: #ffffff;
  width: 100%;
  padding: 15px 10px;
  border-radius: 15px;
  margin: 0 auto;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
#buy .product-inf .product img {
  max-width: 80%;
}
#buy .product-inf .product p {
  text-align: center;
  font-size: 14px;
  line-height: 1em;
  margin: 5px 0 10px 0;
  font-weight: 600;
  height: 49px;
  padding: 5px 5px 8px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #212529;
}
#buy .product-inf .product i {
  vertical-align: middle;
}
#buy .product-inf .product .btns {
  background: #3a669c;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 5px;
  border-radius: 12px;
  transition: 0.5s;
  text-decoration: none;
  text-align: left;
  width: 100%;
  color: #ffffff;
  margin-top: 5px;
}
#buy .product-inf .product .btns a {
  color: #ffffff;
  text-decoration: none;
}
#buy .product-inf .product .btns a:hover {
  color: #6ac569;
}
#buy .product-inf .product .btns:hover {
  color: #6ac569;
}
#buy .product-inf .product:hover {
  transform: scale(1.03);
}
#buy .product-inf .info {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #buy .cont-w {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 988px) {
  #buy .product-inf {
    margin-bottom: 90px;
    padding: 0 4%;
    margin-top: 0px;
  }
  #buy .logo-prin {
    text-align: center !important;
  }
  #buy .logo-prin img {
    margin-left: 0px !important;
  }
}
@media (max-width: 992px) {
  #buy .info {
    width: 100% !important;
    margin: 0 auto;
  }
}
@media (min-width: 500px) {
  .product p {
    font-size: 16px;
    line-height: 1em;
    margin: 5px 0 20px 0;
    font-weight: 600;
    height: 50px;
    padding: 5px 15px 0 15px !important;
    padding-bottom: 8px;
    text-align: center;
  }
  .product .btns {
    font-weight: 600;
    font-size: 18px !important;
    padding: 6px 15px !important;
    border-radius: 12px;
    transition: 0.5s;
    text-decoration: none;
    text-align: left;
    width: 80% !important;
  }
  .product .btns a {
    text-decoration: none;
    color: #ffffff;
  }
  .product .btns a:hover {
    color: #6ac569;
  }
  .product .btns:hover {
    color: #6ac569;
  }
}
/* ==========
Footer
========== */
#footer {
  background-color: #3a669c;
  border-top: 2px solid #ffffff;
  color: #fff;
  font-size: 14px;
}
#footer .footer-top {
  width: 95%;
  margin: auto;
  background: #3a669c;
  padding: 30px 0 10px 0;
}
#footer .footer-top .footer-info {
  /*margin: ;*/
}
#footer .footer-top .footer-info p {
  font-size: 18px;
  margin: 0 auto;
  font-family: sans-serif;
  color: #fff;
  width: auto;
}
#footer .footer-top .footer-info span {
  font-size: 22px;
  line-height: 1.4em;
}
#footer .footer-newsletter .logo-1 {
  width: auto;
  height: 60px;
}
#footer .footer-newsletter .logo-2 {
  width: 100px;
  height: auto;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
/* ==========
Modal
========== */
.modal-content {
  background: url("../img/backg/BG_HOME_mb.png") center center;
  background-size: cover;
  border-radius: 15px;
  border: 3px solid #6ac569;
}
.modal-content .modal-body {
  background-color: transparent;
  border: none;
  padding-top: 50px;
  padding-bottom: 20px;
}
.modal-content .modal-body .post-all {
  max-width: 600px;
  margin: 40px auto;
}
.modal-content .modal-body .post-all .inst-post {
  background-color: #ffffff;
  padding: 45px 15px 15px 15px;
  border: 2px solid #7e0a18;
  border-radius: 8px;
  -webkit-box-shadow: 0px 12px 1px -1px #004a74;
  -moz-box-shadow: 0px 12px 1px -1px #004a74;
  box-shadow: 0px 12px 1px -1px #004a74;
}
.modal-content .modal-body .post-all .inst-post h3 {
  color: #212529;
  font-size: 1.6em;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.modal-content .modal-body .post-all .inst-post i {
  vertical-align: middle;
  color: #212529;
  font-size: 1.4em;
}
.modal-content .modal-body .post-all .inst-post h5 {
  color: #212529;
  font-weight: 900;
  font-size: 1.2em;
  text-align: center;
}
.modal-content .modal-body .post-all .inst-post ol {
  color: #212529;
  font-weight: 600;
  font-size: 1em;
}
.modal-content .modal-body .post-all .inst-post p {
  text-align: center;
  color: #212529;
  font-weight: 600;
  font-size: 0.8em;
}
.modal-content .modal-body .post-all .inst-post a {
  color: #212529;
}
.modal-content .modal-body .post-all .inst-post a:hover {
  color: #6ac569;
}
.modal-content .modal-footer {
  background-color: transparent;
  border: none;
}
.modal-content .modal-footer a {
  color: #ffffff;
  font-weight: 600;
}
.modal-content .modal-footer .btn-secondary {
  background-color: #6ac569;
  border: none;
  padding: 12px 26px;
  border-radius: 12px;
}
.loader-form {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  z-index: 2022;
}
.loader-form .three {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.loader-form .three .loader {
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
/* LOADER 6 */
#loader-6 span {
  display: inline-block;
  width: 5px;
  height: 20px;
  background-color: #3498db;
  background-color: white;
}
#loader-6 span:nth-child(1) {
  animation: grow 1s ease-in-out infinite;
}
#loader-6 span:nth-child(2) {
  animation: grow 1s ease-in-out 0.15s infinite;
}
#loader-6 span:nth-child(3) {
  animation: grow 1s ease-in-out 0.3s infinite;
}
#loader-6 span:nth-child(4) {
  animation: grow 1s ease-in-out 0.45s infinite;
}
@keyframes grow {
  0%,
  100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(1.8);
    -ms-transform: scaleY(1.8);
    -o-transform: scaleY(1.8);
    transform: scaleY(1.8);
  }
}
#Tablewiners {
  background: url("../img/backg/bg_premios-mb.png");
  background-size: cover;
}
#Tablewiners .cont-w {
  padding-top: 120px;
  padding-bottom: 80px;
  background-color: transparent;
}
#Tablewiners h2 {
  color: #ffffff !important;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 20px;
  font-weight: 800;
  font-size: 2em;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  #Tablewiners h2 {
    font-size: 35px;
  }
}
#Tablewiners.interno {
  padding-top: 0px;
}
@media (max-width: 480px) {
  #Tablewiners.interno h2 {
    font-size: 35px;
  }
}
#Tablewiners .overfl {
  overflow: auto;
  max-width: 650px !important;
  margin: 0 auto;
}
#Tablewiners table th {
  padding: 20px;
  text-align: center;
  color: #ffffff;
  font-size: 1.3em;
  background-color: #6ac569;
}
#Tablewiners table td {
  font-size: 1.1em;
  text-align: center;
  padding: 15px;
}
@media (min-width: 768px) {
  #Tablewiners {
    /*background: url("../img/backg/BG_productos.png") top center;
	    background-size: cover;*/
    /*background-attachment: fixed;*/
  }
  #Tablewiners .cont-w {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
