@charset "UTF-8";
/*
	Theme Name: Lobin Concursos
	Theme URI: http://sorteos.lobin.pe
	Description: LOBIN Template Concursos
	Version: 1.0.0
	Author: HOLINSYS
	Author URI: https://holinsys.pe
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/

@font-face {
    font-family: 'Montserrat';
    src: url('https://celebraconetna.pe/fuentes/Montserrat-Thin.woff2') format('woff2'),
        url('https://celebraconetna.pe/fuentes/Montserrat-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://celebraconetna.pe/fuentes/Montserrat-Medium.woff2') format('woff2'),
        url('https://celebraconetna.pe/fuentes/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('https://celebraconetna.pe/fuentes/Barlow-Bold.woff2') format('woff2'),
        url('https://celebraconetna.pe/fuentes/Barlow-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('https://celebraconetna.pe/fuentes/Barlow-ExtraBold.woff2') format('woff2'),
        url('https://celebraconetna.pe/fuentes/Barlow-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://celebraconetna.pe/fuentes/Montserrat-Bold.woff2') format('woff2'),
        url('https://celebraconetna.pe/fuentes/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('https://celebraconetna.pe/fuentes/Barlow-Medium.woff2') format('woff2'),
        url('https://celebraconetna.pe/fuentes/Barlow-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('https://celebraconetna.pe/fuentes/Barlow-SemiBold.woff2') format('woff2'),
        url('https://celebraconetna.pe/fuentes/Barlow-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('https://celebraconetna.pe/fuentes/Barlow-Regular.woff2') format('woff2'),
        url('https://celebraconetna.pe/fuentes/Barlow-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('https://celebraconetna.pe/fuentes/Barlow-Light.woff2') format('woff2'),
        url('https://celebraconetna.pe/fuentes/Barlow-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bitstream Vera Sans Mono';
    src: url('https://celebraconetna.pe/fuentes/BitstreamVeraSansMono-Bold.woff2') format('woff2'),
        url('https://celebraconetna.pe/fuentes/BitstreamVeraSansMono-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bitstream Vera Sans Mono';
    src: url('https://celebraconetna.pe/fuentes/BitstreamVeraSansMono-Roman.woff2') format('woff2'),
        url('https://celebraconetna.pe/fuentes/BitstreamVeraSansMono-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
}

body {
  background-color: #1c4397;
	background-size: 101% 101%;
    background-position: right;
  background-repeat: no-repeat;
  font-family: "Calibri", Helvetica, Arial, sans-serif;
  color: white;
	min-height:100vh;
	position:relative;
	display: flex;
    align-items: flex-start;
    justify-content: center;
}

/* clear */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #1D1D1B;
  text-decoration: none;
}

a:hover {
  color: #ff0000;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto 0 auto;
  position: relative;
	padding: 10rem 0 12rem 0;
}

/* header */
.header {
  
}

/* logo */
/* nav */
.nav {
  text-align: center;
  text-align: center;
/*   font-family: "Myriad-Pro"; */
  letter-spacing: 1.5px;
}

.nav ul {
    width: 100%;
    max-width: clamp(49.5rem, 10.1047rem + 47.9302vi, 91rem);
    list-style: none;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    display: inline-flex;
    justify-content: center;
    font-weight: 600;
    background: linear-gradient(to right, rgb(28, 67, 140), rgb(74, 144, 226), rgb(28, 67, 140));
    border: 2px solid #fff;
    padding: clamp(2rem, 1.3333rem + 0.6667vw, 3rem) clamp(2rem, 0.3333rem + 1.6667vw, 3.5rem);
    margin: 0;
    gap: clamp(1.25rem, -0.1751rem + 2.2267vi, 2rem);
}
.nav ul::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -10px;
}

.nav .group-redes {
  display: inline-flex;
  font-size: 14px;
  /*  bottom: -9px;*/
  position: absolute;
  right: 0px;
}
.nav .group-redes img {
  width: 39px;
}
.nav .group-redes a {
  margin-left: 10px;
  margin-right: 10px;
}

.nav li {
  position: relative;
  padding-inline: clamp(1.25rem, -2.1751rem + 2.2267vi, 2.5rem);
  padding-block: 0.2rem;
}

/*.nav li:has(.active) {
    background-image: url(/wp-content/uploads/2024/10/background-item-nav.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}*/
.nav li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 200% -50%;
  right: 0;
  width: 6px;
  height: 60%;
  background-color: #fff;
}
/*
.nav li:after{
	    border-right: 1px solid white;
    display: inline-block;
    content: '';
    position: relative;
    right: -10px;
    height: 10px;
	
} 
*/
.nav li:last-child:after{
	display:none;
}
/* sid
ebar */
/* footer */
/*------------------------------------*\
    PAGES
\*------------------------------------*/
/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
  font-family: "Font-Name";
  src: url("fonts/font-name.eot");
  src: url("fonts/font-name.eot?#iefix") format("embedded-opentype"), url("fonts/font-name.woff") format("woff"), url("fonts/font-name.ttf") format("truetype"), url("fonts/font-name.svg#font-name") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
.main-area {
    /*max-width: clamp(37.5rem, 10.4167rem + 27.0833vw, 78.125rem);
	max-width: clamp(37.5rem, 14.5rem + 61.3333vi, 95rem);
	max-width: clamp(37.5rem, -23.8953rem + 95.9302vi, 105rem);*/
	max-width: clamp(37.5rem, -17.8953rem + 84.9302vi, 100rem);
    margin: 4.5rem auto 0 auto;;
    text-align: center;
	background: #fff;
    padding: 24px 30px 16px 30px;
    border-radius: 55px;
}


h2 {
  font-size: 24px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.img-logo {
    width: 50vw;
    max-width: 73rem;
}

.desktop-premio {
    margin-top: -5rem;
	max-width: 110rem;
    width: 68vw;
}

.title-section {
  color: #f3c265;
  text-transform: uppercase;
  letter-spacing: 1px;
}

h3 {
    margin: 0;
    font-size: 25px;
    font-weight: 900;
}

h4 {
  margin: 0;
  font-size: 15px;
}

h5 {
  margin: 0;
  font-size: 14px;
}

h6 {
  margin: 0;
  font-size: 12px;
}

.home-age {
	display:none;
  max-height: 42.5rem;
  height: 42.5rem;
  padding-left: 30px;
  padding-right: 30px;
	padding-top: 13rem;
}
.home-age .img-logo {
  width: 180px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.home-age h2 {
  color: white;
  font-size: 24px;
}
.home-age .condicion {
  font-size: 24px;
	font-weight: 600;
    color: #000;
/*   position: relative;
  margin-top: 20vh;
  font-family: "Texta-Bold"; */
}
/* .home-age .condicion::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  background-image: url(https://laleyendadelvinoperu.com/wp-content/uploads/2020/07/linea.png);
} */
.home-age .picker .cuadro {
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  margin: 30px 20px;
  border: 1px solid #000;
  width: 40px;
  height: 30px;
  line-height: 30px;
  font-family:"Texta-Bold";
	color: #000;
}

.image-home-mobile {
	display: none;
}

.msj_edad {
  display: none;
}

.home-inicio {
  display: block;
    max-height: 39.3rem;
    height: 39.3rem;
	display: flex;
    align-items: center;
    flex-direction: column;
}
.home-inicio .img-logo {
  width: 180px;
  margin-bottom: 15px;
  margin-top: 15px;
}
/* .home-inicio h2 {
  color: #f3c265;
  font-size: 24px;
} */
.home-inicio h3 {
  color: white;
  font-size: 20px;
}
.home-inicio h4 {
  color: white;
  font-size: 18px;
}
.home-inicio button.participa {
    background: linear-gradient(to right, #1c438c, #4a90e2, #1c438c);
    border: 2px solid #fff;
    cursor: pointer;
    color: #ffffff;
    font-size: clamp(2rem, 1.8062rem + 0.984vi, 3.5rem);
    padding: 1rem 4rem;
    font-weight: 600;
    font-family: 'Barlow';
    border-radius: 2.5rem;
	margin-block-start: 0;
}
.home-inicio button.participa:hover {
/* 	background: #5c0202;
    border: 1px solid #8d1419; */
	background-position: 0 100%;
    transition: all 250ms ease;
}
.home-inicio button.participa:active {
  position: relative;
  top: 1px;
}
/* .home-inicio .mecanica {
  margin-top: 0px;
  margin-bottom: 30px;
} */
.home-inicio .mecanica h2 {
   font-size: clamp(2.25rem, 0.8693rem + 2.1574vi, 5.375rem);
	/*font-size: clamp(2.5rem, 0.8333rem + 1.6667vw, 5rem);*/
    font-family: 'Gotham';
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 0.9rem 0;
	padding: 0;
	line-height: 1.3;
	text-wrap: nowrap;
}
.image-home1 {
    max-width: 28rem;
    width: 14vw;
    margin: 0;
}
.image-home2 {
	max-width: 45rem;
    width: 38vw;
    margin: 0;
}

.validacion {
    display: inline-flex;
    color: #fff;
    background: linear-gradient(to right, #1c438c, #4a90e2, #1c438c);
    line-height: 1;
    border-radius: 24px;
    padding: 12px 24px;
    margin: 0 auto;
	
	&:hover {
		color: #fdffbc;
	}
}
.productos {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
	padding: 0;
}
.productos li {
    list-style: none;
    font-size: clamp(2.5rem, 1.4677rem + 1.6129vi, 5.5rem);
    font-family: 'Gotham';
    text-transform: uppercase;
	text-wrap: nowrap;
    margin: 3rem 0;
    padding-inline: clamp(1.25rem, -0.1751rem + 2.2267vi, 4rem);
	
	&:not(:last-child) {
		border-right: 2px solid #e4ca9d;
	}
}
.home-inicio .mecanica h3 {

  margin-bottom: 10px;
	margin-top:25px;
	text-shadow: 2px 2px #363636;
	font-size: 25px;
	font-family: "Texta", Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    line-height: 29px;
	
}
.home-inicio .mecanica h3.sub {
  line-height: 22px;
  margin-bottom: 8px;
  font-size: 28px;
  margin-top: 10px;
}
.home-inicio .mecanica h4 {
  line-height: 18px;
  margin-bottom: 5px;
  font-size: 22px;
}

.home-ganador {
  max-height: 58vh;
  height: 58vh;
  overflow-y: scroll;
}
.home-ganador .group-gan-principal {
  margin-bottom: 40px;
}
.home-ganador .ganador {
  margin-bottom: 10px;
}
.home-ganador h3 {
  letter-spacing: 1px;
}
.home-ganador h5 {
  font-family: "Myriad-Pro";
  letter-spacing: 0.5px;
}

.h4_footer {
font-family:"Bebas";
	letter-spacing:7px;
}

.h4_footer h4 {
  	font-size: 50px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 10px;
	color: #fff;
}

.pie-pagina {
  text-align: center;
}
.pie-pagina img {
  width: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.home-premios {
  display: none;
  /*max-height: 48.5rem;
  height: 48.5rem;*/
  position: relative;
}
.home-premios h2 {
  color: white;
	font-size: 18px;
    line-height: 21px;

  margin-bottom: 0px;
  padding-bottom: 15px;
}
.home-premios h2 h3 {
  font-size: 20px;
  color: white;
}

.home-premios h3{
  display: flex;
  width: 100%;
}


.home-premios h3 h4 {
  color: white;
  font-size: 18px;
}
.home-premios h3.title-section {
  margin-top: 25px;
}
.home-premios .premio-principal {
 	display: inline-flex;
	justify-content: center;
  	align-items: center;
  	width: 100%;
	margin: 0 auto;
}
.premio .column1 {
    width: 35%;
}
.column2 {
    width: 65%;
}
.home-premios .premio-principal div.lim {
  width: 30%;
  text-align: right;
}
.premio-principal ul{
	padding-left:0px;
}
.home-premios .premios_subtitle img {
  max-width: 38rem;
  width: 32vw;
  margin-block: 1.4rem 0;
}
.home-premios .premio-principal h4 {
  display: inline-block;
  margin-left: 20px;
  text-align: left;
}
.home-premios .premio-principal h4 p {
  margin-top: 0px;
  margin-bottom: 0px;
}
.home-premios .premio-principal .line1 {
  font-size: 20px;
  letter-spacing: 1px;
}
.home-premios .premio-principal .line1 .num {
  font-size: 25px;
  margin-right: 5px;
}
.home-premios .premio-principal .line2 {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.4px;
}
.home-productos {
  display: none;
  width:100%;
  /*max-height: 48.4rem;
  height: 48.4rem;
  overflow-y: scroll;
  padding-left: 60px;
  padding-right: 60px; */
	color:#000;
}
.home-productos .column1, .home-productos .column2  {
	flex-basis: 50%;
	padding: 3rem 2rem 6rem 2rem;
	
	& h2 {
		display: block;
		padding: 0;
    	margin-top: 0;
    	margin-bottom: 2px;
    	font-size: clamp(3rem, 1.2486rem + 2.3243vw, 5.4rem);
        font-family: 'Barlow';
		text-transform: none;
		line-height: 1.1;
    	color: #fff;
	}
}
.home-productos .column1 {
	position: relative;
	background-color: #104392;
}
.home-productos .column2 > * + *{ 
	margin-block-start: 2rem;
}
.home-productos .column2{
	background-color: #fff;
	
	& h2 {
		color: #104392;		
		width: 80%;
		margin-inline: auto;
	}
	& p {
        width: 76%;
    	margin: 0;
    	color: #104392;
    	font-size: 3rem;
    	font-weight: 300;
    	margin-inline: auto;
		margin-block: 2rem 0;
	}
	
	& img {
    	display: block;
    	max-width: 30rem;
    	width: 35vw;
    	margin-inline: auto;
	}
}
.home-productos .slider {
	margin-block-start: 4rem;
}
.home-productos .slider img{
	max-width: 40rem;
	width: 27vw;
	aspect-ratio: 1;
	opacity: 0;
	animation: fade-in 500ms ease forwards;
}
.home-productos .slider img:not(img:first-child){
	display: none;
	opacity: 0;
	animation: fade-in 350ms ease forwards;
}
.btn-verLista {
	display: inline-block;
    width: min(25rem, 100%);
    line-height: 1;
    background-color: #104392;
    color: #fff !important;
    font-size: 2.8rem;
    font-weight: 600;
    border-radius: 4rem;
    border: 1px solid #104392;
    padding: 2rem 2rem;
}
.home-bases, .home-preguntas {
  max-height: 48.4rem;
  height: 100%;
  display: none;
  padding: 1rem 1.5rem;
  text-align: justify;
  color: #104392;
  background-color: #fff;
  border-radius: 3rem;
}
.home-preguntas h2,.home-premios h2 {
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0px;
  font-size: 22px;
	color:#000;
}
.home-bases h3, .home-preguntas h3 {
  font-size: 12px;
  font-family: "Arial";
}
.home-bases p, .home-bases li, .home-preguntas p , .home-preguntas li {
  font-size: 16px;
  line-height: normal;
  font-family: 'Segoe UI';
  font-weight: 500;
}

.home-bases p, .home-bases li {
	font-size: 2.8rem !important;
	word-wrap: break-word;
}

.component-form {
 	max-width: 700px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff !important;
    border-radius: 10px !important;
    padding: 35px 50px !important;
    color: #000 !important;
    box-shadow: 0 0 40px #000;
    position: absolute;
    z-index: 10;
    min-height: 485px;
    margin-top: 5% !important;
    overflow: visible !important;
    display: none;
}

/*.component-form::after {
	content: 'Derechos reservados OTTR S.A. con RUC No 2010006910';
    position: absolute;
    bottom: -8rem;
    left: 50%;
    transform: translateX(-58%);
    width: 100%;
    color: #fff;
    font-family: 'Gotham';
    font-size: 2.8rem;
    font-weight: 300;
    text-align: center;
    text-wrap: nowrap;
} */

.bg-main {
	/*background-image: url(/wp-content/uploads/2024/05/bg-premios.png);
    background-repeat: no-repeat;
    background-size: 103.94% 110%;
    background-position: left;
    padding: 2rem 0;
    background-color: #911c20; */
	background-color: transparent;
	padding: 30px 0 10px 0 !important;
}
.bg-main-noBorder {
	min-height: 56.5rem;
    background-color: #104392;
	border-radius: 0;
	max-width: clamp(70.5rem, -12.8953rem + 85.9302vi, 120rem);
	padding: 0;
}
.home-premios strong {
    font-weight: 500;
    font-size: 7.5rem;
}
.premios-img {
    position: absolute;
    top: -9rem;
    left: -5%;
    max-width: 50rem;
    width: 38vw;
}
.column2 p {
	margin: 0;
}
.column2 img {
    max-width: 54rem;
    width: 40vw;
}
.pro-image {
	/*--large: clamp(13.75rem, 8.6184rem + 13.6842vi, 30rem);
    width: var(--large);
    height: var(--large);
    border-radius: 4.5rem;
    overflow: hidden;
    border: 14px solid #fff; */
	max-width: 36rem;
	min-width: 30rem;
	width: 25vw;
}
.producto_descripcion .border {
    /*border: 3px solid #015740;
    border-radius: 4.5rem; */
	position: sticky;
    top: 0;
}
.producto_descripcion .column {
    display: flex;
    flex-direction: column;
    align-items: center;
	flex: 1;
}
.home-productos > p {
    border-bottom: 2px solid #e4ca9d;
}
.home-bases strong {
    font-weight: 400;
}
.home-bases > h3 {
    font-size: clamp(2rem, 0.8693rem + 2.1574vi, 3.375rem);
    font-family: Barlow;
    font-weight: 500;
    text-align: center;
    text-wrap-style: balance;
    margin-block-end: 3rem;
}
.component-form h3 {
	margin: 0;
    font-size: clamp(3rem, 1.6125rem + 2.168vi, 4rem);
    font-weight: 900;
    font-family: Montserrat;
    text-transform: uppercase;
}

.home-bases {
    max-width: 86rem;
    margin-inline: auto;
}

@media screen and (min-width: 520px) {
  .page-component.form.starter-horizontal .input-group .inputs {
    width: 70%;
  }

  .component-form .input-group .inputs, .component-form .input-group .inputs input[type=number] {
    width: 100% !important;
  }
}
@media screen and (min-width: 520px) {
  .vex .input-group .inputs, .page-component .input-group .inputs {
    display: block;
    float: left;
    margin-left: 0;
    position: relative;
    width: 65%;
  }

  .vex .input-group .inputs, .page-component .input-group .inputs {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
}
.columns {
  display: block;
  zoom: 1;
}
.mobile-premio {
	display: none;
	margin: 0 auto 0 auto;
    max-width: 45rem;
    width: 85vw;
}
.column-2:nth-child(2n+1) {
  clear: left;
  margin-left: 0;
}

.column-first {
  margin-left: 0;
}

.column-2 {
  float: left;
  margin-bottom: 0;
  margin-left: 3.22580645%;
  width: 48.38709677%;
}

.column-3:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
}

.column-3 {
  float: left;
  margin-bottom: 0;
  margin-left: 2.12765957%;
  width: 31.91489362%;
}

.page-component .input-group .inputs {
  margin-top: 10px;
	margin-bottom:10px;
}
.premio-image-oculto {
		display: none;
	}

.page-component .input-group .inputs input[type=email], .page-component .input-group .inputs input[type=number], .page-component .input-group .inputs input[type=password], .page-component .input-group .inputs input[type=text], .page-component .input-group .inputs input[type=url], .page-component .input-group .inputs textarea, .page-component .input-group .inputs select, .page-component .input-group .inputs .input-prepend .add-on {
  border-radius: 0;
  border-width: 0 0 1px 0;
  border-color: #fff;
  font-weight: bold;
  color: #fff;
  text-shadow: none;
  background: transparent;
  box-shadow: none;
  height: 36px;
}

.vex .input-group .inputs textarea, .page-component .input-group .inputs textarea, .vex .input-group .inputs select, .page-component .input-group .inputs select, .vex .input-group .inputs input[type=text], .page-component .input-group .inputs input[type=text], .vex .input-group .inputs input[type=email], .page-component .input-group .inputs input[type=email], .vex .input-group .inputs input[type=submit], .page-component .input-group .inputs input[type=submit] {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  font-style: normal;
  font-family: 'Segoe UI';
  height: 35px;
  min-height: 30px;
  width: 100%;
}

.page-component .input-group .inputs input[type=email], .page-component .input-group .inputs input[type=number], .page-component .input-group .inputs input[type=password], .page-component .input-group .inputs input[type=text], .page-component .input-group .inputs input[type=url], .page-component .input-group .inputs textarea, .page-component .input-group .inputs select, .page-component .input-group .inputs .input-prepend .add-on {
  border-radius: 0;
  border-width: 0 0 1px 0;
  border-color: #000;
  font-weight: normal;
  color: #000;
  text-shadow: none;
  background: transparent;
  box-shadow: none;
  height: 36px;
	width: 100%;
}
.page-component .input-group .inputs input[type=email]::placeholder, .page-component .input-group .inputs input[type=number]::placeholder, .page-component .input-group .inputs input[type=password]::placeholder, .page-component .input-group .inputs input[type=text]::placeholder, .page-component .input-group .inputs input[type=url]::placeholder, .page-component .input-group .inputs textarea::placeholder, .page-component .input-group .inputs select::placeholder, .page-component .input-group .inputs .input-prepend .add-on::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 1;
  /* Firefox */
}
.page-component .input-group .inputs input[type=email]:-ms-input-placeholder, .page-component .input-group .inputs input[type=number]:-ms-input-placeholder, .page-component .input-group .inputs input[type=password]:-ms-input-placeholder, .page-component .input-group .inputs input[type=text]:-ms-input-placeholder, .page-component .input-group .inputs input[type=url]:-ms-input-placeholder, .page-component .input-group .inputs textarea:-ms-input-placeholder, .page-component .input-group .inputs select:-ms-input-placeholder, .page-component .input-group .inputs .input-prepend .add-on:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
}
.page-component .input-group .inputs input[type=email]::-ms-input-placeholder, .page-component .input-group .inputs input[type=number]::-ms-input-placeholder, .page-component .input-group .inputs input[type=password]::-ms-input-placeholder, .page-component .input-group .inputs input[type=text]::-ms-input-placeholder, .page-component .input-group .inputs input[type=url]::-ms-input-placeholder, .page-component .input-group .inputs textarea::-ms-input-placeholder, .page-component .input-group .inputs select::-ms-input-placeholder, .page-component .input-group .inputs .input-prepend .add-on::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ccc;
}

.vex .input-group .inputs textarea, .page-component .input-group .inputs textarea, .page-component .input-group .inputs select, .page-component .input-group .inputs select, .vex .input-group .inputs input[type=text], .page-component .input-group .inputs input[type=text], .vex .input-group .inputs input[type=email], .page-component .input-group .inputs input[type=email], .vex .input-group .inputs input[type=submit], .page-component .input-group .inputs input[type=submit] {
/*   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  font-style: normal; */
  height: 35px;
  min-height: 30px;
  width: 100%;
}
.vex .input-group .inputs textarea::placeholder, .page-component .input-group .inputs textarea::placeholder, .page-component .input-group .inputs select::placeholder, .page-component .input-group .inputs select::placeholder, .vex .input-group .inputs input[type=text]::placeholder, .page-component .input-group .inputs input[type=text]::placeholder, .vex .input-group .inputs input[type=email]::placeholder, .page-component .input-group .inputs input[type=email]::placeholder, .vex .input-group .inputs input[type=submit]::placeholder, .page-component .input-group .inputs input[type=submit]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 1;
  /* Firefox */
}
.vex .input-group .inputs textarea:-ms-input-placeholder, .page-component .input-group .inputs textarea:-ms-input-placeholder, .page-component .input-group .inputs select:-ms-input-placeholder, .page-component .input-group .inputs select:-ms-input-placeholder, .vex .input-group .inputs input[type=text]:-ms-input-placeholder, .page-component .input-group .inputs input[type=text]:-ms-input-placeholder, .vex .input-group .inputs input[type=email]:-ms-input-placeholder, .page-component .input-group .inputs input[type=email]:-ms-input-placeholder, .vex .input-group .inputs input[type=submit]:-ms-input-placeholder, .page-component .input-group .inputs input[type=submit]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
}
.vex .input-group .inputs textarea::-ms-input-placeholder, .page-component .input-group .inputs textarea::-ms-input-placeholder, .page-component .input-group .inputs select::-ms-input-placeholder, .page-component .input-group .inputs select::-ms-input-placeholder, .vex .input-group .inputs input[type=text]::-ms-input-placeholder, .page-component .input-group .inputs input[type=text]::-ms-input-placeholder, .vex .input-group .inputs input[type=email]::-ms-input-placeholder, .page-component .input-group .inputs input[type=email]::-ms-input-placeholder, .vex .input-group .inputs input[type=submit]::-ms-input-placeholder, .page-component .input-group .inputs input[type=submit]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ccc;
}

.vex .input-group .inputs textarea, .page-component .input-group .inputs textarea, .vex .input-group .inputs select, .page-component .input-group .inputs select, .vex .input-group .inputs input, .page-component .input-group .inputs input {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-style: normal;
  border: 1px solid #ccc;
  display: block;
  margin-bottom: 16px;
  vertical-align: middle;
  padding: 4px 6px;
  color: #555555;
}

.vex input, .page-component input, .vex select, .page-component select, .vex textarea, .page-component textarea {
  font-size: 18px;
  line-height: 20px;
}

.vex input, .page-component input, .vex select, .page-component select {
  vertical-align: middle;
}

.component-form .input-label {
  display: none !important;
}

.component-form .close_form {
  width: 24px;
  height: 24px;
  background-color: #104392;
  border-radius: 100%;
  margin: -45px 0 0 0;
  float: right;
  transition: all 0.3s ease;
  cursor: pointer;
}

.bg-home {
	margin: 0 auto 0 auto;
	padding: 0;
}

.page-component .input-group.type-checkbox .inputs input {
  cursor: pointer;
  float: left;
  margin: 4px 0 0 0px;
}


.page-component .input-group.type-checkbox .inputs {
  text-align: left;
  margin-top: 0px;
}
.page-component .input-group.type-checkbox .inputs input {
  display: inline-flex;
  margin-top: 0px;
  margin-right: 10px;
}
.page-component .input-group.type-checkbox .inputs label {
  display: inline-flex;
}

.input-group.type-html {
  padding-bottom: 10px;
  font-size: 12px;
  text-align: center;
  line-height: normal;
}

.input-group.type-registro {
  padding-bottom: 10px;
  font-size: 12px;
  text-align: center;
  line-height: normal;
	color: #868686;
    font-family: 'Segoe UI';
}

.page-component input.participa {
    width: fit-content !important;
    height: auto !important;
    font-weight: 500;
    outline: 0;
    font-size: 35px;
    padding: 1.8rem 4rem !important;
    border-radius: 3.5rem !important;
    color: #fff !important;
    margin: 0 auto;
    border: 0 !important;
    background: linear-gradient(to right, #1c438c, #4a90e2, #1c438c);
    border: 2px solid #fff !important;
}

.component-form .type-birthday .input-label {
  display: block !important;
  width: 100% !important;
  font-size: 12px !important;
  padding-left: 10px !important;
  min-height: 25px !important;
}

.component-form .close_form::after {
  content: "×";
  text-align: center;
  width: 24px;
  height: 22px;
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
	color:#fff;
	margin-block-start: -0.161rem;
}

.component-form .type-birthday .input-label {
  display: block !important;
  width: 100% !important;
  font-size: 18px !important;
  /* padding-left: 10px !important; */
  min-height: 25px !important;
}



@media screen and (min-width: 520px) {
  .vex .input-group .input-label, .page-component .input-group .input-label, .vex .input-group .input-label.no-label, .page-component .input-group .input-label.no-label {
    font-size: 14px;
    line-height: 20px;
    color: inherit;
    display: table-cell;
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    padding-right: 20px;
    text-align: left;
    width: 30%;
    min-height: 1px;
  }

  .vex .input-group .input-label, .page-component .input-group .input-label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding-left: 0px;
    font-weight: bold;
    margin-bottom: 4px;
    width: auto;
  }
}
.input-group.type-birthday .input-label {
  padding-left: 0px !important;
  margin-top: 10px;
  margin-bottom: 4px;
  height: 15px;
  line-height: 15px;
  font-size: 15px;
  min-height: 16px !important;
	font-weight: 500;
    float: left;
}

.page-component .input-group .inputs select, .page-component .input-group .inputs .input-prepend .add-on {
  border-width: 0 0 1px 0;
  border-color: #000;
  font-weight: 400;
  color: #000;
  text-shadow: none;
  background: transparent;
  box-shadow: none;
  height: 36px;
}

.type-htmllegal-block p {
    margin-top: -14px;
    color: transparent;
    background: transparent;
    pointer-events: none;
}

.page-component .input-group .inputs input[type=email] {
  margin-bottom: 10px;
}

.logo-cadena {
  left: 0px;
  position: absolute;
  width: 200px;
}

.hamb-menu {
  display: none;
}

@media screen and (max-width: 520px) {
	.open-menu{
		left: 0% !important;
	}
  .logo-cadena {
    width: 100px;
    position: absolute;
    left: 10px;
  }

  .nav .group-redes {
    left: 120px;
  }

  .nav {
  }

  .nav ul {
    width: 75%;
    height: 100%;
    left: -100%;
    margin: 0;
    position: fixed;
    z-index: 10;
    padding: 10% 0;
    background-color: rgba(0, 0, 0, 0.9);
    /*  border-right: 1px solid #aa853a;*/
    left: -100%;
    transition: all 0.3s ease;
    flex-direction: column;
    margin-top: -20px;
  }
  .nav ul li {
    margin-top: 10px;
  }
	.img-side{
		width: 32vw !important;
		top: 5rem !important;
	}

}
@media screen and (max-width: 320px) {
	.page-component .input-group.type-checkbox .inputs label{
		display:block;
	}
  .home-inicio .img-logo {
    margin-bottom: 1px;
    margin-top: 0px;
  }

  .home-inicio .mecanica {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .home-inicio .mecanica h2 {
    font-size: 27px;
    margin-bottom: 15px;
  }

  .home-premios h2 {
    padding-top: 0px;
	  padding-bottom:0px;
  }
	.home-inicio h3{
		    font-size: 17px;
	}
	.home-inicio .mecanica h4{
		    line-height: 16px;
	}
}
@media screen and (min-width: 520px) and (max-width: 770px) {
	a {
		color:#fff;
	}
	.open-menu{
		left: 0% !important;
	}
/* 	 {
    background-position: center;
    background-size: auto 200vw;
    background-repeat: no-repeat;
  } */

  .logo-cadena {
    width: 100px;
    position: absolute;
    left: 10px;
  }
	
	

  .nav .group-redes {
    left: 120px;
  }

  .hamb-menu {
    display: inline-block;
    width: 40px;
    right: 0px;
    position: absolute;
  }

  .nav {
    
  }

  .nav ul {
    width: 75%;
    height: 100%;
    left: -100%;
    margin: 0;
    position: fixed;
    z-index: 10;
    padding: 10% 0;
    background-color: rgba(0, 0, 0, 0.9);
    /*  border-right: 1px solid #aa853a;*/
    left: -100%;
    transition: all 0.3s ease;
    flex-direction: column;
    margin-top: -20px;
  }
  .nav ul li {
    margin-top: 10px;
  }

  .component-form {
    width: 100% !important;
/*     margin: 0 auto !important;
    left: unset; */
  }

  body {
    background-position: center;
  }

}
input.participa {
  box-shadow: inset 0px 1px 0px 0px rgba(81,16,16,0);
  background-color: transparent;
  border-radius: 19px;
  border: 1px solid rgb(81,16,16);
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: 'Barlow' !important;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 62px;
  text-decoration: none;
}

/*input.participa:hover {
	background-color: #000;
	color: #fff !important;
} */

input.participa:active {
  position: relative;
  top: 1px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/*# sourceMappingURL=style.css.map */

.img-side {
    position: absolute;
    top: 26%;
    left: 54%;
    width: 30vw;
    max-width: 50rem;
}

.home-final h2.mecanica{
	color: #104392;
    font-size: clamp(2.8125rem, 1.8834rem + 2.973vw, 4.1875rem);
    line-height: 1.2;
    font-family: Montserrat;
    padding: 0;
    margin: 2em 0;
    font-weight: bold;
    margin: 0;
    text-align: center;
}
.home-final h3{
	margin: 0;
    font-size: 2.5rem;
    color: #000;
    font-family: 'Backwards';
}
    

::-webkit-scrollbar-thumb {
    background-color: #104392;
    border-radius: 20px;
}
::-webkit-scrollbar {
    width: 16px;
    height: 5px;
    background-color: transparent;
    border: 1px solid #104392;
    border-radius: 20px;
}
select option {
    background: #fff;
}
.home-premios h2{
padding-top:0px;	
}
.logo-cadena{
	
  
    max-height: 14vh;
    max-width: 200px;
    width: auto;
}
@media screen and (max-width: 520px) {
	a {
		color:#fff;
	}
	.logo-cadena{
		max-height: 50px;
	}
}
/* .home-inicio .mecanica{
	    margin-top: 10px;
    margin-bottom: 10px;
} */

#boleta_id{
/* 	width:calc(100% - 30px); */
    display: inline-block;	
}
.info-img{
	    width: 20px;
    line-height: 30px;
    margin-left: 10px;
    margin-bottom: 5px;
	cursor:pointer;
}
.show-info-boleta{
	display:none;
	width: 200px;
    padding-top: 20px;
    margin: 0 auto;
}
.show-info-boleta img{
	    margin-top: 20px;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile + label {
    font-size: 1.5rem;
    font-family: 'Segoe UI';
    color: #fff;
    display: inline-block;
    background: linear-gradient(45deg, #104392, #104392, #104392);
    padding: 12px 10px;
    border-radius: 10px;
    margin: 0.5em 0 1.5em 0;
}
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color:rgba(255,0,0,0.8);
}

.inputfile + label {
	cursor: pointer; /* "hand" cursor */
}
.inputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}
.home-premios .img-logo{
	    width: 100px;	
}
.home-premios h2 {
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: clamp(3rem, 1.6486rem + 2.0243vw, 5rem);
    font-family: 'Barlow';
    font-weight: 500;
    text-transform: none;
    color: #fff;
    line-height: 1.3;
}

@media screen and (min-width: 370px) and (max-width: 520px) {
	.home-premios .premio-principal img{
		    max-height: 120px;
	}
	.home-premios .img-logo{
		    width: 120px;
	}
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccc;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #ccc;
}

.rowprint{
	flex-direction: row;
    display: flex;
	align-items: center;
    margin-bottom: 6px;
	min-height:32px;
}
.rowprint >div:last-child{
	font-size: 13px;
    line-height: 16px;
}
.rowprint .cant{
	color: #990000;
	    min-width: 35px;
	    font-size: 25px;
}
.group-gan-secundario{
	padding-top:10px;
}
.none_marker::marker{
	color:transparent;
}
.pie-pagina img{
	width:350px;
}
/*
.home-premios,.home-bases, .home-productos  {
	max-height: 45rem;
    height: 100%;
}
 .main-area{
	width:420px;
	    min-height: 280px;
} */
.home-inicio .mecanica h3{
	font-size:24px;
}
/* .home-inicio .mecanica{
	margin-top:0px;
	margin-bottom:0px;
} */

@media only screen and (max-width:600px){
	body {
		
	}
	.image-home-mobile {
		display: block;
	}
	.image-home {
		display: none;
	}
	#post-3{
		margin: 0 auto 0 auto;
	}
	.home-premios .img-logo{
		width: 180px;
    margin-bottom: 20px;
	}
	.home-inicio .mecanica h3{
		font-size:18px;
	}
	
	.main-area {
		
	}
	.productos {
		flex-direction: column;
	}
	.img-logo {
		margin-top: 2rem;
	}
	.mecanica img {
		width: 85vw;
        margin-inline: auto;
	}
	.home-inicio button.participa {
		margin-block-start: 0rem;
	}
}
@media (max-width:768px){
	.main-area {
		max-width: 60rem;
		border-radius: 40px;
	}
	.producto_descripcion {
		flex-direction: column;
	}
	
	.producto_descripcion .column {
    	width: 100%;
    	justify-content: center;
   	 	padding-block: 0 4rem;
    	gap: 2rem;
	}
	.producto_descripcion .border {
    	
	}
	.pro-image {
   	   
	}
	.producto_descripcion {
		padding-block: 0 !important;
	}
	.home-productos > * {
		border-bottom: none !important;
	}
	.home-productos > p {
    	border-bottom: 2px solid #e4ca9d !important;
    	padding-block-end: 2rem !important;
	}
	/*.mobile-premio, .img-side-right {
		display: block;
		top: -6%;
	} */
	.img-side-right {
    display: none;
}

}
/* .img-side.img-side-left{
	    max-width: 40vw;
} */
.premhome{
	margin-bottom:10px;
}
.premhome img{
	max-width:140px;
	display:inline-block;
}
.premio-principal .rowprint{
	    flex-direction: column;
	
}
/* .home-age {
    min-height: 150px !important; 
	height: auto !important;	
	
} */

@media screen and (max-width: 520px){
	.nav li:after{
		display:none;
	}
	
}

.nav ul li a {
	font-size: clamp(1.875rem, 0.1375rem + 2.5vi, 4.3rem);
    font-family: Barlow;
    font-weight: 600;
    color: #fff;
}
.participa__text {
	position: absolute;
    left: clamp(-0.5rem, -19.5rem + 11.2vw, 8.5rem);
    top: 52.5%;
    color: hsl(0, 0%, 100%);
    text-align: center;
	width: 33%;
}
.participa__text h2 {
	font-size: clamp(3.5rem, 2rem + 2vw, 7.5rem);
    padding: 0;
    margin: 0;
    line-height: 1;
    font-family: 'Backwards';
}
.participa__text p {
	font-size: clamp(2.5rem, 0.8333rem + 1.6667vw, 5rem);
	font-family: 'Backwards';
	line-height: 1;
    width: 80%;
    margin: 0.3em auto;
    text-align: center;
}
.dinamica {
	color: #1D1D1B;
	font-family: "Arial Narrow";
	font-size: 14.3px;
	font-weight: 400;
	text-align:center;
	margin: 0 0 7.75rem 0;
	display: none;
}

@media (max-width:1250px){
	.h4_footer h4 {
		font-size:36.5px;
	}
/* 	.participa__text {
		right:0;
		font-size:30px;
	} */
}

@media (width <= 1200px) {
	.home-inicio .mecanica h2 {
		text-wrap: wrap;
	}
}

@media (width <= 888px) {
	.component-form::after {
      bottom: -7rem;
      left: 0;
      transform: none;
	  font-size: 1rem;
	  text-wrap: wrap;
      line-height: 1.5;
	}
}

@media (max-width:500px){
	.h4_footer h4 {
		font-size:25px;
	}
	.main-area {
		padding:30px 16px 10px 16px;
	}
}
.terms {
	color:#104392;
}
.input-group input::placeholder {
	color:#000 !important;
}
.input-group input:focus::placeholder{
	color:#fff !important;
}
.logo_lipton {
	max-width: 78px;
    width: 5vw;
}
.logo_mcColins {
    max-width: 150px;
    width: 10vw;
}
.span1 {
    font-family: "Playtime With Hot Toddies";
    transform: rotate(45deg);
	font-size: 49px;
}
.span2 {
    font-family: "Eveleth";
    font-size: 28px;
}
.participa__text div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3em;
}
.home-productos > p {
    font-weight: 600;
    font-size: clamp(3rem, 1.6125rem + 2.168vi, 4rem);
    font-family: 'Gotham';
    color: #b8ac84;
    text-transform: uppercase;
    text-align: center;
    margin: 1rem 0 0 0;
	padding-block-end: 4rem;
}
.home-productos h2 {
	display: none;
	padding: 0;
    margin-top: 0;
    margin-bottom: 2px;
    font-size: clamp(3rem, 1.6486rem + 4.3243vw, 5rem);
    font-family: 'Backwards';
    color: hsl(164, 85%, 18%);
    text-transform: uppercase;
}
.home-productos a {
	color:#000;
}
.home-productos a:hover, .home-productos a:focus {
	color: hsl(146, 93%, 22%);
}
.home-bases h2 {
    font-size: clamp(3rem, 1.6125rem + 2.168vi, 4.3rem);
    font-family: 'Barlow';
    font-weight: 600;
    color: #104392;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 0;
    margin: -1.5rem 0 2rem 0;
}

.chorizos {
	position: absolute;
    max-width: 24rem;
    width: 14vw;
    left: 8%;
    top: 4%;
}

.img-side-right{
	
}
.img-side.img-side-left{
	/*height: 100%; */
}
.text_right img{
    /*max-width: clamp(37.5rem, 24.375rem + 35vi, 90rem);*/
	max-width: 90rem;
    width: 50vw;
}
.premios_subtitle {
	color: #fff;
    font-size: clamp(2.25rem, 0.8693rem + 2.1574vi, 4.375rem);
    font-family: 'Gotham';
	font-weight: 500;
    text-align: center;
    line-height: 1.3;
    margin: 0;
}
.premios_parrilla {
	display: flex;
    justify-content: center;
    color: hsl(164, 85%, 18%);
    font-family: 'Backwards';
    font-size: 2rem;
	line-height: 1.1;
    text-align: center;
	margin: -0.8em 0 0 0;
}
.doble_linea1 {
	width: 40%
}
.doble_linea2 {
	width: 90%
}
.premios_parrilla span{
	width: 30%;
    text-align: center;
    line-height: 1.2;
	text-wrap: balance;
}
.octogonos {
    position: absolute;
    top: 50%;
    right: 50%;
    translate: 50% -50%;
    max-width: 180rem;
    width: 100%;
	height: 100%;
}
.pregunta {
	display: block;
    font-weight: normal;
    font-family: 'Calibri';
    color: #000;
    font-size: 1.4rem;
    text-align: left;
    margin: 0.5em 0 0 0;
}
.pregunta span {
    margin: 0 5px;
}
.preguntas_text [type='text']{
	margin: -10px 0 10px 0 !important;
}
.terminos {
	color: #868686;
    font-family: 'Segoe UI';
	text-align: left;
	font-size: 1.2rem;
}
.terminos [type='checkbox']{
	margin-right: 5px;
}
.main-area.transparent {
  background: transparent !important;
}
.producto_descripcion img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}
.producto_descripcion p, .producto_descripcion li {
    color: #fff;
    text-align: center;
    font-size: clamp(2.25rem, 0.8693rem + 1.6574vi, 3.5rem);
    font-weight: 500;
    font-family: 'Gotham';
    margin-bottom: 0;
}
.producto_descripcion h4 {
    font-size: 3rem;
    color: hsl(0, 0%, 26%);
    font-family: 'Backwards';
    text-align: left;
    text-transform: uppercase;
}
.producto_descripcion {
    display: flex;
    justify-content: center;
    gap: 8em;
	padding-block: 4rem;
}
.home-bases .tc_subititle strong{
	font-size:2rem !important;
	margin-top: .5em;
}
.premios_descpr {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.premios_descpr div {
	flex: 1;
	display: flex;
    flex-direction: column;
    align-items: center;
}

.home-final {
    height: 20rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.increibles__premios {
	text-transform: uppercase;
	font-weight: 600;
    font-size: clamp(3.25rem, 2.4863rem + 1.1933vi, 4.5rem);
}
.home-inicio *+* {
    margin-top: 0.5em;
}

.derechos_reservados {
	position: absolute;
	left:50%;
	bottom: 0.8rem;
	transform: translateX(-50%);
}
.derechos_reservados h2 {
	color: #fff;
	font-size: 1.5rem;
	text-align:center;
	margin: 0;
    padding: 0;
}

.no-formatting {
      -webkit-touch-callout: none;
      user-select: none;
}

.no-formatting a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
.home-bases p, .home-bases li {
    font-size: 1.95rem !important;
    text-wrap-style: pretty !important;
    text-align: left;p: balance;
}

.home-final img{
	display: none;
}

@media (width <= 600px) {
	.image-home2 {
    	width: 54vw !important;
    	margin: 1rem 0;
    }
	.image-home1 {
		width: 34vw;
	}
	.logoheader {
        padding-block: 0 4rem !important;
	}
	.home-bases p, .home-bases li {
    	font-size: 1.4rem !important;
	}
}

@media (width <= 1250px) {

	.participa__text {
		width: 32%;
	}
}

@media (width <= 1800px) {
	
}
@media (width <= 1550px) {
	.img-side.img-side-left {
		
	}
	.img-side {
    	
	}
	.home-productos h2 {
		font-size: 3rem;
	}
	.producto_descripcion h4 {
		font-size: 2rem;
	}
	/*.home-productos, .home-bases, .home-inicio {
    	max-height: 28rem;
	}
	.home-premios {
		max-height: 27.2rem;
	}
	.home-premios .premio-principal img {
    	max-height: 90px;
	}*/
	/*.img-logo {
    	width: 21rem;
    	margin-bottom: 3em;
	}*/
	.doble_linea1 {
		width: 50%
	}
	.derechos_reservados {
		bottom: 0.5rem;
	}
}
@media (max-width:770px){
	.participa__text {
		display:none;
	}
	.img-logo {
    	width: 80vw;
	}
	.octogonos {
    /*top: 2%;
    width: 16rem; */
	}
	.chorizos {
    width: 35vw;
        left: 50%;
        translate: -50% 0;
	}
	.nav ul {
    list-style: none;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-flex;
    padding-left: 0px;
    gap: 2em;
	background-image: none;
		background-color: #104392;
		    top: 20%;
		justify-content: flex-start;
	}
	.nav ul li a {
      font-size: 2.5rem;
      font-family: 'Barlow';
      color: #fff;
      line-height: 1.5;
	}
	.nav ul li {
		border-right: none !important;
	}
	.premios_parrilla span {
		width: 40%;
	}
	.home-inicio .mecanica h2 {
		padding-top: 2rem;
	}
	body {
		background-image: url("/wp-content/uploads/2025/08/background-mobile.webp") !important;
		flex-direction: column;
	}
	.wrapper {
		padding: 10rem 0 12rem 0;
	}
	.text_right {
		text-wrap: balance;
	}
	.text_right span {
		display: inline;
	}
	.home-inicio .mecanica h2 {
		line-height: 1.5;
	}
	.derechos_reservados {
    	bottom: 0;
    	width: 100%;
	}
	.derechos_reservados h2 {
		font-size: 1rem;
	}
	.productos li {
		font-size: 2rem;
    	border-right: none !important;
    	padding: 1rem 0 0.5rem 0;
    	margin: 0;
		border-bottom: 1px solid #cf983e !important;
		max-width: 15.7rem;
    	width: 100%;
	}
	.productos li:last-child {
			border-bottom: none !important;
	}
}
@media (max-width: 600px) {
	.home-inicio .mecanica h2 {
		font-size: 2.5rem;
		padding: 0;
	}
	.home-inicio button.participa {
		font-size: 2.2rem;
	}
	.component-form h3 {
		font-size: 2.5rem;
	}
	.home-productos p {
    	font-size: 2.3rem;
	}
	.home-bases h2 {
    	font-size: 2.6rem;
	}
	.premios_parrilla {
		font-size: 1.6rem;
	}
	.premios_subtitle {
    	font-size: 2rem;
	}
	.home-premios {
    	
	}
	.home-bases, .home-inicio {
    	max-height: max-content;
		
	}
	.home-inicio { 
		margin-block-start: -5rem;
	}
	.home-productos {
		padding: 0;
	}
	.producto_descripcion h4 {
    	font-size: 1.5rem;
	}
	.producto_descripcion {
		gap: 2em;
	}
	.component-form {
        top: 0;
		transform: translate(-50%, 0);
        padding-inline: 20px !important;
        padding-block-end: 1rem !important;
    }
	.increibles__premios {
		text-transform: uppercase;
		font-size: 3rem;
	}
	.octogonos {
    	/*width: 30vw;
    	top: 1.5rem;
    	right: 2%; */
	}
	.text_right img {
		width: 85vw;
	}
	body {
		background-position: top;
    	justify-content: flex-start;
	}
	.hamb-menu {
        display: inline-block;
        width: 35px;
        right: 9px;
        top: 5.5rem;
        position: absolute;
    }
	.premios_descpr div {
    	margin: 1em 0 0 0;
	}
	.home-premios .premio-principal img {
    	max-height: 100px;
	}
	.premio-image2 {
		display: none;
	}
	.premio-image-oculto {
		display: block;
		margin-block-start: 4rem;
	}
	.home-premios strong {
		font-size: 3.8rem !important;
	}
	.home-premios .premio-principal {
		height: 100%
	}
	.home-premios .premios_subtitle img {
		width: 45vw;
	}
	.premios-img {
    	top: 2rem !important;
    	width: 45vw !important;
		left: -7% !important;
	}
	.home-bases > h3 {
    font-size: 1.8rem;
    margin-block-end: 2rem;
    margin-block-start: 1rem;
    text-align: center;
}
	.home-premios h3 {
    justify-content: space-around;
	}
	.column2 {
    width: 50%;
}
	.inputfile + label {
        font-size: 1.8rem;
        margin-block: 1rem;
    }
	.bg-home {
		padding: 30px 0 10px 0;
	}
}

@media (width <= 1336px) {
	.premios-img {
		left: -8%;
	}
}
@media (width <= 1160px) {
	.premios-img {
		top: -5rem;
		left: -12%;
	}
}
@media (width <= 1024px) {
	.premios-img {
		top: -2rem;
	}
}
@media (width <= 420px) {
	.premios-img {
		top: 7rem !important;
	}
}
.overlay {
	display: none;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	inset: 0;
	background-color: #1c438c;
    opacity: 0.50;
    z-index: 10;
}
.image-home {
    max-width: 100rem;
    width: 100%;
}
.mecanica {
    width: 100%;
	margin: -3rem 0 0 0;
}
.container-images-premios {
	padding: 0;
	border: 4px solid #fff;
    border-radius: 2.5rem;
	margin-block: 4rem 0;
}
.images-premios {
    display: flex;
    align-items: center;
    justify-content: center;
	gap: 7rem;
	margin-block: 4rem 0;
	
	& figure {
		position: relative;
	}
	& figure figcaption {
		font-size: 4rem;
        font-family: monospace;
        font-weight: bolder;
		margin-block-start: 2.8rem;
	}
	
	& figure:not(figure:last-child)::before {
		content: '';
        position: absolute;
        width: 6px;
        height: 73px;
        top: 50%;
        right: -15%;
        translate: 0 -80%;
        background-color: #b8ac84;
        border-radius: 1rem;
	}
}
.btn-arrow-left, .btn-arrow-right  {
    background: none;
    border: none;
}
.arrows {
    position: absolute;
    width: 96%;
    top: 50%;
    left: 50%;
    translate: -50% -30%;
    display: flex;
    justify-content: space-between;
}

option:hover, option:checked, option:focus {
  background-color: #104392;
  color: #fff; /* Color del texto en el fondo personalizado */
}
/*.home-productos::after {
    position: absolute;
    content: 'TOMAR BEBIDAS ALCOHOLICAS EN EXCESO ES DAÑINO';
    bottom: 2rem;
    left: 50%;
    translate: -50% 0;
    color: #fff;
    font-size: clamp(3rem, 1.6125rem + 2.168vi, 3.5rem);
    text-align: center;
    width: 72%;
    border-top: 2px solid #b8ac84;
}*/
.home-inicio, .home-preguntas, .home-bases, .home-productos, .home-premios, .component-form {
	opacity: 0;
	animation: fade-in 500ms ease forwards;
}

.home-bases {
	 ol {
    counter-reset: item;
  }
  
  /* Estilo para la numeración principal */
  ol > li {
    counter-increment: item;
    list-style-type: none;
    position: relative;
    padding-left: 1.5em;
  }

  ol > li::before {
    content: counter(item) ". ";
    position: absolute;
    left: 0;
  }
  
  /* Estilo para la numeración de sublistas */
  ol ol {
    counter-reset: subitem;
  }
  
  ol ol > li {
    counter-increment: subitem;
    list-style-type: none;
    position: relative;
    padding-left: 2.5em;
  }

  ol ol > li::before {
    content: counter(item) "." counter(subitem) " ";
    position: absolute;
    left: 0;
  }
}
@keyframes fade-in {
	to {
		opacity: 1;
	}
}
@media (max-width: 900px) {
	.container-images-premios {
    	padding: 0rem 3rem 3rem;
	}
	.images-premios {
		flex-direction: column;
		justify-content: flex-start;
        max-height: 40rem;
        overflow-y: scroll;
		gap: 4rem;
		
		& figure:not(figure:last-child)::before {
        content: '';
        position: absolute;
        width: 3px;
        height: 72px;
        top: 52%;
        right: 50%;
        rotate: 0.25turn;
        translate: 0 85%;
        background-color: #b8ac84;
        border-radius: 1rem;
		}
		& figure figcaption {
			font-size: 3rem;
        	margin-block-start: 1.5rem;
		}
		& img {
    		max-width: 16rem;
		}
    
	}
	
}
@media (width <= 1345px) {
	.home-productos .column1, .home-productos .column2 {
    padding: 3rem 0rem 6rem 0rem;
	}
}
@media (width <= 770px) {
	.bg-main-noBorder {
		padding: 0;
	}
	.home-productos {
		flex-wrap: wrap;
	}
	.home-productos .column1, .home-productos .column2 {
    	flex-basis: 100%;
	}
	
	.home-productos .slider img {
    	width: 50vw;
	}
	
	.btn-arrow-left, .btn-arrow-right {
    	max-width: 3rem;
	}
}
@media (max-width: 600px) {
	.home-productos .column1, .home-productos .column2 {
    	& h2 {
        	font-size: 2rem;
    	}
		& p {
        	font-size: 2rem;
    	}
		
	}
	.home-productos .column2 {
		
		& img {
        	max-width: 42rem;
        	width: 60vw;
    	}
	}
	.home-productos::after {
    bottom: -2rem;
    font-size: 2rem;
	}
	.home-bases ol {
    padding-inline: 1rem 0;
	}
}

.formsapp-popup.open {
    padding-inline: 1.5rem;
}