/*
Autor: Ing. Hector Martinez Martinez
*/
/*************fonts*************/
@import url(fonts.css);

/****************************************
*******Stilos Generales******************
*****************************************/
h1{
    font-family: Aller_Bd;
}
h2{

   font-family: ArialNovaCond-Italic;
}
h3{

   font-family: Aller_LtIt;
}
h4{
   font-family: Aller_LtIt;
}
h5{
   font-family: Aller_LtIt;
}
h6{
   font-family: Aller_LtIt;
}

ul, li{                                                    
    list-style: none;
    font-size: 1em;
    font-family:ArialNova-Light;
}

p {
   font-size: 1em;
   font-family:ArialNova-Light;
}
a{
    text-decoration: none;
    font-size: 1em;
    font-family:ArialNovaCond;
}
a:hover{
   font-family:ArialNovaCond;
}

/*************************************************************************************/
/*                                                                                   */
/*                               GENERALES DE TABLA                                  */
/*                                                                                   */
/*************************************************************************************/

/*********************************************************************
****************************Caracteristicas (tabla)*******************
**********************************************************************/

  .descripcion_proyecto{
     width: 100%;
     height: 150px;
     margin-bottom:60px;
     margin-top: 40px;
     }

   .descripcion_proyecto .contendor_decripcion{
      width: 90%;
      height: 150px;
      margin: 0 auto;
   }

   .descripcion_proyecto .contendor_decripcion table{

   }
   .descripcion_proyecto .contendor_decripcion table tr{
      border-bottom: 1px solid #000000;
   }

    .descripcion_proyecto .contendor_decripcion #prt{
      text-align: left;
    font-weight: 700;
    padding-right: 50px;
    }

    .descripcion_proyecto .contendor_decripcion table td{
      text-align: left;
      font-size: 14px;
      padding-right: 20px;
    }
/*********************************************************************
********************Fin Caracteristicas (tabla)***********************
**********************************************************************/

/*********************************************************************
*******************Definicion del estudio*****************************
**********************************************************************/

.explicacionestudio{
   width: 100%;
   height: auto;
}

.explicacionestudio .caja_de_explicacion{
    width: 50%;
    height:auto;
    padding-top: 20px;
}

.explicacionestudio .caja_de_explicacion p{
   color:#5C5C5C;
   text-align:  center;
}
/*************************************************************************
*******************Fin Definicion del estudio*****************************
**************************************************************************/
 
/*************************************************************************************/
/*                                                                                   */
/*                         ZIBATA TURQUEZA 11                                        */
/*                                                                                   */
/*************************************************************************************/

/***************************************************************************/
/************************IMAGEN PANORAMICA**********************************/
/***************************************************************************/

.seccion_ingestructural_ZIBATA{

}
/***primer parte**/
.seccion_ingestructural_ZIBATA .imagen_panoramica{
     width: 100%;
     height: 660px;
}
.seccion_ingestructural_ZIBATA .imagen_panoramica .imagen_proyecto_ZIBATA{/*contenedor general de imagen panoramica*/
     width: 100%;
     height: 600px;/**adaptar*/
     background: url(../img/secciones/011_Zibata/estructural/panoramica.jpg);
     background-repeat: no-repeat;
     background-size: cover;
     background-position: 50% 100%;/*pocion de la iamgen*/
}

.seccion_ingestructural_ZIBATA .imagen_panoramica .texto_imgPanoramica{
     width: 100%;
     height: 40px;

}

.seccion_ingestructural_ZIBATA .imagen_panoramica .texto_imgPanoramica p{
     text-align: center;
     line-height: 40px;
     color:#5C5C5C;
}
/***************************************************************************/
/********************FIN IMAGEN PANORAMICA**********************************/
/***************************************************************************/

/***************************************************************************/
/********************IMAGEN SOLA Y TEXTO DER********************************/
/***************************************************************************/
.seccion_ingestructural_ZIBATA .bloque_IEE_IzTd_ZIBATA{
     width: 100%;
     height: auto;

}
.seccion_ingestructural_ZIBATA .bloque_IEE_IzTd_ZIBATA .contenedor_subgral{
     width: 92%;
     height: auto;

     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     justify-content: space-around;
     align-items: center;  /*centra en pocicion horizontal*/

     margin: auto ;
}
/**imagen***/
.seccion_ingestructural_ZIBATA .bloque_IEE_IzTd_ZIBATA .contenedor_subgral .imagenCJ_ZIBATA_001a{
    width: 60%;
    height: 700px;
    background: url(../img/secciones/011_Zibata/estructural/zibata01.jpg);
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size: contain;
    background-position: center;
}
/***texto***/
.seccion_ingestructural_ZIBATA .bloque_IEE_IzTd_ZIBATA .contenedor_subgral .textoCJ_ZIBATA_001a{
    width: 39%;
    height: auto;
    text-align: center;
}
.seccion_ingestructural_ZIBATA .bloque_IEE_IzTd_ZIBATA .contenedor_subgral .textoCJ_ZIBATA_001a h1{
    font-family: ArialNova-Bold;
    color: #2A2B26D2;
    font-size: 2.5em;
}
.seccion_ingestructural_ZIBATA .bloque_IEE_IzTd_ZIBATA .contenedor_subgral .textoCJ_ZIBATA_001a h1 span{
    font-family: ArialNovaCond-Light;
    color:#A9ACA0FF;
}
.seccion_ingestructural_ZIBATA .bloque_IEE_IzTd_ZIBATA .contenedor_subgral .textoCJ_ZIBATA_001a p{
    color: rgb(104, 104, 104);
}

/*******************************************************************************/
/********************FIN IMAGEN SOLA Y TEXTO DER********************************/
/*******************************************************************************/

/***************************************************************************/
/********************TEXTO IZQ Y IMAGEN SOLA *******************************/
/***************************************************************************/
.seccion_ingestructural_ZIBATA .bloque_IEE_TzId_ZIBATA_1A{
     width: 100%;
     height: auto;

}
.seccion_ingestructural_ZIBATA .bloque_IEE_TzId_ZIBATA_1A .contenedor_subgral{
     width: 92%;
     height: auto;

     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     justify-content: space-around;
     align-items: center;  /*centra en pocicion horizontal*/

     margin: auto ;
}
/***texto***/
.seccion_ingestructural_ZIBATA .bloque_IEE_TzId_ZIBATA_1A .contenedor_subgral .textoCJ_ZIBATA_002a{
    width: 50%;
    height: auto;
    text-align: center;
}
.seccion_ingestructural_ZIBATA .bloque_IEE_TzId_ZIBATA_1A .contenedor_subgral .textoCJ_ZIBATA_002a h1{
    font-family: ArialNova-Bold;
    color: #2A2B26D2;
    font-size: 2.5em;
}
.seccion_ingestructural_ZIBATA .bloque_IEE_TzId_ZIBATA_1A .contenedor_subgral .textoCJ_ZIBATA_002a h1 span{
    font-family: ArialNovaCond-Light;
    color:#A9ACA0FF;
}
.seccion_ingestructural_ZIBATA .bloque_IEE_TzId_ZIBATA_1A .contenedor_subgral .textoCJ_ZIBATA_002a p{
    color: rgb(104, 104, 104);
}
/**imagen***/
.seccion_ingestructural_ZIBATA .bloque_IEE_TzId_ZIBATA_1A .contenedor_subgral .imagenCJ_ZIBATA_002a{
    width: 49%;
    height: 600px;
    background: url(../img/secciones/011_Zibata/estructural/zibata02.jpg);
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size: contain;
    background-position: center;
}


/*******************************************************************************/
/********************FIN TEXTO IZQ Y IMAGEN SOLA********************************/
/*******************************************************************************/

/***************************************************************************/
/********************IMAGEN SOLA Y TEXTO DER********************************/
/***************************************************************************/
.seccion_ingestructural_ZIBATA .bloque_IEE_IzTd_ZIBATA_2A{
     width: 100%;
     height: auto;

}
.seccion_ingestructural_ZIBATA .bloque_IEE_IzTd_ZIBATA_2A .contenedor_subgral{
     width: 92%;
     height: auto;

     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     justify-content: space-around;
     align-items: center;  /*centra en pocicion horizontal*/

     margin: auto ;
}
/**imagen***/
.seccion_ingestructural_ZIBATA .bloque_IEE_IzTd_ZIBATA_2A .contenedor_subgral .imagenCJ_ZIBATA_003a{
    width: 60%;
    height: 700px;
    background: url(../img/secciones/011_Zibata/estructural/zibata03.jpg);
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size: contain;
    background-position: center;
}
/***texto***/
.seccion_ingestructural_ZIBATA .bloque_IEE_IzTd_ZIBATA_2A .contenedor_subgral .textoCJ_ZIBATA_003a{
    width: 39%;
    height: auto;
    text-align: center;
}
.seccion_ingestructural_ZIBATA .bloque_IEE_IzTd_ZIBATA_2A .contenedor_subgral .textoCJ_ZIBATA_003a h1{
    font-family: ArialNova-Bold;
    color: #2A2B26D2;
    font-size: 2.5em;
}
.seccion_ingestructural_ZIBATA .bloque_IEE_IzTd_ZIBATA_2A .contenedor_subgral .textoCJ_ZIBATA_003a h1 span{
    font-family: ArialNovaCond-Light;
    color:#A9ACA0FF;
}
.seccion_ingestructural_ZIBATA .bloque_IEE_IzTd_ZIBATA_2A .contenedor_subgral .textoCJ_ZIBATA_003a p{
    color: rgb(104, 104, 104);
}

/*******************************************************************************/
/********************FIN IMAGEN SOLA Y TEXTO DER********************************/
/*******************************************************************************/

/***************************************************************************/
/********************TEXTO IZQ Y IMAGEN SOLA *******************************/
/***************************************************************************/
.seccion_ingestructural_ZIBATA .bloque_IEE_TzId_ZIBATA_3A{
     width: 100%;
     height: auto;

}
.seccion_ingestructural_ZIBATA .bloque_IEE_TzId_ZIBATA_3A .contenedor_subgral{
     width: 92%;
     height: auto;

     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     justify-content: space-around;
     align-items: center;  /*centra en pocicion horizontal*/

     margin: auto ;
}
/***texto***/
.seccion_ingestructural_ZIBATA .bloque_IEE_TzId_ZIBATA_3A .contenedor_subgral .textoCJ_ZIBATA_004a{
    width: 50%;
    height: auto;
    text-align: center;
}
.seccion_ingestructural_ZIBATA .bloque_IEE_TzId_ZIBATA_3A .contenedor_subgral .textoCJ_ZIBATA_004a h1{
    font-family: ArialNova-Bold;
    color: #2A2B26D2;
    font-size: 2.5em;
}
.seccion_ingestructural_ZIBATA .bloque_IEE_TzId_ZIBATA_3A .contenedor_subgral .textoCJ_ZIBATA_004a h1 span{
    font-family: ArialNovaCond-Light;
    color:#A9ACA0FF;
}
.seccion_ingestructural_ZIBATA .bloque_IEE_TzId_ZIBATA_3A .contenedor_subgral .textoCJ_ZIBATA_004a p{
    color: rgb(104, 104, 104);
}
/**imagen***/
.seccion_ingestructural_ZIBATA .bloque_IEE_TzId_ZIBATA_3A .contenedor_subgral .imagenCJ_ZIBATA_004a{
    width: 49%;
    height: 600px;
    background: url(../img/secciones/011_Zibata/estructural/zibata_obra_01.jpg);
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size: contain;
    background-position: center;
}


/*******************************************************************************/
/********************FIN TEXTO IZQ Y IMAGEN SOLA********************************/
/*******************************************************************************/

/***************************************************************************/
/*******************GALERIA DE PHOTOS Y TEXTO*******************************/
/***************************************************************************/

.seccion_ingestructural_ZIBATA .bloque_Galeria_ZIBATA_A1{
    width: 95%;
    height: auto;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;  /*centra en pocicion horizontal*/

    margin: auto ;
}
 /****************Imagen ****************/
.seccion_ingestructural_ZIBATA .bloque_Galeria_ZIBATA_A1 .galeria_ZIBATA_AA1{
    width: 440px;
    height: 320px;
    margin-top: 20px;
}
.seccion_ingestructural_ZIBATA .bloque_Galeria_ZIBATA_A1 .galeria_ZIBATA_AA1 .galeriaCJ_ZIBATAAA1{
     width: 440px;
    height:320px;
    background: url(../img/secciones/011_Zibata/estructural/zibata_obra_02.jpg);
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size:cover;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;
}

.seccion_ingestructural_ZIBATA .bloque_Galeria_ZIBATA_A1 .galeria_ZIBATA_AA1 .galeriaCJ_ZIBATAAA1 .pieTextoGAL{
    width: 440px;
    height: 70px;
    background-color:#000000FF;
    opacity:0.8; /* Opacidad 60% */
    text-align: center;
    padding: 15px;
}

.seccion_ingestructural_ZIBATA .bloque_Galeria_ZIBATA_A1 .galeria_ZIBATA_AA1 .galeriaCJ_ZIBATAAA1 .pieTextoGAL p{
    color: #DBDBDB;
}

/******foto 2*****/
.seccion_ingestructural_ZIBATA .bloque_Galeria_ZIBATA_A1 .galeria_ZIBATA_AA1 .galeriaCJ_ZIBATAAA2{
    width: 440px;
    height:320px;
    background: url(../img/secciones/011_Zibata/estructural/zibata_obra_03.jpg);
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size:cover;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;
}
.seccion_ingestructural_ZIBATA .bloque_Galeria_ZIBATA_A1 .galeria_ZIBATA_AA1 .galeriaCJ_ZIBATAAA2 .pieTextoGAL{
    width: 440px;
    height: 70px;
    background-color:#000000FF;
    opacity:0.8; /* Opacidad 60% */
    text-align: center;
    padding: 15px;
}

.seccion_ingestructural_ZIBATA .bloque_Galeria_ZIBATA_A1 .galeria_ZIBATA_AA1 .galeriaCJ_ZIBATAAA2 .pieTextoGAL p{
    color: #DBDBDB;
}
/****foto 3***/
.seccion_ingestructural_ZIBATA .bloque_Galeria_ZIBATA_A1 .galeria_ZIBATA_AA1 .galeriaCJ_ZIBATAAA3{
    width: 440px;
    height:320px;
    background: url(../img/secciones/011_Zibata/estructural/zibata_obra_04.jpg);
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size:cover;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;
}
.seccion_ingestructural_ZIBATA .bloque_Galeria_ZIBATA_A1 .galeria_ZIBATA_AA1 .galeriaCJ_ZIBATAAA3 .pieTextoGAL{
    width: 440px;
    height: 70px;
    background-color:#000000FF;
    opacity:0.8; /* Opacidad 60% */
    text-align: center;
    padding: 15px;
}

.seccion_ingestructural_ZIBATA .bloque_Galeria_ZIBATA_A1 .galeria_ZIBATA_AA1 .galeriaCJ_ZIBATAAA3 .pieTextoGAL p{
    color: #DBDBDB;
}
/****foto 4***/
.seccion_ingestructural_ZIBATA .bloque_Galeria_ZIBATA_A1 .galeria_ZIBATA_AA1 .galeriaCJ_ZIBATAAA4{
    width: 440px;
    height:320px;
    background: url(../img/secciones/011_Zibata/estructural/zibata_obra_05.jpg);
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size:cover;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;

}
.seccion_ingestructural_ZIBATA .bloque_Galeria_ZIBATA_A1 .galeria_ZIBATA_AA1 .galeriaCJ_ZIBATAAA4 .pieTextoGAL{
    width: 440px;
    height: 70px;
    background-color:#000000FF;
    opacity:0.8; /* Opacidad 60% */
    text-align: center;
    padding: 15px;
}

.seccion_ingestructural_ZIBATA .bloque_Galeria_ZIBATA_A1 .galeria_ZIBATA_AA1 .galeriaCJ_ZIBATAAA4 .pieTextoGAL p{
    color: #DBDBDB;
}

/****foto 5***/
.seccion_ingestructural_ZIBATA .bloque_Galeria_ZIBATA_A1 .galeria_ZIBATA_AA1 .galeriaCJ_ZIBATAAA5{
    width: 440px;
    height:320px;
    background: url(../img/secciones/011_Zibata/estructural/zibata_obra_06.jpg);
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size:cover;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;

}
.seccion_ingestructural_ZIBATA .bloque_Galeria_ZIBATA_A1 .galeria_ZIBATA_AA1 .galeriaCJ_ZIBATAAA5 .pieTextoGAL{
    width: 440px;
    height: 70px;
    background-color:#000000FF;
    opacity:0.8; /* Opacidad 60% */
    text-align: center;
    padding: 15px;
}

.seccion_ingestructural_ZIBATA .bloque_Galeria_ZIBATA_A1 .galeria_ZIBATA_AA1 .galeriaCJ_ZIBATAAA5 .pieTextoGAL p{
    color: #DBDBDB;
}

/****foto 6***/
.seccion_ingestructural_ZIBATA .bloque_Galeria_ZIBATA_A1 .galeria_ZIBATA_AA1 .galeriaCJ_ZIBATAAA6{
    width: 440px;
    height:320px;
    background: url(../img/secciones/011_Zibata/estructural/zibata_obra_07.jpg);
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size:cover;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;

}
.seccion_ingestructural_ZIBATA .bloque_Galeria_ZIBATA_A1 .galeria_ZIBATA_AA1 .galeriaCJ_ZIBATAAA6 .pieTextoGAL{
    width: 440px;
    height: 70px;
    background-color:#000000FF;
    opacity:0.8; /* Opacidad 60% */
    text-align: center;
    padding: 15px;
}

.seccion_ingestructural_ZIBATA .bloque_Galeria_ZIBATA_A1 .galeria_ZIBATA_AA1 .galeriaCJ_ZIBATAAA6 .pieTextoGAL p{
    color: #DBDBDB;
}

/****foto 7***/
.seccion_ingestructural_ZIBATA .bloque_Galeria_ZIBATA_A1 .galeria_ZIBATA_AA1 .galeriaCJ_ZIBATAAA7{
    width: 440px;
    height:320px;
    background: url(../img/secciones/011_Zibata/estructural/zibata_obra_08.jpg);
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size:cover;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;

}
.seccion_ingestructural_ZIBATA .bloque_Galeria_ZIBATA_A1 .galeria_ZIBATA_AA1 .galeriaCJ_ZIBATAAA7 .pieTextoGAL{
    width: 440px;
    height: 70px;
    background-color:#000000FF;
    opacity:0.8; /* Opacidad 60% */
    text-align: center;
    padding: 15px;
}

.seccion_ingestructural_ZIBATA .bloque_Galeria_ZIBATA_A1 .galeria_ZIBATA_AA1 .galeriaCJ_ZIBATAAA7 .pieTextoGAL p{
    color: #DBDBDB;
}

/****foto 8***/
.seccion_ingestructural_ZIBATA .bloque_Galeria_ZIBATA_A1 .galeria_ZIBATA_AA1 .galeriaCJ_ZIBATAAA8{
    width: 440px;
    height:320px;
    background: url(../img/secciones/011_Zibata/estructural/zibata_obra_09.jpg);
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size:cover;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;

}
.seccion_ingestructural_ZIBATA .bloque_Galeria_ZIBATA_A1 .galeria_ZIBATA_AA1 .galeriaCJ_ZIBATAAA8 .pieTextoGAL{
    width: 440px;
    height: 70px;
    background-color:#000000FF;
    opacity:0.8; /* Opacidad 60% */
    text-align: center;
    padding: 15px;
}

.seccion_ingestructural_ZIBATA .bloque_Galeria_ZIBATA_A1 .galeria_ZIBATA_AA1 .galeriaCJ_ZIBATAAA8 .pieTextoGAL p{
    color: #DBDBDB;
}

/****foto 9***/
.seccion_ingestructural_ZIBATA .bloque_Galeria_ZIBATA_A1 .galeria_ZIBATA_AA1 .galeriaCJ_ZIBATAAA9{
    width: 440px;
    height:320px;
    background: url(../img/secciones/011_Zibata/estructural/zibata_obra_10.jpg);
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size:cover;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;

}
.seccion_ingestructural_ZIBATA .bloque_Galeria_ZIBATA_A1 .galeria_ZIBATA_AA1 .galeriaCJ_ZIBATAAA9 .pieTextoGAL{
    width: 440px;
    height: 70px;
    background-color:#000000FF;
    opacity:0.8; /* Opacidad 60% */
    text-align: center;
    padding: 15px;
}

.seccion_ingestructural_ZIBATA .bloque_Galeria_ZIBATA_A1 .galeria_ZIBATA_AA1 .galeriaCJ_ZIBATAAA9 .pieTextoGAL p{
    color: #DBDBDB;
}

/****foto 10***/
.seccion_ingestructural_ZIBATA .bloque_Galeria_ZIBATA_A1 .galeria_ZIBATA_AA1 .galeriaCJ_ZIBATAAA10{
    width: 440px;
    height:320px;
    background: url(../img/secciones/011_Zibata/estructural/zibata_obra_11.jpg);
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size:cover;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;

}
.seccion_ingestructural_ZIBATA .bloque_Galeria_ZIBATA_A1 .galeria_ZIBATA_AA1 .galeriaCJ_ZIBATAAA10 .pieTextoGAL{
    width: 440px;
    height: 70px;
    background-color:#000000FF;
    opacity:0.8; /* Opacidad 60% */
    text-align: center;
    padding: 15px;
}

.seccion_ingestructural_ZIBATA .bloque_Galeria_ZIBATA_A1 .galeria_ZIBATA_AA1 .galeriaCJ_ZIBATAAA10 .pieTextoGAL p{
    color: #DBDBDB;
}

/****foto 11***/
.seccion_ingestructural_ZIBATA .bloque_Galeria_ZIBATA_A1 .galeria_ZIBATA_AA1 .galeriaCJ_ZIBATAAA11{
    width: 440px;
    height:320px;
    background: url(../img/secciones/011_Zibata/estructural/zibata_obra_12.jpg);
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size:cover;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;

}
.seccion_ingestructural_ZIBATA .bloque_Galeria_ZIBATA_A1 .galeria_ZIBATA_AA1 .galeriaCJ_ZIBATAAA11 .pieTextoGAL{
    width: 440px;
    height: 70px;
    background-color:#000000FF;
    opacity:0.8; /* Opacidad 60% */
    text-align: center;
    padding: 15px;
}

.seccion_ingestructural_ZIBATA .bloque_Galeria_ZIBATA_A1 .galeria_ZIBATA_AA1 .galeriaCJ_ZIBATAAA11 .pieTextoGAL p{
    color: #DBDBDB;
}

/****foto 12***/
.seccion_ingestructural_ZIBATA .bloque_Galeria_ZIBATA_A1 .galeria_ZIBATA_AA1 .galeriaCJ_ZIBATAAA12{
    width: 440px;
    height:320px;
    background: url(../img/secciones/011_Zibata/estructural/zibata_obra_13.jpg);
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size:cover;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;

}
.seccion_ingestructural_ZIBATA .bloque_Galeria_ZIBATA_A1 .galeria_ZIBATA_AA1 .galeriaCJ_ZIBATAAA12 .pieTextoGAL{
    width: 440px;
    height: 70px;
    background-color:#000000FF;
    opacity:0.8; /* Opacidad 60% */
    text-align: center;
    padding: 15px;
}

.seccion_ingestructural_ZIBATA .bloque_Galeria_ZIBATA_A1 .galeria_ZIBATA_AA1 .galeriaCJ_ZIBATAAA12 .pieTextoGAL p{
    color: #DBDBDB;
}

/****foto 13***/
.seccion_ingestructural_ZIBATA .bloque_Galeria_ZIBATA_A1 .galeria_ZIBATA_AA1 .galeriaCJ_ZIBATAAA13{
    width: 440px;
    height:320px;
    background: url(../img/secciones/011_Zibata/estructural/zibata_obra_14.jpg);
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size:cover;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;

}
.seccion_ingestructural_ZIBATA .bloque_Galeria_ZIBATA_A1 .galeria_ZIBATA_AA1 .galeriaCJ_ZIBATAAA13 .pieTextoGAL{
    width: 440px;
    height: 70px;
    background-color:#000000FF;
    opacity:0.8; /* Opacidad 60% */
    text-align: center;
    padding: 15px;
}

.seccion_ingestructural_ZIBATA .bloque_Galeria_ZIBATA_A1 .galeria_ZIBATA_AA1 .galeriaCJ_ZIBATAAA13 .pieTextoGAL p{
    color: #DBDBDB;
}

/****foto 14***/
.seccion_ingestructural_ZIBATA .bloque_Galeria_ZIBATA_A1 .galeria_ZIBATA_AA1 .galeriaCJ_ZIBATAAA14{
    width: 440px;
    height:320px;
    background: url(../img/secciones/011_Zibata/estructural/zibata_obra_15.jpg);
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size:cover;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;

}
.seccion_ingestructural_ZIBATA .bloque_Galeria_ZIBATA_A1 .galeria_ZIBATA_AA1 .galeriaCJ_ZIBATAAA14 .pieTextoGAL{
    width: 440px;
    height: 70px;
    background-color:#000000FF;
    opacity:0.8; /* Opacidad 60% */
    text-align: center;
    padding: 15px;
}

.seccion_ingestructural_ZIBATA .bloque_Galeria_ZIBATA_A1 .galeria_ZIBATA_AA1 .galeriaCJ_ZIBATAAA14 .pieTextoGAL p{
    color: #DBDBDB;
}

/****foto 15***/
.seccion_ingestructural_ZIBATA .bloque_Galeria_ZIBATA_A1 .galeria_ZIBATA_AA1 .galeriaCJ_ZIBATAAA15{
    width: 440px;
    height:320px;
    background: url(../img/secciones/011_Zibata/estructural/zibata_obra_16.jpg);
    background-repeat: no-repeat;
    background-position:50% 00%;
    background-size:cover;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;

}
.seccion_ingestructural_ZIBATA .bloque_Galeria_ZIBATA_A1 .galeria_ZIBATA_AA1 .galeriaCJ_ZIBATAAA15 .pieTextoGAL{
    width: 440px;
    height: 70px;
    background-color:#000000FF;
    opacity:0.8; /* Opacidad 60% */
    text-align: center;
    padding: 15px;
}

.seccion_ingestructural_ZIBATA .bloque_Galeria_ZIBATA_A1 .galeria_ZIBATA_AA1 .galeriaCJ_ZIBATAAA15 .pieTextoGAL p{
    color: #DBDBDB;
}

/***************************************************************************/
/*****************FIN**GALERIA DE PHOTOS Y TEXTO****************************/
/***************************************************************************/


/**&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&**/
/*******************************************************************************/
/***********************RENDERS ZIBATA******************************************/
/*******************************************************************************/
/**&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&**/

/***************************************************************************/
/********************PHOTO CON PIE Y TEXTO** *******************************/
/***************************************************************************/

.seccion_renders_ZIBATA .bloque_IEE_PHOTO_ZIBATA{
    width: 100%;
    height: auto;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;  /*centra en pocicion horizontal*/

    margin: auto ;
}
 /****************Imagen ****************/
.seccion_renders_ZIBATA .bloque_IEE_PHOTO_ZIBATA .photo_ZIBATA_AA1{
    width: 55%;
    height: 600px;
}
.seccion_renders_ZIBATA .bloque_IEE_PHOTO_ZIBATA .photo_ZIBATA_AA1 .photoCJ_ZIBATAAA1{
    width: 100%;
    height: 600px;
    background: url(../img/secciones/011_Zibata/renders/render_001.jpg);
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size:cover;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;

}

.seccion_renders_ZIBATA .bloque_IEE_PHOTO_ZIBATA .photo_ZIBATA_AA1 .photoCJ_ZIBATAAA1 .pieTextoPHOT{
    width: 100%;
    height: 70px;
    background-color:#000000FF;
    opacity:0.8; /* Opacidad 60% */
    text-align: center;
    padding: 15px;
}

.seccion_renders_ZIBATA .bloque_IEE_PHOTO_ZIBATA .photo_ZIBATA_AA1 .photoCJ_ZIBATAAA1 .pieTextoPHOT p{
    color: #DBDBDB;
}

  /***************TTEXTO*******************/
.seccion_renders_ZIBATA .bloque_IEE_PHOTO_ZIBATA .texto_ZIBATA_AA1{
    width: 39%;
    height: auto;
    text-align: center;
}
.seccion_renders_ZIBATA .bloque_IEE_PHOTO_ZIBATA .texto_ZIBATA_AA1 h1{
     font-family: ArialNova-Bold;
    color: #2A2B26D2;
    font-size: 2.5em;
}
.seccion_renders_ZIBATA .bloque_IEE_PHOTO_ZIBATA .texto_ZIBATA_AA1 h1 span{
     font-family: ArialNovaCond-Light;
    color:#A9ACA0FF;
}
.seccion_renders_ZIBATA .bloque_IEE_PHOTO_ZIBATA .texto_ZIBATA_AA1 p{
     color: rgb(104, 104, 104);
}
/***************************************************************************/
/*******************FIN*PHOTO CON PIE Y TEXTO*******************************/
/***************************************************************************/

/***************************************************************************/
/********************PHOTO CON PIE Y TEXTO** *******************************/
/***************************************************************************/

.seccion_renders_ZIBATA .bloque_IEE_PHOTO_ZIBATA_A1a{
    width: 100%;
    height: auto;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;  /*centra en pocicion horizontal*/

    margin: auto ;
}
 /****************Imagen ****************/
.seccion_renders_ZIBATA .bloque_IEE_PHOTO_ZIBATA_A1a .photo_ZIBATA_AA2{
    width: 55%;
    height: 600px;
}
.seccion_renders_ZIBATA .bloque_IEE_PHOTO_ZIBATA_A1a .photo_ZIBATA_AA2 .photoCJ_ZIBATAAA2{
    width: 100%;
    height: 600px;
    background: url(../img/secciones/011_Zibata/renders/render_002.jpg);
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size:cover;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;

}

.seccion_renders_ZIBATA .bloque_IEE_PHOTO_ZIBATA_A1a .photo_ZIBATA_AA2 .photoCJ_ZIBATAAA2 .pieTextoPHOT{
    width: 100%;
    height: 70px;
    background-color:#000000FF;
    opacity:0.8; /* Opacidad 60% */
    text-align: center;
    padding: 15px;
}

.seccion_renders_ZIBATA .bloque_IEE_PHOTO_ZIBATA_A1a .photo_ZIBATA_AA2 .photoCJ_ZIBATAAA2 .pieTextoPHOT p{
    color: #DBDBDB;
}

  /***************TTEXTO*******************/
.seccion_renders_ZIBATA .bloque_IEE_PHOTO_ZIBATA_A1a .texto_ZIBATA_AA2{
    width: 39%;
    height: auto;
    text-align: center;
}
.seccion_renders_ZIBATA .bloque_IEE_PHOTO_ZIBATA_A1a .texto_ZIBATA_AA2 h1{
     font-family: ArialNova-Bold;
    color: #2A2B26D2;
    font-size: 2.5em;
}
.seccion_renders_ZIBATA .bloque_IEE_PHOTO_ZIBATA_A1a .texto_ZIBATA_AA2 h1 span{
     font-family: ArialNovaCond-Light;
    color:#A9ACA0FF;
}
.seccion_renders_ZIBATA .bloque_IEE_PHOTO_ZIBATA_A1a .texto_ZIBATA_AA2 p{
     color: rgb(104, 104, 104);
}
/***************************************************************************/
/*******************FIN*PHOTO CON PIE Y TEXTO*******************************/
/***************************************************************************/

/***************************************************************************/
/********************PHOTO CON PIE Y TEXTO** *******************************/
/***************************************************************************/

.seccion_renders_ZIBATA .bloque_IEE_PHOTO_ZIBATA_A2a{
    width: 100%;
    height: auto;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;  /*centra en pocicion horizontal*/

    margin: auto ;
}
 /****************Imagen ****************/
.seccion_renders_ZIBATA .bloque_IEE_PHOTO_ZIBATA_A2a .photo_ZIBATA_AA3{
    width: 55%;
    height: 600px;
}
.seccion_renders_ZIBATA .bloque_IEE_PHOTO_ZIBATA_A2a .photo_ZIBATA_AA3 .photoCJ_ZIBATAAA3{
    width: 100%;
    height: 600px;
    background: url(../img/secciones/011_Zibata/renders/render_003.jpg);
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size:cover;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;

}

.seccion_renders_ZIBATA .bloque_IEE_PHOTO_ZIBATA_A2a .photo_ZIBATA_AA3 .photoCJ_ZIBATAAA3 .pieTextoPHOT{
    width: 100%;
    height: 70px;
    background-color:#000000FF;
    opacity:0.8; /* Opacidad 60% */
    text-align: center;
    padding: 15px;
}

.seccion_renders_ZIBATA .bloque_IEE_PHOTO_ZIBATA_A2a .photo_ZIBATA_AA3 .photoCJ_ZIBATAAA3 .pieTextoPHOT p{
    color: #DBDBDB;
}

  /***************TTEXTO*******************/
.seccion_renders_ZIBATA .bloque_IEE_PHOTO_ZIBATA_A2a .texto_ZIBATA_AA3{
    width: 39%;
    height: auto;
    text-align: center;
}
.seccion_renders_ZIBATA .bloque_IEE_PHOTO_ZIBATA_A2a .texto_ZIBATA_AA3 h1{
     font-family: ArialNova-Bold;
    color: #2A2B26D2;
    font-size: 2.5em;
}
.seccion_renders_ZIBATA .bloque_IEE_PHOTO_ZIBATA_A2a .texto_ZIBATA_AA3 h1 span{
     font-family: ArialNovaCond-Light;
    color:#A9ACA0FF;
}
.seccion_renders_ZIBATA .bloque_IEE_PHOTO_ZIBATA_A2a .texto_ZIBATA_AA3 p{
     color: rgb(104, 104, 104);
}
/***************************************************************************/
/*******************FIN*PHOTO CON PIE Y TEXTO*******************************/
/***************************************************************************/

/***************************************************************************/
/********************PHOTO CON PIE Y TEXTO** *******************************/
/***************************************************************************/

.seccion_renders_ZIBATA .bloque_IEE_PHOTO_ZIBATA_A3a{
    width: 100%;
    height: auto;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;  /*centra en pocicion horizontal*/

    margin: auto ;
}
 /****************Imagen ****************/
.seccion_renders_ZIBATA .bloque_IEE_PHOTO_ZIBATA_A3a .photo_ZIBATA_AA4{
    width: 55%;
    height: 600px;
}
.seccion_renders_ZIBATA .bloque_IEE_PHOTO_ZIBATA_A3a .photo_ZIBATA_AA4 .photoCJ_ZIBATAAA4{
    width: 100%;
    height: 600px;
    background: url(../img/secciones/011_Zibata/renders/render_004.jpg);
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size:cover;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;

}

.seccion_renders_ZIBATA .bloque_IEE_PHOTO_ZIBATA_A3a .photo_ZIBATA_AA4 .photoCJ_ZIBATAAA4 .pieTextoPHOT{
    width: 100%;
    height: 70px;
    background-color:#000000FF;
    opacity:0.8; /* Opacidad 60% */
    text-align: center;
    padding: 15px;
}

.seccion_renders_ZIBATA .bloque_IEE_PHOTO_ZIBATA_A3a .photo_ZIBATA_AA4 .photoCJ_ZIBATAAA4 .pieTextoPHOT p{
    color: #DBDBDB;
}

  /***************TTEXTO*******************/
.seccion_renders_ZIBATA .bloque_IEE_PHOTO_ZIBATA_A3a .texto_ZIBATA_AA4{
    width: 39%;
    height: auto;
    text-align: center;
}
.seccion_renders_ZIBATA .bloque_IEE_PHOTO_ZIBATA_A3a .texto_ZIBATA_AA4 h1{
     font-family: ArialNova-Bold;
    color: #2A2B26D2;
    font-size: 2.5em;
}
.seccion_renders_ZIBATA .bloque_IEE_PHOTO_ZIBATA_A3a .texto_ZIBATA_AA4 h1 span{
     font-family: ArialNovaCond-Light;
    color:#A9ACA0FF;
}
.seccion_renders_ZIBATA .bloque_IEE_PHOTO_ZIBATA_A3a .texto_ZIBATA_AA4 p{
     color: rgb(104, 104, 104);
}
/***************************************************************************/
/*******************FIN*PHOTO CON PIE Y TEXTO*******************************/
/***************************************************************************/

/***************************************************************************/
/********************PHOTO CON PIE Y TEXTO** *******************************/
/***************************************************************************/

.seccion_renders_ZIBATA .bloque_IEE_PHOTO_ZIBATA_A4a{
    width: 100%;
    height: auto;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;  /*centra en pocicion horizontal*/

    margin: auto ;
}
 /****************Imagen ****************/
.seccion_renders_ZIBATA .bloque_IEE_PHOTO_ZIBATA_A4a .photo_ZIBATA_AA5{
    width: 55%;
    height: 600px;
}
.seccion_renders_ZIBATA .bloque_IEE_PHOTO_ZIBATA_A4a .photo_ZIBATA_AA5 .photoCJ_ZIBATAAA5{
    width: 100%;
    height: 600px;
    background: url(../img/secciones/011_Zibata/renders/render_005.jpg);
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size:cover;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;

}

.seccion_renders_ZIBATA .bloque_IEE_PHOTO_ZIBATA_A4a .photo_ZIBATA_AA5 .photoCJ_ZIBATAAA5 .pieTextoPHOT{
    width: 100%;
    height: 70px;
    background-color:#000000FF;
    opacity:0.8; /* Opacidad 60% */
    text-align: center;
    padding: 15px;
}

.seccion_renders_ZIBATA .bloque_IEE_PHOTO_ZIBATA_A4a .photo_ZIBATA_AA5 .photoCJ_ZIBATAAA5 .pieTextoPHOT p{
    color: #DBDBDB;
}

  /***************TTEXTO*******************/
.seccion_renders_ZIBATA .bloque_IEE_PHOTO_ZIBATA_A4a .texto_ZIBATA_AA5{
    width: 39%;
    height: auto;
    text-align: center;
}
.seccion_renders_ZIBATA .bloque_IEE_PHOTO_ZIBATA_A4a .texto_ZIBATA_AA5 h1{
     font-family: ArialNova-Bold;
    color: #2A2B26D2;
    font-size: 2.5em;
}
.seccion_renders_ZIBATA .bloque_IEE_PHOTO_ZIBATA_A4a .texto_ZIBATA_AA5 h1 span{
     font-family: ArialNovaCond-Light;
    color:#A9ACA0FF;
}
.seccion_renders_ZIBATA .bloque_IEE_PHOTO_ZIBATA_A4a .texto_ZIBATA_AA5 p{
     color: rgb(104, 104, 104);
}
/***************************************************************************/
/*******************FIN*PHOTO CON PIE Y TEXTO*******************************/
/***************************************************************************/
