/*
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*****************************
**************************************************************************/
 
/*************************************************************************************/
/*                                                                                   */
/*                         LOMAS DEL RIO                                             */
/*                                                                                   */
/*************************************************************************************/

/***************************************************************************/
/************************IMAGEN PANORAMICA**********************************/
/***************************************************************************/

.seccion_ingestructural_LOMASRIO{

}
/***primer parte**/
.seccion_ingestructural_LOMASRIO .imagen_panoramica{
     width: 100%;
     height: 660px;
}
.seccion_ingestructural_LOMASRIO .imagen_panoramica .imagen_proyecto_LOMASRIO{/*contenedor general de imagen panoramica*/
     width: 100%;
     height: 600px;/**adaptar*/
     background: url(../img/secciones/010_Lomas_del_rio/estructural/panoramicaRio.jpg);
     background-repeat: no-repeat;
     background-size: cover;
     background-position: 50% 100%;/*pocion de la iamgen*/
}

.seccion_ingestructural_LOMASRIO .imagen_panoramica .texto_imgPanoramica{
     width: 100%;
     height: 40px;

}

.seccion_ingestructural_LOMASRIO .imagen_panoramica .texto_imgPanoramica p{
     text-align: center;
     line-height: 40px;
     color:#5C5C5C;
}
/***************************************************************************/
/********************FIN IMAGEN PANORAMICA**********************************/
/***************************************************************************/

/***************************************************************************/
/********************IMAGEN SOLA Y TEXTO DER********************************/
/***************************************************************************/
.seccion_ingestructural_LOMASRIO .bloque_IEE_IzTd_LOMASRIO{
     width: 100%;
     height: auto;

}
.seccion_ingestructural_LOMASRIO .bloque_IEE_IzTd_LOMASRIO .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_LOMASRIO .bloque_IEE_IzTd_LOMASRIO .contenedor_subgral .imagenCJ_LOMASRIO_001a{
    width: 60%;
    height: 700px;
    background: url(../img/secciones/010_Lomas_del_rio/estructural/Estructural_LomasRio_01.jpg);
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size: contain;
    background-position: center;
}
/***texto***/
.seccion_ingestructural_LOMASRIO .bloque_IEE_IzTd_LOMASRIO .contenedor_subgral .textoCJ_LOMASRIO_001a{
    width: 39%;
    height: auto;
    text-align: center;
}
.seccion_ingestructural_LOMASRIO .bloque_IEE_IzTd_LOMASRIO .contenedor_subgral .textoCJ_LOMASRIO_001a h1{
    font-family: ArialNova-Bold;
    color: #2A2B26D2;
    font-size: 2.5em;
}
.seccion_ingestructural_LOMASRIO .bloque_IEE_IzTd_LOMASRIO .contenedor_subgral .textoCJ_LOMASRIO_001a h1 span{
    font-family: ArialNovaCond-Light;
    color:#A9ACA0FF;
}
.seccion_ingestructural_LOMASRIO .bloque_IEE_IzTd_LOMASRIO .contenedor_subgral .textoCJ_LOMASRIO_001a p{
    color: rgb(104, 104, 104);
}

/*******************************************************************************/
/********************FIN IMAGEN SOLA Y TEXTO DER********************************/
/*******************************************************************************/

/***************************************************************************/
/********************TEXTO IZQ Y IMAGEN SOLA *******************************/
/***************************************************************************/
.seccion_ingestructural_LOMASRIO .bloque_IEE_TzId_LOMASRIO_1A{
     width: 100%;
     height: auto;

}
.seccion_ingestructural_LOMASRIO .bloque_IEE_TzId_LOMASRIO_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_LOMASRIO .bloque_IEE_TzId_LOMASRIO_1A .contenedor_subgral .textoCJ_LOMASRIO_002a{
    width: 50%;
    height: auto;
    text-align: center;
}
.seccion_ingestructural_LOMASRIO .bloque_IEE_TzId_LOMASRIO_1A .contenedor_subgral .textoCJ_LOMASRIO_002a h1{
    font-family: ArialNova-Bold;
    color: #2A2B26D2;
    font-size: 2.5em;
}
.seccion_ingestructural_LOMASRIO .bloque_IEE_TzId_LOMASRIO_1A .contenedor_subgral .textoCJ_LOMASRIO_002a h1 span{
    font-family: ArialNovaCond-Light;
    color:#A9ACA0FF;
}
.seccion_ingestructural_LOMASRIO .bloque_IEE_TzId_LOMASRIO_1A .contenedor_subgral .textoCJ_LOMASRIO_002a p{
    color: rgb(104, 104, 104);
}
/**imagen***/
.seccion_ingestructural_LOMASRIO .bloque_IEE_TzId_LOMASRIO_1A .contenedor_subgral .imagenCJ_LOMASRIO_002a{
    width: 49%;
    height: 450px;
    background: url(../img/secciones/010_Lomas_del_rio/estructural/Estructural_LomasRio_02.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_LOMASRIO .bloque_IEE_IzTd_LOMASRIO_2A{
     width: 100%;
     height: auto;

}
.seccion_ingestructural_LOMASRIO .bloque_IEE_IzTd_LOMASRIO_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_LOMASRIO .bloque_IEE_IzTd_LOMASRIO_2A .contenedor_subgral .imagenCJ_LOMASRIO_003a{
    width: 60%;
    height: 500px;
    background: url(../img/secciones/010_Lomas_del_rio/estructural/Estructural_LomasRio_03.jpg);
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size: contain;
    background-position: center;
}
/***texto***/
.seccion_ingestructural_LOMASRIO .bloque_IEE_IzTd_LOMASRIO_2A .contenedor_subgral .textoCJ_LOMASRIO_003a{
    width: 39%;
    height: auto;
    text-align: center;
}
.seccion_ingestructural_LOMASRIO .bloque_IEE_IzTd_LOMASRIO_2A .contenedor_subgral .textoCJ_LOMASRIO_003a h1{
    font-family: ArialNova-Bold;
    color: #2A2B26D2;
    font-size: 2.5em;
}
.seccion_ingestructural_LOMASRIO .bloque_IEE_IzTd_LOMASRIO_2A .contenedor_subgral .textoCJ_LOMASRIO_003a h1 span{
    font-family: ArialNovaCond-Light;
    color:#A9ACA0FF;
}
.seccion_ingestructural_LOMASRIO .bloque_IEE_IzTd_LOMASRIO_2A .contenedor_subgral .textoCJ_LOMASRIO_003a p{
    color: rgb(104, 104, 104);
}

/*******************************************************************************/
/********************FIN IMAGEN SOLA Y TEXTO DER********************************/
/*******************************************************************************/

/***************************************************************************/
/********************TEXTO IZQ Y IMAGEN SOLA *******************************/
/***************************************************************************/
.seccion_ingestructural_LOMASRIO .bloque_IEE_TzId_LOMASRIO_3A{
     width: 100%;
     height: auto;

}
.seccion_ingestructural_LOMASRIO .bloque_IEE_TzId_LOMASRIO_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_LOMASRIO .bloque_IEE_TzId_LOMASRIO_3A .contenedor_subgral .textoCJ_LOMASRIO_004a{
    width: 50%;
    height: auto;
    text-align: center;
}
.seccion_ingestructural_LOMASRIO .bloque_IEE_TzId_LOMASRIO_3A .contenedor_subgral .textoCJ_LOMASRIO_004a h1{
    font-family: ArialNova-Bold;
    color: #2A2B26D2;
    font-size: 2.5em;
}
.seccion_ingestructural_LOMASRIO .bloque_IEE_TzId_LOMASRIO_3A .contenedor_subgral .textoCJ_LOMASRIO_004a h1 span{
    font-family: ArialNovaCond-Light;
    color:#A9ACA0FF;
}
.seccion_ingestructural_LOMASRIO .bloque_IEE_TzId_LOMASRIO_3A .contenedor_subgral .textoCJ_LOMASRIO_004a p{
    color: rgb(104, 104, 104);
}
/**imagen***/
.seccion_ingestructural_LOMASRIO .bloque_IEE_TzId_LOMASRIO_3A .contenedor_subgral .imagenCJ_LOMASRIO_004a{
    width: 49%;
    height: 500px;
    background: url(../img/secciones/010_Lomas_del_rio/estructural/Estructural_LomasRio_04.jpg);
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size: contain;
    background-position: center;
}


/*******************************************************************************/
/********************FIN TEXTO IZQ Y IMAGEN SOLA********************************/
/*******************************************************************************/

/**&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&**/
/*******************************************************************************/
/*************************MECANICA DEL SUELO************************************/
/*******************************************************************************/
/**&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&**/
.imagen_panoramica_mecanicamt .imagen_proyecto_LOMASRIO_RD1{
     width: 100%;
     height: 430px;
     background: url(../img/secciones/010_Lomas_del_rio/mecanica_suelo/concreto.jpg);
     background-repeat: no-repeat;
     background-size: contain;
     background-position: center;
}

/***************************************************************************/
/********************PHOTO CON PIE Y TEXTO** *******************************/
/***************************************************************************/

.seccion_mecanica_suelos_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_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_mecanica_suelos_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_A1 .photo_LOMASRIO_AA2{
    width: 55%;
    height: 500px;
}
.seccion_mecanica_suelos_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_A1 .photo_LOMASRIO_AA2 .photoCJ_LOMASRIOAA2{
    width: 100%;
    height: 500px;
    background: url(../img/secciones/010_Lomas_del_rio/mecanica_suelo/Lomas_rio_M01.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_mecanica_suelos_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_A1 .photo_LOMASRIO_AA2 .photoCJ_LOMASRIOAA2 .pieTextoPHOT{
    width: 100%;
    height: 70px;
    background-color:#000000FF;
    opacity:0.8; /* Opacidad 60% */
    text-align: center;
    padding: 15px;
}

.seccion_mecanica_suelos_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_A1 .photo_LOMASRIO_AA2 .photoCJ_LOMASRIOAA2 .pieTextoPHOT p{
    color: #DBDBDB;
}

  /***************TTEXTO*******************/
.seccion_mecanica_suelos_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_A1 .texto_LOMASRIO_AA2{
    width: 39%;
    height: auto;
    text-align: center;
}
.seccion_mecanica_suelos_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_A1 .texto_LOMASRIO_AA2 h1{
     font-family: ArialNova-Bold;
    color: #2A2B26D2;
    font-size: 2.5em;
}
.seccion_mecanica_suelos_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_A1 .texto_LOMASRIO_AA2 h1 span{
     font-family: ArialNovaCond-Light;
    color:#A9ACA0FF;
}
.seccion_mecanica_suelos_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_A1 .texto_LOMASRIO_AA2 p{
     color: rgb(104, 104, 104);
}
/***************************************************************************/
/*******************FIN*PHOTO CON PIE Y TEXTO*******************************/
/***************************************************************************/

/***************************************************************************/
/*******************GALERIA DE PHOTOS Y TEXTO*******************************/
/***************************************************************************/

.seccion_mecanica_suelos_LOMASRIO .bloque_Galeria_LOMASRIO_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_mecanica_suelos_LOMASRIO .bloque_Galeria_LOMASRIO_A1 .galeria_LOMASRIO_AA1{
    width: 440px;
    height: 320px;
    margin-top: 20px;
}
.seccion_mecanica_suelos_LOMASRIO .bloque_Galeria_LOMASRIO_A1 .galeria_LOMASRIO_AA1 .galeriaCJ_LOMASRIOAA1{
     width: 440px;
    height:320px;
    background: url(../img/secciones/010_Lomas_del_rio/mecanica_suelo/Lomas_rio_M02.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_mecanica_suelos_LOMASRIO .bloque_Galeria_LOMASRIO_A1 .galeria_LOMASRIO_AA1 .galeriaCJ_LOMASRIOAA1 .pieTextoGAL{
    width: 440px;
    height: 70px;
    background-color:#000000FF;
    opacity:0.8; /* Opacidad 60% */
    text-align: center;
    padding: 15px;
}

.seccion_mecanica_suelos_LOMASRIO .bloque_Galeria_LOMASRIO_A1 .galeria_LOMASRIO_AA1 .galeriaCJ_LOMASRIOAA1 .pieTextoGAL p{
    color: #DBDBDB;
}

/******foto 2*****/
.seccion_mecanica_suelos_LOMASRIO .bloque_Galeria_LOMASRIO_A1 .galeria_LOMASRIO_AA1 .galeriaCJ_LOMASRIOAA2{
    width: 440px;
    height:320px;
    background: url(../img/secciones/010_Lomas_del_rio/mecanica_suelo/Lomas_rio_M03.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_mecanica_suelos_LOMASRIO .bloque_Galeria_LOMASRIO_A1 .galeria_LOMASRIO_AA1 .galeriaCJ_LOMASRIOAA2 .pieTextoGAL{
    width: 440px;
    height: 70px;
    background-color:#000000FF;
    opacity:0.8; /* Opacidad 60% */
    text-align: center;
    padding: 15px;
}

.seccion_mecanica_suelos_LOMASRIO .bloque_Galeria_LOMASRIO_A1 .galeria_LOMASRIO_AA1 .galeriaCJ_LOMASRIOAA2 .pieTextoGAL p{
    color: #DBDBDB;
}
/****foto 3***/
.seccion_mecanica_suelos_LOMASRIO .bloque_Galeria_LOMASRIO_A1 .galeria_LOMASRIO_AA1 .galeriaCJ_LOMASRIOAA3{
    width: 440px;
    height:320px;
    background: url(../img/secciones/010_Lomas_del_rio/mecanica_suelo/Lomas_rio_M04.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_mecanica_suelos_LOMASRIO .bloque_Galeria_LOMASRIO_A1 .galeria_LOMASRIO_AA1 .galeriaCJ_LOMASRIOAA3 .pieTextoGAL{
    width: 440px;
    height: 70px;
    background-color:#000000FF;
    opacity:0.8; /* Opacidad 60% */
    text-align: center;
    padding: 15px;
}

.seccion_mecanica_suelos_LOMASRIO .bloque_Galeria_LOMASRIO_A1 .galeria_LOMASRIO_AA1 .galeriaCJ_LOMASRIOAA3 .pieTextoGAL p{
    color: #DBDBDB;
}
/****foto 4***/
.seccion_mecanica_suelos_LOMASRIO .bloque_Galeria_LOMASRIO_A1 .galeria_LOMASRIO_AA1 .galeriaCJ_LOMASRIOAA4{
    width: 440px;
    height:320px;
    background: url(../img/secciones/010_Lomas_del_rio/mecanica_suelo/Lomas_rio_M05.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_mecanica_suelos_LOMASRIO .bloque_Galeria_LOMASRIO_A1 .galeria_LOMASRIO_AA1 .galeriaCJ_LOMASRIOAA4 .pieTextoGAL{
    width: 440px;
    height: 70px;
    background-color:#000000FF;
    opacity:0.8; /* Opacidad 60% */
    text-align: center;
    padding: 15px;
}

.seccion_mecanica_suelos_LOMASRIO .bloque_Galeria_LOMASRIO_A1 .galeria_LOMASRIO_AA1 .galeriaCJ_LOMASRIOAA4 .pieTextoGAL p{
    color: #DBDBDB;
}


/***************************************************************************/
/*****************FIN**GALERIA DE PHOTOS Y TEXTO****************************/
/***************************************************************************/









/**&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&**/
/*******************************************************************************/
/***********************RENDERS LOMAS DEL RIO**********************************/
/*******************************************************************************/
/**&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&**/

/***************************************************************************/
/********************PHOTO CON PIE Y TEXTO** *******************************/
/***************************************************************************/

.seccion_renders_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO{
    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_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO .photo_LOMASRIO_AA1{
    width: 55%;
    height: 600px;
}
.seccion_renders_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO .photo_LOMASRIO_AA1 .photoCJ_LOMASRIOAA1{
    width: 100%;
    height: 600px;
    background: url(../img/secciones/010_Lomas_del_rio/renders/Lomas_Rio_01.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_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO .photo_LOMASRIO_AA1 .photoCJ_LOMASRIOAA1 .pieTextoPHOT{
    width: 100%;
    height: 70px;
    background-color:#000000FF;
    opacity:0.8; /* Opacidad 60% */
    text-align: center;
    padding: 15px;
}

.seccion_renders_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO .photo_LOMASRIO_AA1 .photoCJ_LOMASRIOAA1 .pieTextoPHOT p{
    color: #DBDBDB;
}

  /***************TTEXTO*******************/
.seccion_renders_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO .texto_LOMASRIO_AA1{
    width: 39%;
    height: auto;
    text-align: center;
}
.seccion_renders_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO .texto_LOMASRIO_AA1 h1{
     font-family: ArialNova-Bold;
    color: #2A2B26D2;
    font-size: 2.5em;
}
.seccion_renders_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO .texto_LOMASRIO_AA1 h1 span{
     font-family: ArialNovaCond-Light;
    color:#A9ACA0FF;
}
.seccion_renders_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO .texto_LOMASRIO_AA1 p{
     color: rgb(104, 104, 104);
}
/***************************************************************************/
/*******************FIN*PHOTO CON PIE Y TEXTO*******************************/
/***************************************************************************/

/***************************************************************************/
/********************PHOTO CON PIE Y TEXTO** *******************************/
/***************************************************************************/

.seccion_renders_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_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_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_A1a .photo_LOMASRIO_AA2{
    width: 55%;
    height: 600px;
}
.seccion_renders_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_A1a .photo_LOMASRIO_AA2 .photoCJ_LOMASRIOAA2{
    width: 100%;
    height: 600px;
    background: url(../img/secciones/010_Lomas_del_rio/renders/Lomas_Rio_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_renders_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_A1a .photo_LOMASRIO_AA2 .photoCJ_LOMASRIOAA2 .pieTextoPHOT{
    width: 100%;
    height: 70px;
    background-color:#000000FF;
    opacity:0.8; /* Opacidad 60% */
    text-align: center;
    padding: 15px;
}

.seccion_renders_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_A1a .photo_LOMASRIO_AA2 .photoCJ_LOMASRIOAA2 .pieTextoPHOT p{
    color: #DBDBDB;
}

  /***************TTEXTO*******************/
.seccion_renders_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_A1a .texto_LOMASRIO_AA2{
    width: 39%;
    height: auto;
    text-align: center;
}
.seccion_renders_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_A1a .texto_LOMASRIO_AA2 h1{
     font-family: ArialNova-Bold;
    color: #2A2B26D2;
    font-size: 2.5em;
}
.seccion_renders_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_A1a .texto_LOMASRIO_AA2 h1 span{
     font-family: ArialNovaCond-Light;
    color:#A9ACA0FF;
}
.seccion_renders_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_A1a .texto_LOMASRIO_AA2 p{
     color: rgb(104, 104, 104);
}
/***************************************************************************/
/*******************FIN*PHOTO CON PIE Y TEXTO*******************************/
/***************************************************************************/

/***************************************************************************/
/********************PHOTO CON PIE Y TEXTO** *******************************/
/***************************************************************************/

.seccion_renders_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_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_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_A2a .photo_LOMASRIO_AA3{
    width: 55%;
    height: 600px;
}
.seccion_renders_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_A2a .photo_LOMASRIO_AA3 .photoCJ_LOMASRIOAA3{
    width: 100%;
    height: 600px;
    background: url(../img/secciones/010_Lomas_del_rio/renders/Lomas_Rio_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_renders_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_A2a .photo_LOMASRIO_AA3 .photoCJ_LOMASRIOAA3 .pieTextoPHOT{
    width: 100%;
    height: 70px;
    background-color:#000000FF;
    opacity:0.8; /* Opacidad 60% */
    text-align: center;
    padding: 15px;
}

.seccion_renders_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_A2a .photo_LOMASRIO_AA3 .photoCJ_LOMASRIOAA3 .pieTextoPHOT p{
    color: #DBDBDB;
}

  /***************TTEXTO*******************/
.seccion_renders_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_A2a .texto_LOMASRIO_AA3{
    width: 39%;
    height: auto;
    text-align: center;
}
.seccion_renders_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_A2a .texto_LOMASRIO_AA3 h1{
     font-family: ArialNova-Bold;
    color: #2A2B26D2;
    font-size: 2.5em;
}
.seccion_renders_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_A2a .texto_LOMASRIO_AA3 h1 span{
     font-family: ArialNovaCond-Light;
    color:#A9ACA0FF;
}
.seccion_renders_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_A2a .texto_LOMASRIO_AA3 p{
     color: rgb(104, 104, 104);
}
/***************************************************************************/
/*******************FIN*PHOTO CON PIE Y TEXTO*******************************/
/***************************************************************************/

/***************************************************************************/
/********************PHOTO CON PIE Y TEXTO** *******************************/
/***************************************************************************/

.seccion_renders_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_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_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_A3a .photo_LOMASRIO_AA4{
    width: 55%;
    height: 600px;
}
.seccion_renders_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_A3a .photo_LOMASRIO_AA4 .photoCJ_LOMASRIOAA4{
    width: 100%;
    height: 600px;
    background: url(../img/secciones/010_Lomas_del_rio/renders/Lomas_Rio_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_renders_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_A3a .photo_LOMASRIO_AA4 .photoCJ_LOMASRIOAA4 .pieTextoPHOT{
    width: 100%;
    height: 70px;
    background-color:#000000FF;
    opacity:0.8; /* Opacidad 60% */
    text-align: center;
    padding: 15px;
}

.seccion_renders_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_A3a .photo_LOMASRIO_AA4 .photoCJ_LOMASRIOAA4 .pieTextoPHOT p{
    color: #DBDBDB;
}

  /***************TTEXTO*******************/
.seccion_renders_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_A3a .texto_LOMASRIO_AA4{
    width: 39%;
    height: auto;
    text-align: center;
}
.seccion_renders_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_A3a .texto_LOMASRIO_AA4 h1{
     font-family: ArialNova-Bold;
    color: #2A2B26D2;
    font-size: 2.5em;
}
.seccion_renders_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_A3a .texto_LOMASRIO_AA4 h1 span{
     font-family: ArialNovaCond-Light;
    color:#A9ACA0FF;
}
.seccion_renders_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_A3a .texto_LOMASRIO_AA4 p{
     color: rgb(104, 104, 104);
}
/***************************************************************************/
/*******************FIN*PHOTO CON PIE Y TEXTO*******************************/
/***************************************************************************/

/***************************************************************************/
/********************PHOTO CON PIE Y TEXTO** *******************************/
/***************************************************************************/

.seccion_renders_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_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_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_A4a .photo_LOMASRIO_AA5{
    width: 55%;
    height: 600px;
}
.seccion_renders_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_A4a .photo_LOMASRIO_AA5 .photoCJ_LOMASRIOAA5{
    width: 100%;
    height: 600px;
    background: url(../img/secciones/010_Lomas_del_rio/renders/Lomas_Rio_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_renders_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_A4a .photo_LOMASRIO_AA5 .photoCJ_LOMASRIOAA5 .pieTextoPHOT{
    width: 100%;
    height: 70px;
    background-color:#000000FF;
    opacity:0.8; /* Opacidad 60% */
    text-align: center;
    padding: 15px;
}

.seccion_renders_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_A4a .photo_LOMASRIO_AA5 .photoCJ_LOMASRIOAA5 .pieTextoPHOT p{
    color: #DBDBDB;
}

  /***************TTEXTO*******************/
.seccion_renders_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_A4a .texto_LOMASRIO_AA5{
    width: 39%;
    height: auto;
    text-align: center;
}
.seccion_renders_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_A4a .texto_LOMASRIO_AA5 h1{
     font-family: ArialNova-Bold;
    color: #2A2B26D2;
    font-size: 2.5em;
}
.seccion_renders_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_A4a .texto_LOMASRIO_AA5 h1 span{
     font-family: ArialNovaCond-Light;
    color:#A9ACA0FF;
}
.seccion_renders_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_A4a .texto_LOMASRIO_AA5 p{
     color: rgb(104, 104, 104);
}
/***************************************************************************/
/*******************FIN*PHOTO CON PIE Y TEXTO*******************************/
/***************************************************************************/

/***************************************************************************/
/********************PHOTO CON PIE Y TEXTO** *******************************/
/***************************************************************************/

.seccion_renders_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_A5a{
    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_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_A5a .photo_LOMASRIO_AA6{
    width: 55%;
    height: 600px;
}
.seccion_renders_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_A5a .photo_LOMASRIO_AA6 .photoCJ_LOMASRIOAA6{
    width: 100%;
    height: 600px;
    background: url(../img/secciones/010_Lomas_del_rio/renders/Lomas_Rio_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_renders_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_A5a .photo_LOMASRIO_AA6 .photoCJ_LOMASRIOAA6 .pieTextoPHOT{
    width: 100%;
    height: 70px;
    background-color:#000000FF;
    opacity:0.8; /* Opacidad 60% */
    text-align: center;
    padding: 15px;
}

.seccion_renders_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_A5a .photo_LOMASRIO_AA6 .photoCJ_LOMASRIOAA6 .pieTextoPHOT p{
    color: #DBDBDB;
}

  /***************TTEXTO*******************/
.seccion_renders_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_A5a .texto_LOMASRIO_AA6{
    width: 39%;
    height: auto;
    text-align: center;
}
.seccion_renders_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_A5a .texto_LOMASRIO_AA6 h1{
     font-family: ArialNova-Bold;
    color: #2A2B26D2;
    font-size: 2.5em;
}
.seccion_renders_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_A5a .texto_LOMASRIO_AA6 h1 span{
     font-family: ArialNovaCond-Light;
    color:#A9ACA0FF;
}
.seccion_renders_LOMASRIO .bloque_IEE_PHOTO_LOMASRIO_A5a .texto_LOMASRIO_AA6 p{
     color: rgb(104, 104, 104);
}
/***************************************************************************/
/*******************FIN*PHOTO CON PIE Y TEXTO*******************************/
/***************************************************************************/