.trayectoria {
    min-height: calc( 100vh - 50px );
    /* background: #ccc; */
    /* background: rgb(181,189,200); */
    background: -moz-linear-gradient(top, rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%);
    /* background: -webkit-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); */
    /* background: linear-gradient(to bottom, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 );
    color: #252525;
    border-top: 1px solid #ccc;
    padding: 30px 0;
}

.trayectoria .module-title h3{
    margin-bottom: 1.5em;
    font-size: 43px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    font-weight: 700;
    color: #0c0c0c;
    text-align: center;
    text-transform: uppercase;
    /* -webkit-text-stroke: #ffffff; */
    /* -webkit-text-stroke-width: 1px; */
}
.acm-features .img-icon > img{max-width: 200px;}
.trayectoria .features-item:nth-child(3) img{
  filter: drop-shadow(2px 2px 3px #00000010);
}
.trayectoria .f-item{
    padding: 15px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.05) 1%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(255,255,255,0.05) 1%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.05) 0%,rgba(255,255,255,0.05) 1%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0dffffff', endColorstr='#00ffffff',GradientType=0 );
    color: #333;
}

.trayectoria .features-item{}
.trayectoria .module-title h3 span {

    padding: 6px 16px;
}


.acm-features h3 {
    color: #000000c7;
    text-transform: uppercase;
    font-size: 24px;
    min-height: 58px;
    border-bottom: 1px solid #0000002b;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 8px;
    text-shadow: 0 1px 1px #ffffff85;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

.calidad {
    min-height: calc( 100vh - 50px );
}

.sticky-nav {
   
    background: -moz-linear-gradient(-45deg, rgba(181,189,200,1) 0%, rgba(215,225,234,1) 100%);
    
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#d7e1ea',GradientType=1 );
   
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
}

section.main-box {
    /* padding: 30px 0; */
    align-items: flex-start;
    color: #404040;
}
.calidad {
    min-height: auto;
    padding: 2em 0;
    background: #eee;
    background: rgb(238,238,238);
    background: -moz-radial-gradient(center, ellipse cover, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
    background: radial-gradient(ellipse at center, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=1 );
}

#sigplus_06f435338e0ba3a84c0d76ee00a2359a ul > li img {
    box-shadow: 1px 1px 2px #ccc;
    background: #fff;
}

.sucursales {
    background: #CFD8DC;
   
    text-align: center;
}
.sucursales .module-title h3, .calidad .module-title h3,  .contacto  .module-title h3{
    margin-bottom: 1.5em;
    font-size: 43px;
    text-align: center;
    /* text-shadow: 0 0 10px rgba(0, 0, 0, 0.8); */
    font-weight: 700;
    color: #ec1e24;
    text-align: center;
    text-transform: uppercase;
    /* -webkit-text-stroke: #ffffff; */
    /* -webkit-text-stroke-width: 1px; */
}
.t3-mainnav {
    background: #ed1b24;
    background: rgb(255,48,25);
    background: -moz-linear-gradient(top, rgba(255,48,25,1) 0%, rgba(170,3,3,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,48,25,1) 0%,rgba(170,3,3,1) 100%);
    background: linear-gradient(to bottom, rgba(255,48,25,1) 0%,rgba(170,3,3,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#aa0303',GradientType=0 );
    transition: all .4s linear;
    border: none;
    border-bottom: 1px solid #000;
}
.navbar-default .navbar-nav > li > a {
    transition: all .4s linear;
    color: #fff;
    text-transform: uppercase;
    margin-left: -3px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
    color: #fff;
    background: #713030;
    background: #000000;
    background: -moz-linear-gradient(top, #000000 0%, #45484d 100%);
    background: -webkit-linear-gradient(top, #000000 0%,#45484d 100%);
    background: linear-gradient(to bottom, #000000 0%,#45484d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#45484d',GradientType=0 );
    border-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{background: #333;background: #000000;background: -moz-linear-gradient(top, #000000 0%, #45484d 100%);background: -webkit-linear-gradient(top, #000000 0%,#45484d 100%);background: linear-gradient(to bottom, #000000 0%,#45484d 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#45484d',GradientType=0 );color: #fff;}
@media(max-width:768px){
.sucursales .module-title h3, .calidad .module-title h3, .trayectoria .module-title h3, .contacto  .module-title h3{font-size: 24px;-webkit-text-stroke: transparent;text-shadow: none;}
}



.navbar-default .navbar-toggle {
    margin: 22.5px 5px;
}

.t3-header {
    background-image: url(header-bg.png), url(header-bg.jpg);
    background-repeat: no-repeat;
    background-size: unset;
    background-position: right center, left center;
    padding: 0;
}

.t3-header-spotlight {
    text-align: right;
}

.add-top h3 {
    font-size: 20px;
    text-transform: uppercase;
}

.t3-footer {
    text-align: center;
    color: #fff;
}

.features {
    background: rgb(69,72,77);
    background: -moz-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
    padding: 15px 0;
}

.f-item-hor {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-size: 20px;
    /* border-right: 1px solid #333; */
    /* padding: 15px; */
    color: #fff;
}

.f-item-hor svg {
    width: 50px;
    fill: #FF9800;
    height: 50px;
}

.f-item-hor h3 {
    border: none;
    box-shadow: none;
    padding: 0;
    min-height: auto;
    margin: 0;
    text-shadow: none;
    color: #ffffff;
    font-size: 22px;
}

.f-item-hor p {margin: 0;}

.f-item-hor .font-icon {
    font-size: 1px;
    margin: 0 15px 0 0;
}
.features .fila{
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
}

.features .fila {
    /* margin: 0 !important; */
    display: grid;
    grid-gap: 15px;
  }
  
  
  /* no grid support? */
  
  .features .fila {
    display: flex;
    flex-wrap: wrap;
  }
  
  .features .fila {
    display: grid;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
    grid-auto-rows: minmax(100px, auto);
  }

.features .acm-features.style-1 .fila > .features-item {
    margin: 0;
    text-align: left;
    float: none !important;
    display: flex;
    align-items: center;
    padding: 0 15px;
    border-right: 1px solid #636363;
}

.seguinos {
    padding: 30px 0;
    background: rgb(1,62,119);
    background: -moz-linear-gradient(-45deg, rgba(1,62,119,1) 5%, rgba(0,27,51,1) 98%);
    background: -webkit-linear-gradient(-45deg, rgba(1,62,119,1) 5%,rgba(0,27,51,1) 98%);
    background: linear-gradient(135deg, rgba(1,62,119,1) 5%,rgba(0,27,51,1) 98%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#013e77', endColorstr='#001b33',GradientType=1 );
}

.grid-box{
    max-width: 940px;
    margin: 0 20px;
    display: grid;
    grid-gap: 2.5%;
  }
  
  
  /* no grid support? */
  
  .grid-box{
    display: flex;
    flex-wrap: wrap;
  }
  
  .grid-box{
    display: grid;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
    grid-auto-rows: minmax(70px, auto);
  }
  

.g-item {
    /* box-shadow: 2px 2px 15px #000; */
    /* border-radius: 6px; */
}

.g-item img {
    border-radius: 10px;
    box-shadow: 2px 2px 15px #000;
}
@media(max-width:640px){
.vina-camera-slider-content .camera_wrap img{position: absolute;width: 100% !important;height: auto !important;margin-left: 0 !important;}
.vina-camera-slider-content .camera_wrap{
    height: 100% !important;
}
}

.navbar-default .navbar-toggle {
    display: none;
}

.tel, .wasup {
    font-weight: 700;
}

.tel .fa, .wasup .fa {
    font-size: 24px;
    line-height: 1;
  }

.tel .fa{
    color: red;
}

.wasup .fa {
   
    color: red;
}

.fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.logo-img-small {
    display: none;
    transition: display 0.3s linear;
}
.logo-img-small{}
.fixed-top .logo-small-top{
    display: block !important;
}

@media (max-width: 991px){
.logo-small-show .logo-img-small {
    display: none;
}
.logo-small-show .logo-img-big{
    display: block;
}
.h-c {
    font-size: 85%;
}
.h-c h3{
    font-size: 18px;
}
}


div#preloader {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background: red;
}

.preloadme {
    display: none;
}