#content
{
}
section
{
    padding: 0px 0;
}

.portada {
    position: relative;
    padding: 60px 0 60px 0;
    min-height: 400px;
    height:50vh;
    background:#fff  url('../images/home/portada.jpg') no-repeat center top;
    background-size: cover;
    color: #fff;
}


.overPortada
{
    margin-top: 13%;
    margin-top: 18vh;
    
}
.portada h1
{
}

.portada h2
{
    width: 40%;
    margin-left: 30%;
}





/*GRILLA*/
.grillaIntegrales > div , /*GRILLA*/
.grillaProyectos > .row > div
{
    padding: 2px;
}



.grillaIntegrales , .grillaProyectos
{
    margin-top: 0px;
}
.grillaProyectos{
    padding:  0 15px;
}
.trabajoItem
{
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
    
}
.trabajoItemImg
{
    clear: both;
    z-index: 4;
    overflow: hidden;
    min-height: 350px;
}
.trabajoItemImg img{
    height: 100%;
    min-height: 200px;
    width: 100%;
    object-fit: cover;
}

.grillaProyectos .row{
    display: flex;
    flex-wrap: wrap;

}

.grillaProyectos .col-md-4{
    display: flex;
}

.grillaProyectos .trabajoItemSelect{
    display: flex;
    width: 100%;
}
.grillaProyectos .trabajoItemImg{
    display: flex;
    flex-grow: 1;
}
.grillaProyectos .trabajoItem{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.trabajoItemImg div
{
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.trabajoItem .trabajoItemTit
{
    position: relative;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 15px 0px 15px;    
    -webkit-transition: color 0ms ease-in-out;
    transition: color 0ms ease-in-out;
     z-index: 4;
     text-transform: uppercase;
     margin-bottom: -1px;
     font-family: "GillSansMTPro-Bold";
}

.trabajoItem .trabajoItemDesc
{
    position: relative;
    padding: 0px 0px 20px 16px;  
    font-size: 11px;
    text-transform:uppercase;
    -webkit-transition: color 0ms ease-in-out;
    transition: color 0ms ease-in-out;
     z-index: 4;
     color:  #777;
     font-family: "GillSansMTPro-Medium";
}

.overItem
{
    color: #fff !important;
}

.trabajoItem .trabajoItemLinea
{
   position: absolute;
   bottom:0;
   width: 100%;
   height:0px;
   background-color: #000000;
   -webkit-transition: height 0ms ease-in-out;
   transition: height 0ms ease-in-out;
   z-index: 0;
}
.overLinea
{
    height: 82px !important;
}
.overImage
{
    -moz-transform: scale(1.07); /* IE 9 */
    -ms-transform: scale(1.07); /* IE 9 */
    -webkit-transform: scale(1.07); /* Safari */
    transform: scale(1.07);
}


/*MARMOL*/
.marmol {
    position: relative;
    padding: 60px 0 60px 0;
    min-height: 400px;
    height:50vh;
    background:#fff  url('../images/home/marmol.jpg') no-repeat center top;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 0 20% ;
}



/*PRODUCTOS HOME*/
.productosHome
{
    
}

.botoneraProductosHome
{
    
}
.botoneraHomeContainer
{
     display: flex;
     justify-content: center;
}

.botoneraProductosHomeItem
{
    padding: 8px 50px;
    text-transform: uppercase;
    font-size: 0.8em;
    display: inline;
    border: 1px solid #2e8fc6;
    margin: 10px 10px 10px 10px;
    cursor:pointer;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    color: #000;
}

.selectedBot
{
    background: rgba(54,149,202,0.8);
    border-color:rgba(54,149,202,0.8);
    color: #fff; 
}


.botonProdHOver
{
    border-color:#2e8fc6;
    background: #2e8fc6;
    color: #fff;
}


/*.productosHome .col-md-4:nth-child(6n+5)  {
    margin-top: -20vh;
}*/
.trabajoItemSelect , .trabajoItemSelect > div
{  
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.oscurecido
{
    pointer-events:none;
    cursor: default;
}
.oscurecido > div
{
    opacity: 0.3;
    pointer-events:none;
     -moz-transform: scale(0.9); /* IE 9 */
    -ms-transform: scale(0.9); /* IE 9 */
    -webkit-transform: scale(0.9); /* Safari */
    transform: scale(0.9);
    cursor: ;
}
