body {
  overflow-x: hidden;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif
}

button.active{
  text-decoration: none;
  outline: 0;
}
button:link{
  text-decoration: none;
  outline: 0;
}
button:focus{
  text-decoration: none;
  outline: 0;
}
.fixed{
  position: fixed;
  width: 100%;
  height: auto;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #FFF;
 }
 .fixed .nav-top > ul > li{
   margin: 0px 0px;
 }
 .fixed .logo_menu{
   padding-top: 0px;
   margin-top: 5px;
 }

.hlogo{
  width: 100%;
  height: 240px;
  position: relative;
  margin: auto;
  text-align: center;
  background-color: #FFF;
  padding-top: 20px;
  padding-bottom: 20px;
}
.hlogo img{
  position: relative;
  width: 200px;
  height: 200px;
  margin: auto;
}
.encabezado{
	width: 100%;
	height: auto;
	margin: auto;
	background-color: #FFF;
	text-align: center;
  padding-right: 0;
  padding-left: 0;
}
#menu{
  box-shadow: 2px 2px 5px #999;
}
.logo_menu{
  float: left;
  width: 50px;
  height: auto;
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  cursor: pointer;
    display: none;
}
.logo_menu_2{
  float: left;
  width: 39px;
	height: 39px;
  cursor: pointer;
  margin-right: 10px;
}
.menunav{
  text-align: left;
  width: 100px;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  float: left;
  margin: auto;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.menu-button-container {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
	position: relative;
	text-align: left;
	width: 100%;
	height: 60px;
	margin: auto;
	font-size: 30;
	color: #000;
  box-shadow: 2px 2px 5px #999;
}
.menu-button {
  width: 39px;
	height: 39px;
	color: #000;
	float: right;
	border: 1px solid #000;
  cursor: pointer;
  margin-right: 10px;
}
.menu-button .icon-bar {
  background-color: #000;
	display: block;
	margin: auto;
  width: 22px;
  height: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#contact:focus{
  color: #9BCD5E;
}}
#owl-demo .item {
     margin: auto;
     max-width: 80%;
     height: auto;
 }
 .parrafo_services p{
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  padding: 50px;
  color: #FFF;
 }
 #owl-demo .item1{
  background-image: url(../img/carousel_2_a.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
 }
 #owl-demo .item2{
  background-image: url(../img/carousel_2_b.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#owl-demo .item3{
  background-image: url(../img/carousel_2_c.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 768px) {
  #owl-demo .item1{
    margin-top: 10px;
    background-image: none;
    background-color: #353535;
  }
  #owl-demo .item2{
    margin-top: 10px;
    background-image: none;
    background-color: #353535;
  }
  #owl-demo .item3{
    margin-top: 10px;
    background-image: none;
    background-color: #353535;
  }
  .parrafo_services p{
  font-size: 14px;
  padding: 10px;
  }
}
.nav-top {
  font-size: 18pt;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
	display: inline-block;
	width: auto;
	margin: auto;
	position: relative;
}
.nav-top > ul {
  overflow: auto;
  list-style: none;
}
.nav-top > ul > li {
  margin: 20px 0;
  float: left;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.nav-top > ul > li a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15pt;
  color: #000;
  font-weight: normal;
  padding: 12px 35px;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.colorm{
  color: #9BCD5E;
}
.hovermenu:hover{
  color: #9BCD5E;
}
@media (max-width: 1028px) {
.encabezado{
	width: 100%;
	height: auto;
	min-height: auto ;
}
.logo_menu{
  display: none;
}
.nav-top .logo{
	display: none;
}
.nav-top .border{
	border-right: none;
}
.nav-top .bordel{
	border-left: none;
}
.nav-top {
  display: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.nav-top > ul > li {
  margin: 20px 0;
	float: none;
	width: 100%;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.menu-button-container {
  display: block;
}
}
.carousel{
  position: relative;
  width: 100%;
  height: auto;
  margin: auto;
}
#carousel-1 .carousel-inner{
  height: auto;
  width: 100%;
  background-position: center;
  text-align: center;
}
.imagen_pequena{
  display: none;
}
@media (max-width: 768px) {
  #carousel-1 .carousel-indicators, #carousel-1 .carousel-inner, #carousel-1 .carousel-control {
    display: none;
  }
  .imagen_pequena{
    display: block;
    width: 100%;
    height: auto;
  }
  .serviciospadre{
    display: none;
  }
  .serviciospadre2{
    display: block;
  }
}
@media (min-width: 768px) {
  .serviciospadre{
    display: block;
  }
  .serviciospadre2{
    display: none;
  }
}

.imagencarr{
  height: 100%;
  width: 100%;
  text-align: center;
  background-position: center;
}
.titulos{
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: Bold;
  font-size: 28.45pt;
}
#about{
  padding-top: 0;
  padding-bottom: 10px;
  padding-top: 50px;
}
#about div p{
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-style: Regular;
  font-size: 17pt;
}
.services1{
  padding-left: 0;
  padding-right: 0;
  padding-top: 60px;
}
.current{
  background-color: #FFF;
  border: 2px solid #9BCD5E;
  color: #9BCD5E;
}
.rectangulo{
  border: 2px solid #000;
  width: 80%;
  padding: 10px;
  text-align: center;
  background-position: center center;
  margin: auto;

}
.serviciospadre{
  width: 82%;
  margin: inherit;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 5px;
}
.serviciospadre2{
  width: 82%;
  margin: inherit;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 5px;
}
.serviciospadre2 button{
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.servicios{
  border: 2px solid #9BCD5E;
  background-color: #9BCD5E;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
  font-size: 29px;
  padding: 15px;
  margin-bottom: 0;
}
.current{
  border: 2px solid #9BCD5E;
  background-color: #FFF;
  color: #9BCD5E;
}
.owlm{
  cursor: pointer;
}
.descripcion{
  width: 80%;
  height: auto;
  padding-top: 0;
  margin: auto;
}
#carousel-2 .carousel-inner{
  margin-top: 0;
  height: 287px;
  width: 100%;
  background-position: center;
}
.imagencarr2{
  height: auto;
  width: 1055px;
  text-align: center;
  background-position: top;
}
.carrusel_texto{
  position: absolute;
  width: 100%;
  height: auto;
  text-align: left;
  padding-bottom: 3px;
  padding-left: 5px;
}
@media (max-width: 968px) {
  .servicios{
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    font-style: Regular;
    font-size: 18pt;
    padding: 5px;
    margin-bottom: 0;
}
.titulos{
    font-size: 20pt;
}
#about div p{
  font-size: 10pt;
}
}
.imagen_como1{
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.imagen_como{
  width: 100%;
  height: auto;
  padding-top: 40px;
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 968px) {
  .imagen_como1{
    display: none;
  }
}
.nuestros_servicios{
  padding-top: 50px;
  background-color: #9BCD5E;
  width: 80%;
  margin-bottom: 0;
  padding-bottom: 0;
}
.fila_nuestros_imagen{
  margin-bottom: 15px;
  padding-bottom: 0;
}
.imagen_fisica1{
  display: block;
  width:80%;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: center;
}
.imagen_fisica2{
 display:none;
 width:80%;
 height: auto;
 margin-bottom: 0;
 padding-bottom: 0;
 text-align: center;
}
.fisica:hover .imagen_fisica1{
 display: none;
}
.fisica:hover .imagen_fisica2{
 display: block;
}
.dropdown-menu{
  background-color: #353535;
}
.fondom{
background-color: #353535;
}
.modal-header{
 border: none;
 padding: inherit;
 margin: inherit;
}
.modal-content2{
 margin: 20px;
 border: 2px solid #9BCD5E;
}
.modal-body{
  margin: 20px;
  padding: 20px;
  color: #fff;
  width: 700px;
  height: auto;
  margin-top: 0;
}
.anchom{
 max-width: 700px;
}
.modal_2{
 margin-bottom: 20px;
 text-align: center;
 padding-left: 50px;
 padding-right: 50px;
 color: #fff;
}
.modal_2 p{
  text-align: center;
  color: #9BCD5E;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16pt;
  color: #9BCD5E;
}
.modal_3{
  padding-left: 30px;
  padding-right: 70px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12pt;
  color: #fff;

}
.imagen_nuestro_2{
  width:80%;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: center;
}
.fila_nuestros_texto{
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 30px;
}
.texto_nuestros{
  width: 80%;
  height: auto;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 19,81pt;
  margin-top: 0;
  padding-top: 0;
}
@media (max-width: 993px) {
  .modal-content2{
   margin: 10px;
   border: 1px solid #9BCD5E;
   text-align: center;
 }
  .fila_nuestros_texto{
    display: none;
  }
.fisica a img{
  width: 150px;
  height: auto;
  text-align: center;
  margin: auto;
  padding: 10px;
}
.modal-body{
  margin: 5px;
  padding: 5px;
  color: #fff;
  width: auto;
  height: auto;
  margin-top: 0;
  text-align: center;
}
.anchom{
 max-width: 300px;
}
.modal_2{
 margin-bottom: 5px;
 text-align: center;
 padding-left: 5px;
 padding-right: 5px;
 color: #fff;
}
.modal_2 p{
  text-align: center;
  color: #9BCD5E;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 10pt;
}
.modal_3{
  padding-left: 5px;
  padding-right: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 8pt;
  color: #fff;
  text-align: center;
}
.imagen_nuestro_2{
  width:80px;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: center;
}
.modal_img img{
  text-align: center;
  margin: auto;
}
}
.contacto{
  text-align: center;
  padding-top: 50px;
  margin-top: 0px;
}
.imagen_contacto_2{
  width: auto;
  height: auto;
  text-align: center;
  display: inline;
}
@media (max-width: 1044px) {
  .imagen_contacto_2{
    display: none;
}
}
.contacto_datos{
  width: 80%;
  text-align: center;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 12pt;
}
.datos_2{
  margin: 5px;
  padding: 5px;
}
.glyphy{
  text-align: right;
}
.contacto_datos_2{
  text-align: left;
}
.datos_3{
  margin: 5px;
  padding: 5px;
}
.form-control{
  border-radius: 0;
  font-size: 12pt;
}
.btn{
  border-radius: 0;
  font-size: 12pt;
}
.text-muted {
  color: #777
}
.text-primary {
  color: #9BCD5E
}
@media (max-width: 993px) {
.glyphy{
  text-align: center;
  margin: auto;
}
.contacto_datos_2{
  text-align: center;
  margin: auto;
}
}

p {
  font-size: 14px;
  line-height: 1.75
}
p.large {
  font-size: 16px
}
a, a:hover, a:focus, a:active, a.active {
  outline: 0
}
a {
  color: #9BCD5E
}
a:hover, a:focus, a:active, a.active {
  color: #9BCD5E
}
h1, h2, h3, h4, h5, h6 {
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700
}
.img-centered {
  margin: 0 auto
}
.bg-light-gray {
  background-color: #f7f7f7
}
.bg-darkest-gray {
  background-color: #222
}
.btn-primary {
  color: #fff;
  background-color: #9BCD5E;
  border-color: #9BCD5E;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #9BCD5E;
  border-color: #9BCD5E;
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-image: none
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #9BCD5E;
  border-color: #9BCD5E
}
.btn-primary .badge {
  color: #9BCD5E;
  background-color: #fff
}
.btn-xl {
  color: #fff;
  background-color: #9BCD5E;
  border-color: #9BCD5E;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 20px 40px
}
.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
  color: #fff;
  background-color: #fec503;
  border-color: #f6bf01
}
.btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
  background-image: none
}
.btn-xl.disabled, .btn-xl[disabled], fieldset[disabled] .btn-xl, .btn-xl.disabled:hover, .btn-xl[disabled]:hover, fieldset[disabled] .btn-xl:hover, .btn-xl.disabled:focus, .btn-xl[disabled]:focus, fieldset[disabled] .btn-xl:focus, .btn-xl.disabled:active, .btn-xl[disabled]:active, fieldset[disabled] .btn-xl:active, .btn-xl.disabled.active, .btn-xl[disabled].active, fieldset[disabled] .btn-xl.active {
  background-color: #9BCD5E;
  border-color:#9BCD5E;
}
.btn-xl .badge {
  color: #9BCD5E;
  background-color: #fff
}
.navbar-collapse{
  margin: auto;
  position: relative;
  width: auto;
}
.navbar-default {
  background-color: #FFF;
  text-align: center;
  position: relative;
  margin: auto;
  width: 100%;
}
.navbar-default .navbar-brand {
  color: #9BCD5E;
  font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:active, .navbar-default .navbar-brand.active {
  color: #000;
}
.navbar-default .navbar-collapse {
  border-color: rgba(255, 255, 255, .02);
}
.navbar-default .navbar-toggle {
<<<<<<< HEAD
  background-color: #9BCD5E;
  border-color: #9BCD5E
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFF;
=======
  background-color: green;
  border-color: green;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
>>>>>>> origin/roberto
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #9BCD5E
}
.navbar-default .nav li a:hover, .navbar-default .nav li a:focus {
  color: #9BCD5E;
  outline: 0
}
.navbar-default .navbar-nav>.active>a {
  border-radius: 0;
  color: #FFF;
  background-color: #9BCD5E;
}
.navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  color: #FFF;
  background-color: #fec503
}
@media (min-width:768px) {
  .navbar-default {
<<<<<<< HEAD
    background-color: #FFF;
=======
    background-color: #fff;
>>>>>>> origin/roberto
    padding: 25px 0;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
    border: 0
  }
  .navbar-default .navbar-brand {
    font-size: 2em;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
  }
  .navbar-default .navbar-nav>.active>a {
    border-radius: 3px
  }
  .navbar-default.navbar-shrink {
    background-color: #FFF;
    padding: 10px 0
  }
  .navbar-default.navbar-shrink .navbar-brand {
    font-size: 1.5em
  }
}
header {
  background-color: #fff;
  color: #000;
}
header .intro-text {
  padding-top: 100px;
  padding-bottom: 50px
}
header .intro-text .intro-lead-in {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 25px
}
header .intro-text .intro-heading {
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 25px
}
@media (min-width:768px) {
  header .intro-text {
    padding-top: 300px;
    padding-bottom: 200px
  }
  header .intro-text .intro-lead-in {
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px
  }
  header .intro-text .intro-heading {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 75px;
    line-height: 75px;
    margin-bottom: 50px
  }
}
section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px
}
section h3.section-subheading {
  font-size: 16px;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 75px
}
.service-heading {
  margin: 15px 0;
  text-transform: none
}
#portfolio{
  margin-top: 50px;
}

@media (min-width:768px) {}

@media (min-width:992px) {}
@media (min-width:1200px) {}

section#contact .section-heading {
  color: #fff
}
section#contact .form-group {
  margin-bottom: 25px
}
section#contact .form-group input, section#contact .form-group textarea {
  padding: 20px
}
section#contact .form-group input.form-control {
  height: auto
}
section#contact .form-group textarea.form-control {
  height: 236px
}
section#contact .form-control:focus {
  border-color: #9BCD5E;
  box-shadow: none
}
section#contact::-webkit-input-placeholder {
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #bbb
}
section#contact:-moz-placeholder {
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #bbb
}
section#contact::-moz-placeholder {
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #bbb
}
section#contact:-ms-input-placeholder {
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #bbb
}
section#contact .text-danger {
  color: #FFF;
}
ul.social-buttons {
  margin-bottom: 0
}
ul.social-buttons li a {
  display: block;
  background-color: #222;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  outline: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s
}
ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
  background-color: #FFF;
}
.btn:focus, .btn:active, .btn.active, .btn:active:focus {
  outline: 0
}
::-moz-selection {
  text-shadow: none;
  background: #FFF;
}
::selection {
  text-shadow: none;
  background: #FFF;
}
img::selection {
  background: 0 0
}
img::-moz-selection {
  background: 0 0
}
body {
  webkit-tap-highlight-color: #FFF;
}

.footer{
	position: relative;
	max-width: 1000px;
	height: auto;
	margin: auto;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	color: #000;
}
.footer a:link{
	text-decoration: none;
	color: #000;
}
.footer img {
	display: inline-block;
	vertical-align: middle;
}
.footer .redes {
	line-height: 70px;
	text-align: left;
}
.footer .wc {
	text-align: right;
}
.footer i,
.footer a {
	display: inline-block;
	color: #000;
	vertical-align: middle;
	cursor: pointer;
}
