@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");

.light{
  font-weight: 300;
}

.carousel-indicators{
  display: none;
}

body {
  font-family: "Montserrat", sans-serif !important;
}
/*
.linkSub {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  display: block;
  padding-right: 10px;
  top: 55%;
  right: 2%;
  text-align: right;
}

.linkSub:after {
  content: '';
  height: 185%;
  background-color: #a9a9a9;
  display: block;
  width: 1px;
  position: relative;
  left: 117%;
  bottom: 185%;
}*/


.linkSub {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  position: absolute;
  display: block;
  padding-right: 10px;
  bottom: -20%;
  right: 10px;
  text-align: right;
}

.sec2 .linkSub {
  bottom: 5%;
  right: 20px;
}

.sec2 .border-right {
  border-right: 10px solid #fff !important;
}
.sec2 .border-left {
  border-left: 10px solid #fff !important;
}

.back-gray{
  background-color: #e4e4e4;
}

.linkSub:after {
  content: '';
  height: 520%;
  background-color: #a9a9a9;
  display: block;
  width: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.linkSub:hover{
  color: #000;
  text-decoration: none;
}

.cd-nav li, .cd-nav ul {
  overflow: hidden !important;
}

.bd-example-tabs .tab-content{
  border: 1px solid #9b9b9b;
}

.bd-example-tabs h6 {
  text-transform: uppercase;
  color: #5f5e5f;
}

.breaker {
  display: none;
}

.nav-pills .nav-link{
  
  color: #5f5e5f;
  text-align: left;
}

.destacado {
  border-left: 5px solid #bebebe;
  padding-left: 20px;
  color: #5f5e5f;
  font-weight: 900;
}

h1{
  color: #5f5e5f;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #5f5e5f;
  font-weight: bold;
  background-color: #fff !important;
}

.breaker:nth-child(2+2n) {
  display: block;
  width: 100%;
  height: 0;
}

.images{
  flex-flow: row wrap;
}

.relative{
  position: relative;
}

.fontSize10{
  font-size: 10pt;
}


.width-35{
  width: 35px;
  height: auto;
}

.navbar a, .navbar a:hover{
  color: #000;
  text-decoration: none;
}

.navbar ul{
  list-style: none;
  font-size: 10pt;
}

.w-60 {
  width: 60%!important;
}

.w-40{
  width: 40%!important;
}

p{
  color: #5f5e5f;
  font-size: 10pt;
}

.contenido ul{
  color: #5f5e5f;
  font-size: 10pt;
  margin: 0;
  padding: 0;
  padding-left: 15px;
}

.contenido ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #bebebe; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.antesdespues{
	max-width: 200px;
	border: solid 1px #ccc;
	margin-bottom: 10px;
}


.acordion-btn {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.acordion-btnback {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
}

.acordion h3{
    width: 100%;
    font-size: 13pt;
    position: relative;
    border-bottom: 1px solid #000;
    padding: 5px 0;
    font-weight: normal;
    color: #24272e;
}

.desplegado{
    padding: 15px 0 0px 0;
    width: 100%;
    display: table;
    border-bottom: 1px solid #000;
  /*  background: #24272e;*/
}
.desplegado p{
    color: #1b1f29;
}

a{
	color: #212529;
}

a:visited{
	color: #212529;
}

a:active{
	color: #212529;
}




#datos input {
    background-color: #f5f4f4;
    padding: 1em;
    font-size: 13px;
    margin-bottom: 0.7em;
    width: 100%;
    border: none;
}

#datos textarea {
    background-color: #f5f4f4;
    padding: 1em;
    font-size: 13px;
    margin-bottom: 0.7em;
    width: 100%;
    border: none;
	height: 200px;
}

.enviar {
    background-color: #cccccc;
    border: none;
    color: white;
    padding: 1em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-top: 0.2em;
    cursor: pointer;
    float: left;
    text-transform: uppercase;
    font-size: 14px;
    width: 12em;
}
#v-pills-BioLED .carousel-item img{
	width:50%;
}
.templateWidth{padding:0px !important;}

.about-content-block {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
.global-item{
	margin-bottom:30px;
}
.global-item-img {
    display: flex;
    height: 100%;
    align-items: center;
	justify-content: center;
}
.global-item-img img{
	width: 100%;
    max-width: 150px;
    border: 1px solid #66666642;
    border-radius: 7px;
    padding: 5px;
}

.global-item-detail {
    display: flex;
    align-items:center;
    height: 100%;
}
.global-item-info {
border: 0px solid #999;
    padding: 0px;
}
.global-item-info h6{font-weight:600;}
.global-item-info p a{color:#000;font-weight: 500;}
.footermenu ul li{
	padding:0px;
	margin: 0 1rem;
	font-size:10pt;
	background-color:transparent;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgb(0 0 0 / 39%);
}
.cus-vision{
	
}
.cus-vision img{
	height: 300px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 20px;
}


@media screen and (max-width: 1800px) {

  
  .carousel-control-next img, .carousel-control-prev img {
    width: 50px;
  }
  
  .images .breaker{
    display: none;
  }
  .images{
    display: flex;
  }
  .images img{
    width: 50%;
  }

  .linkSub {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    position: absolute;
    display: block;
    padding-right: 10px;
    bottom: 0;
    right: 10px;
    text-align: right;
}

  .linkSub:after {
      content: '';
      height: 110px;
      background-color: #a9a9a9;
      display: block;
      width: 1px;
      position: absolute;
      right: 0;
      bottom: 0;
  }

  .h2, h2 {
      font-size: 16pt;
  }

}


@media screen and (max-width: 1169px){
  .cd-nav {
    display: block !important;
  }
  .men-btn{
    display: none;
  }
}


@media screen and (max-width: 1200px) {
  .banners a{
     width: 50%;
  }
  
  .carousel-control-next img, .carousel-control-prev img {
    width: 30px;
  }

  .banners a img{
    width: 100%;
  }
  .banners{
    flex-wrap: wrap!important;
  }
}

@media screen and (max-width: 1000px) {
  
  .h2, h2 {
      font-size: 12pt;
  }
}


@media screen and (max-width: 992px) {
  .sec2 .border-right, .sec2 .border-left{
    border: 0 !important;
  }

  .sec2 .itemSeg{
    margin-top: 30px !important;

  }
	#v-pills-BioLED .carousel-item img{
	width:100%;
}

}
@media screen and (max-width: 640px){
	.images img {
	  width: 100%;
	}
}