/*
GENERAL
*/
@import url(../font/font-awesome-4.7.0/css/font-awesome.css);
.container-fluid {
  width: 95%; }

/*
// Very small devices (tablets, 480px and up)
@media (min-width: $screen-xs-min) {
	body{
		border: solid 4px pink;
	}
}

// Small devices (tablets, 768px and up)
@media (min-width: $screen-sm-min) {
	body{
		border: solid 4px orange;
	}
}

// Medium devices (desktops, 992px and up)
@media (min-width: $screen-md-min) {
	body{
		border: solid 4px green;
	}	
}

// Large devices (large desktops, 1200px and up)
@media (min-width: $screen-lg-min) {
	body{
		border: solid 4px yellow;
	}
}
*/
@font-face {
  font-family: 'Century725 BT';
  src: url("../font/Century725BT-Roman.woff2") format("woff2"), url("../font/Century725BT-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Century751 BT';
  src: url("../font/Century751BT-RomanB.woff2") format("woff2"), url("../font/Century751BT-RomanB.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Century725 Cn BT';
  src: url("../font/Century725BT-RomanCondensed.woff2") format("woff2"), url("../font/Century725BT-RomanCondensed.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.cabecera .nav-item {
  padding: 0px 10px; }
  .cabecera .nav-item .nav-link {
    font-family: "Century725 Cn BT";
    font-size: 15px;
    color: #fff;
    letter-spacing: .1em; }
    .cabecera .nav-item .nav-link:hover {
      color: #f0e404; }

.cabecera .redes a {
  color: #fff;
  font-size: 15px; }
  .cabecera .redes a:hover {
    color: #f0e404; }

@media (min-width: 480px) {
  .redes {
    /* width: 100%; */
    text-align: center !important; }
    .redes a span {
      text-align: center !important; }
  .navbar-nav {
    text-align: center; } 
  }

#elbanner .carousel-caption {
  top: calc(50% - 153px);
  left: 10%;
  right: 10%; 
  bottom: 0; 
}
#elbanner .carousel-caption h1 {
  
  padding: 15px 0px;
  font-family: "Century725 BT";
  font-size: 5em;
  border-radius: 10px; 
  background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.5));
  text-shadow: 2px 2px 2px 2px #00000038;
}

.section-about {
  color: #15151d; }
  .section-about img {
    margin-top: -100px; }
  .section-about h1 {
    padding-top: 2rem;
    font-family: "Century725 BT";
    font-weight: 900; }
  .section-about p {
    font-family: "Century751 BT";
    line-height: 25px;
    font-size: 20px;
    /*text-indent: ;*/
    text-align: justify; }

.section-myv {
  color: #f0eff0; }
  .section-myv h1 {
    font-family: "Century725 BT";
    font-weight: 900; }
  .section-myv p {
    font-family: "Century751 BT";
    line-height: 35px;
    font-size: 18px;
    text-indent: 2em;
    text-align: justify; }

.section-envasado {
  background: #512c1e;
  color: #f0eff0; }
  .section-envasado h1 {
    font-family: "Century725 BT";
    font-weight: 900; }
  .section-envasado p {
    font-family: "Century751 BT";
    line-height: 35px;
    font-size: 18px;
    text-indent: 2em;
    text-align: justify; }

/* ESTILO ESPECIAL PARA LAS MARCAS QUE TRABAJA FRUTOS SECOS */
.section-marcas {
  background: #eeeded;
  color: #1d252c; }
  .section-marcas h1 {
    font-family: "Century725 BT";
    /*font-size: 60px;*/
    font-weight: 900; }
  .section-marcas p {
    font-family: "Century751 BT";
    line-height: 35px;
    font-size: 18px;
    text-indent: 2em;
    text-align: justify; }

/* FIN MARCAS */
.section-contacto {
  background: #1b232a;
  color: #f0eff0; }
  .section-contacto h1 {
    text-align: left;
    font-family: "Century751 BT";
    font-size: 50px; }
  .section-contacto p {
    font-family: "Century751 BT";
    line-height: 35px;
    font-size: 20px;
    text-indent: 2em;
    text-align: justify; }
  .section-contacto form {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 0rem;
    padding-left: 3rem; }
@media(max-width:992px){
  .section-contacto form {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem; }
}

@media (min-width: 480px) {
  .section-about img, .section-myv img, .section-envasado img {
    margin-top: auto;
    padding-top: 35px; }
  .section-about h1, .section-myv h1, .section-envasado h1 {
    text-align: center; }
  .section-contacto h1 {
    text-align: left; }
  .section-contacto .form {
    padding: 0px; } }

.footer {
  text-transform: uppercase;
  font-size: 16px; }
  .footer p {
    color: #fff; }
    .footer p a {
      text-decoration: underline;
      color: #fff; }

.section-titulo {
  background: url("../img/banner3.jpg") center no-repeat;
  background-size: 100%;
  color: #fff;
  font-family: "Century725 BT"; }
  .section-titulo a {
    color: #c0b900; }
  .section-titulo h1 {
    font-size: 60px; }
  .section-titulo .breadcrumbs {
    font-size: 18px; }

.section-filtros {
  background: #e3dfe0; }

.section-productos {
  background: #e3dfe0; }
  .section-productos .item a {
    color: #000; }
    .section-productos .item a h2 {
      font-family: "Century725 BT"; }
    .section-productos .item a:hover {
      text-decoration: none; }

.modal-header {
  background: #a49484;
  border-bottom: 6px solid #4c412b; }
  .modal-header .modal-title {
    font-family: "Century725 BT";
    font-size: 40px;
    text-transform: uppercase; }
  .modal-header button {
    line-height: 1.1; }
    .modal-header button span {
      font-size: 45px;
      text-shadow: none;
      color: #4c412b; }

.modal-body {
  background: #e7e2e8; }
  .modal-body p {
    font-family: "Century725 BT";
    font-size: 20px;
    text-align: justify; }

.section-info a {
  color: #000;
  font-size: 17px;
}
.buttonSolicita {
  background-image: linear-gradient(to bottom, #cfa634, #ead108);
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 1.1em;
  padding: .5rem 1rem;
  color: #fff;
  box-shadow: 0px 0px 8px rgba(255,255,0,0);
  transition: 250ms ease all;
}
.buttonSolicita:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: 0px 0px 8px rgba(255,255,0,.5);
  transition: 250ms ease all;
}
.navbar-toggler {
  border: 0px solid rgba(0,0,0,0)!important;
}
.navbar-toggler-icon {
  background-size: 130% 130%;
}

@media(max-width:992px){
  .titleService {
    font-size: 24px;
    text-align: left;
  }
  #elbanner h1 {
    font-size: 18px !important;
  }
  #elbanner .carousel-caption h1 {
    font-weight: bold;
    background: rgba(234, 209, 8, 0.68);
    color: #000;
    border-radius: 4px;
    padding: 9px 20px;

  }
  #elbanner .carousel-caption {
    top: 0;
    left: 0%;
    right: 0%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
  }
  .navbar{padding:.5rem;}
}

/*AD PROMO PRODUCTS */
#call2aProds {
  padding: 0px;
  margin: .5rem;
  overflow:hidden;
  height: 350px;
  position: relative;
  box-shadow: 0px 9px 18px rgba(0,0,0,.5);
  display: block;
  border-radius: 5px;
}
#call2aProds img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 450ms cubic-bezier(0.100, 0.495, 0.000, 0.995);
  filter: blur(4px) contrast(1.2);
  transform: scale(1.03);
}
#call2aProds:hover img {
  transform: scale(1.1);
  filter: blur(0px);
  transition:all 450ms cubic-bezier(0.100, 0.495, 0.000, 0.995);
}
#call2aProds .contentText {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#call2aProds .contentText h2 {
  color: #fff;
  font-size: 56px;
  font-family: "Century751 BT";
  font-weight: 500;
  filter: drop-shadow(0 0 10px rgba(0,0,0,.4));
}
#call2aProds .contentText h2 span {
  font-weight: bold;
  color: #ffbc03;
  position: relative;
  text-shadow: 0px 5px 3px rgba(0,0,0,.2);
}
#call2aProds .contentText::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 350px;
  background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
  background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0,50%,0);
  transform: translate3d(0,50%,0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
#call2aProds:hover .contentText::before {
  opacity: 1;
  -webkit-transform: translate3d(0,0%,0);
  transform: translate3d(0,0%,0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
#call2aProds .contentText h2 span::before {
  /* content: "PRODUCTOS";
  width: 106%;
  height: 0%;
  position: absolute;
  color:#ffbc03;
  
  overflow:hidden;
  visibility: hidden;
  transition:all 150ms cubic-bezier(0.100, 0.495, 0.000, 0.995); */
}
#call2aProds:hover .contentText h2 span::before {
  /* content: "PRODUCTOS";
  width: 100%;
  height: 100%;
  visibility: visible;
  background:#ffbc03;
  color: #fff;
  padding: 0rem 1rem;
  transform: translateX(-1rem);
  transition:all 450ms cubic-bezier(0.100, 0.495, 0.000, 0.995); */
  /* content: "";
  width: 106% !important;
  height: 85%;
  visibility: visible;
  background: #ffbc03;
  color: #fff;
  transform: translateX(11px);
  transition: all 250ms cubic-bezier(0.100, 0.495, 0.000, 0.995);
  right: 1px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 56px;
  top: 7px;
  overflow: hidden; */
}
#call2aProds .btnHover {
  color: #fff;
  background: #bd6c2a;
  padding: .5rem 1rem;
  border-radius: 25px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: lighter;
  position: absolute;
  bottom: 0px;
  opacity:0;
  transition: all 250ms cubic-bezier(0.100, 0.495, 0.000, 0.995);
}
#call2aProds:hover .btnHover {
  opacity: 1;
  bottom: 50px;
  transition: all 250ms cubic-bezier(0.100, 0.495, 0.000, 0.995);
}
#elbanner .carousel-caption h1 {
  font-weight: bold;
  background: rgba(234, 209, 8, 0.68);
  color: #000;
  border-radius: 4px;
  padding: 9px 10px;
  width: 80%;
}
#elbanner .carousel-caption {
  top: 0px;
  left: 0%;
  right: 0%;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media(max-width:992px){
  #call2aProds .contentText h2{
      font-size: 30px;
      width: 100%;
      text-align: center;
  }
  #call2aProds img,
  #call2aProds {
      height: 350px;
  }
  #call2aProds .btnHover {
    opacity: 1;
    bottom: 50px;
    transition: all 250ms cubic-bezier(0.100, 0.495, 0.000, 0.995);
  }
  #call2aProds .contentText::before {
    opacity: 1;
    -webkit-transform: translate3d(0,0%,0);
    transform: translate3d(0,0%,0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
  }
  #call2aProds img {
    filter: blur(0);
  }
  .section-envasado .col-md-6:last-of-type {
    display: none;
  }
}

/*mediosDePago*/
.contenedor {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  overflow: hidden;
}
#mediosDePago {
  z-index:4;
  margin-top:1rem;
  position: relative;
  width: 90%;
  border-radius: 5px;
  box-shadow: 0px 9px 18px rgba(0,0,0,.5);
  background: linear-gradient(#795548, #512c1e);
}
#mediosDePago .col-md-12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#mediosDePago img {
  width: 90%;
  transform-origin: bottom right 0cm;
  transition:all 450ms cubic-bezier(0.100, 0.495, 0.000, 0.995);
  animation: 2s cubic-bezier(0.100, 0.495, 0.000, 0.995) .5s infinite moveHand;
}
@keyframes moveHand {
  0%    { transform:rotate(0); }
  50%   { transform: rotate(10deg); }
  100%   { transform: rotate(0deg); }
}

#mediosDePago .txt {
  font-size: 40px;
  padding: 5px 30px;
  width: 50%;
  font-family: "Century751 BT";
  color: #fff;
  line-height: 1.1;
}
.section-envasado {
  padding: 1rem 0rem;
}
.section-envasado img {
  height: 350px;
  object-fit: contain;
  width: 100%;
  border-radius: 5px;
  margin: 0px;
  padding: 0px;
  background: #fff;

}
.section-envasado h1 {
  text-align: left;
}
.section-envasado p {
  text-align: left;
  text-indent: 0px;
}
.section-marcas .row {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.section-filtros button span {
  display:none;
}
#formulario {
  display:flex;
  align-items: center;
  justify-content: flex-end;
}
#formulario input,
#formulario select,
#formulario button {
  height: 46px;
  /* border-radius: 0px; */
  border: 0px solid rgba(0,0,0,0);  
}
#formulario .form-group {
  margin-right: .5rem;
}
#formulario .form-group:last-of-type {
  margin-right: 0rem;
}
.section-productos .row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: .5rem;
}
.section-productos h2{
  font-size: 1.5rem;
  height: 60px;
  overflow:hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px!important;
}
.section-productos .caption {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.item {
  transition: 250ms ease all;
  box-shadow: 0px 0px 8px rgba(223, 191, 25, 0);
}
.item:hover {
  transition: 250ms ease all;
  box-shadow: 0px 0px 10px rgba(223, 191, 25, 0.46);
}
.img-producto {border-radius: 5px;}
@media(max-width: 992px) {
  #mediosDePago {
      margin-bottom: 1rem;
      width: 100%;
  }
  #mediosDePago .txt {
      font-size: 13px;
      padding: 20px 5px;
      width: 86%; 
      line-height: 1.1;
  }
  .tarjetas {
      position: relative;
  }
  #mediosDePago img {
      width: 100px;
      position: absolute;
      right: 0px;
      top: -46px;
  }
  .contenedor {
    width: 95.3%;
    padding: 1rem 0rem 1rem 1rem;
    overflow:visible;
  }
  .section-envasado p {
    text-indent: 0px;
    text-align: left;
  }
  .section-marcas {
    background: linear-gradient( #fff, #eeeded );
  }
  .owl-carousel .owl-item img {
    border-radius: 5px;
  }
  #botonEnviar {width: 100%;}
  .section-contacto h1 {
    text-align: center;
    font-size: 2.5rem;
  }
  .section-contacto .slogan {
    margin-top:-18px;
    color:#7a645d;
    text-align: center;
  }
  .section-titulo h1 {
    font-size: 37px;
  }
  #formulario  {
    float: none;
    flex-direction: column;
    align-items: stretch;
  }
  #formulario button {
    display:flex;
    align-items: center;
    justify-content: center;
    width: 100%!important;
  }
  #submit {
    display:flex;
    align-items: center;
    justify-content: center;
    width: 100%!important;
  }
  #formulario button span {
    display:flex;
  }
  #formulario input,
  #formulario select {
    border: none;
    width: 100%!important;
  }
  .img-producto {
    width: 100%;
    height: 150px!important;
  }
  .section-productos h2{
    font-size: .8rem;
    height: 50px;
    overflow:hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px!important;
  }
  .section-productos .row {
    grid-template-columns: 1fr 1fr;
  }
  .footer p {
    color: #fff;
    font-size: 12px;
    text-align: center;
  }
  .footer {
    padding: 1rem 0rem;
  }
}