.tetrapaginastitulo{
    text-align: center;
    font-size: 20px;
    font-family:'Times New Roman';
    color:#000000;
    text-shadow: 0px 0px 0px black;
    transition: 0.5s ease-in-out;
    box-shadow: 0 0px 0px rgba(0,0,0,0.5);
}
.tetrapaginascontenido{
    font-size: 12px;
    font-family: 'Times New Roman;
    color:#000000;
    text-shadow: 0px 0px 1px block;
    transition: 0.5s ease-in-out;
    box-shadow: 0 0px 0px rgba(0,0,0,0.5);
}
/* pagina en desarrollo */
.paginadesarrollo h1{
    top:30%;
    text-align: center;
    list-style: none;
    text-decoration: none;
    font-size: 50px;
    font-family: algerian;
    color:#FFF;
    text-shadow: 0px 0px 2px black;
    transition: 0.5s ease-in-out;
    box-shadow: 0 0px 0px rgba(0,0,0,0.2);  
}
/*Estilos de la pagina de historia linea de tiempo */
.histrtit{
    text-align: center;
}
.main{
  background: #fff;
}
.linea-tiempo {
  position: relative;
  width: 100%;
  height: 2450px;
  font-family: Arial;
  }

.linea-tiempo::before {
  content: '';
  position: absolute;
  width: 3px;
  background-color: #000;
  left: 50%;
  height: 100%;
  border-radius: 100px;
}

.momento {
  position: relative;
  width: 45%;
  box-sizing: border-box;
}

.momento:nth-child(even) {
  left: 55%;
}

.momento::after {
  content: '';
  position: absolute;
  top: calc(50% + 10px);
  right: calc(-11.11% - 11.5px);
  height: 20px;
  width: 20px;
  background-color: #C2185B;
  border-radius: 50%;
}

.momento:nth-child(even)::after {
  left: calc(-11.11% - 8.5px);
}

.momento h3 {
  margin: 0px 0px;
  font-size: 30px;
  text-align: center;
}

.momento .descripcion {
  background-color: #3393FE;
  border-radius: 10px;
  padding: 10px;
  line-height: 22px;
  font-size: 14px;
  color: white;
}

.momento .descripcion::after {
  content: '';
  position: absolute;
  right: -10px;
  top: calc(50% + 10px);
  height: 0;
  width: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 12px solid #000;
}

.momento:nth-child(even) .descripcion {
  background-color: #3393FE;
  color: white;
}

.momento:nth-child(even) .descripcion::after{
  left: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 12px solid #000;
  border-left: none;
}
/* estilos de la pagina del escudo */
.conescudo{
  width: 100%;
  height: auto;
  background: #eee;
  padding-top: 30px;
  border: 10 px solid #2C3E50;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-around;
  padding-bottom: 50px;
}
.escudo{
  width: 45%;
  text-align: center;
}
.escudo img{
  width: 230px;
  height: 370px;
}
.sencilla{
  width: 45%;
  transition: 0.5s ease-in-out;
  box-shadow: 0 2px 3px rgba(0,0,0,0.2);
  }
  .sencilla:hover{
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
  }
.escudo {
    transition: 0.5s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);

}
.escudo:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}
.explicacion{
text-align: center;
padding-bottom: 20px;
}
.contenido{
  padding:30px;
}
/* Estilos de la pagina de obispo emerito */
.obispoemerito{
    width: 100%;
    height: auto;
    display: flex;
    background: #fff;
    padding-bottom: 20px;
}
.containerrr, .resena-historia {
    width: 48%;
    height: auto;
    margin: auto;
    background: #fbfbfb;
    }
.resena-historia{
    padding: 0 20px;
    border-radius: 2px;
    border-left: 3px solid #ddd;
    box-shadow: -2px 2px 2px 2px rgba(0, 0, 0, 0.2);
    position: relative;
}
.obispoemerito .resena-historia a{
   padding-left: 40px;
   padding-right: 30px;
   display:  block;
   padding-top: 15px;
}
.resena-bula{
  position:  absolute;
}
.obispoemerito .containerrr{
    display:  flex;
    align-items:  center;
    justify-items:center;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.obispoemerito{
    display:  flex;
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 2px;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
    margin: auto;
}
.card-container{
    display: block;
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 2px;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
    margin: auto;   
}
.header{
    text-align: center;
}
.obispoemerito .header{
    border-right: 1px solid #ddd;
}
.obispoemerito .descripcion{
    background: #fbfbfb;
}
 .obispoemerito .header .descripcion{
        text-align:  center;
}
.obispoemerito .header a{
    position: relative;
    display:  block;
}
.obispoemerito .header img{
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.1);
    margin: 20px 30px;
    transform: .2S;
}
.obispoemerito .header a:hover img{
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.3);
}
.obispoemerito .header h2{
    color: #f0522a;
}
.obispoemerito .header h4{
    margin-bottom: 20px;
}
.obispoemerito .descripcion{
    position:  relative;
}
.obispoemerito .descripcion p{
    margin: 20px 30px;
}
.obispoemerito .descripcion h5{
    margin: 20px 30px;
}
.obispoemerito .descripcion{
    margin-top: 25px;
}
 .obispoemerito .descripcion a{
    display:  inline-block;
    padding: 0 15px;
    color: #f0522a;
}
.boton_personalizado{
   text-decoration: none;
   padding: 10px;
   font-weight: 600;
   font-size: 20px;
   color: #ffffff;
   background-color: #1883ba;
   border-radius: 6px;
   border: 2px solid #0016b0;
 }
 .boton_personalizado:hover{
   color: #1883ba;
   background-color: #ffffff;
 }
#descargas{
  padding-left: 80%;
  text-decoration: none;
 list-style-type: none;
}
#descargas-bula{
  height: 30px;
}
.descripcion {
    position: relative;
}
.descripcion a{
    position: absolute;
    right: 42%;
    top: 0;
}
/* Estilos para la pagina comunicados */
.container-comunicados{
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 5%;
}
.mensajes{
    width: 40%;
    text-align: center;
    border-radius: 100%;
    background: rgba(33, 150, 243, 0.7);
    margin: auto;
    padding: 50px 50px;
    }
.mensajes a{
  text-decoration: none;
  transform: translateY(-50%);
  line-height: 40px;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  font-family: Arial;
  color: #fff;
  }
  .mensajes a:hover{
  background: rgba(1, 87, 155, 0.7);
  }
.mensa{
    padding-bottom: 1%;
}
  .cont-comunicados{
  padding-top: 100px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-around;
}
.comunicado1{
  width: 45%;
  height:  auto;
  background: rgba(0,0,0,0.2);
  transition: 0.5s ease-in-out;
  box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}
.comunicado1:hover{
  transform: scale(1.09);
  box-shadow: 0 8px 15px rgba(0,0,0,0.9);
}
.comunicado2{
  width: 45%;
  height:  auto;
  background: #fff;
  transition: 0.5s ease-in-out;
  box-shadow: 0 2px 3px #fff;
}
.comunicado2:hover{
  transform: scale(1.09);
  box-shadow: 0 8px 15px rgba(0,0,0,0.9);
}
.comunicado1 img {
  width: 100%;
  height:100%;
}
.comunicado2 h5{
  text-align: center;
  padding-top: 5px;
  font-family: Arial;
}
.comunicado2{
  padding: 50px;
}
.comunicado2 a{
  font-family: Arial;
  color: #000;
  }
.comunicado2 a:hover{
  list-style: none;
text-decoration: none;
color: #000;
}
/* estilos pagina de noticias */
.contenedor{
    width: 80%;
    height: auto;
    margin: auto;
}
.paginanoticias1, .paginanoticias2, .paginanoticias3{
  width: 100%;
  height: auto;
  padding-top: 50px;
  text-align: center;
}
.titulonoticias{
  width: 100%;
  height: 70px;
  background: rgba(158, 158, 158, 0.51);
  text-align: center;
  padding-top: 20px;
}
.imgnoticia1{
    width: 100%;
    height: 700px;
}
.imgnoticia3{
    width: 100%;
    height: 500px;
}
#imgnoticias{
  width: 100%;
  height: 100%;
}
.textonoticias{
padding-top: 50px;
width: 80%;
position: relative;
margin: auto;
text-align:  left;
padding-bottom: 2%;
}
.textonoticias a{
    display:  block;
    padding-top: 1%;
    text-decoration: none;
    list-style: none;
    color: #000;
}

