/** GENERAL **/
::selection {
  background-color: #00B0DC;
  color: white;
}

body {
  font-family: "Raleway", sans-serif;
  color: #565455;
  overflow-x: hidden;
  background-image: url("../img/bg.svg");
  background-repeat: no-repeat;
  background-size: 40%;
  background-attachment: fixed;
}

p {
  line-height: 27px;
}

h1 {
  color: #124060;
  font-size: 50px;
  line-height: 57px;
}

h2 {
  font-size: 30px;
  color: #124060;
}

h3 {
  color: #565455;
  font-size: 21px;
  font-weight: 300;
  line-height: 36px;
}

h4 {
  color: #124060;
  font-weight: bold;
  font-size: 18px;
}

.transition {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.mrl0 {
  margin-left: 0;
  margin-right: 0;
}

.pl-0 {
  padding-left: 0;
}

.p-relative {
  position: relative;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-100 {
  padding-top: 100px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.bloq-celeste {
  background: #00B0DC;
  height: 800px;
  width: 30%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.bg-grad {
  background: rgb(249, 249, 249);
  background: -moz-linear-gradient(180deg, rgb(249, 249, 249) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(180deg, rgb(249, 249, 249) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(180deg, rgb(249, 249, 249) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9",endColorstr="#ffffff",GradientType=1);
}

.btn {
  background-color: #124060;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  color: white !important;
  border-radius: 0;
}

.texto-celeste {
  color: #00B0DC !important;
}

.texto-rojo {
  color: #C61749 !important;
}

/** NAV **/
.navbar {
  z-index: 3;
}
.navbar .navbar-brand {
  display: none;
}
.navbar ul {
  margin: auto;
}
.navbar ul li a {
  color: white !important;
  border-bottom: solid 1px transparent;
}
.navbar ul li a.active {
  color: #00B0DC !important;
}
.navbar ul .btn-contacto {
  background-color: #124060;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  color: white !important;
}
.navbar ul.dropdown-menu {
  background: white;
  border-radius: 15px;
  padding-left: 0;
  box-shadow: rgba(26, 28, 33, 0.1294117647) 0 16px 30px;
}
.navbar ul.dropdown-menu li a:hover {
  background: transparent;
  color: #00B0DC !important;
}
.navbar .navbar-toggler {
  width: 50px;
  padding: 5px;
  background: #F9F9F9;
  border: solid 1px #F9F9F9;
  margin: auto;
  margin-right: 0;
}
.navbar .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

nav {
  position: absolute !important;
  right: 0 !important;
  left: 0 !important;
}

nav.scroll, nav.secciones {
  height: 100px;
  position: sticky !important;
  top: 0;
  z-index: 9;
}
nav.scroll .navbar-brand, nav.secciones .navbar-brand {
  display: block;
  width: 130px;
}
nav.scroll ul, nav.secciones ul {
  margin-right: 0 !important;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
  list-style: none;
}
nav.scroll ul li a, nav.secciones ul li a {
  color: #565455 !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

nav.fix {
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
}

/** PORTADA **/
.portada {
  padding-top: 70px;
  padding-bottom: 100px;
}

.borde {
  position: absolute;
  bottom: 0;
  width: 70px;
  z-index: 1;
}

/** Carrousel **/
.clientes-carrusel {
  background: white;
  padding-top: 70px;
  padding-bottom: 70px;
  z-index: 1;
  position: relative;
}
.clientes-carrusel h2 {
  margin-bottom: 40px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2500px);
  }
}
.slider {
  background: white;
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  animation: scroll 100s linear infinite;
  display: flex;
  width: 2500px;
}
.slider .slide {
  height: 100px;
  width: 250px;
}

/** VENTAJAS **/
.ventajas {
  margin-top: -150px;
  padding-top: 150px;
  text-align: center;
}
.ventajas img {
  margin-top: 5px;
  max-width: 50px;
  max-height: 40px;
  margin-bottom: 20px;
}

/** PRODUCTOS **/
.img-produccion {
  width: 100%;
  height: 300px;
  background-color: #f5f5f5;
  margin-bottom: 30px;
  background-image: url("../img/img-produccion.jpg");
  background-size: cover;
  background-position: center center;
}

.img-productores {
  width: 100%;
  height: 300px;
  background-color: #f5f5f5;
  margin-bottom: 30px;
  background-image: url("../img/img-productores.jpg");
  background-size: cover;
  background-position: center center;
}

.img-etiquetado {
  width: 100%;
  height: 300px;
  background-color: #f5f5f5;
  margin-bottom: 30px;
  background-image: url("../img/img-etiquetado.jpg");
  background-size: cover;
  background-position: center center;
}

/** FOOTER **/
footer {
  background: #F9F9F9;
}
footer ul {
  padding: 0;
}
footer ul li {
  list-style: none;
}
footer ul li a {
  color: #124060;
  text-decoration: none;
}
footer ul li a:hover {
  color: #00B0DC;
}
footer .logo-f {
  width: 150px;
}
footer .menu-f {
  margin-bottom: 10px;
}
footer .menu-f a {
  color: #124060;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
}
footer .menu-f a:hover {
  color: #00B0DC;
}
footer .aling-f {
  text-align: center;
  margin-bottom: 30px;
}

/** SECCIONES **/
.portada-cliente {
  width: 100%;
  background-image: url("../img/clientes.jpg");
  background-position: center center;
  background-size: cover;
  height: 300px;
}

.bloq-cliente {
  background: white;
  padding: 30px;
  text-align: center;
  border: solid 1px #F9F9F9;
  margin-bottom: 30px;
}
.bloq-cliente img {
  margin: 0 auto 30px auto;
  width: 70%;
}

.portada-contacto {
  width: 100%;
  background-image: url("../img/contacto.jpg");
  background-position: center center;
  background-size: cover;
  height: 300px;
}

.img-cont {
  margin-top: 5px;
  max-width: 50px;
  max-height: 40px;
  margin-bottom: 20px;
}

.bloq-contacto a {
  color: #124060;
  text-decoration: none;
}
.bloq-contacto a:hover {
  color: #00B0DC;
}

.bg-produccion {
  height: 300px;
  background-image: url("../img/img-produccion.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 0;
}
.bg-produccion h3 {
  position: absolute;
  font-weight: 500;
  font-size: 18px;
  bottom: 0;
  color: white;
  width: 100%;
  margin: 0;
  padding: 30px 0 20px 0;
  text-align: center;
  background: rgb(18, 64, 96);
  background: -moz-linear-gradient(180deg, rgba(18, 64, 96, 0) 0%, rgb(18, 64, 96) 100%);
  background: -webkit-linear-gradient(180deg, rgba(18, 64, 96, 0) 0%, rgb(18, 64, 96) 100%);
  background: linear-gradient(180deg, rgba(18, 64, 96, 0) 0%, rgb(18, 64, 96) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#124060",endColorstr="#124060",GradientType=1);
}

.bg-productores {
  height: 300px;
  background-image: url("../img/img-productores.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 0;
}
.bg-productores h3 {
  position: absolute;
  font-weight: 500;
  font-size: 18px;
  bottom: 0;
  color: white;
  width: 100%;
  margin: 0;
  padding: 30px 0 20px 0;
  text-align: center;
  background: rgb(18, 64, 96);
  background: -moz-linear-gradient(180deg, rgba(18, 64, 96, 0) 0%, rgb(18, 64, 96) 100%);
  background: -webkit-linear-gradient(180deg, rgba(18, 64, 96, 0) 0%, rgb(18, 64, 96) 100%);
  background: linear-gradient(180deg, rgba(18, 64, 96, 0) 0%, rgb(18, 64, 96) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#124060",endColorstr="#124060",GradientType=1);
}

.bg-etiquetado {
  height: 300px;
  background-image: url("../img/img-etiquetado.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 0;
}
.bg-etiquetado h3 {
  position: absolute;
  font-weight: 500;
  font-size: 18px;
  bottom: 0;
  color: white;
  width: 100%;
  margin: 0;
  padding: 30px 0 20px 0;
  text-align: center;
  background: rgb(18, 64, 96);
  background: -moz-linear-gradient(180deg, rgba(18, 64, 96, 0) 0%, rgb(18, 64, 96) 100%);
  background: -webkit-linear-gradient(180deg, rgba(18, 64, 96, 0) 0%, rgb(18, 64, 96) 100%);
  background: linear-gradient(180deg, rgba(18, 64, 96, 0) 0%, rgb(18, 64, 96) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#124060",endColorstr="#124060",GradientType=1);
}

.img-p-produccion {
  height: 400px;
  background-image: url("../img/img-produccion.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
}

.img-p-productores {
  height: 400px;
  background-image: url("../img/img-productores.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
}

.img-p-etiquetado {
  height: 400px;
  background-image: url("../img/img-etiquetado.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
}

.ll {
  padding-left: 15px;
}

.bloq-prod img {
  width: 100%;
  max-width: 50px;
  max-height: 40px;
}

/** RESPONSIVE **/
@media (min-width: 772px) {
  .ventajas {
    text-align: left;
  }
  .aling-f {
    text-align: left !important;
    margin-bottom: 0 !important;
  }
  .logo-f {
    float: right !important;
  }
  .bloq-contacto h4, .bloq-contacto p {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .bg-produccion, .bg-productores, .bg-etiquetado {
    height: 200px;
  }
}
@media (max-width: 991px) {
  nav.scroll ul, nav.secciones ul {
    background: rgba(255, 255, 255, 0.99) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
  }
  .cts {
    margin-top: -8px !important;
    padding-left: 40px !important;
    padding-top: 0 !important;
  }
}

/*# sourceMappingURL=estilos.css.map */
