
/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
General
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

.vertical-center {
  margin: 0 !important;
  position: absolute !important;
  top: 50% !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

.container {
  margin: 0 auto !important;
  width: 100% !important;
}

.containerProductos{
  width:70% !important;
}

@media screen and (max-width: 992px) and (min-width: 769px){
  .containerProductos{
  width:80% !important;
  }
}

@media screen and (max-width: 768px){
  .containerProductos{
  width:100% !important;
  }
}

html {
    position: relative;
    min-height: 100%;
}


body{
  padding-bottom: 0px;
  background-color:  #F8FFF6!important;
}

@media (max-width: 574px) {
  body{
  padding-bottom: 0px;
  }
}

@font-face
{
   font-family: "alte";
   src: url("/public/fonts/AlteHaasGroteskBold.ttf");
   src: url("/public/fonts/AlteHaasGroteskBold.ttf") format("truetype"),

}

@font-face
{
   font-family: "alte2";
   src: url("/public/fonts/AlteHaasGroteskRegular.ttf");
   src: url("/public/fonts/AlteHaasGroteskRegular.ttf") format("truetype"),

}

.fontMont
{
   font-family: "alte" !important;
   font-size: 1.6rem;
}


.letrasNosotros
{
   font-family: "alte" !important;
   font-size: 1.6rem;
   text-align: center;
   color: white;
   padding-bottom: 15px;
   padding-top: 15px;

}

.fontMontBackground
{
  background-color: rgba(0,63,122,0.7);
}

.fontMont2
{
   font-family: "alte2" !important;
}


/*DEF9D7
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -f4f7e5
Header
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -F8FFF6
*/
.dropdown-item{
  background-color: #003260 !important;
  color: white !important;
}
.dropdown-menu{
    background-color: #003260 !important;
}

@media screen and (max-width: 992px){
  .dropdown-menu, .dropdown-item{
    background-color: transparent !important;
  }

  .dropdown-menu{
    border: 1px solid transparent !important;
  }
}

nav{
     font-size: 1.2rem;
}

.navbar-dark .navbar-toggler {
    border-color: white !important;
}

.fontHeader{
  font-size:1.4rem;
  font-family: "alte" !important;
}

@media screen and (max-width: 1200px) and (min-width: 993px){
  .fontHeader{
    font-size:1.3rem;
  }
}

@media screen and (max-width: 992px){
  .fontHeader{
    font-size:1.2rem;
  }
}

  .headerBackGround{
    background: url(/public/img/header.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right; 
    height: 100%;
  }

.navbar2th{
  background-color: #127842; 
  border-radius: 2px;
 }


  .hojaOpacidadBackGround{
    background: url(/public/img/headerSkinHoja.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; 
    background-color: #2c9f47;
  }

.navbar {
    padding: 0.2rem 1rem !important;

}


/*--------search-bar-----------*/

.btn-outline-success {
    color: black !important;
    background-color: transparent;
    background-image: none;
    border-color: black !important;
}

/*-----------------------------*/


.colorHeader{
  width:100%;  
  background-color: #c6c5c3ad;
}

.logoRed{
  width: 25px;
}

.spanLogo{
    margin-right: 15px;
  }

  #logoTSIHeader{
    width:190px;
  }

  @media only screen and (min-width:769px) and (max-width:992px){
    #logoTSIHeader {
        width:170px;
    }
  }

  @media only screen and (max-width:768px){
    #logoTSIHeader {
        width:150px;
    }
}

/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Footer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/


@media only screen and (min-width:1200px) and (max-width:1399px){
  .textoEncimado{
    font-size: 0.84rem !important;
  }
}



.textoAviso{
  font-size: 1.3rem;
}


.areaLogoFooter{
    float:right;
    text-align: right;
    width: 118px;
}

.alineacionCentroFooter{
  width: 80% !important;
  margin-left: 10% !important;
}

.tamanoLetraFooter{
  font-size: 0.85em;
  color: #969696;
}

.tamanoLetraFooter:hover{
  text-decoration: none;
  font-size: 0.85em;
  color: #969696;
}

@media screen and (max-width: 992px) {

  .tamanoTituloFooter{
      font-size: 0.80em !important;
  }

  .tamanoLetraFooter{
    font-size: 0.65em !important;
  }

  .tamanoLetraFooter:hover{
    font-size: 0.65em !important;
  }

  .textoAviso{
  font-size: 1.0rem;
}
}
@media screen and (max-width: 992px) {
.areaLogoFooter{
    float:left;
    text-align: left;
    width: 118px;
}
}

.container{
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  max-width: 100% !important;
}

.containerFooter{
    max-width:100% !important;
}

.footerCSS {
    position: relative;
    width: 100%;
}

@media only screen and (max-width:768px){
    .containerFooter {
        padding-bottom: 5px !important;
    }
}

.textWhite{
  color: white;
}


@media only screen and (max-width:770px){


  .responsivoCorreccioFooter{
    bottom: 0px !important;
  }
  
  }
  


/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Cartas de Productos
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/


.product-grid5{font-family:Poppins,sans-serif;position:relative}
.product-grid5 .product-image5{overflow:hidden;position:relative}

.product-grid5 .product-image5 a{display:block}

.product-grid5 .product-image5 img{width:100%;height:auto;transition:all .5s ease 0s}
.product-grid5:hover .product-image5 img{transform:scale(1.1)}
.product-grid5,.product-grid5 .product-image5{overflow:hidden}



.product-grid5 .select-options{color:white;background-color:#1B652B;font-size:13px;font-weight:400;text-align:center;text-transform:uppercase;padding:15px 5px;margin:0 auto;opacity:0;display:block;position:absolute;width:92%;left:0;bottom:-100px;right:0;transition:.5s ease 0s}
.product-grid5 .select-options:hover{color:#fff;background-color:#002e61;text-decoration:none}
.product-grid5:hover .select-options{opacity:1;bottom:10px}

.product-grid5 .product-content{padding:20px 10px; border-top: 3px solid #ccdbe2;
  background-color: #439a63; }
.product-grid5 .title{font-family: "Trebuchet MS"; font-size:20px;font-weight:600;text-transform:capitalize;margin:0 0 10px;transition:all .3s ease 0s}
.product-grid5 .title a{color:white;}
.product-grid5 .title a:hover{color:#003260; text-decoration: none;}
.product-grid5 .descripcion{color:white;font-size:13px;font-weight:500;letter-spacing:1px}



/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Efecto Parallax Producto
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

.parallaxServicios h2{
  position: absolute;
  display: block;
  text-align: center;
  bottom: 0px;
  width: 100%;
  color: white;
  background-color: #002e61ba;
  margin-bottom: 0px !important;
  padding: 20px;
}

.parallaxServicios {
  /* The image used */
  background-image: url("../../public/img/servicios.png");

  /* Set a specific height */
  min-height: 250px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  position: relative;
}





.parallaxGeneral h2{
  position: absolute;
  display: block;
  text-align: center;
  bottom: 0px;
  width: 100%;
  color: white;
  background-color: #002e61ba;
  margin-bottom: 0px !important;
  padding: 20px;
}

.parallaxGeneral {
  /* The image used */
  background-image: url("../img/productos/baners/general.jpg");

  /* Set a specific height */
  min-height: 250px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  position: relative;
}

.parallaxTorres h2{
  position: absolute;
  display: block;
  text-align: center;
  bottom: 0px;
  width: 100%;
  color: white;
  background-color: rgba(0,46,97,0.73);
  margin-bottom: 0px !important;
  padding: 20px;
}

.parallaxTorres {
  /* The image used */
  background-image: url("../img/productos/baners/torres.png");

  /* Set a specific height */
  min-height: 250px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  position: relative;
}



.parallaxAutomotriz {
  /* The image used */
  background-image: url("../img/productos/baners/automotriz.jpg");

  /* Set a specific height */
  min-height: 250px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  position: relative;

}

.parallaxAutomotriz h2{
  position: absolute;
  display: block;
  text-align: center;
  bottom: 0px;
  width: 100%;
  color: white;
  background-color: rgba(0,46,97,0.73);
  margin-bottom: 0px !important;
  padding: 20px;
}


.parallaxIndustrial {
  /* The image used */
  background-image: url("../img/productos/baners/industrial.png");

  /* Set a specific height */
  min-height: 250px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  position: relative;
}

.parallaxIndustrial h2{
  position: absolute;
  display: block;
  text-align: center;
  bottom: 0px;
  width: 100%;
  color: white;
  background-color: rgba(0,46,97,0.73);
  margin-bottom: 0px !important;
  padding: 20px;
}

.parallaxAvisoPrivacidad {
  /* The image used */
  background-image: url("../img/AvisoDePrivacidad/aviso.jpg");

  /* Set a specific height */
  min-height: 250px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  position: relative;
}

.parallaxAvisoPrivacidad h2{
  position: absolute;
  display: block;
  text-align: center;
  bottom: 0px;
  width: 100%;
  color: white;
  background-color: rgba(67,154,99,0.73);
  margin-bottom: 0px !important;
  padding: 20px;
}


#imgBackResponsive{
    display: none;
  }


  .separation2{
  height: 2px;
  width : 50px;
  background: #003260;
    margin-inline-start: 0px;
    text-align: left;
    margin-right: calc(100% - 50px);
  }



@media only screen and (max-width:768px){
  .parallaxAutomotriz{
    background-image:none !important;
  }
  .parallaxAutomotriz, .parallaxAutomotriz h2{
    display:none !important;
  }

  .parallaxGeneral{
    background-image:none !important;
  }
  .parallaxGeneral, .parallaxGeneral h2{
    display:none !important;
  }  

  .parallaxServicios{
    background-image:none !important;
  }
  .parallaxServicios, .parallaxServicios h2{
    display:none !important;
  }

  .parallaxIndustrial{
    background-image:none !important;
  }
  .parallaxIndustrial, .parallaxIndustrial h2{
    display:none !important;
  }

  .parallaxTorres{
    background-image:none !important;
  }
  .parallaxTorres, .parallaxTorres h2{
    display:none !important;
  }

  #imgBackResponsive{
    display: block !important;
  }

#imgNormal{
    display: none !important;
  }

  .parallaxAvisoPrivacidad{
    background-image:none !important;
  }
  .parallaxAvisoPrivacidad, .parallaxAvisoPrivacidad h2{
    display:none !important;
  }

  .avisoEstilo{
    padding: 25px !important;
  }
}

.avisoEstilo{
    width: 100%; 
    background-color: #F5F8E8; 
    border-radius: 25px; 
    padding: 55px;
    border: 2px solid #0c9444;
  }

.imgBackProducto{
  position: absolute;
  display: block;
  text-align: center;
  bottom: 0px;
  width: 100%;
  color: white;
  background-color: #002e61ba;
  margin-bottom: 0px !important;
  padding: 20px;
}


/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Efecto Parallax Nosotros
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/


.backgroundParallax{
   /* The image used */
  background: url("../img/Nosotros/banerNosotros.png") no-repeat center center fixed;
  background-size: cover;
}




.parallaxNosotros{
  /* The image used */
  background-image: url("../img/Nosotros/banerNosotros.png");

  /* Set a specific height */
  min-height: 300px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  position: relative;
}

.parallaxNosotros h2{
  position: absolute;
  display: block;
  text-align: center;
  bottom: 0px;
  width: 100%;
  color: white;
  background-color: rgba(0,46,97,0.73);
  margin-bottom: 0px !important;
  padding: 20px;
}

@media only screen and (max-width:768px){
  .parallaxNosotros{
    background-image:none !important;
  }
  .parallaxNosotros, .parallaxNosotros h2{
    display:none !important;
  }

  #imgBackResponsive{
    display: block !important;
  }
}

.imgBackNosotros{
  position: absolute;
  display: block;
  text-align: center;
  bottom: 0px;
  width: 100%;
  color: white;
  background-color: #003f7aa6;
  margin-bottom: 0px !important;
  padding: 20px;
}

/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Card Colores and aling justify
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

  /*Nosotros*/

  .cardColorNosotros{
    color: black;
    background-color: #e7e7c2;
    text-align: justify;
    text-justify: inter-word;
  }

  .center-block {
   margin-left:auto;
   margin-right:auto;
   display:block;
}


  .separation3{
  height: 2px;
  width : 50px;
  background: white;
  }



/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Producto
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/


.item {
    display: none;
    position: relative;
    .transition(.6s ease-in-out left);
}

.breadcrumb-item a{
  color: #439a63 !important;
}

.breadcrumb-item a:hover{
  color: #002e61 !important;
  text-decoration: none !important;
}

  /*card Producto */

  .cardColorProducto{
    background-color: #DCF2DE;

  }  
  .cardColorProductoTitulo{
    background-color: #439a63 !important;
  }

  .cardColorParaSuUsoEn{
    border-radius: 5px;
    background-color: #DCF2DE !important;
  }

  .cardColorcaracteristicasYBeneficios{
    color: black;
    background-color: #DCF2DE;
  }

  .cardColorProducto{
    background-color: #DCF2DE !important;
  }

  .parTabla{
    background-color: #FFFCDE !important; 
    color:black;
  }

  .imparTabla{
    background-color: #FFFCDE !important; 
    color:black;
  }

  .imgProducto{
    width:100%;
  }

  @media only screen and (max-width:768px){
    .imgProducto{
      width:70%;
      margin-left: 15%;
    }
  }

  @media only screen and (min-width:769px) and (max-width:992px){
    .imgProducto{
      width:50%;
      margin-left: 25%;
    }
  }

   @media only screen and (max-width:992px){
    .caruselAplicaciones{
      margin-top: 50px !important;
    }
  }
  

  /*Para justificar --> • li */

.justificarLi {
    list-style-type: disc;
    list-style-position: inside;
    text-indent: -1em;
    padding-left: 1em;
  /*Para el espacio entre li´s */
  padding:15px;
}
  /*Boton hoja de seguridad*/


    .btn-secondary:hover {
      color: white !important;
      background: #002e61 !important;
    }

    .btn-secondary {
      color: white !important;
      border: 1px solid white !important;
      background: transparent !important;
    }

    .btnEnviar:hover {
      color: white !important;
      background: #002e61 !important;
    }

    .btnEnviar {
      color: white !important;
      border: 1px solid white !important;
      background: #5FA96F !important;
    }

    .btn-hojaDeSeguridad:hover {
      color: white !important;
      background: #002e61 !important;
    }
    .btn-hojaDeSeguridad {
      color: white !important;
      background: #439a63 !important;
    }
    
  /*Botones categorias*/

    .btn-light-seleccionado{
      background-color: #002e61 !important;
      color: white !important;

    }

    
    .btn-light-seleccionado:hover{
    color: white !important;
    background: #002e61 !important;
    }


    .btn-light{
      background-color: #5FA96F !important;
      color: white !important;

    }

    .btn-light:hover{
    color: white !important;
    background: #002e61 !important;
    }

    .alinearBotonesCategorias{
      width: 80%;
      display: flex;
      justify-content: center;
    }

    /*Borde redondo*/
    .bordeRedondo {
      border-radius: 25px;
    }
/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Contacto Formulario
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

@media screen and (min-width:1800px){


      .widthContacto{
  max-width: 80% !important; 
  margin-left: auto !important;
  margin-right: auto !important;
  } 
}

/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Nosotros
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

/*Imagen borde redondo*/

    .bordeRedondoNosotros {
      border-radius: 40px;
    }

/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Efectos Generales
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

    /*Zoom imagenes*/
    .zoom {
      background-color: white;
      transition: transform .2s;

      margin: 0 auto;
    }

    .zoom:hover {
      -ms-transform: scale(1.07); /* IE 9 */
      -webkit-transform: scale(1.07); /* Safari 3-8 */
      transform: scale(1.07); 
    }


@media screen and (min-width:1800px){

      .widthContacto{
  max-width: 80% !important; 
  margin-left: auto !important;
  margin-right: auto !important;
  } 
}


/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Responsive Index
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/


@media screen and (max-width:1000px){


.responsiveImage {
    width: 100% !important;  
}

}




@media screen and (min-width:992px){

    #carouselSmall{
       display: none !important;
  }

    .circulos{
      display: none !important;
  }

}



@media screen and (max-width:991px){

    #carouselBig{
       display: none !important;
  }

    #circulosEnLinea{

           display: none !important;
  }
}

/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Responsive Producto
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/


    .responsiveTabla{
        margin-left: 0px !important;
        margin-right: 0px !important;

    }

@media screen and (max-width:1024px){

    .responsiveTabla{
        margin-left: 30px !important;
        margin-right: 30px !important;

    }
}



/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Responsive Nosotros
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

.imagenResponsiveNosotros{
    width:100%;
}

@media screen and (max-width: 992px){
    .imagenResponsiveNosotros{
        width:70%;
        margin-left: 15%;
        margin-top: 30px;
    }
}

@media screen and (max-width: 768px){
    .imagenResponsiveNosotros{
        width:90%;
        margin-left: 5%;
        margin-top: 30px;
    }
}


/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Paginación
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/


.page-item.active .page-link {
    z-index: 1;
    color: #fff !important;
    background-color: #003260 !important;
    border-color: #639842 !important;
}

@media screen and (min-width:1200px){
.active .nav-link{
    color: white !important;
    border-bottom: 2px solid white;
}
}


.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: grey !important;
    background-color: #fff;
}
.page-link:hover {

    background-color: #5FA96F !important;
    color: white !important

}

/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Preloading Page
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

#loading{
    background-color: white;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 100;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f8fff6;
    margin: 0;
    padding: 0;
  }


.fade-in{
    animation: fadeIn 1s;
    -webkit-animation: fadeIn 1s;
    visibility : hidden;
    transition: visibility 0s 1s;
}

.fade-in.complete{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@keyframes fadeIn{
    from{
        opacity: 1;
    }to{
        opacity: 0;
    }

}

@-webkit-keyframes fadeIn {

    from{
        opacity: 1;
    }to{
        opacity: 0;
    }

}

@media screen and (max-width: 768px) {
  .logoFinalLoad{
    width: 100px !important;
  }
}

#bodyIndex{
  margin-bottom: 250px !important;
}

@media screen and (max-width: 768px) {
#bodyIndex{
  margin-bottom: 700px !important;
}
}

@media screen and (min-width: 768px) and (max-width: 1200px){
#bodyIndex{
  margin-bottom: 400px !important;
}
}


@media screen and (max-width: 992px) {


  .logoFinalLoad{
    width: 175px !important;
  }
}

.logoFinalLoad{
  position: absolute; 
  bottom: 25px; 
  right:25px; 
  width: 250px;
}




.servicioTexto{
  width:90% !important; 
  margin-left: 5% !important;
}

.servicioh4{
  width:90%;
}

@media only screen and (max-width:768px){

.servicioTexto{
  width:100% !important; 
  margin-left: 0!important;
}

.servicioh4{
  width:100%;
}


}


/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Folletos
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

@media screen and (max-width: 1200px) {
  .ocultarimagenFolleto{
    display: none !important;

  }
  .responsiveFolleto{
    display: block !important;

  }
  .issuuResponsive{
    height: 720px !important;

  }

}


@media screen and (max-width: 576px) {

  .issuuResponsive{
    height: 400px !important;

  }
}


@media screen and (min-width: 576px) and (max-width: 1200px){

  .imagenResponsiveDescargar{
    display: none!important;
  }

  .botonResponsiveDescargar{
    display: block !important;
  }


}





