/*====================
======Typography=====
======================*/

a {
  text-decoration: none;
}

label.error {
  color: red;
  border: 0px solid #fff;
}

.error {
  border: 1px solid #f00;
}

a:hover {
  cursor: pointer;
}

body {
  font-family: "Nexa Light Regular", sans-serif;
  position: relative;
  font-weight: 400;
  background: #fff;
  color: #43484e;
}

body section {
  padding: 75px 0;
}

a:hover {
  outline: none;
  text-decoration: none;
}

a:focus {
  outline: none;
  outline-offset: 0;
}

a {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  color: #db3236;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nexa Light Regular", sans-serif;
}

.slider-btn {
  background-color: #db3236;
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 2px #db3236;
  box-shadow: inset 0 0 0 2px #db3236;
  width: 190px;
  text-align: center;
  height: 55px;
  line-height: 55px;
  padding: 0;
  font-size: 17px;
  font-weight: 800;
  border: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.slider-btn:hover {
  background-color: #43484e;
  -webkit-box-shadow: inset 0 0 0 2px #43484e;
  box-shadow: inset 0 0 0 2px #43484e;
  color: #fff;
}

.parallax-section {
  min-height: 300px;
  width: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

@-webkit-keyframes right {
  0% {
    -webkit-transform: translate(-15px);
  }
  50% {
    -webkit-transform: translate(15px);
  }
  100% {
    -webkit-transform: translate(-15px);
  }
}

@-webkit-keyframes left {
  0% {
    -webkit-transform: translate(15px);
  }
  50% {
    -webkit-transform: translate(-15px);
  }
  100% {
    -webkit-transform: translate(15px);
  }
}

@-moz-keyframes right {
  0% {
    -moz-transform: translate(-15px);
  }
  50% {
    -moz-transform: translate(15px);
  }
  100% {
    -moz-transform: translate(-15px);
  }
}

@-moz-keyframes left {
  0% {
    -moz-transform: translate(15px);
  }
  50% {
    -moz-transform: translate(-15px);
  }
  100% {
    -moz-transform: translate(15px);
  }
}

@keyframes right {
  0% {
    transform: translate(-15px);
  }
  50% {
    transform: translate(15px);
  }
  100% {
    transform: translate(-15px);
  }
}

@keyframes left {
  0% {
    transform: translate(15px);
  }
  50% {
    transform: translate(-15px);
  }
  100% {
    transform: translate(15px);
  }
}

.vertical-middle {
  width: 100%;
  height: 100%;
  display: table;
}

.vertical-middle div {
  display: table-cell;
  vertical-align: middle;
}

/*====================
======Header CSS=====
======================*/

#navigation .navbar {
  background: rgba(255, 255, 255, 0.952941);
  border-radius: 0;
  border-bottom: 0;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 3px;
  padding-bottom: 0px;
}

#navigation .navbar-toggle {
  margin-top: 20px;
  background-color: #333;
}

#navigation .navbar-brand h1 {
  padding: 0;
  margin: 0;
}

#navigation .navbar-nav.navbar-right li {
  padding: 0 1px;
}

#navigation .navbar-nav.navbar-right {
  margin-top: 25px;
}

#navigation .navbar-nav.navbar-right li a {
  color: #43484e;
  font-family: "Nexa Light Regular", sans-serif;
  font-size: 14px;
  padding: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
  padding: 6px 15px;
  border-radius: 3px;
}

#navigation .navbar-inverse .navbar-nav .active a,
#navigation .navbar-inverse .navbar-nav .active a:focus,
#navigation .navbar-nav.navbar-right li .a a:hover {
  color: #fff;
  background-color: #db3236;
}

#navigation .navbar-inverse .navbar-nav .active a,
#navigation .navbar-inverse .navbar-nav .active a:focus,
#navigation .navbar-nav.navbar-right li a:hover {
  color: #fff;
  /* background-color: #7ad13b; */
  background-color: #013544;
}

#iSolicitateService:hover {
  background-color: #ac2f2b !important;
}

#tracking-section {
  padding-top: 100px;
  margin-bottom: 15%;
}

.tracking-form {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 35px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 25px;
}

.custom-mt-10 {
  margin-top: 10;
}
.custom-mt-15 {
  margin-top: 15;
}

#btn-track {
  color: white;
  background-color: #013544;
  font-family: "NexaBold";
}

#btn-track:hover {
  color: whitesmoke;
  opacity: 0.8;
}

/*======================
====Main Slider CSS=====
=======================*/

.home-pattern {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  bottom: 0;
  background-image: url(../images/home-pattern.png);
  background-repeat: repeat;
  opacity: 0.2;
}

#home {
  padding: 0;
  overflow: hidden;
  position: relative;
}

#main-carousel .carousel-inner .item {
  background-size: 100% 100%;
  height: auto;
  width: 100%;
  background-repeat: no-repeat;
}

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

#main-carousel .carousel-indicators li {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  width: 13px;
  height: 13px;
  margin-left: 5px;
  text-indent: -9999px;
  display: inline-block;
}

.carousel-indicators .active {
  background-color: #fff !important;
}

.slider-content {
  height: 100%;
}

#main-carousel .carousel-caption {
  display: table;
  height: 100%;
  width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
  z-index: 11;
}

#main-carousel .carousel-caption > div {
  vertical-align: middle;
  display: table-cell;
}

#main-carousel .carousel-inner h2 {
  color: #f6f6f6;
  display: inline-block;
  font-family: Nexa Light Regular;
  font-size: 55px;
  font-weight: 800;
  margin-bottom: 40px;
  text-shadow: none;
  text-transform: uppercase;
}

#main-carousel .carousel-inner h2 span {
  color: #7ab700;
}

#main-carousel .carousel-inner p {
  color: #f6f6f6;
  font-family: Nexa Light Regular;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 59px;
  margin-top: 0;
  text-shadow: none;
}

#main-carousel .carousel-left {
  left: -50px;
}

#main-carousel .carousel-right {
  right: -50px;
}

#main-carousel:hover .carousel-left {
  left: 0px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

#main-carousel:hover .carousel-right {
  right: 0px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

#main-carousel .carousel-left,
#main-carousel .carousel-right {
  padding: 15px;
  z-index: 12;
  font-size: 60px;
  color: rgba(255, 255, 255, 0.52);
  top: 50%;
  position: absolute;
  margin-top: -60px;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.carousel-right {
  right: 65px;
}

.carousel-left {
  left: 65px;
}

#main-carousel .carousel-left:hover,
#main-carousel .carousel-right:hover {
  color: #f6f6f6;
}

/*=======================
====== About Us CSS =====
=========================*/

#about-us {
  background: #f6f6f6;
  overflow: hidden;
  padding: 0px 0;
}

#about-us h2 {
  margin-bottom: 35px;
}

.title-one {
  color: #666666;
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

#about-us h4 {
  color: #909090;
  margin-bottom: 50px;
  margin-top: -5px;
  text-transform: capitalize;
}

#about-us p {
  font-weight: 300;
  font-size: 15px;
}

.about-us .col-sm-6 {
  margin-top: 50px;
}

.about-us h3 {
  font-size: 20px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.about-us .tab-content {
  background: #ffffff;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  padding: 25px;
}

.about-us .nav-tabs li a {
  border-top: 2px solid #f6f6f6;
  color: #7ad13b;
}

.about-us .nav-tabs li.active a,
.about-us .nav-tabs li.active a:hover,
.about-us .nav-tabs li.active a:focus {
  border-radius: 0;
  border-top: 2px solid #7ad13b;
  color: #333333;
}

.about-us .tab-content .pull-left.media-object {
  background-color: #f6f6f6;
  margin-right: 20px;
  padding: 5px;
}

.skillbar {
  position: relative;
  display: block;
  margin-bottom: 18px;
  box-shadow: 1px 1px 0 0 #333333;
  width: 100%;
  background: #43484e;
  height: 35px;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -ms-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color;
}

.skillbar-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  background-color: #db3236;
}

.skillbar-title span {
  float: none;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  text-align: left;
  display: block;
  background-color: #db3236;
  padding: 0 15px;
  height: 35px;
  line-height: 35px;
}

.skillbar-bar {
  height: 35px;
  width: 0px;
  background-color: #db3236;
  box-shadow: 0 1px 0 0 #333333;
}

.skill-bar-percent {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 11px;
  height: 35px;
  line-height: 35px;
  color: #ffffff;
}

/*====================
======Service CSS=====
======================*/

#services {
  background-image: url("../images/services/Services.jpg");
  color: #fff;
  text-align: center;
  background-color: #0a0a13;
}

.services {
  display: block;
  overflow: auto;
  margin-top: 10px;
}

#services {
  color: #fff;
  position: relative;
  border-color: #fff;
  margin-bottom: 15px;
}

.nosingle-service i {
  text-align: center;
  font-size: 50px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  display: block;
  margin-top: 35px;
  margin-right: 30px;
  float: left;
  line-height: 100px;
  width: 100px;
  color: #43484e;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.nosingle-service p {
  position: relative;
  width: 90%;
  left: 10%;
}

.nosingle-service {
  background-color: rgba(0, 0, 0, 0.39);
  padding: 25px;
  overflow: auto;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.nosingle-service p {
  text-align: justify;
}

.trasyhac:hover {
  background-color: #013544;
}

/*=====================
======Our Team CSS=====
=======================*/

#team-carousel {
  position: relative;
}

#our-team {
  background-color: #f6f6f6;
  color: #43484e;
}

#our-team h2 {
  color: #43484e;
  margin-bottom: 35px;
}

#our-team .team-members {
  padding: 0;
  margin-top: 55px;
  display: block;
  overflow: hidden;
}

.single-member {
  height: 430px;
  background-color: #43484e;
  border: 1px solid #43484e;
  color: #f6f6f6;
  padding: 25px;
  text-align: center;
  overflow: hidden;
}

.single-member img {
  width: 100%;
}

.single-member h4,
.single-member h5 {
  text-align: center;
}

#our-team .socials i {
  background-color: #fff;
  border-radius: 50%;
  color: #43484e;
  display: inline-block;
  font-size: 16px;
  height: 30px;
  line-height: 28px;
  margin-right: 5px;
  text-align: center;
  width: 30px;
  border-width: 1px;
  border-color: #43484e;
  border-style: solid;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#our-team .socials a i:hover {
  opacity: 1;
  color: #fff;
  border: 0;
}

#our-team .socials a .fa-facebook:hover {
  background: #3b5997;
}

#our-team .socials a .fa-twitter:hover {
  background: #29c5f6;
}

#our-team .socials a .fa-pinterest:hover {
  background: #c61118;
}

#our-team .socials a .fa-dribbble:hover {
  background: #ff5c93;
}

#our-team .socials a .fa-linkedin:hover {
  background: #006dc0;
}

#our-team .socials a .fa-google-plus:hover {
  background: #d13d2f;
}

#our-team .socials a .fa-flickr:hover {
  background: #7a797b;
}

.member-left,
.member-right {
  position: absolute;
  top: -43px;
  color: #43484e;
}

.member-left {
  left: 49%;
}

.member-right {
  left: 51%;
}

/*======================
======Portfolio CSS=====
========================*/

#portfolio {
  padding-top: 70px;
  padding-bottom: 100px;
  background: #f6f6f6;
}

#portfolio p,
#portfolio h2 {
  margin-bottom: 30px;
}

.portfolio-items > div {
  padding: 0;
}

.portfolio-items img {
  width: 100%;
}

.view {
  cursor: default;
  height: 100%;
  position: relative;
  text-align: center;
  width: 100%;
}

.view img {
  display: block;
  position: relative;
  z-index: 0;
  border: 1px;
}

.view .portfolio-image a i {
  position: absolute;
  top: 2%;
  transition: opacity 0.5s linear;
  -webkit-transition: opacity 0.5s linear;
  opacity: 0.8;
  cursor: pointer;
  border: 0px;
  width: 40px;
  height: 40px;
}

.portfolio-image i {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 26px;
  right: 5%;
  padding: 4px;
}

.portfolio-image a i:hover {
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #ccc;
  font-size: 26px;
  right: 5%;
  padding: 5px;
}

#clients {
  background-image: url("../images/clients/client-bg.jpg");
  background-color: #0a0a13;
}

#clients h2 {
  margin-bottom: 30px;
  color: #f6f6f6;
}

#clients p {
  color: #fff;
}

#clients-carousel {
  margin-top: 45px;
  text-align: center;
}

#clients-carousel .carousel-inner {
  display: inline-block;
  width: 60%;
}

.carousel-inner blockquote {
  border-left: 0 none;
  margin: 15px;
  padding: 0;
  text-align: left;
}

.carousel-inner blockquote p {
  font-size: 17px;
}

#clients-carousel .carousel-inner img {
  border-right: 5px solid#eee;
  padding-right: 10px;
}

#clients-carousel .carousel-indicators {
  top: 100%;
  left: 50%;
  margin: 0 0 0 -50px;
  position: absolute;
  width: 100px;
}

#clients-carousel .item {
  background: #43484e;
}

#clients-carousel .carousel-indicators li {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  width: 13px;
  height: 13px;
  margin-left: 5px;
  text-indent: -9999px;
  display: inline-block;
}

#clients-carousel .carousel-indicators {
  margin-top: 20px;
}

.clients {
  text-align: center;
}

.clients h2 {
  color: #ffffff;
  font-family: "Nexa Light Regular", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  text-transform: uppercase;
  margin-top: 0;
}

.clients p {
  color: #ffffff;
  font-family: "Nexa Light Regular", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.clients p span {
  color: #fc7700;
}

/*=====================
======Our Blog CSS=====
======================*/

#blog {
  padding-bottom: 75px;
  padding-top: 75px;
}

.blog-heading {
  margin-bottom: 35px;
  margin-top: 15px;
}

.single-blog {
  margin-bottom: 30px;
  background-color: #f7f7f7;
  padding: 25px;
  transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  -webkit-box-shadow: 0 2px 0 0 #ddd;
  box-shadow: 0 2px 0 0 #ddd;
}

.single-blog:hover {
  background-color: #43484e;
  color: #fff;
}

.single-blog:hover.single-blog h2 {
  color: #fff;
}

.single-blog:hover.single-blog .btn-primary {
  background-color: #7ad13b;
  color: #fff;
  border-color: #fff;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.single-blog img {
  width: 100%;
  margin-bottom: 20px;
}

.single-blog h2 {
  color: #43484e;
  font-size: 24px;
}

.single-blog h2 {
  margin: 0;
  margin-bottom: 15px;
}

.single-blog ul {
  padding: 0;
  overflow: hidden;
}

.single-blog ul li {
  border-right: 2px solid #999999;
  float: left;
  line-height: 10px;
  list-style: none;
  margin-right: 10px;
  padding-right: 10px;
  font-size: 12px;
  color: #999;
}

.single-blog ul li:last-child {
  border: none;
}

.blog-content {
  margin-bottom: 25px;
  margin-top: 0;
}

.single-blog .btn-primary {
  text-transform: uppercase;
  border: 1px solid #7ad13b;
  color: #686868;
  background-color: rgba(255, 255, 255, 0);
  border-color: #fc7700;
}

.single-blog:hover.single-blog .btn-primary:hover {
  background-color: #7ad13b;
  color: #fff;
}

#blog-detail .modal-body {
  padding: 30px;
}

#blog-detail .modal-body img {
  width: 100%;
}

#blog-detail .close {
  margin-right: -15px;
  margin-top: -25px;
}

/*====================
======Contact CSS=====
======================*/

#contact {
  overflow: hidden;
  background-color: #f6f6f6;
  position: relative;
  padding-bottom: 85px;
  border-top: 2px solid #ddd;
}

#contact .contact-heading {
  padding-bottom: 35px;
  position: relative;
  z-index: 10;
}

.contact-details {
  padding-top: 5px;
}

.pattern {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  bottom: 0;
  background-image: url(../images/pattern.png);
  background-repeat: repeat;
  opacity: 0.2;
}

.contact-address {
  background-color: #fff;
  height: 450px;
  padding-top: 85px;
}

.contact-address .social-icons a i {
  border-radius: 0;
  height: 30px;
  line-height: inherit;
  width: 30px;
  border-width: 0;
  transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  margin-right: 10px;
}

.contact-address .social-icons i:hover {
  transform: scale(0.9);
}

#footer .social-icons a {
  color: #a2a2a2;
  font-size: 20px;
  border: 1px solid #a2a2a2;
  border-radius: 50%;
  text-align: center;
  padding: 7px;
  width: 44px;
  height: 44px;
  display: inline-block;
  margin: 2px;
}

#footer .social-icons .facebook:hover {
  color: #3b5998;
  border: 1px solid #3b5998;
}

#footer .social-icons .instagram:hover {
  color: #c13584;
  border: 1px solid #c13584;
}

#footer .social-icons .twitter:hover {
  color: #4099ff;
  border: 1px solid #4099ff;
}

#footer .social-icons .linkedin:hover {
  color: #0e76a8;
  border: 1px solid #0e76a8;
}

#footer .social-icons .whatsapp:hover {
  color: #4caf50;
  border: 1px solid #4caf50;
}

.contact-address .social-icons,
.contact-address address {
  z-index: 2;
  position: relative;
}

.contact-address p {
  font-weight: 800;
  font-size: 24px;
}

.contact-address p span {
  color: #fc7700;
}

#contact-form input,
#contact-form textarea,
#contact-form .btn-primary {
  position: relative;
  z-index: 2%;
}

#contact-form .inp-field {
  margin: 0 auto;
  width: 70%;
}

.btn-info {
  background-color: #ac2f2b;
  border-color: #f6f6f6;
  border-radius: 5px;
  padding: 10px 25px;
  text-transform: uppercase;
  font-weight: 800;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

/*============================
======Carousel Effect CSS=====
=========/*=====================*/

.carousel.scale .carousel-inner > .item.left > div:nth-child(1),
.carousel.scale .carousel-inner > .item.right > div:nth-child(1) {
  -webkit-animation: fadeOutDown 300ms linear 0ms both;
  animation: fadeOutDown 300ms linear 0ms both;
}

.carousel.scale .carousel-inner > .item.next > div:nth-child(1),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(1) {
  -webkit-animation: fadeInDown 300ms linear 75ms both;
  animation: fadeInDown 300ms linear 75ms both;
}

.carousel.scale .carousel-inner > .item.left > div:nth-child(2),
.carousel.scale .carousel-inner > .item.right > div:nth-child(2) {
  -webkit-animation: fadeOutDown 300ms linear 75ms both;
  animation: fadeOutDown 300ms linear 75ms both;
}

.carousel.scale .carousel-inner > .item.next > div:nth-child(2),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(2) {
  -webkit-animation: fadeInDown 300ms linear 150ms both;
  animation: fadeInDown 300ms linear 150ms both;
}

.carousel.scale .carousel-inner > .item.left > div:nth-child(3),
.carousel.scale .carousel-inner > .item.right > div:nth-child(3) {
  -webkit-animation: fadeOutDown 300ms linear 150ms both;
  animation: fadeOutDown 300ms linear 150ms both;
}

.carousel.scale .carousel-inner > .item.next > div:nth-child(3),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(3) {
  -webkit-animation: fadeInDown 300ms linear 225ms both;
  animation: fadeInDown 300ms linear 225ms both;
}

.carousel.scale .carousel-inner > .item.left > div:nth-child(4),
.carousel.scale .carousel-inner > .item.right > div:nth-child(4) {
  -webkit-animation: fadeOutDown 300ms linear 225ms both;
  animation: fadeOutDown 300ms linear 225ms both;
}

.carousel.scale .carousel-inner > .item.next > div:nth-child(4),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(4) {
  -webkit-animation: fadeInDown 300ms linear 300ms both;
  animation: fadeInDown 300ms linear 300ms both;
}

/*==================================
====== Propios =======
====================================*/

/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
  font-family: "Nexa Light Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Nexa Light Regular"), url("../fonts/nexa-light-webfont.woff") format("woff");
}

button:disabled {
  cursor: no-drop;
}

a:hover {
  cursor: pointer;
}

.logo {
  max-width: 180px;
  /*height: 51.11px;*/
}

.img-store {
  max-width: 90px;
  text-align: center;
}

.img-store2 {
  max-width: 140px;
  margin: 0 auto;
  height: auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.onFocus {
  border-bottom: 1px solid red;
}

.imagenes {
  padding: 5px 4px 5px 10px;
  margin: 2px;
  float: left;
  width: 140px;
  text-align: center;
}

.imag {
  max-width: 260px;
  padding: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  margin: 0 auto 0 auto;
}

.btn-right {
  float: right;
}

.bottom {
  margin-bottom: 20px;
}

.top {
  margin-top: 10px;
}

@media (max-width: 750px) {
  .img-store2 {
    max-width: 120px;
    margin: 0 auto;
    height: auto;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

@media (max-width: 550px) {
  .img-store2 {
    max-width: 90px;
    margin: 0 auto;
    height: auto;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

@media (max-width: 750px) {
  #about-us {
    padding: 4px 0;
  }
  .imag {
    max-width: 180px;
    padding: 4px;
    background-image: transparent;
    line-height: 1.428571429;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

@media (max-width: 550px) {
  .responsive {
    margin-bottom: 20px;
  }
  .imag {
    max-width: 220px;
    padding: 4px;
    background-image: transparent;
    line-height: 1.428571429;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

/* Info Box */

.info {
  position: absolute;
  font-style: italic;
  line-height: 20px;
  opacity: 0;
  color: #000;
  text-align: left;
  -webkit-transition: all 1000ms ease-out 600ms;
  -moz-transition: all 1000ms ease-out 600ms;
  transition: all 1000ms ease-out 600ms;
}

.info h3 {
  color: #fcfff4;
  margin: 0 0 5px;
  font-weight: normal;
  font-size: 1.5em;
  font-style: normal;
}

.info.top-left {
  top: 30px;
  left: 30px;
}

.info.top-right {
  top: 30px;
  right: 30px;
}

.info.bottom-left {
  bottom: 30px;
  left: 30px;
}

.info.bottom-right {
  bottom: 30px;
  right: 30px;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

@media only screen and (max-width: 500px) {
  .rslides {
    margin-top: 90px;
  }
}

.rslides_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
}

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../images/themes.gif") no-repeat left top;
  margin-top: -45px;
}

.centered-btns_nav:active {
  opacity: 1;
}

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
  display: block;
  background: #fff;
  /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
}

.transparent-btns_nav.next {
  left: auto;
  right: 0;
}

.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000 url("../images/themes.gif") no-repeat left 50%;
  width: 38px;
}

.large-btns_nav:active {
  opacity: 1;
}

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
}

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
}

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: center;
}

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
}

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0, 0, 0, 0.2);
  display: inline-block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  width: 9px;
  height: 9px;
}

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(0, 0, 0, 0.8);
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

@media (max-width: 750px) {
  .respon {
    font-size: 8px;
  }
}

@media (max-width: 550px) {
  .respon {
    font-size: 6px;
  }
}

.clos {
  border: 2px solid #333;
  border-radius: 50%;
  color: #333;
  font-size: 17px;
  margin-left: 8px;
  padding: 8px;
}

.image {
  position: relative;
  width: 100%;
}

.btnLogin a {
  background-color: #013544;
  color: white !important;
  border-radius: 3px;
}

.btnRegister a {
  background-color: #ac2f2b;
  color: white !important;
  border-radius: 3px;
}

.btnRegister a:hover {
  background-color: #ac2f2b !important;
}

/* AnuardLuna2018 */
