/* 
    Created on : Dec 3, 2015, 12:17:46 PM
    Author     : LMZC, AAFR
*/

@import url("/web/20200728042716cs_/http://sic.gob.mx/css.gob.mx/comun.css");

#seccion{
    margin-top: 180px;	
}

/* Foto Banda para ficha */
#fotobanda_ficha{
    width: 100%;
    height:268px; 
    /*height: auto; */            
    background: linear-gradient(to right,#ffcc66,white);
}

.center-cropped {
    object-fit: cover; 
    object-position: center; 
    height: 268px;
    width: 25%;
}

.foto-sola{

    height: 268px;
    max-width: 100%;
}


#imagen0{}
#imagen1{}
#imagen2{}
#imagen3{}


#contenido_ficha{
    width: 93%;
    padding-top: 30px;
    margin-left:auto;
    margin-right:auto;
}

#contenido_ficha > a {text-decoration: none;color: rgba(31,40,104,0.75);font-weight: bold;}
#contenido_ficha > a:hover {color: rgba(87,171,39,1.00);}

#tresdatos{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

#datosgen{
    width: 48.25%;	
    margin-right:3.5%;              
}

#datosloc{
    width: 48.25%;
    float: right;
}

#datoscomplemento{
    width: 20%;	
    margin-right:3.5%;
    display: inline-block;
    padding-top: 7px;
}


/** Mapa GMAPS **/

.mapa{
    width: 24.75%;
    /*    background-color: #eee;*/
    height: 250px;
    z-index: 1;
}

#map-canvas {
    width: 100%;
    min-height: 250px;
    height: 100%;
    z-index: 1;
}


/*** Mapa de GMAPS maximizado ***/

.mapa_abierto_contenedor{
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    z-index: 4;

}




.item_ficha{
    width: 100%;
    text-align:justify;
}

.item_ficha.abierto{
    display: block;
}


/** estilo bloques de subtemas **/
.subtemas{
    margin-top: 30px;
}

.subtemas_separador{
    border-style: solid;
    border-color: #212221;
    border-width: 1px 0px 0px;
    margin-top: 7px;
    margin-bottom: 7px;
}

.subtemas_titulo{
    color: #212221;
    font-size:18px;
    font-weight:bold;
}

.subtemas2{
    margin-top: 5px;
    margin-bottom: 30px;

}


/** pie de ficha **/

.subtemas_titulo2{
    color: #212221;
    font-size:14px;
    font-weight:bold;

}

.item_ficha2{
    width: 100%;

    min-height: 90px;
    display: flex;
    flex-wrap: wrap;
}

#dproblemas{
    font-size:12px;		
    width: 66.5%;
    margin-right: 3.5%


}

#qr{
    float: right;
    width: 30%;

}

#qrimg{
    float: right;	
}

#redessc{
    height: 24px;   
    float:right;
    /*    width: 120px;*/
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;				
}

.logos_b{
    margin-right: 10px;
}


/**** Estilos ficha datos básicos*/
#nombre{
    font-size: 20px;
    font-weight:bold;	
    color: #212221;
}

#adcripcion{
    font-size: 18px;
}

.titulo_datoscomplemento{
    font-size: 16px;
    font-weight: bold;
    color: #212221;
}

.titulo_mapa{
    font-size: 16px;
    font-weight: bold;
    color: #212221;	
    float: right;    
}

.titulo_mapa_max{
    float: right;
    align-self: flex-end;
    margin-right: 3.5%;
}

.titulo_mapa_hidden{
    display: none;
}



@media screen and (max-width: 1024px){

    #fotobanda_ficha{
        height: 180px;
    }

    .center-cropped {
        height: 180px;
    }

    .foto-sola{
        height: 180px;
        max-width: 100%;
    }

    #datoscomplemento{
        width: 40.25%;	
    }

    #datosgen{
        width: 52.25%;
    }

    #mapa{
        width: 100%;
        margin-top: 30px;	
    }
    .titulo_mapa{
        display: none;
    }
}

@media screen and (min-width: 300px) and (max-width: 640px){
    .item_ficha{
        display: none;
    }

    #fotobanda_ficha{
        height: 150px;
    }

    .center-cropped {
        height: 150px;
        width: 50%;
    }

    .foto-sola{
        height: 150px;
        max-width: 100%;
    }

    #imagen2{
        display: none;
    }

    #imagen3{
        display: none;
    }

}

@media screen and (max-width: 450px){
    #fotobanda_ficha{
        height: 130px;
    }

    .center-cropped {
        height: 130px;
        width: 50%;
    }

    .foto-sola{
        height: 130px;
        max-width: 100%;
    }

    #datosgen{
        width: 100%;
        margin-right:0px;
    }

    #datoscomplemento{
        width: 100%;
        margin-right:0px;
        margin-top:30px;	
    }


}			

#contenedor_busqueda{
    width: 69.5%;
    float: right;
    display: flex;
    flex-wrap: wrap;
    margin-right: 3.5%;
    justify-content: space-between;
}


#contenedor_menu{
    padding-top: 13px;
    background-color: rgba(33,34,33,0.8);
    margin-right: 3.5%;
    transform: translate(0,-550px);
    transition: transform 0.3s ease;
}

#contenedor_menu.openh {
    transform: translate(0,0);
}

.icono_sb {
    background-image: url(/web/20200728042716im_/http://sic.gob.mx/img/iconos_subir_bajar/bajar.png);
    background-size: cover;
    width: 16px;
    height: 13px;
    display: inline-block;
}

.icono_sb_s{
    background-image: url(/web/20200728042716im_/http://sic.gob.mx/img/iconos_subir_bajar/subir.png);
}


/* Estilos para OSM-OL */
.mensajex{
    background-color: rgb(33,34,33);
    color: white;
    display: none;
/*    top: 0px;
    left: 0px;
    position: fixed;*/
    width: auto;
    height: auto;
    font-size: 70%;
    padding: 3px;
}


.map-canvas:-moz-full-screen {
    height: 100%;
}
.map-canvas:-webkit-full-screen {
    height: 100%;
}
.map-canvas:-ms-fullscreen {
    height: 100%;
}
.map-canvas:fullscreen {
    height: 100%;
}
.ol-rotate {
    top: 3em;
}
/*
     FILE ARCHIVED ON 04:27:16 Jul 28, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:16:05 Feb 04, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.842
  exclusion.robots: 0.029
  exclusion.robots.policy: 0.01
  esindex: 0.015
  cdx.remote: 7.811
  LoadShardBlock: 128.144 (3)
  PetaboxLoader3.datanode: 142.543 (5)
  PetaboxLoader3.resolve: 145.422 (3)
  load_resource: 213.614 (2)
*/