@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,700,900");

html {
  height: 100%;
}

/* ESTILOS AZUL TEMA */

.bttheme {
  background: #019ea7;
  outline: none;
  border: 1px solid #018a92;
}

.bttheme:hover {
  background: #00828a;
  border: 1px solid #00afb9;
}

.bttheme:active,
.bttheme:focus {
  background: #00656b !important;
  border: 1px solid #00afb9;
  box-shadow: 0 0 0 0.2rem rgb(0, 151, 160) !important;
}

.azul-theme-text {
  color: #019ea7;
}

.azul-theme-bg {
  background: #019ea7;
}


.nolinkstyle, .nolinkstyle:hover{
    text-decoration: none;
    color:inherit;
}

/* Botones */

.btn-primary {
  color: #fff;
  background-color: rgb(0, 97, 93);
  border-color: rgb(0, 53, 51);
  outline: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: rgb(0, 136, 130);
  border-color: rgb(0, 53, 51);
  outline: none;
}

/*inputs */

.form-control:focus {
  border-color: #006f6a59;
  box-shadow: 0 0 0 0.2rem rgba(0, 152, 146, 0.28);
}

/* FIN ESTILOS AZUL TEMA */

/* INDEX *********************************************/

.body-index {
  background: url("../images/index_background.jpg") no-repeat center center
    fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.index-top-gradient {
  position: absolute;
  width: 100%;
  height: 85%;
  top: 0;
  background-image: linear-gradient(white, #ffffff00);
}

.main-logo-index {
  display: block;
  margin-top: 10%;
  margin-left: auto;
  margin-right: auto;
}

.index_bg_content {
  margin-top: 40px;
  width: 600px;
  background: #ffffff96;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 0px 45px #00000059;
  border-radius: 3px;
}

.box-main-tittle {
  margin-top: 15px;
  margin-bottom: 20px !important;
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  text-align: center;
  color: #717171;
}

.alink {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
}

.line-text-center {
  width: 100%;
  text-align: center !important;
}

/* FIN INDEX *********************************************/

._alert-message {
  position: absolute;
  right: 15px;
  top: -20px;
  padding: 5px 20px;
}

/* P�GINA B�SQUEDAS ******************************************/

.dropdown-menu.show {
  box-shadow: 0px 2px 11px #0000003b;
  border: none !important;
}

.btmenu-bar {
  background: #00736e;
  border: 1px solid #045451;
  color: #8cbbb9;
}

.btmenu-bar:hover,
.show > .btn-outline-secondary.dropdown-toggle {
  background: #015451;
  border: 1px solid #034441;
  color: #c8d8d7;
}

.searchIcon {
  position: absolute;
  margin-top: 10px;
  margin-left: 15px;
  color: #00615d7a;
}

.search-input {
  border: 1px solid #ffffff5c;
  font-family: "Nunito", sans-serif;
  padding-left: 15px;
  color: #145653 !important;
  outline: none;
  background: #80b0ae;
  padding-right: 30px;
  top: 1px;
  height: 36px;
}

.search-input:focus {
  border-color: #ffffff9e;
  border: 1px solid #ffffff5c;
  background: #aececc;
  box-shadow: 0px 1px 5px #0000005c;
}

.search-input::placeholder {
  color: #00615d !important;
}

.clear_form {
  position: absolute;
  display: block;
  right: 15px;
  top: 10px;
  color: #00615d30;
  z-index: 1000;
  cursor: pointer;
}

.clear_form:hover {
  color: #00615d6b;
}

.gradient-navbar {
  width: 100%;
  height: 30px;
  position: absolute;
  top: 62px;
  left: 0px;
  background-image: linear-gradient(#ffffffb8, #ffffff00);
  z-index: -1;
}

.results-content{
    height: calc(100% - 149px);
    align-content: space-between;
    justify-content: space-between;
}

.search-content {
  width: 100%;
  /*height: 100%;*/
  padding-top: 62px;
}

.scroll-content {
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    padding: 76px 10px 100px 10px;
}

.search-content ul {
  padding: 0px;
}

.search-content ul li {
  list-style: none;
}

.search-item-content {
  width: 100%;
  height: 50px;
  background: grey;
  margin: 5px 0px;
}

.limit-menu .dropdown-menu {
  max-height: 300px;
  overflow-y: scroll;
}

.limit-menu .nav-link .tittle {
}

.limit-menu .nav-link .value {
  display: none;
}

.dropdownselected .nav-link .tittle {
  font-size: 11px;
  position: absolute;
  top: -3px;
  color: #ffffff75;
}

.dropdownselected .nav-link .value {
  display: contents;
}

.navitem-separator {
  padding-right: 7px;
  margin-right: 7px;
  border-right: 1px solid #ffffff14;
}

.navmenu-right {
  position: absolute;
  margin-right: 10px;
  right: 0;
}

/* TABLA B�SQUEDAS */

.loader-content {
  background: #ffffffc7;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  padding-top: 15%;
  overflow: hidden;
}

.loader-content span {
  font-size: 50px;
  color: #00615dfa;
  padding: 50%;
}

.searchTable {
  border-bottom: 0px solid #00615d26 !important;
}

.searchTable tbody tr {
  cursor: pointer;
}

.searchTable thead tr th {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  border-bottom: 4px solid #00615d26;
  padding: 5px 10px;
  color: #00615d;
}

.searchTable tbody tr td {
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  border-bottom: 1px solid #00615d0d;
  color: #467977;
  padding: 7px 10px;
}

.searchTable tbody tr:hover td {
  background-color: #e8f5f5;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  color: #00615d;
  padding: 2px 30px;
}

.dataTables_wrapper .dataTables_info {
  margin-top: 15px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  color: #00615d !important;
  margin-top: 15px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  color: #00615d !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #d9e7e7;
  background: transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: transparent;
  color: #333 !important;
  border: 1px solid #d9e7e7 !important;
  background: #d9e7e7;
}

.pagination {
  margin-top: 20px;
}

/* FIN P�GINA B�SQUEDAS **************************************/

/* P�GINA ENTRADA ******************************************/

.gradient-navbar-item {
  width: 100%;
  height: 400px;
  position: absolute;
  top: 62px;
  left: 0px;
  background-image: linear-gradient(#00615d, #00615dad, #00615d5e, #ffffff);
  z-index: -1;
}

.item-entry-content {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  vertical-align: baseline;
  position: relative;
  text-align: center;
}

.item-head-content {
  display: block;
}

.item-text-content{
    width: 80%;
    margin: 0 auto;
}

.img-item-content {
  display: inline-table;
  vertical-align: top;
}

.img-item-principal {
  box-shadow: 0px 0px 18px #0000004f;
  max-width: 395px;
  height: auto;
}


.bt_deleteimg {
  position: absolute;
  display: block;
  margin-left: 10px;
  top: 10px;
  font-size: 14px;
  padding: 0px 8px;
  background: #ffffffad;
  box-shadow: 1px 1px 12px #0000007a;
  cursor: pointer;
}

.bt_deleteimg:hover {
  background: #fff;
}

.img-item-empty {
  height: 300px;
  width: 300px;
  position: relative;
  background: #ffffff40;
  border: 1px solid #00615d4a;
}

.img-item-empty span {
  display: block;
  position: relative;
  color: #0b4e4bad;
}

.img-items-pagination {
  margin-top: 15px;
}

.img-items-pagination span {
  background: #e9f2f1;
  padding: 4px 7px;
  border: 1px solid #006d68;
  color: #00615d;
  font-weight: bold;
  cursor: pointer;
  margin-right: 10px;
}

.img-items-pagination .pagesel,
.img-items-pagination span:hover {
  background: #70afa8;
  border: 1px solid #004845;
  color: #ffffff;
}

.bt-anyadir-img {
  background: #00615dcc;
  padding: 4px 7px;
  border: 1px solid #003a37;
  color: #ffffff;
  cursor: pointer;
  margin-right: 10px;
  display: inline;
}

.bt-anyadir-img:hover {
  background: #00615d;
}

.item-text-right-content {
  /*height: 100%;*/
  width: 400px;
  margin: 0px 40px;
  display: inline-block;
}

.item-text-right-content .tittle {
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  color: #ffffffbd !important;
  font-weight: bold;
  /*text-align: left !important;*/
}

.item-text-right-content .sub-tittle {
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  color: #00524f !important;
  font-weight: bold;
  margin-top: 10px;
}

.item-text-right-content .fields-content {
  font-family: "Nunito", sans-serif;
}

.item-text-right-content .fields-content .field-content {
  background: #f0f8ff29;
  margin: 10px 15px;
  color: #00615d;
  padding: 5px 10px;
  text-align: left;
  display: flex;
}

.item-text-right-content .fields-content .field-content .name {
  font-size: 13px;
  font-weight: bold;
  min-width: 90px !important;
  text-align: right;
  padding-right: 10px;
}

.item-text-right-content .fields-content .field-content .value {
  font-size: 13px;
}

.field-content-largo {
  font-family: "Nunito", sans-serif;
  background: #f0f8ff29;
  margin: 10px 15px;
  color: #00615d;
  padding: 5px 10px;
  text-align: center;
  display: grid;
}

.field-content-largo .name {
  font-size: 20px;
  font-weight: bold;
  min-width: 75px !important;
  margin-bottom: 10px;
}

.field-content-largo .value {
  font-size: 16px;
}

.info-err {
  background: #ff000052;
  color: #630000;
  border: 1px solid #b70000;
  font-weight: bold;
  padding: 2px;
  display: block;
}


.navbar-nav .nav-link {
    position: relative;
}

/* FIN P�GINA ENTRADA **************************************/

/* PAGINACION BÚSQUEDA **************************************/

.page-link {
  z-index: 2;
  color: #19a59f;
  text-decoration: none;
  background-color: #ffffff;
  border-color: #00615d38;
  outline: none;
}

.page-link:hover {
  z-index: 2;
  color: #ffffff;
  text-decoration: none;
  background-color: #00615d9e;
  border-color: #00615d80;
}

.page-item.disabled .page-link {
  color: #00615d52;
  pointer-events: none;
  cursor: auto;
  background-color: #00615d0d;
  border-color: #00615d30;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 97, 93, 0.09);
}

/* FIN PAGINACION BÚSQUEDA **************************************/

footer{
    background-color: #00615d;
    position: absolute;
    display: block;
    padding: 20px;
    bottom: 0;
    width: 100%;
    
    z-index: 100;
}

footer h3{
    font-size: 18px;
    padding: 16px 12px;
    color: #ffffff5e;
}

footer .link{
    color: #ffffffb8;
}


@media (max-width: 500px) {
  .item-text-right-content {
      width: auto;
      display: contents;
  }

}


@media (max-width: 880px) {

  .navbar-collapse {
    margin: 30px 10px;
  }

  .img-item-content{
    padding: 30px;
  }

  .img-item-principal {
    max-width: 100%;
    height: auto;
  }

  .item-text-right-content .tittle{
      margin-top: 40px;
      margin-bottom: 25px;
      color: #00524f !important ;
  }

  footer h3{
    display: none;
  }

}


@media (max-width: 1055px) {
  .gradient-navbar {
    display: none;
  }

  .navbar-collapse #search-form {
    margin-top: 10px;
  }

  .navitem-separator {
      padding-top: 10px;
    border-right: 0px;
    border-bottom: 1px solid #ffffff0f;
  }

  .scroll-content {
        padding-bottom:150px
    }
}




