@font-face {
  font-family: "Haettenschweiler";
  src: url(../fonts/Haettenschweiler.ttf) format("truetype");
}

.slider {
  width: 100%;
  margin: 0px auto;
  padding-left: 10px;
}

.logo-paginas {
  font-family: "Haettenschweiler";
  font-size: 40px;
  font-weight: normal;
  /* padding-top: 20px; */
  text-shadow: 3px 3px #333333;
  letter-spacing: 1px;
  transition: all 0.5s;
}

.colorCataro {
  color: #c40000;
}

.colorMap {
  color: #f7bc5b;
}

.carousel-indicators li {
  width: 20px;
  height: 7px;
  border-radius: 25px;
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
}

.acciones {
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 100%;
}

.acciones .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
  display: inline-block;
  padding: 1px 12px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 3px;
  color: #fff;
  background: #c40000;
}

.acciones .btn-get-started:hover {
  background: #fff;
  color: #c40000;
}

.copyright {
  font-family: "Haettenschweiler";
  font-size: 18px !important;
  text-align: center !important;
  padding-top: 0px !important;
  text-shadow: 3px 3px #333333;
  letter-spacing: 1px;
}

.newsletter {
  font-size: 13px !important;
}

#about .container {
  max-width: 80% !important;
}

.about-col {
  height: auto;
  padding-bottom: 27px;
}

#about .about-col {
  margin-bottom: 20px;
}

.form {
  max-width: 65% !important;
  margin: auto;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  margin-top: -25px;
}

/* ICONO MOUSE SCROLL */

.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: calc(50% + 10px) !important;
}

.icon-scroll {
  width: 25px;
  height: 45px;
  margin-left: -20px;
  bottom: 56px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
  z-index: 100;
}

.icon-scroll:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  margin-left: -12px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}

@keyframes scroll {
  0%   { opacity: 1; }
  100% { opacity: 0; transform: translateY(30px); }
}

.margen-superior {
  margin-top: 15px !important;
  display: inline-block;
}

/* ------------------ */

#header-paginas {
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 997;
}

#header-paginas.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 22px 0;
  height: 60px;
}

#header-paginas.header-scrolled #nav-menu-container {
  margin-top: -4px ;
}

#header-paginas.header-scrolled .logo {
  font-size: 40px;
  line-height: 0.2;
}

#header-paginas #logo {
  float: left;
}

#header-paginas #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 0.1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

#header-paginas #logo h1 a,
#header-paginas #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  /* border-left: 4px solid #c40000; */
}

#header-paginas #logo img {
  padding: 0;
  margin: 0;
}

/* ------------------ */

.section-header h5 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  margin-top: 20px;
}

.section-header h5::before {
  content: '';
  position: absolute;
  display: block;
  width: 240px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: 0px;
}

.section-header h5::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #c40000;
  bottom: 0;
  left: 0px;
}

/* ------------------ */

.section-header h3 {
  font-size: 22px;
  color: #555;
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
  margin-top: 40px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 240px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: 0px;
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #f7bc5b;
  bottom: 0;
  left: 0px;
}

/* ------------------ */

#desarrollo {
  padding: 60px 0 20px 0;
  position: relative;
}

#desarrollo::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#desarrollo .container {
  position: relative;
  z-index: 10;
}

.fondo-desarrollo {
  background: url("./imagenes/fondo-01.jpg") repeat;
  background-size: auto;
}

#desarrollo p {
  text-align: justify;
  padding-bottom: 30px;
  color: #333;
  padding: 0;
  margin: 0 0 30px 0;
}

/* ------------------ */

.padding-chico {
  padding: 0px 0 !important;
}

.sin-linea {
  border-bottom: 0px !important;
}

/* ------------------ */

.footer-A {
  float: right;
  bottom: 40px;
  width: 100%;
  position: fixed;
}

.footer-B {
  float: right;
  bottom: 0px;
  width: 100%;
}

#footer .footer-top {
  background: #111;
  padding: 18px 0 0px 0;
  margin-bottom: -75px;
}

.pie-paginas .footer-top .footer-info {
  margin-bottom: 0px !important;
}

.pie-paginas .footer-top .footer-links {
  margin-bottom: 0px !important;
}

.pie-paginas .footer-top .footer-contact {
  margin-bottom: 0px !important;
}

/* ------------------ */

.cliente {
  font-size: 15px;
  font-weight: bold;
  color: #31708F;
  margin-top: 20px;
  margin-bottom: 0px;
}

/* ------------------ */

#interes {
  clear: both;
  position: relative;
  top: 40px;
  margin-bottom: 60px;
}

#interes .titulo {
  font-size: 18px;
  font-weight: bold;
  color: #c40000;
  text-transform: uppercase;
  position: relative;
  /* margin-top: 40px; */
  margin-bottom: 5px;
}

#interes .titulo::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
  top: -8px;
  left: 0px;
}

#interes .titulo::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #f7bc5b;
  top: -9px;
  left: 0px;
}

#interes .items {
  font-size: 15px;
  box-sizing: border-box;
  list-style: none;
  padding-left: 15px !important;
}

#interes .items a {
  color: #888;
  transition: 0.5s;
}

#interes .items a {
  color: #f7bc5b;
}

#interes .items a:hover, a:active, a:focus {
  color: #c40000;
  transition: 0.5s;
}

#interes .flecha {
  padding-right: 8px;
  color: #333;
}

/* ------------------ */

.descarga {
  margin-top: 5px;
  margin-bottom: 20px;
  color: #333;
  float: left;
}

.descarga button {
  background-color: #388bd2;
  border: 0 none !important;
  float: left;
  margin-right: 30px !important;
  text-shadow: 2px 2px #333;
  min-width: 181px;
}

.descarga .fa-download {
  margin-left: 5px;
  margin-right: 10px;
}

.descarga .fa-link {
  margin-left: 5px;
  margin-right: 10px;
}

/* ------------------ */

#no-more-tables .table-bordered td, .table-bordered th {
  border: 1px solid #c1c1c1;
}

#no-more-tables .table-striped tbody tr:nth-of-type(2n+1) {
  background-color: rgba(0,0,0,.12);
}

/* ------------------ */

h4.titulo {
  margin-bottom: 10px;
}

.img-thumbnail {
  margin: 0px 0px 15px 0px;
}

/* ------------------ */

#accordion {
  margin-top: -15px !important;
}

.APITitulo {
  font-size: 20px;
  margin-top: 14px;
  margin-bottom: 4px;
}

/* ------------------ */

#notaAclaratoria {
  font-size: 11px;
  text-align: justify;
  line-height: 12px;
  margin-top: -5px;
  float: right;
}

/* ------------------ */

.ul-margen {
  margin-top: -25px;
}

.galardon {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  color: #31708F;
  margin-top: 20px;
  margin-bottom: 0px;
  display: block;
}

/* ------------------ */

.dynatree-container {
  margin-bottom: 20px !important;
  margin-top: -20px !important;
}

ul.dynatree-container a {
  font-size: 14px !important;
  font-weight: normal !important;
}

/* ------------------ */

#formulario .btn-success {
  color: #fff !important;
  background-color: #218838 !important;
  border-color: #1e7e34 !important;
}

#cajaMensaje {
  font-family: "Open Sans", sans-serif;
  text-align: justify;
  color: #333;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px 0px;
  margin-bottom: 8px;
  width: 100%;
}

.cajaMensajeOK {
  color: #218838 !important;
}

.cajaMensajeError {
  color: #c40000 !important;
}

/* ------------------------------------ */

.escalaGrises {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
  cursor: pointer;
}

#caritas {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}

#estrellas {
  display: flex;
  justify-content: center;
  margin-top: -50px;
}

.rating-form {
  margin-top: 40px;
}
/* RATING - Form - Group */
.rating-form .form-group {
  position: relative;
  border: 0;
}
/* RATING - Form - Legend */
.rating-form .form-legend {
  display: none;
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-size: 2rem;
  /*background: green;*/
}
/* RATING - Form - Item */
.rating-form .form-item {
  position: relative;
  margin: auto;
  /* width: 300px; */
  text-align: center;
  direction: rtl;
  /*background: green;*/
}
.rating-form .form-legend + .form-item {
  padding-top: 10px;
}
.rating-form input[type="radio"] {
  position: absolute;
  left: -9999px;
}
/* RATING - Form - Label */
.rating-form label {
  display: inline-block;
  cursor: pointer;
}
.rating-form .rating-star {
  display: inline-block;
  position: relative;
}
.rating-form input[type="radio"] + label:before {
  content: attr(data-value);
  position: absolute;
  padding-right: 2px;
  right: 30px;
  top: 81px;
  font-size: 18px;
  font-size: 1.8rem;
  opacity: 0;
  direction: ltr;
  -webkit-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.rating-form input[type="radio"]:checked + label:before {
  right: 25px;
  opacity: 1;
}
.rating-form input[type="radio"] + label:after {
  content: "/ 5";
  position: absolute;
  right: 5px;
  top: 96px;
  font-size: 10px;
  font-size: 1rem;
  opacity: 0;
  direction: ltr;
  -webkit-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.rating-form input[type="radio"]:checked + label:after {
  /*right: 5px;*/
  opacity: 1;
}
.rating-form label .fa {
  font-size: 33px;
  font-size: 3.3rem;
  margin: 0px 7px;
  line-height: 60px;
  -webkit-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.rating-form label:hover .fa-star-o,
.rating-form label:focus .fa-star-o,
.rating-form label:hover ~ label .fa-star-o,
.rating-form label:focus ~ label .fa-star-o,
.rating-form input[type="radio"]:checked ~ label .fa-star-o {
  opacity: 0;
}
.rating-form label .fa-star {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.rating-form label:hover .fa-star,
.rating-form label:focus .fa-star,
.rating-form label:hover ~ label .fa-star,
.rating-form label:focus ~ label .fa-star,
.rating-form input[type="radio"]:checked ~ label .fa-star {
  color: gold;
  opacity: 1;
}
.rating-form input[type="radio"]:checked ~ label .fa-star {
  color: gold;
  text-shadow: 0 0 20px #8a8029f0;
}
.rating-form .ir {
  position: absolute;
  left: -9999px;
}
/* RATING - Form - Action */
.rating-form .form-action {
  opacity: 0;
  position: absolute;
  left: 5px;
  bottom: -40px;
  -webkit-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.rating-form input[type="radio"]:checked ~ .form-action {
  cursor: pointer;
  opacity: 1;
}
.rating-form .btn-reset {
  display: inline-block;
  margin: 0;
  padding: 4px 10px;
  border: 0;
  font-size: 10px;
  font-size: 0.7rem;
  background: #fff;
  color: #333;
  cursor: auto;
  border-radius: 5px;
  outline: 0;
  -webkit-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.rating-form .btn-reset:hover,
.rating-form .btn-reset:focus {
  background: #ccc;
}
.rating-form input[type="radio"]:checked ~ .form-action .btn-reset {
  cursor: pointer;
}
/* RATING - Form - Output */
.rating-form .form-output {
  display: none;
  position: absolute;
  right: 15px;
  bottom: -45px;
  font-size: 30px;
  font-size: 3rem;
  opacity: 0;
  -webkit-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.no-js .rating-form .form-output {
  right: 5px;
  opacity: 1;
}
.rating-form input[type="radio"]:checked ~ .form-output {
  right: 5px;
  opacity: 1;
}

.estrellas-div {
  margin-top: 20px;
}

.separador {
  height: 85px;
}

.separador2 {
  height: 35px;
}

/* ------------------------------------ */

.ausencia {
  font-weight: bold;
  color: #BB0000;
}

/* ------------------------------------ */

.mapa-sitio-div {
  margin-bottom: 5px;
}

/* ------------------------------------ */

.about-cols {
  margin-right: 25px !important;
  margin-left: 15px !important;
}

/* ------------------------------------ */

.cajaMensajeIndex {
  font-size: 15px !important;
}

/* ------------------------------------ */

.btn-suscripcion {
  border: 0;
  background: #c40000;
  padding: 7px 7px 6px 7px;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
  font-weight: normal;
  display: inline-block;
}

.btn-suscripcion:hover {
  background: #f7bc5b;
  outline: none;
  text-decoration: none;
  color: #fff;
}

.modal-header {
  display: block;
}

/* ------------------------------------ */

.dropdown-divider {
  border-top: 1px solid #ccc;
}

.campos-cabecera {
  padding: 0px 7px;
}

.campos-cabecera .btn {
  text-decoration: none;
}

.card-body {
  padding: 15px 25px;
  text-align: justify;
  font-size: 15px;
}

.tres-puntos {
  color: #ccc;
  margin-right: 13px;
}

.flecha-campos {
  color: #999;
  float: inline-end;
  margin-top: 5px;
}

.card-header .flecha-campos {
  transition: .3s transform ease-in-out;
}

.card-header .collapsed .flecha-campos {
  transform: rotate(-180deg);
}

.notas-campos {
  padding: 15px 0px 5px;
  font-size: 13px;
  color: #999;
}
