@font-face {
    font-family: 'OpenSans-Regular';
    src: url(../fonts/OpenSans-Regular.ttf)format('truetype');
 }
 @font-face {
    font-family: 'Exo2-Medium';
    src: url(../fonts/Exo2-Medium.ttf) format('truetype');
 }

body{
	font-family: 'OpenSans-Regular';
	font-size: 100%;
    background:url(../images/fondo.jpg);
    overflow-y: auto; 
    background-repeat: no-repeat;   
    background-attachment: fixed;   
    background-position: center center;
    background-position-y: 0px; 
}


a {
    color: #006254;
    text-decoration: none;
}
a:focus {
    outline: none!Important;
    outline:none!Important;
    outline-offset:0px!Important;
}

h1{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 3em;
    color:#006254;
    font-family: 'Exo2-Medium';
	text-align:center;
}
h8{
    color: #006254;
    font-weight: bold;
    margin-top: 9px;
    line-height: 1.1;
    display: block;
    margin-bottom: 5px;
}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

a#toTop{
  margin-top: 0;
}
.psombra{
	    background-color: #fff;
		padding: 0;
		
	    -webkit-box-shadow: 0px 0px 29px 0px rgb(0, 98, 84);
    -moz-box-shadow: 0px 0px 29px 0px rgb(0, 98, 84);
    box-shadow: 0px 0px 29px 0px rgb(0, 98, 84);
}
.breadcrumb{
	margin:2em 0;
	text-align:left;
}

.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.cl-effect-1 a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}
.header{
	background:#006254;
	padding:6px 0;
}
.headr-left{
	float:left;
	width:85%;
}
.social{
	float:left;
}
.social i {
width: 27px;
height: 27px;
background: url('../images/social.png') no-repeat 0px 0px;
display: inline-block;
margin:0 5px;
}
a i.facebook{
background-position:-3px -2px;
}
a i.twitter{
background-position: -43px -3px;
}
a i.dribble{
background-position: -83px -3px;
}
a i.google{
background-position:-126px -2px
}
a i.youtube{
background-position:-167px -3px;
}
a i.facebook:hover{
background-position:-3px -36px;
}
a i.twitter:hover{
background-position: -43px -36px;
}
a i.dribble:hover{
background-position: -83px -36px;
}
a i.google:hover{
background-position:-126px -36px
}
a i.youtube:hover{
background-position:-167px -36px;
}

.glyphicon-earphone:before,.glyphicon-envelope:before  {
  font-size:13px;
  margin-right:5px;
}
.glyphicon{
    display:inline-block!important;
}

.top-header{
	position:relative;
}
.top-menu{
	text-align:center;
	margin:1em 0;
}
.top-menu ul li{
	display:inline-block;
}
span.menu {
    display: none;
}
.top-menu ul li a{
	display:block;
	color:rgb(103, 161, 153);
	font-size:1em;
	padding: 2em 0em;
    margin:0 0.6em;
}
.top-menu ul li a:hover{
	COLOR:#006254;
}
.top-menu ul li:nth-child(3){
	/*margin-right:18em;*/
}
.logo{
	/*position: absolute;
    left: 40.5%;
    top: 17%;*/
	    margin-bottom: 15px;
    margin-top: 15px;
}
.logo  a{
	color:#006254;
	font-size:1.2em;
	 font-family: 'Exo2-Medium';
	 display:inline-block;
}
.navbar-default .navbar-nav > li > a {
    color: #FFF;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}
.dropdown-menu {
    width: 100%;
}
.navpadding{
	    padding-right: 0px;
    padding-left: 0px;
}
.navbar-default {
     background-color: transparent; 
     border-color: transparent; 
	 margin-top: 0px;
     margin-bottom: 0px;
     margin-left: 0px;
}

.banner{
	background:url(../images/bnr1.jpg) no-repeat 0px -120px;
	background-size:cover;
	min-height:640px;
}
.banner-info{
	text-align: center;
    background: rgba(0, 0, 0, 0.47);
    padding: 3em 2em;
    margin-top: 11em;
}
.banner-info h2{
	font-size:2.3em;
	color:#fff;
	text-transform:uppercase;
	font-family: 'Exo2-Medium';
}
.banner-info h3{
	font-size:1em;
	color:#fff;
	margin-top:25px;
	text-transform:uppercase;
}
.banner-info a{
	font-size:1em;
	color:#fff;
	margin-top:3em;
	padding:0.5em 3em;
	background:#006254;
	display:inline-block;
	border:2px solid #006254;
}
.banner-info a:hover{
	background:transparent;
	border:2px solid #006254;
}

.welcome{
	padding:3em 0 4em;
}
.welcm-left h3{
	font-size: 3em;
    color:#006254;
    font-family: 'Exo2-Medium';
	    margin-bottom: 15px;
}
.welcm-right h3 {
    font-size: 3em;
    color: #006254;
    font-family: 'Exo2-Medium';
    margin-bottom: 15px;
}
.welcm-left h4{
	font-size: 1.3em;
    color: #333;
    font-family: 'Exo2-Medium';
	margin:1em 0;
}
.welcm-left p{
	color:#999;
	font-size:0.9em;
	line-height:1.8em;
}
.welcm-right {
    padding: 0 0 0 3em;
}
/*.welcm-right h3{
	color: #333;
    font-size: 2em;
   font-family: 'Exo2-Medium';
}*/
.details1 {
	display:none;
}
.contact-icons1{
		display: none;
}
.welcm-right img {
    margin: 2em 0 1em 0;
}
.welcm-left img {
    margin: 2em 0 1em 0;
}
.welcm-right p{
	color:#999;
	font-size:0.9em;
	line-height:1.8em;
	margin-top:2em;
}
p.text{
	margin-top:1em;
}

.services{
	padding-bottom:4em;
	padding-top: 2em;
}
.memcal p{
	    color: #999;
    font-size: 0.9em;
    line-height: 1.8em;
    margin-top: 2em;
}
.memcal1 p{
	    color: #999;
    font-size: 0.9em;
    line-height: 1.8em;
   /* margin-top: 11px;
    margin-bottom: 10px;*/
}
.memcal1 a{
	    color: #8A8A8A;
    width: 25%;
    float: left;
    line-height: 17px;
    height: 120px;
    padding: 10px;
    text-align: center;
	}
/*.memcal1 a{
    color: #8A8A8A;
    font-size: 11pt;
    width: 25%;
    float: left;
    padding: 10px;
	text-align:center;
}*/
#collapsed{
padding-right: 80%;
}
.panel-default {
    border-color: transparent;
}
.panel-group .panel {
    
	border-radius: 0px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #FFF;
}
.panel-default > .panel-heading {
    color: #006254;
    background-color: #F3F3F3;
    border-color: transparent;
    border-radius: 0px;
}
.memcal1 img{
	    width: 50%;
    display: -webkit-inline-box;
}
.memcal1 img:hover{
 opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
	
.memcal ul{
	    margin-top: 11px;
    padding: 5px;
}
.memcal li{
	color: #999;
    font-size: 10pt;
    margin-left: 30pt;
}
.services h3,.gallery-info h3,.team h3,.contact h3, .aviso h3, .npromos h3{
	font-size: 3em;
    color:#006254;
    font-family: 'Exo2-Medium';
	text-align:center;
}
.services h1,.gallery-info h1,.team h1,.contact h1, .aviso h1, .npromos h1{
	font-size: 3em;
    color:#006254;
    font-family: 'Exo2-Medium';
	text-align:center;
}
.npromos{
	    margin-bottom: 15px;
}
.npromos h2{
	text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #006254;
    padding: 11px 0px;
    color: #F3F3F3;
}

.npromos img{
	    margin-top: 10px;
    margin-bottom: 10px;
}
.titpromo{
	font-weight: bold;
    color: #006254;
    padding: 10px;
    margin-bottom: 5px;
    border: 1px solid rgb(192, 216, 213);
    background-color: #F3F3F3;
    width: 100%;
}
.contpromo{
	color: #797979;
}
.titulpromo{
	    background-color: #000;
    padding: 5px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 16pt;
}
.titulpromo span{
	color: #f3b62b;
}
.aviso p{
    color: #999;
    font-size: 0.9em;
    line-height: 1.8em;
    margin-top: 2em;
}
.specialty{
  padding: 3em 0;
  background: #FAFAFA;
}
.specialty-info h5 {
  color: #969696;
  font-size: 14px;
  margin: 1em 0;
  line-height: 1.8em;
}
.specialty-info p {
  color: #333333;
  margin: 3em 0 0 0;
  line-height: 1.8em;
  font-weight: 600;
}
.service-box {
background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  overflow: visible;
  text-align: center;
}
.service-box .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background:#dfdfdf;
  margin: 0 auto;
  text-align: center;
  position: relative;	
}
.service-box .icon img {
  position: relative;
  z-index: 100;
  transition: all 0.3s ease 0s;
}
.service-box .icon:before {
  content: '';
  width: 102%;
  height: 102%;
  border-radius: 50%;
  background: #006254;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 10;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s ease 0s;
}
.service-box:hover .icon img {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.service-box:hover .icon:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.service-box h5{
  font-size: 1.4em;
  color: #252525;
  margin: 1em 0em 0.5em 0em;
}
.service-box p{
color: #999;
    font-size: 0.9em;
    line-height: 1.8em;
	margin: 0 auto;
    width: 84%;
}
.specialty-grids-top:nth-child(2) {
  margin-top: 4em;
}
.specialty-button{
	margin-top:3em;
}
.glyphicon-hourglass:before{
	color:#fff;
  font-size:30px;
}
.glyphicon-home:before{
	color:#fff;
  font-size:30px;
}
.glyphicon-leaf,.glyphicon-floppy-disk:before {
    color:#fff;
  font-size:36px;
}
.glyphicon-folder-close:before{
	color:#fff;
  font-size:36px;
}
.glyphicon {
    position: relative;
  top: 3px;
  display: block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 999;
}
.glyphicon3 {
  position: relative;
  top: 33px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  left: 0px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index:999;
}

.gallery-info {
    text-align: center;
}
.texfoot1{
	color: #006254;
    text-align: center;
    font-weight: bold;
    font-size: 16pt;
}
.texfoot2{
	color: #FFB900;
    font-weight: bold;
    font-size: 21pt;
    text-align: center;
}
.gallery-top{
	padding-bottom:2em;
}
.gallery-grids-top {
	margin-top:3m;
}
.gallery-info p {
  color: #B2B2B2;
  font-size: .9em;
  margin: 1em auto 0;
  line-height: 1.8em;
  width: 70%;
}
.gallery-grid-img {
    padding-left: 0;
}
.gallery-grid {
    padding-left: 0;
}
.gallery-grid a {
    display: block;
}
.gallery-grid img {
  width: 100%;
}
.gallery-right {
    padding: 0;
}
.gallery-grid-img img{
	width:100%;
}
.gallery-grid-img:hover img{
	-webkit-filter: grayscale(100%);
	opacity: 8;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
}
.gallery-grid:hover img {
  -webkit-filter: grayscale(100%);
  opacity: 8;
  transition: all 300ms!important;
  -webkit-transition: all 300ms!important;
  -moz-transition: all 300ms!important;
}
.gallery-grid-top-img:hover img{
	  -webkit-filter: grayscale(100%);
  opacity: 8;
  transition: all 300ms!important;
  -webkit-transition: all 300ms!important;
  -moz-transition: all 300ms!important;
}
.gallery-grids-middle{
    margin: 1em 0;
}
.gallery-right-top-grid{
	margin:1em 0 0 0;
}
.gallery-grid-top{
	padding:0;
}
.gallery-grid-top-img{
	margin-right:1em;
}
.gallery-grid-top-img img{
	width:100%;
}

.team{
	padding-bottom:4em;
}
.team-info {
    margin-top:3em;
}
.team-grids a {
	overflow: hidden;
	position: relative;
	display: block;
}
.captn h4 {
    color: #fff;
    font-size: 1.6em;
    margin-top: 2px;
   font-family: 'Exo2-Medium';
}
.captn p {
    font-size:0.9em;
    margin-top: 0.5em;
	color:#fff;
	line-height:1.8em;
}
.team-grids a .captn {
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: -84%;
    right: 0;
    background-color: rgba(51, 51, 51, 0.68);
    padding: 5% 10%;
    text-align: center;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-grids a:hover .captn {
  width: 100%;
  bottom: 0%;
  padding: 42% 10%;
}

.testimonal{
	padding:3em 0 4em;
	background:url(../images/testi.jpg) no-repeat 0px 0px;
	background-size:cover;
	min-height:400px;
}
.testi-top h3{
	font-size: 2.5em;
    color: #FFFFFF;
    font-family: 'Exo2-Medium';
    text-align: center;
}
.testi-top{
	text-align:center;
}
.slider2{
	position:relative;
}
.slider {
	position: relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides div.slid{
  -webkit-backface-visibility: hidden;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.testimonial-grids {
  width: 90%;
  margin: 0 auto;
}
.testimonial-left {
  width: 14%;
  float: left;
}
.testimonial-left img{
	border-radius:50%;
	width:100%;
}
.testimonial-right{
  float: left;
  width: 82%;
  margin: 0em 0 0 2em;
}
.testi-slider{
	padding:3em 2em;
	margin-top:2em;
	background:rgba(0, 0, 0, 0.69);
}
.testimonial-right h5{
	    color: #006254;
    font-family: 'Exo2-Medium';
	margin-top:1em;
	font-size:1.6em;
}
.testimonial-right h6{
	font-size:0.75em;
	color:#fff;
	margin-top:8px;
}
.testimonial-right p{
  color: #999;
  font-size:0.9em;
  margin: 1em 0 0 0;
  line-height: 1.8em;
}
.testimonial-right p span{
  font-size: 2em;
  line-height: .1em;
  vertical-align: middle;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 15px;
	width: 15px;
	display: inline-block;
     border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	background:transparent;
	border:2px solid #fff;
}
.callbacks_here a:after{
	background:#006254;
}
.callbacks_tabs a{
	visibility:hidden;
}
.callbacks_tabs li{
	display:inline-block;
	
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 41%;
  left: 14%;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: orange url("../images/themes.png") no-repeat left top;
  margin-top: -45px;
  }
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 14%;
 }
ul.callbacks_tabs.callbacks_tabs {
  position: absolute;
  z-index: 999;
  left: 46%;
}

.contact{
	padding:2em 0 3em;
}
.map iframe {
    width: 100%;
    height: 400px;
}
.contact-grids h2{
	color: #ed645c;
  font-weight: 600;
  margin-bottom: 0.5em;
  font-size: 2.1em;
  margin-top: 1.5em;
  font-family: 'Audiowide', cursive;
}
.contact-grids p.design{
	margin: .2em 0 0 0;
	color: #999999;
	font-size: 25px;
	text-align: center;
	font-weight: 300;
	}
.contact-grid{
	float:left;
	width:29%;
	text-align:center;
	}
.contact-grid p{
	color:#898888;
	font-size:15px;
	margin:1em 0 0;
	}
.contact-grid p span{
	display:block;
	margin:.3em 0 0;
	}
.glyphicon-phone-alt:before,.glyphicon-map-marker:before  {
   color:#C2C4C5;
   font-size:22px;
}
.glyphicon-envelope2:before {
    content: "\2709";
	color:#C2C4C5;
   font-size:22px;
}
.contact-grid p a{
	color:#898888;
	font-size:15px;
	}
.contact-grid p a:hover{
	text-decoration:none;
	color:#7EC259;
	}
.contact-grid:nth-child(2){
	margin:0 2em;
	}
.contact-grids input[type="text"],.contact-grids textarea{
	outline:none;
	border:1px solid #a1a1a1;
	background:none;
	padding:15px 10px;
	font-size:15px;
	border-radius: 7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-o-border-radius:7px;
	-ms-border-radius:7px;
	}
.contact-grids input[type="text"]{	
	width:100%;
	float:left;
	margin-bottom:5px;
	}
.contact-grids input[type="text"]:nth-child(2){
	/*margin:0 3.8em;*/
	}
.contact-grids textarea{
	width:100%;
	height:300px;
	margin:0em 0;
	resize:none;
	}
.contact-grids input[type="submit"]{
	outline:none;
	border:none;
	background:#006254;
	width: 100%;
	display: block;
	padding: 10px 0px;
	border:2px solid #006254;
	border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	color:#fff;
	font-size:16px;
	font-weight:700;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
}
.contact-grids input[type="submit"]:hover{
	background:#fff;
	color:#006254;
	}
.contact-icons{
	padding:2em 0 1em;
}
.map{
	margin-top:0em;
}
.footer {
    background: #eee;
    padding: 1em;
}
.copywrite {
    text-align: center;
    padding-top: 6px;
}
.copywrite p{
    color: #999;
    font-size: 0.9em;
}
.copywrite p a {
	color: #999;
}
.copywrite p a:hover{
	color:#006254;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 14px;
	right: 3%;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url("../images/to-top1.png") no-repeat 0px 0px;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
.texto{
    color: #999;
    font-size: 0.9em;
    line-height: 1.8em;
    
}
.vaficha{
	    padding-top: 15px;
}
.vaficha h1{
	margin-bottom: 10px;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
	color: #006254;
}
.vaficha h2+h2 {
    float: right;
	font-size: 15px;
}
.vaficha h2{
	float: left;
	font-size: 15px;
}
#descripcion_ficha{
	display:table;
	width:100%;
	padding-top: 15px;
	    padding-bottom: 15px;
}
.caractex {
    background-color: rgb(235, 243, 241);
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding: 9px;
	    margin-top: 15px;
}
.descrp1 {
    width: 65%;
    float: left;
    margin-bottom: 7px;
}
.descrp2 {
    width: 35%;
    float: left;
}
.imgficha img{
    margin-top: 7%;
}
iframe{
	    width: 100%;
    margin-top: 14px;
    height: 210px;
}
.navbar-nav > li {
    float: left;
    width: 20%;
    background-color: rgb(0, 98, 84);
    color: #fff;
    text-align: center;
    border-right: 1px solid #fff;
}
.navbar-nav > li:hover {
	background-color: rgb(97, 157, 149);
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #FFB900;
    font-weight: bold;
    background-color: transparent;
}


@media (max-width: 1440px){
}
@media (max-width: 1366px){
}
@media (max-width: 1280px){
.logo {
    left: 0%;
}
}
@media (max-width: 1080px){
.top-menu ul li a {
    padding: 0.7em 0.3em;
    margin: 0 0.4em;
}
/*.logo {
    left: 35%;
}*/
.contact-grid {
    width: 20%;
}
.banner {
    background: url(../images/bnr.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 507px;
}
/*.contact-grids input[type="text"] {
    width: 29.5%;
}*/
.banner-info h2 {
    font-size: 2em;
}
.banner-info {
    padding: 2em 2em;
    margin-top:9em;
}
.welcm-left h4 {
    font-size: 1.2em;
}
.welcm-right h3 {
    font-size: 1.8em;
}
.welcm-left p,.welcm-right p,.service-box p{
	font-size:0.85em;
}
.service-box p {
    width: 89%;
}
.services h3, .gallery-info h3, .team h3, .contact h3,.testi-top h3{
    font-size: 2.6em;
}
}
@media (max-width: 1024px){
	.img-responsive{
	max-width: 99%;
	}
	.navbar-toggle {
    margin-right: 0px;
    border-radius: 0px;
    width: 100%;
    background-color: #006254 !important;
    color: #fff;
    border: none;
    margin-bottom: 0;
    padding: 14px;
	    margin-top: 0;
}
.logo {
    left: 0%;
}
/*.contact-grids input[type="text"] {
    width: 100%;
}*/
.contact-grid:nth-child(2) {
    margin: 0 3.5em;
}
.headr-left {
    float: left;
}
}
@media (max-width: 991px){
	
	
	.acabado{
	display: table;
}
.encursocol{
	width:100% !important;
}
.col-md-10{
	    width: 100%;
    display: table;
    float: left;
}
.col-md-2{
	    width: 30%;
    display: table;
     float: right;
}
.respcolnpromos{
	    width: 100%;
		    text-align: center;
}
.npromos img {

    margin: 0px 4px;
}
.logo h1 a {
    font-size: 1em;
}
.top-menu ul li a {
    padding: 0.7em 0em;
    margin: 0 0.5em;
}
.logo {
    left: 0%;
    top: 0%;
	text-align:center;
}
.welcm-left h3 {
    font-size: 2.6em;
}
.welcome {
    padding: 2em 0 3em;
}
.welcm-left {
    padding: 0;
}
.welcm-right {
    padding: 2em 0 0 0em;
}
.service-box p {
    width: 56%;
}
.service-box {
    margin-bottom: 2em;
}
.specialty-grids-top:nth-child(2) {
    margin-top: 3em;
}
.services {
    padding-bottom: 1em;
}
.gallery-grid {
		float: left;
		width: 50%;
		margin-bottom: 1em;
	}
	.gallery-grid-top {
		padding: 0;
		float: left;
		width: 50%;
	}
	.gallery-right {
		padding: 0;
		float: left;
		width: 50%;
	}
	.gallery-grid-img {
		padding-left: 0;
		float: left;
		width: 50%;
	}
	.middle-gallery-grid {
		width: 33.33%;
		margin-bottom: 0em;
	}
.team-grids {
    float: left;
    width: 25%;
}
.team-grids a .captn {
    padding: 5% 0%;
}
.captn p{
	font-size:0.85em;
}
.captn h4 {
    font-size: 1.3em;
}
.testimonial-right {
    width: 81%;
}
.contact-grids input[type="text"]{
    width: 33%;
}
.navbar-default {
     background-color: transparent; 
     border-color: transparent; 
	 margin-top: 0px;
     margin-bottom: 0px;
     margin-left: 0px;
}
}
@media (max-width: 800px){
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
		color:#fff;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}
	.navbar-nav > li{
		width:100%;
	}
.headr-left {
    width:83%;
}
.navbar-nav .open .dropdown-menu{
	background-color:#E7E7E7;
	    border-radius: 0px;
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
}
span.menu{
	display: block;
  text-align: right;
  padding-bottom: 0.5em;
  cursor: pointer;	
  position:relative;
}
.top-menu span.menu{
	display:block;
	color:#fff;
	font-size:1.1em;
	font-weight:600;
}
.top-menu {
	float: right;

	    margin: 1em 0;
}
.top-menu  ul{
	display:none;
}
.top-menu  ul li {
	font-size: 12px;
	display:inline-block;
	width: 100%;
	margin:0;
}
.top-menu ul li a {
	padding:12px 0;
	font-size: 1.2em;
	width: 100%;
	margin:0;
}
.top-menu  ul{
	margin: 0;
	z-index: 999;
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0%;	
	background:#333;
	    padding: 10px 0;
}
.logo {
    left: 0%;
    top: 0%;
	text-align:center;
}
.banner {
    min-height: 392px;
}
.banner-info h2 {
    font-size: 1.7em;
}
.banner-info h3 {
    font-size: 0.9em;
    margin-top: 19px;
}
.banner-info a {
    font-size: 0.9em;
    margin-top: 2em;
    padding: 0.4em 2em;
}
.banner-info {
    padding: 2em;
    margin-top: 6em;
}
.details ul li:nth-child(1){
    margin-right: 2em;
}
.welcm-left h3 {
    font-size: 2em;
}
.welcm-left h4 {
    font-size: 1em;
}
.welcm-left p, .welcm-right p, .service-box p {
    font-size: 0.8em;
}
.welcm-right h3 {
    font-size: 1.4em;
}
.welcm-right img {
    margin: 1em 0 0;
}
.welcm-right p {
    margin-top: 1em;
}
.services h3, .gallery-info h3, .team h3, .contact h3,.testi-top h3{
    font-size: 2em;
}
.specialty-grids-top:nth-child(2) {
    margin-top: 2em;
}
.service-box h5 {
    font-size: 1.2em;
}
.team-grids a .captn {
    padding: 8% 0%;
    bottom: -74%;
}
.captn h4 {
    font-size: 1.1em;
}
.team-grids a:hover .captn {
    padding:24% 7%;
}
.captn p {
    font-size: 0.7em;
    line-height: 1.6em;
}
.testimonial-right p {
    font-size: 0.85em;
}
.testimonial-right {
    width: 79%;
}
.testimonial-right h5 {
    font-size: 1.2em;
}
.contact-grid p {
    font-size: 12px;
}
.contact-grids input[type="text"] {
    width: 100%;
	padding: 10px 10px;
    font-size: 13px;
}
.contact-grids input[type="text"]:nth-child(2) {
    margin:1em 0;
}
.contact-grids textarea {
    height: 220px;
	padding: 10px 10px;
    font-size: 13px;
}
.contact-grid:nth-child(2) {
    margin: 0 2em;
}
.glyphicon-phone-alt:before, .glyphicon-map-marker:before,.glyphicon-envelope2:before {
    font-size: 14px;
}
.contact-grid p a {
    font-size: 13px;
}
.map iframe {
    height: 320px;
}
.top-menu ul li:nth-child(3) {
    margin-right: 0;
}
.contact-grids input[type="submit"] {
    width: 100%;
    padding: 8px 0px;
    font-size: 15px;
}
}
@media (min-width: 768px){
.navbar-nav {

    width: 100%;
}
}
@media (max-width: 768px){
.prsombra {
    background-color: #fff;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
body{
    overflow-y: none !important;
    background-repeat: no-repeat !important;
    background-attachment: nowrap !important;
    background-position: center center !important;
    background-position-y: 0px !important;
    background: none !important;
}
}
@media (max-width: 640px){
.headr-left {
    width: 79%;
}
}
@media(max-width:480px){
	.acabado1 img {

    height: auto !important;

}
	a#toTop {
    margin-top: 0;
    display: none !important;
}
.headr-left {
    width: 77%;
}
.details ul li a,.details ul li{
    font-size: 0.8em;
}
.social i {
    margin: 0 1px;
}
.details ul li:nth-child(1) {
    margin-right: 0em;
}
.logo h1 a {
    font-size: 0.9em;
}
.logo {
    left: 0%;
    top: 0%;
	text-align:center;
}
.banner-info h2 {
    font-size: 1.5em;
    line-height: 1.4em;
}
.banner-info h3 {
    font-size: 0.8em;
    margin-top: 8px;
}
.banner {
    min-height: 316px;
}
.banner-info {
    padding: 2em;
    margin-top: 3em;
}
.welcm-left h3 {
    font-size: 1.7em;
}
.welcome {
    padding: 1em 0 2em;
}
.welcm-right {
    padding: 1em 0 0 0em;
}
.welcm-right h3 {
    font-size: 1.2em;
}
.services h3, .gallery-info h3, .team h3, .contact h3, .testi-top h3 {
    font-size: 1.7em;
}
.service-box p {
    width: 100%;
}
.gallery-grids-top {
    margin: 1em 0 0 0;
}
.gallery-top {
    padding-bottom: 1em;
}
.team-info {
    margin-top: 1em;
}
.team-grids {
    float: left;
    width: 50%;
    margin-bottom: 2em;
}
.captn h4 {
    font-size: 1.2em;
}
.team-grids a .captn {
    padding: 6% 0%;
    bottom: -83%;
}
.memcal li {
    color: #999;
    font-size: 10pt;
    margin-left: 0pt;
}
.captn p {
    font-size: 0.85em;
    line-height: 1.6em;
    margin-top: 1.5em;
}
.team {
    padding-bottom: 0em;
}
.testi-slider {
    padding: 1.5em;
}
.testimonial-left {
    width: 22%;
}
.testimonial-right {
    width: 68%;
}
.testimonial-right p {
    font-size: 0.8em;
}
ul.callbacks_tabs.callbacks_tabs {
    margin-top: 2em;
	left: 41%;
}
.contact-grid {
    width: 33%;
}
.contact-grid:nth-child(2) {
    margin: 0 0em;
}
.contact-grids textarea {
    height: 165px;
}
.contact-grids input[type="submit"] {
    width: 100%;
    padding: 8px 0px;
    font-size: 14px;
}
.map iframe {
    height: 260px;
}
.contact-icons {
    padding:2em 0;
}
.headr-left{
	width:100%;
}
.header{
	background: none;
}
.headpad{
	    padding-right: 0px;
    padding-left: 0px;
}
.conthead{
	padding:0px;
}
.details1 ul li {
    
    text-decoration: none;
    font-size: 0.9em;
    display: inline-block;
    text-align: center;
    width: 100%;
	padding-bottom: 12px;
    padding-top: 12px;
    font-size: 13pt;
}
.details1 ul li a{
	color: #fff;
}
.details{
	display:none;
}
.details1{
	display: block;
}
.contact-icons{
	display:none;
}
.contact-icons1{
		display: block;
		    padding-bottom: 15px;
    padding-top: 15px;
}
.contact-icons1 ul li{
    
    text-decoration: none;
    font-size: 0.9em;
    display: inline-block;
    text-align: center;
    width: 100%;
	padding-bottom: 17px;
    padding-top: 17px;
    font-size: 13pt;
	    margin-bottom: 5px;
}
.contact-icons1 ul li a{
	color: #fff;
}
.container {
    padding-right: 0px;
    padding-left: 0px;
}
.gallery-info p {

    width: 90%;
}
.middle-gallery-grid {
    width: 100%;
}
.npromos h3 {
    font-size: 2em;
}
}
@media(max-width:320px){
.details ul li {
    padding: 0.3em 0em 0.3em 0.5em;
}
.headr-left {
    width: 100%;
}
.social {
    float: none;
}
.headr-right {
    float: none;
    text-align: center;
}
.logo {
    left: 0%;
    top: 12%;
}
.logo h1 a {
    font-size: 0.8em;
}
.banner-info {
    padding: 1em;
    margin-top: 3em;
}
.banner-info h2 {
    font-size: 1em;
}
.banner-info h3 {
    font-size: 0.7em;
}
.banner-info a {
    font-size: 0.8em;
    margin-top: 2em;
    padding: 0.3em 2em;
}
.banner {
    min-height: 240px;
}
.gallery-grid-top-img {
    margin-top: 0em;
    margin-right: 0em;
}
	.gallery-right {
		float: none;
		width: 100%;
	}
	.gallery-grid-img {
		padding: 0;
		float: none;
		width: 100%;
		margin-bottom:1em;
	}
	.gallery-grid-top {
		padding: 0;
		float: none;
		width: 100%;
	}
	.middle-gallery-grid {
		width: 100%;
		padding: 0;
	}
	.gallery-grids-middle {
		margin:0 0 1em;
	}
	.gallery-grid {
		float: none;
		width: 100%;
	}
	.gallery-grids-top {
		margin: 1em 0 0 0;
	}
	.gallery-grid {
    margin-bottom: 1em;
    padding: 0;
}
.gallery-right-top-grid {
    margin: 0em 0 0 0;
}
.contact-grid {
    width: 100%;
}
.captn h4 {
    font-size: 1em;
}
.team-grids a .captn {
    padding: 6% 0%;
    bottom: -77%;
}
.testimonial-left {
    width: 55%;
    margin: 0 auto;
    float: none;
}
.testimonial-right {
    width: 100%;
    margin: 0;
}
.testimonial-grids {
    width: 100%;
    margin: 0 auto;
}
.testi-slider {
    margin-top: 1em;
}
.testimonal {
    padding: 1em 0 4em;
}
.contact {
    padding: 1em 0 0;
}
.contact-grid:nth-child(2) {
    margin:1em 0;
}
.map {
    margin-top: 1em;
}
.map iframe {
    height: 180px;
}
.team-grids {
    width: 100%;
    margin-bottom: 2em;
}
.team-grids a .captn {
    padding: 6% 0%;
    bottom: -85%;
}
.captn h4 {
    font-size: 1.1em;
}
.copywrite p{
	font-size:0.8em;
}
}

/*================== EXTRAS ==============*/

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none;
    background-image: none;
    background-image:none;
    background-image: none;
    filter: none;
    background-repeat: repeat-x;
}
.carousel-control.left {
   background-image: none;
    background-image: none;
    background-image:none;
    background-image: none;
    filter: none;
    background-repeat: repeat-x;
}
.dropdown-menu > li > a {
    display: block;
    padding: 10px 30px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 16px;
}
.acabado{
width: 100%;
    border-bottom: 1px solid #006254;
    border-top: 1px solid #006254;
}

.acabado1 img {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 65px;
    float: right;
}
.acabado1{
    border-left: 1px solid #006254;
}
.acabado p{
    padding-top: 10px;
    padding-bottom: 10px;
    color: #999;
    font-size: 0.9em;
    line-height: 1.8em;
}
.acabado2{
width: 100%;
    border-bottom: 1px solid #006254;
    border-top: 1px solid #006254;
}
.acabado2:hover{
	background-color:rgb(220, 233, 231);
}

/*
.acabado{
	display: table;
}
.col-md-10{
	    width: 70%;
    display: table;
    float: left;
}
.col-md-2{
	    width: 30%;
    display: table;
    float: right;
}
*/
.textos {
    padding-left: 30px;
    padding-right: 30px;
    color: #A9A9A9;
    font-size: 1em;
    line-height: 1.8em;
	
}
.gris {
    color: #A9A9A9;
    text-decoration: none;
}

.carousel-inner {
    padding-bottom: 1%;
}

#myCarousel .carousel-indicators {
    width: auto;
    margin-right: 0%;
    margin-left: 0%; 
}
#myCarousel .carousel-indicators li {
    border: medium none;
    border-radius: 0;
    float: left;
    margin-top: 0;
    width: 10%;
}
#myCarousel .carousel-indicators img {
    float: left;
    height: auto;
    left: 0;
    width: 100%;
    border: 4px solid rgb(0, 98, 84);

}
#myCarousel .carousel-indicators .active img {
    
    border: 4px solid rgb(255, 184, 37);
}

.carousel-caption {
    position: absolute;
    right: 45%;
    top: 20px;
    left: 5%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    color: #01332c;
    text-align: left;
    
}
.titulo1{
    background-color: rgba(234, 233, 233, 0.9);
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 2%;
    padding-bottom: 0.5%;
}
.titulo2{
    background-color: rgba(234, 233, 233, 0.9);
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
}
.titulo3{
    background-color: rgba(234, 233, 233, 0.9);
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 0.5%;
    padding-bottom: 2%;
}
.bg-yellow{
    background-color:#FFB900;
}
.bg-green{
    background-color: rgb(0, 98, 84);
}

.text-header{
	color:#fff;	
	text-decoration:none;
}
.text-header a{
	color:#fff;	
	text-decoration:none;
	
}
.text-header a:hover{
	color:#b8d29b;
}

.display-2{
    font-size: 2.7rem;
}
.display-3{
    font-size: 2.5rem;
}
.display-4{
    font-size: 2rem;
}
.display-5{
    font-size: 2rem;
}
.display-6{
    font-size: .8rem;
}


.btn.btn-link.collapsed {
    color: rgb(0, 98, 84);
    text-transform: uppercase;
}
.btn.btn-link{
    color: #FFB900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#demo {
    height:100%;
    position:relative;
    overflow:hidden;
  }
  
  
  .green{
    background-color:#6fb936;
  }
          .thumb{
              margin-bottom: 30px;
          }
          
          .page-top{
              margin-top:85px;
          }
  
     
  img.zoom {
      width: 100%;
      height: 200px;
      border-radius:5px;
      object-fit:cover;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
  }
          
   
  .transition {
      -webkit-transform: scale(1.2); 
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
  }
      .modal-header {
     
       border-bottom: none;
  }
      .modal-title {
          color:#000;
      }
      .modal-footer{
        display:none;  
      }
  