/* root 
---------------------------------------------------------------*/
:root {
  /* color */
  --primary-color: #3fc0f2 !important;
  /* --primary-color2: #023a74 !important; */
  --primary-color2: #ffffff !important;
  --primary-color3: #e8f5e9 !important;
  --primary-color4: #525368 !important;
  --primary-color5: #181818 !important;
  --primary-color6: #348e38 !important;
}

.fondoCeleste {
  background-color: #aad3f8;
}
/* texto azul: #023A74
texto verde: #348E38
 fondo azul: #24478E
 flecha: #3FC0F2, */

.primary-color {
  color: #3fc0f2 !important;
}

.primary-color2 {
  color: #023a74 !important;
}

.primary-color4 {
  background-color: #525368 !important;
}

.primary-color6 {
  color: #348e38 !important;
}

.primary-colorText {
  color: #0f4229 !important;
}

/* .footer .icon-location::before,
.footer .icon-phone-call::before,
.footer .icon-email::before {
  color: #348e38;
} */

.sliderMobile {
  visibility: visible;
}

.sliderDesktop {
  visibility: visible;
}

.item-three-column,
.item-four-column {
  float: left;
  padding-top: 50px 15px;
  margin-top: -30px;
  background-color: white;
}

.icon-farming:before {
  content: url(../images/home/Icono1.png);
}

.icon-hand-gloves:before {
  content: url(../images/home/Icono2.png);
}

.icon-fruit-box:before {
  content: url(../images/home/Icono3.png);
}

.icon-Group-660 {
  content: url(../images/home/Icono4.png);
}
.icon-Group-661 {
  content: url(../images/home/Icono5.png);
}
.icon-Group-662 {
  content: url(../images/home/Icono6.png);
}
.icon-Group-663 {
  content: url(../images/home/Icono7.png);
}

.about-box-nd1 {
  padding-bottom: 0px;
  width: 99%;
}

.about-box-nd1:first-child {
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.flat-services, .flat-services-noframe {
  /* background-color: var(--primary-color3); */
  background-image: url(../images/TIZA/franja_ilustrada.png);
  background-repeat: repeat-x;
  background-position: bottom;
  background-color: white;
  background-size: contain;
  text-align: center;
  margin-top: 135px;
  padding: 119px 0 120px 0;
} 
.flat-services-noframe{
  /* background-color: var(--primary-color3); */
  background-image:none;
}


.flat-features {
  margin-top: 60px;
}

.services-details-case-studio {
  background: none;
}

.flat-testimonials {
  background-image: url(../images/home/Group-contact.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position-x: center;
  background-position-y: center;
  height: 701px;
}

.about-content-right {
  margin: 0px;
  padding: 0px;
  border-radius: 8px;
  background-color: var(--primary-color2);
}
.about-content-right .icon-about-right {
  padding: 8px 25px 0 0;
}
.about-content-right .icon-about-right::before {
  content: "\f00c";
  font-family: "FontAwesome";
  padding: 12px;
  background-color: var(--primary-color4);
  font-size: 12px;
  border-radius: 8px;
}
.about-content-right .section-desc {
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: left;
  line-height: 3vmin;
}
.about-content-right .box-2 {
  margin-top: 10px;
  text-align: left;
  line-height: 0vmin;
}

/* styles 2025 by TIZA */

.icon-PackingTape {
  content: url(../images/TIZA/icon_packing_tape.png);
}
.icon-StretchFilm {
  content: url(../images/TIZA/icon_stretch_film.png);
}
.icon-Mailers {
  content: url(../images/TIZA/icon_mailers.png);
}

.icon-ShrinkFilm {
  content: url(../images/TIZA/icon_shrink_film.png);
}
.icon-Bags {
  content: url(../images/TIZA/icon_bags.png);
}
.icon-CustomProduct {
  content: url(../images/TIZA/icon_custom_product.png);
}


.about-box-nd1 h3{
  color: #3FC0F2;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  text-align: left;
  padding-top: 20px;
  padding-left: 10px;
}

.slab {
  font-family: 'Alfa Slab One', cursive;
}

.section-title-noline {
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 50px;
}
.section-title-noline::before,
.section-title-noline::after {
  content: "";
  flex: 1;
  height: 2px;
  margin: 0 30px;
}
.section-title-noline h1 {
  color: #023A74;
  padding-left: 80px;
  z-index: 1;
  line-height: 12px;
  font-style: normal;
  font-weight: 10;
  display: inline-block;
  font-size: 24px;
  font-family: 'Rubik', sans-serif;
  text-transform: capitalize;
  position: relative;
  background-color: #9EDFF8;
  border-color: 1px solid #3FC0F2;
  border-radius: 10px;
  min-height: 50px;
  padding: 20px 50px;
}


.section-title-line {
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 50px;
}

.section-title-line::before,
.section-title-line::after {
  content: "";
  flex: 1;
  height: 2px;
  background-color: #3FC0F2;
  margin: 0 30px;
}


.section-title-line h1{
  color: #023A74;
  text-transform: uppercase;
  font-family: 'Alfa Slab One', cursive;
  font-size: 40px;
  line-height: 58px;
  font-style: normal;
  font-weight: 10;
  display: inline-block;
  position: relative;  
  /* padding: 0 20px; */
}

/* .section-bags::before,
.section-bags::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 30%;
  border: 1px solid red;
  height: 2px;
  background-color: #3FC0F2;
}

.section-bags:before {
  left: -60px;
}

.section-bags::after {
  right: -60px;
} */


#contactform label{
  color: #023A74;
}

#mainnav .menu li a {
  font-size: 18px;
  font-weight: 500;
  /* color: var(--primary-color2); */
  color: #023A74 !important;
  text-transform: uppercase;
}


ul.list-boxTIZA, ul.list-boxTIZA-1col {
  list-style: none;
    /* Remove default bullets */
    padding-left: 20px;
    column-count: 2;
    /* Splits the list into two columns */
    column-gap: 20px;
    /* Adds spacing between columns */
    list-style-position: inside;
    text-align: left;
    /* border-color: 1px solid red; */
}

ul.list-boxTIZA-1col {
  column-count: 1;
}

/* shipping mailers classes */
.celeste {
  /* width: 200px;
  height: 100px; */
  background-color: #3FC0F2;
  /* Blue color */
  border-radius: 29px;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  padding: 25px;
  /* font-family: Arial, sans-serif; */
  text-align: center;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  /* Optional shadow */
}

h2.mailers-subtitle {
  color: #ffffff;
  font-size: 46px;
  line-height: 58px;
  font-weight: 500;
  padding-bottom: 15px;
}

/* stretch film */
.section-heading-jost-size46, .section-heading-jost-size34{
  color: #24478E;
  text-align: left;
  line-height: 52px;
}

.section-heading-jost-size34 {
  line-height: 34px;
}

/* .img-stretch-film{
  max-width: 600px;
} */

/* Mobile (up to 767px) */
@media (max-width: 767px) {
  /* .img-stretch-film {
    background-color: red;
    max-width: 250px;
    clear: top;
    padding: 15px;
    margin-top: 20px;
    float: none;
  } */

  h1.slogan {
    font-size: 12px;
    /* text-align: right; */
    /* padding: 5px 5px 5px inherit; */
  }
}

/* Tablet (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .img-stretch-film {
    /* background-color: lightgreen; */
    /* max-width: 400px; */
    padding: 15px;
  }
}

/* Desktop (1025px and up) */
@media (min-width: 1025px) {
  .img-stretch-film {
    /* background-color: lightcoral; */
    /* font-size: 20px; */
    padding: 30px;
  }
}

.stretch-title-list{
  color: #3FC0F2;
  text-transform: uppercase;
  font-family: 'Rubik', sans-serif;
    font-weight: normal;
    font-weight: 20px;
    line-height: 20px;
}
.stretch-subtitle{
  color: #3FC0F2;
  text-align: left;
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  font-weight: 24px;
  line-height: 30px;
  margin-bottom: 25px;
}

/* .copyright-text{
  color: ;
} */

/* .btn .btn-left:hover {
  background-color: #3FC0F2;
  border: solid 2px #348e38;
  color: red;
} */

/* blue round box */
.bluebox {
  /* width: 200px;
  height: 100px; */
  margin-top: -50px;
  background-color: #24478E;
  /* Blue color */
  /* border: 1px solid red; */
  border-radius: 29px;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  /* color: white; */
  font-size: 18px;
  padding: 35px 60px;
  /* font-family: Arial, sans-serif; */
  text-align: center;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  /* Optional shadow */
}

.bluebox h4 {
  text-transform: uppercase;
  color: white;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: 'Rubik', sans-serif;
  padding-bottom: 15px;
  text-align: left;
}

.bluebox ul {
  list-style-position: outside;
  padding-left: 10px;

}

.bluebox ul li {
  padding-left: 20px;
  /* padding-top: -50px; */
  text-indent: -25px;
  font-size: 18px;
  font-family: 'Rubik', sans-serif;
}

.bluebox ul li.hot, .bluebox ul li.cold{
  font-weight: normal;
  text-align: left;
  /* color: red; */
}

.bluebox ul li.cold::before, .bluebox ul li.hot::before {
  content: "";
  display: inline-block;
  /* display:; */
  width: 60px;
  height: 60px;
  background-image: url('../images/TIZA/icon_cold.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  margin-top: 20px;
}

.bluebox ul li.hot::before {
  background-image: url('../images/TIZA/icon_hot.png');
}

/* white round boxes */
.whitebox {
  /* width: 200px;
  height: 100px; */
  margin-top: -50px;
  background-color: #ffffff;
  /* Blue color */
  /* border: 1px solid red; */
  border-radius: 29px;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  /* color: white; */
  font-size: 18px;
  padding: 25px;
  /* font-family: Arial, sans-serif; */
  text-align: center;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  /* Optional shadow */
}

.whitebox h4 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: 'Rubik', sans-serif;
  padding-bottom: 15px;
}

.whitebox ul {
  list-style-position: outside;
  /* Ensures bullet stays aligned */
  padding-left: 10px;

}

.whitebox ul li {
  padding-left: 20px;
  text-indent: -25px;
  font-size: 18px;
  font-family: 'Rubik', sans-serif;
}

.whitebox ul li::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('../images/TIZA/visto.png');
  /* Replace with your image */
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  /* border-color: 1px solid red; */
}

/* bags classes */
.bags h4 {
  color: #525368;
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
  font-style: normal;
  font-family: 'Rubik', sans-serif;
}

h2.bags-subtitle {
  color: #24478E;
  font-size: 46px;
  line-height: 58px;
  /* font-weight:200; */
  font-weight: 500;
  padding-bottom: 15px;
}

.bags-description{
  color: #525368;
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  /* font-weight: normal; */
  font-weight: 400;
  /* font-style: normal; */
  font-family: 'Rubik', sans-serif;
}


.greenbox {
  /* width: 200px;
  height: 100px; */
  background-color: #348E38;
  /* Blue color */
  border-radius: 29px;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  padding: 25px;
  /* font-family: Arial, sans-serif; */
  text-align: center;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  /* Optional shadow */
}

.greenbox h4{
  text-transform: uppercase;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: 'Rubik', sans-serif;
  padding-bottom: 15px;
  /* rubik 20px */
}

.greenbox ul {
  list-style-position: outside;
  /* Ensures bullet stays aligned */
  padding-left: 10px;

}

.greenbox ul li {
  padding-left: 20px;
  /* Moves the second line to the right */
  text-indent: -25px;
  font-size: 18px;
font-family: 'Rubik', sans-serif;
  /* Keeps the first line aligned with the bullet */
  /* max-width: 400px; Ensures text wraps (for demo) */
}

.greenbox ul li::before {
  content: "";
  display: inline-block;
  width: 16px;
  /* Adjust to your image size */
  height: 16px;
  background-image: url('../images/TIZA/visto.png');
  /* Replace with your image */
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  /* border-color: 1px solid red; */
}


