@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

*{
  margin:0;
  padding:0;
  box-sizing: border-box;
}

body{
  font-family: 'Poppins', sans-serif;
}

.lineatiempo_sectiongen{
/*  background-color: lightgrey;*/
  min-height: 100vh;
  padding: 0px 15px;
  margin-top: -6rem;
}

.lineatiempo-items{
  max-width: 1000px;
  margin:auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.lineatiempo-items::before{
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #2f363e;
  left: calc(50% - 1px);
}
.lineatiempo-item{
  margin-bottom: 40px;
  width: 100%;
  position: relative;
}
.lineatiempo-item:last-child{
  margin-bottom: 0;
}
.lineatiempo-item:nth-child(odd){
    padding-right: calc(50% + 30px);
  text-align: right;
}
.lineatiempo-item:nth-child(even){
    padding-left: calc(50% + 30px);
}
/* .lineatiempo-dot{
  height: 16px;
  width: 16px;
  background-color: #5e8076;
  position: absolute;
  left: calc(50% - 8px);
  border-radius: 50%;
  top:10px;
} */
.lineatiempo-dot{
  height: 20px;
  width: 20px;
  background-color: #5e8076;
  position: absolute;
  left: calc(50% - 10px);
  border-radius: 50%;
  top:10px;
}
.lineatiempo-dot i{
  position: absolute;
  left: calc(50% - 8px);
  top: 3.8px;
  color: #fff;
  font-size: 13px;
}

.lineatiempo-dot i.lapiz{
  left: calc(50% - 6px);
}
.lineatiempo-dot i.paper{
  left: calc(50% - 5px);
    font-size: 14px;
}
.lineatiempo-dot i.calendar{
  left: calc(50% - 5px);
    top: 3.2px;
}
.lineatiempo-dot i.web{
  left: calc(50% - 7px);
    top: 2.8px;
    font-size: 15px;
}
.lineatiempo-date{
  font-size: 18px;
/*  color: #eaa023;*/
  margin:6px 0 15px;
}
.lineatiempo-content{
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;
  box-shadow: rgba(99, 99, 99, 0.4) 0px 2px 8px 0px;
  transition-duration: 500ms;
}
.lineatiempo-content:hover{
   box-shadow: rgba( 21, 44, 41, 0.8) 0px 5px 8px 2px;
   border-bottom: 9px solid #152c29;
}
.lineatiempo-content h3{
    font-size: 20px;
/*  color: #ffffff;*/
  margin:0 0 10px;
  text-transform: capitalize;
  font-weight: 500;
}
.lineatiempo-content p{
/*    color: #fff;*/
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.lineatiempo-content b{
  /*    color: #fff;*/
    font-weight: 600;
    line-height: 22px;
  }
  

.lineatiempo-content a{
     color: #006847;
    line-height: 22px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
  }

@media(max-width:1100px){
  .lineatiempo_sectiongen{
  margin-top: 0rem;
}
}

/* responsive */
@media(max-width: 767px){
  .lineatiempo-items::before{
    left: 7px;
  }
  .lineatiempo-item:nth-child(odd){
    padding-right: 0;
    text-align: left;
  }
  .lineatiempo-item:nth-child(odd),
  .lineatiempo-item:nth-child(even){
    padding-left: 37px;
  }
  .lineatiempo-dot{
    left:0;
  }
}


/*Para la tabla con los dos logos*/

img {
  max-width: 100%;
  height: auto;
}

.encabezadologos {
  display: flex;
  justify-content: center;
  /* width: 900px;*/
}

.encabezadologos p {
  line-height: 100%;
  margin-top: 1rem;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}

@media (max-width:800px) {
  .encabezadologos {
    width: auto;
    gap: 5em;
  }

  .Estilotitulosdiv {
    font-size: 18px;
  }

  .Estilo61encx.ocultar {
    display: block;
  }
}


.bannernuevo{
    display: flex;
    position: absolute; 
    height: auto;
    min-width: 100%;
    position: relative;
    display: inline-block;
}

.bannernuevo img{
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

/*=============== FOOTER ===============*/
/*=====================================
[14] Footer Area Style
======================================*/
footer {
  background-color: #eceae8;
  background-image: url("../images/fondo_textura.webp");
  background-size: 100% 100%;
  display: block;

}

footer .footer-area-top {
  padding: 20px 0 10px;
  border-bottom: 1px solid #aeaeae;
  /*background-color: #18332d;*/
  background-image: url("../images/linea.webp");
  color: #F3F3F3;
}

footer .footer-box {
  width: 100%;
  margin-bottom: 20px;
  display: inline-block;
}

footer .footer-box ul.most-view-post li {
  margin-bottom: 10px;
}

footer .footer-box ul.most-view-post li:last-child {
  margin-bottom: 0;
}

footer .footer-box ul.most-view-post li .media img {
  margin-top: 5px;
}

footer .footer-box ul.most-view-post li .media>.pull-left {
  padding-right: 15px;
}

footer .footer-box ul.most-view-post li .post-date-light ul li {
  color: #aeaeae;
  font-size: 14px;
  margin-bottom: 0;
}

footer .footer-box ul.most-view-post li a img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

footer .footer-box ul.most-view-post li a:hover img {
  opacity: 0.8;
}

footer .footer-box ul.popular-categories li {
  margin-right: 20px;
  margin-bottom: 5px;
  position: relative;
}

footer .footer-box ul.popular-categories li:last-child {
  margin-bottom: 0;
}

footer .footer-box ul.popular-categories li a {
  display: block;
  color: #7a7a7a;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

footer .footer-box ul.popular-categories li a span {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  font-size: 12px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

footer .footer-box ul.popular-categories li:hover a {
  color: #18332d;
}

footer .footer-box ul.popular-categories li:hover a span {
  font-size: 20px;
}

footer .footer-box ul.popular-categories li:hover:before {
  right: 0;
  left: 0;
  width: 100%;
}

footer .footer-box ul.popular-categories li:before {
  content: "";
  background-color: #18332d;
  width: 0%;
  height: 1px;
  left: 0;
  bottom: 0;
  position: absolute;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

footer .footer-box ul.post-gallery li {
  display: inline-table;
  margin-bottom: 10px;
  margin-right: 15px;
  float: left;
}

footer .footer-box ul.post-gallery figure {
  margin: 0;
  padding: 0;
  background: transparent;
  overflow: hidden;
  position: relative;
}

footer .footer-box ul.post-gallery figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

footer .footer-box ul.post-gallery figure:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

footer .footer-area-bottom {
  padding: 30px 0 20px;
}

footer .footer-area-bottom .footer-logo {
  margin-bottom: 30px;
  display: block;
}

footer .footer-area-bottom .footer-logo img {
  margin: 0 auto;
}

footer .footer-area-bottom p {
  color: #7a7a7a;
}
.footer-social{
  align-items: center;
    display: flex;
    justify-content: center;
}

.footer-area-bottom ul li a:hover{
  transform: translateY(-3px) scale(1.35);
  filter: none;
}


/*ul.footer-social {
  margin-bottom: 30px;

}*/


ul.footer-social li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 8px;
}

ul.footer-social li:last-child {
  margin-right: 0;
}

ul.footer-social li a {
  width: 45px;
  height: 40px;
  line-height: 40px;
  background-color: #404040;
  text-align: center;
  color: #ffffff;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

ul.footer-social li a:hover {
  background-color: #18332d;
}

/*se agrega para los links en el pie de pagina*/
 footer ul.linkspie{
            margin-top: 0;
            padding: 0;
            list-style: none;
            font-size: 15px;
            line-height: 1.5;
            text-align: center;
        }
  footer ul.linkspie li a{
           color: inherit;
           text-decoration: none;
           opacity: 0.8;
        }
  footer ul.linkspie li {
           display: inline-block;
/*           padding: 0 15px;*/
        }
  footer ul.linkspie li a:hover{
           opacity: 1;
        }

/* este estilo es para los parrafos en general */
.parrafofinal {
  /*     color:#808080;*/
  color: #6F6E6E;
  text-align: center;
  font-size: 13px;
  font-weight: bolder;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 100%;
  padding: 5px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
