body {
    background: #ffffff;
   /* font-family: 'Abel', sans-serif;*/
   font-family: 'Roboto Slab', serif;
    font-weight: 400;
    position: relative;
  }


html, body {
     width: 100%;
     overflow-x: hidden;
  }

p{ 
   font-family:'Open Sans', sans-serif;
   color:#000;
}


h2, h3, h1, h4{
  /*font-weight: bold;*/
  letter-spacing: 1px;
}

.heading {
  font-size: 20px;
}
.subheading {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 60px;
}
.bold {
 /* font-weight: bold;*/
}

p {
  line-height: 28px;
  font-size: 15px;
}

a {
  outline: none !important;
}

hr {
  width: 180px;
  border-color: #CCC;
}

.section-title strong {
	color: #00C6D7;
  	font-size: 56px;
}

.section-title h1 {
	font-size: 24px;
	
}

.section-title {
  padding-bottom: 32px;
}

.medium-icon {
  font-size: 32px !important;
}

#contact, #portfolio, #pricing,#work {
   padding-top: 50px;
  padding-bottom: 50px;
}

#arriba {
	position: absolute;
	top:45px;
	right:85px;
	/*padding-top:35px;*/
    z-index: 80001;
}

#mascara {
	float:left;
	position:absolute;
	
	bottom:0px;

	/*padding-top:35px;*/
    z-index: 1;
}



/* ==========================================================================
preloader section
========================================================================== */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: none repeat scroll 0 0 #fff;
}
.sk-spinner-circle.sk-spinner {
  width: 22px;
  height: 22px;
  position: relative; }
.sk-spinner-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }
.sk-spinner-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 20%;
  height: 20%;
  background-color: #3b5c34;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
.sk-spinner-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-spinner-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-spinner-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-spinner-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-spinner-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-spinner-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-spinner-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-spinner-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-spinner-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-spinner-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-spinner-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-spinner-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-spinner-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-spinner-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-spinner-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-spinner-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-spinner-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-spinner-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-spinner-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-spinner-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-spinner-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-spinner-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }


/* ==========================================================================
navigation section
========================================================================== */
 
.navbar{
	
}

.navbar-brand {
	float:none;
}

.navbar-right {
	
	position: relative;
	top:29px;
}
.titulo{
	padding-top:150px;
}
.custom-navbar {
	
	
   background:url(../images/barrahead.jpg) right top no-repeat;
	margin-bottom: 0;
}
.custom-navbar .navbar-brand  {
  	/*font-weight: 600;*/
  	/*font-size: 12px;*/
}
.custom-navbar .navbar-brand .navbar-toggle {
 	padding: 4px 2px;
    font-size: 16px;
    color: #3b5c34;
}
.custom-navbar .nav li a {
	font-family:'Open Sans', sans-serif;
	color: #3b5c34;
    font-size: 14px;
   
}
.custom-navbar .nav li a:hover {
  	background: #3b5c34;
  	color: #fff;
}
.custom-navbar .nav > li > a:focus {
   	background: #3b5c34;
  	color: #ffffff;
  	outline: none;
}
.custom-navbar .nav li.active > a {
	background: #3b5c34;
    color: #FFF;
}
.custom-navbar .navbar-toggle {
	background: #3b5c34;
    border: none;
    padding-top: 10px;
    }
.custom-navbar .navbar-toggle .icon-bar {
	border-color: transparent;
	background-color: #FFFFFF;
    }
@media(min-width:768px){
    .custom-navbar {
            background:url(../images/barrahead.jpg) right top no-repeat;
            padding: 10px;
            border-bottom: 0;
            background-position: 0 0;
         }
    .custom-navbar.top-nav-collapse {
            padding: 8px;
            background: #fff;
        }
	
}




/* ==========================================================================
home section
========================================================================== */
#inicio{
	top:0;
}

#home {
  background-size: cover;
  background-position: center;
  color: #ffffff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100vh;
  text-align: left;
}
#home h1 {
  font-size: 40px;
}
#home h3 {
  font-size: 14px;
}
#home hr {
  width: 240px;
}
#home .btn {
  background: transparent;
  border: 4px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 12px 42px;
  margin-top: 10px;
  margin-right: 16px;
  transition: all 0.4s ease-in-out;
}
#home .btn:hover {
  background:#060;
  border-color: transparent;
}
#home .btn-danger {
  background:#f6a017;
  border-color: transparent;
}
#home .btn-danger:hover {
	border: 4px solid #ffffff;
  	border-radius: 0;
	background: transparent;
  	color: #ffffff;
}

/* ==========================================================================
work section
========================================================================== */
#work {
	color: #666;
    text-align: center;
}
#work .col-md-4 {
  	padding: 28px;
  	position: relative;
  	transition: all 0.4s ease-in-out;
}

#work h3 {
  	font-size: 18px;
}

#work .plan {
  	padding-top: 20px;
	border-bottom:#030 solid 3px;
  	margin-bottom: 15px;
}
#work .plan span {
	font-size: 16px;
}
#work .plan .plan_title {
  font-weight: 300;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#work ul li {
	font-family:'Open Sans', sans-serif; 
	color:#000;
	letter-spacing:0.5px;
 	line-height: 28px;
	 text-align: left;

}



/* ==========================================================================
about section
========================================================================== */
#about {
 	background: url(../images/contrs.png) center bottom no-repeat;
	background-size:cover;
	
  	color: #333;
	font-family:'Open Sans', sans-serif; 
	font-size:15px;
	
	padding-top: 0px;
    padding-bottom: 100px;
}

#about ul li {
 	font-family:'Open Sans', sans-serif; 
	color:#000;
 	line-height: 24px;
	text-align: left;
	font-size:15px;
}

#about .btn-green {
  background:#264907;
 /* border-color: transparent;*/
  border-radius: 2;
  color:#FFF;
}
#about .btn-green:hover {
	background:#ecc21c;
	/*border: 4px solid #ffffff;*/
  	border-radius: 2;
	color: #264907;
}





.nav-tabs {
  margin-top: 20px;
  border-bottom: 1px solid #606060;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing:5px;
  font-weight:700;
}
.nav-tabs > li > a {
	display: block;
  	color: #FFF;
	font-size: 16px;
	
  	padding: 10px 20px;
  	border: 0;
  	border-radius: 0;
}
.nav-tabs > li > a:hover {
  background-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #f6b811;
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: transparent;
}
.tab-content {
  padding-top: 20px;
}

.tab-content a {
	color: #0CC;
}

.tab-content a:hover, .tab-content a:link {
	color: #FF0;
	text-decoration: none;
}

/* ==========================================================================
team section
========================================================================== */
#team {
  text-align: center;
}
#team h3 {
  color: #00c6d7;
  font-size: 14px;
  font-weight: bold;
}
#team .col-md-3 {
  padding-top: 20px;
  padding-bottom: 20px;
}
#team .team-wrapper {
  overflow: hidden;
  position: relative;
}
#team .team-des {
  background-color: rgba(00,00,00,0.6);
  position: absolute;
  color: #ffffff;
  opacity: 0;
  max-width: 500px;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.4s ease-in-out;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#team .team-des:hover {
 opacity: 1;
}
#team img {
  margin: 0 auto;
}

#team .social-icon li a {
  color: #fff;
}

#team .social-icon li a:hover {
  color: #00c6d7;
}

/* ==========================================================================
portfolio section
========================================================================== */
#portfolio {
 /* background-color: #f6f6f6;*/
  text-align: center;
  }
  
#portfolio img {
  /*width: 100%;*/
  transition: all 0.4s ease-in-out;
}
#portfolio img:hover {
  opacity: 0.5;
}

#portfolio .plan {
  background-color:#D6DCBE;
  height: 250px;
  padding-top: 20px;
  margin-bottom: 15px;
   font-family:'Open Sans', sans-serif;
  font-weight: thin;
  font-size: 15px;
  line-height:25px;
}

#portfolio .texto li{
	font-family:'Open Sans', sans-serif;
  font-weight: thin;
  font-size: 15px;
  padding-left:25px;
  padding-right:25px;
   line-height:25px;
}
	
#portfolio .plan span {
	font-size: 16px;
}

#portfolio h4 {
	font-size: 14px;
}
#portfolio .plan .plan_title {
 
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
 
}

#portfolio ul li{
  
   letter-spacing:0.5px;
   line-height:24px;
   color:#000;
}

/* FILTER CSS */
.filter-wrapper {
    width: 100%;
    margin: 40px 0 24px 0;
    overflow: hidden;
    text-align: center;
}
.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}
.filter-wrapper li a {
    color: #999999;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 8px 17px;
    display: block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
.filter-wrapper li .selected,
.filter-wrapper li a:focus,
.filter-wrapper li a:hover {
	color: #006600;
	outline: none;
  }

/* ISOTOPE BOX CSS */
.iso-box-section {
    width: 100%;
}
.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}
.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fluid-img {
  width: 100%;
  display: block;
}

/*============================================================================
clientes
============================================================================*/

#clientes {
 /* background-color: #f6f6f6;*/
  text-align: center;
  }
  
#clientes img {
  width: 100%;
  transition: all 0.4s ease-in-out;
}
#clientes img:hover {
  opacity: 0.5;
}

#clientes .plan {
  background-color:#D6DCBE;
  height: 280px;
  padding-top: 20px;
  margin-bottom: 15px;
}
#clientes .plan span {
	font-size: 16px;
}
#clientes .plan .plan_title {
  font-weight: 300;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/* ==========================================================================
pricing section
========================================================================== */
#pricing {
  text-align: center;
}

#pricing h1{
   font-size: 52px;
  color:#356205;
}
#pricing h2 {
  font-size: 35px;
  color:#356205;
}
#pricing h3 {
  font-size: 16px;
  color:#838383;
}

#pricing p {
  font-size: 14px;
  color:#000;
}

#pricing ul li {
	text-align:left;
  font-size: 14px;
  color:#838383;
}
#pricing .plan {
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
  padding-top: 40px;
  margin-bottom: 15px;
}
#pricing .plan span {
	font-size: 16px;
}
#pricing .plan .plan_title {
  font-weight: 300;
  padding: 30px;
  margin-bottom: 20px;
}
#pricing .medium-icon {
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
  border-radius: 50%;
  font-size: 52px;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  margin-bottom: 32px;
}
#pricing .plan ul {
  padding: 0px;
}
#pricing .plan ul li {
  display: block;
  font-weight: 500;
  padding: 12px 0px;
}
#pricing .plan .btn {
  border: none;
  border-radius: 0px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 16px 60px;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
  text-transform: uppercase;
}
#pricing .plan-one .btn {
  background-color: #00c6d7;
}
#pricing .plan-two .btn {
  background-color: #ffa400;
}
#pricing .plan-three .btn {
  background-color: #009988;
}
#pricing .plan .btn:hover {
  background-color: #3B3B3B;
}


/* ==========================================================================
contact section
========================================================================== */
#contact {
  background: #fff url('../images/contrs.png') no-repeat center center ;
  background-size: cover;
  color: #333;
}
#contact h2 {
  padding-bottom: 20px;
}
#contact h3 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}
#contact .medium-icon {
  padding-top: 10px;
  padding-right: 10px;
}
#contact .contact-info div {
  padding-top: 14px;
  padding-bottom: 14px;
}
#contact form {
  padding-top: 60px;
  color: #333;
}
#contact .form-control {
  border: 2px solid #666;
  border-radius: 0;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}
#contact input {
  height: 40px;
  color: #666;
}

#contact p {
 color: #666;
}



#contact input[type="submit"] {
  background: #060;
  border: 3px solid #FFF;
  letter-spacing: 1px;
  margin-top: 18px;
  height: 50px;
  color: #ffffff;
}
#contact input[type="submit"]:hover {
  color: #000000;
}


/* ==========================================================================
footer section
========================================================================== */
footer {
  	text-align: center;
  	background-color:#333;
	padding-top:20px;
	padding-bottom:20px;
}
footer p {
  padding-top: 20px;
  color:#fff;
}
.social-icon {
  padding: 0;
  margin: 0;
 
}
.social-icon li {
  list-style: none;
  display: inline-block;
  padding: 6px;
  background-color:#FFF;
  border:solid 2px;
  border-color:#060;
}
.social-icon li a {
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50,);
  color: #808080;
  font-size: 32px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
.social-icon li a:hover {
  color: #060;
}

@media screen and (min-width: 992px) {
	.custom-navbar {
	background:url(../images/barrahead.jpg) right top no-repeat;
	}
  /*@-moz-document url-prefix() {
    #portfolio .col-lg-4,
    #portfolio .col-md-4 {
      width: 33.333%;
    }
  }    */
}

/* ==========================================================================
media quires for mobile
========================================================================== */
@media (max-width: 440px) {
#home h1{
	color:#666;
}
  #home {
    padding-top: 320px;
    padding-bottom: 320px;
  }
  #home h1 {
    font-size: 22px;
  }
  #home h3 {
    font-size: 12px;
  }
  
  #arriba {
	position: absolute;
	top:15px;
	right:85px;
	/*padding-top:35px;*/
    z-index: 80001;
}
	/*.imagen{
		max-height:100%;
		width:auto;
	}*/
}


/*GALERIA*/


.galeria {
	width: 90%;
	margin: auto;
	list-style: none;
	padding: 5px;
	box-sizing: border-box;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.galeria li {
	margin: 5px;
	border:#D6DCBE 10px solid;
	margin-bottom:30px;
	text-align: center;
}

.galeria img {
	width: 250px;
	height: 188px;
	
}

/*Estilos del modal*/

.modal {
	display: none;
}

.modal:target {
	
	display: block;
	position: fixed;
	background: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modal h3 {
	color: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 20px;
	text-align: center;
	margin: 15px 0;
}

.imagen {
/*	width: 100%;
	height: auto;*/
	/*padding-left:250px;*/
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.imagen a {
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	margin: 0 10px;
}

.imagen a:nth-child(2) {
	margin: 0;
	height: 100%;
	flex-shrink: 2;
}

.imagen img {
	/*width: 700px;*/
	
	max-width: 100%;
	height: auto;
	border: 7px solid #fff;
	box-sizing: border-box;
}

.cerrar {
    text-decoration: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 15px;
	color: #fff;
	
	line-height: 35px;
	
}

.btnclose{
	position:relative;
	
	padding-top:10px;
	text-align: center;
}



.social-icons {
  padding: 0px;
  margin: 0px;
  
}
.social-icons li {
   list-style: none;
   margin: 10px 0px 0px 0px;
}
.social-icons a {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border:#fff solid 1px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  padding: 10px 10px 10px 10px ;
  text-align: center;
  transition: all 0.4s ease-in;
  
}
.social-icons li a:hover {
  width: 40px;
  height: 40px;
  background-color:#FFF;
  color: #173162;
}

footer .fa {
	font-size: 18px;
	margin-right: 10px;
	/*padding: 5px;*/
}

footer .fa {
	font-size: 18px;
	margin-right: 10px;
	/*padding: 5px;*/
}
footer h3,h4 {
  color:#fff;
  padding-bottom: 5px;
}

footer .input{
	color:#fff;
}

footer .btn {
  border: 1px solid #c8d2de;
  color: #c8d2de;
}

footer .input-placeholder{
	color:#ccc;
}
footer .newsletter p {
  padding-bottom: 10px;
}
footer .form-control {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 0px ;
  padding-bottom: 10px;
}
footer.form-control::-webkit-input-placeholder {
  color: #fff;
}
/*footer .form-control:focus,
footer .form-control:hover {
	
  	background: #fff;
  	border-color: transparent;
}*/
footer .input-group-addon {
  background: #fff;
}
footer a, footer a:visited {
  font-size: 14px;
  color: #FFF;
}
footer a:hover {
  color: #173162;
  background-color:#FFF;
  text-decoration: none;
}

.carousel-control.right {
    right: 0;
	background-image: none;
    left: auto;
   
}

.carousel-control.left {
    left: 0;
	background-image: none;
    right: auto;
   
}

.marco{
	padding:5px;
}

.fotomenu{
	/*border:1px solid #ccc;*/
	padding:5px;
}

.marco:hover{
	padding:5px;
	opacity: 0.5;
}
