
.row .col-xs-12{
    padding-right: 0px;
    padding-left: 0%;
  }
  .row .col-md-12{
    padding-right: 0px;
    padding-left: 0%;
  }
  .row .col-md-9{
      padding-right: 0px;
      padding-left: 0%;
    }
    .infoRecipe{
        margin-right: 5%;
    }
/*Style HatDificulty*/

a{
    color:black;
}
	  .orangeHat{
		background-image: url(../img/recetario/ic_cheff_orange.svg);
		width: 35px;
		height: 35px;
		background-position: center center;
		background-repeat: no-repeat;
        margin-left:1%;
        float:left;
        margin-bottom:2%;
        margin-top:1%;
		
	  }
	  .greyHat{
		background-image: url(../img/recetario/ic_cheff_grey.svg);
		width: 35px;
		height: 35px;
		background-position: center center;
		background-repeat: no-repeat;
        margin-left:1%;
        float:left;
        margin-bottom:2%;
        margin-top:1%;
  
      }
 
/*End Style HatDificulty*/
/*Cover Parallax*/
.re-parallax{
    width: 100%;
    height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.box-center-trapecio{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.black-trapecio-top{
    width: 800px;
    height: 60px;
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
    border-top: 60px solid rgba(26,26,26,.9);
    position: relative;
}
.black-trapecio-bottom{
    width: 800px;
    height: 60px;
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
    border-bottom: 60px solid #DC5212;
    position: relative;
}
.h2-trapecio-top{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -180%);
    -webkit-transform: translate(-50%, -180%);
    color: white;
    font-size: 14pt;
    font-family: 'Nunito_ExtraBold';
    text-align: center;
    margin: 0px;
    width: 100%;
}
.h2-trapecio-bottom{
     position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 80%);
    -webkit-transform: translate(-50%, 80%);
    color: white;
    font-size: 14pt;
    font-family: 'Nunito_ExtraBold';
    text-align: center;
    margin: 0px;
    width: 100%;
}

/*Cover Parallax*/






/*End Cover Parallax*/
  /*Cover Main InfoRecetas*/
.infoImagen{
	width: 100%;
    height: 480px;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #0000;
}
  .fila{
    margin-top:-15%;
    width: 100%;
  }

  #trapecio .contenido{
    width: 80%;
    height: auto;
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
    border-top: 60px solid rgba(8, 7, 10, 0.822);
    display: block;
    margin-left: 10%;
    margin-right: 10%;
    z-index: 50000;
  }
  #trapecio {
    float:left;
    position: relative;
  }
  #trapecio .contenido .texto {
    border-radius:4px;
    font-family: 'Nunito_ExtraBold';
    font-size: 17pt;
    color:white;
    position: relative;
    overflow:hidden;
    padding:20px;
    top: 20%;
    -webkit-transform: translateY(-95%) rotate(0deg);
    -ms-transform: translateY(-95%) rotate(0deg);
    transform: translateY(-95%) rotate(0deg);
    
  }
  /*End Cover Main Recetas*/


  .info-receta{
	margin-left: 10%;
	margin-top: 3%;
	margin-bottom: 3%;
}

.info-receta .title{
	font-family: 'Nunito_ExtraBold';
	font-size: 17pt;
    text-align: left;
    margin-top: 8%;
}

.info-receta .subtitles{
	font-family: 'Nunito_ExtraBold';
	font-size: 15pt;
	margin-bottom: 3%;
    text-align: left;
    margin-top: 5%;
	
}
.info-receta .dificultad{
	font-family: 'Nunito_Regular';
	font-size: 14pt;
	color: #F48220;
}

.checkIcon>p{
    float: left;
    width: 450px;
    margin-left: 150%;
    font-family: 'Nunito_Regular';
	font-size: 14pt;
}
.list{
    margin-top: 3%;
    margin-bottom: 8%;
}
.info-receta div{
	font-family: 'Nunito_Regular';
	font-size: 14pt;
	text-align: left;
}

.info-titleDiv{
	width: 35%;
	border-top:2px solid #F48220; 
	margin-top:3px;
}

.division-receta{
	width: 15%;
	border-top:10px solid #F48220; 
    margin-top:2%;
    margin-bottom: 0.55%;
    position: relative;
}

.division-receta-gray{
	width: 100%;
	border-top:2px solid rgb(196, 195, 194); 
	margin-top:-1.4%;
	margin-right: 8%;

}

.newsletter{
    background-color:#ffbf00;
    font-family: 'Nunito_Regular';
    font-size: 14pt;
    text-align: left;
    margin-bottom: 1.5%;
    margin-top: 1.5%;
    padding-bottom: 8%;
    padding-top: 8%;
    padding-left: 10%;
    padding-right: 5%;
    margin-right: 5%;
}

.newsletter .title{
	font-family: 'Nunito_ExtraBold';
	font-size: 17pt;
	margin-bottom: 1.5%;
	text-align: left;
	
}

  .fieldset-recetas{
    background: white;
    border: 1px solid white; 
    color: black;
    border-radius: 5px;
    padding: 2px 2px 2px 3px;
    display: flex;
    position: relative;
    width: 100%;
    margin-top: 5%;
    font-size: 12pt;
}
  #email-recetas {
    background-color: transparent;
    border: none;
    color: black;
    margin: 0;
    width: 90%;
  }
 
  #send-recetas{
    background-color: transparent;
    border: none;
    margin: 0;
    color: black;
    position: absolute;
    right: 0px;
  }

.populares{
background-color: #F0F0F0 ;
font-family: 'Nunito_Regular';
font-size: 14pt;
text-align: left;
margin-bottom: 10px;
padding-top: 5%;
padding-bottom: 5%;
margin-right: 5%;

}

.populares hr{
	width: 60%;
	border-top:2px solid #F48220; 
	margin-top:1%;
	

}
.populares .title{
	font-family: 'Nunito_ExtraBold';
	font-size: 17pt;
	margin-bottom: 4%;
	text-align: left;
	margin-left: 10%;
}

.populares .div{
	margin-left: 10%;
}



.share .enlace{
	font-family: 'Nunito_Regular';
	font-size: 15pt;
	color: #F48220;
}
.tips{
	background-color:#FCF3CF;
	font-family: 'Nunito_Regular';
	font-size: 14pt;
	text-align: justify;
	padding-bottom: 4%;
	padding-top: 4%;
}
.tips .title {
	font-family: 'Nunito_ExtraBold';
	font-size: 15pt;
	margin-bottom: 1.5%;
	text-align: left;
	
}

.tipsImage{
	background-image: url(../img/tips-icon.svg);
	background-position: right;
	background-repeat: no-repeat;
	width: 100%;
	height: 46px;
}
.descrip{
    font-size: 19pt;
    font-family: Nunito_Regular;
    color: #616161;
    text-align: justify;
}


  /*Social Networks*/
  .share{
	font-family: 'Nunito_Regular';
	font-size: 14pt;
	text-align: left;
	padding-bottom: 8%;
	padding-top: 8%;
	padding-left: 10%;
    padding-right: 5%;
    margin-right: 5%;
}

.share .title{
	font-family: 'Nunito_ExtraBold';
	font-size: 17pt;
	margin-bottom:2.5%;
	

}
  .share-networks-title{
	font-family: 'Nunito_Regular';
	font-size: 14pt;
	color: #1C2833;
	margin-top: 30px;
	text-align: start;
	margin-left: 10%;
	margin-bottom: 2%;
}
.rating-title{

        font-family: 'Nunito_Regular';
        font-size: 14pt;
        color: #1C2833;
        text-align: center;
        margin-top: 4%;
}
  .infoFaceIcon{
	background-image: url(../img/common/2018/imagenF-icon.svg);
	background-position: right;
	background-repeat: no-repeat;
	width: 100%;
    height: 35px;
    float: left;


}

.infoTwitterIcon{
	background-image: url(../img/common/2018/twitter-icon.svg);
	background-position: left;
	background-repeat: no-repeat;
	width: 100%;
    height: 35px;
    float: left;
	
}

.checkIcon{
    background-image: url(../img/recetario/check.svg);
    width: 25px;
    height: 25px;
    background-position: left;
    background-repeat: no-repeat;
    margin-left:1%;
    margin-bottom:6%;
    margin-top:1%;

}
x-star-rating{
    margin-left: 13%;
    font-size: 33px;
}

.glyphicon {
    font-size: 25px;
    color: #f48220;
}
  /*End Social Networks*/

  /*Media Queries*/

  @media (min-width : 251px) and (max-width: 550px) {
    .fila{
        margin-top: -75%;
        width: 100%;
    }
    .re-parallax{
        height: 300px;
    }
    .h2-trapecio-top{
        font-size: 12pt;
    }

      #trapecio .contenido{
        width: 100%;
        height: auto;
        border-right: 60px solid transparent;
        border-left: 60px solid transparent;
        border-top: 60px solid rgba(8, 7, 10, 0.822);
        display: block;
        margin-left: 0%;
        margin-right: 0%;
        z-index: 50000;
      }
      #trapecio {
        float:left;
        position: relative;
      }
      #trapecio .contenido .texto {
        border-radius:4px;
        font-family: 'Nunito_ExtraBold';
        font-size:4vw;
        color:white;
        position: relative;
        overflow:hidden;
        padding:20px;
        top: 20%;
        margin-top: 2%;
      
      }
      .tipsImage{
        margin-left: -88%;
        margin-bottom: 3%;
       
    }
    .checkIcon{
        margin-bottom: 32%;
        height: 20px;
    }
    .checkIcon>p{
        float: left;
        width: 200px;
        margin-left: 150%;
        font-family: 'Nunito_Regular';
        font-size: 12pt;
    }
    .list{
        margin-top: 9%;
        margin-bottom: 8%;
    }
    .share-networks-title{
        font-size: 10pt;
        margin-top: 17px;
        margin-bottom: 18%;
    }
    .col-xs-3{
        width: 50%;
    }
    .infoFaceIcon{
        height: 30px;
        margin-bottom: 50px;
    }
    .infoTwitterIcon{
      height:30px;
    }
    .rating-title{
        font-size: 10pt;
        margin-top: 6%;
    }
    .stars{
        font-size: 25px;
        margin-top: -1%;
    }
    .info-titleDiv{
        width: 80%;
    }
  }


  @media (min-width : 551px) and (max-width: 767px) {
    .fila{
        margin-top: -45%;
    }
    #trapecio .contenido .texto {
       
        font-size:2vw;
      }

      .tipsImage{
        margin-left: -88%;
        margin-bottom: 2%;
       
    }
    .newsletter{
        margin-top: 10%;
    }
    .infoInstragramIcon{
        height: 30px;
    }
    .fieldset-recetas{
        width: 210%;
    }
 

  }

  @media (min-width: 768px) and (max-width: 991px) {

    .col-md-9{
        width: 65%;
    }

    .col-md-3{
        width: 35%;
    }
    .fila{
        margin-top: -35%;
    }
    #trapecio .contenido .texto {
       
        font-size:2.5vw;
      }
    .newsletter{
        margin-top: 10%;
    }
    .tipsImage{
        margin-left: -95%;
        margin-bottom: 2%;
    }
 
    .fieldset-recetas{
        width: 102%;
    }
 
    .share-networks-title{
        font-size: 11pt;
        margin-top: 17px;
        margin-bottom: 8%;
    }
    .infoFaceIcon{
        height: 30px;
    }
    .infoTwitterIcon{
      height:30px;
    }
    .rating-title{
        font-size: 11pt;
        margin-bottom: 3%;
    }
    .info-titleDiv{
        width: 80%;
    }
    .checkIcon>p{
    width: 350px;
    }
    .checkIcon{
        margin-bottom: 22%;
    }
  }

  @media (min-width: 992px) and (max-width: 1199px) {
    .col-md-9{
        width: 70%;
    }
    .col-md-3{
        width: 30%;
    }
   .info-titleDiv{
       width: 65%;
   }
   #dificultad{
       margin-left: 1%;
   }
   .checkIcon{
       margin-bottom: 8%;
   }
   .rating-title{
       margin-bottom: 2%;
   }
   .infoFaceIcon{
       margin-bottom: 50px;
   }
  }

  @media (min-width: 1200px) {
      .info-titleDiv{
          width: 50%;
      }
    #dificultad{
        margin-left: 1%;
    }
    .rating-title{
        margin-bottom: 2%;
    }
    .infoFaceIcon{
        margin-bottom: 50px;
    }
  }


    /*End Media Queries*/