/*
FUENTES
*/

@font-face{
  font-family: RobotoL;
  src:url(../../assets/fuentes/roboto/Roboto-Light.ttf);
}
@font-face{
  font-family: OpenR;
  src:url(../../assets/fuentes/opensans/OpenSans-Regular.ttf);
}

@font-face{
  font-family: MontB;
  src:url(../../assets/fuentes/montserrat/Montserrat-Bold.ttf);
}

@font-face{
  font-family: MontSB;
  src:url(../../assets/fuentes/montserrat/Montserrat-SemiBold.ttf);
}

@font-face{
  font-family: MontL;
  src:url(../../assets/fuentes/montserrat/Montserrat-Light.ttf);
}
@font-face{
  font-family: MontR;
  src:url(../../assets/fuentes/montserrat/Montserrat-Regular.ttf);
}

@font-face{
  font-family: UbuntuB;
  src:url(../../assets/fuentes/ubuntu/Ubuntu-Bold.ttf);
}
@font-face{
  font-family: UbuntuR;
  src:url(../../assets/fuentes/ubuntu/Ubuntu-Regular.ttf);
}
@font-face{
  font-family: UbuntuL;
  src:url(../../assets/fuentes/ubuntu/Ubuntu-Light.ttf);
}
/*

FUENTES
*/

.transparent {
    /* Required for IE 5, 6, 7 */
    /* ...or something to trigger hasLayout, like zoom: 1; */
    width: 100%; 
      
    /* Theoretically for IE 8 & 9 (more valid) */ 
    /* ...but not required as filter works too */
    /* should come BEFORE filter */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    
    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=50);
    
    /* Older than Firefox 0.9 */
    -moz-opacity:0.5;
    
    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0.5;
      
    /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
    opacity: 0.5;
  }
  
  
  /*DISEÑO SCROLLBAR*/
  ::-webkit-scrollbar-track
  {
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
      background-color: #F5F5F5;
      border-radius: 10px;
  }
  
  ::-webkit-scrollbar
  {   
      
      width: 5px;
      background-color: #F5F5F5;
  }
  
  
  /*diseño scrollbar*/
  ::-webkit-scrollbar-thumb
  {
      border-radius: 0px;
      background-color: #FFF;
      background-image: -webkit-linear-gradient(top, #313131 0%, #313131 50%, #313131 51%, #313131 100%);
  }
  
  /*fondo scrollbar*/
  ::-webkit-scrollbar-track-piece  { 
      background-color: white;
  }
  
  /*DISEÑO SCROLLBAR*/

/*
GENERALES
*/
body{
  overflow-x: hidden;
}
.container-fluid{
    overflow: hidden;
    padding: 0;
    }

a:link{
    text-decoration: none;

}
p{
    font-family: 'MontR';
}

h1,h2,h3,h4,h5{
    font-family: 'UbuntuB';
    letter-spacing: 1px;
    text-transform: uppercase;
}
span.line {
    background-color: #ddd;
    height: 1px;
    width: 100%;
    font-size: 28px;
    display: inline-block;
    position: relative;
    margin: 21px auto 18px;
}

span.line:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 50px;
    background-color: #176438;
    top: -2px;
    border-radius: 30px;
    /* left: 50%; */
    /* margin-left: -28px; */
}

.mt{
    margin-top: 1em;
}
.mb{
    margin-bottom: 1em;
}

.titulossecciones{
    margin-top: 3em;
   
}
.tituloseccionesnoticias{
    padding-left: 0px;
}
.titulossecciones h2{
    font-size: 2.5rem;
    color: #176438;
}
/*
GENERALES
*/


/*
NAVEGACION
*/


.logo {
    width: 30%;
    margin-top: 0.3em;
}



.navbar {
    background-color: #000000b5;
}

.top-nav-collapse {
    background-color: black;
}

@media only screen and (max-width: 768px) {
    .navbar {
        background-color: black;
    }
}

.lista a{
    letter-spacing: 1px;
}
/*
NAVEGACION
*/

/*SLICK SLIDER*/

.slick-dots {
    position: absolute;
    bottom: 6px !important;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}


.slick-dots li button{
    color: #FB44A0 !important;

}

.slick-dots li button:before {
  margin-top: -1px !important;
  color: #176438 !important;
     font-size: 20px !important;
        line-height: 20px !important;
  }
/*SLICK SLIDER*/


/*slider videos*/
.slidervideos{
    padding-bottom: 2em;
}
.slidervideos iframe{
    width: 100%;
    height: 80vh;
}

.rowmultimedia{
    margin-bottom: 2em;
    
}

.flechas{
    width: 51px!important;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 9;
    color: #ffdd02;
    transition: all 0.2s ease-in-out;

}

.flechas:hover{
    width: 55px!important;
}
#flechaSiguiente{
    right: 12px!important;
}
#flechaAnterior{
    left: 12px!important;
}
/*
INICIO
*/
#home{
        height: auto !important;
  

}



.container2{
    margin-top: 3em;
    height: auto;
    padding-bottom: 4em;
}
.parrafos p{

    text-align: justify;
    margin-bottom: 1.5em;
}
.container3{
    height: auto;
    padding-bottom: 6em;
    background: url(../img/fondos/f2.jpg) center center no-repeat fixed;
    background-size: auto auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.container3 img{
    width: 60%;

}

.container3 h2{
    margin-top: 2em;
    color: white;
    text-transform: uppercase;

    font-size: 2.3em;
}
.rowlogoslateral{
   margin-top: 6em;
}
.collogoslateral{
    margin-top: 5em;
}
.loggerlateral{
    width: 70%;
}
/*
INICIO
*/
/*secciones*/

.divider{
    width: 80px;
  
}
.divider i{
    font-size: 3rem;
    color: #ffffff;
    padding-bottom: 0.5em;
}

.iniciosecciones{
    height: 75vh;
    background: url(../img/fondos/f5.jpg) fixed;
     background-repeat: no-repeat;
    background-size: 100% 77%;
    -webkit-box-shadow: inset 0px -3px 15px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px -3px 15px -1px rgba(0,0,0,0.75);
    box-shadow: inset 0px -3px 15px -1px rgba(0,0,0,0.75);
}
.subcontainersecciones{
    height: auto;
}








/*secciones*/

/*  __________________________________SECCIONES__________________________________  */


/*
PRODUCTOS
*/




.imginicioproductos{
        padding: 3em;
    width: 75%;
}

.col2productos{
   
    background: #ffffff;
}



.titulosdesign {
    padding-top: 0.5em;
    color: #ffffff;
    font-family: 'UbuntuB';
    margin-top: 2.3em;
    font-size: 4rem;
}
.cajatitulos{
    width: 43%;
    height: auto;
    background-color: #00000061;
    margin-bottom: 3em;
}


.parrafosproductos1{
    margin-top: 2em;
    /* padding-right: 2em; */
    /* padding-left: 2em; */
    font-size: 2rem;
    
}
.rowsliderproductos{
    
            padding-bottom: 1em;
            background: url(../img/fondos/f3.jpg) center center no-repeat fixed;
            background-size: auto auto;
            -webkit-background-size: 100% 100%;
            -moz-background-size: 100% 100%;
            -o-background-size: 100% 100%;
            background-size: 100% 100%;
}


.sliderproductos{
    height: 100vh;
        -webkit-box-shadow: 0px -1px 15px -3px rgba(0,0,0,0.75);
-moz-box-shadow: 0px -1px 15px -3px rgba(0,0,0,0.75);
box-shadow: 0px -1px 15px -3px rgba(0,0,0,0.75);
margin-top: 3em;
margin-left: 30px;
margin-right: 30px;

}

.cajaheaderslider{
    height: 100px;
    width: 100%;
    margin-bottom: 3em;

  
}
.cajaheaderslider img{
    width: 50%;
    
}



.parrafosproductos{
    padding-right: 2em;
    padding-left: 2em;
    padding-bottom: 30px;
    padding-top: 3em;
}

.parrafosproductos p{
    text-align: justify;
}


.rowwhite{
    margin-right: 2em;
    margin-left: 2em;
    margin-top: 1.3em;
    background: white;
    margin-bottom: 1.3em;
    padding-bottom: 3em;
}
.rowfotoscostadoproductos{
    margin-top: 3em;

}
.rowfotoscostadoproductos img{
    margin-bottom: 2em;
}

.qccanadaimg{
    width: 40% !important;
    margin-top: 3em;
}

.imgkesla
{
    width: 50%;
}

.coltabsproductos{
    margin-top: 3em;
}


button:focus { outline:0 !important; }




.modal-title img{
    width: 16%;
}

.close{
    color: #007c23;
    text-shadow: 0 1px 0 #fff;
    margin-top: -17px !important;
    font-size: 6rem;
    font-weight: 100;
    transition: all 0.5s ease;
    
}
.close:hover{
    color: #007c23;
}
.modal-header {
    /* padding: 15px; */
    border-bottom: none;
    padding-left: 3em;
    padding-right: 3em;
    padding-top: 1.5em;
        margin-bottom: -24px;
}


@media (min-width: 768px){
    .modal-dialog {
        width: 90%;
        margin: 30px auto;
        
    }
}
.modal {
    background: #000000d1;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.fa-check{
    color: #007c23;
    margin-left: 10px;
}



/*latest*/

.inicioproductos{
    position: relative;
    height: 75vh;
    background: url(../img/productos/fondoproductos.jpg) fixed;
    background-repeat: no-repeat;
    background-size: 100% 77%;
    -webkit-box-shadow: inset 0px -3px 15px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px -3px 15px -1px rgba(0,0,0,0.75);
    box-shadow: inset 0px -3px 15px -1px rgba(0,0,0,0.75);
}

.inicioecolog{
    position: absolute;
    top: 72%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.inicioecolog img{
    width: 33em;
    margin-bottom: 1em;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: -70px;
    list-style: none;
    background-color: #00000061;
    border-radius: 4px;
    text-align: center;
    
}

#breadcrumbSections {
    padding: 8px 15px;
    margin-bottom: 0px !important;
    list-style: none;
    background-color: #3a613bb5;
    border-radius: 0px;
    /* border-bottom: 1px solid #efefef; */
    text-align: center;
}
#breadcrumbSections>li>a {
    color: #fff;
    font-size: 0.8rem;
    letter-spacing: 0px;
    font-family: 'MontR';
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;

}
#breadcrumbSections>li>a:hover {
    color: rgb(156, 156, 156);


}
.breadcrumb>li>a {
    color: white;
    font-size: 1.5rem;
    letter-spacing: 0px;
    font-family: 'MontR';
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}
.breadcrumb>li>a:hover {
    color: #176438;
    
    

}
.breadcrumb>.active {
    color: #c7c7c7;
    font-family: 'MontR';
    text-transform: uppercase;
    font-size: 0.8rem;
    padding-top: 3px;
}


/*ecolog*/


#containerecolog2{
    height:auto;
    padding-bottom: 5em;
    background: url(../img/productos/fondoproductos2.jpg) fixed;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: inset 0px -3px 15px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px -3px 15px -1px rgba(0,0,0,0.75);
   
}

#containerecolog2 h2{
    color: white;
    padding-top: 1em;
    font-size: 2rem;
    text-shadow: 2px 2px 5px black;
}

.dividerproducts{
    width: 50px;
    height: 4px;
    background-color: #176438;
    border-radius: 18px;
    box-shadow: 2px 2px 4px black;
}

.cajainfoproductos{
    margin-top: 2em;
    padding-top: 2em;
    padding-bottom: 2em;
    background: #00000078;
    color: white;
    padding-left: 1.5em;
    padding-right: 1.5em;
    text-align: justify;
    box-shadow: 2px 2px 3px #000000ad;
}
.rowimgeco1 img{
    margin-top: 2em;
    box-shadow: 1px 1px 3px #4a4a4a;
}
.row1{
    padding-bottom: 3em;
}

/*prosilva*/

.descripcionprosilva p{
    font-size: 0.8rem;
}
#containerpro1{
    padding-bottom: 3em;
}
.titletab{
    line-height: 1px;
}
.btn-primary{
    color: white !important;
    background: #176438 !important;
    border: 0px !important;
    border-radius: 10px 10px 0px 0px;
}
.btn-default {
    color:  #176438 !important;
    background: white  !important;
    border-color: transparent;
}

#stars{
    background: transparent;
    color: #176438;
    padding-bottom: 1em;
}
#stars:hover{
    border: 1px solid white!important;
}
button.btntab:active, 
button.btntab:focus, 
button.btntab:target, 
button.btntab:active:focus {     color: white !important;
    background: #176438 !important;}


    /*qccanada*/

    #containerqcc1{
        padding-top: 5em; 
        padding-bottom: 5em;  

    }
    #containerqcc1 img{
        box-shadow: 1px 1px 3px #4a4a4a;
    }
    .rowespecqcc{
        margin-top: 3em;
    }
    .rowespecqcc h2{
        color: #333333;
    }
    .mbproducts{
        margin-bottom: 3em;
    }
    .rowespecqcc button{
        height: 51px;
        width: 210px;
        text-transform: uppercase;
        margin-bottom: 1em;
        transition: all 0.2s ease-in-out;
    }
    .rowespecqcc button:hover{
        box-shadow: 1px 1px 10px #4a4a4a;
    }
    .rowespecqcc i{
        font-size: 1rem !important;
        position: relative;
        margin-right: 7px;
    }
    #containerqcc2{
        position: relative;
        height: 70vh;
        background: url(../img/productos/qcc/fondoqcc.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        -webkit-box-shadow: inset 0px -3px 15px -1px rgba(0,0,0,0.75);
        -moz-box-shadow: inset 0px -3px 15px -1px rgba(0,0,0,0.75);
        box-shadow: inset 0px -3px 15px -1px rgba(0,0,0,0.75);
    }

    /*lamtrac*/
    #containerlamtrac2{
        position: relative;
        height: 70vh;
        background: url(../img/productos/lamtrac/l3.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        -webkit-box-shadow: inset 0px -3px 15px -1px rgba(0,0,0,0.75);
        -moz-box-shadow: inset 0px -3px 15px -1px rgba(0,0,0,0.75);
        box-shadow: inset 0px -3px 15px -1px rgba(0,0,0,0.75);
    }




    .fa-download{
        margin-top: 1em;
        font-size: 2rem !important;
        background: #176438;
        padding: 1.4rem;
        border-radius: 53px;
        color: white;
    }


    /*arriendo*/
    #containerarriendo{
        position: relative;
        height: 70vh;
        background: url(../img/productos/arriendo/fondoarriendo.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        -webkit-box-shadow: inset 0px -3px 15px -1px rgba(0,0,0,0.75);
        -moz-box-shadow: inset 0px -3px 15px -1px rgba(0,0,0,0.75);
        box-shadow: inset 0px -3px 15px -1px rgba(0,0,0,0.75);
    }
/*
PRODUCTOS
*/



/*
SERVICIOS
*/


.col2servicios {
    height: 65vh;
    background: #ffffff;
}

.parrafosservicios{
    padding-top: 3em;
    
}

.parrafosservicios p{
   
    text-align: justify;
    font-family: 'UbuntuL';
    font-size: 1rem;
}

.rowservicios2{
    margin-top: 3em;
}


 .card {
    margin-top: 20px;
    padding: 30px;
    background-color: rgba(214, 224, 226, 0.2);
    -webkit-border-top-left-radius:5px;
    -moz-border-top-left-radius:5px;
    border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-top-right-radius:5px;
    border-top-right-radius:5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 1);
}
.card.hovercard .card-background {
    height: 130px;
}
.card-background img {
    -webkit-filter: blur(25px);
    -moz-filter: blur(25px);
    -o-filter: blur(25px);
    -ms-filter: blur(25px);
    filter: blur(25px);
    margin-left: -100px;
    margin-top: -200px;
    min-width: 130%;
}
.card.hovercard .useravatar {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
}
.card.hovercard .useravatar img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.5);
}
.card.hovercard .card-info {
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
}
.card.hovercard .card-info .card-title {
    padding:0 5px;
    font-size: 20px;
    line-height: 1;
    color: #262626;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.card.hovercard .card-info {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}
.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}


.well {
    min-height: 20px;
    padding-left: 0em;
    padding-right: 0em;
    padding-top: 1em;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 4px;

    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.05);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.05);
}

.parrafotabs{
        font-family: 'UbuntuL';
        font-size: 1rem;
    text-align: justify;
}

.parrafotabs i{
    color: #176438;
    margin-left: 1em;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 4.3em !important;
    border-top-right-radius: 4.3em !important;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #176438;
    background-color: #fff;
    border-color: #3a613b !important;
}


.iconsServices{
    font-size: 2rem;
    padding-top: 0.5em;
}

.nav-tabs > li a{
   width: 70px;
   height: 70px;
   margin: 20px auto;
   border-radius: 100%;
   padding: 0;
}

.nav-tabs > li a:hover{
    background: transparent;
}





.servicioimgprincipal{
    margin-top: 8.2em;
}




.grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

/* Common style */
.grid figure {
    position: relative;
   min-width: 290px;
    overflow: hidden;
    margin: 10px 1%;
    
    max-width: 480px;
    max-height: 360px;
    width: 48%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 99;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 0.7;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px,0, 0);
    transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
    text-align: left;
}

figure.effect-lily figcaption > div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
    -webkit-transform: translate3d(40px,40px,0);
    transform: translate3d(40px,40px,0);
}

figure.effect-lily h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-lily p {
    color: rgba(255,255,255,0.8);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
    opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}


.imghover{
        width: 93% !important;
}

.containerprodu{
    padding-top: 3em;
    padding-bottom: 5em;
}

.fa-eye{
    color: white;
    font-size: 3.5rem;

}


/*
SERVICIOS
*/



/**
GALERIA

*/
.gal-container{
    margin-top: 6em;
    padding: 12px;
    padding-bottom: 5em;
}
.gal-item{
    overflow: hidden;
    padding: 3px;
}
.gal-item .box{
    height: 350px;
    overflow: hidden;
}
.box img{
    height: 100%;
    width: 100%;
    object-fit:cover;
    -o-object-fit:cover;
}
.gal-item a:focus{
    outline: none;
}

/*
GALERIA
*/




/*
EMPRESA
*/
.sbcsempresa{
    -webkit-box-shadow: 0px 2px 19px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 19px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 19px -4px rgba(0,0,0,0.75);
}
.containerempresa2{
    padding-top: 5em;
    padding-bottom: 5em;
    background: url(../img/fondos/f3.png) center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;




}
.parrafoempresa{
    padding-top: 2em;
    /* padding-right: 3em; */
    /* padding-left: 3em; */
    margin-bottom: 3em;

}
.parrafoempresa p{
    text-align: justify;
    font-family: 'UbuntuL';
    font-size: 1rem;
}


.iconoempresa{
    width: 100%;
}
.iconoempresa i{
    font-size: 4rem;
    color: #3c763d;
    margin-bottom: 0.5em;
}
.titulosempresa h2{
    font-family: 'UbuntuL';
}

.descripcionempresa p{
    text-align: justify;
    font-size: 1em;
     margin-top: 2em;
}



.subtituloempresa{
    font-family: 'UbuntuB';
    margin-top: 2em;
    margin-bottom: 2em;
    color: #3c763d;
    font-size: 2em;
}



.tituloempresavalores h2{
    font-family: 'UbuntuL';
    font-size: 1.8rem;
    text-transform:capitalize;

}

.descripcionempresavalores p{
    font-family: 'UbuntuL';
    font-size: 1rem;
    text-align: justify;
}


.imginicioempresa{
    margin-top: 8em;
    width: 85%;

}
/*
EMPRESA
*/




/*NOTICIAS
*/

.containernoticias{
        background: url(../img/fondos/f3.png) center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    padding-top: 3em;
    padding-bottom: 3em;
    padding-right: 1.5em;
    padding-left: 1.5em;
}

.imgnoticia img{
    font-size: 2rem;
}
.titulonoticia{
    color: #176438;
    font-size: 2rem;
    font-family: 'UbuntuR';

    text-align: center;
    
}

.descripcionnoticia p{

}

.btnnoticia{
    width: 150px;
    height: 35px;
    font-family: 'UbuntuL';
    background: #176438;
    color: white;
    border: 1px solid #176438;
    text-transform: uppercase;
    margin-top: 1em;
    border-radius: 25px;
    transition: all 0.5s ease-out;
}

.btnnoticia:hover{
     background: transparent;
     color: #176438;
}



/*NOTICIAS*/

.titulonoticias{
    font-size: 45px;
color: #7dbb4c;
font-family: 'OpenB', Arial, Verdana;
}

.btnmantenedor{

}
.contnoticias{
padding-top: 50px;
}
.colnoticias{
margin-bottom: 40px;
position: relative;
}
.colnoticias img{
    width: 100%;
    height: 300px;



}

.rownoticias{


margin-bottom: 30px;
}


/*ETIQUETA FECHA EN LA NOTICIA*/
.ribbon {
    position: absolute;
    top: 0em;
    right: 15px;
    z-index: 1;
    width: auto;
    height: auto;
    background: #39603b;
    padding: 5px 5px 0px 5px;
}

span.txtFecha{
text-align: center;
display: block;
color: #fff;
font-family: 'OpenL',sans-serif;
}

span.mes{
font-size: 12px;
}
span.dia{
font-size: 20px;
position: relative;
bottom: 5px;
} 



body.modal-open #wrap{
    -webkit-filter: blur(7px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
}
  
.modal-backdrop {background: #f7f7f7;}

.close {
    font-size: 50px;
    display:block;
}
/*
NOTICIAS
*/

/*
CONTACTO
*/

#contact{
    padding-top: 2em;
    padding-bottom: 5em;
    width: 100%;
    min-height: 700px;
    height: 100%;
    z-index: 10;
/*  background: rgba(29,29,27,.9);*/
      background: url(../img/fondos/fondocontacto.jpg) center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.form-control {
    border: none;
    box-shadow: none;
    background: transparent !important;
    border: 1px solid transparent !important;
    border-bottom: 1px solid #848484 !important;
    display: block;
    color: #d8d8d8 !important;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background : transparent !important;
    background-image: none;
    background-clip: padding-box;
    font-family: 'UbuntuL';
    font-size: 18px;
    letter-spacing: 1px;


}
.infolateralcontacto{
    margin-top: 3em;
    margin-bottom: 2em;
}
.btnenviarcontacto{
    background: transparent !important;
    float: right;
    border-radius: 3px 3px !important;
    border: 1px solid #c81010 !important;
    font-family: 'UbuntuL',sans-serif;
    letter-spacing: 1px;
    padding-left: 3em !important;
    padding-right: 3em !important;
    transition: all 0.5s ease-out;
}

.btnenviarcontacto:hover{
    background: #c81010 !important;
    color: white;
    float: right;
    border-radius: 3px 3px !important;
    
}


input[type="text"], textarea {
    font-family: 'UbuntuL',sans-serif;
    box-shadow: none !important;
    height: 45px;

}

textarea {
    font-family: 'UbuntuL', sans-serif !important;

    resize: none;
    height: 150px;
}

.contactbutton{
    width: 200px;
    height: 45px;
    background: transparent;
    border: 1px solid white;
    color: white;
    font-family: 'UbuntuL';
    font-size: 2rem;
    transition: all 0.5s ease-out;
}

.contactbutton:hover{
    background-color: #3c763d;
    border: 1px solid #3c763d;
    color: white;
}


.infolateralcontacto ul{
    list-style: none;
}
.infolateralcontacto i{
    color: #3c763d;
    font-size: 25px;
}
.infolateralcontacto p{
    display: inline-block;
    margin-left: 8px;
    font-family: 'UbuntuL';
    letter-spacing: 1px;
    font-size: 18px;
    color: #cacaca;

}

.mapa
{
    height: 80vh;
    width: 100%;
}
/*
CONTACTO
*/






/*  __________________________________SECCIONES__________________________________  */


/*
FOOTER
*/
.containerfooter{
        padding-right: 40px;
        padding-left: 40px;
        padding-top: 3em;
        -webkit-box-shadow: inset 0px 0px 22px -2px rgba(0,0,0,0.75);
        -moz-box-shadow: inset 0px 0px 22px -2px rgba(0,0,0,0.75);
        box-shadow: inset 0px 0px 22px -2px rgba(0,0,0,0.75);
       height: auto;
           padding-bottom: 2em;
}
.imgfooter{
    width: 70%;
    margin-top: 7em;

}

.containerfooter h3{
    font-family: 'UbuntuR';
    text-transform: unset;
    font-size: 1.3rem;
}

.containercopyright{
    height: 60px;
    background: url(../img/fondos/f2.jpg) center center no-repeat fixed;
    background-size: auto auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.containercopyright p{
    font-family: 'UbuntuL';
    padding-top: 20px;
    color: white;
    font-size: 0.8rem;
}

.social2 ul {
    margin: 0;
    padding: 5px;
}

.social2 ul li {
    margin: 5px;
    list-style: none outside none;
    display: inline-block;
}
.social2 h1{
letter-spacing: 2px;
   font-size: 39px;
    color: #484848;
}
.social2 i {

    color: #176438;
    background-color: transparent;
    font-size: 43px;
    transition: all 0.5s ease-in-out;
    text-align: center;


}

.social2 i:hover {
    
    text-decoration: none;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;

}

.social2 .fa-facebook:hover {
    color: #4060A5;
}

.social2 .fa-twitter:hover {
    color: #00ABE3;
}




.social2 .fa-instagram:hover {
    color: #D10869;
    
}



.social2 .fa-youtube-square:hover {
   color: #FF1F25;
}


.contenidofooter li{
    list-style: none;
    margin-bottom: 10px;

}

.contenidofooter li>a{
    color: black !important;
        font-family: 'MontR';
        
}

.contenidofooter a{
    text-decoration: none;
    font-size: 0.8rem;
    color: rgb(37, 37, 37);
    font-family: 'MontR';

}
.contenidofooter p{
    font-size: 0.8rem;
}
/*
FOOTER
*/



@media (min-width: 1200px){
    .container {
        max-width: 1250px !important;
    }

}


@media (max-width: 760px){
    .rowlogoslateral {
        margin-top: 0em;
    }
    .loggerlateral {
        width: 70%;
        margin-bottom: 7em;
    }
    .imgfooter {
        width: 70%;
        margin-top: 7em;
        margin-bottom: 4em;
    }
    .container3 h2 {
        margin-top: 2em;
        color: white;
        text-transform: uppercase;
        font-size: 2.3em;
        margin-bottom: 2em;
    }
    .gal-container {
        margin-top: 2em;
        padding: 12px;
        padding-bottom: 5em;
    }
    .titulossecciones h2 {
        font-size: 1.6rem;
        color: #176438;
    }
    #containerqcc1{
        padding-right: 0.5em;
        padding-left: 0.5em;
         
    }
    .inicioproductos {
        position: relative;
        height: 43vh;
        background: url(../img/productos/fondoproductos.jpg) fixed;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-box-shadow: inset 0px -3px 15px -1px rgba(0,0,0,0.75);
        -moz-box-shadow: inset 0px -3px 15px -1px rgba(0,0,0,0.75);
        box-shadow: inset 0px -3px 15px -1px rgba(0,0,0,0.75);
    }
    #containerqcc2 {
        position: relative;
        height: 25vh;
        background: url(../img/productos/qcc/fondoqcc.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        -webkit-box-shadow: inset 0px -3px 15px -1px rgba(0,0,0,0.75);
        -moz-box-shadow: inset 0px -3px 15px -1px rgba(0,0,0,0.75);
        box-shadow: inset 0px -3px 15px -1px rgba(0,0,0,0.75);
    }


    .inicioecolog img {
        width: 22em;
        margin-bottom: 1em;
    }
    #containerlamtrac2 {
        position: relative;
        height: 32vh;
        background: url(../img/productos/lamtrac/l3.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        -webkit-box-shadow: inset 0px -3px 15px -1px rgba(0,0,0,0.75);
        -moz-box-shadow: inset 0px -3px 15px -1px rgba(0,0,0,0.75);
        box-shadow: inset 0px -3px 15px -1px rgba(0,0,0,0.75);
    }


    .titulossecciones{
        margin-top: 3em;
        padding-left: 0.5em;
    }
    .logo {
        width: 30%;
        margin-top: 0.3em;
        /* float: none; */
        margin-right: auto!important;
        margin-left: auto!important;
        display: block;
    }
    .navbar-brand {
        width: 100%;
        margin-right: 0px !important;
        

    }
    .navbar .navbar-toggler {
        outline: 0;
        border-width: 0;
        margin-top: -2em;
    
    }

}
@media (max-width: 560px){

    
    .iniciosecciones {
          height: 40vh;
            background: url(../img/fondos/f5.jpg) fixed;
            background-repeat: no-repeat;
            background-size: 100% 100%;
            -webkit-box-shadow: inset 0px -3px 15px -1px rgba(0,0,0,0.75);
            -moz-box-shadow: inset 0px -3px 15px -1px rgba(0,0,0,0.75);
            box-shadow: inset 0px -3px 15px -1px rgba(0,0,0,0.75);
        }
        .parrafosproductos1 {
        margin-top: 2em;
        padding-right: 0.5em;
        padding-left: 0.5em;
        font-size: 2rem;
    }
        .navbar-nav {
            margin-top: 6em;
            /* margin: 7.5px -15px; */
        }

        .mainmenu-area {
            position: fixed;
            left: 0;
            top: 0;
            width: 100%;
            z-index: 999;
            -webkit-transition: all 1s ease-in;
            transition: all 1s ease;
            background: #000000e8;
            border-bottom: 1px solid #176438;
        }
        .mainmenu-area #primary-menu > ul > li > a {
            background: none;
            padding: 14px 15px;
            position: relative;
            border-top: 3px solid transparent;
            text-align: center;
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-family: 'MontR';
        }
        .parrafos{
              padding-right: 0.5em;
        padding-left: 0.5em;
        }
        .imginicioproductos {
            padding: 0;
            width: 90%;
        }
        .grid figure {
            position: relative;
            min-width: 354px;
            overflow: hidden;
            margin: 10px 1%;
            max-width: 480px;
            max-height: 360px;
            width: 48%;
            background: #3085a3;
            text-align: center;
            cursor: pointer;
        }
        .modal-title img {
            width: 47%;
        }
        .parrafosproductos {
            padding-right: 0.5em;
            padding-left: 0.5em;
            padding-bottom: 30px;
        }
        .modal-header {
            /* padding: 15px; */
            border-bottom: none;
            padding-left: 1.5em;
            padding-right: 1.5em;
            padding-top: 1.5em;
            margin-bottom: -24px;
        }
        .rowfotoscostadoproductos {
                margin-top: 1em;
                margin-right: 0em; 
                margin-left: 0em; 
            }
            .tab-content {
            padding-left: 0em;
            padding-right: 0em;
            padding-bottom: 5em;
        }
        .well {
            min-height: 20px;
            padding-left: 0em;
            padding-right: 0em;
            padding-top: 1em;
            margin-bottom: 20px;
            background-color: #ffffff;
            border: 1px solid #ffffff;
            border-radius: 4px;
            border-top: 1px solid #e8e8e8 !important;
            -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.05);
            box-shadow: inset 0 0px 0px rgba(0,0,0,.05);
        }

        .board {
            width: 100%;
            height: auto !important;
        }

        .parrafotabs {
            font-family: 'UbuntuL';
            font-size: 1rem;
            text-align: justify;
            padding-left: 1.5em;
            padding-right: 1.5em;
        }

        .parrafoempresa {
            padding-top: 3em;
            padding-right: 1em;
            padding-left: 1em;
            margin-bottom: 3em;
        }
        .descripcionempresa{
            padding-left: 0.5em;
            padding-right: 0.5em;
        }
        .descripcionempresavalores{
            padding-left: 0.5em;
            padding-right: 0.5em;
        }
        .tituloempresavalores{
            padding-left: 0.5em;
            padding-right: 0.5em;
        }

        .tituloseccionesnoticias {
            padding-left: 1.5em;
            padding-right: 1.5em;
        }
        .containercopyright {
            height: 40px;
            background: url(../img/fondos/f2.jpg) center center no-repeat fixed;
            background-size: auto auto;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }
        #containerarriendo {
            position: relative;
            height: 23vh;
            background: url(../img/productos/arriendo/fondoarriendo.jpg);
            background-repeat: no-repeat;
            background-size: 100% 100%;
            -webkit-box-shadow: inset 0px -3px 15px -1px rgba(0,0,0,0.75);
            -moz-box-shadow: inset 0px -3px 15px -1px rgba(0,0,0,0.75);
            box-shadow: inset 0px -3px 15px -1px rgba(0,0,0,0.75);
        }

}

/*responsive menu footer*/
#responsiveFooterMenu{
    display: none;
    position: fixed;
    bottom: 0px;
    height: 53px;
    z-index: 10;
    width: 100%;
    background-color: black; 
  
  }
  #responsiveFooterMenu .row{
    padding-left: 10px;
    padding-right: 10px;
  }
  @media screen and (max-width: 800px){
    #responsiveFooterMenu {
        display: block;
  
    }
  }
  #responsiveFooterMenu i{
    padding-top: 13px;
    font-size: 1.5rem;
    
  }
  
  
  #responsiveFooterMenu p{
    font-size: 1.1rem;
    margin-top: 4px;
    font-family: 'HelveticaB';
    letter-spacing: 0.6px;
  
    
  }
  #colFooterMenu{
    cursor: pointer;
    border-top: 4px solid #cccbcb;
    transition: all 0.2s ease-in-out;
    color: #004a46;
  }
  
  #colFooterMenu a{
    color: white;
    transition: all 0.2s ease-in-out;
  }
  #colFooterMenu:hover a{
    color: rgb(23, 73, 32);
  }
  #colFooterMenu:hover{
  background-color: transparent;
  border-top: 4px solid rgb(23, 73, 32);
  
  
  }
  
  
  /*responsive menu footer*/