@font-face {
    font-family: BagossExtended-Regular;
    src: url(../fonts/BagossExtended-Regular.otf);
}
@font-face {
    font-family: BagossExtended-Bold;
    src: url(../fonts/BagossExtended-Bold.otf);
}
@font-face {
    font-family: BagossExtended-Light;
    src: url(../fonts/BagossExtended-Light.otf);
}
@font-face {
    font-family: BagossExtended-Medium;
    src: url(../fonts/BagossExtended-Medium.otf);
}
@font-face {
    font-family: BagossExtended-SemiBold;
    src: url(../fonts/BagossExtended-SemiBold.otf);
}
@font-face {
    font-family: BagossExtended-Thin;
    src: url(../fonts/BagossExtended-Thin.otf);
}

html{
	overflow-x:hidden; 
}

body {   
    font-family: BagossExtended-Regular;
    font-size: 1rem;   
	overflow-x:hidden; 
}
a, a:visited{
	font-family: BagossExtended-Medium;
	color: #fff !important;
	text-decoration:none;
}
button{
	background-color: #FC1F1F;
	font-family: BagossExtended-Medium;
	font-size: 28px;	
	color: #FFF;
	border:none;
	border-radius: 6px;
	padding: 10px 25px;
	margin: 0 auto -28px auto;
}
textarea::placeholder{
	color: #E5E5E5 !important;
	font-family: BagossExtended-Regular;
	font-size:16px;
}
select.form-control{
	height: 75px;
}
.slider .col-md-12{
	padding: 0px;
}
.btn-header{
	position: absolute;
    bottom: 150px;
    right: 218px;
    background-color: #FFCFFF;
    color: #6D0A58;
}
.como-participar{
	margin-top:50px;
}
.como-participar .container{
    background-color:#FFCFFF;
	padding: 50px 0px 0px;
}
.como-participar .container h2{
	font-family: BagossExtended-Bold;
    text-align: center;
	color: #FC1F1F;
	font-size: 3rem;
}
.como-participar .container .row{
	text-align: center;
}
.como-participar .pasos{
	display:grid;
	grid-template-columns: 2fr 1fr 2fr 1fr 2fr;
	text-align: center;
	margin: 80px auto 20px;
    max-width: 1155px;
	font-size: 24px;
    line-height: 27px;
}
.como-participar .pasos p b{
	font-family: BagossExtended-Bold;
}
.como-participar .pasos > div{
	align-self: center;
}
.como-participar .pasos .icono{
	width:100px;
}
.como-participar .pasos .flecha{
	width:30px;
}
.premios{
	margin-top:100px;
}
.premios h2{
	text-align:center;
}

.premios .container h2{
	font-family: BagossExtended-Bold;
    text-align: center;
	color: #6D0A58;
	font-size: 3rem;
}
.premios .container p{
	font-family: BagossExtended-Regular;
    text-align: center;
	color: #2D2D2D;
	font-size: 24px;
}
.premios .container h3{
	font-family: BagossExtended-Bold;
    text-align: center;
	color: #6D0A58;
	font-size: 38px;
	margin-bottom: 65px;
}
.premios ul li{
	border: 2px solid #6D0A58;
	padding: 15px 50px;
	margin: 5px 0;
	border-radius: 15px;
	max-width: 500px;
	font-family: BagossExtended-Bold;
	font-size: 36px;
	text-align:center;
	list-style:none;
	align-content: center;
}
.justify-content-center{
	text-align:center;
	display:flex;
	align-items: center;
}
.formulario{
	margin-top:80px;
    background: url("../images/background-pronaca-mrf-03.png") no-repeat center top, url("../images/background-pronaca-mrf-01.jpg") no-repeat center;
	background-size: contain,cover;
}
.formulario .olla{
	width: 500px;
	text-align:center;
	margin-top:20px;	
}
.formulario .texto{
	font-family: BagossExtended-Regular;
    text-align: center;
	font-size: 36px;
	color:#fff;
	font-size: 50px;
	margin: 50px 0;
}
.formulario .texto b{
	font-family: BagossExtended-Bold;
}

.formulario2{
	margin-top:80px;
    background: url("../images/background-pronaca-mrf-04.png") no-repeat center top, url("../images/background-pronaca-mrf-02.jpg") no-repeat center;
	background-size: contain,cover;
}
.formulario2 .sombrero{
	width: 500px;
	text-align:center;
	margin-top:105px;	
}
.formulario2 .texto{
	font-family: BagossExtended-Bold;
    text-align: center;
	font-size: 38px;
	color:#fff;
	font-size: 50px;
	margin: 150px 0 0px;
	line-height:55px;
}
.formulario2 .texto span{
	font-family: BagossExtended-Regular;
	font-size: 38px;
	color:#FFFF99;
}
.form .form-group{
	text-align: center;
}
.form label{
	font-family: BagossExtended-Bold;
    text-align: center;
	font-size:38px;
	color:#fff;
	margin-top:15px;
}
.form form{
	max-width: 850px;
	margin: 0 auto;
}
input.form-control{
	height:80px;
}
#n_marca,#n_estilo{
	visibility:hidden;
	height:0px;
}
textarea.form-control{
	padding: 30px;
	border-radius:10px;
}
#btn_cancion{
	background: url("../images/Botones-Formulario-01.png") no-repeat center;
	background-size: contain;
	width:500px;
	height:104px;
	margin-bottom: -66px;
    transition: transform 0.4s ease;
}
#btn_cancion:hover{
    transform: scale(1.15);
}
#btn_crearcancion{
	background: url("../images/Botones-Formulario-02.png") no-repeat center;
	background-size: contain;
	width:500px;
	height:108px;
	margin-bottom: -66px;
	transition: transform 0.4s ease;
}
#btn_crearcancion:hover{
    transform: scale(1.15);
}
.recetas .container{
	background-color:#F7F7F7;
	padding-top:100px;
	padding-bottom:40px;
}
.recetas .texto{
	font-family: BagossExtended-Regular;
	font-size: 42px;
	color:#6D0A58;
	text-align: center;
}
.recetas .texto b{
	font-family: BagossExtended-Bold;
}
.recetas .grid-recetas{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	text-align: center;
	margin: 55px auto 20px;
    max-width: 1155px;
}
.recetas .grid-recetas div{
	cursor:pointer;
}
.recetas .grid-recetas p{
	font-family: BagossExtended-Bold;
	color:#FC1F1F;
	font-size: 21px;
	text-align: center;
	margin-top: 40px;
}
.jurado .container{
	background-color:#FFFF99;
	padding:50px 0;
}
.jurado .texto{
	font-family: BagossExtended-Bold;
	font-size: 45px;
	color:#6D0A58;
	text-align: center;
	line-height:45px;
}
.jurado .texto span{
	font-family: BagossExtended-Regular;
	font-size: 33px;
}
.jurado .texto span b{
	font-family: BagossExtended-Bold;
}
.jurado2 .container{
	padding:50px 0;
}
.jurado2 .grid-jurado{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	text-align: center;
	margin: 55px auto 20px;
    max-width: 1155px;
}
.jurado2 .grid-jurado div{
	cursor:pointer;
}
.jurado2 .grid-jurado p{
	font-family: BagossExtended-Bold;
    text-align: center;
	color:#6D0A58;
	font-size: 21px;
	margin: 20px 0 0px;
	line-height:24px;
}
.jurado2 .grid-jurado p span{
	font-family: BagossExtended-Regular;
	color:#FC1F1F;
}
.item.card-marca{
	max-width:110px;
	min-height:110px;
	margin:0 auto;
	align-content: center;	
}
.owl-marcas-form .item.card-marca {
    max-width: 110px;
    min-height: 110px;
    margin: 0 auto;
    align-content: center;
	cursor:pointer;
}
.owl-marcas-form .item.card-marca.active{
	border: 4px solid #6D0A58;
	border-radius: 40px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{	
	position:absolute;
	font-size: 90px;
	color: #6D0A58;
	top:-20px;
	font-family: Calibri;
	font-weight:bold;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover{
	color:#FFCFFF;
}
.owl-prev{
	left:-10px;
}
.owl-next{
	right:-10px;
}
.div-marcas-form .owl-prev{
	left:-40px;
}
.div-marcas-form .owl-next{
	right:-40px;
}
.owl-theme .owl-nav [class*=owl-]:hover{
	background:transparent;
}
.div-marcas-form{
	background-color: #fff;
	border-radius: 10px;
	padding:20px;
}
.no-js .owl-marcas-form, .owl-marcas-form.owl-loaded{
	max-width:750px;
    margin: 0 auto;
}
.marcas .container h2{
	font-family: BagossExtended-Bold;
    text-align: center;
	color: #6D0A58;
	font-size: 3rem;
	margin-bottom: 50px;
}
.ritmos{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	text-align: center;
	margin: 15px auto 20px;
    max-width: 725px;
	list-style: none;
	gap:30px;	
}
.ritmos li{
	font-family: BagossExtended-Bold;
	color:#6D0A58;
	font-size:23px;
	background-color:#faa6ff;
	border-radius: 10px;
	cursor:pointer;
	padding: 20px;
}
.ritmos li.active{
	color:#ffff;
	background-color:#FFCFFF;
}
#n_categoria,#n_canal,#n_ciudad{
	width:100% !important;
}

#n_estilo{
	visibility:hidden;
	height:0px;
}

.select2-container
{
   width: 100% !important;
}

.footer{	
	margin-top:70px;	
}
.footer .container{
	background-color: #6D0A58;
	padding: 50px 0px 10px;
}
.footer .logo{
	text-align:center;
}
.footer .container .row .logo-central{
	align-content: center;
}
.footer .div-redes{
	align-content: flex-end;
	text-align:center;
	margin-bottom: -25px;
}
.footer .redes{
	width: 260px;
	background-color:#FFCFFF;
	height:60px;
	border-radius: 10px;
	margin: 3px auto;
	padding: 0 15px;
}
.footer .div-redes a{
	font-family: BagossExtended-Thin;
	color:#FFCFFF !important;	
	text-decoration:underline;
	letter-spacing: 1px;
	z-index: 1;
    position: relative;
}
.footer .redes ul{
	list-style: none;
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	padding:10px;
}
.footer .redes ul li{
	height:100%;
	cursor: pointer;
}
.footer .redes img{
	width:30px;
}
.footer .redes ul li
 {
    height: 40px;
    line-height: 40px;
}
label.error
 {
    font-family: BagossExtended-Regular !important;
    font-size:15px !important;
    color: #FC1F1F !important;
    margin-top: 5px !important;
 	display:none;
}

#paso2 label.error
 {
    color: #FFFF99 !important;
}

.hiddenFileInput > input{
    height: 100%;
    width: 100px;
    opacity: 0;
    cursor: pointer;
}
.hiddenFileInput{
    border: none;
    width: 100px;
    height: 100px;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;  
    /*for the background, optional*/
    background: center center no-repeat;
    background-size: 75% 75%;
    background: url('../images/Icono-cargar.svg') center center no-repeat;
    position:absolute;
	margin-bottom:50px;
}

.row.archivo{
	margin: 35px 0;
}
.row.cedula{
	margin-bottom: 45px;
}
#ciudad_otra{
	display:none;
}
#paso2{
	display:none;
}
.progress{
	width: 80%;
    height: 0.8rem; 
	background-color: #fff;  
	display:none; 
	margin: 0 auto;
}
.progress-bar{
    background-color: #FFCFFF;
	border-radius: .25rem;
	height: 0.8rem;
	color: #6D0A58;
}
.escuchar .container{
	background-color: #FFCFFF;
	padding: 50px;
	margin-top: 60px;
	text-align:center;
	margin-bottom: -65px;
}
.btn-otra{
    margin-top: 75px;
	background-color: #a32cb8;
}
.info-cancion{
	display: grid;
	grid-template-columns: 1fr 1fr 2fr;
}
.info-cancion .foto{
	display: grid;
	height: 260px;
}
.foto-receta1{
	width:220px;
	height:220px;
	border: 5px solid #FC1F1F;
	border-radius: 25px;
	background-image: url('../images/cover-01.png');
	background-size:cover;
}
.foto-receta2{
	width:220px;
	height:220px;
	border: 5px solid #FC1F1F;
	border-radius: 25px;
	background-image: url('../images/cover-02.png');
	background-size:cover;
}
.foto-receta3{
	width:220px;
	height:220px;
	border: 5px solid #FC1F1F;
	border-radius: 25px;
	background-image: url('../images/cover-04.png');
	background-size:cover;
}
.info-cancion .informacion{
	text-align:left;
	margin:0 auto;
	max-width: 300px;
}
.info-cancion .cancion{
	display:grid;
	font-family: BagossExtended-SemiBold;
	font-size:23px;
	row-gap: 0px;
    height: 350px;
}
.info-cancion .cancion .titulo{
	color:#212529;
	font-size:1.75rem;
}
#audio{
	display:none;
}
.audio-player {
    width: 400px;
    margin: 20px;
}
.controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
	max-width: 290px;
	margin: 10px auto;
}
.audioprogress {
	width:75%;
    height: 3px;
    background-color:#faa6ff;
	position:relative;
	margin: 0 auto;
}
.progress-bar {
    width: 0;
    height: 13px;
    background-color: #6D0A58;
    position: relative;
	color:#fff;
}
.contenedor-botones{
	display:grid;
	grid-template-columns: 1fr 1fr;
	height: 50px;	
	padding: 0 55px;
}
.contenedor-botones img{
	width:25%;
}
#current-time, #total-time {
	font-size:20px;
}
.audio-player{
	margin: 0 auto;
}
.time-controls{
	width: 110px;
    display: grid;
	align-items:center;
	grid-template-columns: 1fr 1fr 1fr;
}

/*Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type='range'] {
      overflow: hidden;
      width: 70px;
      -webkit-appearance: none;
      background-color: #FFCFFF;
      border: 1px solid #000;
    }
    
    input[type='range']::-webkit-slider-runnable-track {
      height: 10px;
      -webkit-appearance: none;
      color: #2D2D2D;
      margin-top: -1px;
    }
    
    input[type='range']::-webkit-slider-thumb {
      width: 10px;
      -webkit-appearance: none;
      height: 10px;
      background: #FFCFFF;
      box-shadow: -80px 0 0 80px #2D2D2D;
    }

}
/** FF*/
input[type="range"]::-moz-range-progress {
  background-color: #FFCFFF; 
}

#play-pause-button{
	margin: 0px;
	background:none;
	padding:0px;
	color:#2D2D2D;
	font-size: 21px;
	width: 33px;
}
#rewindButton,#forwardButton {
    margin: 0px;
    background: none;
    padding: 0px;
    color: #2D2D2D;
    font-size: 21px;
	width:30px;
}
.letra .letra-cancion{
	background-color: #FFF;
	border: 3px solid #6D0A58;
	border-radius: 15px;
	padding: 30px;
	max-width:500px;
	text-align:justify;
}
.escucha.recetas .container
{
    padding-top: 85px;
}
#btn_descargacancion{
	background-color:#FC1F1F;
	color:#fff;
	padding: 5px 40px;
	font-family: BagossExtended-Bold;
	font-size:24px;
	border-radius: 10px;
	margin: 40px 0 5px 0;
}
#btn_compartecancion{
	background-color:#6D0A58;
	color:#fff;
	padding: 5px 45px;
	font-family: BagossExtended-Bold;
	font-size:24px;
	border-radius: 10px;
	margin-top: 5px;
}
#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}

#light {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 360px;
  margin-left: -300px;
  margin-top: -180px;
  border: 2px solid #FFF;
  background: #FFF;
  z-index: 1002;
  overflow: visible;
  border-radius: 15px;
}

#fade_chef {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}

#light_chef {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 600px;
  margin-left: -400px;
  margin-top: -300px;
  border: 2px solid #FFF;
  background: #FFF;
  z-index: 1002;
  overflow: visible;
  border-radius: 50px;
}
.modalchef{
	font-family: BagossExtended-Regular;
	font-size: 18px;
	color: #777777;
	padding: 40px;
}
.modalchef img{
	width:200px;
}
.modalchef h2{
	font-family: BagossExtended-Bold;
	font-size:24px;
	color: #6D0A58;
	text-align:left !important;
	margin-top:20px;
}
.modalchef h3{
	font-family: BagossExtended-Regular;
	font-size:29px;
	color: #FC1F1F;
	text-align:left !important;
}
.modalchef p{
	font-family: BagossExtended-Regular !important;
	font-size: 16px !important;
	color: #777777 !important;
	text-align:left !important;
}

.boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border-radius: 3px;
  background: #FC1F1F;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 8px;
  padding: 11px 3px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1002;
  opacity: 0.9;
  border-radius:25px;
  width: 35px;
  height: 35px;
}
.boxclose:hover {
	color:#FFF;
	text-decoration:none;
}

.boxclose:before {
  content: "x";
}
.swal2-modal.confirmacion{
	width:90% !important;
	border-radius:25px;
	max-width:900px;
}
.no-mobil{
	display:block;
}
.no-mobil-flex{
	display:flex;
}
.mobil{
	display:none !important;
}
.mobil-grid{
	display:none !important;
}
.headerm.mobil{
	background-color:#FC1F1F;
	height: 70px;
	text-align:center;
	align-content: center;
}
.headerm.mobil img{
	width: 130px;
}
.banner-mobile{
	background: none;
	text-align:center;
	align-content: center;
	position:relative;
	cursor:pointer;
}

.bucle{
	width:100%;
	height:50px;	
	background: url('../images/Bucle-Audio.png') center center repeat-x;
	background-size: 150px;
	max-width: 305px;
    margin: 10px auto;
    background-repeat: space;
}

.div-escuchar{
	margin: 35px auto;
}
.form-group input[type=checkbox]{
	appearance: none;
	width: 30px;
    height: 30px;
	display: grid;
    place-content: center;
	min-width: 30px;
}
/*.form-group input[type=checkbox]:checked{
	appearance: none;
	color: #6D0A58;
	background-color: #FFFF99;
}*/
.form-group input[type="checkbox"]::before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  background-color: #6D0A58;
  border-radius: 5px;
}
.form-group input[type="checkbox"]:checked::before {
  transform: scale(1);
}
.form-group.checkbox{
	display: flex;
    gap: 10px;
    margin-top: 35px;
	height:30px;
}
.form-group.checkbox span{
	font-family: BagossExtended-Bold;
    text-align: center;
    font-size: 15px;
    color: #fff;
	line-height: 30px;
}
.form-group.btn-cont{
	margin-top:50px;
}
#extra {
	display: none;
	padding: 0 35px;
	margin-top: 50px;
}
#extra .form-group input{
	float:left;
}
#extra .form-group span {
    font-family: BagossExtended-Medium;
    text-align: left;
    font-size: 15px;
    color: #fff;
    line-height: 30px;
	width: 100%;
    display: block;
    padding-left: 40px;
}
.disclaimer{
	font-family: BagossExtended-Regular;
	color: #fff;
	padding: 65px 70px 0px 70px;	
	text-align: justify;
	font-size: 12px;
}
.texto-terminos{
	padding: 50px;
	text-align:justify;
}
.texto-terminos h2{
	font-family: BagossExtended-Bold;
}
.texto-terminos p strong{
	font-family: BagossExtended-Bold;
}
.nombre-completo{
	color:#FC1F1F;
	font-size:21px;
	font-family: BagossExtended-Thin;
}

.slider button.escuchar.no-mobil {
	font-family: BagossExtended-Bold;
    font-size: 24px;
	background-color: #FFCFFF;
    color: #6D0A58;
    margin-top: -33px;
    z-index: 1;
 }
 
.titulo.comp{
	margin-top: 20px;
	font-family: BagossExtended-Bold;
	color: #6D0A58;
}

.compartir img{
	width:40px;
}

@media screen and (max-width: 767px) {  
	.no-mobil{
		display:none !important;
	}
	.mobil{
		display:block !important;
	}
    .mobil-flex{
		display:flex;
	}
	.mobil-grid{
		display:grid !important;
	}
    .container{
        max-width: 100%;
    }
	.contenedor-botones {
	    max-width: 400px;
        margin: 20px auto;
	}
    .banner-mobile{
	    background: url("../images/mobil/banner-mobile-home-01.jpg") no-repeat center top;
	    background-size: cover;
    	height: 500px;
    }
    .banner-mobile img{
    	margin: 100px auto 55px;
    }
    .texto-mobile{
	    background-color:#6D0A58;
    	text-align:center;
    	padding: 30px 60px 30px 60px !important;
    	font-family: BagossExtended-Regular;
	    font-size:30px;
    	color: #fff;
    }
    .texto-mobile p{
    	margin:0px;
    	max-width: 420px;
    	margin: 0 auto;
    	border-radius:10px;
    }
    .texto-mobile p.sube{
	    font-size:27px;
    	background-color:#FFCFFF;
    	color:#6D0A58;
    	font-family: BagossExtended-SemiBold;
    }
     .texto-mobile p.sube_receta{
	    font-size: 27px;
    	font-family: BagossExtended-SemiBold;
    }
    .texto-mobile p.participa{
    	font-family: BagossExtended-Medium;
	    font-size:34px;
    }
    .texto-mobile span{
    	color: #FFFF99;
    	font-family: BagossExtended-Bold;
    }
    .texto-mobile .sube span {
    	color: #6D0A58;
        font-family: BagossExtended-Bold;
    }
    .texto-mobile span.monto{
    	font-size:45px;
    }
    .como-participar .pasos{
    	margin-top:-20px;
    	grid-template-columns: 1fr;
    }
    .slider button.mobil{
	    background-color:#FFCFFF;
    	color:#6D0A58;
    	margin-top:-33px;
    	z-index: 1;
    }
	.como-participar .pasos .icono{
	    width: 120px;
	}
    .como-participar .pasos p{
	    width: 470px;
    	margin: 0 auto;
    	font-size: 33px;
    	line-height: 35px;
	}
	.como-participar .pasos > div{
	    margin-top: 70px;
	}
	
    .como-participar button
	 {
	    margin: 60px auto 32px auto;
	} 	
    .premios .container h2{
	    font-size: 38px;
	}
    .premios .container p
	{
	    font-size: 21px;
	}
	.premios .container h3
	{
	    font-size: 34px;
		margin-bottom: 30px;
	}
	.premios ul li
	{
	    font-size: 33px;
	}
	.formulario{
	    margin-top: 80px;
	    background: url(../images/mobil/imagen-mobile-MRF-01.png) no-repeat center top, url(../images/mobil/ima-home-mobile-MRF-01.jpg) no-repeat center;
	    background-size: contain, cover;
	}
	.formulario .olla img{
	    width:70%;
	}
    .formulario2 .sombrero img
    {
        width: 70%;
    }
     .formulario2 .sombrero
	{
	    width: 330px;
	    margin: 30px auto 0;
	}
	.formulario .olla
	{
	    width: 330px;
	    margin: 30px auto 0;
	}
	.formulario .texto{
        font-size: 29px;
		margin: 0px;
    }
    .formulario2 .texto{
        font-size: 29px;
		margin: 0px;
    }
	.form label{
	    font-size: 25px;
		margin-top:0px;
	}
	.form form
	 {
	    max-width: 510px;
	 }
	 input.form-control {
	    height: 40px;
	}
	textarea.form-control
	{
	 	height:140px;
	}
    select.form-control {
	    height: 40px;
	}
	textarea::placeholder{
		font-size:12px;
	}
	.div-marcas-form
	{
	    border-radius: 2rem;
	}
	.no-js .owl-marcas-form, .owl-marcas-form.owl-loaded{
	    max-width: 420px;
	}
	.owl-marcas-form .item.card-marca {
	    max-width: 72px;
	}
	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
	    font-weight:normal;
		top: -24px;
	}
	.owl-carousel .owl-nav button.owl-prev{
	    left: -25px;		
	}
	.owl-carousel .owl-nav button.owl-next{	
		right: -25px;
	}
	.div-marcas-form{
	    padding: 0px;
	}
	.ritmos {
	    gap: 20px;
		padding:0px;
		margin: 0px auto;
	}
	.ritmos li{
	    font-size: 16px;
	    padding: 13px;
	}
	.hiddenFileInput{
		width: 40px;
		height: 40px;
    }
    #btn_cancion {
        width: 300px;
    }
	.recetas .texto {
	    font-size: 35px;
		padding: 0 120px;
	}
	.recetas .grid-recetas
	{
	    grid-template-columns: 1fr 1fr;
	}
	.recetas .grid-recetas p {
	    margin-top: 20px;
		margin-bottom: 35px;
	}
	.recetas .container{
	    padding-bottom: 60px;
	}
	.jurado .texto {
	    font-size: 35px;
	    line-height: 35px;
	}
	.jurado2 .grid-jurado{
	    grid-template-columns: 1fr;
	    max-width: 100%;
	}
    .jurado2 .grid-jurado div{
	    margin-bottom: 50px
	}
	.jurado2 .container {
	    padding: 50px 0  0px;
	}
	.marcas .owl-carousel{
	    max-width: 600px;
        margin: 0 auto;
	}
	.logo-central{
	    text-align: center;
	}
	.footer .row.mobil.red{
	    height: 150px;
		background-color: #FFCFFF;
		margin: 0 auto;
		align-content: center;
	}
	.footer .row.mobil .redes img {
	    width: 60px;
	}
	.footer .row.mobil .redes{
        width: 470px;
    }
    .footer .row.mobil .redes ul
	{
	    margin:0px;
		padding: 0px;
	}
	.footer .row.mobil .redes ul li
	{
	    height: 60px;
	    line-height: 60px;
	}
	.footer .row.mobil .div-redes{
	    margin: 0px;
	}
    .footer .row.mobil.term{
	    height: 150px;
		background-color: #FFF;
		margin: 0 auto;
		align-content: center;
	}
	.footer .row.mobil.term div{
		text-align:center;
		font-family: BagossExtended-Regular;
	    font-size:25px;
    	color: #6D0A58;
    }
    .footer .row.mobil.term div a{
    	text-decoration: underline;
    	color: #6D0A58 !important;
    }
    
	.info-cancion{
	    grid-template-columns: 1fr;
	 }
	.info-cancion .informacion
	 {
	    text-align: center;
	 }
	 .info-cancion .cancion
	 {
	    margin-top: 10px;
	 }
	 
	 #light_chef {
	    width: 700px;
	    height: 900px;
	    margin-left: -350px;
	    margin-top: -450px;
	 }
    .modalchef div
     {
        margin-bottom: 0px !important;
     }
	.modalchef h2
	 {
	    margin-top: 15px;
	 }
     .modalchef p
	 {
	    margin-top: 0px !important;
	 }
	 .select2-container--default .select2-selection--single{
	     height:40px;
	 }
	.select2-container--default .select2-selection--single .select2-selection__rendered	
	 {
	    line-height: 40px;
	 }
	 .select2-container--default .select2-selection--single .select2-selection__arrow
	 {
	    height: 40px;
	 }
	 #btn_crearcancion{
	     width: 310px;
	 }
	.form-group.checkbox
	 {
	    margin-top: 10px;
	 }
	 #extra {
	    margin-top: 45px;
	 }
	.form-group.btn-cont
	 {
	    margin-top: 0px;
	 }
	.form-group.checkbox span
	 {
	    line-height: 18px;
	 }
	#extra .form-group span
	 {
	    line-height: 18px;
	 }
	.texto-terminos {
	    padding: 50px 25px;
	}
	.texto-terminos h2{
		font-size: 21px;
	}
	.texto-terminos p{
		font-size: 13px;
    }
    .texto-terminos ul li{
		font-size: 13px;
    }
    .form-group.checkbox span a{
	    text-decoration:underline;
    }
	.letra .letra-cancion {
	    margin-top: 40px;
	}
}
@media screen and (max-width: 590px) {
    .recetas .texto {
        padding: 0 60px;
    }
    .recetas .grid-recetas p{
	    font-size: 19px;
	}
	.marcas .container h2
    {
        font-size: 2rem;
    }
    .marcas .owl-carousel
    {
        max-width: 560px;
    }
    #light_chef {
	    width: 560px;
	    height: 900px;
	    margin-left: -280px;
	    margin-top: -450px;
	 }
	#light
	 {
	    width: 560px;
	    height: 360px;
	    margin-left: -280px;
	    margin-top: -180px;
	}
	.disclaimer{
		padding: 40px 30px 20px 30px;
	}
	
}
@media screen and (max-width: 479px) {
    button
    {
        font-size: 25px;
    }
	.como-participar .container h2
	 {
	    font-size: 2rem;
	 }
    .como-participar .pasos p
     {
        font-size: 27px;
     }
    .premios .container h2
    {
        font-size: 33px;
    }
    .premios .container h3 {
        font-size: 30px;
    }
    .premios ul li {
        font-size: 27px;
    }
	.premios ul li
	{	    
	    padding: 15px 40px;
	}
	.formulario
    {
        margin-top: 30px;
    }
    .formulario .texto
    {
        font-size: 21px;
    }
    .form label {
        font-size: 21px;
    }
	.row.archivo
	{
	    margin: 20px 0;
	}
	.recetas .container
    {
        padding-top: 60px;
    }
    .recetas .texto {
        font-size: 29px;
    }
    .recetas .grid-recetas {
        margin: 25px auto 20px;
    	grid-template-columns: 1fr;
    }
    .jurado .texto {
        font-size: 27px;
        line-height: 27px;
    }
    .marcas .container h2 {
        font-size: 27px;
    }
    .footer .container .row .logo-central img
    {
    	width: 50%;
    }
    .footer .row.mobil .redes {
        width: 444px;
    }
    .footer .row.mobil.term div a {
        font-size: 19px;
    }
    .footer .row.mobil .redes img {
        width: 40px;
    }
    .banner-mobile img
    {
    	width: 250px;
    }
    .texto-mobile p {
        font-size: 25px !important;
    }
    .texto-mobile p.sube {
        font-size: 25px !important; 
    }
    .texto-mobile p.sube_receta{
	    font-size: 27px !important; 
    }
    .texto-mobile p.participa {
        font-size: 25px !important;
    }
    .texto-mobile span.monto {
        font-size: 35px !important;
    }
    .slider button.mobil
    {
        font-size:25px;
    }
    .como-participar .pasos p
    {
        width: 100%;	
    }
    .como-participar .pasos .icono {
        width: 100px;
    }
    .como-participar .pasos p {
        font-size: 23px;
    }
    .como-participar .pasos > div {
        margin-top: 45px;
    }
	.premios
	{
	    margin-top: 40px;
	}
    .premios .container h2
    {
        font-size: 29px;
    }
    .premios .container p {
        font-size: 19px;
    }
    .premios ul li {
        padding: 15px 25px;
    }
    .no-js .owl-marcas-form, .owl-marcas-form.owl-loaded
    {
        max-width: 285px;
    }
    .ritmos {
        gap: 10px;
    }
    .ritmos li
    {
        font-size: 13px;
    }
    .form label {
        font-size: 19px;
    }
    .row.archivo
    {
        margin: 0px 0;
    }
    .recetas .texto
    {
        padding: 0 40px;
    	font-size: 25px;
    }
    .footer .row.mobil .redes
    {
        width: 100%;
    }
    ul{
	    padding: 0px;
    }
    .hiddenFileInput
    {    
       position: relative;
       margin-bottom: 0px;
    }
    .marcas .owl-carousel {
        max-width: 400px;
    }
    .escuchar .container
	 {
	    padding: 30px;
	 	margin-top: 40px;
	 	margin-bottom: -43px;
	 }
	 .btn-otra
	 {
	    margin-top: 60px;
	 }
	 
     #light_chef {
	    width: 460px;
	    height: 900px;
	    margin-left: -230px;
	    margin-top: -450px;
	 }
	#light
	 {
	    width: 460px;
	    height: 360px;
	    margin-left: -230px;
	    margin-top: -180px;
	}
	.modalchef p
	{
	    font-size: 13px !important;
	}
	.modalchef h2 {
        font-size: 20px;
    }
	.modalchef h3 {
	    font-size: 22px;
	}
    .form-group.btn-cont
    {
        margin-top: 20px;
    }
    .slider button.escuchar.mobil {
        font-size: 18px;
    }
    
}
@media screen and (max-width: 430px) {
    .texto-mobile
     {
      	font-size: 20px;
        padding: 30px 50px 30px 50px !important;
     }
    .texto-mobile p {
        font-size: 20px !important;
    }
    .texto-mobile p.sube {
        font-size: 20px !important;
    }
    .texto-mobile p.sube_receta{
	    font-size: 22px !important; 
    }
    .texto-mobile p.participa {
        font-size: 20px !important;
    }
  
    .jurado2 .grid-jurado
    {
        margin-top:20px;
    }
    .jurado2 .grid-jurado div img
    {
        width: 50%;
    }
    .footer .row.mobil.term div a
    {
        font-size: 16px;
    }
    .jurado .texto
    {
        font-size: 23px;
        line-height: 23px;
    }
	.info-cancion .foto
	{
	    max-width:400px;
	}
    .info-cancion .cancion {
        max-width: 400px;
    }
	#btn_compartecancion
	{
	    margin-top: 15px;
	}
	
     #light_chef {
	    width: 420px;
	    height: 900px;
	    margin-left: -210px;
	    margin-top: -450px;
	 }
	#light
	 {
	    width: 420px;
	    height: 360px;
	    margin-left: -210px;
	    margin-top: -180px;
	}
	.item.card-marca
	 {
	    max-width: 70px;
	    min-height: 70px;
	 }    
	 .footer {
	    margin-top: 40px;
	 }
    #extra
    {
        margin-top: 65px;
    }
}
@media screen and (max-width: 414px) {
     .form label {
        font-size: 18px;
     }
     .premios .container p {
        font-size: 18px;
     }
     .texto-mobile
     {
      	font-size: 20px;
        padding: 30px 50px 30px 50px !important;
     }
    .texto-mobile p {
        font-size: 20px !important;
    }
    .texto-mobile p.sube {
        font-size: 20px !important;
    }
    .texto-mobile p.sube_receta{
	    font-size: 22px !important; 
    }
    .texto-mobile p.participa {
        font-size: 20px !important;
    }
    .info-cancion .cancion {
        max-width: 384px;
    }
	.audio-player
	 {
	    width: 349px;
	}
	
    #light_chef {
	    width: 400px;
	    height: 900px;
	    margin-left: -200px;
	    margin-top: -450px;
	 }
	#light
	 {
	    width: 400px;
	    height: 360px;
	    margin-left: -200px;
	    margin-top: -180px;
	}
    #extra
    {
        margin-top: 80px;
    }
	#btn_cancion {
	    width: 350px;
	}
	
}
@media screen and (max-width: 390px) {
       button
      {
        font-size: 21px;
      }
      .texto-mobile
      {
      	font-size: 19px !important;
        padding: 30px 50px 30px 50px !important;
      }
      .texto-mobile p {
        font-size: 19px !important;
      }
    .texto-mobile p.sube
     {
        font-size: 19px !important;
     }
    .texto-mobile p.sube_receta{
	    font-size: 21px !important; 
    }
    .texto-mobile p.participa {
        font-size: 19px !important;
     }
    .texto-mobile span.monto
    {
        font-size: 30px !important;
    }
    .como-participar .container h2
    {
        font-size: 26px;
    }
    .como-participar .pasos .icono
    {
        width: 85px;
    }
    .premios ul li {
        font-size: 24px;
    	padding: 15px 20px;
    }
    .premios .container h3
    {
        font-size: 25px;
    }
    #btn_cancion
    {
        width: 310px;
    }
	.jurado .container
	{
	    padding: 20px 0;
	}
    .jurado .container p
	{
	    margin-bottom: 0px;
	}
    .jurado2 .container {
        padding: 25px 0 0px;
    }
	.marcas .container h2
	{
	    margin-bottom: 30px;
	}
    .marcas .container h2
    {
        font-size: 24px;
    }
    
	.footer {
	    margin-top: 40px;
	}
    .footer .row.mobil.red
     {
        height: 125px;
    }
    .footer .row.mobil.term
    {
        height: 125px;
    }
    .form form
    {
        max-width: 320px;
    }
    .ritmos {
        gap: 5px;
    }
    .ritmos li {
        padding: 10px;
    	font-size: 12px;
    }
    .audio-player
    {
        width: 320px;
    }
    
    #light_chef {
	    width: 380px;
	    height: 900px;
	    margin-left: -190px;
	    margin-top: -450px;
	 }
	#light
	 {
	    width: 380px;
	    height: 360px;
	    margin-left: -190px;
	    margin-top: -180px;
	}
	#extra
	{
	    padding: 0 20px;
	}
    .owl-carousel .owl-nav button.owl-prev {
        left: -22px;
    }
    .owl-carousel .owl-nav button.owl-next {
        right: -22px;
    }
	
}
@media screen and (max-width: 360px) {
  
      .texto-mobile
      {
      	font-size: 19px;
      }
      .texto-mobile p {
        font-size: 22px;
      }
      .como-participar .pasos p {
        font-size: 21px;
      }
      .como-participar .pasos > div {
        margin-top: 20px;
      }
      .como-participar .container h2 {
        margin-bottom: 40px;
     }
     #light {
        width: 355px;
        height: 360px;
        margin-left: -170px;
        margin-top: -180px;
      }
      #light_chef
      {
        width: 355px;
        height: 900px;
        margin-left: -170px;
        margin-top: -450px;
      }
	
}