@import url("https://fonts.cdnfonts.com/css/ss-nickson-one");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 13px;
  font-family: "Raleway", sans-serif;
  background-color: #ffffff;
  color: #000000;
}

.ff-1 {
  font-family: "SS Nickson One", sans-serif !important;
}

.fc-1 {
  color: #008080 !important;
}

.fc-2 {
  color: #3e485c !important;
}

.fc-3 {
  color: #59595b !important;
}

.fc-4 {
  color: #b9b9b9 !important;
}

.fc-5 {
  color: #0d0944 !important;
}

.fs-xl {
  font-size: 4rem !important;
}

.fs-md {
  font-size: 3.1rem !important;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.background-primary {
  background-color: #0d0944;
}

.bg-gris_claro {
  background-color: #cdcdcd !important;
}

#menu-principal {
  color: #ffffff !important;
}
#menu-principal a {
  color: #ffffff !important;
}
#menu-principal a:hover {
  color: #008080 !important;
}

footer {
  background-color: #0d0944;
  color: #ffffff;
}
footer a {
  color: #008080;
  font-weight: 600;
}
footer a:hover {
  color: #ffffff;
  text-decoration: none;
}
footer #menu-footer a {
  margin-left: 0px;
  padding-left: 0px;
  color: #ffffff;
}
footer #menu-footer a:hover {
  color: #008080;
}

.aboutUsHome {
  min-height: 650px;
  display: flex;
}
.aboutUsHome .timonrotate {
  animation: rotateIdaVuelta 4s infinite ease-in-out;
}
@keyframes rotateIdaVuelta {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(20deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.btn-blanco {
  display: flex;
  color: #2c3542 !important;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  font-weight: 700;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  vertical-align: middle;
  cursor: pointer;
  font-size: 0.85rem;
  line-height: 1.5;
  align-items: center;
}

.bgProductsSection {
  background-image: url("../../img/background_products.jpg");
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
}
.bgProductsSection::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 128, 128, 0.8);
  z-index: 1;
}
.bgProductsSection .contenido {
  z-index: 2;
}

.workWithUs {
  display: flex;
  min-height: 540px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../img/bg_part_of_us-100.jpg");
  position: relative;
  z-index: 0;
}
.workWithUs::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: rgba(26, 44, 88, 0.8);
  z-index: 1;
}
.workWithUs .container {
  position: relative;
  z-index: 2 !important;
  margin: auto;
}
.workWithUs .container .menuWWU {
  margin-top: 3.8rem;
}
.workWithUs .container .menuWWU li {
  margin-bottom: 1rem;
  color: #ffffff;
  font-size: 1.1rem;
}
.workWithUs .container .menuWWU .iconWWU {
  color: #008080;
  font-size: 1.1rem;
  margin-right: 10px;
}

.contactMap {
  background-color: #008080;
}

.newsletter {
  background-color: #008080;
  min-height: 160px;
  display: flex;
}
.newsletter .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  border-radius: 0px;
  color: #ffffff;
}
.newsletter .form-control:focus {
  box-shadow: none;
  border-bottom: 3px solid #00cdcd;
}
.newsletter .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.newsletter .form-control::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.lift {
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.lift-lg:focus, .lift-lg:hover {
  box-shadow: 0 0.2rem 0.6rem rgba(22, 28, 45, 0.6), 0 0.5rem 0.5rem -0.75rem rgba(22, 28, 45, 0.6) !important;
  transform: translate3d(0, -5px, 0);
}

@media (max-width: 800px) {
  .lift-lg:focus, .lift-lg:hover {
    box-shadow: 0 0.5rem 2rem rgba(22, 28, 45, 0.6), 0 0.5rem 1rem -0.75rem rgba(22, 28, 45, 0.6) !important;
    transform: translate3d(0, -5px, 0);
  }
}
.headerPage {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 460px;
  display: flex;
  position: relative;
  z-index: 0;
}
.headerPage::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.headerPage .container {
  position: relative;
  z-index: 2 !important;
}

.headerPageNews {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 320px;
  display: flex;
  position: relative;
  z-index: 0;
}
.headerPageNews::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.headerPageNews .container {
  position: relative;
  z-index: 2 !important;
}

#pageAboutUs .ourCompany-aup {
  display: flex;
  min-height: 650px;
}
#pageAboutUs .ourCompany-aup .textContent {
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}
#pageAboutUs .misionVision {
  background-color: #cdcdcd;
  min-height: 450px;
  display: flex;
}
#pageAboutUs .ourCrew {
  background-color: #cdcdcd;
  min-height: 450px;
  display: flex;
}
#pageAboutUs .historia .timeline {
  position: relative;
  padding: 1rem;
  margin: 0 auto;
  max-width: 1300px;
}
#pageAboutUs .historia .timeline:before {
  content: "";
  position: absolute;
  height: 100%;
  border: 3px solid #a4a4a4;
  right: 40px;
  top: 0;
}
#pageAboutUs .historia .timeline:after {
  content: "";
  display: table;
  clear: both;
}
#pageAboutUs .historia .timeline .card {
  border: none;
  border-right: 4px solid #0d0944;
  border-radius: 15px;
}
@media screen and (min-width: 700px) {
  #pageAboutUs .historia .timeline {
    padding: 2rem;
  }
  #pageAboutUs .historia .timeline:before {
    left: calc(50% - 1px);
    right: auto;
  }
}
#pageAboutUs .historia .timeline__item {
  padding: 1rem;
  -o-border-image: linear-gradient(to right, #0d0944 0%, #a4a4a4 100%);
     border-image: linear-gradient(to right, #0d0944 0%, #a4a4a4 100%);
  border-image-slice: 1;
  position: relative;
  margin: 1rem 3rem 1rem 1rem;
  clear: both;
}
#pageAboutUs .historia .timeline__item:after, #pageAboutUs .historia .timeline__item:before {
  content: "";
  position: absolute;
}
#pageAboutUs .historia .timeline__item:before {
  right: 10px;
  top: calc(16% - 5px);
  border-style: solid;
  border-color: #0d0944 #0d0944 transparent transparent;
  border-width: 10px;
  transform: rotate(45deg);
}
@media screen and (min-width: 700px) {
  #pageAboutUs .historia .timeline__item {
    width: 44%;
    margin: 1rem;
  }
  #pageAboutUs .historia .timeline__item:nth-of-type(2n) {
    float: right;
    margin: 1rem;
    -o-border-image: linear-gradient(to right, #a4a4a4 0%, #0d0944 100%);
       border-image: linear-gradient(to right, #a4a4a4 0%, #0d0944 100%);
    border-image-slice: 1;
  }
  #pageAboutUs .historia .timeline__item:nth-of-type(2n) .card {
    border: none;
    border-left: 4px solid #0d0944;
    border-radius: 15px;
  }
  #pageAboutUs .historia .timeline__item:nth-of-type(2n):before {
    right: auto;
    left: 10px;
    border-color: transparent transparent #0d0944 #0d0944;
  }
}
#pageAboutUs .historia .timeline__item--year {
  text-align: center;
  max-width: 150px;
  margin: 0 48px 0 auto;
  font-size: 1.8rem;
  background-color: #ffffff;
  line-height: 1;
  -o-border-image: none;
     border-image: none;
  padding: 0.5rem 1rem 1rem;
  font-weight: 700;
  color: #2d495d;
}
#pageAboutUs .historia .timeline__item--year:before {
  display: none;
}
@media screen and (min-width: 700px) {
  #pageAboutUs .historia .timeline__item--year {
    text-align: center;
    margin: 0 auto;
  }
  #pageAboutUs .historia .timeline__item--year:nth-of-type(2n) {
    float: none;
    margin: 0 auto;
    -o-border-image: none;
       border-image: none;
  }
  #pageAboutUs .historia .timeline__item--year:nth-of-type(2n):before {
    display: none;
  }
}
#pageAboutUs .historia .timeline__title {
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 1.5em;
}
#pageAboutUs .historia .timeline__blurb {
  line-height: 1.5;
  font-size: 1rem;
  margin: 0.5rem 0 0;
}

#productsPage .productSection {
  background-color: #cdcdcd;
}
#productsPage .productSection .card {
  border-radius: 30px;
}

#contactPage .contactoFormInfo {
  min-height: 650px;
  display: flex;
}
#contactPage .contactoFormInfo .contactBoxMensaje {
  position: relative;
  z-index: 1;
  padding-top: 45px;
}
#contactPage .contactoFormInfo .contactBoxMensaje h5, #contactPage .contactoFormInfo .contactBoxMensaje p {
  color: #474747;
}
#contactPage .contactoFormInfo .contactBoxMensaje::after {
  content: "";
  position: absolute;
  top: 0;
  left: 42px;
  width: 100%;
  height: 406px;
  background-color: #cdcdcd;
  border-bottom: 10px solid #008080;
  z-index: -1;
}
#contactPage .contactoFormInfo .rrssBox {
  position: relative;
}
#contactPage .contactoFormInfo .rrssBox li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  margin-right: 15px;
  color: #ffffff;
  background-color: #0d0944;
}
#contactPage .contactoFormInfo .rrssBox .arrow {
  position: absolute;
  top: -40px;
  left: -78px;
}

.mt-6 {
  margin-top: 6rem;
}

.pt-6 {
  padding-top: 6rem;
}

.border-top {
  height: 5px;
  width: 80px;
  background-color: #ffffff;
}

#sliderPage {
  display: flex;
  width: 100%;
  min-height: 680px;
  position: relative;
}
#sliderPage::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 25%;
  background-color: rgba(13, 9, 68, 0.8);
  z-index: 1;
}
#sliderPage .itemSlider {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  width: 100%;
}
#sliderPage .itemSlider .container {
  position: relative;
  z-index: 3 !important;
  color: #ffffff;
}
#sliderPage .wwNB {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  bottom: 196px;
  left: -62px;
  z-index: 8;
  rotate: -90deg;
}
#sliderPage .wwNB h6 {
  font-weight: 700;
  font-size: 0.8rem;
}
#sliderPage .wwNB .wiBdln {
  height: 2px;
  width: 4rem;
  background-color: #ffffff;
}
#sliderPage .rrssMenuSlider {
  position: absolute;
  bottom: 68px;
  right: 65px;
}
#sliderPage .rrssMenuSlider ul {
  align-items: center;
  justify-content: center;
}
#sliderPage .rrssMenuSlider ul li {
  margin-bottom: 10px;
}
#sliderPage .rrssMenuSlider ul li a {
  color: #ffffff;
  font-size: 1.1rem;
}

#marketsPage .bg-green {
  background-color: #008080;
  color: #ffffff;
}
#marketsPage .bg-celeste {
  background-color: #a1c4ff;
}
#marketsPage tbody td:nth-child(odd) {
  background-color: #cdcdcd;
}
#marketsPage tbody td:nth-child(even) {
  background-color: #ffffff; /* o el color blanco que desees */
}

#processingPlant .img-section_block_bg {
  height: 269px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
#processingPlant .firstBlockSection {
  padding: 80px 0px;
}
#processingPlant .secondBlockSection {
  background-color: #cdcdcd;
  padding: 80px 0px;
}
#processingPlant .threeBlockSection {
  padding: 80px 0px;
}
#processingPlant .fourBlockSection {
  background-color: #cdcdcd;
  padding: 80px 0px;
}
#processingPlant .gallerySection {
  padding: 15px;
}
#processingPlant .gallerySection .img__1 {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 512px;
}
#processingPlant .gallerySection .img__standar {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 256px;
}

#newsPage .principalNew {
  padding: 80px 0px;
}
#newsPage .linkMore {
  color: #0d0944;
  text-decoration: underline;
}
#newsPage .linkMore:hover {
  color: #008080;
  text-decoration: underline;
}

#newsPage .containerNewInterna {
  padding: 80px 0px;
}
#newsPage .containerNewInterna #contentBoxTextRich {
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
  line-height: 1.8rem;
  padding-bottom: 40px;
  border-bottom: 3px solid #cdcdcd;
}
#newsPage .containerNewInterna #contentBoxTextRich img {
  width: 100%;
  height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
#newsPage .containerNewInterna #contentBoxTextRich blockquote {
  background-color: rgba(205, 205, 205, 0.45);
  padding: 20px;
  border-radius: 10px;
  font-style: italic;
  font-size: 1.2rem;
  border-left: 5px solid #008080;
}
#newsPage .containerNewInterna #contentBoxTextRich blockquote p {
  margin-bottom: 0px;
}
#newsPage .containerNewInterna .iconosCompartir {
  position: relative;
  display: flex;
  margin-right: 10px;
  margin-top: 20px;
  width: 30px;
  height: 30px;
  background-color: #a4a4a4;
  border-radius: 50%;
  color: #ffffff;
  align-items: center;
  justify-content: center;
}
#newsPage .containerBoxKeepReading {
  padding: 80px 0px;
  background-color: #cdcdcd;
}

#productSingle .containerInterna {
  padding: 80px 0px;
}
#productSingle #contentBoxTextRich {
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
  line-height: 1.8rem;
  padding-bottom: 20px;
}
#productSingle #contentBoxTextRich img {
  width: 100%;
  height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
#productSingle #contentBoxTextRich blockquote {
  background-color: rgba(205, 205, 205, 0.45);
  padding: 20px;
  border-radius: 10px;
  font-style: italic;
  font-size: 1.2rem;
  border-left: 5px solid #008080;
}
#productSingle #contentBoxTextRich blockquote p {
  margin-bottom: 0px;
}
#productSingle #contentBoxTextRich ul {
  margin-left: 15px;
}
#productSingle .boxTable {
  background-color: #cdcdcd;
}
#productSingle .boxTable .boxTitle {
  background-color: #008080;
  color: #ffffff;
  padding: 10px 0px;
  text-align: center;
}
#productSingle .boxTable .box_tableContent {
  padding: 10px 0px;
}
#productSingle .boxTable .box_tableContent li {
  margin: 10px 0px;
}
#productSingle .containerBoxProductRelation {
  padding: 80px 0px;
  background-color: #cdcdcd;
}
#productSingle .containerBoxProductRelation .producto_relacionado {
  height: 320px;
}
#productSingle .containerBoxProductRelation .producto_relacionado .card {
  border-radius: 30px;
}
#productSingle .containerBoxProductRelation .slick-dots li button:before {
  font-size: 14px;
}
#productSingle .containerBoxProductRelation .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #0d0944;
}

.categoryProducts .card {
  border-radius: 30px;
}

.sectionNews .card {
  border: none;
}
.sectionNews .card .card-footer {
  padding: 0.75rem 1.25rem;
  background-color: transparent;
  border-top: none;
}
.sectionNews .card .card-footer .linkMore {
  color: #0d0944;
  text-decoration: underline;
}
.sectionNews .card .card-footer .linkMore:hover {
  color: #008080;
  text-decoration: underline;
}/*# sourceMappingURL=estilos.css.map */