@font-face {
    font-family: 'CronosProSemiboldCaption_12450';
    src: url('../fonts/CronosProSemiboldCaption_12450.eot');
    src: url('../fonts/CronosProSemiboldCaption_12450.eot') format('embedded-opentype'),
         url('../fonts/CronosProSemiboldCaption_12450.woff2') format('woff2'),
         url('../fonts/CronosProSemiboldCaption_12450.woff') format('woff'),
         url('../fonts/CronosProSemiboldCaption_12450.ttf') format('truetype'),
         url('../fonts/CronosProSemiboldCaption_12450.svg#CronosProSemiboldCaption_12450') format('svg');
}

* {
  font-family: 'CronosProSemiboldCaption_12450'!important;
}

#container {
  /* padding: 0 20px; */
  padding: 0;
}

.noti .h2 {
  font-family: 'sk700';
  font-size: 24px;
  border-left: 10px #92A755 solid;
  padding-left: 20px;
  line-height: 25px;
}

.flexslider {
  border: none;
  margin: 0;
}

.flex-control-nav {
  bottom: 40px;
}

.flex-control-paging li a {
  background: rgba(255, 255, 255, 0.5);
}

.flex-control-paging li a.flex-active {
  background: #92A755;
  background: rgb(146 166 84);
}

header .fondo_mosaico {
  background: url(../img/bg_header.png) no-repeat center center #92A755;
  /* background-size: contain; */
  padding-top: 40px;
}

.header {
  background: none;
  /* background: rgb(146,167,85);
  background: linear-gradient(180deg, rgba(146,167,85,1) 0%, rgba(255,255,255,0) 100%); */
  /* #92A755 */
  padding-top: 40px;
  padding-bottom: 20px;
} 
.header ul {  
  justify-content: space-between;
}

.header ul li {
  border-right: none;
  flex: 1;
  text-align: center;  
}

.header ul li a {
  color: #ffffff;
  font-size: 18px;
  border-radius: 50px;
}

.header ul li a:hover,
.header ul li a.active {
  color: #ffffff;
}

.info-main .titulo {
  color: #92A755;
  font-size: 36px;
  line-height: normal;
}

.info-main p {
  color: #000000;
  font-size: 16px;
  line-height: 30px;
}

.info-main ul li {
  margin-top: 10px;
  line-height: 20px;
}

.col-verde {
  background: #92A755;
}

.col-gris {
  background: #898a88;
}

.col-verde,
.col-gris,
.col-verde .titulo, .col-verde p,
.col-gris .titulo, .col-gris p
{
  color: #ffffff;
}



form input[type=submit] {
  color: #ffffff;
  background: #66743B;
  font-size: 18px;
  border-radius: 50px;
  padding: 20px 40px;
  width: auto;
  height: auto;
  transition: 200ms all ease-in-out;
}

form input[type=submit]:hover {
  background: #94c120;
}