/*para la galeria DE SECCION y modal s.i(SEGUNDA OPCION) ya utilizamos a galeria_si.php*/
.galeria_si{
    width: 90%;
    margin: auto;
    list-style: none;
    padding: 20px;
    box-sizing: border-box;

    display: flex;/*los alinea en una fila*/
    flex-wrap: wrap;/*si llega al borde derecho de la ventana la sgt se ubica abajo*/
    justify-content: space-around;
}
.galeria_si li{
    margin: 10px;
}
.galeria_si img{
	border: 1px #148d2e solid;
	border-radius: 15px;
	
    width: 200px;
    height: 100px;
}
.galeria_si img:hover{
	transform: scale(1.1);
	transition: .6s;
}
/*----------------------*/
/*--- para el modal ----*/
/*----------------------*/
.modal_galeria_si{
    /*visibility: hidden;
    opacity: 0;*/
    position: absolute;
    top: -100%;
}
.modal_galeria_si:target{
    visibility: visible;
    opacity: 1;
    transition: all .5s;
    position: fixed;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal_galeria_si h3{
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin: 15px 0;
}
.imagen_galeria_si{    
    width: 100%;
    height: 50%;

    display: flex;
    justify-content: center;
    align-items: center;
}
.imagen_galeria_si a{
    color: #fff;
    font-size: 40px;
    text-decoration: none;
    margin: 0 10px;
}
.imagen_galeria_si a:nth-child(2){
    margin: 0;
    height: 100%;
    flex-shrink: 2;
}
.imagen_galeria_si img{
    width: 800px;
    height: auto;
    max-width: 100%;
    border: 2px solid #148d2e;
    border-radius: 15px;
    box-sizing: border-box;
}
.cerrar_galeria_si{
    display: flex;
    background: #fff;
    width: 25px;
    height: 25px;
    margin: 10px auto;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    color: black;
    padding: 5px;
    border-radius: 50%;
    line-height: 25px;
}

/**/
/**/
/*PARA CONTACTENOS inicio / agencia*/
.frame{
    box-shadow: 0px 5px 5px;
}

.foto_agencias_atm{
    width: 100%;
    position: relative;
}


.foto_agencias_opa {
  position: absolute;
  background-color: black;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  opacity: 1%;
  display: flex;
  justify-content: center;
  align-items: center;

}
.contactenos{
    position: relative;
    text-align: center;    
    color: #ffffff;
}
.contactenos h1{
    font-size: calc(1.5em + 1.5vw);
    line-height: 1.5em;
    text-transform: bold;
    font-weight: 800;

   
}

.contactenos a,label{
    font-size: 17px;
    font-weight: 1000;

}
.contactenos a:hover{
    color: #1DD00F;
}


/*modo galeria mapas*/
.cuerpo_oficina{
    width: 100%;
    margin: 0;
    font-family: monospace;

}
.cuerpo_oficina span{

    text-decoration: none; 
    text-decoration-color: blue; 
    text-decoration-style :wavy ;
    color: #0B4307;
    /*text-decoration: none;

    
    font-size: calc(.5em + .5vw);
*/
}
.galeria_rc{
    width: 80%;
    margin: auto;
    list-style: none;
    padding: 20px;
    box-sizing: border-box;
    display: flex; /*los alinea horizontalmente*/
    flex-wrap: wrap;/*alinea hacia abajo al reducir tamaño de pantalla*/
    justify-content: center;
    
}
.galeria_rc li{
    margin: 5px;

}
.c_1{

    width: 300px;
    height: 400px;
    max-width: 100%;
    /*color: #2A2727;*/
  

}
.galeria_rc iframe{
    width: 700px;
    height: 400px;
    border-radius: 2px;
    /*box-shadow: 0px 5px 5px;*/
    max-width: 100%;
    max-height: auto;
}