body{
    padding-top: 65px;
}

a{
	color: #ce4044;
}

h1,h2,h3,h4{
  /*font-family: 'peace_sansregular';
  font-weight: normal !important;*/
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}
.informesestado{
  margin-top:40px;
}
.informestado{
  width: 23%;
  display: inline-block;
  vertical-align: top;
  background: white;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 15px;
  padding: 10px;
  transition:all linear 0.3s;
  background: #f9fcde;
}
.navbar-mm{
  background: #001c54;
}
.nav-link{
  color: white !important;
  font-weight: bold;
}
.navbar-brand{
  font-weight: bold;
}

@media (max-width: 700px){
  .informestado{
    width: 100%;
    margin-right: 0;
  }
}
.informestado:hover{
  background-color:#ccc;
}

.seccionhome{
    min-height: 280px;
    padding-top: 30px;
    /*padding-bottom: 30px;*/
}

.seccion1{
 background: white;
}

.seccion2{
 background: #463E75;
 padding-bottom: 25px;
}

.seccion3{
  background:#E6E6E6;
}

.seccion4{
 /*background: #D94D4C;*/
 background: #ff6672;
 padding-bottom: 20px;
}

#secciontrat{
	background: #0c8e82;
}

.seccion5{
   background: ;  
}
.seccion6{
  background: #ffffff;
}
.femin h2{
  color:#f5f5f5;
}
.meses{
  margin-top: 20px;
  margin-bottom: 28px;
}
.meses .col {
  border-right: solid 1px rgba(255,255,255,0.5);
}
.mesin{
   display: flex;
   flex-wrap: wrap;
   justify-content:space-around;
}
.mesin a{
  display: inline-block;
   cursor: pointer;
   height: auto;
   max-width: 40%;
   margin-bottom: 10px;
   margin-top: 10px;
   opacity: 1;
}
.mesin a img{
  height: auto;
  max-width: 100%;
}
.mesin img:hover{
 opacity: 0.6
}
.mes span{
 /* color: rgba(255,255,255,0.5);*/
  display:block;
text-align: center;
}

#cboxOverlay{
  background: rgba(0,0,0,0.6) !important;
}


.girlav{
  width: auto;
  height: 200px;
}

.tablapapel{
  background: url('../img/papel.jpg');
}

#cboxPrevious,#cboxNext{
  outline: none;
}

.tituresumen{
  text-transform: capitalize;
}

#cboxLoadedContent{
  font-size: 13px;
}

.table{
  font-size: 13px;
}

.seccionhome h2{
  padding-top: 25px;
  padding-bottom: 25px;
}



.text-wrapper {
    text-align: left;
    font-size: 23px;
    position: relative;
    margin-bottom: 15px;
}

.animated-words { 
  font-size: 35px;
    display: inline-block;
    margin-left: 48px;
}

.animated-words span:nth-child(2) { 
    -webkit-animation-delay: 3s; 
    -ms-animation-delay: 3s; 
    animation-delay: 3s; 
    color: #6b889d;
}
.animated-words span:nth-child(3) { 
    -webkit-animation-delay: 6s; 
    -ms-animation-delay: 6s; 
    animation-delay: 6s; 
    color: #6b739d; 
}
.animated-words span:nth-child(4) { 
    -webkit-animation-delay: 9s; 
    -ms-animation-delay: 9s; 
    animation-delay: 9s; 
    color: #7a6b9d;
}
.animated-words span:nth-child(5) { 
    -webkit-animation-delay: 12s; 
    -ms-animation-delay: 12s; 
    animation-delay: 12s; 
    color: #8d6b9d;
}


.animated-words span {
    position: absolute;
    opacity: 0;
    top:20px;
    overflow: hidden;
    color: #6b969d;
    -webkit-animation: animateWord 18s linear infinite 0s;
    -ms-animation: animateWord 18s linear infinite 0s;
    animation: animateWord 18s linear infinite 0s;
}

@-webkit-keyframes animateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); }
    5% { opacity: 1; -webkit-transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); }
    20% { opacity: 0; -webkit-transform: translateY(30px); }
    80% { opacity: 0; }
    100% { opacity: 0; }
}

.lgrafico h5{
	text-align: center;
}