/* Noticias de la Insitucion */
.noticia-targeta {
  position: relative;
  overflow: hidden;
  /* width: 350px; */
}

.noticia-targeta > .img-noti {
  width: 500px;
  height: 200px;
}

.noticia-targeta:hover .img-noti {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);

  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.noticia-targeta > .noti-conte {
  position: absolute;
  bottom: 0;
  padding: 10px;
  /* width: 300px; */
  text-align: center;
  background: rgba(0, 0, 0, 0.829);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.8s ease-out;
}

.noticia-targeta:hover .noti-conte {
  -webkit-transform: translateY(30%);
  -ms-transform: translateY(30%);
  transform: translateY(30%);
}

.noticia-targeta > .noti-conte > p {
  color: #fff;
  font-weight: 500;
}

.noticia-targeta > .noti-conte1 {
  position: absolute;
  bottom: 1;
  padding: 20px;
  top: -16px;
  height: 100px;
  width: 300px;
  text-align: center;
  background: rgba(0, 0, 0, 0.829);
  -webkit-transform: translateX(160%);
  -ms-transform: translateX(160%);
  transform: translateX(160%);
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.8s ease-out;
}

.noticia-targeta:hover .noti-conte1 {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(8%);
}

.noticia-targeta > .noti-conte1 > #titu1 {
  color: #fff;
  font-weight: 500;
  padding: 5px;
}

/*FIN DE DIV DE NOTICIAS*/

/*Iconos personalizados Inicio*/
.tab_menu {
  width: 100%;
  height: 150px;
  background: #fff;
  float: left;
  border-radius: 10px;
  margin-top: -50px;
  position: relative;
  z-index: 9;
  box-shadow: 0px 0 14px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
  padding: 0 30px;
}

.iconos-up {
  text-align: center;
  color: #0d3b66;
  text-decoration: none;
  bottom: -70px;
}

.iconos-up .icons-box {
  margin: 1em auto 1em auto;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #095a83;
  /* -o-transition: all 0.2s ease-in-out; */
}
.iconos-up:hover .icons-box {
  background-color: #e0af14;
  border: 5px #fff dashed;
}
.iconos-up img {
  width: 100%;
  /* height: 80%; */
  max-width: 70px;
  padding-top: 10px;
  margin: 0 auto;
  line-height: 100px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.iconos-up{
    display:block;
    text-decoration:none;
    text-align:center;
    color:#12385b;
    transition:.3s;
}

.iconos-up:hover{
    text-decoration:none;
    color:#d4a81e;
    transform:translateY(-8px);
}

.icons-box{
    width:95px;
    height:95px;
    margin:0 auto 15px;
    border-radius:50%;
    background:#0b8fc2;
    display:flex;
    justify-content:center;
    align-items:center;
    transition:.3s;
    box-shadow:0 8px 20px rgba(0,0,0,.15);
}

.icons-box i{
    font-size:42px;
    color:#fff;
}

.iconos-up:hover .icons-box{
    background:#d4a81e;
    transform:scale(1.08);
}

.iconos-up span{
    display:block;
    margin-top:10px;
    font-size:18px;
    font-weight:700;
    color:#12385b;
}
.iconos-up:hover img {
  max-width: 65px;
  padding-top: 20px;
  margin: 0 auto;
  line-height: 100px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.iconos-up span {
  display: block;
  height: 48px;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
}
.iconos-up:hover {
  text-decoration: none;
}
/*Iconos personalizados Fin*/

/*vision y mision Inicio*/
.fondovismis {
  background: #8a0909;
  color: #fff;
  padding: 20px 30px 20px 30px;
  text-align: center;
  height: 100%;
  border: 5px solid #1c6ea4;
  border-radius: 5px 40px 5px 40px;

  -webkit-box-shadow: 5px 5px 5px 0px #000000, inset 4px 4px 15px 0px #000000,
    5px 5px 15px 5px rgba(0, 0, 0, 0);
  box-shadow: 5px 5px 5px 0px #000000, inset 4px 4px 15px 0px #000000,
    5px 5px 15px 5px rgba(0, 0, 0, 0);
}
.fondovismis .vismis {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  text-shadow: 2px 2px 0 #098ab1, 4px 4px 0 #0971a1;
}
.fondovismis:hover .vismis {
  color: #098ab1;
  text-shadow: 2px 2px 0 #f9fbfc, 4px 4px 0 #f8f9fa;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);

  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/*vision y mision Fin*/


.container #colegio img {
  height: 100%;
  width: 100%;
  margin: 10px;
}
.container #nosotros h3{
  margin-bottom: -10px;
  font-size: 30px;
  font-weight: bold;
}
.container #nosotros p{
  margin: 20px;
}

.container #mision img {
  height: 100%;
  width: 100%;
}
.icons-box{
    width:120px !important;
    height:120px !important;
    border-radius:50%;
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    background:#1da1f2 !important;
}

.icons-box svg{
    width:60px !important;
    height:60px !important;
    font-size:60px !important;
}

.icons-box i{
    font-size:60px !important;
}