/* Slider */
@import url("//use.fontawesome.com/bb25e8ba47.css");
@import url('https://fonts.googleapis.com/css?family=Work+Sans:100,300,400,400i,500,600,700,700i');
@import url('https://fonts.googleapis.com/css?family=BenchNine:400,700');
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  z-index: 0;
}
.slick-slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-slider .slick-list:focus {
  outline: none;
}
.slick-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-slider .slick-track:before,
.slick-slider .slick-track:after {
  display: table;
  content: '';
}
.slick-slider .slick-track:after {
  clear: both;
}
.slick-slider .slick-arrow {
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: 1;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 32px;
  padding: 0px 15px;
}
.slick-slider .slick-arrow > div {
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 0px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
.slick-slider .slick-arrow > div i {
  color: #313131;
  font-size: 42px;
}
.slick-slider .slick-arrow > div i.fa-angle-left:before {
  content: "";
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAArCAMAAAC6hdP3AAAAflBMVEUAAAApKSkjIyMsLCwoKCgsLCwsLCwrKyssLCwsLCwtLS0sLCwsLCwqKionJycsLCwsLCwsLCwoKCgtLS0sLCwsLCwsLCwrKyssLCwsLCwtLS0sLCwsLCwtLS0sLCwsLCwrKystLS0rKysqKiouLi4sLCwsLCwtLS0sLCwtLS1e2L8DAAAAKXRSTlMAFAb6CvTUHu/q49u4JhjMxXsQwryhlEY6MK2qj2hkWldOPDIp3rCdedw457oAAADJSURBVDjLddPJAoIwDATQIntZCmVVFFTc5v9/0FsuTHLkXUhmaugEXaVAAkchfaOoGVQWScDglaOJGOwZyhODZ4wLhSnEYNg8QowUNqClcANWCj+EdwpXhBOFEfFMYUB2Zt9PH+QVhRI2ZRB1ytW9gwt4gMrV6wIlBdMjTtU2WIW8k12OPy37k0XjWaFF7nyYr2RD0sGqUCsdYC0YFdogXTu2TfpJqlsqtGeSCHkiScAptZI8SdKqgamp+EZNJerVVMyCXhHTevMHhLAP2E8k2kEAAAAASUVORK5CYII=');
  background-repeat: no-repeat;
  background-position: center left;
  text-align: center;
  height: 43px;
  padding-left: 25px;
}
.slick-slider .slick-arrow > div i.fa-angle-right:before {
  content: "";
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAArCAMAAAC6hdP3AAAAflBMVEUAAAApKSksLCwoKCgsLCwsLCwrKyssLCwsLCwtLS0sLCwsLCwrKysnJycsLCwsLCwsLCwsLCwqKiooKCgjIyMAAAAtLS0sLCwsLCwsLCwrKyssLCwtLS0sLCwsLCwsLCwrKystLS0rKysuLi4sLCwsLCwtLS0sLCwuLi4tLS2JOtIFAAAAKXRSTlMAFPoK9NQe7+rj27gwGMzFe2YnEAYDwryhlEY6raqPWldOPCnesJ15JA8iTrQAAAC/SURBVDjLdZPHAYMwAAPB9Bp6S4AAadp/wSzg89P3kU+y4zSD69hPqQBQkeoV2pEbKPnZkXdTfNlRlynK7ah/yD8h4SSzAJplDkCVtAOqpRrQ0+gLaDHaAN19zYDySBOgJta7t6MwUdZhK4MHrZQqW2oFa/YypQXE8DVSvsCFN5UteBg8cJd14HvtoaMP9brRFirYj2rYnHbYqTlg2/4J5qMc/lB8QcNJCNbTAqwHLli/tWB9tK9o1Ap7bSv7/R85EBAKXyMtvgAAAABJRU5ErkJggg==');
  background-repeat: no-repeat;
  background-position: center left;
  text-align: center;
  height: 43px;
  padding-left: 25px;
}
.slick-slider .slick-arrow.slick-prev {
  left: 50%;
  margin-left: -635px;
}
.slick-slider .slick-arrow.slick-next {
  right: 50%;
  margin-right: -635px;
}
.slick-slider .slick-dots {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 0px;
  margin: 0px;
  position: absolute;
  left: 48%;
  bottom: 10px;
}
.slick-slider .slick-dots li {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
}
.slick-slider .slick-dots li button {
  background: none;
  border: none;
  font-size: 0px;
  margin-right: 5px;
}
.slick-slider .slick-dots li button:after {
  display: block;
  content: "\f10c";
  font-family: FontAwesome;
  font-size: 15px;
  color: #8EC640;
}
.slick-slider .slick-dots li.slick-active button:after {
  content: "\f111";
  color: #8EC640;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  padding: 0px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #e8e8e8;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: none;
  box-shadow: none;
  background-repeat: no-repeat;
  font-family: 'Work Sans', sans-serif;
  color: #313131;
}
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  height: 100%;
}
html body {
  font-size: 13px;
  font-family: 'Work Sans', sans-serif;
  overflow-y: scroll;
  padding-top: 40px;
  background: url("../imagenes/fdo.png") repeat-x #a61a35;
}
html body::-webkit-scrollbar {
  width: 3px;
  background-color: #fff;
}
html body::-webkit-scrollbar-thumb {
  background: #C3002F;
}
html body::-webkit-scrollbar-thumb:hover {
  background: #313131;
}
html body::-webkit-scrollbar-thumb:active {
  background: #313131;
}
html body.active {
  overflow-y: hidden;
  position: fixed;
}
html body.noscroll {
  overflow: hidden !important;
}
html body.view-mobile {
  padding-top: 65px;
}
html body.view-desktop {
  padding-top: 110px;
}
html body a,
html body button {
  text-decoration: none;
  color: #000;
  text-shadow: none;
  box-shadow: none;
  transition: .33s all ease;
}
html body a:active,
html body button:active,
html body a:hover,
html body button:hover,
html body a:focus,
html body button:focus {
  text-decoration: none;
  opacity: 0.8;
  cursor: pointer;
  color: #a61a35;
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
  font-weight: 600;
  font-family: 'BenchNine', sans-serif;
  color: #313131;
  text-transform: uppercase;
}
html body p {
  color: #313131;
  font-size: 14px;
  line-height: 22px;
}
html body main {
  overflow: hidden;
}
html body.homepage {
  padding-top: 0px;
}
@media (max-width: 767px) {
  html {
    padding-top: 30px;
  }
}
.hidden {
  display: none;
}
#ajaxBusy {
  width: 100%;
  height: 5px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #C3002F;
  z-index: 9999;
  font-size: 0;
}
#ajaxBusy:before {
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 5px;
  background-color: #e8e8e8;
  animation: loading 2s linear infinite;
}
.mobile {
  display: none;
}
@media (max-width: 767px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
}
#loading {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0px;
}
#loading i {
  color: #e8e8e8;
}
header#header.sticky {
  width: 100%;
  height: auto;
  border-bottom: none;
  background-color: #C3002F;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.3);
}
header#header.sticky .navbar-brand {
  display: block;
}
header#header.sticky nav.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background-color: none;
  padding: 0;
}
header#header.sticky nav.navbar .navbar-brand img {
  max-height: 60px;
  width: auto;
}
.container {
  background: #fff;
}
.container.central {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
header {
  position: fixed;
  top: 0px;
  z-index: 999999;
  width: 100vw;
  background: none;
}
header .container {
  background: none;
}
@media (max-width: 767px) {
  header {
    background: #C3002F;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 990px;
    padding: 10px 30px;
  }
}
.col-izquierda p.text-primary {
  font-size: 18px;
  font-weight: normal;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
.col-izquierda p.text-primary strong {
  font-weight: normal;
  color: #C3002F;
}
.col-izquierda ul li {
  color: #313131;
  font-size: 16px;
  font-weight: 500;
  padding: 3px 10px;
}
.col-izquierda ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.col-izquierda ol li {
  margin-bottom: 10px;
}
.img-header img {
  max-width: 100%;
}
.col-derecha {
  background: url("../imagenes/sombra.png") no-repeat center left;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .col-derecha {
    background: none;
    padding-right: 20px;
  }
}
.col-derecha h5 {
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.col-derecha ul {
  margin-bottom: 20px;
}
.col-derecha ul li {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.col-derecha img {
  margin-bottom: 10px;
}
.slogan {
  padding: 30px 60px;
  text-align: center;
  border-top: 1px solid #ddd;
  margin-top: 30px;
}
.slogan p,
.slogan strong {
  color: #600214 !important;
  font-size: 18px;
  font-weight: 500;
}
.box-banner a img {
  width: 100%;
  height: auto;
}
.box-banner a:hover {
  opacity: 1;
}
.btn-info,
.btn-warning {
  padding: 8px 20px;
  text-transform: uppercase;
  border-radius: 4px;
  border: none;
}
.btn-primary {
  padding: 8px 20px;
  background: #313131;
  text-transform: uppercase;
  color: #fff;
  border-radius: 4px;
  border: none;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #313131;
  opacity: 0.8;
  outline: none;
  box-shadow: none;
}
.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}
.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}
.dropdown-menu {
  margin-top: -1px;
  min-width: 220px;
  font-size: 12px;
}
.center h2 {
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}
.media > .pull-left {
  margin-right: 20px;
}
.media > .pull-right {
  margin-left: 20px;
}
section {
  padding: 80px 0 100px;
}
section.main-banner-section {
  padding: 0px;
}
@media (max-width: 767px) {
  section.main-banner-section {
    display: none;
  }
}
section#conatcat-info {
  background-image: url(../imagenes/3pasto.png);
  background-size: cover;
  background-color: #f2f2f2;
  padding: 60px 0;
}
section#conatcat-info > div.container {
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 0px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  section#conatcat-info > div.container {
    display: block;
  }
}
section#conatcat-info > div h4 {
  font-size: 24px;
  line-height: 1.5;
  color: #313131;
  margin: 0px;
  margin-right: 50px;
}
@media (max-width: 767px) {
  section#conatcat-info > div h4 {
    margin-right: 0px;
  }
}
section#news.plagas h3 {
  font-size: 16px;
}
section#news.glosario .abc {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 30px 0px;
}
section#news.glosario .abc a {
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  background: #8EC640;
}
section#news.glosario ul.list {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  text-align: left;
  font-size: 14px;
}
section#news.glosario ul.list li:before {
  font-family: FontAwesome;
  content: "\f105";
  color: #8EC640;
  margin-right: 5px;
}
section#news h4 {
  font-size: 28px;
  line-height: 1.5;
  color: #313131;
  margin: 0px;
  margin-bottom: 30px;
}
section#news img {
  max-width: 100%;
  height: auto;
}
section#news div.dlarga {
  margin-top: 30px;
  border-top: 1px solid #ddd;
  padding-top: 30px;
}
section#news * + .post-classic-title {
  margin-top: 25px;
}
section#news * + .post-classic-title h6 a {
  font-size: 16px;
  color: #313131;
}
section#news * + .post-meta {
  margin-top: 10px;
  font-size: 14px;
}
section#news * + .post-meta a {
  color: #8EC640;
  font-style: italic;
}
section#news * + .post-meta a time {
  color: #8EC640;
}
section#news * + .post-classic-body {
  margin-top: 20px;
}
@media (max-width: 767px) {
  section#news * + .post-classic-body {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
  }
}
section#productos h4 {
  font-size: 28px;
  line-height: 1.5;
  color: #313131;
  margin: 0px;
  margin-bottom: 30px;
}
section#productos img {
  max-width: 100%;
  height: auto;
}
section#productos ul.pagination {
  margin-top: 30px;
}
section#productos h6 {
  margin: 0px;
  margin-bottom: 20px;
  text-align: center;
}
section#productos h6 a {
  font-size: 16px;
  color: #313131;
}
@media (max-width: 767px) {
  section#productos h6 {
    margin-top: 20px;
  }
}
section#productos .description {
  margin-top: 10px;
  font-size: 14px;
}
@media (max-width: 767px) {
  section#productos .description {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
  }
}
.center {
  text-align: center;
  padding-bottom: 0px;
}
/*************************
*******Header******
**************************/
#header .search {
  display: inline-block;
}
.search i {
  color: #fff;
}
input.search-form {
  background: transparent;
  border: 0 none;
  width: 60px;
  padding: 0 10px;
  color: #FFF;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
input.search-form::-webkit-input-placeholder {
  color: transparent;
}
input.search-form:hover::-webkit-input-placeholder {
  color: #fff;
}
input.search-form:hover {
  width: 180px;
}
nav.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: none;
  padding: 0;
  min-height: 20px;
}
nav.navbar-inverse {
  border: none;
}
nav.navbar-inverse .container .navbar-right {
  margin-top: 0px;
}
nav.navbar-inverse .container .navbar-brand {
  padding: 0;
  margin: 0;
  padding-top: 0px;
  text-transform: uppercase;
  font-family: 'BenchNine', sans-serif;
  font-size: 40px;
  color: #030288;
  font-weight: 600;
}
nav.navbar-inverse .container .navbar-brand img {
  max-height: 100px;
  width: auto;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  nav.navbar-inverse .container .navbar-brand {
    margin-left: 20px;
    padding-top: 15px;
  }
}
nav.navbar-inverse .container .navbar-collapse {
  padding: 0px;
}
nav.navbar-inverse .container .navbar-nav {
  margin-top: 0px;
}
nav.navbar-inverse .container .navbar-nav > li > a {
  font-size: 13px;
  line-height: 1.28;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #fff;
  padding: 15px;
}
nav.navbar-inverse .container .navbar-nav > li > a:hover {
  color: #C3002F;
  background-color: transparent;
}
nav.navbar-inverse .container .navbar-nav > li > a:last-child {
  padding-right: 0px;
}
@media (max-width: 767px) {
  nav.navbar-inverse .container .navbar-nav > li {
    padding-left: 20px;
    border-bottom: 1px solid #ddd;
  }
}
nav.navbar-inverse .container .navbar-nav > .active > a {
  color: #634AF4;
  background-color: transparent;
}
nav.navbar-inverse .container .navbar-nav > .active > a:hover {
  color: #634AF4;
  background-color: transparent;
}
nav.navbar-inverse .container .navbar-nav > .active > a:focus {
  color: #634AF4;
  background-color: transparent;
}
/*************************
*******Home Page******
**************************/
#main-slider {
  position: relative;
}
.no-margin {
  margin: 0;
  padding: 0;
}
#main-slider .carousel .carousel-content {
  margin-top: 0px;
}
#main-slider .carousel .slide-margin {
  margin-top: 50px;
}
#main-slider .carousel h2,
#main-slider .carousel h1 {
  color: #fff;
  text-shadow: 0 0 8px #222;
}
#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #16528e;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}
#main-slider .carousel .slider-img {
  text-align: right;
  position: absolute;
}
#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 500px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}
#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}
#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}
#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: #16528e;
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}
#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: #000;
}
#main-slider .prev {
  left: 10px;
}
#main-slider .next {
  right: 10px;
}
#main-slider .carousel-indicators li {
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin: 0 15px 0 0;
  position: relative;
}
#main-slider .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  left: -3px;
  top: -3px;
}
#main-slider .carousel-indicators .active {
  width: 20px;
  height: 20px;
  background-color: #16528e;
  margin: 0 15px 0 0;
  border: 1px solid #16528e;
  position: relative;
}
#main-slider .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #16528e;
  border: 1px solid #16528e;
  left: -3px;
  top: -3px;
}
#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}
#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}
#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}
#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}
#feature {
  background: #f2f2f2;
}
.features {
  padding: 0;
}
.feature-wrap {
  margin-bottom: 35px;
  overflow: hidden;
}
.feature-wrap h2 {
  margin-top: 10px;
}
.feature-wrap .pull-left {
  margin-right: 25px;
}
.feature-wrap i {
  font-size: 48px;
  height: 110px;
  width: 110px;
  margin: 3px;
  border-radius: 100%;
  line-height: 110px;
  text-align: center;
  background: #ffffff;
  color: #16528e;
  border: 3px solid #ffffff;
  box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  float: left;
  margin-right: 25px;
}
.feature-wrap i:hover {
  background: #16528e;
  color: #fff;
  box-shadow: inset 0 0 0 5px #16528e;
  -webkit-box-shadow: inset 0 0 0 5px #16528e;
  border: 3px solid #16528e;
}
#habilitaciones {
  background: #e7efe3;
}
#recent-works .col-xs-12.col-sm-4.col-md-3 {
  padding: 0;
}
#recent-works {
  padding-bottom: 70px;
}
.recent-work-wrap {
  position: relative;
}
.recent-work-wrap img {
  width: 100%;
}
.recent-work-wrap .recent-work-inner {
  top: 0;
  background: transparent;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}
.recent-work-wrap .recent-work-inner h3 {
  margin: 10px 0;
}
.recent-work-wrap .recent-work-inner h3 a {
  font-size: 24px;
  color: #fff;
}
.recent-work-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: #16528e;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
  padding: 30px;
}
.recent-work-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}
.recent-work-wrap:hover .overlay {
  opacity: 1;
}
#services {
  background: #000 url(../images/services/bg_services.png);
  background-size: cover;
}
#services .lead,
#services h2 {
  color: #fff;
}
.services-wrap {
  padding: 20px 10px;
  background: #fff;
  border-radius: 4px;
  margin: 0 0 40px;
}
.services-wrap h3 {
  font-size: 18px;
  margin: 10px 0;
}
.services-wrap .pull-left {
  margin-right: 20px;
}
#middle {
  background: #f2f2f2;
}
.skill h2 {
  margin-bottom: 25px;
}
.progress-wrap {
  position: relative;
}
.progress .color1,
.progress .color1 .bar-width {
  background: #2d7da4;
}
.progress .color2,
.progress .color2 .bar-width {
  background: #6aa42f;
}
.progress .color3,
.progress .color3 .bar-width {
  background: #ffcc33;
}
.progress .color4,
.progress .color4 .bar-width {
  background: #db3615;
}
.progress,
.progress-bar {
  height: 15px;
  line-height: 15px;
  background: #e6e6e6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  text-align: right;
}
.progress {
  position: relative;
}
.progress .bar-width {
  position: absolute;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  top: -30px;
  border-radius: 2px;
  margin-left: -30px;
}
.progress span {
  position: relative;
}
.progress span:before {
  content: " ";
  position: absolute;
  width: auto;
  height: auto;
  border-width: 8px 5px;
  border-style: solid;
  bottom: -15px;
  right: 8px;
}
.progress .color1 span:before {
  border-color: #2d7da4 transparent transparent transparent;
}
.progress .color2 span:before {
  border-color: #6aa42f transparent transparent transparent;
}
.progress .color3 span:before {
  border-color: #ffcc33 transparent transparent transparent;
}
.progress .color4 span:before {
  border-color: #db3615 transparent transparent transparent;
}
.accordion h2 {
  margin-bottom: 25px;
}
.panel-default {
  border-color: transparent;
}
.panel-default > .panel-heading,
.panel {
  background-color: #e6e6e6;
  border: 0 none;
  box-shadow: none;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  background: #fff;
  color: #858586;
}
.panel-body {
  padding: 20px 20px 10px;
}
.panel-group .panel + .panel {
  margin-top: 0;
  border-top: 1px solid #d9d9d9;
}
.panel-group .panel {
  border-radius: 0;
}
.panel-heading {
  border-radius: 0;
}
.panel-title > a {
  color: #4e4e4e;
}
.accordion-inner img {
  border-radius: 4px;
}
.accordion-inner h4 {
  margin-top: 0;
}
.panel-heading.active {
  background: #1f1f20;
}
.panel-heading.active .panel-title > a {
  color: #fff;
}
a.accordion-toggle i {
  width: 45px;
  line-height: 44px;
  font-size: 20px;
  margin-top: -10px;
  text-align: center;
  margin-right: -15px;
  background: #c9c9c9;
}
.panel-heading.active a.accordion-toggle i {
  background: #16528e;
  color: #fff;
}
.panel-heading.active a.accordion-toggle.collapsed i {
  background: #16528e;
  color: #fff;
}
.nav-tabs > li {
  margin-bottom: 0px;
  border-bottom: 1px solid #e6e6e6;
}
.nav-tabs {
  border-bottom: transparent;
  border-right: 1px solid #e6e6e6;
}
.nav-tabs > li > a {
  background: #f5f5f5;
  color: #666;
  border-radius: 0;
  border: 0 none;
  line-height: 24px;
  margin-right: 0;
  padding: 13px 15px;
}
.nav-tabs li:last-child {
  border-bottom: 0 none;
}
.nav-stacked > li + li {
  margin-top: 0;
}
.nav-tabs > li > a:hover {
  background: #1f1f20;
  color: #fff;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: 0;
  color: #fff;
  background: #1f1f20;
  position: relative;
}
.nav-tabs > li.active > a:after {
  position: absolute;
  content: "";
  width: auto;
  height: auto;
  border-style: solid;
  border-color: transparent transparent transparent #1f1f20;
  border-width: 25px 22px;
  right: -44px;
  top: 0;
}
/*************************
********* Contact Us CSS ******
**************************/
.gmap-area {
  background-image: url("../images/map.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}
.gmap-area .gmap iframe {
  border-radius: 50%;
  height: 280px;
  width: 300px;
}
.gmap {
  border: 10px solid #f6f5f0;
  border-radius: 50%;
  height: 300px;
  width: 300px;
  box-shadow: 0px 0px 3px 3px #e7e4dc;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.gmap-area .map-content ul {
  list-style: none;
}
.gmap-area .map-content address h5 {
  font-weight: 700;
  /* font-size: 16px; */
}
#contact-page {
  background: #ddd;
  font-size: 13px;
}
#contact-page .center {
  padding-bottom: 0px;
}
#contact-page .contact-form .form-group label {
  color: #4E4E4E;
  font-size: 13px;
  font-weight: 300;
}
.form-group .form-control {
  padding: 7px 12px;
  border-color: #f2f2f2;
  box-shadow: none;
}
textarea#message {
  resize: none;
  padding: 10px;
}
#contact-page .contact-wrap {
  margin-top: 20px;
}
/*********************
****blog page css*****
**********************/
.widget {
  margin-bottom: 60px;
  padding-left: 0;
}
.single_comments {
  margin-bottom: 20px;
}
.single_comments img {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
.single_comments p {
  margin-bottom: 0;
}
.widget .entry-meta span {
  display: inline-block;
  margin-right: 10px;
}
.widget h3 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.blog_category {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog_category li {
  float: none;
  margin-bottom: 20px;
}
.blog_category li a {
  background: #f5f5f5;
  border-radius: 4px;
  color: #888;
  display: inline-block;
  padding: 5px 15px;
}
.blog_category li a:hover {
  background: #16528e;
  color: #fff;
}
.badge:before {
  border-color: transparent transparent transparent #16528e;
  border-style: solid;
  border-width: 10px;
  bottom: -8px;
  content: "";
  height: 0;
  left: 5px;
  position: absolute;
  z-index: -99999;
}
.badge {
  background-color: #16528e;
  border-radius: 5px;
  color: #fff;
  padding: 8px;
  position: relative;
  left: 60px;
  top: -18px;
  font-weight: normal;
}
.blog_archieve {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.blog_archieve li {
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
}
.blog_archieve li:first-child {
  padding-top: 0;
}
ul.gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.gallery li {
  display: block;
  width: 60px;
  padding: 0;
  margin: 0 4px 4px 0;
  float: left;
}
ul.faq {
  list-style: none;
  margin: 0;
}
ul.faq li {
  margin-top: 30px;
}
ul.faq li:first-child {
  margin-top: 0;
}
ul.faq li span.number {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #34495e;
  color: #fff;
  font-size: 24px;
}
ul.faq li > div {
  margin-left: 70px;
}
ul.faq li > div h3 {
  margin-top: 0;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog-item {
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 50px;
}
.blog .blog-item .img-blog {
  border-radius: 5px;
  margin-bottom: 45px;
}
.blog .blog-item .blog-content {
  padding-bottom: 25px;
}
.blog .blog-item .blog-content h2 {
  margin-top: 0;
  font-size: 30px;
}
.readmore {
  margin-top: 0;
}
.blog .blog-item .blog-content h3 {
  color: #858586;
  margin-bottom: 40px;
  /* font-weight: 300 */
}
.blog .blog-item .blog-content h4 {
  font-size: 14px;
}
.blog .blog-item .entry-meta {
  border-radius: 5px;
  overflow: hidden;
}
.blog .blog-item .entry-meta > span {
  background: #f5f5f5;
  border-top: 1px solid #fff;
  display: block;
  font-size: 12px;
  overflow: hidden;
  padding: 5px;
  text-align: left;
}
#publish_date {
  background: #16528e;
  border-bottom: 5px solid #4e4e4e;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}
.blog .blog-item .entry-meta > span {
  color: #ccc;
}
.blog .blog-item .entry-meta > span a {
  font-size: 12px;
  margin-left: 3px;
  font-weight: 300;
  color: #888;
}
ul.pagination > li > a {
  border: 1px solid #F1F1F1;
  margin-right: 5px;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 14px;
}
ul.pagination > li > a i {
  margin-left: 5px;
  margin-right: 5px;
}
ul.pagination > li.active > a,
ul.pagination > li:hover > a {
  background-color: #16528e !important;
  border-color: #16528e !important;
  color: #fff;
}
.search_box {
  background-image: url("../images/search_icon.png");
  background-position: 314px 15px;
  background-repeat: no-repeat;
  border-color: #DEDEDE;
  height: 48px;
  outline: medium none;
  box-shadow: none;
}
.form-control:focus {
  box-shadow: none;
  outline: 0 none;
}
ul.tag-cloud,
ul.sidebar-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tag-cloud li {
  display: inline-block;
  margin-bottom: 3px;
}
.tag-cloud li a {
  background: #f5f5f5;
  color: #888;
  border: 0;
  border-radius: 4px;
  padding: 8px 15px;
}
.tag-cloud li a:hover {
  background: #16528e;
  color: #fff;
}
.sidebar-gallery li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.sidebar-gallery li a {
  border-radius: 4px;
  display: inline-block;
}
/**********************
**blog single page css*
**********************/
.reply_section {
  background: #f5f5f5;
  border-radius: 5px;
}
.post_reply {
  margin-left: 10px;
  margin-top: 45px;
}
.post_reply img {
  width: 85px;
  height: 85px;
  border: 5px solid #D5D8DD;
}
.post_reply ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-top: 5px;
}
.post_reply ul li {
  float: left;
}
.post_reply ul li a {
  display: block;
}
.post_reply ul li a i {
  border: 1px solid #DDDDDD;
  border-radius: 39px;
  color: #FFFFFF;
  font-size: 20px;
  height: 30px;
  margin-right: 3px;
  padding-top: 7px;
  text-align: center;
  width: 30px;
}
.post_reply ul li a i.fa-facebook {
  background: #0182C4;
}
.post_reply ul li a i.fa-twitter {
  background: none repeat scroll 0 0 #3FC1FE;
}
.post_reply ul li a i.fa-google-plus {
  background: none repeat scroll 0 0 #D34836;
}
.post_reply ul li a i:hover {
  opacity: .5;
}
.post_reply_content {
  margin: 30px;
}
.post_reply_content h1 a:hover {
  color: #FFC800;
}
.post_reply_content h4 {
  margin-bottom: 50px;
}
.reply_section .media-body {
  display: inherit;
}
.comment_section .media-body {
  display: inherit;
}
#comments_title {
  color: #4e4e4e;
  font-weight: 700px;
  font-size: 20px;
  margin-top: 60px;
  margin-bottom: 40px;
}
.comment_section {
  margin-top: 30px;
  position: relative;
}
.post_comments img {
  width: 85px;
  height: 85px;
  margin-top: 35px;
}
.post_reply_comments {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 30px;
}
.post_reply_comments:before {
  border-color: transparent #F0F0F0 transparent transparent;
  border-style: solid;
  border-width: 15px;
  content: " ";
  height: 0;
  left: 75px;
  position: absolute;
  top: 20px;
}
.post_reply_comments h3,
.post_reply_content h3 {
  margin-top: 0;
}
.post_reply_comments h1 a:hover {
  color: #16528e;
}
.post_reply_comments h4 {
  color: #c4c4c5;
  font-weight: 400;
}
.post_reply_comments p {
  padding-bottom: 30px;
}
.post_reply_comments a {
  bottom: 15px;
  position: absolute;
  right: 30px;
  background: #16528e;
  color: #fff;
  border-radius: 5px;
  padding: 8px 20px;
}
.post_reply_comments a:before {
  border-color: #16528e transparent transparent;
  border-style: solid;
  border-width: 16px;
  bottom: -11px;
  content: "";
  height: 0;
  left: -12px;
  position: absolute;
  z-index: 99999;
}
.message_heading {
  margin-bottom: 50px;
  margin-top: 60px;
}
/******************
 404 page css
 ******************/
#error .btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success:hover {
  background-color: #EBEBEB;
  border-color: #EBEBEB;
  color: #4E4E4E;
}
#error h1 {
  color: #4e4e4e;
  text-transform: uppercase;
}
/******************
shortcodes page css
******************/
.shortcode-item {
  padding-bottom: 0;
}
.shortcode-item h2 {
  color: #4E4E4E;
  font-size: 24px;
  margin-bottom: 22px;
  margin-top: 0;
  font-weight: 600;
}
/***********************
********* Footer ******
************************/
#bottom {
  background: #f5f5f5;
  border-bottom: 5px solid #16528e;
  font-size: 14px;
}
#bottom h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 22px;
  color: #000;
}
#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#bottom ul li {
  display: block;
  padding: 5px 0;
}
#bottom ul li a {
  color: #808080;
}
#bottom ul li a:hover {
  color: #16528e;
}
#bottom .widget {
  margin-bottom: 0;
}
#footer {
  color: white;
}
#footer .container {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #313131;
  -webkit-border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-bottomright: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
#footer .container a {
  color: #fff;
}
#footer .container .copy {
  color: white !important;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
#footer .container .copy img {
  max-width: 60px;
  float: left;
  margin-right: 15px;
}
#footer .container .copy h2 {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-family: 'Work Sans', sans-serif;
  color: white;
}
#footer .container .copy p {
  color: white;
}
@media (max-width: 767px) {
  #footer .container .copy.uno {
    display: none;
  }
  #footer .container .copy.uno p {
    font-size: 10px;
  }
}
