@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v29/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2');
}




* { outline: none !important;}
a, a:visited { outline: none !important; color: #e00614;}
p a, p a:visited { outline: none !important; color: #e00614; text-decoration: underline;}

.white-new, p.white-new { color: #fff !important;}

strong.white-n,
strong.white-n a { color: #fff !important;}

a.navbar-brand.logo-x2 img
{ max-width: 270px; max-height: 100px;}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}


/******stainless*******/

@font-face {
    font-family: 'stainlesscond-boldregular';
    src: url('../fonts/stacnbd_-webfont.woff2') format('woff2'),
         url('../fonts/stacnbd_-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'stainlesscond-blackregular';
    src: url('../fonts/stacnbl_-webfont.woff2') format('woff2'),
         url('../fonts/stacnbl_-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'stainlesscond-lightregular';
    src: url('../fonts/stacnlt_-webfont.woff2') format('woff2'),
         url('../fonts/stacnlt_-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'stainlesscond-regularregular';
    src: url('../fonts/stacnr__-webfont.woff2') format('woff2'),
         url('../fonts/stacnr__-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/************************************************************************************/
/***********************************HOME**********************************/
/***********************************************************************************/
*{
	margin: 0;
	padding:0;
}

body{
	font-family: 'stainlesscond-regularregular';
	overflow-x: hidden;
}

.contenedor{
  width: 100%;
  height: 100%;
  position: relative;
}
.contenedor-interno{
  width: 100%;
  height: 100%;
    position: relative;
    background-image: url(../images/objeto-vectorial.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0% 100%;
    background-color: #ffffff;
}
#col-gris{
    padding: 0;
    background-color: #f5f5f5;
    z-index: 9px;
    position: absolute;
    right: -62px;
    z-index: 9;
    height: 544px;
    bottom: -19px;
}


/************************************************************************************/
/*********************************BARRA SUPERIOR************************************/
/***********************************************************************************/

.barra-superior{
	background-color: #e41c14;
    height: 35px;
    padding: 0px 0px 0px 0px;
}
.contenedor-servicios{
	float: right;
  width: 100%;
}

.logo-intercement{
  float: left;
  margin-top: -2px;
}
.botonera-top{
  text-align: right;
}

.servicios-top .lista-menu-2{
    padding: 8px 0px 0px 0px;
    margin-bottom: 0px;
}
.servicios-top .lista-menu{
    padding: 8px 0px 0px 0px;
    float: left;
    width: 92.3%;/*94.3%*/
    z-index: 5;
    position: relative;
}
.servicios-top .lista-menu li{
	display: inline-block;
  display: -moz-inline-stack;
   vertical-align: top; /* BASELINE CORRECCIÓN*/
	list-style: none;
	border-right: 1px solid #fff;
	height: 18px;
  zoom: 1; /* IE7 (hasLayout)*/
  *display: inline; /* IE */
  _height: 250px; /* IE6 */
  padding: 0px 6px;
  position: relative;
  z-index: 15;
}
.servicios-top .lista-menu-2 li{
  display: inline-block;
  display: -moz-inline-stack;
   vertical-align: top; /* BASELINE CORRECCIÓN*/
  list-style: none;
  height: 18px;
  zoom: 1; /* IE7 (hasLayout)*/
  *display: inline; /* IE */
  _height: 250px; /* IE6 */
  padding: 0px 3px;
  border-right: 1px solid #fff;
}
.servicios-top ul li .logo-intercement{
    padding: 0px;
    margin-right: 4px;
}
.servicios-top ul li img {
  padding: 0px 6px;
}
.servicios-top ul li span{
	margin-right: 5px;
}
.servicios-top ul li p{
	color: #fff;
	font-size: 13px;
}
.servicios-top ul li .telefono{
  color: #fff;
  font-size: 12px;
}
.servicios-top ul li p:hover{
	color: #f3d4d2;

}
.servicios-top ul li a:hover{
	text-decoration: none;
	color:#f3d4d2;
}

.border-left{
  width: 35px;
  text-align: left;
  }

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.servicios-top .idioma{
  background-color: transparent;
  border: 0;
  outline: 0;
  color: #fff;
  font-size: 13px;
}

.servicios-top .desplegable{
  padding: 0!important;
  margin-top: 10px!important;
}

.servicios-top .desplegable li{
  display: block;
  margin: 7px 0px;
}

/*SUB MENU RESPONSIVE */
.navbar-ex1-collapse >.menu-mobile  li{
  height: auto;
  display: block;
  padding: 2px 6px;
}

.navbar-ex1-collapse >.menu-mobile a:hover{
  color: #e41c14
}

.sub-menu >.navbar-toggle .hamburger {
    color: #e41c14;
    background:#fff;
}

.sub-menu .navbar-toggle{
  float: right;
  right: 0;
  position: relative;
  padding: 0px;
}

.navbar-nav {
    margin: 0px -15px;
}
.menu-moible .icono {
    width: 4%;
    padding: 0px 2px;
}
.navbar-ex1-collapse >.menu-mobile  li{
  line-height: 12px;
  text-align: left;
}
.navbar-ex1-collapse >.menu-mobile .dropdown-menu > li > a{
  line-height: 12px;

}
.navbar-ex1-collapse >.menu-mobile  li .icono{
  float: left;
  padding: 0px 11px;
}
.navbar-ex1-collapse >.menu-mobile  li .carro{
  float: left;
  padding: 0px 5px;
}
.menu-iconos{
  padding-bottom: 10px!important;
  background-color: #f0f0f0!important
}
.menu-moible .menu-iconos a{
  float: left;
}

.navbar-ex1-collapse >.menu-mobile  .buscador-mobile{
    border-bottom: 1px solid #d0d0d0;
    color: #9d9d9c;
    outline: 0;
    background: transparent;
    border-top: 0;
    margin-top: 6px;
    width: 87%;
    border-left: 0;
    border-right: 0;
}

.navbar-ex1-collapse >.menu-mobile  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#9d9d9c;
  font-size: 13px;
}
.navbar-ex1-collapse >.menu-mobile ::-moz-placeholder { /* Firefox 19+ */
  color: #9d9d9c;
  font-size: 13px;
}
.navbar-ex1-collapse >.menu-mobile :-ms-input-placeholder { /* IE 10+ */
  color: #9d9d9c;
  font-size: 13px;
}
.navbar-ex1-collapse >.menu-mobile :-moz-placeholder { /* Firefox 18- */
  color: #9d9d9c;
  font-size: 13px;
}

/* BUSCADOR TOP */
#navigation-bar {
    position: relative;
    height: 60px;
    padding-left: 60px;
}
#search {
    position: relative;
    float: left;
    width: 23px;
    height: 22px;
}
#label {
  width: 23px;
    height: 22px;
    position: relative;
    z-index: 20;
}
#label label {
    display: block;
    width: 20px;
    height: 17px;
    background: url("../images/buscador.svg") 0 0;
    font-size: 0;
    background-repeat: no-repeat;
    color: rgba(0, 0, 0, 0);
    text-indent: -9999px;
    cursor: pointer;
}
#label label:hover {
    background: url("../images/buscador.svg") 0px 0;
    background-repeat: no-repeat;
}
#label.active label {
    background: url("../images/buscador.svg") 0px 0;
    background-repeat: no-repeat;
}
#input {
    position: absolute;
    top: -4px;
    right: 1px;
    width: 772px;
    z-index: 0;
    overflow: hidden;
}

#input input {
display: block;
    position: absolute;
    top: 0;
    right: 779px;
    float: right;
    width: 350px;
    height: 37%;
    margin: 0;
    padding: 0 10px;
    border: none;
    background-color: #e41c14;
    color: #fff;
    font-size: 13px;
    -webkit-backface-visibility: none;
    -moz-backface-visibility: none;
    -ms-backface-visibility: none;
    backface-visibility: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: left 0;
    -moz-transition: left 0;
    -ms-transition: left 0;
    -o-transition: left 0;
    transition: left 0;
    border-bottom: 1px solid #fff;
  }
#input input:focus {
    outline: none;
}
#input.focus {
  z-index: 12;
}
#input.focus input {
    left: 0;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
    position: relative;
        height: 28px;
    z-index: 29;
    background: #e41c14;
}




/************************************************************************************/
/***********************************MENU**********************************/
/***********************************************************************************/

.navbar-brand{
	height: 100%;
  padding-left: 0px;
  padding: 16px 0px;
}
.navbar{
	padding: 0;
}
.navbar, .dropdown-menu{
  margin-top: 41px;
  float: right;
}
.nav > li > a {
    padding: 10px 12px;
    font-family: 'stainlesscond-regularregular';
    font-size: 15px;
}
.nav>li>a:hover{
  color: #e41c14;
}

.nav>li>a, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>li>a, .dropdown-menu>li{
  border-bottom: 3px solid transparent;
  color:#9d9d9c;
}
.nav>li>a:focus, .nav>li>a:hover,.nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
  border-bottom: 3px solid transparent;
  background: none;
}
.navbar a, .dropdown-menu>li>a, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .navbar-toggle{
 color: #9d9d9c;
 padding: 3px 35px;
}
.dropdown-menu{
    -webkit-box-shadow: none;
    box-shadow:none;
}
.dropdown-menu>li> .boton-drop:hover{
  color: red;
}

.nav li.drop-2:hover{
  border:none;
}

.navbar-nav > li > .dropdown-menu{
  border-top: 3px solid #e41c14;
}


.navbar-toggle .icon-bar{
    color: #fff;
    background: #e41c14;
}


/************************************************************************************/
/******************************SLIDER PRINCIPAL*************************************/
/***********************************************************************************/
.flechas{
  position: relative;
    z-index: 99;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    min-width: 100%;
    min-height: 100%;
}

.carousel-control.left,.carousel-control.right{
  background-image:none;
  background-repeat:none;
}

.carousel-control .glyphicon-chevron-left{
  width: 35px;
  height: 34px;
  padding: 2px;
  background: #e41c14;
}

.carousel-control .glyphicon-chevron-right{
  width: 35px;
  height: 34px;
  padding: 2px;
  background: #e41c14;
}

.carousel-indicators{
  position: absolute;
  bottom: 10px;
  left: 86%;
  z-index: 15;
  width: 100%;
  padding-left: 0;
  margin-left: -31%;
  text-align: center;
  list-style: none;
  bottom: 2%;

}

.carousel-indicators .active{
  width: 15px;
  height: 15px;
  background-color: #e41c14;
  border: none;
  margin: 0px 2px;
}

.carousel-indicators li{
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  margin: 0px 2px;
}

.carousel-control.right{
  left: 63px;
}

.carousel-control.left{
  left: 25px;
}

.carousel-control{
  opacity: 1;
}
.carousel-control .arrow-left-2{
  font-size: 29px;
  background: #e41c14;
  padding: 6px 14px;
  bottom: 19px;
  color: #fff;
  position: relative;
}

.carousel-control .arrow-right-2{
  font-size: 29px;
  background: #e41c14;
  color: #fff;
  padding: 6px 14px;
  bottom: 19px;
  position: relative;
}
.carousel-control .arrow-left-2:hover{
    background-color: #e84e48;
  color: #fff;
}
.carousel-control .arrow-right-2:hover{
  background-color: #e84e48;
  color: #fff;
}

.slide-desktop { display: block}
.slide-mobile{ display: none !important}

/*ROTADOR PEQUEÑO */

.carousel-control .arrow-left{
  font-size: 29px;
  background: #fff;
  padding: 6px 14px;
  bottom: 19px;
  color: #e41c14;
  position: relative;
}
.carousel-control .arrow-left:hover{
  color: #fff;
  background-color: #f34139;
    bottom: 18px;
}

.carousel-control .arrow-right{
  font-size: 29px;
  background: #fff;
  color: #e41c14;
  padding: 6px 14px;
  bottom: 19px;
  position: relative;
}

.slider{
    width:100%;
}

.slide-1{
  width: 1170px;/*520*/
  margin: 0 auto;
}

.slide-2{
  width: 1170px;/*600*/
  margin: 0 auto;
}

.slide-3{
  width: 1170px;/*805*/
  margin: 0 auto;
}

.slide-4{
  width: 1170px;
  margin: 0 auto;
}

.titulo-slider {
    position: absolute;
    top: 55%; /*46*/
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    /*text-transform: uppercase;*/
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}

.titulo-slider h1 {
    font-size: 50px;
    margin: 0;
    font-family: 'stainlesscond-lightregular';
    padding: 0;
    text-transform: initial;
}

.titulo-slider h1 span{
  font-weight: bold;
}

.fade-carousel .carousel-inner .item .titulo-slider {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s;
        -ms-transition: 2s all ease-in-out .1s;
         -o-transition: 2s all ease-in-out .1s;
            transition: 2s all ease-in-out .1s;
}
.fade-carousel .carousel-inner .item.active .titulo-slider {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s;
        -ms-transition: 2s all ease-in-out .1s;
         -o-transition: 2s all ease-in-out .1s;
            transition: 2s all ease-in-out .1s;
}

/************************************************************************************/
/***********************SECCION LIDERES/PROVEDEEDORES********************************/
/***********************************************************************************/

.container-2{
  width: 840px;
  margin: 0 auto;
  position: relative;
  top: 11px;
  z-index: 99;
  max-width: 100%;
}
.container-2 .posicion-1{
  position: relative;
  top: 5%;
}
.container-2 .caja{
  bottom: 0px;
  width: 100%;
  position: relative;
}
.container-2 .titulo {
    padding: 19px 0px;
  background: #ffffff;

}
.container-2 .caja .titulo h3{
  font-size: 16px;
  margin: 0;
  font-family: 'stainlesscond-lightregular';
  font-weight: bold;
  text-transform: uppercase;
  color: #e41b13;
  text-align: center;
}
.pdf-thumb-box{
  position:relative;
  overflow: hidden;
  bottom: -1px;
}
.pdf-thumb-box img{
  width: 100%;
}
.pdf-thumb-box-overlay {
    display:none;
}
.pdf-thumb-box-overlay p {
  color: #fff;
  clear: both;
  /*font-family: 'encode_sansmedium';*/
  font-family: 'stainlesscond-boldregular';
  margin-top: 50px;
  padding: 0px 15px;
  font-size: bold;
}

.pdf-thumb-box a:hover .pdf-thumb-box-overlay {
    display:inline;
    text-align:center;
    position: absolute;
    transition: background 0.2s ease, padding 0.8s linear;
    background-color: rgba(0, 0, 0, 0.7);
    color: #e41b13;
    width:100%;
    height:100%;
}
.pdf-thumb-box-overlay span {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 2px solid #e41b13;
    margin-top: 20px;
}

/************************************************************************************/
/***********************************CAROUSEL PEQUEÑO**********************************/
/***********************************************************************************/

/*ROTADOR PEQUEÑO */
.rotador-2 {
    bottom: 22px;
    position: absolute;
    left: -25px;

}
#quote-carousel .carousel-control{
  background: none;
  color: #fff;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
#quote-carousel .carousel-control.left {
    left: -11px;

}
#quote-carousel .carousel-control.right {
  left: 26px !important;
}

#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}

#quote-carousel .carousel-indicators li {
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active {
  background: #333333;
}

#quote-carousel img{
/*width: 250px;
    height: 169px;*/
    margin: auto;
    margin-top: 15px;
}
#quote-carousel p{
margin: 0;
font-family: 'stainlesscond-regularregular';
color: #fff;
padding: 0
}

.contenedor-ofrecemos{
  width: 980px;
  margin: 0 auto;
}

.que-ofrecemos h2{
  margin:0;
  margin-bottom: 5px;

}
.que-ofrecemos p{
 color: #333333;
    font-family: "stainlesscond-lightregular";
    font-size: 18px;
    line-height: 24px;
}
.que-ofrecemos h4{
  color: #333333;
  font-family: 'stainlesscond-regularregular';
  font-weight: bold;
  margin-top: 25px;
}
.que-ofrecemos-2{
    padding-top: 43px;
    padding-right: 65px !important;
}

.que-ofrecemos{
    padding-right: 15px !important;
}
.que-ofrecemos-3{
    padding-top: 10px;
}
.que-ofrecemos-2 p{
 color: #333333;
     font-family: "stainlesscond-lightregular";
    font-size: 18px;
    line-height: 24px;
}
.que-ofrecemos-2 h4{
  color: #333333;
  font-family: 'stainlesscond-regularregular';
  font-weight: bold;
  margin-top: 18px;

}
.que-ofrecemos hr{
  background: #e41b13;
  height: 3px;
  width: 35%;
  margin: 0;
  text-align: left !important;
  float: left;
}
.caja-titulo{
  background: red;
  width: 27%;
  padding: 5px 10px;
  right: 38px;
  z-index: 9;
}

/************************************************************************************/
/***********************SLIDER FUNDACION *************************************/
/***********************************************************************************/
.container-fundacion{
  width: 1000px;
  margin:0 auto;
  padding: 0;
}
.owl-wrapper  {
  positon:relative;
}
.owl-controls {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.owl-theme .owl-controls .owl-page span {
  background: #fff  !important;
}
.owl-img {
  min-height: 428px;
  max-width: 100%;
  width: 100%;
}
.owl-text-overlay   {
  position: absolute;
  text-align: left;
  top: 45%;
  transform:translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  padding-bottom:20px;
  font-family: "Open Sans", sans-serif;
}

p.owl-caption  {
  font-size:17px;
  line-height:24px;
  margin-left: 10px;
  margin-top: 15px;
  margin-bottom: 40px;
  font-family: 'stainlesscond-regularregular';
}
.owl-theme .owl-controls .owl-page span:active {
   background: #fff !important;
 }

.owl-buttons {
  visibility: hidden;
  display: none;
}

.btn-conoce-mas{
  background-color: transparent;
  border: 1px solid #fff;
  padding: 17px 20px;
  border-radius: none!important;
  color: #fff !important;
  margin-left: 10px;
  font-family: 'stainlesscond-regularregular';
  font-size: 17px
}

.btn-conoce-mas:hover{
  border: 1px solid #e41c14;
  color: #e41c14;
  text-decoration: none;
}

.btn-conoce-mas img{
  margin-left: 55px;
}


/************************************************************************************/
/******************************SECCION DE 3 BOTONES**********************************/
/***********************************************************************************/


#seccion-botonora{
  position: relative;
  padding-bottom: 38px;
  padding-top: 85px;
}

.biblioteca {
  position: relative;
  margin-bottom: 30px;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
  cursor: pointer;
}

.biblioteca:hover .overlay {
  display: block;
  background: rgba(0, 0, 0, .3);
}

.imagen {
  left: 0;
  width: 100%;
  vertical-align: middle;
}

.title {
  position: absolute;
  width: 100%;
  left: 0;
  top: 120px;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  z-index: 1;
  transition: top .5s ease;
}

.biblioteca:hover .title {
  top: 90px;
}

.botones {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -13px;
  text-align: center;
}

.botones a {
  width: 100%;
  padding: 12px 38px;
  text-align: center;
  color: #e41c14;
  background-color: #fff;
  z-index: 1;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'stainlesscond-regularregular';
}

.botones a:hover{
  background-color: #e41c14;
  color: #ffffff;
}

.biblioteca:hover .botones {
  opacity: 1;
}


/************************************************************************************/
/***********************************FOOTER**********************************/
/***********************************************************************************/

.footer-1{
	background-color: #000000;
	max-height: 100%;
	padding: 60px 0px 0px 0px;
}

.footer-1 h3{
	color: #fff;
	margin: 0;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-family: 'stainlesscond-boldregular';
}

.footer-1 ul{
	list-style: none;
  width: 33%;
  float: left;
  vertical-align: top;
}
.footer-1 ul li{
	padding: 3px 0px;
}
.footer-1 li a{
	color: #fff;
	font-family: 'stainlesscond-regularregular';
	color: rgba(255,255,255,0.6);
	font-size: 15px;
}
.fondo-footer .logo-footer{
  float: left;
  margin-right: 12px;
}

footer .fondo-footer{
	background: url('../images/img-footer.jpg') no-repeat top center / cover;
	max-height: 100%;
}
.fondo-footer .direccion{
	padding-top: 89px;
}
.fondo-footer p{
	color: #ffffff;
    margin-top: 28px;
}
.fondo-footer ul{
	list-style: none;
	float: right;
    margin-top: 28px;
}
.fondo-footer ul li{
	display: inline-block;
	margin-right: 15px;
}

.fondo-footer ul li a{
	color: #ffffff;
}
.copyright{
	margin-top:20px;
}
.copyright .logo-qk{
	    float: right;
    width: 95%;
    display: inline-block;
}
.copyright .logo-qk h5{
	float: left;
	margin: 0;
	padding: 0;
  margin-right: 0px;
  margin-top: 10px;
  color: #868686
}
.copyright .logo-qk img{
    float: right;
    width: 85px;
    margin-top: 5px;
}
.copyright p{
	margin-top: 5px;
	color: #868686;
	/*font-family: 'encode_sansmedium';*/
  font-family: 'stainlesscond-regularregular';
}


.footer-1 ul#menu-footer-col-1.f1 li._tit a,
.footer-1 ul#menu-footer-col-2.f2 li._tit a,
.footer-1 ul#menu-footer-col-3.f3 li._tit a,
.footer-1 ul#menu-footer-col-4.f4 li._tit a,
.footer-1 ul#menu-footer-col-5.f5 li._tit a {
    color: #fff;
    font-family: "stainlesscond-boldregular";
    font-size: 15px;
    margin: 0 0 7px;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
}


.footer-1 ul#menu-footer-col-1.f1 li ul.sub-menu,
.footer-1 ul#menu-footer-col-2.f2 li ul.sub-menu,
.footer-1 ul#menu-footer-col-3.f3 li ul.sub-menu,
.footer-1 ul#menu-footer-col-4.f4 li ul.sub-menu,
.footer-1 ul#menu-footer-col-5.f5 li ul.sub-menu
 {
    float: left;
    list-style: none;
    vertical-align: top;
    width: 100% !important;
    padding-top: 5px;

}
.footer-1 ul#menu-footer-col-1.f1 li ul.sub-menu li,
.footer-1 ul#menu-footer-col-2.f2 li ul.sub-menu li,
.footer-1 ul#menu-footer-col-3.f3 li ul.sub-menu li,
.footer-1 ul#menu-footer-col-4.f4 li ul.sub-menu li,
.footer-1 ul#menu-footer-col-5.f5 li ul.sub-menu li
{
    padding: 0px 0px 3px 0px;
    display: inline-block;
    width: 100%;

}


.footer-1 ul#menu-footer-col-1.f1 li ul.sub-menu li a,
.footer-1 ul#menu-footer-col-2.f2 li ul.sub-menu li a,
.footer-1 ul#menu-footer-col-3.f3 li ul.sub-menu li a,
.footer-1 ul#menu-footer-col-4.f4 li ul.sub-menu li a,
.footer-1 ul#menu-footer-col-5.f5 li ul.sub-menu li a {
    color: rgba(255, 255, 255, 0.6);
    font-family: 'stainlesscond-lightregular';
    font-size: 16px;
    text-transform: none;
}

/************************************************************************************/
/******************************SECCIONES INTERNA************************************/
/***********************************************************************************/
#somos{
  background: url(../images/imagen-quienes-somos.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 411px;
}

#somos .pag{
  margin-top: 20px;
  clear: both;
}

#somos .pag a{
  float: left;
  color: #fff;
  font-size: 15px;
  /*font-family: 'encode_sansmedium';*/
  font-family: 'stainlesscond-boldregular';
}

#somos .pag span{
  float: left;
  color: #fff;
  font-size: 15px;
  /*font-family: 'encode_sansmedium';*/
  font-family: 'stainlesscond-boldregular';
  margin:0px 5px 0px 5px;
}

#somos h1{
  font-family: 'stainlesscond-lightregular';
  color: #ffffff;
  font-size: 55px;
  margin: 0;
  margin-top: 50px;
}
#somos h2{
  font-family: 'stainlesscond-regularregular';
  color: #ffffff;
  font-size: 17px;
  padding-top:  8px;
  margin:0;
}
#somos hr{
  background: #e41b13;
  height: 3px;
  width: 12%;
  margin: 0;
  margin-top: 10px;
  outline: none;
  border:none;
  text-align: left !important;
  float: left;
}

#somos p{
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-family: 'stainlesscond-lightregular';
  margin-top: 28px;
  width: 610px;
}

#somos .desde{
    padding: 30px 0px;
    background-color: #e41b13;
    text-align: center;
    right: 77px;
    position: absolute;
    z-index: 3;
    top: -21px;
    width: 112px;
}

#somos .desde p{
  font-size: 13px;
  margin: 0;
  line-height: 13px;
  font-family: 'stainlesscond-regularregular';
  clear: both;
  width: 112px;
}

#somos .desde span{
  margin:0;
  font-size: 26px;
  font-family: 'stainlesscond-boldregular';
  color: #fff;
}


#two {
   display: block;
   width: 350px;
   height: 50px;
   /*font-family: 'encode_sansmedium';*/
  font-family: 'stainlesscond-boldregular';
   font-size: 16px;
   background-color: #fff;
   color: #e41b13;
   border:none;
   text-decoration: none;
   float: right;
    position: absolute;
    right: 78px;
    bottom: -64px;
}

 #two:hover {
   color: #333333;
    text-decoration: none;
}
 #two span {
   padding-left: 23px;
   padding-right: 15px;
}

}
 #two:hover i {
   padding-left: 10px;

}
 #two .arrow-conocenos {
font-size: 27px!important;
position: relative;
top: 6px;
}
/************************************************************************************/
/******************************HISTORIA*********************************************/
/***********************************************************************************/

#box{
  padding: 60px 0px;
}

#creciendo h3{
  color: #333333;
    font-size: 35px;
  line-height: normal;
font-family: 'stainlesscond-regularregular';

  margin: 0;
}

#creciendo hr{
  background: #e41b13;
  height: 3px;
  width: 28%;
  margin: 0;
  margin-top: 8px;
  outline: none;
  border:none;
  text-align: left !important;
  float: left;
}

#creciendo p{
  color: #333333;
  margin-top: 28px;
      font-family: "stainlesscond-lightregular";
    font-size: 18px;
    line-height: 24px;
}

.historia{
  position: relative;
}

.historia h3{
  background-color: #e41b13;
  padding: 5px 12px;
  color: #fff;
  /*font-family: 'encode_sansmedium';*/
  font-family: 'stainlesscond-boldregular';
  font-size: 16px;
  position: absolute;
  z-index: 9;
  right:  10px;
  top: -7px;
}

.historia .epigrafe{
  background-color: #fff;
  padding: 11px 33px;
  color: #636363;
  /*font-family: 'encode_sansmedium';*/
  font-family: 'stainlesscond-boldregular';
  font-size: 14px;
  position: relative;
  z-index: 9;
  left: 0px;
  bottom: 26px;
}
/*****************************************************************************/
/*******************************LINEA DE TIEMPO*******************************/
/*****************************************************************************/
#timeline{
  background-color: #f5f5f5;
  padding-top: 70px;
  padding-bottom: 46px;
  min-height: 400px;
}

.steps-timeline {
  outline: 1px dashed rgba(255, 0, 0, 0);
  width: 1170px;
  border-top: 1px solid #333333;
  padding-top: 18px;
  margin: auto;
  padding-bottom: 30px;
}

.steps-span {
  display: block;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #333333;
}

.steps-name {
  text-align: center;
  font-size: 45px;
  color: #333333;
  font-family: 'stainlesscond-regularregular';
}

.steps-name-h3 {
  font-size: 45px;
  color: #333333;
  font-family: 'stainlesscond-regularregular';
}

.steps-decada{
  float: left;
  margin-top: 15px;
  margin-right: 25px;
}

.check{
  float: left;
  margin-top: 10px;
  margin-right: 5px;
}

.steps-description {
  text-align:left;
  margin-top: 10px;
  font-size: 13px;
  padding-bottom: 4px;
  padding-top: 9px;

}

.steps-timeline:after {
  content: "";
  display: table;
  clear: both;
}

.steps-name,.steps-name-h3{
  margin: 0;
  text-align: center;
}

.steps-description {
  margin: 0;
  color: #333333;
  margin-left: 21px;
}

div.steps-timeline div.steps-one ul {
  margin: 0;
  color: #333333;
  margin-left: 0px;
}

div.steps-timeline div.steps-one ul li {
  padding-bottom: 5px;
  font-size: 18px;
  color: #333333;
  font-family: 'stainlesscond-lightregular';
}


.steps-one,
.steps-two,
.steps-three {
  outline: 1px dashed rgba(0, 128, 0, 0);
}

@media screen and (min-width: 1000px) {
  .steps-one,
  .steps-two,
  .steps-three {
    float: left;
    width: 24%;
    margin-top: -72px;
  }
}

@media screen and (max-width: 1000px) {
  .steps-span {
    float: left;
    margin-right: 20px;
  }
}

/* FUNCIONES DEL ROTADOR */

#timeline-carousel .carousel-control-2{
  background: #fff;
  color: #333333;
  font-size: 3.3em;
  text-shadow: none;
  position: relative;
  top: -30px;
  z-index: 9;
}

.carousel-control-2.left {
  left: -12px;
  padding: 10px 22px;
}

.carousel-control-2.right {
  right: 0px ;
  padding: 0px 22px;
}

#timeline-carousel .carousel-indicators
{  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}

#timeline-carousel .carousel-indicators li {
  background: #c0c0c0;
}

#timeline-carousel .carousel-indicators .active {
  background: #333333;
}

.item blockquote {
    border-left: none;
    margin: 0;
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #timeline-carousel
    {
      background-color: #f5f5f5;
      margin-bottom: 0;
    }

}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {

    #timeline-carousel .carousel-indicators {
        bottom: -20px !important;
    }
    #timeline-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #timeline-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}


/************************************************************************************/
/******************************VISION DE LA EMPRESA*********************************/
/***********************************************************************************/

.vision {
  position: relative;
  bottom: 48px;
}

.vision h3{
  background-color: #e41b13;
  padding: 5px 12px;
  color: #fff;
  /*font-family: 'encode_sansmedium';*/
  font-family: 'stainlesscond-boldregular';
  font-size: 16px;
  position: absolute;
  z-index: 9;
  left: 10px;
  top: -7px;
}

.vision .boton{
  background-color: #fff;
  padding: 16px 33px;
  color: #e41b13;
  /*font-family: 'encode_sansmedium';*/
  font-family: 'stainlesscond-boldregular';
  font-size: 16px;
  position: relative;
  z-index: 9;
  left: 10px;
  bottom: 42px;
}

.vision .boton:hover{
  color: #333333;
}

.arrow-lomanet{
  top: 7px;
  left: 20px;
  position: relative;
}

.comillas{
  display: block;
  margin: auto;
  margin-top: 60px;
}

.entrecomillas p{
  padding: 30px 110px;
  text-align: center;
  font-family: 'stainlesscond-boldregular';
  color: #e41b13;
  line-height: 28px;
  font-size: 20px;
}

/************************************************************************************/
/******************************SECCION PROVEEDORES**********************************/
/***********************************************************************************/
.bloque-ariba{
    padding-top: 20px;
    padding-bottom: 30px;
}
.bloque-ariba p{
  font-family: "stainlesscond-lightregular";
    font-size: 19px;
    line-height: 25px;
}
.big-banner-proveedores {
  /*background: url(../images/bg-proveedores.jpg);*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 0px 50px 0px;
}
#paginador{
  padding: 0;
}
.big-banner-proveedores .pag{
  margin-top: 20px;
  clear: both;
}

.big-banner-proveedores .pag a{
  float: left;
  color: #fff;
  font-size: 15px;
  /*font-family: 'encode_sansmedium';*/
  font-family: 'stainlesscond-boldregular';
}

.big-banner-proveedores .pag span{
  float: left;
  color: #fff;
  font-size: 15px;
  /*font-family: 'encode_sansmedium';*/
  font-family: 'stainlesscond-boldregular';
  margin:0px 5px 0px 5px;
}

.big-banner-proveedores h1{
  font-family: 'stainlesscond-lightregular';
  color: #ffffff;
  font-size: 55px;
  margin: 0;
  margin-top: 33px;
}

.big-banner-proveedores hr{
  background: #e41b13;
  height: 3px;
  width: 8%;
  margin: 0;
  margin-top: 10px;
  outline: none;
  border:none;
  text-align: left !important;
  float: left;
}

/*segunda fila */

.registro-proveedores{
  background: #e00614;
}

.registro-proveedores h3{
  color: #fff;
  font-family: "stainlesscond-regularregular";
    font-size: 24px;
    line-height: 30px;
    margin-top: 0px;
}

.registro-proveedores p{
  color: #fff;
      font-family: "stainlesscond-lightregular";
    font-size: 18px;
    line-height: 24px;
}


.col-registro, .col-proveedores{
  /*height: 77px;*/
  text-align: center;
}

.col-registro .boton{
    border: 1px solid #fff;
    padding: 20px 22px;
    color: #fff;
      font-family: "stainlesscond-lightregular";
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;

}

.col-registro a.boton span i{
  font-size: 24px !important;
}

.col-registro .boton:hover{
  color: #fff;
  border: 1px solid #333333;
  text-decoration: none;
}

.col-registro .arrow-prov{
    top: 7px;
    left: 10px;
    position: relative;
}
/*tercera fila*/
.compromiso-empresarial{
  padding: 60px 0px;
}
.compromiso-empresarial h3{
  color: #333333;
     font-size: 35px;
  line-height: normal;
font-family: "stainlesscond-regularregular";
  margin: 0;
}
.compromiso-empresarial hr{
  background: #e41b13;
  height: 3px;
  width: 10%;
  margin: 0;
  margin-top: 8px;
  outline: none;
  border: none;
  text-align: left !important;
  float: left;
}
.compromiso-empresarial p{
  color: #333333;
  text-align: justify;
  margin-top: 28px;
      font-family: "stainlesscond-lightregular";
    font-size: 18px;
    line-height: 24px;

}
.compromiso-empresarial span{
  color: #a0a0a0;
}

/*FRASE DE LA EMPRESA*/
.imagen-mano{
  background: url(../images/bg-cite.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 20px 0px 40px 0px;
}
.imagen-mano p{
  color: #fff;
    text-align: center;
  font-family: 'stainlesscond-boldregular';
  line-height: 28px;
  font-size: 20px;
}

/* video destacado */
#video-destacado{
  padding: 40px 0px;
}
#video-destacado .descripcion-video{
  padding: 98px 77px;
  height: 381px;
}
#video-destacado .descripcion-video h3{
  float: left;
  color: #333333;
  font-family: 'stainlesscond-lightregular';
  font-size: 35px;
  margin: 0;
}
#video-destacado .descripcion-video p{
  font-size: 16px;
  color: #333333;
  text-align: justify;
  font-family: 'stainlesscond-regularregular';
  margin-top: 28px;
  line-height: 25px;
  float: left;
}
#video-destacado .descripcion-video hr{
  width: 2px;
  height: 160px;
  margin: 5px;
  padding: 1px;
  margin-top: 17px;
  float: right;
  background-color: #e41b13;
    text-align: left !important;
  float: left;
}
#video-destacado .descripcion-video .skew25y{
  -moz-transform: skewy(25deg);
  -webkit-transform: skewy(25deg);
}

/*clientes*/

#clientes{
  /*background: url(../images/img-clentes.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;*/
  text-align: center;
  height: 411px;

}
.clientes{background: #F9F9F9;}

#clientes .pag{
  margin-top: 20px;
  clear: both;
}

#clientes .pag a{
  float: left;
  color: #fff;
  font-size: 15px;
  /*font-family: 'encode_sansmedium';*/
  font-family: 'stainlesscond-boldregular';
}

#clientes .pag span{
  float: left;
  color: #fff;
  font-size: 15px;
  /*font-family: 'encode_sansmedium';*/
  font-family: 'stainlesscond-boldregular';
  margin:0px 5px 0px 5px;
}

#clientes h1{
  font-family: 'stainlesscond-lightregular';
  color: #ffffff;
  font-size: 55px;
  margin: 0;
  margin-top: 50px;
  text-align: left;
}



#clientes hr{
  background: #e41b13;
  height: 3px;
  width: 28%;
  margin: 0;
  margin-top: 10px;
  outline: none;
  border:none;
  text-align: left !important;
  float: left;
}

#clientes hr.tope {width: 8%;  text-align: left !important;
  float: left; }

#clientes p{

  text-align: left;
  color: #fff;
  margin-top: 55px;
    font-family: "stainlesscond-lightregular";
    font-size: 24px;
    line-height: 32px;

}

/*soporte loma*/

.client-right,.client-left{
  padding: 0;
}
.texto-soporte{
  padding: 45px 171px 45px 0px;
}

.texto-soporte h3{
  color: #333333;
    line-height: normal;
font-family: "stainlesscond-regularregular";
  font-size: 35px;
  margin: 0;
}

.texto-soporte hr{
  background: #e41b13;
  height: 3px;
  width: 28%;
  margin: 0;
  margin-top: 8px;
  outline: none;
  border: none;
  text-align: left !important;
  float: left;
}

.texto-soporte p{
  font-size: 18px;
  color: #333333;
  font-family: 'stainlesscond-lightregular';
  margin-top: 28px;
   line-height: 24px;
}

.datos-telefonos{
  background-color: #e00614;
}

.datos-telefonos .telefonos{
  padding: 23px 106px 20px 0px;
  font-size: 25px;
  font-family: 'stainlesscond-lightregular';
}

.right .bg-blanco {
    background-color: #fff;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    width: 100vw;
    z-index: -1;
    height: 346px;
}

.left .bg-rojo {
   background-color: #e00614;
    right: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    width: 100vw;
    z-index: -1;
    height: 346px;
}

.right .bg-descripcion {
    background-color: #fff;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    width: 100vw;
    z-index: -1;
    height: 346px;
}

.left .bg-foto {
   background-color: #e00614;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    width: 100vw;
    z-index: -1;
    height: 346px;
}

.img-hablando{
  position: absolute;
  z-index: 1000;
  padding-top: 15%;
  padding-right: 5%;
}



.contenedor-clientes {
  width: 980px;
  margin: 0 auto;
  padding: 78px 0px;
}

.container.c-coprocesamiento,
.container.c-fundacion {
  padding-top: 78px;
}

.container.c-coprocesamiento h3,
.container.c-fundacion h3,
.contenedor-clientes h3{
  color: #e00614;
  font-family: 'stainlesscond-regularregular';
  font-size: 35px;
  margin: 0;
  margin-bottom: 20px;
}

.container.c-coprocesamiento h4,
.container.c-fundacion h4,
.contenedor-clientes h4{
  color: #033333;
  font-family: "stainlesscond-regularregular";
    font-size: 24px;
    line-height: 30px;
  margin: 0;
  margin-bottom: 20px;
}
.container.c-coprocesamiento p,
.container.c-fundacion p,
.contenedor-clientes p{
  color: rgb(51, 51, 51);
  text-align: justify;
  margin-top: 28px;
      font-family: "stainlesscond-lightregular";
    font-size: 18px;
    line-height: 24px;
}

.contenedor-clientes .destacado-rojo{
  color: #e00614;
}


.card {
  margin: 20px 10px;
}


.card {
  margin: 20px 10px;
}

.card-body a {
  text-decoration: none;
  font-size: 15px;
  margin-top: auto;
  font-weight: 600;
}

.card-body a:hover {
  text-decoration: none;
}
.round-image {
  width: 250px;
  height: 250px;
  background-image: url('https://www.lomanegra.com/wp-content/uploads/2022/03/Gobierno-scaled-e1646255811772.jpg');
  background-size: cover;
  display: block;
  border-radius: 125px;
  -webkit-border-radius: 125px;
  -moz-border-radius: 125px;
 }
/*Portal lomanet / clientes*/

.fondo-gris{
  background-color: #9e9e9d;
  color: white;
  padding: 0;
  margin: 0;
}

.descripcion-portal{
  padding:  20px 120px 49px 0px;
}

.descripcion-portal h3{
  color: #fff;
  font-family: 'stainlesscond-lightregular';
  font-size: 35px;
  margin: 0;
  margin-bottom: 20px;
}
.descripcion-portal p {
  font-family: "stainlesscond-lightregular";
    font-size: 18px;
    line-height: 24px;
  margin-top: 28px;
  color: #fff;
}

.descripcion-portal .boton{
  background-color: transparent;
  padding: 16px 33px;
  color: #fff;
 font-family: "stainlesscond-lightregular";
    font-size: 18px;
  z-index: 9;
  border:1px solid #fff;
}

.descripcion-portal .boton:hover{
  color: #fff;
border:1px solid #333;
text-decoration: none;
}

a.boxed-btn span.boton,
a.boxed-btn:hover span.boton,
a.boxed-btn:hover{text-decoration: none !important;}

.descripcion-portal .boton:hover > span {
text-decoration: none !important;
}
.arrow-lomanet{
  top: 12px;
  left: 20px;
  position: relative;
}

/*imagen notebook*/
#padding-foto{
  padding: 0;
}
.img-note{
  position: absolute;
  margin-top: 8%;
  right: 51px;
}

.asesoria-descripcion{
  padding: 25px 158px 20px 100px;
  margin-top: 60px;
}

.asesoria-descripcion h3{
  color: #333333;
  font-family: 'stainlesscond-lightregular';
  font-size: 35px;
  margin: 0;
  margin-bottom: 10px;
}
.asesoria-descripcion hr{
  background: #e41b13;
  height: 3px;
  width: 21%;
  margin: 0;
  margin-top: 8px;
  outline: none;
  border: none;
  text-align: left !important;
  float: left;
}
.asesoria-descripcion p{
     font-family: "stainlesscond-lightregular";
    font-size: 18px;
    line-height: 24px;
  margin-top: 22px;
  padding-top: 22px;
  color:#333;
}


/*Donde comprar*/
.tipo-di { text-transform: capitalize; padding-top: 10px;}
.mapita { background: #f5f5f5; border-top: 3px solid #e41b13;}
.nopadding-lr { padding-left: 0px; padding-right: 0px;}



div.container-fluid.big-banner-proveedores h3
{
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}

div.lista-desplegable button.filtrado
{
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  background: #fff;
  padding: 6px 12px;
  color:  #333;
  font-weight: bold;
  margin-top: 32px;
  border:1px solid #fff;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  height: 41px;}

div.lista-desplegable select#select_pcia.dropdown,
div.lista-desplegable select#select_partido.dropdown,
div.lista-desplegable select#select_localidad.dropdown

{
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  /*background: #e00614;*/
  padding: 6px 12px;
  color:  #fff;
  background: #e00614;
  font-weight: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-top: 32px;
  border:1px solid #fff;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  height: 41px;

    -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/arrow-down.svg) 95% / 5% no-repeat transparent;}

  /* CAUTION: IE hackery ahead */


select::-ms-expand {
    display: none; /* remove default arrow in IE 10 and 11 */
}

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
    select {
        background:none\9;
        padding: 5px\9;
    }
}
}



/* lista desplegable */


/*BUSCADOR*/
#imaginary_container{
  margin-top: 32px;
  position: relative;
  z-index: 1;
}


.stylish-input-group input{
  background-color: transparent;
  border:1px solid #fff;
  height: 41px;
  color: #fff
}

.stylish-input-group .input-group-addon{
  background: transparent!important;
  border:none;
  color: #fff;
  border-right:1px solid #fff;
  border-top:1px solid #fff;
  border-bottom: 1px solid #fff;
}

.stylish-input-group .form-control
{
  box-shadow:0 0 0;
  border-left:1px solid #fff;
  border-top:1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right:  1px solid #e00614;
}

.stylish-input-group button{
  border:0;
  background:transparent;
}

.stylish-input-group ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#fff;
}
.stylish-input-group ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.stylish-input-group ::-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.stylish-input-group ::-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

/*decripcion de la empresa con mapa */
#mapa-ubicacion{
  padding: 40px 0px;
}

#mapa-ubicacion .descripcion-empresa {
padding-right: 15px;
}

#mapa-ubicacion .descripcion-empresa h3{
  color: #333333;
  font-family: 'stainlesscond-lightregular';
  font-size: 24px;
  margin: 0;
  clear: both;
  margin-top: 5px;
  margin-bottom:  10px;
}

#mapa-ubicacion .descripcion-empresa ul{
  list-style: none;
}
#mapa-ubicacion .descripcion-empresa li{
  font-size: 14px;
  color: #333333;
          /*font-family: 'encode_sansmedium'*/
font-family: 'stainlesscond-boldregular';
  line-height: 21px;
}

.filtro-buscador{
  padding: 20px 0px;
}

.filtro-buscador .btn-plantas {
  background-color: #00539e;
  padding: 8px 35px;
  border:none;
  outline: none;
  color:#fff;
  border:1px solid #fff;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.filtro-buscador .btn-plantas:hover{
  background-color: #fff;
  color: #00539e;
}

.filtro-buscador .btn-cementos,
.filtro-buscador .btn-hormigon
 {
  background-color: transparent;
  padding: 8px 35px;
  border:1px solid #fff;
  outline: none;
  color:#fff;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
      font-family: "stainlesscond-lightregular";
    font-size: 18px;


}
.filtro-buscador .btn-cementos:hover,
.filtro-buscador .btn-hormigon:hover,
.filtro-buscador .btn-cementos.uni-activo,
.filtro-buscador .btn-hormigon.uni-activo{
  background-color: #fff;
  border:1px solid #fff;
  color: #cc001b;
}
.filtro-buscador .btn-depositos {
  background-color: #cc001b;;
  padding: 8px 35px;
  border:none;
  outline: none;
  color:#fff;
  border:1px solid #fff;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.filtro-buscador .btn-depositos:hover{
  background-color: #fff;
  color: #cc001b;
}
/***********************************************************************************/
/*******************************UBICACION EN EL MAPA UNIDADES***********************/
/***********************************************************************************/

.depositos{
  display: none;
  margin-top: 40px;
}


.depositos h3{
  color: #333333;
  font-family: 'stainlesscond-lightregular';
  font-size: 25px;
  margin: 0;
  margin-bottom: 5px;
}
.depositos span{
  color: #e00614;
  font-size: 15px;
  font-weight: 500;

}

.depositos p{
  color: #333333;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'stainlesscond-lightregular';
}
.depositos .google_map iframe{
  margin-top: 30px;
}

.container-mapa{
  left: 50%;
  max-width: 383px;
  position: relative;
  top: 408px;
  transform: translate(-50%, -50%);
  width: 377px;
}
.map{
  position: relative;
}
.map_image{
  margin-top: 40px;
}
.map_image path{
  fill:#adafb1;
  stroke: #fff;
  stroke-width:1px;
  transition: fill 0.3s;

}
.map_image path:hover{
  fill:#969696;
}
.map-markers {
  list-style: none;
  margin: 0;
  padding: 0;
}
.map-marker {
  position: absolute;
}
.map-marker:after {
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-name: pop;
  border-radius: 50%;
  border: 1px solid #ce606f;
  content: '';
  height: 2em;
  left: 0;
  margin: -.5em 0 0 -.5em;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 2em;
}
.map-marker:hover .map-marker-info {
  display: block;
}
.map-marker {
  background-color: #ce606f;
  border-radius: 50%;
  height: 1em;
  display: block;
  text-indent: -9999px;
  width: 1em;
}
.map-marker-ba {
  left: 64%;
  top: 35%;
  background-color: #00539e;
}
.map-marker-ca {
  left: 29%;
  top: 12%;
}
.map-marker-ch{
  left: 63%;
  top: 12%;
}

.map-marker-baires{
  left: 71%;
  top: 32%;
}
.map-marker-cor{
  left: 65%;
  top: 27%;
  background-color: #00539e;
}
.map-marker-co{
  left: 74%;
  top: 16%;
}
.map-marker-er{
  left: 67%;
  top: 25%;

}
.map-marker-for{
  left: 68%;
  top: 8%;
}
.map-marker-ju{
  left: 38%;
  top: 4%;
}
.map-marker-lp{
  left: 41%;
  top: 39%;
}
.map-marker-ri{
  left: 32%;
  top: 20%;
}
.map-marker-mza{
  left: 23%;
  top: 32%;
}
.map-marker-mi{
  left: 91%;
  top: 11%;
}
.map-marker-ne{
  left: 18%;
  top: 42%;
}
.map-marker-rio{
  left: 35%;
  top: 49%;
}
.map-marker-sal{
  left: 38%;
  top: 8%;
}
.map-marker-sc{
  left: 17%;
  top: 73%;
}
.map-marker-sde{
  left: 47%;
  top: 14%;
}
.map-marker-sj{
  left: 22%;
  top: 22%;
}
.map-marker-sl{
  left: 35%;
  top: 30%;

}
.map-marker-tf{
  left: 29%;
  top: 94%;
}
.map-marker-tuc{
  left: 38%;
  top: 12%;
}
.map-marker-sf{
  left: 60%;
  top: 21%;
}

/***********************************************************************************/
/**************************************SECCION PRODUCTOS****************************/
/***********************************************************************************/

#productos{
  background: url(../images/lomanegrasacos.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  height: 100%;
  min-height: 411px;
  padding-bottom: 25px;
}

#productos .pag{
  margin-top: 20px;
  clear: both;
}

#productos .pag a{
  float: left;
  color: #fff;
  font-size: 15px;
          /*font-family: 'encode_sansmedium'*/
font-family: 'stainlesscond-boldregular';
}

#productos .pag span{
  float: left;
  color: #fff;
  font-size: 15px;
        /*font-family: 'encode_sansmedium'*/
font-family: 'stainlesscond-boldregular';
  margin:0px 5px 0px 5px;
}

#productos h1{
  font-family: 'stainlesscond-lightregular';
  color: #ffffff;
  font-size: 55px;
  margin: 0;
  margin-top: 50px;
  text-align: left;
}

#productos hr{
  background: #e41b13;
  height: 3px;
  width: 19%;
  margin: 0;
  margin-top: 10px;
  outline: none;
  border:none;
  text-align: left !important;
  float: left;
}

#productos p{
    font-size: 24px;
  line-height: 32px;
font-family: "stainlesscond-lightregular";
  text-align: left;
  color: #fff;
  margin-top: 55px;

}

#tipos-productos{
  margin-top: 40px;
  padding: 0;
}

#tipos-productos h3{
  color: #333333;
  font-family: 'stainlesscond-lightregular';
  font-size: 25px;
}
#tipos-productos p{
  color: #333333;
  margin: 0;

      /*font-family: 'stainlesscond-regularregular';*/
font-family: 'stainlesscond-regularregular';
}
.bordes{
  border-radius: initial;
  box-shadow: initial;
}
.btn-producto{
 color: #acacac;
    text-decoration: none;
}
.btn-producto:hover {
    color:red;
    text-decoration: none !important;
}
.material-icons, .flechas-ingreso {
    font-size: 36px!important;
}
.thumbnail:hover, .thumbnail:focus {
    background-color: #f4f4f4;
}

 div.read-more-component div.read-more-content img.read-more-img:hover
 {
    cursor: pointer !important;
}

a.btn-producto div.thumbnail.bordes img  {
   max-width: 80%;
   padding-top:30px;
}

a.btn-producto div.thumbnail.bordes div.caption h3.tit-linea {
  font-family: "stainlesscond-regularregular" !important;
    font-size: 24px !important;
    line-height: 30px;
}

a.btn-producto div.thumbnail.bordes div.caption p.baj-linea {
    font-family: "stainlesscond-lightregular";
    font-size: 18px;
    line-height: 24px;
    text-decoration: none !important;
}


section#tipos-productos.container a.btn-producto div.thumbnail.bordes div.caption h3.tit-linea:hover,
section#tipos-productos.container a.btn-producto div.thumbnail.bordes div.caption p.baj-linea:hover,
section#tipos-productos.container a.btn-producto:hover div.thumbnail.bordes div.caption h3.tit-linea,
section#tipos-productos.container a.btn-producto:hover div.thumbnail.bordes div.caption p.baj-linea
   {
   text-decoration: none !important;
}

a.btn-producto:hover div.thumbnail.bordes div.caption h3,
a.btn-producto div.thumbnail.bordes div.caption h3:hover
   {
   color: #e41b13 !important;
}
/***********************************************************************************/
/**************************************SECCION CEMENTO******************************/
/***********************************************************************************/

.imagen-cemento {
  background: url(../images/cemento-imagen.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 0px 50px 0px;
}
#paginador{
  padding: 0;
}
.imagen-cemento .pag{
  margin-top: 20px;
  clear: both;
}

.imagen-cemento .pag a{
  float: left;
  color: #fff;
  font-size: 15px;
      /*font-family: 'encode_sansmedium'*/
font-family: 'stainlesscond-boldregular';
}

.imagen-cemento .pag span{
  float: left;
  color: #fff;
  font-size: 15px;
    /*font-family: 'encode_sansmedium'*/
font-family: 'stainlesscond-boldregular';
  margin:0px 5px 0px 5px;
}

.imagen-cemento h1{
  font-family: 'stainlesscond-lightregular';
  color: #ffffff;
  font-size: 55px;
  margin: 0;
  margin-top: 33px;
}

.imagen-cemento hr{
  background: #e41b13;
  height: 3px;
  width: 8%;
  margin: 0;
  margin-top: 10px;
  outline: none;
  border:none;
  text-align: left !important;
  float: left;
}


div.read-more-content img.img-responsive.center-block.achicador {
max-width: 70%;
height: 230px !important;
display: block !important;
padding-top: 10px;
padding-bottom: 10px;
}
/* PRODUCTOS CARACTERISTICAS */

/* PRODUCTOS CARACTERISTICAS */

.read-more-component{
  padding: 5px 0px 0px 0px;
  background-color: rgba(220,220,220, 0.3);
  margin-top: 30px;
  min-height: 323px;
}

.read-more-component h3{
  margin: 0;
  font-family: 'stainlesscond-boldregular';
  padding: 5px 0px 0px 10px;
  font-size: 18px;
  color: #333333;
  clear: both;
}
.read-more-component span{
  margin: 0;
  font-family: 'stainlesscond-lightregular';
  padding: 5px 0px 0px 10px;
  font-size: 16px;
  color: #333333;
  margin-bottom: 15px;
  clear: both;
}
.read-more-component h4{
  color: #e10613;
  font-family: 'stainlesscond-regularregular';
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 5px;
}
.read-more-component p{
  color: #333333;
    font-family: "stainlesscond-lightregular";
    font-size: 18px;
    line-height: 24px;
}
.read-more-content {
  overflow: hidden;
  position: relative;
}

.read-more-content .boton{
  padding: 9px 9px;
  background-color: #a0a0a0;
  border:none;
  outline: none;
  color: #fff;
  font-size: 11px;
}
.read-more-content .boton-activo{
  padding: 9px 9px;
  background-color: #e41c14;
  border:none;
  outline: none;
  color: #fff;
  font-size: 11px;
}
.read-more-content .botones-descarga{
  border:none;
  outline: none
}
.read-more-content a.botones-descarga{
  padding: 10px 9px;
  background-color: #fff;
  border:none;
  outline: none;
  color: #e41c14;
  font-size: 11px;
    border:none;
  outline: none
}
.read-more-content .box-descripcion{
  background-color: #fff;
  padding: 37px 20px
}
.read-less {
  display: none
}

/* BIBLIOTECA */
#m-videos{
  padding: 40px 0px;
}
#m-audios{
  padding: 40px 0px;
}

#m-articulos{
  padding: 40px 0px;
}

#m-descargas{
  padding: 40px 0px;
}

.alerta h4 { color: #fff;
}

.descripcion-video h3,
.descripcion-audio h3,
.descripcion-tipo h3,
.descripcion-articulo h3,
.descripcion-descarga h3 {
    clear: both;
    color: #333333;
    font-family: "stainlesscond-lightregular";
    font-size: 30px;
    margin: 0px 0 10px;
}

.descripcion-articulo a,
.descripcion-articulo a h3 {
  color: #333;
  text-decoration: none;
}

.descripcion-articulo a:hover,
.descripcion-articulo a:hover h3 {
  color: #e00614;
  text-decoration: none !important;
}

p.duracion,
p.tipo,
p.tamano,
p.autores {
color: #333;
line-height: 18px;
margin: 0px 0px 5px 0px !important;
}

p.autores strong {
font-style: italic;
font-weight: bold;
}

p.resumen {
color: #333;
font-size: 18px;
line-height: 22px;
margin: 10px 0px 5px 0px !important;
}

div.descripcion-articulo p
{
color: #333;
font-size: 18px;
line-height: 22px;
margin: 10px 0px 5px 0px !important;
}


a.boton-multimedia
{
padding: 8px;
background: #e00614;
min-height: 25px;
color: #fff!important;
font-size: 12px;
text-decoration: none;
border:1px solid #fff;
margin: 10px 0px 0px 0px !important;
display: inline-block;
}

a.boton-multimedia:hover
{
background: #fff;
color: #e00614!important;
text-decoration: none;
border:1px solid #e00614;
}

a.boton-multimedia i
{
padding-left: 3px;
}

ul.listado-iconos {
padding: 20px 0px 0px 0px;
}

ul.listado-iconos li.icon-mult {
  display: inline-block; float: left; width: 25%; list-style: none;
  text-align: center; opacity: 0.5;
}
ul.listado-iconos li.icon-mult.activo { text-decoration: none; opacity: 1;}

ul.listado-iconos li.icon-mult a { text-decoration: none;}


ul.listado-iconos li.icon-mult a:link h4,
ul.listado-iconos li.icon-mult a:visited h4{
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

ul.listado-iconos li.icon-mult:hover,
ul.listado-iconos li.icon-mult a:hover {
  opacity: 1 !important;
}



/* BIBLIOTECA */
.p-generico{
padding-top: 15px;
padding-bottom: 15px;
}

.p-generico h2{
      font-size: 35px;
  line-height: normal;
font-family: "stainlesscond-regularregular";
  margin-bottom: 15px;
}
.p-generico p {
 color: #333333;
 padding: 0px 0px 10px 0px;
     font-family: "stainlesscond-lightregular";
    font-size: 18px;
    line-height: 24px;
}

.p-generico strong,
.p-generico p strong {
 color: #333333;
 padding: 0px 0px 10px 0px;
     font-family: "stainlesscond-regularregular";
    font-size: 18px;
    line-height: 24px;
}

.p-generico h4{
  color: #333333;

      font-family: "stainlesscond-regularregular";
   /* font-family: 'stainlesscond-regularregular';*/
  font-weight: bold;
  margin-top: 15px;
}



.wp-pagenavi a, .wp-pagenavi span {
  padding: 10px; margin-right: 10px;
  font-size: 15px; color: #333; text-decoration: none;
  border: 1px solid #e1e1e1;
  }
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  background: #e00614;
  color: #fff;
  border: 1px solid #e00614;
  }
.wp-pagenavi span.current {  }





/* FAQ */


body {
  margin: 0;
  padding: 0;
}


/*----- Accordion -----*/

.faq p {
  margin: 0;
  color: #6a6a6a;
      font-family: "stainlesscond-lightregular";
    font-size: 18px;
    line-height: 24px;
  text-align: justify;
}

.accordion,
.accordion * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.accordion {
  overflow: hidden;
  background: #fff;
  width: 100%;
  margin: 20px auto;
  font-size: 14px;
  line-height: 1.5
}


/*----- Section Titles -----*/

.accordion-section-title {
  width: 100%;
  padding: 15px 30px 15px 15px;
  display: inline-block;
  background: #f1f1f1;
  transition: all linear 0.15s;
  -webkit-transition: all linear 0.15s;
  -moz-transition: all linear 0.15s;
  -ms-transition: all linear 0.15s;
  -o-transition: all linear 0.15s;
  font-size: 18px;
  line-height: 24px;
  color: #3f3f3f;
  text-decoration: none;
  margin: 0 0 3px 0;
  position: relative;
  text-decoration: none;
}

.accordion-section-title.active,
.accordion-section-title:hover {
  background: #e41b13;
  color: #fff;
  text-decoration: none;
}


/*----- Section Content -----*/

.accordion-section-content {
  padding: 30px 15px;
  font-size: 16px;
  line-height: 20px;
  display: none;
  background: #fff;

}

.active,
.open {
  display: block;
}

.arrow {
  border-top: 4px solid #e41b13;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid transparent;
  float: right;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -2px;
}

.accordion-section-title:hover > .arrow,
.accordion-section-title.active .arrow {
  border-top: 4px solid transparent;
  border-bottom: 4px solid #fff;
  margin-top: -7px;
}



/***********************************************************************************/
/*******************************UBICACION EN EL MAPA UNIDADES***********************/
/***********************************************************************************/

.red { color: #e41b13;}
.rojo { background: #e41b13;}
.naranja { background: #f47915;}
.azul { background: #00539e;}
.celeste { background: #0086cb;}

.no-pad-r { padding-right: 0px; }
div.refes { margin-top: 40px; }
div.refes p { color: #333; font-size: 12px; line-height: 14px; }
span.dot {display: inline-block; float: left; margin-right: 5px; padding: 5px; border-radius: 50%;}

.naranja p, .celeste p, .azul p, .rojo p
{ text-align: center; margin:5px 0px;}

.map-back-unidades { background: #f5f5f5; padding: 0px; }

.depositos p.mini-tit {  color: #e00614;
    font-size: 16px;
    font-weight: 500; padding: 10px 0px 5px 0px; }

.img-back-unidades { background: #f5f5f5; padding: 0px; margin-bottom: 15px; border-top: 3px solid #e41b13;}

.object-fit_fill { object-fit: fill }
.object-fit_contain { object-fit: contain }
.object-fit_cover { object-fit: cover }
.object-fit_none { object-fit: none }
.object-fit_scale-down { object-fit: scale-down }

.img-back-unidades img { height: 250px; }

.img-back-unidades img[class] {
  width: 100%;
}

.img-back-unidades .original-image {
  margin-bottom: 50px;
}

.img-back-unidades .image {
  float: left;
  width: 100%;
  margin: 0;

  &:nth-child(2n) {
    clear: left;
  }

  &:nth-child(2n+1){
    margin-right: 0;
  }
}


.depositos{
  display: none;
  margin-top: 40px;
}


.depositos h3{
  color: #333333;
  font-family: 'stainlesscond-regularregular';
  font-size: 35px;
  line-height: normal;
  margin: 0;
  margin-bottom: 5px;
}
.depositos span{
  color: #e00614;
  font-size: 15px;
  font-weight: 500;

}

.depositos p{
  color: #333333;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'stainlesscond-lightregular';
}
.depositos .google_map iframe{
  margin: 0px;
  padding: 0px;
}

.container-mapa{
  left: 50%;
  max-width: 383px;
  position: relative;
  top: 408px;
  transform: translate(-50%, -50%);
  width: 377px;
}
.map{
  position: relative;
}
.map_image{
  margin-top: 40px;
}
.map_image path{
  fill:#e1e1e1;
  stroke: #f5f5f5;
  stroke-width:1px;
  transition: fill 0.3s;

}
.map_image path:hover{
  fill:#d0d0d0;
}
.map-markers {
  list-style: none;
  margin: 0;
  padding: 0;
}
.map-marker {
  position: absolute;
}
.map-marker:after {
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-name: pop;
  border-radius: 50%;
  border: 1px solid #ce606f;
  content: '';
  height: 2em;
  left: 0;
  margin: -.5em 0 0 -.5em;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 2em;
}
.map-marker:hover .map-marker-info {
  display: block;
}
.map-marker {
  background-color: #ce606f;
  border-radius: 50%;
  height: 1em;
  display: block;
  text-indent: -9999px;
  width: 1em;
}


/**** markers nuevos ****/

.depo-c {background-color: #f47915 !important;} /*naranja*/
.fabi-cemento-c {background-color: #e41b13 !important;} /*rojo*/
.plan-hormigon-c {background-color: #00539e !important;}  /*azul*/
.plan-agregados-c {background-color: #0086cb !important;} /*azul-claro*/

.map-marker-olavarria {
  left: 57%;
  top: 40%;
}

.map-marker-dontorcuato {
  left: 70%;
    top: 31%;
}

.map-marker-sola {
   left: 73%;
    top: 32%;
}

.map-marker-campana {
  left: 76%;
    top: 33%;
}

.map-marker-lavallol {
   left: 76%;
    top: 35%;
}

.map-marker-sanlorenzo {
 left: 58%;
    top: 25%;
}

.map-marker-uriburu {
    left: 59%;
    top: 27%;
}

.map-marker-resistencia {
   left: 66%;
    top: 13%;
}


.map-marker-parana {
    left: 66%;
    top: 23%;
}

.map-marker-ramallo {
    left: 64%;
    top: 29%;
}

.map-marker-sierrasbayas {
left: 60%;
    top: 37%;
}

.map-marker-olavarria2 {
  left: 60%;
    top: 39%;
}
.map-marker-lamali {
  left: 60%;
    top: 41%;
}
.map-marker-barker {
      left: 63%;
    top: 40%;
}


.map-marker-zapala {
left: 17%;
    top: 42%;
}

.map-marker-lomaser {
 left: 70%;
    top: 35%;
}
.map-marker-sanjuan {
 left: 22%;
    top: 23%;
}
.map-marker-catamarca {
 left: 36%;
    top: 16%;
}


div.container.p-generico ol {
  margin: 0em 0;
  list-style-position: inside;
}
div.container.p-generico ol li,
 {
  margin: 1em;
  margin-left: 3em;
  font-size: 18px !important;
     font-family: "stainlesscond-lightregular";

}



/*timeline bullets*/

.container.c-coprocesamiento ul,
.container.c-fundacion ul,
section.container.agregados ul,
div.contenedor-clientes ul,
div.container.p-generico ul,
div.steps-timeline ul,
div.steps-timeline ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.container.c-coprocesamiento ul,
.container.c-fundacion ul,
section.container.agregados ul,
div.contenedor-clientes ul,
div.container.p-generico ul,
div.steps-timeline ul {
  margin: 0em 0;
}

section.container.agregados ul li,
.container.c-coprocesamiento ul li,
.container.c-fundacion ul li,
div.contenedor-clientes ul li,
div.container.p-generico ul li,
div.steps-timeline ul li {
  margin: 1em;
  margin-left: 3em;
  font-size: 18px !important;
     font-family: "stainlesscond-lightregular";
}


.container.c-coprocesamiento ul li:before,
.container.c-fundacion ul li:before,
section.container.agregados ul li:before,
div.contenedor-clientes ul li:before,
div.container.p-generico ul li:before,
div.steps-timeline ul li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #e41b13;
}

/* PAGE SUSTENTABILIDAD  */
.logo-slider {
  text-align: left;
  float: left;
  padding-left: 35px;
  margin-bottom: 20px;
}


.bajada-slider-fun {
  text-align: left;
  font-size: 22px;
  line-height: 28px;
  width: 50%;
  padding-left: 35px;
  font-family: "stainlesscond-lightregular";
}


.entrecomillas-funda p {
  padding: 15px 50px;
  text-align: center !important;
   font-family: 'stainlesscond-boldregular';
  color: #e41b13;
  line-height: 28px;
  font-size: 20px;
}

.blockquote {
    padding: 60px 80px 40px;
    position: relative;
}
.blockquote p {
    font-size: 35px;
    font-weight: 700px;
    text-align: center;
}

.blockquote:before {
  position: absolute;
  font-family: 'FontAwesome';
  top: 0;
  padding: 0px 70px;
  content:"\f10d";
  font-size: 130px;
  color: rgba(0,0,0,0.1);

}

.blockquote::after {
    content: "";
    top: 20px;
    left: 50%;
    margin-left: -100px;
    position: absolute;
    border-bottom: 3px solid #bf0024;
    height: 3px;
    width: 200px;
}


hr.redh {
    background: #e41b13 none repeat scroll 0 0;
    border: medium none;
    height: 3px;
    margin: 8px 0 0;
    outline: medium none;
    transform: skewX(-10deg);
    width: 60px !important;
      text-align: left !important;
  float: left;
}

hr.redh-inner {
    background: #e41b13 none repeat scroll 0 0;
    border: medium none;
    height: 3px;
    margin: 8px 0px 15px 0px;
    outline: medium none;
    transform: skewX(-10deg);
    width: 60px !important;
      text-align: left !important;
  clear: both;
}

h3.greyt {
color: #333333 !important;
      line-height: normal;
font-family: "stainlesscond-regularregular";
    font-size: 35px;
    margin: 0;
}

h4.bajada-cop {
padding-top: 28px;
margin-bottom: 0px !important;
}

.sin-pad-h {padding-top: 0px; padding-bottom: 0px;}
.sin-mar-h {margin-top: 0px; margin-bottom: 0px;}
.sin-pad-15 {padding-left: -15px !important; padding-right: -15px !important;}

a.boton-accesos span,
a.boton-accesos-r span
{text-align: center !important; color: #fff; display: inline-block;
    width: 100%;}

a.boton-accesos {
    border-left: 1px solid #fff;
    border-right: none;
    border-top: none;
    border-bottom: none;
    padding: 19px 22px;
    color: #fff;
      font-family: "stainlesscond-lightregular";
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    margin-left: 0px;
    margin-right: 0px;
}

a.boton-accesos-r {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-top: none;
    border-bottom: none;
    padding: 19px 22px;
    color: #fff;
      font-family: "stainlesscond-lightregular";
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    margin-left: 0px;
    margin-right: 0px;
}

a.boton-accesos-r:hover,
a.boton-accesos:hover {
background: #fff;
color: #e00614 !important;
}

a.boton-accesos-r:hover span,
a.boton-accesos:hover span {
color: #e00614 !important;
}


.boton-provee {
    border: 1px solid #fff;
    color: #fff !important;
      font-family: "stainlesscond-lightregular";
    font-size: 18px;
        margin: 0;
    padding: 19px 25px;
    text-decoration: none;
    text-transform: uppercase;
    top: 17px;
    width: 100%;
    z-index: 9;
}

.boton-provee .arrow-prov {
    left: 5px;
    position: relative;
    top: 12px;
}

.boton-provee:hover{
  color: #333333;
  border: 1px solid #333333;
  text-decoration: none;
}

/* HORMIGON */
section.hormigon div.ph {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-top: 3px solid #e00614;
    display: inline-block;
    padding: 15px;
    min-height: 250px;
    margin-top: 20px;
    clear: both;
}

section.hormigon h3 {
    color: #333333;
    font-family: "stainlesscond-regularregular";
      font-size: 24px;
  line-height: 32px;
    padding: 0px 0px;
    margin: 0px 0px 15px 0px;
}

section.hormigon h3.sub
{
    color: #333333;
    font-family: "stainlesscond-lightregular";
    font-size: 25px;
    padding: 0px 0px;
    margin: 15px 0px 15px 0px;
}

section.hormigon p {
    color: #333333;

    font-family: "stainlesscond-lightregular";
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    padding: 5px 0 0 0px;

}

.frase-almedio
{
  margin-top: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

h5.frase-h {
    color: #fff;
    font-family: "stainlesscond-lightregular";
    font-size: 35px;
    text-align: center !important;
    padding: 100px 0px;
    margin: 0px 0px 0px 0px;
}

.boton-cruza span { color: #fff !important;}
.boton-cruza {
    border: 1px solid #fff;
    color: #fff !important;
      font-family: "stainlesscond-lightregular";
    font-size: 18px;
    margin: 0;
    padding: 19px 10px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    top: 0px;
    width: 100%;
}

.boton-cruza:hover {
    border: 1px solid #333;
    color: #fff !important;
    text-decoration: none !important;

}
.titulo-videos{margin-bottom: 45px;}
.seccion-videos{padding-top: 30px;}
.seccion-videos iframe{    margin-bottom: 30px;}
.seccion-videos hr{
    background: #e41b13;
    height: 3px;
    width: 10%;
    margin: 0 auto;
    margin-top: 8px;
    outline: none;
    border: none;
    text-align: center !important;}

.bloque-sin-video{    background: repeating-linear-gradient( 45deg, rgba(0, 0, 0, 0) 20px, rgba(0, 0, 0, 0) 40px, #f0f0f0 40px, #f0f0f0 60px );
    background-size: cover;
    height: 200px;    margin-top: 40px;}
.ultimos-videos{    margin-top: 30px;}

/* AGREGADOS */

section.container.agregados {
    padding-top: 20px;
}

section.container.agregados p {
    color: #333333;
    padding: 0 0 10px;
        font-family: "stainlesscond-lightregular";
    font-size: 18px;
    line-height: 24px;
}


/* CONTACTO */

.mini-banner {
  padding: 0px 0px 0px 0px;
}

.mini-banner h1{
  font-family: 'stainlesscond-lightregular';
  color: #ffffff;
  font-size: 55px;
  margin: 0;
  margin-top: 33px;
}

.mini-banner hr{
  background: #e41b13;
  height: 3px;
  width: 8%;
  margin: 0;
  margin-top: 10px;
  outline: none;
  border:none;
  text-align: left !important;
  float: left;
}

.mini-banner .pag{
  margin-top: 20px;
  clear: both;
}

.mini-banner .pag a{
  float: left;
  color: #fff;
  font-size: 15px;
  font-family: 'stainlesscond-boldregular';
  /*
  font-family: 'stainlesscond-boldregular';*/
}

.mini-banner .pag span{
  float: left;
  color: #fff;
  font-size: 15px;
  font-family: 'stainlesscond-boldregular';
  /*
  font-family: 'stainlesscond-boldregular';*/
  margin:0px 5px 0px 5px;
}

.contacto-bg{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 210px;
}

section.contacto div.loma-atiende,
section.contacto div.central-requerimientos
 {
    /*
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-top: 3px solid #e00614;*/
    padding: 15px;
    min-height: 220px;
    margin-top: 0px;
    color: #fff;

}

section.contacto div.loma-atiende h4 i,
section.contacto div.central-requerimientos h4 i {
color: #fff;
  }

section.contacto div.loma-atiende h4 a,
section.contacto div.central-requerimientos h4 a {
color: #fff;
font-size: 30px;
  }

section.contacto div.loma-atiende h4 a:hover,
section.contacto div.central-requerimientos h4 a:hover {
color: #fff;
text-decoration: none;
  }


section.contacto div.loma-atiende p,
section.contacto div.central-requerimientos p {
color: #fff;
    font-family: "stainlesscond-lightregular";
    font-size: 18px;
    line-height: 24px;
  }

.divisor-v {
    border-left: 1px solid #bc0505;
    border-right: none;
    border-bottom: none;
    border-top: none;
  }

.oficinas-com  {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-top: 3px solid #e00614;
    padding: 15px;
    min-height: 260px;
    margin-bottom: 30px;
  }

.oficinas-com h3 {
color: #333;
  font-family: "stainlesscond-regularregular";
    font-size: 24px;
  }

.oficinas-com .marca-oc {
float: left;
width: 35%;
  }

.oficinas-com .datos-oc {
float: left;
width: 65%;
  }

.oficinas-com .datos-oc-custom {
float: left;
width: 100%;
margin: 0px;
padding: 0px;
  }

div.sep  {height: 1px; width: 100%; border-top: 1px solid #e1e1e1; margin-top: 10px; display: inline-block;}

html body.customize-support p i.fa.fa-envelope,
html body.customize-support p i.fa.fa-phone,
.oficinas-com p i
{color: #333;}

.oficinas-com,
.oficinas-com p
 {
color: #333;
    font-family: "stainlesscond-lightregular";
    font-size: 18px;
    line-height: 24px;
  }
.oficinas-com .logos-oc
  {
max-width: 100%;
max-height: 120px;
text-align: center;
padding: 15px 15px 0px 0px;
  }

.otros p a,
.oficinas-com a {color: #e00614; text-decoration: none;     font-family: "stainlesscond-lightregular";
    font-size: 18px;
    line-height: 24px; }
.otros p a:hover,
.oficinas-com a:hover {color: #333; text-decoration: underline;     font-family: "stainlesscond-lightregular";
    font-size: 18px;
    line-height: 24px; }

/* ACTITUDES */

section.container.pgi {
padding-top: 50px;
}

.pgi-col2 {
padding-top: 60px;
}


section.container.pgi h4 {
    color: #333333;
    font-family: "stainlesscond-boldregular";
    font-size: 35px;
    margin: 0;
}

section.container.pgi h3 {
   font-family: "stainlesscond-regularregular";
    font-size: 24px;
    color: #333;
}

section.container.pgi p {
 color: #333333;
    font-family: "stainlesscond-lightregular";
    font-size: 18px;
    line-height: 24px;
    margin-top: 28px;
}

section.container.pgi ul{
  font-family: "stainlesscond-lightregular";
  padding: 0;
  margin: 0;

  list-style: none;
}
section.container.pgi ul{
  margin-left: 10px;
}
section.container.pgi ul li {
  margin: 1em;
  margin-left: 3em;
  font-size: 18px;
    line-height: 24px;
}

section.container.pgi ul li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #e41b13;
}


img.logo-10 { min-height: 250px; width: 100%; padding-top: 10px;}
.actitudes { padding-bottom: 20px; }
.actitudes2 { padding-bottom: 50px; padding-top: 50px; color: #333; }
.actitudes2 h4 { color: #333; font-size: 24px; font-weight: bold; margin-bottom: 20px;}
.actitudes2 p { color: #333; font-size: 18px; line-height: 24px; font-family: "stainlesscond-lightregular";}
.icono-actitud { min-height: 130px;
    padding-left: 20px;
    padding-right: 20px; margin-bottom: 10px;
    border:1px solid #e1e1e1; }
.icono-ac {
float: left;
width: 30%;
   padding-right: 10px;
    padding-top: 10px;
  }
.leyenda_ac{
float: left;
width: 70%;
  }
.actitudes div.icono-actitud h3.leyenda-ac,
h3.leyenda_ac {
color: #e00614 !important;
vertical-align: middle;
padding-top: 15px;
padding-left: 15px;
font-size: 26px;
  }

/*
div.icono-actitud img.icono-ac,
div.icono-actitud .icono-ac svg
 { fill:#999 !important; stroke:#999 !important; color: #999;}
*/

a.boton-cod:link,a.boton-cod:visited
 { color: #e00614; padding: 20px; margin-top: 20px; border: 1px solid #e00614; display: inline-block; }
a.boton-cod:hover
 { color: #333; border: 1px solid #333; text-decoration: none; }


/* puntos de venta */
.filtrado2
{ min-height: 100px; padding-top: 70px; padding-bottom: 70px; text-align: center;}

div.lista-desplegable select#select_pcia.dropdown option,
div.lista-desplegable select#select_partido.dropdown option,
div.lista-desplegable select#select_localidad.dropdown option
{
  background: #fff !important;
  color: #e00614 !important;
  line-height: 16px;
  font-size: 13px;
  padding: 5px;
}

div.lista-desplegable div.col-xs-12.col-lg-3 div#imaginary_container
{ margin-top: 32px;}

div.pag,
p#breadcrumbs span,
p#breadcrumbs span span,
p#breadcrumbs {padding-left: 0px !important; margin-left: 0px !important; font-family: "stainlesscond-lightregular";}
p#breadcrumbs span span a {margin-right: 5px;}

a.boton-cod {    font-family: "stainlesscond-lightregular";
    font-size: 18px;
    line-height: 24px;}

.menu-politicas-footer-container { padding: 0px 0px 0px 0px;}

ul#menu-politicas-footer.poli {
  font-family: "stainlesscond-lightregular";
    font-size: 14px;padding: 0px 0px 0px 0px;
    line-height: 18px;list-style: none; margin: 7px 0 0;}
ul#menu-politicas-footer.poli li {
  float: left; padding: 0px 10px 0px 0px; list-style: none;}

ul#menu-politicas-footer.poli li a:visited,
ul#menu-politicas-footer.poli li a:link,
ul#menu-politicas-footer.poli li a { color: #868686 !important;}
ul#menu-politicas-footer.poli li a:hover { text-decoration: underline;}
/*
.titulo-slider-fundacion {
    position: absolute;
    top: 20%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: left;
    width: 50%;

    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
*/
/* -- Styled Selects - wrapped due to FF appearance bug & MSIE --
.styled_select {display: block; position: relative; margin: 0; padding: 0; width: auto; height: auto; border: 1px solid #ccc; overflow: hidden; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 0 0 3px #f5f5f5; -moz-box-shadow: 0 0 0 3px #f5f5f5; -o-box-shadow: 0 0 0 3px #f5f5f5; -khtml-box-shadow: 0 0 0 3px #f5f5f5; box-shadow: 0 0 0 3px #f5f5f5;}
.styled_select.match-width {display: inline-block; *display: inline; zoom: 1;}
.styled_select {
background-color: #ffffff;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1f1f1));
background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
background-image: -ms-linear-gradient(top, #ffffff, #f1f1f1);
background-image: linear-gradient(top, #ffffff, #f1f1f1);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#f1f1f1');
}
.styled_select select {position: relative; display: block; margin: 0; padding: 9px 32px 9px 12px; white-space: nowrap; width: 100%; font-size: 13px; font-size: 1.3rem; color: #666666; font-family: 'Open Sans', sans-serif; font-weight: 600; font-style: normal; border: none; background: transparent; cursor: pointer; -moz-appearance: window; -webkit-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; outline: none; z-index: 2;}
.styled_select select::-ms-expand {display: none;}
.styled_select:hover {border: 1px solid #00adf1;}
.styled_select:after {position: absolute; top: 0; right: 0; width: 32px; height: 100%; speak: none; content: ''; z-index: 1;}
.styled_select:before {position: absolute; top: 50%; right: 12px; width: 8px; height: 4px; margin: -2px 0 0 -4px; background: url(../i/select_arrow.png) no-repeat center center; speak: none; content: '';}
.ie8 .styled_select select,
.ie9 .styled_select select {padding-right: 12px;}
.ie8 .styled_select:after,
.ie9 .styled_select:after,
.ie8 .styled_select:before,
.ie9 .styled_select:before {display: none;}*/

/*****************************************************************/
/****************Inicio estilos Form Libro de Quejas*************/
/*****************************************************************/
.Forminput {
    border-bottom: 1px solid #d8d8d8;
    background: transparent !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0;
    box-shadow: none;
    color: #fff !important;
    margin: 25px 0 0;
    min-height: 45px;
    padding: 15px 0;
}

.widthInput input, .widthInput textarea{
  width:100%;
  }
.estilosInput input{
    border-bottom: 1px solid #d8d8d8;
    background: transparent !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0;
    box-shadow: none;
    color: black !important;
    /*margin: 25px 0 0;*/
    min-height: 45px;
    padding: 11px 0;
}
.estilosInput label{font-size:1.6rem;}

.estilosInput textarea{
  border: 1px solid #d8d8d8;
  background: transparent !important;
  border-radius: 0;
  box-shadow:none;
  color: black !important;
  margin: 25px 0 0;
  min-height: 200px;
  padding: 15px 15px;
}
.estilosInput input:focus {
    box-shadow: none;
    color: #555;
    transition: border-color 0.15s ease-in-out 0s, ease-in-out 0s;
    border-bottom: 1px solid #e41b13;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}
.estilosInput textarea:focus {
    box-shadow: none;
    color: #555;
    transition: border-color 0.15s ease-in-out 0s, ease-in-out 0s;
    border: 1px solid #e41b13 !important;
}
.btn-lomaN{
  background:#e41b13;
  color:white;
  padding:.5rem;
  border: 1px solid #e41b13;
  font-size: 2rem;}


/*****************************************************************/
/****************Fin estilos Form Libro de Quejas*****************/
/*****************************************************************/

/***********************select idioma nav********************/
#qtranslate-2, .noneDesktop{padding: 0px 1px !important;}
.noneDesktop, #qtranslate-2{border:none !important;}
/**/
#qtranxs_select_qtranslate-2-chooser, #qtranxs_select_qtranslate-5-chooser{
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    /* background: #e00614; */
    padding: 0px 10px 0px 3px;
    color: #fff;
    background: #e00614;
    /*font-weight: bold;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    /*margin-top: 32px;*/
    border: none;
    /*border:  1px solid #fff ;*/
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    /*height: 41px;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/arrow-down.svg) 95% / 30% no-repeat transparent;
    }

/***select idioma mobile**/
#qtranslate-5{margin-left:34px;}

#qtranxs_select_qtranslate-5-chooser{
  padding: 0px 10px 0px 0px;
  color:#9d9d9c;
  background: url(../images/arrow-down.svg) 37% / 15% no-repeat transparent;
  float: left;
  width: 57px;
  margin-top: 18px;
  height: 16px;
  }

#qtranxs_select_qtranslate-2-chooser option{
    background: #fff !important;
    color: #e00614 !important;
    line-height: 16px;
    font-size: 13px;
    padding: 5px;}

.widgettitle{
  color:#9d9d9c;
  margin-bottom:0px;
  font-size:15px;
  width: 100px;
  float: left;
  }

@media(max-width:991px){
  .ultimos-videos {margin-top: 0px;}
  .boton-provee{display: inline-block;
    text-align: center;
    margin-top: 10px;
    vertical-align: top;    width: 100%;padding: 0px 15px 15px;}
}

@media(max-width:650px){
  .copyright .logo-qk img{float: left;margin-left: 10px;}
  .franja-terceros .asesoria-descripcion {padding: 25px 0px 20px 0px;}
}

@media(max-width:425px){
  .slide-desktop { display: none !important}
  .slide-mobile { display: block !important}

}

@media(max-width:375px){
  .btn-first{padding: 20px 15px 15px;    font-size: 20px;
    line-height: 0px;}
}



/************************************************************************************/
/******************************PAGINA COMPLIANCE************************************/
/***********************************************************************************/

.franja-etica i{font-size: 45px;background: #d9d9d9;padding: 26px 23px;border-radius: 100%;margin-bottom: 15px;}
.franja-etica p{font-family: "stainlesscond-lightregular";font-size: 18px;line-height: 24px;color: #333;}
.franja-etica i:hover{background: #ffffff;color: #e00614;}
.franja-etica h4{color: #333333;}
.franja-etica a i{color: #e00614 !important;}
.franja-etica a:hover{text-decoration: none;color: #e00614 !important;}
.franja-etica .center{text-align: center;padding-top: 40px;}
.franja-etica .center p{color: #e00614 !important;}
.franja-etica .container-fluid{padding: 40px 0 70px !important;}
.image-terceros{width: auto;height: 400px;margin: 0 auto;}
.franja-terceros .asesoria-descripcion{padding: 25px 155px 20px 0px;}
.big-banner-compliance{background-image: url(http://www.lomanegra.com/wp-content/uploads/2021/04/imagen-compliance-1.jpg);height: 285px;background-position: center center;background-repeat: no-repeat;background-size: cover;padding: 24px 0px 50px 0px;    margin-bottom: 30px;}
.big-banner-compliance .pag span{float: left;color: #fff;font-size: 15px;font-family: 'stainlesscond-boldregular';margin: 0px 5px 0px 5px;}
.big-banner-compliance h1 {font-family: 'stainlesscond-lightregular';color: #ffffff;font-size: 55px;margin: 0;margin-top: 50px;}
.big-banner-compliance .pag a {float: left;color: #fff;font-size: 15px;font-family: 'stainlesscond-boldregular';}

@media(max-width:650px){
  .franja-terceros .asesoria-descripcion {padding: 25px 0px 20px 0px;}
}

/*****************************************************************/
/**************** RECYCOMB *****************/
/*****************************************************************/



.re-nuestra-empresa, .re-procesos, .re-contacto {
  padding-top: 80px;
}
.re-contacto {
  margin-bottom: 200px;
  margin-top: 100px;
}

@media(max-width:768px){
  .re-contacto {
    margin-top: 00px;
  }
}
.re-contacto .bg-rojo {
  height: 116px;
}

.re-nuestra-empresa h2 {
  margin-top: 0;
}
@media(max-width:1200px){
  .re-nuestra-empresa h2 {margin-top: 40px;}
}

.re-nuestra-empresa p {
  font-size: 18px;
}

.row-pasos-procesos {

  min-height: 340px;

}
.re-procesos .pasos {
  background:#f2f7f5;
  padding: 4rem 3rem 3rem 3rem;
  height: 390px;
}
.re-procesos .pasos svg{
  display: block;
  margin: auto;
  padding-bottom: 12px;

}
.re-procesos .pasos h5{
  font-size: 20px;
}
.re-procesos .pasos p{
  margin-top: 20px;
  font-size: 16px;
  color: #333;
}

.re-conoce-mas {
  display: flex;
  /* justify-content: space-around; */
  align-items: center;
  margin-top: 15px;

}

.re-contacto .img-hablando {
  padding: 0;
}
@media(max-width:991px){
  .re-contacto .img-hablando{
    left: 0 !important;
  }
}
@media(max-width:768px){
  .re-contacto .img-hablando{
    display: none;
  }
  .re-conoce-mas {
      justify-content: center;

  }

}


.re-conoce-mas .boton-provee {
  width: auto;
  margin: 8px 16px;
    padding-top: 0px;
}
@media(max-width:575px){
  .boton-provee {font-size: 14px;}
 }


.re-conoce-mas .white-new {
  font-size: 18px;
}



.re-telf {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}


.re-telf p {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-right: 16px;
  margin-bottom: 32px;

}
.re-telf p i{
  margin-right: 8px;
  color: rgba(51, 51, 51, 0.7);
}
.re-telf p a{
  color: rgba(51, 51, 51, 0.7);
}

.pasos svg {
	width: 80px;
	fill: #666;
}
.pasos svg.pro-4 {
	width: 80px;
	stroke: #666;
}


.pasos.active {
	background-color: #DA1600;
	color: white !important;
}
.pasos.active p{
	color: white !important;
}

.pasos.active svg {
	fill: white;
	stroke: white;

}
@media(max-width:575px){
  .re-header #clientes p,.fe-header #clientes p  {
    font-size: 18px;
  }
  .fe-header #clientes {
      background-position-x: -160px !important;

  }
}

/*****************************************************************/
/**************** FERRESUR *****************/
/*****************************************************************/
.fe-nuestra-empresa {
  padding-top: 80px;
}
.fe-nuestra-empresa p {
  font-size: 18px;
}
.fe-nuestra-empresa .image{
  margin-top: 100px;
}
.fe-nuestra-empresa .image p{
  margin-top: 20px;
  font-size: 20px;
}
.fe-header #clientes {
 text-shadow: 1px 2px 2px #00000063;
}
.fe-red, .fe-vagones {
  padding-top: 80px;
}

.grid-vagones {
  display: flex;
  flex-wrap: wrap;
  /* margin-bottom: 80px; */
}

.grid-vagones .col-md-4 {
    margin-bottom: 80px;
}
.grid-vagones .col-md-4 div {
  border: 1px solid #DA1600;
  text-align: center;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.grid-vagones .col-md-4 p {

  text-align: center;
  padding: 10px;
  font-size: 18px;

}

.text-center {
  text-align: center;
}

.fe-integridad {
  background-color: #f5f5f5;
  margin-top: 80px;
}
.fe-integridad .row{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.fe-conoce-mas {
  padding-top: 16px;
  font-size: 22px;
}
