/* Fuentes personalizadas */
@font-face {
  font-family: "GilBold";
  src: url("../assets/fonts/FontGilSans/GillSansStd-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Gil";
  src: url("../assets/fonts/FontGilSans/GillSansStd.otf") format("opentype");
}

/* Tipografía base */
body {
  font-family: "Gil", -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}

p, button, a, small {
  font-family: "Gil";
}

h1, h2, h3, h4 {
  font-family: "GilBold";
}

.h6 {
  font-family: "Gil";
}

/* Colores de marca */
.bg-green {
  background-color: #012d14 !important;
}

.bg-green-light {
  background-color: #00713d !important;
}

.text-green {
  color: #012d14 !important;
}

.green {
  color: #012d14 !important;
}

.green-light {
  color: #00713d !important;
}

/* Botones personalizados */
.btn-green {
  background-color: #012d14;
  border-color: #012d14;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 30px;
  border-radius: 0;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.btn-green:hover {
  background-color: #005a26;
  border-color: #005a26;
  color: #fff;
  text-decoration: none;
}

.btn-outline-primary {
  border: 3px solid #012d14;
  color: #012d14;
  font-size: 18px;
  line-height: 1.2;
  border-radius: 0;  
  text-decoration: none;
  vertical-align: middle;
  transition: all 0.3s ease;

  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;  

  text-wrap: balance;
  min-height: 66px;
}
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus-visible,
.btn:first-child:active {
  background-color: #012d14;
  border-color: #012d14;
  color: #fff;
  text-decoration: none;
}

.btn:focus-visible {
  box-shadow: #cccccc 0 0 0 0.25rem;
}

.btn-outline-green {
  background-color: transparent;
  border: 3px solid #012d14;
  color: #012d14;
  font-size: 18px;
  /*font-weight: bold;*/
  padding: 15px 30px;
  border-radius: 0;  
  text-decoration: none;
  display: inline-block;
  min-width: 250px;
  height: 60px;
  transition: all 0.3s ease;
}

.btn-outline-green:hover {
  background-color: #012d14;
  border-color: #012d14;
  color: #fff;
  text-decoration: none;
}

/* Header */
#main-header {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;  
  display: flex;
  align-items: center;
  position: relative;
  
}

@media (min-width: 1200px) {
  #main-header .container {    
    max-width: 1140px;
  }
}
@media (max-width: 767px) {
  #main-header {
    background-position: top left;
  }
}

header h1, 
header .h2 {
  color: #fff;
  font-size: 1.7rem;
  margin-top: 3%;
  text-wrap: balance;
}

#tecnomyl-logo {
  width: 150px;
  height: auto;
}

#argentina-flag {
  width: 30px;
  height: auto;
}

#product-logo {  
  height: auto;
  max-width: 100%;
}

#bidon {
  /*width: 200px;*/
  /*height: auto;*/
  /*max-width: 100%;*/
  z-index: 1;
  /*position: absolute;*/
  margin-top: -15%;
  margin-bottom: -25%;
}

#product-description {
  background-color: #00713d;
  color: white;
  font-size: 14px;
  text-align: left;
  margin-left: -35%;
  margin-bottom: 10% !important; 
  margin-top: -20px;
  padding-left: 60px !important;
}

#product-description div {
    border-left: 2px solid #fff;
    margin: 0 auto 10% 5%;
    padding-left: 5%;  
}

#product-description h3 {
  color: white;
  font-weight: bold;
  margin: 0 !important;  
  font-size: 16px; 
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1em;
}  


#product-description p {
  margin: 0px;
  font-size: 16px;
  line-height: 1em;
}

/* Contenedor de ficha */
/*
.contenedor-ficha.text-right {
  display: flex;
  justify-content: flex-end;
}

.contenedor-ficha.text-center {
  display: flex;
  justify-content: center;
}

.contenedor-ficha.text-left {
  display: flex;
  justify-content: flex-start;
}*/

/* Sección de usos */
#intro,
#uses {
  margin-top: 20px;
}

#intro h2,
#uses h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}

#intro h3,
#uses h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

#intro p, 
#uses p, 
#benefits h3, 
#characteristics p {
  font-size: 16px;
  line-height: 1.5;
  max-width: 665px;
  margin: auto;
  text-wrap: balance;
}

/* Footer */
footer .text-white {
  color: white !important;
}

/* Responsive */
@media (max-width: 767px) {
  #main-header {
    min-height: auto;
    /*padding: 20px 0;*/
  }

  #tecnomyl-logo {
    width: 150px;
  }

  #argentina-flag {
    width: 32px;
    float: right;
  }

  #product-logo {
    width: 100%;
  }

  header h1, 
  header .h2 {    
    font-size: 1.2rem;
    margin: 3% auto;
  }
  

  #bidon {    
    position: relative;
    margin-top: 5%;
    max-width: 50%;
  }

  #product-description {
    max-width: 75%;
    margin: 5% auto 10%;
    padding: 20% 3% 1% !important;
  }

  #product-description div {
    border-left: 0;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  } 

  #product-description h3 {
    font-size: 1.2rem;
    text-align: center;
  }

  #product-description p {
    text-align: center;
  }

  /*.contenedor-ficha {
    width: 50%;
  }*/

  .btn-outline-green {
    font-size: 14px;
    padding: 12px 20px;
    min-width: 100%;
    height: auto;
  }

  .btn-green {
    width: 80%;
    font-size: 16px;
  }

  #uses h2 {
    font-size: 28px;
  }

  #uses h3 {
    font-size: 24px;
  }

  #uses p {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  #product-description {
    font-size: 16px;
  }

  #product-description h3 {
    font-weight: bold;
  }
}

@media (min-width: 992px) {
  #product-description {
    font-size: 18px;
  }
}

.video-container h3 {
  /*font-size: 24px;*/
  font-size: 28px;
}

#contacto {
  background-color: #f8f8f8;
}

#contacto .col {
  max-width: 665px;
}


.nav-pills .nav-link {
  border-radius: 0;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: #012d14;
}
.nav-link {
  color: #012d14;
}

.nav-link:focus, .nav-link:hover {
  color: #00713d;
}

.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 .25rem #cccccc;
}

.text-balance {
  text-wrap: balance;
}

.accordion-button:focus {
  box-shadow: #cccccc 0 0 0 0.25rem;
} 
.accordion-button:not(.collapsed) {
  background-color: #00713d;
  color: #fff;
  box-shadow: none;
}

