 
body {font: 13px Helmet, Freesans, sans-serif;}
body, select, input, textarea {color: #333;}
a {color: #222;}
a:hover {color: #222;}
::-moz-selection{background: #fff; color: #222; text-shadow: none;}
::selection {background: #fff; color: #222; text-shadow: none;} 
a:link {-webkit-tap-highlight-color: #fff;} 
ins {background-color: #fff; color: #000; text-decoration: none;}
mark {background-color: #fff; color: #000; font-style: italic; font-weight: bold;}
input:-moz-placeholder { color:#666; }
textarea:-moz-placeholder { color:#666; }



header {
    /*background: url(../images/header.jpg) center center / contain no-repeat;*/
}

header .header_desk {
    
}

header .header_desk:before {
    content: " ";
    display: block;
    padding-top: 39.0625%;
}

header .header_desk .header_info {
    width: 58.33%;
    height: 100%;
    background: url(https://media.elgourmet.com/downloads/page/header-web-2022.png) right center / cover no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
  display: none;
}

#como_participar {
    padding: 6vw 0 4vw;
}

#como_participar .st {
    position: relative;
    margin: 0 0 4em;
}

#como_participar .st .st_top {
    background: url(https://media.elgourmet.com/downloads/page/st-top.svg) center center / contain no-repeat;
    width: 9.47vw;
    margin: 0 auto 1vw;
    display: block;
}

#como_participar .st .st_top:before {
    content: " ";
    display: block;
    padding-top: 35.16483516483516%;
}

#como_participar .st .st_bottom {
    background: url(https://media.elgourmet.com/downloads/page/st-bottom.svg) center center / contain no-repeat;
    width: 3.95vw;
    display: block;
    margin: 0 auto;
}

#como_participar .st .st_bottom:before {
    content: " ";
    display: block;
    padding-top: 100%;
}

#como_participar .st .st_1 {
    color: #1d1d1b;
    font-family: 'HCo Gotham';
    font-weight: 900;
    text-align: center;
    font-size: 3vw;
    display: block;
    margin: 0 0 .5vw;
}

#como_participar .st .st_2 {
    color: #f1c631;
    font-family: 'HCo Gotham';
    font-weight: 900;
    text-align: center;
    font-size: 3.6vw;
    display: block;
    text-transform: uppercase;
    margin: 0 0 1vw;
}


#como_participar h2 {
    background: url(https://media.elgourmet.com/downloads/page/como-participar-2.svg
) center center / contain no-repeat;
    width: 46.09375vw;
    margin: 0 auto 3vw;
}

#como_participar h2:before {
    content: " ";
    display: block;
    padding-top: 9.378531073446328%;
}

#como_participar h2 span {
    opacity: 0;
}

#como_participar ul {
    list-style: none;
    margin: 0 auto;
    display: flex;
    width: 84vw;
}

#como_participar ul li {
    list-style: none;
    width: 20%;
    border-right: 1px solid #ccc;
}

#como_participar ul li:last-child {
    border-right: 0;
}

#como_participar ul li .n {
    font-family: 'HCo Gotham';
    font-weight: 900;
    background: #e60019;
    color: #fff;
    border-radius: 50%;
    width: 4vw;
    height: 4vw;
    position: relative;
    margin: 0 auto 1vw;
}

#como_participar ul li .n span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 2.6vw;
}




#como_participar ul li p {
    font-family: 'HCo Gotham';
    font-weight: 500;
    text-align: center;
    font-size: 1.2vw;
    margin: 0 1vw;
    line-height: 1.4em;
}

#como_participar ul li p strong {
    font-family: 'HCo Gotham';
    font-weight: 900;
}

#como_participar ul li p span {
    font-family: 'HCo Gotham';
    font-weight: 900;
    color: #e60019;
}

#como_participar ul li p a {
    font-family: 'HCo Gotham';
    font-weight: 900;
    color: #e60019;
    text-decoration: underline;
}



#como_participar .bottom_p {
    font-family: 'HCo Gotham';
    font-weight: 500;
    text-align: center;
    font-size: 1.6vw;
    margin-top: 3em;
}

#como_participar .bottom_p span {
    color: #ffc629;
    font-family: 'HCo Gotham';
    font-weight: 900;
}






#participa {
    background: url(https://media.elgourmet.com/downloads/page/form-bg.jpg) center center / 100% 100% no-repeat;
}

#participa .form_container {
    width: 86vw;
    margin: 0 auto;
    padding: 8vw;
    display: flex;
}

#participa .form_container .title,
#participa .form_container .form {
    width: 36%;
}

#participa .form_container .title {
    text-align: right;
    width: 24%;
}

#participa .form_container .title > span {
    color: #1a1a1a;
    font-family: 'HCo Gotham';
    font-weight: 900;
    display: block;
    font-size: 3vw;
    text-transform: uppercase;
}

#participa .form_container .title span .dots {
    color: #fff;
    font-family: serif;
    font-weight: 700;
    font-size: 3vw;
}

#participa .form_container .form p {
    margin: 0 0 .75vw;
    padding: 0;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 1.2vw;
    text-align: right;
}

#participa .form_container .form p input[type="text"] {
    margin: 0;
    padding: .25vw 1vw;
    border: 2px solid #ffbb00;
    font-size: 1.2vw;
    font-family: 'Roboto';
    font-weight: 300;
    width: 88%;
}

#participa .form_container .form p label {
    display: inline-block;
    vertical-align: middle;
    height: 1.2em;
}

#participa .form_container .form p label:before {
    display: inline-block;
    height: 100%;
}

#participa .form_container .form p label * {
    display: inline-block;
    vertical-align: middle;
}

#participa .form_container .form p label a {
    font-family: 'Roboto';
    font-weight: 500;
    text-decoration: underline;
}

#participa .form_container .form p label input[type="checkbox"] {
    border: 2px solid #1a1a1a;
}

#participa .form_container .form p button, 
#participa .form_container .form .btn.btn-primary.btn-lg
{
    margin: 0;
    padding: .25vw 3vw;
    border: 2px solid #ffbb00;
    color: #ffbb00;
    font-size: 1.2vw;
    font-family: 'Roboto';
    font-weight: 300;
    background: #000;
    border-radius: 30px;
    display: inline-block;
    vertical-align: middle;
    min-width: 40%;
}

#participa .form_container p.submit {
    vertical-align: middle;
    height: 3em;
    text-align: right;
}

#participa .form_container p.submit.hide {
    display: none;
}

#participa .form_container p.submit span.error_response {
    color: #ff0000;
    font-family: 'Roboto';
    font-weight: 500;
    width: 60%;
    display: none;
    vertical-align: middle;
    line-height: 1em;
    text-align: right;
    padding-right: 1em;
}

#participa .form_container p.submit span.error_response.active {
    display: inline-block
}

#participa .form_container p.submit_success {
    color: #000;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 1.4vw;
    display: none;
}

#participa .form_container p.submit_success.active {
    display: block;
}



fieldset.col-lg-12 {
  display: grid;
  grid-template-columns: 50% 50%;
}

#participa .form_container .form.form_x {
  width: 75% !important;
}

fieldset.col-lg-12 .form-group:first-child {
  display: none;
}

#participa #cableop {
	height: auto;
	box-shadow: none;
}

#participa .fll {
    float: none;
}

.form_x label {
    display: none;
}

.form_x #country {
    margin: 0;
height: 100%;
}

#participa .form_container .form-control {
    margin: 0;
    padding: .25vw 1vw;
    border: 2px solid #ffbb00;
    font-size: 1.2vw;
    font-family: 'Roboto';
    font-weight: 500;
}

.form-group label {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 1.5em;
}

#participa .checkbox {
    margin-top: 1em;
}

#rules {
    transform: scale(1.5);
    margin-right: 0.3em;
}


#participa .form_container .form-control::placeholder {
  font-weight: 400;
}

.checkbox label {
    display: block;
}

#participa .form-group {
	position: relative;
width: 88%;
margin-left: 12%;
}

#participa .vanadium-advice.vanadium-invalid:empty::after {
    content: 'Debes completar este campo';
}

#participa .vanadium-advice.vanadium-invalid {
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10pt;
    background-color: #000;
    display: block;
    max-width: 88%;
    margin-top: 0.2em;
    position: absolute;
    z-index: 9999;
    border-radius: 0.3em;
    padding: 0.2em 0.5em;
    top: -10px;
	right: -10px;
}


.contest_embed .message, .contest_embed .message_area {
  border: 5px solid #f4cf6f;
  width: 80%;
  margin: auto;
  padding: 1em;
  text-align: left;
  background-color: #fb0;
}

.contest_embed h2 {
  text-align: left;
}

.destacado_ttl_cont {
  font-size: 2.5em;
  text-transform: uppercase;
  padding: 1em 0;
font-weight: 700;
font-family: -apple-system,BlinkMacSystemFont,Roboto,"Segoe UI","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";  
}

#participa .contest_embed .message p, #participa .contest_embed .message_area p,  {
  text-align: left;
  margin-top: 1em;
}

.accept_token.label.label-danger {
  margin: 0;
  width: auto;
  padding-left: 0;
}

.rules a
{
    margin: 0;
    padding: .25vw 3vw;
    border: 2px solid #ffbb00;
    color: #ffbb00;
    font-size: 1.5em;
    font-family: 'Roboto';
    font-weight: 300;
    background: #000;
    border-radius: 30px;
    display: inline-block;
    vertical-align: middle;
}

.message p a, .message_area p a {
    text-decoration: underline;
}



.msg {
    padding-top: 0.5em;
    padding-bottom: 1.5em;
}

.pinterest_container {
    width: 80vw;
    margin: 4em auto;
}

.pinterest_container > span {
    flex: 1;
    max-width: none !important;
    min-width: none;
}







iframe {
    transition: opacity 500ms ease-in-out;
    transition-delay: 250ms;
}

.modal-dialog {
   max-width: 50vw;
}


/* Media queries
-------------------------------------------------------------------------------*/
@media (max-width: 1024px) {
  .modal-dialog {
    max-width: none;
  }
}


@media screen and (max-width: 678px) {



    header {
        /*background: url(https://media.elgourmet.com/downloads/page/header-m.jpg) center center / contain no-repeat;*/
        
    }

    header:before {
        
    }
    
    
    header .header_desk {
        
    }
    
    header .header_desk:before {
        content: "";
        padding-top: 0;
        display: none;
        
    }
    
    header .header_desk .header_info {
        width: 100%;
        height: auto;
        background: url(https://media.elgourmet.com/downloads/page/header-m-3-2022.jpg) center center / cover no-repeat;
        position: relative;
        z-index: 999;
        display: none;
    }
    
    header .header_desk .header_info:before {
        content: " ";
        padding-top:  78.94736842105263%;
        display: block;
    }
    
    header .header_desk .youtube-background {
        position: relative !important;
        height: auto !important;
    }
    
    header .header_desk .youtube-background:before{
        content: " ";
        display: block;
        padding-top: 56.25%;
    }
header .header_desk .youtube-background iframe {
        transform: none !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
    }
    #como_participar {
        padding: 6vw 0 7vw;
    }

    #como_participar h2 {
        background: url(https://media.elgourmet.com/downloads/page/como-participar-2-m.svg) center center / contain no-repeat;
        width: 84vw;
        margin: 0 auto 3vw;
    }

    #como_participar h2:before {
        padding-top: 18%;
    }
    
    
    
    
    #como_participar .st {
        margin: 0 auto;
    }
    
    #como_participar .st .st_top {
        width: 17vw;
        margin: 0 auto 1em;
    }

    #como_participar .st .st_bottom {
        width: 10vw;
        margin: 0 auto;
    }

    #como_participar .st .st_1 {
        font-size: 1.6em;
        margin: 0 0 .5em;
    }

    #como_participar .st .st_2 {
        font-size: 1.7em;
        margin: 0 0 1em;
    }



    
    
    

    #como_participar ul {
        margin: 0 auto;
        display: block;
        width: 80vw;
		padding: 0;
    }

    #como_participar ul li {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #ccc;
        padding: 0 0 5vw;
        margin: 0 0 5vw;
    }

    #como_participar ul li:last-child {
        /*border-bottom: 0;*/
    }

    #como_participar ul li .n {
        width: 12vw;
        height: 12vw;
        margin: 0 auto 1vw;
    }

    #como_participar ul li .n span {
        font-size: 2.2em;
    }

    #como_participar ul li p {
        font-size: 1.2em;
        margin: 0 1vw;
        line-height: 1.4em;
    }
    
    

    
    
    
    #como_participar .bottom_p {
        font-size: 1.4em;
        margin-top: 1em;
    }

    #como_participar .bottom_p span {
        display: block;
    }




    #participa {
        background: url(https://media.elgourmet.com/downloads/page/form-bg-m.jpg) center center / 100% 100% no-repeat;
    }

    #participa .form_container {
        width: 80vw;
        margin: 0 auto;
        padding: 5em 8vw;
        display: block;
    }

    #participa .form_container .title,
    #participa .form_container .form {
        width: 100%;
    }

    #participa .form_container .title {
        text-align: left;
        line-height: 2.6em;
        margin-bottom: 2em;
    }

    #participa .form_container .title > span {
        font-size: 2.6em;
        
    }

    #participa .form_container .title span .dots {
        font-size: 1em;
        line-height: .1em;
    }

    #participa .form_container .form p {
        margin: 0 0 .75vw;
        padding: 0;
        font-size: 1.2em;
        text-align: right;
    }

    #participa .form_container .form-control {
        margin: 0;
        padding: .60em 1em;
        font-size: 1em;
        width: 100%;
    }

    #participa .form_container .form p label {
        display: block;
        vertical-align: middle;
        height: 2em;
        font-size: .9em;
        margin-top: .5em;
    }

    #participa .form_container .form p label:before {
        display: inline-block;
        height: 100%;
    }

    #participa .form_container .form p label * {
        display: inline-block;
        vertical-align: middle;
    }

    #participa .form_container .form p button, #participa .form_container .form .btn.btn-primary.btn-lg {
        margin: 0;
        padding: .2em 0;
        font-size: 1.2em;
        border-radius: 30px;
        display: inline-block;
        vertical-align: middle;
        width: 50%;
    }

    #participa .form_container p.submit span.error_response {
        width: 50%;
        font-size: .8em;
    }

    #participa .form_container p.submit_success {
        font-size: 1.2em;
    }

	fieldset.col-lg-12 {
		grid-template-columns: 100%;
		padding: 0;	
	}
	#participa .form_container .form.form_x {
		width: 100% !important;
	}

#participa .form-group {
    position: relative;
    width: 100%;
    margin-left: 0%;
}
.contest_embed .message, .contest_embed .message_area {
	width: 100%;
}
#participa .form_container .form p {
	text-align: left;
}
}

#participa .form_container .form .modal-body p {
text-align: left;
font-size: 1.2em;
}
#participa .form_container .form .form_area_step_end p {
  text-align: left;
  margin-bottom: 2em;
}