.email_loading{
	display: none;
}
.success{
	display: inherit;
	font-size: 30px;
	line-height: 1.6;
	color: #002c54;

}
.px14{
  font-size: 14px !important;
}
.px32{
  font-size: 32px !important;
}

.futura{
  font-family: "FuturaPTCondExtraBold" !important;
}

.imgHistoria{
  /* position: absolute; */
}
.hoverContainer{
  position: relative;
  padding: 0px !important;
  margin:0px !important;
}
.imgHistoria.hover{
  position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  transition: opacity 1s;
}
.imgHistoria.hover:hover{
  opacity: 1;
}
.linea{
  margin-top: calc(10vh + (5vw/10));
}   


[class*="col-"],  /* Elements whose class attribute begins with "col-" */
[class^="col-"] { /* Elements whose class attribute contains the substring "col-" */
  padding-left: 0px;
  padding-right: 0px;
  margin-left: -10px;
  margin-right: 0px;
}

.hrDashed{
  border: 3px dashed rgb(233, 230, 230); 
  z-index: 998;
  padding: 0px;
  margin: 85px -13px 20px;
}

.hrOpacity{
  border: 3px dashed rgb(148, 148, 148); 
  z-index: 998;
  padding: 0px;
  margin: 85px -13px 20px;
}

.end{
  margin-right: 20px;
}

.begin{
margin-left: -100px;
}

.circulo{
  max-height: 100%;
  min-width: 100px;
}

@media only screen and (max-width:750px) {
  .circulo{
    max-height: 100%;
    min-width: 110%;
  }
}



.laurel{
  max-width: 7vw;
  max-height: 7vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:10px;
}

.disclaimer_logo{
  height: auto;
  width: 130px;
}
.disclaimer_logoMobile{
  height: auto;
  width: 70px;
}

.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fast {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}
.hidden{
  visibility: hidden;
}
.disclaimer-queso{
  height: auto;
  width: 160px;
  z-index: 999;
}

/**/
.lineapremiosMobile{
  margin-top: 20vw;
}
.ribbonImg{
  max-width: 5vw;
  max-height: 5vw;
}
.ribbonImgMobile{
  max-width: 15vw;
  max-height: 15vw;
  margin-left: 1vw;
  margin-right: 1vw;
}

.mensaje1{
  letter-spacing: 1px;
  color: white;
  height: 50px;
  font-size: 40px;
  font-weight: 500px;
  font-family:  "Roboto-Medium";
}
.mensaje1.mobile{
  letter-spacing: 2px;
  height: auto;
  font-size: 1.5em;
  font-weight: 500px;
  line-height: 100%;
  margin-bottom: 10px;
}

@font-face {
  font-family: 'FuturaPTCondExtraBold';
  font-style: normal;
  font-weight: normal;
  src: local('FuturaPTCondExtraBold'), url('../assets/fonts/FuturaPTCondExtraBold.otf') format('truetype');
}

.mensaje2{
  letter-spacing: 1px;
  color: white;
  font-size: 55px;
  font-weight: 400;
  height: 30px;
  font-family: "FuturaPTCondExtraBold";
}
.mensaje2.mobile{
  letter-spacing: 2px;
  font-size: 1.3em;
  font-weight: 500px;
  margin-bottom: 10px;
  line-height: 100%;
}

.m1{
  font-family: "FuturaPTCondExtraBold";
}

.searchResults{
  position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    min-height: 50px;
    border: 3px solid #eee;
    background-color: white;
    z-index: 2;
}
.hidden{
  display: none;
}
.itemA{
  color: black;
}
.itemResult{
  padding: 10px;
  background-color: #eee;
  border-bottom: solid 1px #aaa;
}
.itemResult:hover{
  background-color: #fff;
  cursor: pointer;
}
.verqueso{
  background-color:#002D54; 
  color:white; 
  border: none;
}

.prizes{
  height: 150px;
}

@media only screen and (max-width:1750px) {
  .prizes{
    height: 100px;
  }
}

@media only screen and (max-width:1300px) {
  .prizes{
    height: 70px;
  }
}

@media only screen and (max-width:974px) {
  .prizes{
    height: auto;
  }
}

@font-face {
  font-family: "Roboto";
  src: url("../assets/fonts/Roboto-Regular.ttf");
}

@font-face {
  font-family: "FlamaCondensed";
  src: url("../assets/fonts/Flama Condensed Extrabold.otf");
}

@font-face {
  font-family: "Roboto-Bold";
  src: url("../assets/fonts/Roboto-Bold.ttf");
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("../assets/fonts/Roboto-Medium.ttf");
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

body {
  color: #3F3F3F;
  font-weight: normal;
  font-size: 14px;
  font-family: "Roboto";
  line-height: 18px;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

[class*="col-"] {
  float: left;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  width: 100%;
}

.align-items-center {
  -webkit-box-align: center!important;
  -webkit-align-items: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
}

.col-1 {
  max-width: 6%;
}

.col-2 {
  max-width: 16.5%;
}

.col-3 {
  max-width: 25%;
}

.col-4 {
  max-width: 33%;
}

.col-5 {
  max-width: 41.5%;
}

.col-6 {
  max-width: 50%;
}

.col-7 {
  max-width: 58.24%;
}

.col-8 {
  max-width: 66.5%;
}

.col-9 {
  max-width: 74.95%;
}

.col-10 {
  max-width: 83.24%;
}

.col-11 {
  max-width: 91.5%;
}

.col-12 {
  max-width: 100%;
}

.container {
  width: 90%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;

  padding-top: 0px;
  padding-bottom: 0px;
}

.fondo-azul-card-h {
  background-color: #A0D4F1;
}

.fondo-azulf-card-h {
  background-color: #041E42;
}

.d-flex {
  display: -webkit-box!important;
  display: -webkit-flex!important;
  display: -ms-flexbox!important;
  display: flex!important;
}

.d-none {
  display: none!important;
}

.justify-content-between {
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between!important;
}

.img-fluid {
  height: auto;
  width: 100%;
}

.img-medalla{
  width: 6%;
}

.us-time-line {
  position: fixed;
  z-index: 8;
  padding: 2px;
}

.img-medalla-space {
  letter-spacing: 20px;
}

.img-medalla-grande{
  width: 40%;
}

.linea-naranja{
  margin-left: 50%;
  height: 50px;
  border-left: 3px solid #FFA10E;
}

.linea-azul{
  margin-left: 50%;
  height: 50px;
  border-left: 3px solid #002C54;
}

.ml-auto {
  margin-left: auto;
}

.m-right-15 {
  margin-right: 15px;
}

.m-0 {
  margin: 0;
}

.p-0 {
  padding: 0;
  margin: 0px;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify!important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -2px;
}

.row::after {
  clear: both;
}

.row::before,
.row::after {
  content: " ";
  display: table;
}

ul {
  margin: 0;
  padding: 0;
}

/* Colores */

.bg-manchego {
  background-color: #E2485F;
}

.bg-cheddar {
  background-color: #FBA400;
}

.bg-giftpack {
  background-color: #002654;
}

.azul {
  background-color: #002C54;
}

.bg-panela {
  background-color: #8BC7E9;
}

.bg-panela-bagr {
  background-color: #8BC7E9;  
}

.bg-adobera {
  background-color: #CD571D;
}

.bg-qamarillo {
  background-color: #FBDD3D;
}

.bg-oaxaca {
  background-color: #00A29B;
}

.bg-parmesano {
  background-color: #A9AD00;
}

.bg-qcrema {
  background-color: #8AC8EC;
}

.bg-cabra {
  background-color: #5D6E7F;
}

.bg-gouda {
  background-color: #93999E;
}

.bg-chihuahua {
  background-color: #B1A89C;
}

.bg-mozzarella {
  background-color: #4681CF;
}

.bg-cheddaranejo {
  background-color: #878989;
}

.bg-extraanejo {
  background-color: #9D7C36;
}

.bg-cotija {
  background-color: #BC4E20;
}

.bg-awards {
  background-color: #FCA311;
}

.bg-awards-medals {
  background-color: #FB9200;
}

.bg-white {
  background-color: white;
}

/* Textos */

.text-amarillo {
  color: #F5A623;
}

.text-manchego {
  color: #E2485F;
}

.text-cheddar {
  color: #FBA400;
}

.text-panela {
  color: #8BC7E9;
}

.text-panela-bagr {
  color: #8BC7E9;
}

.text-adobera {
  color: #CD571D;
}

.text-qamarillo {
  color: #FBDD3D;
}

.text-oaxaca {
  color: #00A29B;
}

.text-parmesano {
  color: #A9AD00;
}

.text-qcrema {
  color: #8AC8EC;
}

.text-cabra {
  color: #5D6E7F;
}

.text-gouda {
  color: #93999E;
}

.text-chihuahua {
  color: #B1A89C;
}

.text-mozzarella {
  color: #4681CF;
}

.text-cheddaranejo {
  color: #878989;
}

.text-extraanejo {
  color: #9D7C36;
}

.text-cotija {
  color: #BC4E20;
}

.text-awards {
  color: #FFF;
}

.text-awards-medals {
  color: #FB9200;
}

.text-giftpack {
  color: #002654;
}

.text-azul {
  color: #002C54;
}

.text-white {
  color: white;
}

.text-gris {
  color: #CCCCCC;
}

/* Estilos */

img {
  max-width: 100%;
}

img {
  vertical-align: middle;
  border-style: none;
}

.art-card {
  min-height: 350px;
}

.art-card_subsubtitle h2 {
  font-size: 24px;
  line-height: 28px;
  font-family: "Roboto-Bold";
}

.button-art a {
  color: #FCA311;
  font-size: 14px;
  line-height: 18px;
  padding-top: 10px;
  text-decoration: underline!important;
}

.btn-block {
  display: block;
  width: 100%;
}

.button-menu_contacto button {
  border: none;
  color: white;
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
  font-family: "Roboto-Bold";
  height: 32px;
  text-transform: uppercase;
  width: 100%;
}

.btn, .btn-md {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.button-menu button {
  border: none;
  color: white;
  cursor: pointer;
  font-size: 24px;
  font-family: "Roboto-Bold";
  padding: 10px 70px;
  text-transform: uppercase;
  text-align: center;
  line-height: 50px;
}

.button-paginator {
  border: none;
  color: white;
  font-family: "Roboto-Bold";
  font-size: 24px;
  height: auto;
  min-height: 59px;
  padding: 15px;
  text-transform: uppercase;
  text-align: left;
  line-height: 28px;
}

.notificacion_contacto h2,
.section_subtitle-tips h2 {
  color: #FCA311;
  font-family: "Roboto-Bold";
  font-size: 32px;
  line-height: 50px;
}

.notificacion_contacto p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.notificacion_contacto img {
  height: 30px;
  width: 30px;
}


.categoria_title h2 {
  color: #CCCCCC;
  font-size: 32px;
  line-height: 50px;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
}

.content-art.wellness {
  height: 170px;
  border-top: 10px solid #FCA311;
}

.composicion-table {
  width: 494px;
  text-align: center;
}

.composicion-table-information {
  border: 2px solid #002C54;
  color: #002C54;
  margin: auto;
  text-align: left;
  width: 390.6px;
}

.background-historia-col{
  background-image: url('../assets/img/maquina-2002.png');
  background-repeat: no-repeat, repeat;
  background-position: 54% 2%;
}

.background-historia2-col{
  background-image: url('../assets/img/maquina.png');
  background-size: 49%;
  background-repeat: no-repeat, repeat;
  background-position: 100% 80%;
}

.section_awards--history,
.section_footer--history,
.section_mercadospremios--history {
  position: relative;
  z-index: 9;
}

.text_award_history h2 {
  font-size: 32px;
  line-height: 50px;
  font-family: "Roboto-Bold";
}

.btn-tiempo-historia {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 32px;
  line-height: 50px;
  font-family: "Roboto-Bold";
  outline: none;
}

.card_linea_productos {
  height: 542px;
}

.card_linea_productos h2 {
  font-size: 48px;
  line-height: 62px;
  font-family: "FlamaCondensed";
  padding-top: 120px;
  margin: 0;
}

.card_linea_productos p {
  font-size: 12px;
  line-height: 16px;
  margin: 0;
}

.card_linea_productos div.linea_b {
  background-color: white;
  width: 80%;
  margin: 20px auto;
  height: 2px;

}

.composicion-table-information th {
  border: 2px solid #002C54;
  color: white;
  font-size: 28.8px;
  font-family: "Roboto-Bold";
  line-height: 34px;
  height: 63.6px;
  text-align: center;
}

.composicion-table-information td {
  font-size: 16.8px;
  font-family: "Roboto-Bold";
  padding: 2px 8px;
  line-height: 21px;
}

.text-info-leche td {
  font-size: 19.2px;
  line-height: 23px;
  font-family: "Roboto-Bold";
}

.composicion-table th {
  border: 2px solid;
  color: white;
  font-size: 16px;
  font-family: "Roboto-Bold";
  line-height: 19px;
  padding: 15px;
}

.composicion-table td {
  border: 2px solid;
  padding: 15px;
}

.container-leche-info div {
  padding: 10px;
}

.content-recetas img {
  margin-right: 10px;
  width: 22px;
}

.content_politicas_priv span {
  font-size: 100px;
  line-height: 117px;
  color: #ccc;
}

.fr-yellow {
  border-top: 10px solid #FCA311;
}

.content_politicas_priv .border-bottom {
  border-bottom: 1px solid #D6D6D6;
}

.content_politicas_priv .pad-politicas {
  padding: 35px 0;
}

.content-print {
  display: inline-flex;
}

.content-print button {
  cursor: pointer;
  outline: none;
}

.content-recetas span.blue {
  font-size: 16px;
  font-family: "Roboto-Bold";
  line-height: 19px;
  margin-right: 20px;
  vertical-align: middle;
}

.content-print button {
  background-color: transparent;
  border: none;
}

.content-print button img {
  width: 30px;
  margin: 0 20px;
}

.content_contacto div.bg-awards {
  height: auto;
}

.section_title_contacto h2 {
  font-size: 48px;
  line-height: 57px;
}

.section_wellness h3,
.section_title_contacto h3,
.text_award_history p {
  font-size: 24px;
  line-height: 28px;
  font-family: "Roboto-Bold";
}

.content-error h2 {
  font-size: 32px;
  line-height: 36px;
}

.content-error p {
  font-size: 18px;
  line-height: 21px;
}

.content-menu-recetas p {
  font-size: 10px;
  line-height: 14px;
}

.cont_medals img {
  cursor: pointer;
}

.content-recetas span {
  font-size: 12.8px;
  font-family: "Roboto-Bold";
  line-height: 15px;
  vertical-align: middle;
}

.subsub_title-recetagr h2 {
  color: #FCA311;
  font-size: 48px;
  margin: 0;
  line-height: 52px;
}

#language-select{
  position: absolute;
    top: 37px;
    right: 80px;
      background: transparent;
    color: #fff;
    font-size: 14px;
    font-family: "Roboto";
    letter-spacing: 1px;
    border: none;
}

footer.footer6 {
  color: white;
  position: relative;
  overflow: hidden;
  padding-top: 2.33333rem;
}

footer .footer__big {
  padding: 40px 0 20px;
}

footer .footer__big .text_widget .footer_logo {
  height: 40px;
  margin-bottom: 30px;
  width: 167px;
}

footer .footer__big .text_widget div a button {
  border: none;
  border-radius: 100%;
  color: #002C54;
  cursor: pointer;
  font-size: 1.8rem;
  height: 45px;
  margin-left: 30px;
  outline: none;
  padding: 3px;
  width: 45px
}
footer .footer__big .widget ul.links li,
footer .footer__big .text_widget div a {
  line-height: 30px;
}

footer .footer__big .widget ul.links li a {
  color: white;
}

footer.footer6 .footer__bottom .container,
footer.footer6 .footer__big .container {
  width: 75%;
}

footer .footer__bottom .footer__bottom-content {
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 2.33333rem 0;
}

footer .footer__bottom .footer__bottom-content .social-basic li a {
  color: white;
}

.footer_media a img {
  margin-left: 15px;
  height: 30px;
  width: 30px;
}

.tips-content p {
  line-height: 20px;
}

.filter-select {
  cursor: pointer;
  position: absolute;
  left: 225px;
  bottom: 6px;
  width: 20px;
}

.filter-select2 {
    cursor: pointer;
    position: absolute;
    right: 20px;
    bottom: 6px;
    width: 20px;
}

.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.home {
  height: 649px;
  padding-top: 95px;
  overflow: hidden;
}

.intro-area-two {
  background-color: #002C54;
  position: fixed;
  height: 95px;
  width: 100%;
  z-index: 10;
}

.intro-area-two .menu_area.menu8 {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
}

.input-style {
  padding: 14px;
  display: block;
  border: none;
  border-bottom: 2px solid #555;
  width: 100%;
  outline: none;
}

.input-style::placeholder,
.input-style::-webkit-input-placeholder,
.input-style::-moz-placeholder {
  color: #3f3f3f;
}

label {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.list-menu {
  background-color: white;
  font-size: 32px;
  font-family: "Roboto-Bold";
  min-height: 1020px;
  padding: 16px 60px;
  position: absolute;
  right: 0;
  top: 95px;
  z-index: 11;
  width: 33.33333333%;
}

.list-menu.home-menu-n {
  background-color: hsla(209, 100%, 16%, 0.92);
  color: #fff !important;
}

section.menu-select-recetas > div > div > div:nth-child(2) > div > div.select-selected,
section.menu-select-recetas > div > div > div:nth-child(1) > div > div.select-selected {
  font-family: "Roboto-Bold";
}

.list-menu ul li {
  color: #002C54;
  line-height: 60px;
  list-style: none;
  text-transform: uppercase;
}

.list-menu ul {
  margin-top: .5em;
  margin-bottom: .5em;
}

.list-menu div a button {
  border: none;
  border-radius: 100%;
  color: white;
  cursor: pointer;
  font-size: 2rem;
  height: 60px;
  margin-right: 15px;
  outline: none;
  width: 70px
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.queso-cabra {
  height: 250px;
}

.menu_media a img {
  height: 50px;
  margin: 15px;
  width: 50px;
}

.menu_area {
  -webkit-box-shadow: 0.33333rem 0 1.33333rem rgba(87,87,87,.1);
  box-shadow: 0.33333rem 0 1.33333rem rgba(87,87,87,.1);
  position: relative;
}

.menu_area .navbar {
  padding: 0.35rem;
}

.media-art {
  width: 100%;
  height: 130px;
  overflow: hidden;
}

.number-tips {
  color: #ccc;
  margin: 0;
  font-size: 24px;
  font-family: "Roboto-Bold";
  line-height: 28px;
  text-align: right;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.3rem 1rem;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.5025rem;
  padding-bottom: 0.5025rem;
  margin-right: 1rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-toggler {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  box-shadow: 0 0 4px rgba(0,0,0,.1);
  color: #fff;
  line-height: 1;
  padding: .33333rem .66667rem;
  outline: none;
  -webkit-border-radius: .25rem;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,.1);
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item,
.owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.paginator button {
  background-color: transparent;
  border: none;
  color: #929292;
  cursor: pointer;
}

.paginator button img {
  width: 15%;
  height: auto;
}

.page--content {
  min-height: 562px;
  padding-top: 95px;
}

.p-top-10 {
  padding-top: 10px;
}

.p-top-20 {
  padding-top: 20px;
}

.p-top-30 {
  padding-top: 30px;
}

.p-bottom-70 {
  padding-bottom: 70px;
}

.p-bottom-30 {
  padding-bottom: 30px;
}

.p-top-70 {
  padding-top: 70px;
}

.caption-description-info-recetas h3,
.presentaciones-queso h4 {
  font-size: 24px;
  font-family: "Roboto-Bold";
  line-height: 28px;
  margin-top: 0;
  text-transform: uppercase;
}

.section_text_info_usos {
    display: none;
}

.title_nuestros-quesos h2 {
  font-size: 24px;
  font-family: "Roboto-Bold";
  line-height: 28px;
  margin-top: 0;
}

.content_receta_detalle h3 {
  font-size: 24px;
  font-family: "Roboto-Bold";
  line-height: 28px;
  text-transform: uppercase;
}

.content_receta_detalle h2 {
  color: #002C54;
  font-family: "Roboto-Bold";
  font-size: 32px;
  line-height: 50px;
  margin-top: 0;
  text-transform: uppercase;
}

.content_receta_detalle p {
  margin-top: 0;
}

.presentaciones-queso p {
  font-size: 14px !important;
  font-family: "Roboto-Bold";
  line-height: 21px;
  margin: 0;
}

.sub-text p {
  font-size: 17px;
  margin-top: 0;
  text-align-last: center;
}

.section_title h2 {
  font-family: "Roboto-Bold";
  font-size: 64px;
  line-height: 75px;
  margin-top: 5px;
  margin-bottom: 5px; 
  text-transform: uppercase;
}

.title_aviso_priv h1 {
  font-size: 64px;
  line-height: 55px;
  font-family: "Roboto-Bold";
  text-transform: uppercase;
}

.section_subtitle.title-padding {
  padding-right: 130px;
}

.section_subtitle h2,
.section_title-awards h2 {
  font-size: 64px;
  font-family: "Roboto-Bold";
  line-height: 61px;
  margin-top: 0;
  text-transform: uppercase;
}

.section_medals-awards h4 {
  font-size: 24px;
  font-family: "Roboto-Bold";
  line-height: 28px;
  margin: 24px 0;
}

.section_subsubtitle h2{
  color: #002C54;
  font-family: "Roboto-Bold";
  font-size: 32px !important;
  line-height: 50px;
  margin-top: 0;
  text-transform: uppercase;
}

.section_subsubtitle-tips h2 {
  font-family: "Roboto-Bold";
  font-size: 32px;
  line-height: 38px;
}

.section_subtitle-recetas h2 {
  color: #CCCCCC;
  font-size: 48px;
  font-family: "Roboto-Bold";
  line-height: 57px;
  margin: 0;
}

.section_subtitle-recetas p {
  color: #3F3F3F;
  font-size: 12px;
  line-height: 16px;
}

.search-form {
  position: relative;
  padding-top: 10px;
}

.search-form .search-field {
  padding-left: 50px;
  padding-right: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  border-color: #f2f2f2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-color: #f2f2f2;
  outline: none;
}

.search-form .search-submit {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background-color: transparent;
  border: none;
}

.search-form .search-submit img {
  width: 40px;
  height: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.topbar-slider #slider-thumbnail .item {
  position: relative;
}

.topbar-slider #slider-thumbnail .item img {
  display: block;
  width: 100%;
}

.owl-item .item .caption-description {
  bottom: 28%;
  display: block;
  padding: 40px 90px;
  position: absolute;
  width: 100%;
}

.owl-item .item .caption-description-info-recetas {
  display: block;
  padding: 62px 20px;
  position: absolute;
  width: 100%;
}

.owl-item .item .caption-description-info-recetas.short {
    display: block;
    padding: 34px 10px;
    position: absolute;
    width: 100%;
}

.owl-item .item .caption-description-recetas {
  bottom: 30%;
  display: block;
  padding: 20px 50px;
  position: absolute;
  width: 100%;
}

.owl-item .item .caption-description-recetas2 {
  bottom: 30%;
  display: block;
  padding: 20px 50px;
  position: absolute;
  width: 100%;
}

.caption-description-recetas span.caption-title {
  font-size: 40px !important;
  line-height: 50px;
}

.owl-item .item .caption-description-recetas.twowords {
  bottom: 22%;
}
.owl-item .item .caption-description-recetas2.twowords {
  bottom: 20%;
}

.topbar-slider #slider-thumbnail .item-caption,
.owl-item .item .item-caption-quesos,
.owl-item .item .item-caption-recetas,
.owl-item .item .item-caption-recetas2 {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(43,43,43,.8);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  -ms-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.topbar-slider #slider-thumbnail .item-caption {
  height: 563px;
}

.topbar-slider #slider-thumbnail .item-caption.petite-caption {
  height: 281.5px;
}

.tip-recetas p {
  font-size: 18px;
  line-height: 21px;
  padding-top: 22%;
}

.owl-item .item .item-caption-quesos {
  height: 346px!important;
}

.owl-item .item .item-caption-recetas {
  height: 270px!important;
}

.topbar-slider #slider-thumbnail .item .caption-description {
  display: block;
  padding: 40px 30px;
  position: absolute;
  text-align: left;
}

.text-art-title {
  font-size: 18px;
  line-height: 21px;
  padding: 10px 0;
  text-transform: uppercase;
}

.tip-wellness {
  height: 284px;
  padding: 10px 10px;
}

.tip-wellness h2 {
  font-size: 48px;
  line-height: 50px;
  font-family: "Roboto-Bold";
  text-transform: uppercase;
}

.tip-wellness h2 img {
  padding-bottom: 5px;
  padding-right: 15px;
}

.tip-wellness p {
  line-height: 16px;
}

.tip-wellness button {
  background-color: transparent;
  border: 2px solid white;
  color: white;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  padding: 8px 30px;
  text-transform: uppercase;
  margin: 10px;
}

.tip-wellness-receta button {
  background-color: transparent;
  border: 2px solid white;
  color: white;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  height: 39.17px;
  line-height: 21px;
  margin: 10px;
  text-transform: uppercase;
  width: 145.38px;
}

.topbar-slider #slider-thumbnail .item:hover .item-caption,
.owl-item .item:hover .item-caption-recetas,
.owl-item .item:hover .item-caption-recetas2 {
  background-color: hsla(0, 0%, 0%, 0.38);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  -ms-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.owl-item .item:hover .item-caption-recetas2 {
  background-color: #FBA400;
}

.owl-item .item:hover .item-caption-quesos,
.item.homehovo:hover .item-caption {
  background-color: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  -ms-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.tip-wellness-content {
  padding-top: 30px;
}

.topbar-slider #slider-thumbnail .item .caption-title,
.owl-item .item .caption-title {
  display: block;
  font-size: 48px;
  line-height: 47px;
}

.topbar-slider #slider-thumbnail .item .caption-title-link {
  color: #fff;
  display: block;
  font-size: 48px;
  font-family: "Roboto-Bold";
  height: 100%;
  line-height: 57px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}

.owl-item .item .caption-title-text-cheese {
  color: #fff;
  display: block;
  font-size: 32px;
  font-family: "Roboto-Bold";
  height: 100%;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}

.owl-item .item .caption-title-text-recetas,
.owl-item .item .caption-title-text-recetas2 {
  color: #fff;
  display: block;
  font-size: 32px;
  font-family: "Roboto-Bold";
  height: 100%;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}

.owl-title-item {
  width: 100%;
  height: 20px;
}

.owl-item .homeovo{
  height: 100%;
}
.owl-item.nQuesos {
  height: 330px;
  overflow: hidden;
}

.owl-item.nRecetas {
  height: 270px;
  overflow: hidden;
}

.owl-item.nRecetas2 {
  height: 240px;
  overflow: hidden;
}

.owl-item.nHome {
  width: 50%;
  height: 563px;
  overflow: hidden;
}

.owl-item.nHome2 {
  width: 100%;
  height: 281.5px;
  overflow: hidden;
}

.info-leche-conv {
  width: 71px;
  height: auto;
}

.info-leche-conh {
  width: 125px;
  height: auto;
}

.widget_search .search-form .search-field {
  border-color: #fff;
  background-color: #fff;
}

.item.cheddar:hover .item-caption-quesos {
  background-color: #FBA400;
}

.item.manchego:hover .item-caption-quesos {
  background-color: #E2485F;
}

.item.panela:hover .item-caption-quesos {
  background-color: #8BC7E9;
}

.item.panela-bagr:hover .item-caption-quesos {
  background-color: #8BC7E9;
}

.item.adobera:hover .item-caption-quesos {
  background-color: #CD571D;
}

.item.qamarillo:hover .item-caption-quesos {
  background-color: #FBDD3D;
}

.item.oaxaca:hover .item-caption-quesos {
  background-color: #00A29B;
}

.item.parmesano:hover .item-caption-quesos {
  background-color: #A9AD00;
}

.item.crema:hover .item-caption-quesos {
  background-color: #8AC8EC;
}

.item.cabra:hover .item-caption-quesos {
  background-color: #5D6E7F;
}

.item.chihuahua:hover .item-caption-quesos {
  background-color: #B1A89C;
}

.item.gouda:hover .item-caption-quesos {
  background-color: #93999E;
}

.item.mozzarella:hover .item-caption-quesos {
  background-color: #4681CF;
}

.item.cheddaranejo:hover .item-caption-quesos {
  background-color: #878989;
}

.item.extraanejo:hover .item-caption-quesos {
  background-color: #9D7C36;
}

.item.cotija:hover .item-caption-quesos {
  background-color: #BC4E20;
}

.item.giftpack:hover .item-caption-quesos {
  background-color: #002654;
}

textarea {
  resize: none;
  font-family: "Roboto";
}

/* Select */

div.custom-select > div.select-items > div,
.linebajo {
  width: 80%;
  margin-left: 10%;
  }

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: "Roboto";
  border-bottom: 1px solid #000;
  width: 235px;
}

.custom-select.contacto {
  border-bottom: 1px solid #555;
}

.custom-select.contacto {
  width: 100%;
}

.custom-select.contacto option {
  width: 100%;
}

.custom-select.contacto .select-selected {
  padding-left: 14px;
  color: #3F3F3F;
  font-weight: normal;
  font-size: 14px;
  font-family: "Roboto";
  padding: 14px;
  border-bottom: 1px solid #555;
  line-height: 18px;
}

.custom-select.custom2 {
  margin-left: auto;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.custom-select_contacto select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: transparent;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  color: #4E4E4E;
  padding: 8px 16px 8px 0;
  font-size: .9rem;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  background-color: #fff;
  top: 102%;
  left: 20px;
  right: 0;
  position: absolute;
  background-color: #fff;
  z-index: 99;
  -webkit-box-shadow: 0 10px 30px rgba(41,41,59,.1);
  box-shadow: 0 10px 30px rgba(41,41,59,.1);
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  border: 2px solid black;
  border-color: transparent transparent rgba(0, 0, 0, 1) transparent;
  width: 80%;
  margin-left: 10%;
}

/* Fin select */

/* Paginaci��n */

.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s;
}

.icon-paginator {
  width: 20px;
}

.pagination a.active {
  background-color: #ffc107;
  color: #fff;
}

.disabled {
  pointer-events: none;
}

.pagination a:hover:not(.active) {background-color: transparent;}

/* Fin paginaci��n */

/* Modal */
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #ffffff;
  margin: 12% auto;
  padding: 15px;
  border: 1px solid #6b6969;
  width: 512px;
  height: 320px;
}
/* Modal header */
/* Top section of the modal w/ title and dismiss */
.modal-header {
  padding: 15px;
  border-bottom: 11px solid #e5e5e5;
  position: relative;
}
/* Close icon*/
.modal-header img {

  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  width: 20px;
}


.notificacion_contacto h2 {
  font-family: "FlamaCondensed";
  text-transform: uppercase;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Tooltip */

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #ccc;
    color: #006080;
}

.tooltip .tooltiptext {
  visibility: hidden;
  position: absolute;
  width: 150px;
  background-color: #f9f9f9;
  color: #3f3f3f;
  text-align: center;
  padding: 15px 0;
  z-index: 1;
  opacity: 0;
  border-radius: 2px;
  transition: opacity 0.3s;
  box-shadow: 3px 3px 4px 0 rgba(205,205,205,0.5);
}

.tooltip .tooltipFacebook {
  visibility: visible;
  position: absolute;
  width: 150px;
  background-color: #f9f9f9;
  color: #3f3f3f;
  text-align: center;
  padding: 15px 0;
  z-index: 1;
  opacity: 1;
  border-radius: 2px;
  transition: opacity 0.3s;
  box-shadow: 3px 3px 4px 0 rgba(205,205,205,0.5);
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltip-bottom {
  top: 135%;
  left: 35%;
  margin-left: -60px;
}

.tooltip-bottom::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #f9f9f9 transparent;
}

/* Fin tooltip */

@media only screen and (max-width: 991.98px) {
  #language-select{
    top: 30px;
    right: 80px;
}

    .col-sm-4 {
      max-width: 33.33333333%!important;
    }
    .col-sm-7 {
      max-width: 58.33333333%!important;
    }
    .col-sm-8 {
      max-width: 66.66666667%!important;
    }
    .col-sm-9 {
      max-width: 75%!important;
    }
  .row:before,
  .row:after {
    display: inline-block !important;
  }
  .container-mobile {
    width: 100%;
  }
  .contenedor_historia p {
    font-size: 13px;
    line-height: 18px;
  }
  .card_linea_productos div.p-top-70 {
    padding-top: 34px;
  }
  .card_linea_productos h2 {
    font-size: 20px;
    line-height: 26px;
    padding-top: 0px;
  }
  .card_linea_productos p {
    font-size: 12px;
    line-height: 16px;
  }
  .card_linea_productos div.linea_b {
    background-color: white;
    width: 80%;
    margin: 5px auto 15px;
    height: 2px;
  }
  .button-menu button {
    font-size: 32px;
    font-family: "Roboto-Bold";
    height: 79px;
    padding: 15px 20px;
    text-align: left;
    line-height: 50px;
  }
  .btn-tiempo-historia {
    font-size: 15px;
  }
  .col-sm-6 {
    max-width: 50%!important;
  }
  .col-sm-12 {
    max-width: 100%!important;
  }
  .col-sm-1 {
    max-width: 8.33%!important;
  }
  .col-sm-11 {
    max-width: 91.66%!important;
  }
  .col-sm-2 {
    max-width: 16.66%!important;
  }
  .col-sm-3 {
    max-width: 25%!important;
  }
  .col-sm-5 {
    max-width: 41.66%!important;
  }
  .col-sm-10 {
    max-width: 83.33%!important;
  }
  .composicion-table {
    width: 100%;
  }
  .composicion-table-information {
    width: 100%;
  }
  .composicion-table th {
    font-size: 12.8px;
    line-height: 15px;
    padding: 10px;
  }
  .content-recetas {
    text-align: left!important;
  }
  .content-print button {
    padding-right: 20px;
    padding-left: 0;
  }
  .content-print button img {
    width: 30px;
    margin: 0;
  }
  .content-error {
    padding-top: 90px;
    padding-bottom: 100px;
  }
  .section_title_contacto h2 {
    font-size: 32px;
    line-height: 50px;
  }
  .title_nuestros-quesos h2 {
    font-size: 18px;
    line-height: 21px;
  }
  .art-card_subsubtitle h2,
  .section_title_contacto h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .section_title_contacto p {
    font-size: 14px;
    line-height: 18px;
  }
  .content-error h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .content-error p {
    font-size: 18px;
    line-height: 21px;
  }
  .intro-area-two {
    height: 80px;
  }
  .content-recetas img {
    width: 21px!important;
  }
  .caption-description-info-recetas h3 {
    font-size: 16px;
    line-height: 19px;
  }
  .title_aviso_priv h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .content_politicas_priv span {
    font-size: 24px;
    line-height: 28px;
  }
  .content_politicas_priv p {
    margin-top: 0;
  }
  .card_linea_productos {
    height: 202px;
  }
  .container_cuidados_queso {
    padding-top: 0px;
  }
  .composicion-table-information th {
    font-size: 24px;
    height: 70px;
    line-height: 28px;
  }
  .composicion-table td {
    font-size: 11.2px;
    line-height: 14px;
    padding: 10px;
  }
  .container-leche-info div {
    padding: 10px 0;
  }
  .wellness-contain-2 {
    padding-top: 70px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .filter-select {
    /*cursor: pointer;*/
    /*position: absolute;*/
    /*left: 212px;*/
    /*bottom: 25px;*/
    /*width: 20px;*/
    display: none;
  }
  .filter-select2 {
    /*cursor: pointer;*/
    /*position: absolute;*/
    /*right: 79px;*/
    /*bottom: 25px;*/
    /*width: 20px;*/
    display: none;
  }
  .tip_wellness_content {
    padding: 0;
  }
  .custom-select {
    width: 235px;
    background: url(../assets/icon/icon-drop-down.svg) #FFF no-repeat 100% 50%;
    background-size: 20px;
  }
  .custom-select.custom2 {
    margin-left: 0;
  }
  .contain_recetas {
    padding: 0px;
  }
  .owl-item .item .caption-title,
  .owl-item .item .caption-title-text-recetas,
  .owl-item .item .caption-title-text-recetas2 {
    font-size: 16px !important;
    line-height: 19px;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .text_award_history  {
    padding-top: 0;
  }
  .text_award_history h2 {
    font-size: 22px;
    line-height: 50px;
    text-align: center;
  }
  .text_award_history p {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
  }
  .cont_medals img {
    padding: 8px;
  }
  footer .footer__big .widget--links ul.links li {
    font-size: 16px;
    line-height: 42px;
    padding-left: 30px;
  }
  footer .footer__big .text_widget {
    text-align: center!important;
  }
  .footer_media a img {
    margin: 0 10px;
    height: 40px;
    width: 40px;
  }
  footer .footer_media {
    padding-bottom: 30px;
  }
  footer .footer__big .text_widget .footer_logo2 {
    margin: 0 auto;
    padding: 50px 0 30px;
    width: 167px;
  }
  footer .footer__bottom .footer__bottom-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 30px;
  }
  .footer__bottom-content p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
  .footer__bottom-content .social-basic {
    font-size: 13px;
    line-height: 20px;
    padding-top: 30px;
  }
  .info-leche-conv {
    width: 71px;
    height: auto;
    padding: 4px;
  }
  .info-leche-conh {
    width: 100px;
    height: auto;
    padding: 2px;
  }
  .pagination {
    width: 100%;
  }
  .pagination a {
    padding: 6px;
    font-size: 14px;
    line-height: 18px;
  }
  .pagination.recetas a {
    padding: 9px;
    font-size: 14px;
    line-height: 18px;
  }
  .art-card,
  .text-art-title {
    margin-right: -15px;
    margin-left: -15px;
  }
  .list-menu {
    font-size: 24px;
    line-height: 70px;
    min-height: 730px;
    padding: 20px 30px;
    top: 80px;
    width: 100%!important;
  }
  .list-menu ul {
    margin-bottom: 0;
  }
  .menu_media a img {
    height: 40px;
    margin: 0 10px;
    width: 40px;
  }
  .menu-select-recetas {
    padding: 20px 15px;
  }
  .menu-select-recetas .col-6 {
    padding: 15px 0;
  }
  .container_search_recetas_p {
    padding-top: 5px;
  }
  .menu_area .navbar {
    padding: .734rem 0;
  }
  .modal-content {
    margin: 70% auto;
    padding: 55px;
    width: 100%;
    height: auto;
  }
  .navbar .navbar-brand {
    width: 167px;
  }
  .owl-title-item {
    color: white;
    font-size: 24px;
    min-height: 50px;
    height: auto;
    line-height: 28px;
    padding: 10px 0px;
    text-transform: uppercase;
    width: 100%;
  }
  .owl-item.nQuesos,
  .owl-item.nHome {
    height: auto;
    display: flex;
  }
  .owl-item .item .caption-description-recetas.twowords {
    bottom: 35%;
  }
  .owl-item .item .caption-description-recetas2.twowords {
    bottom: 30%;
  }
  .owl-item .item .caption-description-recetas,
  .owl-item .item .caption-description-recetas2 {
    padding: 20px 20px!important;
  }
  .owl-item.nRecetas,
  .owl-item.nRecetas2 {
    height: 175px;
    display: flex;
  }
  .owl-item.nQuesos .item,
  .owl-item.nHome .item {
    width: 50%;
    padding: 10px 0 25px 25px!important;
  }
  .background-historia-col {
    background-size: 0%;
  }
  .background-historia2-col {
    background-size: 0%;
  }
  .owl-item.nQuesos .item img,
  .owl-item.nRecetas .item img,
  .owl-item.nRecetas2 .item img {
    width: 100%;
    height: auto;
  }
  .owl-item .item .caption-description-info-recetas.short,
  .owl-item .item .caption-description-info-recetas  {
    padding: 10px;
    width: 100%;
    height: 175px;
  }
  .owl-item .item .item-caption-recetas,
  .owl-item .item .item-caption-recetas2 {
    height: 175px!important;
    background-color: #0000006b;
    opacity: 1;
  }
  .page--content {
    padding-top: 80px;
  }
  .p-mobile-0 {
    padding-top: 0;
  }
  .paginator button.mobile-button {
    background-color: transparent;
    border: none;
    vertical-align: middle;
    width: 41px;
  }
  .paginator button img {
    width: 100%;
    height: auto;
  }
  .section_subtitle- h2,
  .presentaciones-queso h4,
  .section_medals-awards h4,
  .section_subsubtitle h2,
  .categoria_title h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .txt-wrd,
  .section_text_info_queso p {
    font-size: 14px;
    line-height: 18px;
    font-family: "Roboto-Bold";
  }
  .section_text_info_ingredientes {
    font-size: 14px;
    line-height: 20px;
    font-family: "Roboto-Bold";
  }
  .section_mercadospremios--history div.p-bottom-70.p-top-70 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .notificacion_contacto h2,
  .subsub_title-recetagr h2,
  .section_subtitle-recetas h2 {
    font-size: 32px;
    line-height: 30px;
  }
  .section_title_recetas_p {
    padding-top: 30px;
  }
  .tip-recetas p {
    font-size: 16px;
    line-height: 19px;
    padding-top: 10px;
    margin: 0;
  }
  .tooltip .tooltiptext {
    width: 130px;
  }
  .tooltip-bottom::after {
    left: 14%;
  }
  .tooltip-bottom {
    left: 110%;
  }
  .presentaciones-queso p {
    font-size: 16px;
    line-height: 19px;
  }
  .section_medals-awards h4 {
    text-align: center;
  }
  .queso-cabra {
    width: 70px !important;
  }
  .item.crema img {
    padding-top: 40px;
  }
  .item.cotija img,
  .item.parmesano img {
    width: 120px !important;
  }
  .quesos {
    padding-bottom: 0;
  }
  .section_subtitle.title-padding {
    padding-right: 0;
  }
  .navbar-toggler {
    width: 39px;
    padding: 0;
  }
  .section_title h2 {
    font-size: 32px;
    line-height: 50px;
  }
  .section_subtitle h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .text-quesos-mobile {
    padding-top: 20px;
    padding-bottom: 80px;
    text-align: left;
  }
  .text-quesos-mobile p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 1px !important;
  }
  .text-quesos-mobile a {
    color: #FFAD2C;
    font-size: 14px;
    line-height: 18px;
    text-decoration: underline;
  }
  .section_title-awards h2 {
    text-align: center;
    font-size: 48px;
    line-height: 57px;
  }
  .sub-text p {
    font-size: 16px;
    line-height: 20px;
  }
  .content_medals-mobile {
    padding-top: 0;
  }
  .us-time-line {
    padding: 8px;
  }
  .w-100 {
    width: 100% !important;
  }
}

@media only screen and (min-width: 1441px) {
  .home {
    height: 1080px;
  }
  .col-lg-5 {
    width: 41.66%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .owl-item.nHome {
    height: 985px;
  }
  .topbar-slider #slider-thumbnail .item-caption {
    height: 985px;
  }
  .owl-item.nHome2 {
    height: 492.5px;
  }
  .topbar-slider #slider-thumbnail .item-caption.petite-caption {
    height: 492.5px;
  }
  .owl-item .item .caption-description {
    bottom: 36%;
  }
  #slider-thumbnail > div > div.col-4.p-0.d-sm-none > div.owl-item.azul.nHome2 > div > img {
    width: 35%!important;
    margin: auto;
    padding-top: 22%!important;
  }
  .section_title_contacto {
    padding: 169px 0px;
  }
  .contactanos_section_p {
    padding-top: 95px;
  }
  .caption-description.ws {
    top: 410px!important;
  }
}

@media only screen and (max-width: 740.98px) {
  #language-select{
    top: 30px;
    right: 40px;
  }
}



/* .itemCirculo {
  animation-duration: 3s;
  animation-name: slidein;
} */
.itemCirculo{
  max-width: none !important;
  width: 100%;
  top: 0%;
  left: 0%;
  transition: width 0.5s, top 0.5s, left 0.5s;
}
.itemCirculo:hover{
  width: 110% !important;
  top: -5% !important;
  left: -5% !important;
}

@keyframes slidein {
  from {
    height: auto;
    width: 100%;
  }

  to {
    height: auto;
    width: 150%;
  }
}

