
/*-------------------------------------------------
 =  Table of Css

 1.Isotope
 2.Header
 3.content - home sections
 4.Home2
 5.Home3
 6.Portfolio pages
 7.Blog pages
 8.Single Post
 9.single-project
 10.About
 11.Services
 12.Contact
 13.Error
 14.testimonials page
 15.Faqs page
 16.shortcodes
 17.Footer
 18.Responsive Part
-------------------------------------------------*/
/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Great+Vibes');
@import url('https://fonts.googleapis.com/css?family=Ubuntu');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web');


.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
.navbar-default {
  background: #f9fafb;
  border: none;
}
.navbar-brand {
  height: auto;
  padding: 20px 15px;
}
.navbar-nav > li > a {
  color: #333333 !important;
  font-size: 15px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;

}
.navbar-nav > li > a:hover {
  color: #dd2828 !important;
}
.navbar-nav a.open-search {
}
.navbar-nav a.open-search i {
  color: #333333;
  font-size: 20px;
  display: inline-block;
  margin-top: -5px;
}
.navbar-nav li.drop {
  position: relative;
}
.navbar-nav li ul.drop-down {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 160px;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
  text-align: left;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.navbar-nav li ul.drop-down li {
  list-style: none;
  display: block;
  margin: 0;
}
.navbar-nav li ul.drop-down li ul.drop-down.level3 {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  top: 0px;
  left: 100%;
  border-bottom: none;
}
.navbar-nav li ul.drop-down li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #ffffff;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  padding: 16px 20px;
  text-transform: uppercase;
  font-weight: 700;
  background: #3a3d41;
  margin: 0;
  border: none;
}
.navbar-nav li ul.drop-down li a:hover {
  background: #e7b60d;
}
.navbar-nav li ul.drop-down li:hover ul.drop-down.level3 {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.navbar-nav li ul.drop-down li:last-child {
  border-bottom: none;
}
.navbar-nav li:hover > ul.drop-down {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
header.one-page .navbar-nav > li {
  margin-left: 0;
}
header.one-page .navbar-nav > li > a span {
  color: #e7b60d;
}
.form-search {
  position: absolute;
  top: 70%;
  right: 0;
  width: 230px;
  background: transparent;
  padding: 14px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.form-search input[type="search"] {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  margin: 0;
  color: #3a3d41;
  padding: 10px 12px;
  border: none;
  width: 100%;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: #ffffff;
}
.form-search button {
  background: #ffffff;
  border: none;
  float: right;
  margin-top: -32px;
  margin-right: 15px;
  position: relative;
  z-index: 2;
}
.form-search button i {
  color: #b5b5b5;
  font-size: 16px;
}
.form-search.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
/*-------------------------------------------------*/
/* =  content - home sections
/*-------------------------------------------------*/
#container {
  padding-top: 49px;
  overflow: hidden;
}
.slider1 {
  position: relative;
}
.slider1 .banner-thumbs {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: 50px;
}
.slider1 .banner-thumbs ul.slider-thumbnails {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.slider1 .banner-thumbs ul.slider-thumbnails li {
  border-top: 2px solid #3a3d41;
  margin: 0;
  width: 25%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  float: left;
}
.slider1 .banner-thumbs ul.slider-thumbnails li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background: #3a3d41;
  display: block;
  border: none !important;
  margin: 0;
  width: 100%;
  padding: 30px 10px;
  overflow: hidden;
}
.slider1 .banner-thumbs ul.slider-thumbnails li a span {
  display: inline-block;
  float: left;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #e7b60d;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  font-family: arial;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.slider1 .banner-thumbs ul.slider-thumbnails li a h2 {
  color: #3a3d41;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 2px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18px;
  text-transform: inherit;
  margin: 3px 0 0 60px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  text-align: left;
}
.slider1 .banner-thumbs ul.slider-thumbnails li a p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  font-size: 12px;
  font-weight: 700;
  margin: 0;
  margin-left: 60px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  text-align: left;
}
.slider1 .banner-thumbs ul.slider-thumbnails li a:hover {
  background: #3a3d41;
  opacity: 0.7;
}
.slider1 .banner-thumbs ul.slider-thumbnails li.active {
  border-top: 2px solid #e7b60d;
}
.slider1 .banner-thumbs ul.slider-thumbnails li.active a span {
  background: #ffffff;
  color: #3a3d41;
}
.slider1 {
  overflow: hidden;
}
.slider1 .tp-bannertimer {
  display: none;
}
.slotholder:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(58, 61, 65, 0.8);*/
}
.slider3 .slotholder:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}
.tp-caption.large_bold_white {
  font-size: 60px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}
.tp-caption.medium_thin_white {
  color: #ffffff;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
}
.tp-caption.medium_thin_white .button-large {
  margin: 0 10px;
}
.tp-caption.large_bold_grey {
  font-size: 60px;
  color: #3a3d41;
  font-weight: 700;
  text-align: center;
}
.tp-caption.large_bold_grey span {
  color: #e7b60d;
  display: block;
}
.tp-caption.medium_thin_grey {
  color: #999999;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  text-align: center;
}
.slider3 .tp-leftarrow.default {
  background: url(../images/revolution-icons/large_left2.png) no-Repeat 0 0;
}
.slider3 .tp-rightarrow.default {
  background: url(../images/revolution-icons/large_right2.png) no-Repeat 0 0;
}
.slider3 .tp-leftarrow:hover,
.slider3 .tp-rightarrow:hover {
  background-position: bottom left;
}
.slider-fullwidth {
  margin-top: -67px;
}
.title-section {
  padding: 64px 56px;
  text-align: center;
  background: #f9fafb;
}
.title-section h1 {
  color: #3a3d41;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 7px;
}
.title-section p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  color: #999999;
  font-size: 18px;
  margin: 0;
}
.services-section .services-box {
  background: url('../images/fondoservi.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 10px 0;
  position: relative;
  background-position: center!important;
  background-repeat: no-repeat;
}


.services-boxnoti {
  background: url('../images/banerdestanoti.jpg')!important;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
/*  padding: 10px 0;*/
  position: relative;
  background-position: center!important;
  background-repeat-y: no-repeat!important;

  padding-bottom: 70px;

}



.services-section .services-box .services-post {
  margin-bottom: 25px;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 40px;
}
.services-section .services-box .services-post .services-head {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.services-section .services-box .services-post .services-head a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  /*width: 60px;
  height: 60px;*/
  background: #f9fafb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 22px;
}
.services-section .services-box .services-post .services-head a i {
  color: #3a3d41;
  line-height: 60px;
  font-size: 30px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;

}
.services-section .services-box .services-post .services-head h2 {
  color: #3a3d41;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin: 0 0 7px;
  color: #27395b;
  margin-bottom: 10px;
}
.services-section .services-box .services-post .services-head span {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  display: inline-block;
  font-size: 16px;
  color: #797979;
  margin: 0;
}
.services-section .services-box .services-post .services-head:after {
  position: absolute;
  content: '';
  width: 60px;
  height: 1px;
  background: #ffffff;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.services-section .services-box .services-post p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
}
.services-section .services-box .services-post:hover .services-head a {
  background: transparent;
}
.services-section .services-box .services-post:hover .services-head a i {
  color: #ffffff;
}
.services-section .services-box .services-post:hover .services-head:after {
  background: transparent;
}
.services-section .services-box:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background: rgba(58, 61, 65, 0.8);*/
}
a.button-one {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 10px 15px;
  color: #ffffff;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #999999;
  box-shadow: 0 3px 0 #5c5f62;
  -webkit-box-shadow: 0 3px 0 #5c5f62;
  -moz-box-shadow: 0 3px 0 #5c5f62;
  -o-box-shadow: 0 3px 0 #5c5f62;
}
a.button-one:hover {
  background: #e7b60d;
  border: 1px solid #e7b60d;
  box-shadow: 0 3px 0 #3b2e01;
  -webkit-box-shadow: 0 3px 0 #3b2e01;
  -moz-box-shadow: 0 3px 0 #3b2e01;
  -o-box-shadow: 0 3px 0 #3b2e01;
}
.banner-section {
  background: url('../images/pattern.png');
  padding: 60px 0;
  text-align: center;
}
.banner-section h1 {
  color: #3a3d41;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 7px;
  color: #ffffff;
  margin-bottom: 16px;
}
.banner-section p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  color: #999999;
  font-size: 14px;
}
a.button-two {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: #e7b60d;
  box-shadow: 0 3px 0 #3b2e01;
  -webkit-box-shadow: 0 3px 0 #3b2e01;
  -moz-box-shadow: 0 3px 0 #3b2e01;
  -o-box-shadow: 0 3px 0 #3b2e01;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
a.button-two span {
  display: inline-block;
  padding: 10px 26px 9px;
  color: #ffffff;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
a.button-two i {
  padding: 12px 15px;
  font-size: 14px;
  color: #ffffff;
  border-left: 1px solid #3b2e01;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
a.button-two:hover {
  background: #f9fafb;
  box-shadow: 0 3px 0 #808080;
  -webkit-box-shadow: 0 3px 0 #808080;
  -moz-box-shadow: 0 3px 0 #808080;
  -o-box-shadow: 0 3px 0 #808080;
}
a.button-two:hover span {
  color: #e7b60d;
}
a.button-two:hover i {
  color: #e7b60d;
  border-left: 1px solid #d9dadb;
  background: #f3f4f5;
}
.portfolio-box .project-post {
  text-align: center;
}
.portfolio-box .project-post .project-gal {
  position: relative;
}
.portfolio-box .project-post .project-gal img {
  width: 100%;
}
.portfolio-box .project-post .project-gal .hover-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.65);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  opacity: 0;
}
.portfolio-box .project-post .project-gal .hover-box a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #e7b60d;
  top: 50%;
  margin-top: -20px;
  position: absolute;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.portfolio-box .project-post .project-gal .hover-box a i {
  font-size: 14px;
  color: #ffffff;
  line-height: 40px;
}
.portfolio-box .project-post .project-gal .hover-box a:hover {
  background: #3a3d41;
}
.portfolio-box .project-post .project-gal .hover-box a.zoom {
  right: 50%;
  margin-right: 35px;
}
.portfolio-box .project-post .project-gal .hover-box a.link {
  left: 50%;
  margin-left: 35px;
}
.portfolio-box .project-post .project-content {
  padding: 25px 10px;
  background: #f9fafb;
  border-bottom: 1px solid transparent;
}
.portfolio-box .project-post .project-content h2 {
  color: #3a3d41;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 2px;
  text-transform: uppercase;
}
.portfolio-box .project-post .project-content p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  margin-bottom: 0;
  font-size: 12px;
  color: #999999;
}
.portfolio-box .project-post:hover .project-gal .hover-box {
  visibility: visible;
  opacity: 1;
}
.portfolio-box .project-post:hover .project-gal .hover-box a {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.portfolio-box .project-post:hover .project-gal .hover-box a.zoom {
  margin-right: 5px;
}
.portfolio-box .project-post:hover .project-gal .hover-box a.link {
  margin-left: 5px;
}
.portfolio-box .project-post:hover .project-content {
  border-bottom: 1px solid #e7b60d;
  background: #ffffff;
}
div.buttons {
  text-align: center;
  margin: 10px 0;
  float: right;
}
div.buttons a.button-third {
  margin: 0 5px;
  background: #f9fafb;
  color: #d3722d;
  border-color: #d3722d;

}

div.buttons a.button-third:hover, div.buttons a.button-third:focus, div.buttons a.button-third:active{
  background: #d3722d;
  color: #f9fafb;
  border-color: #d3722d;
}



div.buttons2 {
  text-align: center;
  margin: 10px 0;

}
div.buttons2 a.button-third {
  margin: 0 2px;
  background: white;
  color: white;
  border-color: #dd2828;
  border-radius: 53px;
  padding: 6px 6px;

}




div.buttons2 a.button-third:hover, div.buttons2 a.button-third:focus, div.buttons2 a.button-third:active{
  background: #dd2828;
  color: white;
  border-color: #dd2828;
}




div.buttons3
{
  text-align: center;
  margin: 10px 0;

}
div.buttons3 a.button-third {
  margin: 0 2px;
  background: white;
  color: white;
  border-color: #dd2828;
  border-radius: 53px;
  padding: 6px 6px;

}




div.buttons3 a.button-third:hover, div.buttons3 a.button-third:focus, div.buttons3 a.button-third:active{
  background: #dd2828;
  color: white;
  border-color: #dd2828;
}



div.buttons4
{
  text-align: center;
  margin: 10px 0;

}
div.buttons4 a.button-third {
  margin: 0 2px;
  background: white;
  color: white;
  border-color: #dd2828;
  border-radius: 53px;
  padding: 6px 6px;

}




div.buttons4 a.button-third:hover, div.buttons4 a.button-third:focus, div.buttons4 a.button-third:active{
  background: #dd2828;
  color: white;
  border-color: #dd2828;
}



a.button-third {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 10px 15px;
  color: #999999;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
 /* box-shadow: 0 3px 0 #e5e5e5;
  -webkit-box-shadow: 0 3px 0 #e5e5e5;
  -moz-box-shadow: 0 3px 0 #e5e5e5;
  -o-box-shadow: 0 3px 0 #e5e5e5;*/
  margin: 0;
}
a.button-third i {
  font-size: 20px;
  font-weight: 900;
}
a.button-third:hover {
  border: 1px solid #999999;
}
.owl-pagination {
  display: none;
}
.owl-theme .owl-controls {
  display: none !important;
}
.features-section {
  background: url('../upload/banners/back2.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}





.promociones{
  background: url('../images/fondopromo.jpg') !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 10px 0;
  position: relative;

  background-repeat-y: no-repeat!important;
}


.clientesp{
  background: url('../images/fondoclientes.jpg') !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 10px 0;
  position: relative;

  background-repeat-y: no-repeat!important;
}



.features-section .container {
  position: relative;
  z-index: 3;
}
.features-section .container .features-head {
  margin-bottom: 75px;
  text-align: center;
}
.features-section .container .features-head h1 {
  color: #3a3d41;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 7px;
  color: #ffffff;
  margin-bottom: 16px;
}
.features-section .container .features-head p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  color: #999999;
  font-size: 14px;
}
.features-section .container .feature-list {
  padding: 0;
  margin: 0 0 30px;
}
.features-section .container .feature-list li {
  list-style: none;
}
.features-section .container .feature-list li span {
  display: inline-block;
  float: left;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ffffff;
  text-align: center;
}
.features-section .container .feature-list li span i {
  color: #ffffff;
  font-size: 18px;
  line-height: 40px;
}
.features-section .container .feature-list li .list-cont {
  margin-left: 54px;
  padding-top: 10px;
}
.features-section .container .feature-list li .list-cont h3 {
  color: #ffffff;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 16px;
}
.features-section .container .feature-list li .list-cont p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  color: #999999;
}
.features-section .container .image-place {
  text-align: center;
  position: relative;
}
.features-section .container .image-place img {
  max-width: 100%;
  margin-bottom: -60px;
}
.features-section:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(58, 61, 65, 0.8);
}
.features-section:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 60px;
  bottom: 0;
  left: 0;
  background: #f9fafb;
  z-index: 2;
}
.blog-section .title-section {
  background: #ffffff;
}
.blog-section .blog-post {
  margin: 0 10px;
}
.blog-section .blog-post img {
  width: 100%;
}
.blog-section .blog-post .post-content {
  overflow: hidden;
}
.blog-section .blog-post .post-content .post-date {
  float: left;
  width: 60px;
  height: 90px;
  background: #3a3d41;
  text-align: center;
  padding: 12px 2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.blog-section .blog-post .post-content .post-date p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
}
.blog-section .blog-post .post-content .post-date p span {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
}
.blog-section .blog-post .post-content .post-date p span:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 1px;
  background: #ffffff;
  bottom: 0px;
  left: 50%;
  margin-left: -10px;
}
.blog-section .blog-post .post-content .content-data {
  margin-left: 60px;
  padding: 15px 20px;
  background: #f9fafb;
  min-height: 90px;
}
.blog-section .blog-post .post-content .content-data h2 {
  color: #3a3d41;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 2px;
  text-transform: uppercase;
  line-height: 20px;
  margin: 0;
}
.blog-section .blog-post .post-content .content-data h2 a {
  color: #3a3d41;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.blog-section .blog-post .post-content .content-data h2 a:hover {
  color: #e7b60d;
}
.blog-section .blog-post .post-content .content-data p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  color: #999999;
  font-size: 12px;
  margin: 0;
}
.blog-section .blog-post .post-content .content-data p a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
}
.blog-section .blog-post:hover .post-date {
  background: #e7b60d;
}
.client-section {
  background: #f9fafb;
  padding-bottom: 60px;
  overflow: hidden;
}
.client-section ul.client-list {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.client-section ul.client-list li {
  list-style: none;
  float: left;
  width: 16.666%;
}
.client-section ul.client-list li a {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.client-section ul.client-list li a img {
  width: 100%;
}
.client-section ul.client-list li a:hover {
  opacity: 0.7;
}
.client-section .bx-wrapper .bx-pager {
  display: none;
}
.client-section .bx-wrapper .bx-controls-direction a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  top: 0;
  width: 40px;
  height: 40px;
  color: #999999;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 3px 0 #e5e5e5;
  -webkit-box-shadow: 0 3px 0 #e5e5e5;
  -moz-box-shadow: 0 3px 0 #e5e5e5;
  -o-box-shadow: 0 3px 0 #e5e5e5;
  margin: 0 8px;
  position: absolute;
  margin-top: 10px;
  background: #ffffff;
}
.client-section .bx-wrapper .bx-controls-direction a.bx-prev {
  margin-left: -40px;
}
.client-section .bx-wrapper .bx-controls-direction a.bx-next {
  margin-right: -40px;
}
.client-section .bx-wrapper .bx-controls-direction a.bx-prev:before {
  font-family: 'FontAwesome';
  content: "\f104";
  position: absolute;
  font-size: 12px;
  color: #999999;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 40px;
  -webkit-backface-visibility: hidden;
}
.client-section .bx-wrapper .bx-controls-direction a.bx-next:before {
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  font-size: 12px;
  color: #999999;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 40px;
  -webkit-backface-visibility: hidden;
}
.client-section .bx-wrapper .bx-controls-direction a:hover {
  border: 1px solid #999999;
}
/*-------------------------------------------------*/
/* =  Home2
/*-------------------------------------------------*/
.features-section2 {
  overflow: hidden;
}
.features-section2 .title-section {
  background: #ffffff;
}
.features-section2 .features-box {
  background: url('../upload/banners/back3.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 40px 0 0px;
  position: relative;
}
.features-section2 .features-box .container {
  position: relative;
  z-index: 2;
}
.features-section2 .features-box:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.92);
}
.features-section2 .image-place {
  margin-top: 10px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.features-section2 .image-place img {
  max-width: 100%;
  margin: 0;
}
.feature-list2 {
  padding: 0;
  margin: 0 0 30px;
}
.feature-list2 li {
  list-style: none;
}
.feature-list2 li span {
  display: inline-block;
  float: left;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #e7b60d;
  text-align: center;
}
.feature-list2 li span i {
  color: #ffffff;
  font-size: 18px;
  line-height: 40px;
}
.feature-list2 li .list-cont {
  margin-left: 54px;
  padding-top: 10px;
}
.feature-list2 li .list-cont h3 {
  color: #ffffff;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 16px;
  color: #3a3d41;
}
.feature-list2 li .list-cont p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  color: #999999;
}
.feature-list2.white {
  padding: 0;
  margin: 0 0 30px;
}
.feature-list2.white li {
  list-style: none;
}
.feature-list2.white li span {
  display: inline-block;
  float: left;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #ffffff;
  text-align: center;
}
.feature-list2.white li span i {
  color: #ffffff;
  font-size: 18px;
  line-height: 40px;
}
.feature-list2.white li .list-cont {
  margin-left: 54px;
  padding-top: 10px;
}
.feature-list2.white li .list-cont h3 {
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 16px;
  color: #ffffff;
}
.feature-list2.white li .list-cont p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  color: #999999;
}
.statistic-section {
  /*background: url('../upload/banners/back.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  padding: 60px 0 70px;*/
}
.statistic-section .container {
  position: relative;
  z-index: 2;
}
.statistic-post {
  overflow: hidden;
}
.statistic-post i {
  float: left;
  font-size: 30px;
  color: #d3722d;
  display: inline-block;
  margin-top: 0px;
  border: 1px solid;
  padding: 10px;
  border-style: dashed;
  border-radius: 41px;
  margin-right: 10px;
}
.statistic-post p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  margin: 0;
  margin-left: 46px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #ffffff;
}
.statistic-post p span {
  color: black;
  font-size: 18px;
  line-height: 20px;
  font-weight: 100;
}
.statistic-section:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
 /* background: rgba(58, 61, 65, 0.8);*/
}
.portfolio-box.portfolio-style2 .project-post .project-gal .hover-box {
  background: rgba(255, 255, 255, 0.9);
}
.portfolio-box.portfolio-style2 .project-post .project-gal .hover-box .inner-hover {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 100%;
  left: 0;
}
.portfolio-box.portfolio-style2 .project-post .project-gal .hover-box .inner-hover h2 {
  color: #3a3d41;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 2px;
  text-transform: uppercase;
  color: #e7b60d;
}
.portfolio-box.portfolio-style2 .project-post .project-gal .hover-box .inner-hover p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  margin-bottom: 0;
  font-size: 12px;
  color: #999999;
}
.portfolio-box.portfolio-style2 .project-post .project-gal .hover-box .inner-hover a {
  position: relative;
  top: inherit;
  margin-bottom: 16px;
}
.portfolio-box.portfolio-style2 .project-post .project-gal .hover-box .inner-hover a.zoom {
  right: inherit;
  margin-right: 40;
}
.portfolio-box.portfolio-style2 .project-post .project-gal .hover-box .inner-hover a.link {
  left: inherit;
  margin-left: 40;
}
.portfolio-box.portfolio-style2 .project-post:hover .project-gal .hover-box .inner-hover a.zomm {
  margin-right: 5px;
}
.portfolio-box.portfolio-style2 .project-post:hover .project-gal .hover-box .inner-hover a.link {
  margin-left: 5px;
}
.title-section.transparent-back {
  background: transparent;
}
.title-section.transparent-back h1 {
  color: #ffffff;
}
.testimonials-section {
  background: url('../upload/banners/back6.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  padding: 0px 0 40px;
}
.testimonials-section .container {
  position: relative;
  z-index: 2;
}
.testimonials-section .title-section {
  position: relative;
  z-index: 2;
}
.testimonials-section .bx-wrapper .bx-pager.bx-default-pager a {
  background: transparent;
  border: 2px solid #ffffff;
}
.testimonials-section .bx-wrapper .bx-pager.bx-default-pager a:hover,
.testimonials-section .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #e7b60d;
  border: 2px solid #e7b60d;
}
.testimonials-section:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(58, 61, 65, 0.8);
}
.testimonial-post {
  text-align: center;
  margin-bottom: 20px;
}
.testimonial-post img {
  display: inline-block;
  max-width: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 12px;
}
.testimonial-post h2 {
  color: #3a3d41;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 2px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 27px;
}
.testimonial-post p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  color: #ffffff;
  max-width: 860px;
  margin: 0 auto;
  padding: 20px 25px;
  background: #e7b60d;
  position: relative;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
}
.testimonial-post p:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background: #e7b60d;
  border: 1px solid #e7b60d;
  left: 50%;
  margin-left: -10px;
  top: -10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*-------------------------------------------------*/
/* =  home 3
/*-------------------------------------------------*/
.banner-section.style2 {
  background: #ffffff;
}
.banner-section.style2 h1 {
  color: #3a3d41;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 7px;
}
.banner-section.style2 p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  color: #999999;
  font-size: 14px;
}
.portfolio-box.portfolio-style2.hover-second .project-post .project-gal .hover-box {
  background: rgba(58, 61, 65, 0.9);
}
.title-section.pattern {
  background: url('../images/pattern.png');
}
.title-section.pattern h1 {
  color: #ffffff;
}
.features-section3 {
  background: url('../upload/banners/back3.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 55px 0 0px;
  position: relative;
}
.features-section3 .container {
  position: relative;
  z-index: 2;
}
.features-section3 .container h1 {
  color: #3a3d41;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 7px;
  line-height: 28px;
  color: #e7b60d;
}
.features-section3 .container h1 span {
  color: #3a3d41;
}
.features-section3 .container p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  color: #999999;
  margin-bottom: 45px;
}
.features-section3 .container .image-place img {
  max-width: 100%;
  margin: 0;
}
.feature-list3 {
  padding: 0;
  margin: 0 0 30px;
}
.feature-list3 li {
  list-style: none;
}
.feature-list3 li span {
  display: inline-block;
  float: left;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #3a3d41;
  text-align: center;
}
.feature-list3 li span i {
  color: #ffffff;
  font-size: 24px;
  line-height: 60px;
}
.feature-list3 li .list-cont {
  margin-left: 74px;
}
.feature-list3 li .list-cont h3 {
  color: #ffffff;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 16px;
  color: #3a3d41;
  font-size: 24px;
  margin-bottom: 5px;
}
.feature-list3 li .list-cont p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  color: #999999;
  font-size: 14px;
}
.features-section3:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.92);
}
.blog-section.second-style .blog-post {
  overflow: hidden;
}
.blog-section.second-style .blog-post .post-gal {
  margin-left: 60px;
}
.blog-section.second-style .blog-post .post-content > p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  padding: 16px 22px;
  margin: 0;
  margin-left: 60px;
  color: #999999;
}
.blog-section.second-style .blog-post .post-date {
  float: left;
  width: 60px;
  height: 90px;
  background: #3a3d41;
  text-align: center;
  padding: 12px 2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.blog-section.second-style .blog-post .post-date p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
}
.blog-section.second-style .blog-post .post-date p span {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
}
.blog-section.second-style .blog-post .post-date p span:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 1px;
  background: #ffffff;
  bottom: 0px;
  left: 50%;
  margin-left: -10px;
}
.blog-section.second-style .blog-post:hover .post-date {
  background: #e7b60d;
}
/*-------------------------------------------------*/
/* =  portfolio pages
/*-------------------------------------------------*/
.page-banner {
    padding: 75px 0 185px;
  position: relative;

}
.page-banner .container {
  position: relative;
  z-index: 2;
}
.page-banner .container h1 {
  color: #3a3d41;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 7px;
  color: #ffffff;
  font-size: 36px;
}
.page-banner:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;

}
.portfolio-page-banner {
  background: url('../upload/banners/back3.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.title-section.white {
  background: #ffffff;
}
ul.filter {
  margin: 0;
  padding: 35px 0;
  background: #f9fafb;
  text-align: center;
}
ul.filter li {
  list-style: none;
  display: inline-block;
  margin-left: 25px;
}
ul.filter li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #3a3d41;
  font-size: 12px;
  font-weight: 700;
  padding-bottom: 6px;
  border-bottom: 1px solid transparent;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
}
ul.filter li a:hover,
ul.filter li a.active {
  color: #e7b60d;
  border-bottom: 1px solid #e7b60d;
}
.masonry.three-col .project-post {
  width: 33.32%;
}
.masonry.four-col .project-post {
  width: 24.98%;
}
.masonry.five-col .project-post {
  width: 19.99%;
}
.testimonials-section.transparent-back {
  background: #ffffff;
}
.testimonials-section.transparent-back .testimonial-post h2 {
  color: #3a3d41;
}
.testimonials-section.transparent-back .testimonial-post p {
  color: #999999;
  background: #ffffff;
  border: 1px solid #dddddd;
}
.testimonials-section.transparent-back .testimonial-post p:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  border-right-color: transparent;
  left: 50%;
  margin-left: -10px;
  top: -10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.testimonials-section.transparent-back .bx-wrapper .bx-pager.bx-default-pager a {
  background: transparent;
  border: 2px solid #dddddd;
}
.testimonials-section.transparent-back .bx-wrapper .bx-pager.bx-default-pager a:hover,
.testimonials-section.transparent-back .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #e7b60d;
  border: 2px solid #e7b60d;
}
.testimonials-section.transparent-back:after {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  outline: none;
}
/*-------------------------------------------------*/
/* =  blog pages
/*-------------------------------------------------*/
.blog-page-banner {
  background: url('../upload/banners/banner1.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}




.about-page-empresa {
    background: url('../images/bannerempresa.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



.about-page-pvc {
  background: url('../images/bannerpvc.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.about-page-productos {
  background: url('../images/productos.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.about-page-noticias {
  background: url('../images/bannernoticia.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.about-page-otros {
  background: url('../images/otrosservicios.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.about-page-limpieza
{
  background: url('../images/limpieza.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.about-page-jardineria
{
  background: url('../images/jardineria.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.about-page-contacto
{
  background: url('../images/contacto.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.blog-box.masonry {
  width: 1170px;
  margin-left: -15px;
  margin-top: 50px;
}
.blog-box.masonry .blog-post {
  margin: 15px;
  width: 360px;
}
.blog-box.masonry .blog-post .post-gal {
  position: relative;
}
.blog-box.masonry .blog-post .post-gal iframe {
  width: 100%;
}


.blog-box.masonry .blog-post .post-gal .hover-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  visibility: hidden;
  opacity: 0;
}



.blog-box.masonry .blog-post .post-gal .hover-box.hovercapa3 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.32);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  visibility: hidden;
  opacity: 0;
  padding: 55px 15px;

}

.blog-box.masonry .blog-post:hover .post-gal .hover-box.hovercapa3 h3{
  font-size: 21px;

}

.blog-box.masonry .blog-post:hover .post-gal .hover-box.hovercapa3 p{
  font-size: 16px;

}

.blog-box.masonry .blog-post:hover .post-gal .hover-box.hovercapa3 a {
  margin-left: 0px;
  /*-webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);*/
  font-family: 'Titillium Web', sans-serif;
  color: white!important;
  font-weight:600;

}

.dede{
  font-family: 'Titillium Web', sans-serif;
  margin-top: 5px!important;
  margin-bottom: 5px!important;
}

.blog-box.masonry .blog-post:hover .post-gal .hover-box.hovercapa3 p {

  font-family: 'Lato', sans-serif;
  color: white!important;
}


.blog-box.masonry .blog-post .post-gal .hover-box.hovercapa3 a:hover {
  background: transparent;
}



.blog-box.masonry .blog-post .post-gal .hover-box > a.link {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #27395b;
  top: 50%;
  left: 50%;
  margin-left: 45px;
  margin-top: -20px;
  position: absolute;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.blog-box.masonry .blog-post .post-gal .hover-box a i {
  font-size: 14px;
  color: #ffffff;
  line-height: 40px;
}
.blog-box.masonry .blog-post .post-gal .hover-box a:hover {
  background: #3a3d41;
}
.blog-box.masonry .blog-post:hover .post-gal .hover-box {
  visibility: visible;
  opacity: 1;
}
.blog-box.masonry .blog-post:hover .post-gal .hover-box a {
  margin-left: -20px;
  /*-webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);*/
}
.flex-direction-nav .flex-next {
  width: 40px;
  height: 40px;
  float: right;
  margin-right: 10px;
  background: #3a3d41;
  border: 1px solid #3a3d41;
  box-shadow: 0 3px 0 #5c5f62;
  -webkit-box-shadow: 0 3px 0 #5c5f62;
  -moz-box-shadow: 0 3px 0 #5c5f62;
  -o-box-shadow: 0 3px 0 #5c5f62;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.flex-direction-nav .flex-prev {
  width: 40px;
  height: 40px;
  float: left;
  margin-left: 10px;
  background: #3a3d41;
  border: 1px solid #3a3d41;
  box-shadow: 0 3px 0 #5c5f62;
  -webkit-box-shadow: 0 3px 0 #5c5f62;
  -moz-box-shadow: 0 3px 0 #5c5f62;
  -o-box-shadow: 0 3px 0 #5c5f62;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.flex-direction-nav .flex-next:after {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 12px;
  color: #ffffff;
  line-height: 40px;
}
.flex-direction-nav .flex-prev:after {
  content: '\f104';
  font-family: 'FontAwesome';
  font-size: 12px;
  color: #ffffff;
  line-height: 40px;
}
.flexslider .flex-next:hover {
  background: #e7b60d;
  border: 1px solid #e7b60d;
  box-shadow: 0 3px 0 #3b2e01;
  -webkit-box-shadow: 0 3px 0 #3b2e01;
  -moz-box-shadow: 0 3px 0 #3b2e01;
  -o-box-shadow: 0 3px 0 #3b2e01;
}
.flexslider .flex-prev:hover {
  background: #e7b60d;
  border: 1px solid #e7b60d;
  box-shadow: 0 3px 0 #3b2e01;
  -webkit-box-shadow: 0 3px 0 #3b2e01;
  -moz-box-shadow: 0 3px 0 #3b2e01;
  -o-box-shadow: 0 3px 0 #3b2e01;
}
.categorize-blog {
  margin-bottom: 40px;
}
.categorize-blog ul.filter {
  padding: 10px 0 0;
}
.view-more {
  padding-left: 45px !important;
  position: relative;
  margin-bottom: 50px !important;
}
.view-more i {
  position: absolute;
  left: 17px;
  top: 7px;
  display: inline-block;
  font-size: 22px !important;
}
.blog-section {
  position: relative;
}
a.go-top {
  position: absolute;
  bottom: 40px;
  right: 40px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 60px;
  height: 60px;
  color: #999999;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 3px 0 #e5e5e5;
  -webkit-box-shadow: 0 3px 0 #e5e5e5;
  -moz-box-shadow: 0 3px 0 #e5e5e5;
  -o-box-shadow: 0 3px 0 #e5e5e5;
}
a.go-top i {
  font-size: 22px;
  line-height: 60px;
}
a.go-top:hover {
  border: 1px solid #999999;
}
.blog-section.with-sidebar {
  padding: 50px 0;
}
.blog-section.with-sidebar .blog-post {
  margin-bottom: 60px;
}
.blog-section.with-sidebar .blog-post .post-content > p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  padding: 20px;
  margin-bottom: 0;
  margin-left: 60px;
  color: #999999;
}
.blog-section.with-sidebar .blog-post .post-content > a {
  margin-left: 80px;
}
.blog-section.with-sidebar .blog-post iframe {
  width: 100%;
  height: 340px;
  margin-bottom: -6px;
}
.pagination-box {
  padding-top: 50px;
  padding-bottom: 20px;
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
}
.pagination-box a.prev {
  float: left;
  margin: 0;
}
.pagination-box a.next {
  float: right;
  margin: 0;
}
.search-widget input[type="search"] {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  margin: 0;
  color: #3a3d41;
  padding: 10px 12px;
  border: 1px solid #e5e5e5;
  width: 100%;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.search-widget input[type="search"]:focus {
  border: 1px solid #e7b60d;
}
.search-widget button {
  background: #fff;
  border: none;
  float: right;
  margin-top: -32px;
  margin-right: 15px;
  position: relative;
  z-index: 2;
}
.search-widget button i {
  color: #d3722d;
  font-size: 16px;
}
.sidebar .widget {
  margin-bottom: 40px;
}
.sidebar .widget h3 {
  color: #ffffff;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 16px;
  color: #3a3d41;
  margin-bottom: 22px;
}
.sidebar .widget ul.category-list,
.sidebar .widget ul.category-list {
  margin: 0;
  padding: 0;
}
.sidebar .widget ul.category-list li,
.sidebar .widget ul.category-list li {
  list-style: none;
  margin-bottom: 22px;
}
.sidebar .widget ul.category-list li a,
.sidebar .widget ul.category-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding-left: 20px;
  text-transform: uppercase;
  color: #3a3d41;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  position: relative;
  font-weight: 700;
}
.sidebar .widget ul.category-list li a:before,
.sidebar .widget ul.category-list li a:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border: 2px solid #e5e5e5;
  left: 0;
  top: 2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.sidebar .widget ul.category-list li a:hover,
.sidebar .widget ul.category-list li a:hover {
  color: #e7b60d;
}
.sidebar .widget ul.category-list li a:hover:before,
.sidebar .widget ul.category-list li a:hover:before {
  border: 2px solid #e7b60d;
  background: #e7b60d;
}
.sidebar .widget ul.category-list li:last-child,
.sidebar .widget ul.category-list li:last-child {
  margin-bottom: 0;
}
.sidebar .widget ul.popular-list {
  margin: 0;
  padding: 0;
}
.sidebar .widget ul.popular-list li {
  list-style: none;
  padding-top: 24px;
  border-top: 1px solid #f5f5f5;
  margin-bottom: 24px;
  overflow: hidden;
}
.sidebar .widget ul.popular-list li img {
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.sidebar .widget ul.popular-list li .side-content {
  margin-left: 80px;
}
.sidebar .widget ul.popular-list li .side-content h2 {
  color: #3a3d41;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 2px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
}
.sidebar .widget ul.popular-list li .side-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #3a3d41;
}
.sidebar .widget ul.popular-list li .side-content h2 a:hover {
  color: #e7b60d;
}
.sidebar .widget ul.popular-list li .side-content p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  margin: 0;
  color: #a9a9a9;
}
.sidebar .widget ul.popular-list li:first-child {
  list-style: none;
  padding-top: 0;
  border-top: none;
}
.sidebar .widget ul.popular-list li:last-child {
  margin-bottom: 0;
}
.sidebar .text-widget p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  color: #999999;
  margin: 0;
}
.sidebar ul.tags-list {
  margin: 0;
  padding: 0;
}
.sidebar ul.tags-list li {
  list-style: none;
  display: inline-block;
  margin-bottom: 3px;
}
.sidebar ul.tags-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 9px;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #999999;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
}
.sidebar ul.tags-list li a:hover {
  color: #ffffff;
  border: 1px solid #3a3d41;
  background: #3a3d41;
}
.blog-box.masonry.one-col {
  width: 100%;
  margin-left: 0;
}
.blog-box.masonry.one-col .blog-post {
  width: 100%;
  margin: 0 0 60px;
}
.blog-box.masonry.one-col .blog-post iframe {
  width: 100%;
  height: 360px;
}
.blog-box.masonry.one-col .blog-post .post-content > a {
  margin-left: 80px;
}
/*-------------------------------------------------*/
/* =  signle post
/*-------------------------------------------------*/
.blog-section.with-sidebar {
  overflow: hidden;
}
.single-post.blog-post .post-content > p {
  padding: 0 20px !important;
  margin-top: 20px !important;
  margin-bottom: 0px;
}
.single-post {
  overflow: hidden;
}
.single-post blockquote {
  border: none;
  background: #f9fafb;
  border-left: 60px solid #e7b60d;
  padding: 20px;
  position: relative;
  margin-top: 20px;
}
.single-post blockquote p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  margin: 0;
  font-weight: 700;
  color: #3a3d41;
}
.single-post blockquote:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 23px;
  top: 50%;
  left: -45px;
  margin-top: -12px;
  background: url('../images/quote.png') center center no-repeat;
}
.single-post .share-tag-box {
  margin-left: 80px;
}
.single-post .share-tag-box .post-tags {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
.single-post .share-tag-box .post-tags li {
  display: inline-block;
}
.single-post .share-tag-box .post-tags li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #3a3d41;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
}
.single-post .share-tag-box .post-tags li a:hover {
  color: #e7b60d;
  text-decoration: underline;
}
.single-post .share-tag-box span {
  display: inline-block;
  color: #3a3d41;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin-bottom: 8px;
}
.single-post .pagination-boxer {
  overflow: hidden;
  margin-bottom: 40px;
  border: 1px solid #e5e5e5;
}
.single-post .pagination-boxer .prev-post {
  float: left;
  width: 50%;
  border-right: 1px solid #e5e5e5;
  padding: 54px 30px;
  background: #f9fafb;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.single-post .pagination-boxer .prev-post a {
  float: left;
  margin: 0 20px 0 0;
}
.single-post .pagination-boxer .prev-post p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  margin: 0;
  font-weight: 700;
  color: #3a3d41;
}
.single-post .pagination-boxer .next-post {
  float: right;
  width: 50%;
  padding: 54px 20px;
  background: #f9fafb;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.single-post .pagination-boxer .next-post a {
  float: right;
  margin: 0 0 0 20px;
}
.single-post .pagination-boxer .next-post p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  margin: 0;
  font-weight: 700;
  color: #3a3d41;
}
.single-post .pagination-boxer .prev-post:hover {
  background: #ffffff;
}
.single-post .pagination-boxer .next-post:hover {
  background: #ffffff;
}
.single-post .comment-section h3 {
  color: #ffffff;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 16px;
  color: #3a3d41;
  margin-bottom: 50px;
}
.single-post .comment-section ul {
  margin: 0;
  padding: 0;
}
.single-post .comment-section ul li {
  list-style: none;
}
.single-post .comment-section ul li img {
  float: left;
  width: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.single-post .comment-section ul li .comment-box {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 42px;
  margin-bottom: 50px;
  overflow: hidden;
}
.single-post .comment-section ul li .comment-content {
  margin-left: 80px;
}
.single-post .comment-section ul li .comment-content h4 {
  color: #3a3d41;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 13px;
  text-transform: inherit;
}
.single-post .comment-section ul li .comment-content span {
  color: #3a3d41;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 2px;
  text-transform: uppercase;
  font-size: 13px;
  color: #333;
  font-weight: 300;
  margin-bottom: 12px;
  text-transform: inherit;
}
.single-post .comment-section ul li .comment-content p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  font-weight: 300;
  color: #999999;
  margin-bottom: 10px;
}
.single-post .comment-section ul li .comment-content a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #3a3d41;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 2px;
  text-transform: uppercase;
  font-size: 13px;
  color: #333;
  font-weight: 300;
  text-transform: inherit;
}
.single-post .comment-section ul li .comment-content a:hover {
  color: #e7b60d;
}
.single-post .comment-section ul li .depth {
  margin-left: 80px;
}
.single-post .comment-form h3 {
  color: #ffffff;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 16px;
  color: #3a3d41;
  margin-bottom: 50px;
}
.single-post .comment-form input[type="text"],
.single-post .comment-form textarea {
  width: 100%;
  display: inline-block;
  padding: 11px;
  background: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #999999;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  border: 1px solid #e5e5e5;
  outline: none;
  margin: 0 0 20px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.single-post .comment-form input[type="text"]:focus,
.single-post .comment-form textarea:focus {
  border: 1px solid #e7b60d;
}
.single-post .comment-form textarea {
  min-height: 122px;
}
.single-post .comment-form input[type="submit"] {
  display: inline-block;
  outline: none;
  padding: 10px 47px;
  color: #999999;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  background: transparent;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  border-bottom: 3px solid #e5e5e5;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: #ffffff;
}
.single-post .comment-form input[type="submit"]:hover {
  border: 1px solid #999999;
  border-bottom: 3px solid #999999;
}
.social-box {
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
  margin-top: 5px;
}
.social-box li {
  display: inline-block;
}
.social-box li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  background: #f8f8f8;
}
.social-box li a i {
  font-size: 15px;
  line-height: 28px;
  color: #c3c3c3;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.social-box li a:hover i {
  color: #ffffff;
}
.social-box li a.facebook:hover {
  background: #3b5b94;
}
.social-box li a.twitter:hover {
  background: #24cafe;
}
.social-box li a.google:hover {
  background: #5b5b5b;
}
.social-box li a.linkedin:hover {
  background: #0089b4;
}
.social-box li a.dribble:hover {
  background: #ed4a8b;
}
.social-box li a.pinterest:hover {
  background: #e84c3d;
}
/*-------------------------------------------------*/
/* =  single-project
/*-------------------------------------------------*/
.single-project {
  padding-bottom: 70px;
}
.project-block {
  padding-right: 50px;
  margin-bottom: 30px;
}
.single-project-content {
  padding-top: 60px;
}
.single-project-content h1 {
  color: #3a3d41;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 7px;
  margin-bottom: 0;
}
.single-project-content h3 {
  color: #ffffff;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 16px;
  color: #999999;
  font-weight: 400;
  margin-bottom: 32px;
}
.single-project-content p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  margin-bottom: 20px;
  color: #999999;
}
.single-project-content p span {
  font-weight: 700;
}
.project-sidebar {
  margin-bottom: 30px;
}
.project-sidebar h1 {
  color: #3a3d41;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 7px;
  margin-bottom: 0;
}
.project-sidebar h3 {
  color: #ffffff;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 16px;
  color: #999999;
  font-weight: 400;
  margin-bottom: 32px;
}
.project-sidebar ul.project-photos {
  margin: 0;
  padding: 0;
  margin-bottom: 60px;
  overflow: hidden;
}
.project-sidebar ul.project-photos li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  list-style: none;
}
.project-sidebar ul.project-photos li img {
  width: 175px;
}
.project-sidebar ul.project-photos li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.project-sidebar ul.project-photos li:nth-child(2n) {
  margin-right: 0;
}
.project-sidebar ul.project-photos li:hover a {
  opacity: 1;
  visibility: visible;
}
.project-sidebar p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  font-weight: 700;
  color: #3a3d41;
  margin-bottom: 10px;
}
.project-sidebar p span {
  color: #999999;
}
.project-sidebar p a {
  color: #e7b60d;
}
.project-sidebar a.button-third {
  margin: 0;
  margin-top: 7px;
}
/*-------------------------------------------------*/
/* =  about
/*-------------------------------------------------*/
.about-page-banner {
  background: url('../upload/banners/banner1.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}







.misiovi{
  background: url('../images/misionvis.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 45px;
}

.panelmv{
  background: white;
  border-radius: 10px;
  height: 280px;
  padding: 5px 15px;

}


.panelmv h3{
  font-family: 'Titillium Web', sans-serif;
  color: #000000;
  font-weight: 600;
}


.panelmv p{
  font-family: 'Titillium Web', sans-serif;
  color: black;

}



.team-section {
  background: #ffffff;
  margin-bottom: 0px;
}
.team-box {
  padding: 30px 0;
  position: relative;
}/*
.team-box .buttons {
  position: absolute;
  width: 100%;
  height: 40px;
  top: 160px;
  left: 0;
}*//*
.team-box .buttons a.owl-prev {
  float: left;
  margin-left: -50px;
}
.team-box .buttons a.owl-next {
  float: right;
  margin-right: -50px;
}*/
.team-post {
  padding: 0 10px;
  text-align: center;
}
.team-post img {
  width: 100%;
}
.team-post .team-head {
  padding: 16px 0 14px;
  position: relative;
  margin-bottom: 16px;
}
.team-post .team-head h2 {
  color: #3a3d41;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 2px;
  text-transform: uppercase;
}
.team-post .team-head span {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  font-size: 12px;
  margin: 0;
  color: #999999;
}
.team-post .team-head:after {
  position: absolute;
  content: '';
  width: 60px;
  height: 1px;
  background: #3a3d41;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
}
.team-post > p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  color: #666666;
  font-size: 12px;
  margin: 0 0 10px;
}
ul.team-social {
  margin: 0;
  padding: 0;
}
ul.team-social li {
  display: inline-block;
}
ul.team-social li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #d2d6da;
  -webkit-backface-visibility: hidden;
  text-align: center;
}
ul.team-social li a i {
  font-size: 18px;
  color: #d2d6da;
  line-height: 40px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
ul.team-social li a:hover {
  background: #3a3d41;
  border: 2px solid #3a3d41;
}
ul.team-social li a:hover i {
  color: #ffffff;
}
.statistic-box.style2 {
  overflow: hidden;
  padding-bottom: 40px;
  border-bottom: 1px solid #e6eaed;
}
.statistic-box.style2 .statistic-post {
  float: left;
  width: 25%;
  margin-bottom: 30px;
}
.statistic-box.style2 .statistic-post .statistic-counter {
  padding: 22px 10px;
  background: #f9fafb;
  border: 1px solid #e6eaed;
  margin-bottom: 30px;
  overflow: hidden;
}
.statistic-box.style2 .statistic-post .statistic-counter p {
  color: #3a3d41;
}
.statistic-box.style2 .statistic-post .statistic-counter p span {
  color: #3a3d41;
}
.statistic-box.style2 .statistic-post .statistic-content p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  margin-bottom: 20px;
  color: #666;
}
.statistic-box.style2 .statistic-post .statistic-content p span {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  margin: 0 0 24px;
  color: #666;
  font-weight: 700;
  margin: 0;
  line-height: 20px;
}
.skills-accord-section {
  padding: 40px 0;
}
.skills-accord-section .accord-box,
.skills-accord-section .skills-box {
  margin-bottom: 30px;
}
.skills-accord-section .accord-box > h1,
.skills-accord-section .skills-box > h1 {
  color: #3a3d41;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 7px;
}
.skills-accord-section .accord-box > p,
.skills-accord-section .skills-box > p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  font-size: 18px;
  color: #999999;
  margin-bottom: 50px;
}
.skills-progress > p {
  color: #3a3d41;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 2px;
  text-transform: uppercase;
  padding-bottom: 12px;
  margin: 0;
  text-transform: inherit;
  position: relative;
}
.meter {
  height: 8px;
  /* Can be anything */
  position: relative;
  background: transparent;
  border: 1px solid #d2d6da;
  margin-bottom: 19px;
  padding: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.meter > p {
  display: block;
  height: 2px;
  position: relative;
  background: #e7b60d;
}
.meter > p span {
  position: absolute;
  right: -15px;
  top: -47px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  background: #3a3d41;
  padding: 8px 3px 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.meter > p span:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 5px solid #3a3d41;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  left: 50%;
  margin-left: -5px;
  bottom: -10px;
}
/*-------------------------------------------------*/
/* =  services
/*-------------------------------------------------*/
.services-page-banner {
  background: url('../upload/banners/banner2.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.features-section2 .features-box-services .feature-list {
  margin-top: 70px;
}
.tab-section {
  background: url('../upload/banners/back7.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  padding: 50px 0 40px;
}
.tab-section .container {
  position: relative;
  z-index: 2;
}
.tab-section:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(58, 61, 65, 0.8);
}
.tab-box .container h1 {
  color: #3a3d41;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 7px;
  color: #ffffff;
  margin-bottom: 15px;
  text-align: center;
}
.tab-box .container > p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  font-size: 14px;
  margin: 0 auto;
  text-align: center;
  max-width: 900px;
}
.nav-tabs {
  border: none;
  margin-top: 60px;
}
.nav-tabs li {
  border-top: 2px solid #3a3d41;
  margin: 0;
  width: 25%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.nav-tabs li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background: #3a3d41;
  display: block;
  border: none !important;
  margin: 0;
  width: 100%;
  padding: 30px 10px;
  overflow: hidden;
}
.nav-tabs li a span {
  display: inline-block;
  float: left;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #e7b60d;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  font-family: arial;
  font-weight: 700;
}
.nav-tabs li a h2 {
  color: #3a3d41;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 2px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18px;
  text-transform: inherit;
  margin: 3px 0 0 60px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.nav-tabs li a p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  font-size: 12px;
  font-weight: 700;
  margin: 0;
  margin-left: 60px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.nav-tabs li a:hover {
  background: #3a3d41;
  opacity: 0.7;
}
.nav-tabs li.active {
  border-top: 2px solid #e7b60d;
}
.nav-tabs li.active a {
  background: #ffffff;
}
.nav-tabs li.active a h2 {
  color: #3a3d41;
}
.nav-tabs li.active a p {
  color: #999999;
}
.tab-content {
  border: none;
  margin-bottom: 40px;
}
.tab-content .tab-pane {
  padding: 40px 30px;
  overflow: hidden;
  background: #ffffff;
}
.tab-content .tab-pane h2 {
  color: #3a3d41;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 2px;
  text-transform: uppercase;
  font-size: 18px;
  text-transform: inherit;
  margin: 0 0 16px;
}
.tab-content .tab-pane p {
  font-size: 14px;
  color: #dddddd;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 35px 15px 25px;
  color: #000000;
  margin-bottom: 10px;
}
.pricing-box {
  overflow: hidden;
  padding-bottom: 100px;
  padding-top: 10px;
}
.pricing-box .pricing-item {
  width: 25%;
  float: left;
  margin-bottom: 20px;
  padding-bottom: 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.pricing-box .pricing-item ul.pricing-table {
  margin: 0;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #3a3d41;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.pricing-box .pricing-item ul.pricing-table li {
  width: 100%;
  list-style: none;
  text-align: center;
  padding: 6px 0;
  background: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.pricing-box .pricing-item ul.pricing-table li p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  color: #999999;
  margin: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.pricing-box .pricing-item ul.pricing-table li a {
  margin: 15px 0 28px;
}
.pricing-box .pricing-item ul.pricing-table li:first-child {
  padding: 34px 0 30px;
  border: none;
  background: #3a3d41;
  margin-bottom: 24px;
}
.pricing-box .pricing-item ul.pricing-table li:first-child h1 {
  color: #3a3d41;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 7px;
  color: #ffffff;
  margin-bottom: 40px;
}
.pricing-box .pricing-item ul.pricing-table li:first-child p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  margin: 0;
}
.pricing-box .pricing-item ul.pricing-table li:first-child p span {
  display: inline-block;
  font-size: 60px;
  margin: 0 6px;
}
.pricing-box .pricing-item:hover {
  padding-bottom: 0;
}
.pricing-box .pricing-item:hover ul.pricing-table {
  background: #f9fafb;
  border-bottom: 1px solid #e7b60d;
  margin-top: -10px;
}
.pricing-box .pricing-item:hover ul.pricing-table li p {
  color: #3a3d41;
}
.pricing-box .pricing-item:hover ul.pricing-table li a {
  margin-bottom: 38px;
}
.pricing-box .pricing-item:hover ul.pricing-table li:first-child {
  padding: 44px 0 30px;
  background: #e7b60d;
}
.pricing-box .pricing-item:hover ul.pricing-table li:first-child p {
  color: #ffffff;
}
/*-------------------------------------------------*/
/* =  contact
/*-------------------------------------------------*/
.contact-page-banner {
  background: url('../upload/banners/banner2.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.map {
  height: 330px;
}
.contact-info {
  padding: 40px 0;
  text-align: center;
}
.contact-info a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #e7b60d;
  margin-bottom: 12px;
}
.contact-info a i {
  line-height: 60px;
  color: #ffffff;
  font-size: 30px;
}
.contact-info h2 {
  color: #3a3d41;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 2px;
  text-transform: uppercase;
  text-transform: inherit;
  margin-bottom: 30px;
}
.contact-info p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  color: #999999;
  padding: 23px;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  position: relative;
}
.contact-info p span {
  display: block;
}
.contact-info p:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #dfdfdf;
  border-bottom-color: transparent;
  border-right-color: transparent;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}
.contact-area {
  background: #f9fafb;
}
.contact-area .title-section {
  padding-bottom: 30px;
}
.contact-area #contact-form {
  padding-bottom: 30px;
}
.contact-area #contact-form p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  color: #999999;
  text-align: center;
  max-width: 660px;
  margin: 0 auto 40px;
}
.contact-area #contact-form input[type="text"],
.contact-area #contact-form textarea {
  width: 100%;
  display: inline-block;
  padding: 11px;
  background: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #999999;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  border: 1px solid #e5e5e5;
  outline: none;
  margin: 0 0 20px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.contact-area #contact-form input[type="text"]:focus,
.contact-area #contact-form textarea:focus {
  border: 1px solid #e7b60d;
}
.contact-area #contact-form textarea {
  min-height: 122px;
}
.contact-area #contact-form input[type="submit"] {
  display: inline-block;
  outline: none;
  padding: 10px 47px;
  color: #999999;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  background: transparent;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  border-bottom: 3px solid #e5e5e5;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: #ffffff;
}
.contact-area #contact-form input[type="submit"]:hover {
  border: 1px solid #999999;
  border-bottom: 3px solid #999999;
}
.contact-area #contact-form .submit-area {
  text-align: center;
}
.contact-area #contact-form .message {
  height: 30px;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
}
.contact-area #contact-form .message.error {
  color: #e7b60d;
}
.contact-area #contact-form .message.success {
  color: #3a3d41;
}
/*-------------------------------------------------*/
/* =  error
/*-------------------------------------------------*/
.error-page-banner {
  background: url('../upload/banners/banner1.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.error {
  padding: 70px 0;
  text-align: center;
}
.error span {
  display: inline-block;
  width: 164px;
  height: 164px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #e7b60d;
  color: #ffffff;
  line-height: 150px;
  font-size: 60px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  position: relative;
}
.error span:after {
  content: '';
  position: absolute;
  width: 178px;
  height: 178px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #e7b60d;
  top: -7px;
  left: -7px;
}
.error-content {
  text-align: center;
  padding: 50px 0;
  background: #f9fafb;
}
.error-content h1 {
  color: #3a3d41;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 7px;
  margin-bottom: 12px;
}
.error-content p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  font-size: 14px;
  margin-bottom: 40px;
  color: #999999;
}
.error-content a {
  color: #3a3d41;
}
/*-------------------------------------------------*/
/* =  testimonials page
/*-------------------------------------------------*/
.testimonial-page-banner {
  background: url('../upload/banners/banner2.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.test-style1 {
  margin-bottom: 58px;
}
/*-------------------------------------------------*/
/* =  faqs page
/*-------------------------------------------------*/
.faqs-page-banner {
  background: url('../upload/banners/banner1.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.toggle-section {
  padding: 55px 0;
  margin-bottom: 100px;
}
.accord-elem {
  margin-top: 8px;
}
.accord-elem:first-child {
  margin-top: 0px;
}
.accord-title {
  padding: 16px 20px;
  background: #d3722d;
  border: 1px solid #d3722d;
  position: relative;
}
.accord-title h2 {
  padding-right: 52px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 15px;
  color: #ffffff;
  text-transform: inherit;
}
.accord-title a.accord-link {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  position: absolute;
  width: 52px;
  height: 100%;
  top: 0;
  right: 0;
  text-align: center;
}
.accord-title a.accord-link:after {
  font-family: 'Lato', sans-serif;
  content: '+';
  font-size: 30px;
  color: white;
  font-weight: 600;
  line-height: 49px;
}
.accord-elem.active .accord-title {
  background: #d3722d;
  border-bottom: 1px solid transparent;
}
.accord-elem.active a.accord-link:after {
  content: ' -';
}
.accord-content {
  display: none;
  padding: 15px 20px;
  border: 1px solid #e6eaed;
  border-top: 1px solid transparent;
  overflow: hidden;
}
.accord-content p {
  font-size: 14px;
  color: #dddddd;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  color: #999999;
}
.accord-content p span {
  color: #666666;
  font-weight: 700;
}
.accord-elem.active .accord-content {
  display: block;
}
/*-------------------------------------------------*/
/* =  shortcodes
/*-------------------------------------------------*/
.shortcodes-page-banner {
  background: url('../upload/banners/banner2.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.shortcodes-section {
  padding: 35px 0 75px;
}
.shortcodes-section .shortcodes-elem {
  margin-bottom: 50px;
}
.shortcodes-section .shortcodes-elem > h1,
.shortcodes-section .shortcodes-elem .skills-box h1,
.shortcodes-section .shortcodes-elem .accord-box h1,
.shortcodes-section .shortcodes-elem .buttons-area h1,
.shortcodes-section .shortcodes-elem .social-icons-area h1 {
  color: #3a3d41;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 7px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6eaed;
  margin-bottom: 24px;
  text-align: center;
}
.shortcodes-section .shortcodes-elem .skills-box h1,
.shortcodes-section .shortcodes-elem .accord-box h1,
.shortcodes-section .shortcodes-elem .buttons-area h1,
.shortcodes-section .shortcodes-elem .social-icons-area h1 {
  text-align: left;
}
.shortcodes-section .back-col {
  background: #3a3d41;
  padding: 30px 10px 0;
  margin-top: -24px;
}
.shortcodes-section .back-col .testimonial-post {
  padding-bottom: 30px;
}
.shortcodes-section .statistic-box {
  padding-bottom: 0;
}
.shortcodes-section .statistic-box .statistic-counter {
  margin: 0;
}
.shortcodes-section .statistic-box .statistic-post {
  margin-bottom: 20px;
}
.shortcodes-section .statistic-box.back-col {
  padding: 50px 10px 20px;
}
.shortcodes-section .pricing-box {
  padding-bottom: 0;
}
.shortcodes-section .testimonials-section {
  padding: 0;
}
.shortcodes-section .button-area {
  margin-bottom: 20px;
}
.shortcodes-section .social-area {
  margin-bottom: 20px;
}
.shortcodes-section .social-area.with-back {
  padding: 15px;
  background: #e7b60d;
}
a.button-large {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: #e7b60d;
  box-shadow: 0 3px 0 #3b2e01;
  -webkit-box-shadow: 0 3px 0 #3b2e01;
  -moz-box-shadow: 0 3px 0 #3b2e01;
  -o-box-shadow: 0 3px 0 #3b2e01;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 12px 40px;
  color: #ffffff;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}
a.button-large:hover {
  background: #3a3d41;
  box-shadow: 0 3px 0 #222222;
  -webkit-box-shadow: 0 3px 0 #222222;
  -moz-box-shadow: 0 3px 0 #222222;
  -o-box-shadow: 0 3px 0 #222222;
  color: #ffffff;
}
a.small-btn {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: #e7b60d;
  border: 1px solid #e7b60d;
  box-shadow: 0 3px 0 #3b2e01;
  -webkit-box-shadow: 0 3px 0 #3b2e01;
  -moz-box-shadow: 0 3px 0 #3b2e01;
  -o-box-shadow: 0 3px 0 #3b2e01;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 30px;
  color: #ffffff;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
a.small-btn:hover {
  background: #ffffff;
  border: 1px solid #999999;
  box-shadow: 0 3px 0 #fafafa;
  -webkit-box-shadow: 0 3px 0 #fafafa;
  -moz-box-shadow: 0 3px 0 #fafafa;
  -o-box-shadow: 0 3px 0 #fafafa;
  color: #e7eaec;
}
a.button-third.load-more {
  color: #3a3d41;
}
a.button-third.load-more i {
  margin-right: 25px;
}
a.button-fourth {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 60px;
  height: 60px;
  color: #999999;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 3px 0 #e5e5e5;
  -webkit-box-shadow: 0 3px 0 #e5e5e5;
  -moz-box-shadow: 0 3px 0 #e5e5e5;
  -o-box-shadow: 0 3px 0 #e5e5e5;
}
a.button-fourth i {
  font-size: 22px;
  line-height: 60px;
}
a.button-fourth:hover {
  border: 1px solid #999999;
}
/*-------------------------------------------------*/
/* =  footer
/*-------------------------------------------------*/
ul.social-icons {
  margin: 0;
  padding: 0;
}
ul.social-icons li {
  display: inline-block;
  margin-left: 8px;
}
ul.social-icons li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  border: 1px solid transparent;
  background: #e7b60d;
}
ul.social-icons li a i {
  font-size: 22px;
  line-height: 40px;
  color: #ffffff;
}
ul.social-icons li a:hover {
  border: 1px solid #ffffff;
}
footer .social-section {
  background: #e7b60d;
  padding: 15px;
  text-align: center;
}
footer .up-footer {
  background: #d9d9d9;
  padding: 35px 0 30px;
  border-top: 30px solid #e6e6e6;;
}
footer .up-footer h1 {
  color: #3a3d41;
  font-size: 22px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  margin: 0 0 7px;
  color: #282828;
  margin-bottom: 15px;
  padding-bottom: 12px;
  text-align: center;
  text-transform: uppercase;
}
footer .up-footer p {
  font-size: 15px;
  color: #000000;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  line-height: 25px;
  margin: 0 0 24px;
  margin-bottom: 15px;
}
footer .up-footer .footer-widget {
  margin-bottom: 30px;
}
footer .up-footer .text-widget img {
  margin-top: 10px;
}
footer .up-footer .tweets-widget ul {

}
footer .up-footer .tweets-widget ul li {

  background: url(../images/vine4.png) no-repeat left top 4px;
  padding-left: 15px;
  list-style: none;
  margin-bottom: 5px;
}





















footer .up-footer .tweets-widget ul li i {
  display: inline-block;
  float: left;
  font-size: 15px;
  color: #ffffff;
  margin-top: 4px;
  margin-left: 4px;
}
footer .up-footer .tweets-widget ul li p {
  margin: 0 0 0 30px;
}
footer .up-footer .tweets-widget ul li p a {
  display: block;
  color: #e7b60d;
}
footer .up-footer .tweets-widget ul li span {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  margin: 0 0 0 30px;
  color: #999999;
  display: inline-block;
}
footer .up-footer .flickr-widget ul {
  margin: 0;
  padding: 0;
}
footer .up-footer .flickr-widget ul li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 2px;
}
footer .up-footer .flickr-widget ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
footer .up-footer .flickr-widget ul li a img {
  width: 70px;
}
footer .up-footer .flickr-widget ul li a:hover {
  opacity: 0.7;
}
footer .up-footer .subscribe-form input[type="text"] {
  display: inline-block;
  padding: 12px 10px;
  background: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #c8c8c8;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  min-width: 160px;
  border: none;
  outline: none;
  margin: 0;
  margin-right: -5px;
}
footer .up-footer .subscribe-form input[type="submit"] {
  display: inline-block;
  padding: 13px 8px 12px;
  background: #e7b60d;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  border: none;
  outline: none;
  margin: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
footer .up-footer .subscribe-form input[type="submit"]:hover {
  opacity: 0.7;
}
footer .up-footer .footer-line {
  margin-top: 5px;
  padding-top: 0px;
/*  border-top: 1px solid #242d3f;*/
  text-align: center;
}
footer .up-footer .footer-line p {
  color: #999999;
  margin-bottom: 0;
}
/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
@media (max-width: 1500px) {
  .masonry.five-col .project-post {
    width: 24.975%;
  }
}


@media (max-width: 520px) and (min-width: 351px) {
  div.buttons2{

  }

}


@media (max-width: 350px) {
  div.buttons2{

  }


}


div.buttons3{

}
div.buttons2{

}


@media (min-width: 768px) {

  img.tmeres{
    width: 350px;
    height: 263px;
  }

  .navbar-right {
    float: right!important;
    margin-right: -15px;
  }


  .navbar-nav > li > a {

    padding: 33px 10px!important;
  }
  .navbar-brand {
    height: auto;
    padding: 10px 15px!important;
  }
  .headini {

    margin-bottom: -20px;
  }


  div.buttons2{

  }

  div.buttons3{

  }

  .textotitu1{
    font-size: 38px!important;

    font-weight: 900!important;
  }


  .textotitu2{
    font-size: 17px!important;

    line-height: 25px!important;
  }


  .tp-mask-wrap{
    width: 500px!important;
    height: 210px!important;
    /*background: #ffffff94;*/
    border-radius: 7px;
    padding: 0px 20px;
  }

}




@media (min-width: 992px) {


  .povc img{
    width: 100%;
    height: 440px;
  }

  .destacait{
    padding: 0px 50px!important;
  }
  .panelserv{

  margin-top: -175px;
  }

  .panelserv2{

    margin-top: -150px;
  }
}




@media (max-width: 1199px) and (min-width: 992px) {

  .desdw11{
    width: 50%;
  }


  .imagenpvv img{
    display: inline-block!important;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 15px;

  }
  .imgmedi {
    margin-bottom: 1px!important;

  }
  .navbar-nav > li > a{font-size: 13px!important;}

  .post-content.notiic {
    height: 150px;
  }

  .blog-box.masonry .blog-post.noticedes {
    margin: 15px;
    width: 400px!important;
  }

  .contenidopro{

    height: 260px!important;

  }
  .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 0px solid transparent!important;
  }


  #container {
    padding-top: 0px!important;
    overflow: hidden;
  }

  .logoes.crec{

    margin-top: -25px!important;

  }

  .nav > li > a {
    position: relative;
    display: block;

  }

  .tamanoimagen{
    width: 100%;
    height: 110px;
  }


  .blog-box.masonry .blog-post .post-gal .hover-box.hovercapa3 {

    padding: 30px 15px!important;
  }

  .blog-box.masonry .blog-post:hover .post-gal .hover-box.hovercapa3 h3{
    font-size: 19px!important;

  }

  .blog-box.masonry .blog-post:hover .post-gal .hover-box.hovercapa3 p{
    font-size: 14px!important;

  }

  .blog-box.masonry .blog-post:hover .post-gal .hover-box.hovercapa3 a {

  }



  .textotitu1{
    font-size: 33px!important;

    font-weight: 900!important;
  }


  .textotitu2{
    font-size: 17px!important;

    font-weight: 900!important;
    line-height: 25px!important;
  }


  .tp-mask-wrap{
    width: 500px!important;
    height: 165px!important;
   /* background: #ffffff94;*/
    border-radius: 7px;
    padding: 0px 20px;
  }



  .logoes {
    position: absolute;
    top: 8px;
    margin: 0 auto;
    left: auto!important;
    /*max-width: 23%!important;*/
  }

  .



  .headini{    margin-top: 0px;
    margin-bottom: -10px;}
}




@media (max-width: 1199px) {


  .imservre{
    margin: 0 auto;
    display: block;
  }

  footer .up-footer .subscribe-form input[type="text"] {
    margin-bottom: 10px;
  }
  .nav-tabs li a p {
    font-size: 10px;
  }
  .blog-box.masonry {
    width: 970px;
  }
  .blog-box.masonry .blog-post {
    width: 293px;
  }
  .masonry.four-col .project-post,
  .masonry.five-col .project-post {
    width: 33.3%;
  }
  .project-sidebar ul.project-photos li img {
    width: 140px;
  }
  header.one-page .navbar-nav > li > a {
      padding: 15px 13px;
      padding-bottom: 22px;
  }
}


















@media (max-width: 380px) {

  .blog-box.masonry .blog-post .post-gal .hover-box.hovercapa3 {

    padding: 5px 15px!important;
  }

  .blog-box.masonry .blog-post:hover .post-gal .hover-box.hovercapa3 h3{
    font-size: 15px!important;

  }

  .blog-box.masonry .blog-post:hover .post-gal .hover-box.hovercapa3 p{
    font-size: 12px!important;

  }

  .blog-box.masonry .blog-post:hover .post-gal .hover-box.hovercapa3 a {

  }
}



@media  (min-width: 1200px){

  .desdw11{
    width: 50%;
  }

  .imagenpvv img{
      display: inline-block!important;
    padding-right: 10px;
    padding-left: 10px;

  }


  .imgmedi{
    margin-bottom: 24px!important;
  }
  .post-content.notiic {
    height: 135px;
  }

  .tamanoimagen{
    width: 100%;
    height: 140px;
  }
  .blog-box.masonry .blog-post.noticedes {
    margin: 15px;
    width: 510px;
  }
}




@media (max-width: 991px) and (min-width: 768px){

  .post-content.notiic {
    height: 140px;
  }

  .desdw11{
    width: 100%;
  }


  .imagenpvv img{

    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 15px;
    padding-top: 15px;

  }

  .imgpro img {

    padding-right: 25px!important;
  }
  .imgpro {
    display: block!important;
    padding-top: 30px;
    /* padding-right: 29px; */
  }

  .navbar-fixed-top, .navbar-fixed-bottom {
    position: absolute!important;

  }

  .povc{
    padding-right: 0;
  }

  .imgmedi2{
    margin-bottom: 10px!important;
  }
  .pdl0{
    padding-left: 0;
  }
  .form-search {

    top: 90%!important;}

  .itempro h4{
    margin-top: 20px!important;
  }
  .panelmv {

    height: 358px!important;}

  img.reso{

  }

  .contenidopro{

    height: 225px!important;

  }

  .navbar {

    border: 0px solid transparent!important;
  }

  .logoes.dddd{
    margin-bottom: 10px;
  }

  #container {
    padding-top: 190px!important;
    overflow: hidden;
  }
  .nav > li > a {

    padding-bottom: 25px!important;
  }
  .headini{    padding-bottom: 5px;}

  .tamanoimagen {
    width: 100%;
    height: 165px;
  }


  .textob h3 {



  }


  .blog-box.masonry .blog-post .post-gal .hover-box.hovercapa3 {

    padding: 55px 15px!important;
  }

  .blog-box.masonry .blog-post:hover .post-gal .hover-box.hovercapa3 h3{
    font-size: 19px!important;

  }

  .blog-box.masonry .blog-post:hover .post-gal .hover-box.hovercapa3 p{
    font-size: 14px!important;

  }

  .blog-box.masonry .blog-post:hover .post-gal .hover-box.hovercapa3 a {

  }


  .textotitu1{
    font-size: 33px!important;

    font-weight: 900!important;
  }


  .textotitu2{
    font-size: 17px!important;

    font-weight: 900!important;
    line-height: 25px!important;
  }


  .tp-mask-wrap{
    width: 500px!important;
    height: 165px!important;
    /*background: #ffffff94;*/
    border-radius: 7px;
    padding: 0px 20px;
    margin-top: 35px;
  }


  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
    position: absolute;

  }


  .logoes {
    position: relative!important;
    top: 20px!important;
    margin: 0 auto;
    display: block;
    padding-bottom: 5px;
  }
}



@media (max-width: 991px) {
  .textob span{
    float: initial!important;
    display: block;

  }
  .navbar-nav > li {
    margin-left: 0;
  }
  .nav > li > a {
    padding: 15px 12px;
    padding-bottom: 22px;
  }
  .slider1 .banner-thumbs {
    display: none;
  }
  .tp-caption.medium_thin_white .button-large,
  .tp-caption.medium_thin_grey .button-large {
    padding: 10px 20px;
    margin: 0 5px;
  }
  .features-section .container .image-place {
    text-align: left;
  }
  .features-section .container .image-place img {
    margin-bottom: 20px;
    max-width: 100%;
  }
  .statistic-post {
    margin-bottom: 20px;
    text-align: center;
  }
  .pricing-box .pricing-item {
    width: 50%;
    margin-bottom: 20px;
  }
  .pricing-box .pricing-item:hover ul.pricing-table {
    margin-bottom: 10px;
  }
  .pricing-box .pricing-item:hover ul.pricing-table li a {
    margin-bottom: 28px;
  }
  .statistic-box.style2 .statistic-post {
    width: 50%;
  }
  .nav-tabs li {
    width: auto;
  }
  .nav-tabs li a h2,
  .nav-tabs li a p {
    display: none;
  }
  .blog-box.masonry {
    width: 750px;
  }
  .blog-box.masonry .blog-post {
    width: 345px;
  }
  .masonry.three-col .project-post,
  .masonry.four-col .project-post,
  .masonry.five-col .project-post {
    width: 49.98%;
  }
  .project-block {
    padding-right: 0;
  }
  .project-sidebar ul.project-photos li {
    margin-right: 10px !important;
  }
  header.one-page .navbar-nav > li > a {
      padding: 15px 5px;
      font-size: 12px;
      padding-bottom: 22px;
  }
}

@media (max-width: 480px) {

  .vre h3{


    margin-bottom: 30px!important;
    float: initial!important;
  }

  .vre a{


    float: initial!important;
  }


    ul.footerconta span {
    color: white;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px!important;
  }


  .textotitu1{
    display: none!important;
  }

  .textotitu2{
    display: none!important;
  }
  .tp-mask-wrap{
    background: transparent!important;
  }

}
@media (max-width: 767px) and (min-width: 600px){
  .tamanoimagen {
    width: 100%;
    height: 140px;

  }


}


@media (max-width: 599px) and (min-width: 480px){
  .tamanoimagen {
    width: 100%;
    height: 140px;

  }
}


@media (max-width: 299px) {
  .tamanoimagen {
    width: 100%;
    height: 90px;

  }
}


@media (max-width: 479px) and (min-width: 300px) {
  .tamanoimagen {
    width: 100%;
    height: 155px;

  }
}

@media (min-width: 768px) {
  .section-content.quienes img{

    max-width: 50% !important;
  }

}
@media (max-width: 767px) {


  .imagenpvv img{

    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 15px;
    padding-top: 15px;

  }

  .section-content.quienes img{

    width: 100% !important;
    max-width: 100% !important;

  }

  .fuentemp{
    font-size: 11px!important;
  }

  .imgpro {
    display: block!important;
    padding-top: 30px;
    /* padding-right: 29px; */

  }

  .imgpro img {
    padding-bottom: 20px;
    padding-right: 25px!important;
  }

  .asesor {
    text-align: left!important;
     background: url(../images/ddw.jpg) no-repeat left 0px top 0px!important;
    padding-left: 30px!important;
    height: auto!important;
    padding-top: 40px;
    padding-right: 75px;
    background-color: #db2821!important;
    padding-bottom: 40px!important;
  }

  .vre p {
    margin-top: 30px!important;
  }
  .hew{
    margin-bottom: 40px;
  }
  .povc{
    padding-right: 0;
  }
  .pdl0{
    padding-left: 0;
  }
  .textob{
    margin-bottom: 40px;
  }
  .imgmedi2{
    margin-bottom: 10px!important;
  }
  .form-search {
    background: #0000000a!important;}
li.redes{
  padding-right: 0!important;
}

  .headini i {

    float: initial!important;
  }

  .itempro h4{
    margin-top: 20px!important;
  }


  ul.misvlis{
padding-left: 0!important;

  }
  .panelmv {

    height: auto!important;

    margin-bottom: 20px;
  }


  .contenidopro{
    padding: 15px;
    height: auto!important;
    margin-bottom: 30px;
  }

  img.imservre2{
    margin: 0 auto;
    display: block;
    max-width: 100%;
    padding-left: 0!important;
  }

  #container {
    padding-top: 267px!important;
    overflow: hidden;
  }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background: white;
  }
  .logoes.dddd{
    max-width: 40%!important;
  }
  #google_translate_element {
    margin-right: auto!important;
    padding-bottom: 10px!important;
    padding-top: 5px;
  }

  .headini li {

    padding-bottom: 5px;
  }


  .navbar {

    border: 0px solid transparent!important;
  }


.imservre{
  margin: 0 auto;
  display: block;
  max-width:100%;
}


  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
    position: absolute!important;

  }



  .textotitu1{
    font-size: 22px!important;

    font-weight: 900!important;
    line-height: 25px!important;
  }


  .textotitu2{
    font-size: 12px!important;

    font-weight: 900!important;
    line-height: 25px!important;
  }


  .tp-mask-wrap{
    width: 420px!important;
    height: 145px!important;
    /*background: #ffffff94;*/
    border-radius: 7px;
    padding: 0px 20px;
    margin-top: 60px;
  }



  .headini ul {
    display: block!important;
    list-style: none!important;
    float: none!important;
    padding-left: 0!important;
    padding-right: 0px!important;
  text-align: center!important;
  }

  .logoes {
    position: initial!important;
    top: 0px!important;
    margin: 0 auto!important;
    display: block;
    max-width: 100%!important;
    margin-top: 15px!important;
  }

  .navbar-default {
    background-color: #ffffffb3!important;
    border-color: transparent!important;
  }


  .navbar-default .navbar-toggle {
    border-color: #ff0000;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #ff0000;
  }

  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #d3722d2e;
  }
  .navbar-toggle {
    margin-top: 15px;
  }
  .nav > li > a,
  header.one-page .navbar-nav > li > a {
    padding: 5px 15px;
  }
  .navbar-nav li ul.drop-down,
  .navbar-nav li ul.drop-down li ul.drop-down.level3 {
    background: transparent;
    border: none;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    position: relative;
    width: auto;
    visibility: visible;
    opacity: 1;
    top: inherit;
    left: inherit;
  }
  .navbar-nav li ul.drop-down li a,
  .navbar-nav li ul.drop-down li ul.drop-down.level3 li a {
    background: none !important;
    color: #3a3d41;
    font-size: 12px;
    text-transform: inherit;
    padding: 4px 20px;
  }
  .navbar-nav li ul.drop-down li a:hover,
  .navbar-nav li ul.drop-down li ul.drop-down.level3 li a:hover {
    color: #e7b60d;
  }
  .form-search {
    position: relative;

    top: inherit;
    right: inherit;
    width: auto;
    margin: 5px 5px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  a.open-search {
    display: none !important;
  }
  .tp-caption.medium_thin_white {
    font-size: 22px;
  }
  .tp-caption.medium_thin_white .button-large,
  .tp-caption.medium_thin_grey .button-large {
    padding: 5px 5px;
    margin: 0 2px;
    font-size: 10px;
  }
  .client-section .bx-wrapper .bx-controls-direction {
    display: none;
  }
  .bx-wrapper {
    margin: 0 auto 20px;
  }
  .pricing-box .pricing-item {
    width: 100%;
  }
  .team-box .buttons a.owl-prev {
    margin-left: 0;
  }
  .team-box .buttons a.owl-next {
    margin-right: 0;
  }


  .team-box .buttons2 a.owl-prev {
    margin-left: 0;
  }
  .team-box .buttons2 a.owl-next {
    margin-right: 0;
  }

  .team-box .buttons3 a.owl-prev {
    margin-left: 0;
  }
  .team-box .buttons3 a.owl-next {
    margin-right: 0;
  }



  .team-box .buttons {
   /* width: 90px;
    height: 40px;
    top: -35px;
    left: 10px;*/
  }
  a.go-top {
    bottom: 10px;
    right: 15px;
    width: 45px;
    height: 45px;
  }
  a.go-top i {
    line-height: 45px;
  }
  .blog-box.masonry {
    width: 100%;
    margin-left: 0;
  }
  .blog-box.masonry .blog-post {
    width: 100%;
    margin: 15px 0;
  }
  .masonry.three-col .project-post,
  .masonry.four-col .project-post,
  .masonry.five-col .project-post {
    width: 100%;
  }
}
@media (max-width: 581px) {
  .statistic-box.style2 .statistic-post {
    width: 100%;
  }
}


.headini{
  background: #f4f4f4;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.headini ul {
  display: -webkit-box;
  list-style: none;
  float: right;
  padding-left: 0;
  /*padding-right: 12px;*/
  margin-bottom: 5px;
}

.headini li {
  font-family: 'Titillium Web', sans-serif;
  color: #858585;
  list-style: none;
  padding-right: 25px;
  font-size: 15px;
  padding-top: 10px;
}

.headini i {
  padding-right: 10px;
  color: #e0362f;    font-size: 20px;
  float: left;
}

.headini p {

   font-size: 13px;
  float: right;
}
.headini span {
 font-size: 13px;
}


.headini li.redes i.face {
  padding-right: 2px;
  color: white;
  background: #e0362f;
  padding: 6px 9px;
  border-radius: 52px;
  margin-right: 2px;
  border: 1px solid #e0362f;
  font-size: 15px;
}


.headini li.redes i.face:hover, .headini li.redes i.face:focus, .headini li.redes i.face:active {


  color:  #e0362f;
  background: white;
  border:1px solid #e0362f;

}



.headini li.redes i.twitter {
  padding-right: 2px;
  color: white;
  background: #1dcaff;
  padding: 3px 4px;
  border-radius: 14px;
  margin-right: 5px;
  border:1px solid #1dcaff;
}


.headini li.redes i.twitter:hover, .headini li.redes i.twitter:focus, .headini li.redes i.twitter:active {

  color: #1dcaff;
  background: white;
  border:1px solid #1dcaff;
}




.headini li.redes i.youtube {
  padding-right: 2px;
  color: white;
  background: #e0362f;
  padding: 3px 3px;
  border-radius: 14px;
  margin-right: 5px;
  border:1px solid #e0362f;
}


.headini li.redes i.youtube:hover, .headini li.redes i.youtube:focus, .headini li.redes i.youtube:active {

  color: #e0362f;
  background: white;
  border:1px solid #e0362f;

}




.logoes{
  position: absolute;
  top: 10px;
}

.logoes.crec{
  left: 220px;
  margin-top: -80px;
  position: relative;
}


.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  color: #555;
  background-color: transparent;
}

.navbar-right li.active > a {
  color: #dd2828!important;

}


.textob h3{
  color: #282828;
  font-weight: 600;
  font-size: 28px;
margin-top: 0;
  margin-bottom: 0;
  font-family: 'Titillium Web', sans-serif;

}

.textob h2{
  color: #27395b;
  font-weight: 600;
  margin-top: 3px;
  margin-bottom: 2px;
  font-size: 31px;
}

.linered{
  border-top: 1px solid #df352f;
  width: 17%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 20px;
  margin-top: 12px;
}
.textob span{
  color: #dd2828;
 
}

.textob p.fond{
  font-family: 'Great Vibes', cursive;
  color: #27395b;
  font-size: 23px;
}
.textob p{
  font-family: 'Titillium Web', sans-serif;
  color: #444343;
  font-size: 15px;
 }

.statistic-counter p{
  color: #000;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 100;
}

.statistic-box{
  padding-top: 100px;
}

.statistic-post {

  margin-bottom: 45px;
}



.blackdividerauto {
  height: 1px;
  width: 200px;
  margin: 0px auto;
  position: relative;
  background: #9E9E9E;
}

.blackdividerauto:after {
  height: 3px;
  width: 45px;
  margin: -1px auto;
  position: absolute;
  content: "";
  left: 39%;
}

.blackdividerauto:after {
  background: #d3722d;
}

.servh2{
  color: white;
  font-size: 35px;
  font-family: 'Titillium Web', sans-serif;
  margin-top: 40px;
  margin-bottom: 0;
}

.servh2spn{
  color: #d3722d;
}




.post-gal .blog_update_date {
  position: absolute;
  left: 0;
  top: 5px;

}

.post-gal .blog_update_date.nitcis {
  position: absolute;
  left: 15px;
  top: 10px;
  background: white;
  padding: 11px 18px;
  border-radius: 53px;

}


.post-gal .blog_update_date.nitcis p{
  font-family: 'Titillium Web', sans-serif;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;     font-size: 15px;
}

.post-gal .blog_update_date.nitcis span{
  font-family: 'Titillium Web', sans-serif;

}


.meswe{

  color: #e0362f;
}
.diam{
  background: #dd2828;
  padding: 10px;
}

.notifecha {



}
.notifecha2 {
  text-transform: uppercase;
  background: #d3722d;
  font-family: 'Montserrat', sans-serif;
  color: whitesmoke;
  padding: 5px 15px;
  margin-right: -4px;
  font-weight: 600;
  font-size: 19px;

}

.notitiu{
  font-family: 'Titillium Web', sans-serif;
  color: black;
  font-size: 18px;
  font-weight: 600;     margin-bottom: 15px;
}

.pdonent{
  font-family: 'Titillium Web', sans-serif;
  color: black;
}


.pdonent span{
  font-family: 'Titillium Web', sans-serif;

}

li.redes.footer > a > i{
  border-radius: 50px;
  border: 1px solid white;
  color: white;
  padding: 8px 11px;
  font-size: 18px

}

li.redes.footer > a > i:hover, li.redes.footer > a > i:focus, li.redes.footer > a > i:active{
background: #d3722d;
}

li.active3 > a{

    color: #dd2828!important;
}




footer .up-footer .tweets-widget ul li a{

  color: white;
  font-family: 'Ubuntu', sans-serif;
}


.h3fijo{
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight:bold;
    font-size: 35px;
}

.pfijo{
    color: white;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
}

.npadding{
    padding-left: 0;
    padding-right: 0;
}


.footerconta{
  padding-left: 0;
  list-style: none;
}



.contactow{
  padding-left: 0;
  list-style: none;
}





ul.contactow i{
  color: #e0352f;
  font-size: 20px;
  padding-right: 15px;
  padding-bottom: 12px;
}
ul.contactow span{
  color: black;
  font-family: 'Ubuntu', sans-serif;
  font-size: 15px;
}



ul.footerconta i{
  color: #e0362f;
  font-size: 21px;
  padding-right: 15px;
  padding-bottom: 13px;
}
ul.footerconta span{
  color: black;
  font-family: 'Titillium Web', sans-serif;
  font-size: 17px;
}



.nuestraempresa{
    COLOR: #27395b;
    font-family: 'Montserrat', sans-serif;
    font-weight:300;
    font-size: 30px;
}


.nuesta22{
    font-family: 'Lato', sans-serif;
    color: #797979;
    font-size: 16px;
    line-height: 24px;
}


.vale{
  font-family: 'Lato', sans-serif;
  color: #11375c!important;
  font-size: 14px!important;
  font-weight: 600!important;
  margin-bottom: 5px!important;
}



ul.accro> li{
  list-style: none;
  background: url(../images/vine55.png) no-repeat left top 5px;
  padding-left: 25px;
  list-style: none;
  margin-bottom: 10px;
color: #797979;
  font-family: 'Lato', sans-serif;

}


.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
  background-color: #f9fafb;
  color: #dd2929;
}

.navbar-default .navbar-nav>li>a {
  color: #d3722d;
}


.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {

  color: #dd2929!important;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  text-decoration: none;
  color: #f9fafb;
  background-color: #dd2828;
}



/*TAB LIMPIEZA*/


.nav.nav-justified.ser > li > a { position: relative; }
.nav.nav-justified.ser > li > a:hover,
.nav.nav-justified.ser > li > a:focus { background-color: transparent; }
.nav.nav-justified.ser > li > a > .quote {
  position: absolute;
  right: -17px;
  bottom: 0;
  opacity: 0;
  /* width: 55px; */
  /* height: 50px; */
  padding: 5px;
  background-color: transparent;
  border-radius: 35px;
  color: #fff;
  bottom: -35px;
}


.nav.nav-justified.ser.jard > li > a > .quote {

  right: -10px;


}



.nav.nav-justified.ser > li.active > a > .quote { opacity: 1; }

.nav.nav-justified.ser > li > a > img {
  max-width: 100%;
  opacity: .3;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border-radius: 15px;
}
.nav.nav-justified.ser > li.active > a > img,
.nav.nav-justified.ser > li:hover > a > img,
.nav.nav-justified.ser > li:focus > a > img {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.nav-justified.ser {
  width: auto!important;
}


.navbar-nav>li>.dropdown-menu {

  background: white;
}

.dropdown-menu>li>a {

  color: black;

}


.textolim{
  color: white;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 23px;
}



.textolimpp{
  color: white!important;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300!important;
  font-size: 12px;
}

.moretrabajos{
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 12px;
}

.spanmore{
  background: #11375c;
  padding: 10px 5px;
  border-radius: 28px;
}


.photo {
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  /* height: 389px; */
  position: relative;
}


.tit_form {
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  padding-top: 30px;
  font-family: 'Montserrat', sans-serif;
}


.txt2 {
  border: 1px solid #696969;
  padding: 8px 8px 8px 35px;
  width: 100%;
  color: #fff;
  margin-bottom: 5px;
  margin-right: 5px;
}

.ico1 {
  background: url(../images/ico1.png) no-repeat left 3px top 5px;
}


.ico2 {
  background: url(../images/ico2.png) no-repeat left 3px top 5px;
}



.ico3 {
  background: url(../images/ico3.png) no-repeat left 3px top 5px;
}



.ico4 {
  background: url(../images/ico4.png) no-repeat left 3px top 5px;
}


.ico11 {
  background: url(../images/ico11.png) no-repeat left 15px top 10px;
  padding-left: 50px!important;
  border-color: #00459b;
}


.ico21 {
  background: url(../images/ico21.png) no-repeat left 15px top 15px;
  padding-left: 50px!important;
  border-color: #00459b;
}



.ico31 {
  background: url(../images/ico31.png) no-repeat left 15px top 10px;
  padding-left: 50px!important;
  border-color: #00459b;
}



.ico41 {
  background: url(../images/ico41.png) no-repeat left 15px top 10px;
  padding-left: 50px!important;
  border-color: #00459b;
}

.ico51 {
  background: url(../images/ico51.png) no-repeat left 15px top 10px;
  padding-left: 50px!important;
  border-color: #00459b;
}


.txt3 {
  border: 1px solid #696969;
  padding: 8px 8px 8px 35px;
  width: 100%;
  color: #fff;
}

.btn1 {
  background: #11375c;
  color: #fff;
  border: none;
  padding: 10px 100px;
  font-weight: bold;
}

.btn2 {
  background: #d3722d;
  color: #fff;
  border: none;
  padding: 10px 100px;
  font-weight: bold;
}


.btn11 {
  background: #df352f;
  color: #fff;
  border: none;
  padding: 10px 72px;
  font-weight: bold;
}

.btn22 {
  background: #dd2828;
  color: #fff;
  border: none;
  padding: 10px 72px;
  font-weight: bold;
}

.txt2::placeholder { color: #0000ff; font-weight: 500; }
.txt3::placeholder { color: #0000ff; font-weight: 500; }


.minpuut22{
  border-color: #11375c;
}



.cont2{
  font-family: 'Ubuntu', sans-serif;
  font-weight: 600;
  color: #dd2828;
}

ul.cntoc{
  list-style: none;
  padding-left: 5px;
  padding-top: 20px;
}

ul.cntoc i{
  margin-top: 0px!important;
  color: #d3722d;
  font-size: 20px;
  display: inline-block;
  float: left;
  padding-right: 15px;
}

ul.cntoc li{
  padding-bottom: 10px;
}

ul.cntoc p{
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  color: #11375c;

}


.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
  z-index: 2;
  color: #fff;
  background-color: #dd2828;
  border-color: #dd2828;
  cursor: default;
}

.pagination>li>a, .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #dd2828;
  background-color: #fff;
  border: 1px solid #dd2828;
  margin-left: 1px;
  border-radius: 50px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
  color: #ffffff;
  background-color: #dd2828;
  border-color: #dd2828;
}


#google_translate_element{
  margin-right: 100px;
}


.textotitu1{

  color: white;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 900!important;
  text-shadow: 1px 1px 1px black;
}


.textotitu2{

  color: white;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700!important;

  text-shadow: 1px 1px 1px black;

}

img.imservre2{
  padding-top: 20px;
  padding-left: 40px;
  padding-bottom: 10px;
  max-width: 100%;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: transparent!important;
}

.contenidopro p.titulo{


  font-family: 'Ubuntu', sans-serif;
  color: #00459b;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.contenidopro p.resumen{


  font-family: 'Ubuntu', sans-serif;
  color: black;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: -5px;
  text-align: justify;
}
.contenidopro p.codigo{


  font-family: 'Ubuntu', sans-serif;
  color: #ffffff;

  margin-bottom: 10px;
  background: #dd2828;
  display: initial;
  padding: 1px 5px;
  border-radius: 16px;
  font-weight: 600;
  font-size: 13px;
}

.contenidopro{
  padding: 15px;
  height: 210px;
}

.content-data{
  background: white;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: transparent!important;
}

p.opini{
  text-align: left!important;
  background: url(../images/vinetahi.png) no-repeat left 0px top 5px;
  padding-left: 25px!important;

}

.misvlis  li{
  text-align: left!important;
  background: url(../images/vinemision.png) no-repeat left 0px top 5px;
  padding-left: 25px!important;
  list-style: none;

}


.misvlis ul {

  list-style: none;

}

.ubu{
  font-family: 'Ubuntu', sans-serif;
}

.navbar-default {
  background-color: #ffffffb3!important;
  border-color: transparent!important;
}



.producpw{
  font-family: 'Titillium Web', sans-serif;
  font-weight:600;
  font-size: 28px;
  MARGIN-TOP: 0;
  margin-bottom: 30px;
}


.itempro h4{
  font-family: 'Titillium Web', sans-serif;
  margin-top: 0;
  color: #00459b;
  font-size: 25px;
}


.itempro h4 > span  {
  font-family: 'Ubuntu', sans-serif;
  color: #ffffff;
  margin-bottom: 10px;
  background: #dd2828;
  display: initial;
  padding: 1px 5px;
  border-radius: 16px;
  font-weight: 600;
  font-size: 17px;
}





.navbar {

  min-height: 145px;


}

.morev{
  background: #e0362f;
  color: white;
  padding: 10px 30px;
  border-radius: 10px;
  font-weight: 600;
  border: 1px solid #e0362f;
  font-family: 'Titillium Web', sans-serif;
}

.morev:hover, .morev:focus, .morev:active {
  background: white;
  color:  #e0362f;


}


.povc{
  padding-left: 0;
}

.povc img{
  width: 100%;
}

.vre h3{

  font-weight: 600;
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Titillium Web', sans-serif;

}
.vre p{
  font-family: 'Titillium Web', sans-serif;
  color: #444343;
  font-size: 15px;
  font-weight: 500;     margin-top: 13px;

}
.section-content{
  display: inline-block;
  width: 100%;
}

.porqpvcconte{
  padding:35px;
}

.paddineg{
  padding-left: 0;

}


.uno{
  text-align: left!important;
  background: url(../images/uno.png) no-repeat left 0px top 0px;
  padding-left: 40px!important;
}


.dos{
  text-align: left!important;
  background: url(../images/dos.png) no-repeat left 0px top 0px;
  padding-left: 40px!important;
}


.tres{
  text-align: left!important;
  background: url(../images/tres.png) no-repeat left 0px top 0px;
  padding-left: 40px!important;
}


.cuatro{
  text-align: left!important;
  background: url(../images/cuatro.png) no-repeat left 0px top 0px;
  padding-left: 40px!important;
}

.paddineg h4{
  font-family: 'Titillium Web', sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #282828;
}


.paddineg p{
  font-family: 'Titillium Web', sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #444343;    line-height: 16px;     text-align: justify;
}


.asesor{
  text-align: left!important;
  background: url(../images/asesoramiento.jpg) no-repeat left 0px top 0px;
  padding-left: 455px;
  height: 356px;
  padding-top: 40px;
  padding-right: 75px;
  background-color: #db2821;
  padding-bottom: 10px;
}


.asesor h4{
  font-family: 'Titillium Web', sans-serif;
  color: white;
}

.asesor h3{
  font-family: 'Titillium Web', sans-serif;
  color: white;
  font-size: 25px;
  margin-top: 0;
}


.asesor p{
  font-family: 'Titillium Web', sans-serif;
  color: white;
  font-size: 14px;

  line-height: 17px;
  font-weight: 500;
}





.aselist{
  padding: 10px 60px;
}

.aselist h2{
  font-size: 25px;
  font-family: 'Titillium Web', sans-serif;
  font-weight:bold;
  color: #282828;
}
.aselist h3{
  font-size: 17px;
  font-family: 'Titillium Web', sans-serif;
  font-weight:bold;
  color: #282828;
}


ul.listapvc{
  padding-left: 0px;
  margin-top: 20px;
}

ul.listapvc li{
  text-align: left!important;
  list-style: none;
  background: url(../images/vinetaase.png) no-repeat left 0px top 3px;
  padding-left: 30px!important;
  padding-bottom: 5px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 14px;
  color: #444444;
  font-weight: 500;

}

.contac{
   background: white;
   color: #dd2f28;
   padding: 10px 15px;
   border-radius: 10px;
   font-weight: 600;
   font-family: 'Titillium Web', sans-serif;
   border: 1px solid  white;

 }

.contac:hover, .contac:focus, .contac:active{
  background: #dd2f28;
  color: white;
  text-decoration: none;

}

.imgpro img{
  display: inline-block!important;
  text-align: center;
  margin: 0 auto;    height: 100%;
}

.imgpro{
  display: flex;    padding-top: 30px;
}

.redesrfo i.face{

  padding-right: 2px;
  color: white;
  background: #e0362f;
  padding: 6px 9px;
  border-radius: 52px;
  margin-right: 2px;
  border: 1px solid #e0362f;
  font-size: 15px;
}


.redesrfo  i.face:hover, .redesrfo i.face:focus, .redesrfo  i.face:active {
  color: #e0362f;
  background: white;
  border: 1px solid #e0362f;
}

.section-content.quienes{

  background: url('../images/fondoquienes.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 20px 0;
  position: relative;
  overflow: hidden;

}

.section-content.quienes img{
  background: white;
  padding: 10px 10px 50px;

}



.popvc h3{
  font-weight: 600;
  font-family: 'Titillium Web', sans-serif;
  margin-top: 0;
  margin-bottom: 0;
}


.contacto h3{
  font-weight: 600;
  font-family: 'Titillium Web', sans-serif;
  font-size: 30px;
  margin-top: 0;
}

.deaga{
  background: rgba(255, 255, 255, 0.68);
}
.imagenesalera{


  background-image: url("../images/cas1.jpg");
  background-position: center;


  background-size: cover;
  height: 100%;;
 background-color: white;
padding: 0px 10px;
height: 100%;

}