body {
  /*padding-top: 40px;
  padding-bottom: 40px;*/
  background-color: #eee;
}
.bg-dark {
    background-color: #242635 !important;
}
.owl-dots{
    display:none !important;
}
.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.displayed {
	display: block;
	margin-left: auto;
	margin-right: auto }


  /*---------------------
  Hero section
-----------------------*/
.hero-slider {
  position: relative;
}

.bg-dark{
  background-color: #010105 !important;
}

.hero-slider .owl-nav {
  position: absolute;
  display: inline-block;
  right: 150px;
  top: 50%;
  font-size: 20px;
  z-index: 999;
  color: #fff;
}

.hero-slider .owl-nav i {
  margin-left: 2px;
}

.hero-slider .owl-nav .owl-prev {
  display: none;
}

.hero-slider .owl-dots {
  position: absolute;
  bottom: -5px;
  left: 150px;
}

.hero-slider .owl-dots .owl-dot {
  display: inline-block;
  margin-right: 30px;
  color: #fff;
  font-size: 14px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.hero-slider .owl-dots .owl-dot.active span {
  color: #cc1847;
}

.hero-slider .owl-dots .owl-dot.active:after {
  /*height: 100%;*/
}

.hero-slider .owl-dots .owl-dot:after {
  position: absolute;
  content: '';
  width: 2px;
  height: 0;
  left: 50%;
  top: 30px;
  margin-left: -2px;
  background: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.hs-item {
  min-height: 950px;
  position: relative;
  display: table;
  width: 100%;
}

.hs-item:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.7;
}

.hs-item .hs-text {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  z-index: 2;
}

.hs-item .hs-title {
  color: #fff;
  font-size: 130px;
  font-weight: 300;
  margin-bottom: 40px;
  position: relative;
  left: 150px;
  opacity: 0;
}

.hs-item .hs-des {
  color: #fff;
  font-size: 60px;
  line-height: 1.4;
  position: relative;
  left: 150px;
  opacity: 0;
}

.owl-item.active .hs-item .hs-title,
.owl-item.active .hs-item .hs-des {
  left: 0;
  opacity: 1;
}

.owl-item.active .hs-item .hs-title {
  -webkit-transition: all 0.5s ease 0.6s;
  -o-transition: all 0.5s ease 0.6s;
  transition: all 0.5s ease 0.6s;
}

.owl-item.active .hs-item .hs-des {
  -webkit-transition: all 0.5s ease 0.8s;
  -o-transition: all 0.5s ease 0.8s;
  transition: all 0.5s ease 0.8s;
}

.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
}


.bg-trans{
  background-color: transparent !important;
}
input[type=text], input[type=password] {
  /*opacity: 0.5;*/
}

ul,
ol {
  padding: 0;
  margin: 0;
}

html,
body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  overflow-y: hidden;
}

/*FORM*/

.contact-form {
  padding-top: 80px;
}

.contact-form input[type='text'],
.contact-form input[type='password'],
.contact-form textarea {
  width: 100%;
  background: none;
  background-color:transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: white;
  font-size: 14px;
  padding: 10px 10px 10px;
  margin-bottom: 0px;
  /*-webkit-box-shadow: -1px 3px 7px 4px rgb(0 0 0) inset !important;*/
}


.contact-form textarea {
  height: 130px;
  padding-bottom: 10px;
  margin-bottom: 35px;
}

.contact-form ::-webkit-input-placeholder {
  font-style: italic;
  color: #fff;
}

.contact-form :-ms-input-placeholder {
  font-style: italic;
  color: #fff;
}

.contact-form ::-ms-input-placeholder {
  font-style: italic;
  color: #fff;
}

.contact-form ::placeholder {
  font-style: italic;
  color: #fff;
}
.imagePais {
    cursor: pointer
}
.border2 {
    border: 4px solid #dee2e6 !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}