@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);
@import url(http://fonts.googleapis.com/css?family=Volkhov:400italic);
/* var text-decoration */
/*--
	Common Css
--*/
body {
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
}
h2 {
  font-size: 30px;
  font-weight: 400;
}
h3 {
  font-size: 28px;
  font-weight: 300;
}
p {
  font-size: 15px;
  line-height: 28px;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
}
.section-title {
  margin-bottom: 70px;
}
.section-title h2 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600;
}
.section-title p {
  font-family: 'Volkhov', serif;
  font-style: italic;
  color: #666;
}
/*--
	Header Start 
--*/


header .navbar {
  background: #fff;
  margin-bottom: 0px;
  border: 0px;
	
}
header .navbar-brand {
  padding-top: 5px;
padding: 1px 36px;
	
}
header .navbar-default {
  background: #fff;
  border: 0px;	
}
header .navbar-default .navbar-nav {
  padding-top: 10px;

}
header .navbar-default .navbar-nav li a {
	
  color: #333333;
  padding: 1px 36px;
  font-size: 15px;
}
font header .navbar-default .navbar-nav li a:hover {
	
  color: #000;
}
/*---------------------------------------------
					Index Start 
-----------------------------------------------*/
/*--
	Logo_Entrada
--*/

#Logo_Entrada {
  background: url("../img/slider-bg.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  padding: 200px 0 50px 0;
  position: relative;
	
}
#Logo_Entrada .container {
 
  padding-top: 55px;
}
#Logo_Entrada .animation-logo {
  
  bottom: 10;
  width: 50%;
  max-width: 50%;	
  height: 50%;
  max-height: 50%;
}
#Logo_Entrada .animation-logo {
 
  -webkit-animation: bounceInDown 1500ms ease-in-out 300ms both;
  animation: bounceInDown 1500ms ease-in-out 300ms both;
}



/*--
	quienes_somos Start 
--*/

#quienes_somos {
  background: url("../img/quienes-somos-section.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  padding: 5px 0 5px 0;
  text-align: center;
  color: #fff;
  position: relative;
	
	
}	
#quienes_somos:before {

  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
	
		}
#quienes_somos {
	
  padding: 50px 0;
}
#quienes_somos .block h2 {
  padding-top: 35px;
  line-height: 27px;
  margin: 0;
  color:#37b8c0
	
}
#quienes_somos .block p {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
	
}
#quienes_somos .blockimg img {
  padding-left: 0px;
  width: 100%;
	
}
#quienes_somos .section-title {
  margin-bottom: 0px;

}
#quienes_somos .section-title p {
  padding-top: 20px;
  color: #fff;
  font-size: 20px;
	
}
#quienes_somos .section-title h2 {
 -webkit-animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
  animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
}
#quienes_somos .Quienessomosimg {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
	
	
	}
#quienes_somos:hover .blockimg {
	
 -webkit-animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
  animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
	
	
	}
#quienes_somos:hover .section-title p {
	
 -webkit-animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
  animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
}
#quienes_somos:hover .section-title p {
	
 -webkit-animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
  animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
}

/*--

/*--
	Metodologias Start 
--*/
	
#Metodologias_header .ContainerMetodologias {
  position: relative;
  display: inline-block;
  text-align: center;
	
	}
#Metodologias_header .TituloMetodologias {
  position: absolute;
  top: 10px;
  left:10px;
	  
	
	}
.Metodologias_tittle{
		color: #FFFCFC;
	padding: 15px;	
	text-align: center;
	font:oblique;

}
.Metodologias_tittle {
	
	-webkit-animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
  animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
}
#Metodologias_header p {
  font-size: 20px;
  line-height: 1.6;
  color: #F9F9F9;
	-webkit-animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
  animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both; 
}
#Metodologias_header .headermetodologias1 {
  background:  url("../img/Section-Metodologias-Header.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  padding: 100px 0px;
  position: relative;
  text-align: center;
  color: #fff;
	
}

/*--	Nuestros Servicios Start 
--*/
#nuestros_servicios {
	
  background:  url("../img/Section-Nuestros-Servicios.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  padding: 100px 0px;
  position: relative;
  text-align: center;
  padding: 90px 0;
	
	
}
#nuestros_servicios .service-item {
	
  padding-bottom: 30px;
	-webkit-animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
  animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both; 
}
#nuestros_servicios .service-item i {
	
  font-size: 60px;
  color: #2B2B2B ;
	-webkit-animation: fadeInRightBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
  animation: fadeInRightBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both; 
}
#nuestros_servicios .service-item h4 {
  padding-top: 20px;
  margin: 0;
  color: #0F0F0F;
	-webkit-animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
  animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both; 
}
#nuestros_servicios .service-item p {
	
  color: #161616;
  padding-top: 10px;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
	-webkit-animation: fadeInRightBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
  animation: fadeInRightBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both; 
}
#nuestros_servicios p {
	
  color: #161616;
  padding-top: 10px;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
	-webkit-animation: fadeInRightBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
  animation: fadeInRightBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both; 
}

/*--
	Cobertura Start 
--*/
#cobertura {
  background: url("../img/featue-bg.jpg");
  background-position: 50% 94px;
  width: 100%;
  display: block;
  position: relative;
  overflow: visible;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 100px 0;
}
#cobertura h2 {
  font-size: 28px;
  font-weight: 100;
  margin-bottom: 30px;
	-webkit-animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
  animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both; 
}
#cobertura h1 {
	
  font-size: 28px;
  font-weight: 100;
  font-style: bold;
  color: #fff;
  margin-bottom: 30px;
	-webkit-animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
  animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both; 
}
#cobertura p {
	
  color: #fff;
  margin-bottom:0px;
	-webkit-animation: fadeInRightBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
  animation: fadeInRiightBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both; 
}
#cobertura .img-responsive {
  
	-webkit-animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
  animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both; 
}


/*--
	Clielientes Logos Start
--*/
#clients-logo-section {
  padding-top: 30px;
  padding-bottom: 75px;
}
#clients-logo-section .clients-logo-img {
  padding: 0px 0px 0px 0px;
}

#clients-logo-section .clients-logo-img .img1 {
  margin-left: 25%;
}

#clients-logo-section .clients-logo-img .img2 {
  margin-left: 8%;
}

#clients-logo-section .clients-logo-img .img3 {
  margin-left: 10%;
}

#clients-logo-section .clients-logo-img .img4 {
  margin-left: 10%;
}

#clients-logo-section .clients-logo-img .img5 {
  margin-left: 10%;
}

#clients-logo-section .clients-logo-img .img6 {
  margin-left: 10%;
}

#clients-logo-section .clients-logo-img .img7 {
  margin-left: 10%;
}

#clients-logo-section .clients-logo-img .img8 {
  margin-left: 10%;
}
#clients-logo-section .clients-logo-img .img9 {
  margin-left: 10%;
}

#clients-logo-section .clients-logo-img .img10 {
  margin-left: 10%;
}

#clients-logo-section .clients-logo-img .img11 {
  margin-left: 10%;
}

#clients-logo-section .clients-logo-img .img12 {
  margin-left: 25%;
}

#clients-logo-section .clients-logo-img .img13 {
  margin-left: 10%;
}

#clients-logo-section .clients-logo-img .img14 {
  margin-left: 10%;
}

#clients-logo-section .clients-logo-img .img15 {
  margin-left: 23%;
}

#clients-logo-section .clients-logo-img .img16 {
  margin-left: 10%;
}

#clients-logo-section .clients-logo-img .img17 {
  margin-left: 15%;
}

#clients-logo-section .clients-logo-img {
  margin-left: 15%;
}

#clienclietes-confian-header {
	
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 107px;
  position: relative;
  background-attachment: fixed;
}

#clienclietes-confian-header:before {
	
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #42ab36, #37b8c0 90%);
  opacity: 0.9;
  
}

#clienclietes-confian-header .block {
  color: #E3E3E4;
  margin: 0 auto;
  padding-left: 90px;
}

#clienclietes-confian-header h1 {
  font-weight: 100;
  font-size: 45px;
  letter-spacing: 6px;
  padding-bottom: 15px;
  margin-top: 0;
  color: #E3E3E4;
  text-transform: capitalize;
  text-align: center;
	-webkit-animation: bounceInDown 1500ms ease-in-out 300ms both;
  animation: bounceInDown 1500ms ease-in-out 300ms both;
}

#clienclietes-confian-header .block p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  word-spacing: 3px;
}

/*---------------------------------------------
					 Contact Start 
-----------------------------------------------*/
/*--
	slider-contact Start 
--*/

#global-header2 {
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 107px;
  position: relative;
  background-attachment: fixed;
}
#global-header2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #42ab36, #37b8c0 90%);
  opacity: 0.9;
}
#global-header2 .block {
  color: #E3E3E4;
  margin: 0 auto;
  padding-left: 90px;
  
}
#global-header2 h1 {
  font-weight: 100;
  font-size: 45px;
  letter-spacing: 6px;
  padding-bottom: 15px;
  color: #E3E3E4;
  text-align: center;
  margin-top: 0;
  text-transform: capitalize;
	-webkit-animation: bounceInDown 1500ms ease-in-out 300ms both;
  animation: bounceInDown 1500ms ease-in-out 300ms both;
}
#global-header2 .block p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  word-spacing: 3px;
}
#slider-contact {
  background: url("../img/call-to-action-bg.jpg") no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 107px;
  position: relative;
}
#slider-contact:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #928dab, #1f1c2c 70%);
  opacity: 0.8;
}
#slider-contact .block {
  color: #E3E3E4;
  margin: 0 auto;
  padding-left: 90px;
}
#slider-contact .block h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 45px;
  line-height: 60px;
  letter-spacing: 6px;
  padding-bottom: 15px;
}
#slider-contact .block p {
  font-size: 23px;
  line-height: 40px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  word-spacing: 3px;
}

/*--
	contact-form Start 
--*/

#contact-form  {
  background:  url("../img/Contactontact-BG.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 100px 0px;
  position: relative;
  text-align: center;
  color: #5B5A5A;
}

#contact-form {
  padding-top: 70px;
  padding-bottom: 35px;
}
#contact-form .block form .form-group {
  padding-bottom: 15px;
  margin: 0px;
}
#contact-form .block form .form-group .form-control {
  background: #F6F8FA;
  height: 60px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
}
#contact-form .block form .form-group-2 {
  padding-bottom: 15px;
  margin: 0px;
}

#contact-form .block form .form-group-2 .form-control {
   background: #F6F8FA;
   border: 1px solid #EEF2F6;
   box-shadow: none;
}

#contact-form .block form .form-group-2 textarea {
  background: #0000;
  height: 135px;
  border: 1px solid #5B5A5A;
  box-shadow: none;
  width: 100%;
}
#contact-form .block button {
  width: 100%;
  height: 60px;
  background: #47424C;
  border: none;
  color: #FDFDFD;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}

#contact-form .block form .form-control textarea {
  background: #0000;
  height: 135px;
  border: 1px solid #0D0D0D;
  box-shadow: none;
  width: 100%;
}

/*--
	wrapper-contact Start 
--*/
.address-block li {
  margin-bottom: 20px;
}
.address-block li i {
  margin-right: 15px;
  font-size: 20px;
  width: 20px;
}
.social-icons {
  margin-top: 40px;
}
.social-icons li {
  display: inline-block;
  margin: 0 6px;
}
.social-icons a {
  display: inline-block;
}
.social-icons i {
  color: #2C2C2C;
  margin-right: 25px;
  font-size: 25px;
}

#contact-box {
  padding-top: 35px;
  padding-bottom: 58px;
	position: center;
}


#contact-box .block img {
  width: 100%;
}
#contact-box .block h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 28px;
  padding-bottom: 30px;
}
#contact-box .block p {
  color: #5C5C5C;
  display: block;
}

/*--
	features-contact Start 
--*/
#features-contact {
  padding-top: 50px;
  padding-bottom: 75px;
}
#features-contact .block ul li {
  width: 19%;
  text-align: center;
  display: inline-block;
  padding: 40px 0px;
}
/*---------------------------------------------
					Contact Close 
-----------------------------------------------*/
/*--------- Heading------------*/
.heading {
  padding-bottom: 60px;
  text-align: center;
}
.heading h2 {
  color: #000;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}
.heading p {
  font-size: 18px;
  line-height: 40px;
  color: #292929;
  font-weight: 300;
}
/*---------------------------*/

/*---------------------------------------------
					Work Start 
-----------------------------------------------*/
/*--
	Slider-work Start 
--*/
#global-header {
  background: url("../img/slider-bg2.jpg") no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 107px;
  position: relative;
  background-attachment: fixed;
}
#global-header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #928dab, #1f1c2c 70%);
  opacity: 0.8;
}
#global-header .block {
  color: #E3E3E4;
  margin: 0 auto;
  padding-left: 90px;
  text-align: center;
}
#global-header .block h1 {
  font-weight: 100;
  font-size: 45px;
  letter-spacing: 6px;
  padding-bottom: 15px;
  margin-top: 0;
  text-transform: capitalize;
}
#global-header .block p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  word-spacing: 3px;
}

/*=============================================*/
/*--
	footer Start 
--*/
footer {
  background: #F5F5F5;
  text-align: center;
  padding-top: 48px;
  padding-bottom: 55px;
}
footer p {
  font-size: 13px;
  line-height: 25px;
  color: #919191;
}
footer a {
  color: #595959;
}
footer .footer-manu {
  padding-bottom: 25px;
}
footer .footer-manu ul {
  margin: 0px;
  padding: 0px;
}
footer .footer-manu ul li {
  display: inline-block;
  padding: 0px 20px;
}
footer .footer-manu ul li a {
  display: inline-block;
  color: #494949;
}
footer .footer-manu ul li a:hover {
  color: #000;
}
.slider-hill {
}
