@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic);
body {
  background: #ffffff;
 font-family: 'Exo 2', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Exo 2', sans-serif;
  font-weight: 200;
}
a {
	font-size: 13px;
  color: #fff;
  text-decoration: none;
}
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color:#6A9847;
  text-decoration:none;
}
a:focus {
  outline: none;
    text-decoration:none;
}
img {
  max-width: 100%;
}
.row {
  padding-bottom: 70px;
}
.section-title {
  text-align: center;
  text-transform: uppercase;
  color: #262D66;
  font-size: 35px;
  font-weight: 200;
  padding-top: 48px;
}
.section-title span {
  color: #3A4899;
}
::selection {
  background: #3A4899;
  color: #fff;
}
::-moz-selection {
  background: #0BAFA0;
  color: #fff;
}
#portfolio-items .mix {
  float: left;
  display: none;
}
.btn {
  cursor: pointer;
  padding: 10px 16px;
  display: inline-block;
  margin: 10px 20px;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-border {
  border: 2px solid #0BAFA0;
  color: #0BAFA0;
  overflow: hidden;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
.btn-border:hover,
.btn-border:active {
  color: #ffffff;
  background: #0BAFA0;
}
.btn-common {	
border: 2px solid  #262D66;
  background: #262D66;
}
.btn-common:hover {
	border: 2px solid #262D66;
	color:#262D66;
  background: #fff;
}
#header .main-navigation {
  background: #ffffff;
  border-top: 2px solid #6A9847;
}
#header .navbar-brand {
	margin-top: -20px;
  height: auto;
}
#header .nav {
  list-style: none;
  margin-top: 21px;
}
#header .nav li {
  margin: 0 0 0 24px;
}
#header .nav li a {
  text-transform: uppercase;
  padding: 5px 0;
  color: #262D66;
  font-weight: 300;
  position: relative;
}
#header .nav li a:after {
  position: absolute;
  top: 80%;
  left: 0;
  border-bottom: 1px solid #6A9847;
  width: 100%;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}
#header .nav li.active a:after,
#header .nav li.active a,
#header .nav li a:hover::after,
#header .nav li a:hover,
#header .nav li a:focus {
  background: none;
  opacity: 1;
  color: #3A4899;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
#header .affix {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
#header .affix .navbar-brand {
  padding: 12px;
}
#header .affix .navbar-brand img {
  width: 80%;
}
#header .affix .nav {
  margin-top: 10px;
}
#intro {
	background-size: cover;
	color: #ffffff;
	text-align: center;
	padding-top: 75px;
}
#intro .overlay {
  background: url("../img/background/bg-overlay.png") rgba(0, 0, 0, 0.6) repeat;
}
#intro .main-text {
  margin: 202px 0px;
}
#intro .main-text h1 {
  font-weight: 700;
  font-size: 62px;
  color: #ffffff;
}
#intro .main-text h1 span {
  color: #262D66;
}
#intro .main-text h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 300;
  line-height: 60px;
}
#intro .main-text .btn {
  font-size: 20px;
  padding: 12px 30px;
  margin-top: 30px;
}
#implantes {
  background: #ffffff;
  padding-bottom: 25px;
}
#implantes .service-box {
  position: relative;
  margin-bottom: 48px;
}
#implantes .content {
  color: #ffffff;
  text-align: center;
  background: #262D66;
  padding: 10px 14px;
}
#implantes .content h2 {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}
#implantes .content p {
  line-height: 22px;
  font-weight: 300;
}
#implantes .icon-wrapper {
  background: #ffffff;
  	-webkit-: 50%;
	-moz-border-radius: 50%;
  border-radius: 50%;
  height: 54px;
  left: -7px;
  padding: 3px;
  position: absolute;
  top: -30px;
  width: 54px;
}
#implantes .icon-wrapper i {
  background: #ffffff;
  color: #3A4899;
  border: 2px solid #6A9847;
  -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 30px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  width: 48px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#implantes .service-box:hover i {
  background: #3A4899;
  color: #fff;
}
#implantes hr {
	margin-top: -8px;
  width: 190px;
  text-align: justify;
}
#blanqueamiento {
  background: #ffffff;
  padding-bottom: 25px;
}
#blanqueamiento img {
	padding-left: 4%;
		padding-right: 4%;
			padding-bottom: 3%;
}
#blanqueamiento h3 {
	font-size:16px;
	color: #fff;
}
#blanqueamiento .service-box {
  position: relative;
  margin-top: -50px;
}
#blanqueamiento .service-box2 {
	margin-left: -14px;
	margin-right: -14px;
	margin-bottom: -10px;
		padding-top: 7px;
	background-color: #3A4899;
  position: relative;
}
#blanqueamiento .service-box2 img {
	padding-top: 15px;
	margin-bottom: -7px;
	  position: relative;
	padding-right: 40%;
		padding-left: 40%;
}
#blanqueamiento .content {
  color: #ffffff;
  text-align: center;
  background: #262D66;
  padding: 10px 14px;
}
#blanqueamiento .content h2 {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}
#blanqueamiento .content p {
  line-height: 22px;
  font-weight: 300;
}
#blanqueamiento .icon-wrapper {
  background: #ffffff;
  	-webkit-: 50%;
	-moz-border-radius: 50%;
  border-radius: 50%;
  height: 54px;
  left: -7px;
  padding: 3px;
  position: absolute;
  top: -30px;
  width: 54px;
}
#blanqueamiento .icon-wrapper i {
  background: #ffffff;
  color: #3A4899;
  border: 2px solid #6A9847;
  -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 30px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  width: 48px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#blanqueamiento .service-box:hover i {
  background: #3A4899;
  color: #fff;
}
#blanqueamiento hr {
	margin-top: -8px;
  width: 300px;
  text-align: center;
}
#nosotros {
  background: url('../img/background/bg-1.jpg') center center no-repeat;
  background-size: cover;
  color: #ffffff;
  /* text-shadow: 2px 2px #000; */
}
#nosotros .section-title span {
  color: #fff;
}
#nosotros .section-title {
  color: #fff;
}
#nosotros .side-left {
  text-align: center;
}
#nosotros .side-left img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
  border-radius: 4px;
  padding-bottom: 12px;
}
#nosotros .side-left .info h4,  {
  font-size: 22px;
  font-weight: 300;
  line-height: 12px;
}
#nosotros .side-left .info p {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1.1px;
  position: relative;
}
#nosotros .side-left .info p:after {
  background: #6A9847;
  content: "";
  height: 5px;
  left: 32%;
  position: absolute;
  top: 125%;
  width: 34%;
}
#nosotros .side-right p {
  padding: 0px 20px;
  font-weight: 300;
  font-size: 16px;
  text-align: justify;
}
#nosotros .owl-theme .owl-controls .owl-page span {
  background: none;
  display: none;
}
#nosotros hr {
	margin-top: -8px;
  width: 290px;
  text-align: center;
}
#portfolio .controls {
  text-align: center;
  margin-bottom: 20px;
}
#portfolio .controls .btn {
  margin: 10px 5px;
  text-transform: uppercase;
  font-weight: 300;
}
#portfolio .portfolio-items .mix {
  width: 24%;
  overflow: hidden;
}
#portfolio .portfolio-items figure {
  background: #ffffff;
  float: left;
  margin: 5px;
  width: 100%;
  height: 100%;
  padding: 5px;
  border: 1px solid #F3F3F3;
  position: relative;
}
#portfolio .portfolio-items figure .img {
  position: relative;
}
#portfolio .portfolio-items figure .img img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
#portfolio .portfolio-items figure .img .overlay {
  display: block;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 20;
  opacity: 0;
}
#portfolio .portfolio-items figure .img a {
  background: #ffffff;
  font-size: 22px;
  padding: 8px 14px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
#portfolio .portfolio-items figure .img .link-left {
  left: -22%;
  top: 45%;
  margin: 0 auto;
}
#portfolio .portfolio-items figure .img .link-right {
  right: -22%;
  top: 45%;
  margin: 0 auto;
}
#portfolio .portfolio-items figure:hover .overlay {
  opacity: 1;
}
#portfolio .portfolio-items figure:hover a.link-left {
  left: 30%;
  opacity: 1;
  color: #008A7D;
}
#portfolio .portfolio-items figure:hover a.link-right {
  right: 30%;
  opacity: 1;
  color: #008A7D;
}
#portfolio .portfolio-items .item-description {
  padding: 4px 12px;
  text-align: center;
  background-color: #0BAFA0;
  border-top: 3px solid #45EFDF;
  border-bottom: 6px solid #008A7D;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
#portfolio .portfolio-items .item-description:after {
  border-color: #fff transparent;
  border-style: solid;
  border-width: 0px 22px 22px;
  top: -25px;
  content: "";
  display: block;
  left: 50%;
  margin-left: -24px;
  position: absolute;
  width: 25px;
  z-index: 22;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#portfolio .portfolio-items .item-description h4 {
  color: #ffffff;
  font-weight: 300;
  font-size: 18px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#portfolio .portfolio-items .item-description p {
  color: #FEF2F6;
  font-weight: 300;
  line-height: 22px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#portfolio .portfolio-items figure:hover .item-description {
  background: #ffffff;
  border-bottom: 6px solid #ffffff;
  border-top: 3px solid #ffffff;
}
#portfolio .portfolio-items figure:hover .item-description:after {
  opacity: 1;
}
#portfolio .portfolio-items figure:hover h4,
#portfolio .portfolio-items figure:hover p {
  color: #008A7D;
}
#zirconio {
	background: url('../img/background/bg-2.png') center center no-repeat;
	color: #fff;
	background-size: cover;
	overflow: hidden;
}
#zirconio .section-title span {
  color: #fff;
}
#zirconio .showcase-box img {
  position: relative;
  top: -20px;
}
#zirconio .content-left,
#zirconio .content-right {
  position: relative;
}
#zirconio .icon {
  float: right;
  width: 50px;
  height: 50px;
  border: 2px solid #6A9847;
  overflow: hidden;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#zirconio .icon i {
  font-size: 28px;
  line-height: 48px;
  color: #6A9847;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#zirconio .box-left:hover .icon,
#zirconio .box-right:hover .icon {
  background-color: #6A9847;
}
#zirconio .box-left:hover .icon i,
#zirconio .box-right:hover .icon i {
  color: #fff;
}
#zirconio .content-left .box-left .content {
  padding-right: 72px;
}
#zirconio .content-left .box-left .content h4 {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: right;
}
#zirconio .content-left .box-left .content p {
  text-align: right;
  line-height: 22px;
  font-size: 14px;
  font-weight: 300;
}
#zirconio .content-left .box-left:hover .icon {
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
#zirconio .content-left .icon {
  float: right;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
#zirconio .content-right .icon {
  float: left;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
#zirconio .content-right .box-right .content {
  text-align: left;
  padding-left: 72px;
}
#zirconio .content-right .box-right h4 {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}
#zirconio .content-right .box-right p {
  line-height: 22px;
  font-size: 14px;
  font-weight: 300;
}
#zirconio .content-right .box-right:hover .icon {
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
#zirconio hr {
	margin-top: -8px;
  width: 155px;
  text-align: center;
}
#pricing {
  width: 100%;
  background: #EEE;
}
#pricing .table {
  display: block;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  box-shadow: -10px -10px 0 #585858;
  margin: 50px 0;
}
#pricing .pricing-header {
  background: #0BAFA0;
  height: 120px;
  padding: 10px 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#pricing .pricing-header .price-quality {
  font-size: 30px;
  color: #ffffff;
  padding: 24px 0;
  text-transform: uppercase;
}
#pricing .table:hover .pricing-header {
  background: #585858;
}
#pricing .price {
  height: 75px;
  background: #ffffff;
  position: relative;
}
#pricing .price-value {
  font-size: 30px;
  color: #ffffff;
  -webkit-border-radius: 100%;
	-moz-border-radius: 100%;
  border-radius: 100%;
  width: 90px;
  height: 90px;
  line-height: 80px;
  text-align: center;
  position: absolute;
  left: 34%;
  top: -45px;
  border: 4px solid #ffffff;
  background: #0BAFA0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#pricing .table:hover .price-value {
  background: #585858;
}
#pricing .pricing-list {
  background: #ffffff;
  padding: 0 16px;
  color: #0BAFA0;
  padding-bottom: 30px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#pricing .pricing-list ul li {
  text-align: center;
  border-top: 1px dotted #676767;
  line-height: 50px;
  font-size: 18px;
}
#pricing .pricing-list ul li:last-child {
  border-bottom: 1px dotted #676767;
}
#pricing .table:hover .pricing-list {
  color: #585858;
}
#pricing .btn {
  position: absolute;
  left: 28%;
  bottom: 3%;
  color: #fff;
}
#pricing .table:hover .btn-common {
  background: #585858;
  borde: 1px solid #585858;
}
#ortodoncia {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #DDDFE8;
  padding-bottom: 25px;
}
#ortodoncia .carousel-control {
  background-image: none;
  height: 50px;
  top: 45%;
  width: 50px;
  color:#6A9847;
}
#ortodoncia .carousel-control i {
  height: 50px;
  padding: 15px;
  width: 50px;
}
#ortodoncia .ortodoncia-wrapper {
  width: 100%px;
  padding: 0px 12px;
  overflow: hidden;
}
#ortodoncia .ortodoncia-wrapper img {
  width: 370px;
  overflow: hidden;
}
#ortodoncia .ortodoncia-wrapper .video {
  width: 100%;
  height: 268px;
}
#ortodoncia .ortodoncia-wrapper .content {
  width: 100%;
  background: #262D66;
  padding: 12px 20px;
  border-top: 10px solid #3A4899;
  padding-bottom: 36px;
}
#ortodoncia .ortodoncia-wrapper .content h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  text-transform: uppercase;
}
#ortodoncia .ortodoncia-wrapper .content p {
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
  text-align: justify;
}
#ortodoncia .ortodoncia-wrapper .ortodoncia-footer {
  background: #008A7D;
  padding: 20px 20px;
  color: #ffffff;
  width: 100%;
  height: 60px;
}
#ortodoncia .ortodoncia-wrapper .ortodoncia-footer p {
  float: left;
}
#ortodoncia .ortodoncia-wrapper .ortodoncia-footer span {
  float: right;
}
#ortodoncia .ortodoncia-wrapper .ortodoncia-footer span i {
  padding-right: 10px;
}
#ortodoncia .owl-theme .owl-controls {
  position: absolute;
  top: -60px;
  padding-bottom: 50px;
  right: 30px;
}
#ortodoncia .owl-theme .owl-controls .owl-buttons div {
  background: transparent;
  color: #6A9847;
  font-size: 28px;
  display: inline-block;
}
#ortodoncia hr {
	margin-top: -8px;
  width: 210px;
  text-align: center;
}
#protesis {
		background: url('../img/background/protesis.png') center center no-repeat;
	color: #fff;
	background-size: cover;
	overflow: hidden;
  text-align: center;
}
#protesis .subtitle {
	margin-top: -25px;
	font-size: 16px;
	padding-bottom: 35px;
}
#protesis h1 {
	color: #fff;
}
#protesis .item-square {
  margin-bottom: 42px;
}
#protesis .item-square .face {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
#protesis .item-square .face .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#protesis .content {
  width: 100%;
  background-color: #3A4899;
  overflow: hidden;
}
#protesis .content .title {
  background-color: #6A9847;
  width: 100%;
  padding: 10px 0;
}
#protesis .content .title h3 {
  font-size: 34px;
  font-weight: 300;
  line-height: 22px;
}
#protesis .content .text p {
  font-size: 16px;
  font-weight: 300;
  line-height: 40px;
  text-transform: uppercase;
}
#protesis .content .text {
  padding: 26px 24px;
}
#protesis .content .text p {
  font-weight: 300;
  line-height: 22px;
}
#protesis .social-icons {
  background-color: #323232;
  width: 100%;
  height: 48px;
}
#protesis .social-icons ul {
  margin: 5px;
  padding: 0;
}
#protesis .social-icons ul li {
  display: inline-block;
}
#protesis .social-icons ul li a {
  text-decoration: none;
}
#protesis .social-icons ul li a i {
  display: block;
  font-size: 18px;
  color: #0BAFA0;
  width: 48px;
  text-align: center;
  height: 48px;
  line-height: 48px;
}
#protesis .social-icons ul li a i:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #ffffff;
}
#protesis .social-icons .fa-twitter:hover {
  background: #00aced;
}
#protesis .social-icons .fa-facebook:hover {
  background: #3b5998;
}
#protesis .social-icons .fa-google-plus:hover {
  background: #dd4b39;
}
#protesis .social-icons .fa-youtube:hover {
  background: #CC181E;
}
#protesis hr {
	margin-top: -8px;
  width: 155px;
  text-align: center;
}
#endodoncia {
	padding-bottom: 25px;
}
#endodoncia .endodoncia {
  margin-left: 16px;
  margin-right: 16px;
}
#endodoncia .endodoncia-text {
  padding: 20px;
  padding-bottom: 46px;
    background-color: #262D66;
}
#endodoncia .endodoncia-text i {
  font-size: 34px;
  color: #0BAFA0;
}
#endodoncia .endodoncia-text p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  padding: 0 22px;
  padding-left: 30%;
}
#endodoncia .endodoncia-info {
	font-size:17px;
  width: 100%;
  background-color: #3A4899;
  height: 67px;
  position: relative;
    padding-right: 44px;
}
#endodoncia .endodoncia-info img {
  position: absolute;
  top: -80px;
  left: 25px;
  width: 120px;
  height: 120px;
  -webkit-border-radius: 100%;
	-moz-border-radius: 100%;
  border-radius: 100%;
  border: 4px solid #6A9847;
}
#endodoncia .endodoncia-info p {
	font-size: 16px;
	font-weight: 300;
	color: #ffffff;
	padding-top: 3%;
	padding-left: 70%;
	text-align: right;
}
#endodoncia .owl-theme .owl-controls .owl-page span {
  width: 50px;
  height: 3px;
  background:  #6A9847;
  margin: 20px 8px;
}
#endodoncia hr {
	margin-top: -8px;
  width: 210px;
  text-align: center;
}
#regeneracion-osea {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #DDDFE8;
  padding-bottom: 25px;
}
#regeneracion-osea p {
	color:#FFF;
	background-color: #3A4899;
	padding: 5px 10px 5px 10px;
}
#regeneracion-osea hr {
	margin-top: -8px;
  width: 340px;
  text-align: center;
}
#contacto {
  background: #333;
  background-size: cover;
}
#contacto .section-title span {
  color: #fff;
}
#contacto .contacto-form .controls {
  padding-bottom: 20px;
}
#contacto .contacto-form .controls input.contacto_input {
  color: #000;
  background-color: #ffffff;
  float: left;
  border: 1px solid #6A9847;
  font-size: 14px;
  font-weight: 300;
  height: 48px;
  padding: 0 12px;
  width: 91%;
}
#contacto .contacto-form .controls i {
	font-size: 18px;
	color: #6A9847;
	width: 48px;
	height: 48px;
	background-color: #ffffff;
	padding: 12px;
	text-align: center;
	border: 1px solid #6A9847;
	border-left: none;
}
#contacto .contacto-form textarea {
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #6A9847;
  width: 100%;
  padding: 2% 3%;
  height: 185px;
  	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
  border-radius: 0px;
}
#contacto .contacto-form textarea:focus {
  box-shadow: none;
}
#contacto .contacto-form .btn {
		-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
  color: #ffffff;
  font-weight: 300;
  margin-top: 30px;
  font-size: 20px;
  width: 100%;
  margin: 20px 0;
}
#contacto .contacto-form .btn:hover {
  color: #262D66;
  }
#contacto hr {
	margin-top: -8px;
  width: 170px;
  text-align: center;
}
#obras-sociales {
  background-color: #fff;
  width: 100%;
  height: 125px;
  padding-top: 24px;
  padding-bottom: 24px;
}
#connected {
  background-color: #3A4899;
  width: 100%;
  color: #ffffff;
  text-align: center;
}
#connected .section-title {
  color: #ffffff;
}
#connected .discription {
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  position: relative;
}
#connected hr {
	margin-top: -8px;
  width: 375px;
  text-align: center;
}
#connected .contacto-item {
  margin-top: 25px;
}
#connected .contacto-item a {
  padding-bottom: 10px;
}
#connected .contacto-item a i {
		border: 2px solid #fff;
  font-size: 30px;
  color: #fff;
  width:60px;
  height:60px; 
  line-height: 60px;
    -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
 	  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
#connected .contacto-item a i:hover {
	border: 2px solid #6A9847;
	background: #6A9847;
  font-size: 30px;
  color: #fff;
  width:60px;
  height:60px; 
    line-height: 60px;
   border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
#connected .contacto-item h5 {
  color: #FDF2F0;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
}
#connected .contacto-item h4 {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
}




#footer {
  background-color: #262D66;
    border-top: 2px solid #6A9847;
  width: 100%;
}
#footer .copyright {
  padding: 14px 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
}
#footer .copyright a {
  color: #fff;
  text-decoration: none;
}
#footer .copyright a:hover {
  color: #6A9847;
}
.scroll-top {
	border: 2px solid #262D66;
  right: 30px;
  bottom: 30px;
  background: #262D66;
  	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  cursor: pointer;
  text-align: center;
  z-index: 9999;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.scroll-top i {
  padding: 0px 0px;
  font-size: 36px;
  color: #fff;
  	border: 2px solid #262D66;
  right: 30px;
  bottom: 30px;
  background: #262D66;
  	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  cursor: pointer;
  text-align: center;
  z-index: 9999;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.scroll-top i:hover {
	  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
	  width: 45px;
  height: 45px;
	background: #fff;
  color: #262D66;
  	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
  border-radius: 50%;
}
#settings-panel {
  position: fixed;
  top: 172px;
  right: -158px;
  border-right: none;
  background: #fff;
  padding: 10px;
  text-align: center;
  z-index: 99;
}
#panel-opener {
  position: absolute;
  font-size: 1.4em;
  line-height: 1.6em;
  top: 10px;
  left: -40px;
  background: #fff;
  width: 40px;
  height: 40px;
  color: #0BAFA0;
  line-height: 40px;
  cursor: pointer;
}
#panel-opener:hover {
  color: #1a88c4;
}
.color-container {
  width: 138px;
  margin-bottom: -8px;
  float: left;
}
.color-container .color {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0 4px 0 0;
}
.color-container .color-1 {
  background: #0BAFA0;
}
.color-container .color-2 {
  background: #3498db;
}
.color-container .color-3 {
  background: #e74c3c;
}
.color-container .color-4 {
  background: #34495e;
}
/*================================================== 
     Slideshow
 ================================================== */

/*-- Main slide --*/

#main-slide .item img{
	/* width: 100%; */
	min-height:400px;
}

#main-slide .item .slider-content {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
#main-slide .item.active .slider-content {
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
}

#main-slide .slider-content{
	top: 50%;
	margin-top: -130px;
	left: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
}

#main-slide .carousel-indicators {
	bottom: 30px;
}

.carousel-indicators li{
	width: 14px !important;
	height: 14px !important;
	border: 2px solid #fff !important;
	margin: 1px !important;
}


#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

#main-slide .carousel-control.left span {
	padding: 15px;
}

#main-slide .carousel-control.right span {
	padding: 15px;
}

#main-slide .carousel-control .fa-angle-left, 
#main-slide .carousel-control .fa-angle-right{
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}

#main-slide .carousel-control .fa-angle-left{
	left: 0;
}

#main-slide .carousel-control .fa-angle-right{
	right: 0;
}

#main-slide .carousel-control i{
	background: #262D66;
	color: #fff;
	line-height: 36px;
	font-size: 32px;
	padding: 15px 20px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border: 2px solid #262D66; 
}
#main-slide .carousel-control i:hover{
	background: transparent;
		border: 2px solid #262D66; 
	color:  #262D66;
}

#main-slide .slider-content h2{
	font-size: 69px;
	font-weight: 100;
	text-transform: uppercase;
	color: #262D66;
}

#main-slide .slider-content h2.white, #main-slide .slider-content h3.white {
    color: #fff;
}

#main-slide .slider-content h3{
	font-size: 26px;
	font-weight: 300;
	margin-top: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #262d65;
	/* text-shadow: black 0px 0px 16px !important; */
}

.slider.btn{
	padding: 10px 40px;
	margin-top: 25px;
	font-size: 20px;
		-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-transform: uppercase;
	line-height: 28px;
	border: 0;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.slider.btn.btn-default{
	border: 2px solid #ffffff;
	margin-left: 4px;
	background: #57a943;
	color: #fff;
}

.slider.btn.btn-default:hover{
	border: 2px solid #262D66;
	background: transparent;
	color: #262D66;
}

.slider-content-left {
	position: relative;
	margin: 0 0 0 40px;
}

.slider-content-right{
	position: relative;
}

/*-- Animation --*/
.carousel .item.active .animated1 {
	
}

.carousel .item.active .animated2 {
	-webkit-animation: lightSpeedIn 1s ease-in 200ms both;
	animation: lightSpeedIn 1s ease-in 200ms both;
}

.carousel .item.active .animated3 {
	-webkit-animation: bounceInLeft 1s ease-in-out 500ms both;
	animation: bounceInLeft 1s ease-in-out 500ms both;
}

.carousel .item.active .animated4 {
	-webkit-animation: flipInX 1s ease-in 500ms both;
	animation: flipInX 1s ease-in 500ms both;
    text-align: center;
}

.carousel .item.active .animated5 {
	-webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
	animation: bounceInLeft 1s ease-in-out 100ms both;
}

.carousel .item.active .animated6 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
    text-align: center;
}

.carousel .item.active .animated7 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
}

.carousel .item.active .animated8 {
	-webkit-animation: fadeInDown 1s ease-in 1000ms both;
	animation: fadeInDown 1s ease-in 1000ms both;
}
.navbar-collapse {
	background:#FFF;
}
hr {
  border-top: 2px solid #6A9847;
  margin-top: 0px;
   padding-bottom: 30px;
}
.navbar-toggle {
	color: #262D66;
}
.carousel-indicators .active {
	background-color: #ffffff;
}
.carousel-indicators li {
  border: 2px solid #262D66 !important;
}

.top-bar {
	color: #262D66;
	height:30px;
	background-color: #fff;
}

.top-bar.color-bar {
	border-bottom: 0;
}

.top-bar.color-bar a {
	color: rgba(255,255,255,.6);
}

.top-bar.color-bar a:hover {
	color: rgba(255,255,255,1) !important;
}

.top-bar.color-bar ul.social-list li a i {
	border-left: 1px solid rgba(255,255,255,.1);
}

.top-bar.color-bar ul.social-list li:last-child a i {
	border-right: 1px solid rgba(255,255,255,.1);
}

.top-bar.color-bar .contact-details li a:before {
	color: rgba(255,255,255,.2);
}
.top-bar li {
		/* border-bottom: 1px solid #f2f2f2; */
		border-bottom-width: 50%;
}
.top-bar a {
	color: #262D66;
}
.top-bar a:hover {
	color: #6A9847;
	  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.top-bar .contact-details li {
	display: inline-block;
}

.top-bar .contact-details li a:before {
	position: relative;
	content: "|";
	font-size: 14px;
	margin: 0 3px;
	top: -1px;
	color: #ddd;
}

.top-bar .contact-details li a:before {
	color: #aaa;
}

.top-bar .contact-details li:first-child a:before {
	display: none;
}

.top-bar .contact-details li a {
	font-size: 13px;
	display: block;
	line-height: 32px;
}
.contact-details {
	text-align: right;
}



.slide1{
    background-image: url(../img/slider/bg0.jpg?ajk);
    background-position-x: 50% !important;
}

.slide2{
    background-image: url(../img/slider/bg1.jpg);
    background-position-x: 70% !important;
}

.slide3{
    background-image: url(../img/slider/bg2.jpg);
    background-position-x: 47% !important;
}

.slide4{
    background-image: url(../img/slider/bg3.jpg);
}

 .sliderbg{
    min-height: 600px;
    background-position: center;
    background-size: cover;
    } 


    .btn-whatsapp-box {
      display:block;
      position: fixed;
      right: 25px;
      bottom: 95px;
      z-index: 99999;
  }   
  
  .btn-whatsapp {
      height: 60px;
      width: 60px;
  }


@media only screen and (max-width: 768px) {
	.img-responsive {
	/* width: 1177px !important; */
	/* height: 953px !important; */
	}
    
    
    .sliderbg{
    min-height: 400px;
    } 
    
    .slider-content h2 {
    font-size: 40px !important;
    }
    
    .slider-content h3 {
    font-size: 20px !important;
    color: #272e65 !important;
    /* text-shadow: black 0px 0px 16px !important; */
    }
    
    .carousel-control {
        display:none;
    }
    
    .btn-green{
        background-color: #6a9847 !important;
    }
    
    .btn {
    line-height: 22px !important;
    font-size: 15px !important;
    height: 45px;
    border: none !important;
    margin: 10px 17px !important;
    }
    
    

}