/* GLOBAL STYLES
#89B33B
==================================================================*/

body {
  /*overflow-x: hidden;*/
  color: #6d6e70;
  font-family: "Open Sans", Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Comfortaa, Montserrat, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.1;
  color: #2e7ac5;
}

h2,
h3 {
  text-shadow: 1px 0px 0px #414141;
}

p {
  font-size: 13px;
}

.lead {
  color: #000;
}

h4,
h5,
h6 {
  color: #89b33b;
  font-family: Comfortaa, Arial, sans-serif;
  font-weight: bold;
}

h5,
h6 {
  letter-spacing: 0.1em;
  margin: 1em 0 3em;
}

a,
a i,
button {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

a:hover {
  text-decoration: none;
}

p {
  margin: 0 0 1em;
}

hr {
  border-top: 3px solid #eee;
  margin: 30px 0;
}

a:hover,
a:focus {
  color: #49a0dc;
  text-decoration: underline;
}

.admi{
  font-size: 24px;
}
.inscr{
  font-size: 22px;
}
.cont {
  font-size: 30px;
  font-family: Comfortaa, Montserrat, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.1;
  color: #2e7ac5;
}
/* Estilo en index*/
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 40px;
  background-color: #333;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.float-wa {
  bottom: 40px;
  background-color: #25d366;
}

.float-m {
  bottom: 120px;
  background-color: #006AFF;
}

.my-float {
  margin-top: 16px;
}

#map {
  width: 100%;
  height: 400px;
}
/*Estilo botones de contacto*/
  .call-link {
    width: 150px;
    height: 50px;
    padding: 10px 15px;   
    border: 3px solid #89b33b;
    border-radius: 10px;
    transition: all 0.3s;
    cursor: pointer;
    background: white;
    font-size: 1.2em;
    font-weight: 550;
  }

  .call-link:hover {
    background: #89b33b;
    color: white;
    font-size: 1.5em;
  }
/* ROWS
==================================================================*/

section {
  display: block;
  padding: 30px 0;
}

.clear {
  clear: both;
  display: table;
  height: 0;
  overflow: hidden;
  width: 100%;
}

/*
.row {
  opacity: 0;
  position: relative;
}

.no-fade,
footer .row {
  opacity: 1;
}
*/

.btn-lg {
  border-width: 2px;
  font-size: 100%;
  letter-spacing: 0.1em;
  padding: 15px 30px;
}

/* NAV
==================================================================*/

.navbar {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.nav > li > a {
  padding: 0 8px;
  font-size: 0.96vw;
}

.dropdown-menu {
  border: 0;
}

/* BANNER
==================================================================*/

.tint {
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}

.welcome {
  color: #fff;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 12%;
  width: 100%;
  -webkit-transform: translateY(-33%);
  -moz-transform: translateY(-33%);
  -ms-transform: translateY(-33%);
  -o-transform: translateY(-33%);
  transform: translateY(-33%);
}

.welcome h1 {
  color: #fff;
  margin: 0 60px;
  text-shadow: 1px 0px 4px #000;
}

.welcome p {
  font-size: 24px;
  font-weight: 300;
  margin: 1em 30px;
  text-transform: uppercase;
}

.banner-title {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  background: #89b33b;
  padding: 7px 12px;
  text-shadow: 0px 1px 1px #000;
}

.welcome i {
  font-size: 60px;
}

/* BACKGROUNDS
==================================================================*/

.background1 {
  background-color: #375a8a;
}

.background2 {
  background-color: #89b33b;
}

.background3 {
  background-color: #5483bb;
}

.background,
.background h2,
.background h3 {
  color: #fff;
}

.background-image {
  background-image: url(../images/background.webp);
  background-position: bottom center;
  background-repeat: repeat-x;
}

.btn-transparent {
  border-color: #fff;
  color: #fff;
}

.btn-transparent:hover {
  border-color: #222;
  color: #222;
}

/* ROOMS
==================================================================*/

#rooms {
  bottom: 25px;
  position: absolute;
  width: 100%;
  z-index: 200;
}

#rooms h3 {
  color: #fff;
}

#rooms .box {
  color: #fff;
  padding: 60px 15px 15px;
  position: relative;
}

#rooms .arrow {
  bottom: -15px;
  display: block;
  height: 30px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  width: 30px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#rooms .icon {
  background: #fff;
  height: 120px;
  left: 50%;
  margin-left: -60px;
  padding: 15px;
  position: absolute;
  top: -60px;
  width: 120px;
}

#rooms .icon img {
  margin-top: 8px;
}

/* TABS
==================================================================*/

.nav-tabs > li {
  float: none;
  display: inline-block;
}

.nav-tabs > li > a {
  font-weight: normal;
}

.tab-content > .tab-pane {
  padding: 30px 0;
}

/* TESTIMONIALS
==================================================================*/

#testimonials blockquote {
  border: 0;
  margin: 0 50px;
  padding: 0;
}

#testimonials blockquote small {
  color: #fff;
  font-size: 100%;
  margin-top: 15px;
}

/* GALLERY
==================================================================*/

.gallery {
  display: table;
  list-style: none;
  padding: 20px 0;
}

.gallery li {
  overflow: hidden;
  padding: 0;
  position: relative;
}

.gallery img {
  width: 100%;
}

.gallery div {
  background: rgba(0, 0, 0, 0.3);
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}

.gallery i {
  left: 50%;
  margin: -21px 0 0 -17px;
  position: absolute;
  top: 50%;
}

.gallery a,
.gallery a:hover {
  color: #fff;
}

/* PRICE TABLES
==================================================================*/

.price-table {
  list-style: none;
  padding: 0;
}

.price-table li {
  background: #fff;
  border-bottom: 1px solid #ddd;
  color: #888;
  padding: 15px 30px;
}

.price-table .title,
.price-table .price {
  background: #222;
  border: 0;
  color: #fff;
  font-weight: 800;
  padding-bottom: 0;
}

.price-table .price {
  font-size: 2.769em;
  padding-top: 0;
}

.price-table .period {
  background: #222;
  border: 0;
  padding-top: 0;
}

#map-canvas {
  height: 300px;
}

/* BLOG
==================================================================*/

header {
  margin-top: 90px;
}

header h1 {
  color: #fff;
  font-size: 36px;
  margin: 1em 0;
}

.post {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.entry-title {
  color: #000;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 2em;
  font-weight: 300;
  margin-top: 0;
  text-transform: uppercase;
}

.entry-meta {
  color: #bbb;
  padding-bottom: 30px;
}

.entry-meta span {
  padding-right: 15px;
}

.entry-meta i {
  padding-right: 5px;
}

.entry-content {
  margin-top: 10px;
}

.carousel-control i {
  margin-top: -15px;
  position: absolute;
  top: 50%;
}

img.pull-left {
  margin: 5px 15px 15px 0;
}

img.pull-right {
  margin: 5px 0 15px 15px;
}

.item .post {
  border: 0;
  padding: 0 30px;
}

/* SIDEBAR
==================================================================*/

aside h5 {
  color: #2e7ac5;
  letter-spacing: normal;
  margin: 0 0 1em;
}

aside h5 i {
  margin-right: 10px;
}

aside ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

aside a {
  border-top: 1px solid #eee;
  color: #888;
  display: block;
  padding: 10px 25px;
  position: relative;
}

aside a:hover {
  background: #f8f8f8;
  color: #222;
}

aside a i {
  position: absolute;
  right: 25px;
  top: 13px;
}

aside a:hover i {
  right: 15px;
}

/* COMMENTS
==================================================================*/

.comments h3 {
  margin-bottom: 30px;
}

.comments h5 {
  letter-spacing: normal;
}

.media,
.media .media {
  border-top: 1px solid #eee;
  margin-top: 30px;
  padding-top: 30px;
}

/* FOOTER
==================================================================*/

footer {
  background: #222;
  padding: 30px 0;
}

footer {
  color: #fff;
}

footer p a:hover {
  color: #ccc;
}

footer ul {
  list-style: none;
  padding: 1em 0 0 0;
}

footer li {
  display: inline-block;
  padding: 0 10px;
}

/* MOBILE STYLES
==================================================================*/

@media (max-width: 767px) {
  .welcome {
    top: 12%;
  }
  .welcome h1 {
    font-size: 36px;
  }
  .welcome p {
    font-size: 18px;
  }
  #rooms {
    bottom: auto;
    position: relative;
  }
  #rooms .col-sm-4 {
    padding: 0;
  }
  #rooms .box {
    padding-top: 150px;
  }
  #rooms .icon {
    top: 30px;
  }
  #rooms .arrow {
    display: none;
  }
  .item .post {
    padding: 0;
  }
}

.navbar {
  width: 100%;
}

.navbar-brand {
  /*padding: 5px;*/
}

.navbar-nav {
  /* float: none; */
  margin: 0 0 0 150px;
  padding: 49px 0 25px 0;
}

a {
  color: #93cf4a;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #1a4a8c;
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #93cf4a;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #6bb5d9;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #93cf4a;
  background-color: transparent;
}

.blue1 {
  color: #1a4a8c;
}

.blue2 {
  color: #6bb5d9;
}

.green {
  color: #89b33b !important;
}

.text-justify {
  text-align: justify;
}

.black {
  color: #000;
}

.btn {
  border-radius: 15px;
}

.btn-success {
  background: #89b33b;
  border: none;
}

#Bienvenida {
  background: #fff url("../images/bg-hojas-blue-der.webp") no-repeat right bottom;
}

#Historia {
  background: #fff url("../images/bg-hojas-blue-izq.webp") no-repeat left top;
}

#Sistema {
  background: #fff url("../images/bg-hojas-green-der.webp") no-repeat right
    bottom;
}

#Galeria {
  background: #fff url("../images/bg-hojas-green-izq.webp") no-repeat left top;
}

.navbar-header {
  margin-left: 5%;
}

/*.navbar-nav { margin-left: 5%; }*/

.marg-top {
  margin-top: 100px;
}

.margin-auto {
  margin: auto;
}

.navbar-default {
  background-color: #fff;
}

/*#rooms {
  top: 430px;
}*/

#Bienvenida {
  margin-top: 180px;
}

.bg-trans {
  background: rgba(255, 255, 255, 0.85);
}

.marg-top {
  margin-top: 0px;
}

#slides {
  top: 114px;
}

@media (max-width: 1281px) {
  .welcome {
    top: 12%;
  }
  .navbar-nav {
    margin: 0 0 0 90px;
    padding: 49px 0 25px 0;
  }
}

@media (max-width: 768px) {
  #Galeria {
    display: none;
  }
  #Bienvenida {
    margin-top: 80px;
  }
  #slides {
    display: none;
  }
  #rooms {
    top: 100px;
  }
  .navbar-header {
    margin-left: 100%;
    margin-top: 10px;
  }
  /*
.navbar-nav { float: left; margin-left: 0; }
.navbar-header { margin-left: 35%;  margin-top: 10px; }
.welcome { top: 38%; }
#Bienvenida{ margin-top: 70px;}
  */
  .bg-trans {
    background: rgba(255, 255, 255, 0.85);
  }
}

@media (max-width: 1154px) {
  .navbar-nav {
    margin: 0 0 0 55px;
  }
}

@media (max-width: 1007px) {
  .navbar-nav {
    margin: 0 0 0 200px;
  }
  #Bienvenida {
    margin-top: 280px;
  }
  #slides {
    display: none;
  }
  #rooms {
    display: none;
  }
  .bg-trans {
    background: rgba(255, 255, 255, 0.85);
  }
}

#Galeria ul {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

#Galeria ul li {
  list-style: none;
  margin-bottom: 25px;
}

#Galeria ul li img {
  cursor: pointer;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-toggle {
  border-color: #92cc3f;
}

.navbar-toggle {
  background-color: #92cc3f;
}
