/* CSS Document */
@font-face {
  font-family: 'MetricHPE';
  src: url('subset-MetricHPE-Medium.eot');
  src: url('subset-MetricHPE-Medium.eot?#iefix') format('embedded-opentype'), url('subset-MetricHPE-Medium.woff2') format('woff2'), url('subset-MetricHPE-Medium.woff') format('woff'), url('subset-MetricHPE-Medium.ttf') format('truetype'), url('subset-MetricHPE-Medium.svg#MetricHPE-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MetricHPE';
  src: url('subset-MetricHPE-Regular.eot');
  src: url('subset-MetricHPE-Regular.eot?#iefix') format('embedded-opentype'), url('subset-MetricHPE-Regular.woff2') format('woff2'), url('subset-MetricHPE-Regular.woff') format('woff'), url('subset-MetricHPE-Regular.ttf') format('truetype'), url('subset-MetricHPE-Regular.svg#MetricHPE-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MetricHPE';
  src: url('subset-MetricHPE-Bold.eot');
  src: url('subset-MetricHPE-Bold.eot?#iefix') format('embedded-opentype'), url('subset-MetricHPE-Bold.woff2') format('woff2'), url('subset-MetricHPE-Bold.woff') format('woff'), url('subset-MetricHPE-Bold.ttf') format('truetype'), url('subset-MetricHPE-Bold.svg#MetricHPE-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'MetricHPE';
  src: url('subset-MetricHPE-Semibold.eot');
  src: url('subset-MetricHPE-Semibold.eot?#iefix') format('embedded-opentype'), url('subset-MetricHPE-Semibold.woff2') format('woff2'), url('subset-MetricHPE-Semibold.woff') format('woff'), url('subset-MetricHPE-Semibold.ttf') format('truetype'), url('subset-MetricHPE-Semibold.svg#MetricHPE-Semibold') format('svg');
  font-weight: 600;
  font-style: normal;
}
body {
  font-family: 'MetricHPE', sans-serif;
  font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'MetricHPE', sans-serif;
  font-weight: bold;
}
h2 {
  color: #01A982;
  font-size: 48px;
}
h3 {
  color: #0D5265;
  font-size: 32px;
}
h3::after {
  content: '';
  position: relative;
  width: 31px;
  height: 7px;
  background-color: #01A982;
  display: block;
  clear: both;
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 {
  font-size: 20px;
  font-weight: bold;
  color: #0D5265;
}
h4 {
  font-size: 24px;
  font-weight: bold;
  color: #0D5265;
}
h5 {
  color: #0D5265;
  font-size: 24px;
}
.right {
  text-align: right;
}
.margin-b-p {
  padding-bottom: 34px;
}
.flag {
  width: 20px;
}
#logreg-forms {
  width: 412px;
  margin: 4vh auto;
  border-radius: 10px;
  border: solid 2px #01A982;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
#logreg-forms form {
  width: 100%;
  max-width: 410px;
  padding: 15px;
  margin: auto;
}
#logreg-forms .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
#logreg-forms .form-control:focus {
  z-index: 2;
}
#logreg-forms .form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#logreg-forms .form-signin input[type="password"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#logreg-forms a {
  display: block;
  padding-top: 10px;
  color: #01A982;
}
#logreg-form .lines {
  width: 200px;
  border: 1px solid red;
}
#logreg-forms button[type="submit"] {
  margin-top: 10px;
}
#logreg-forms .form-reset, #logreg-forms .form-signup {
  display: none;
}
#logreg-forms .form-signup input {
  margin-bottom: 2px;
}
.form-signup .social-login {
  width: 210px !important;
  margin: 0 auto;
}
/* Mobile */
@media screen and (max-width:500px) {
  #logreg-forms {
    width: 300px;
  }
  #logreg-forms .social-login {
    width: 200px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
/* Header */
.logo {
  display: inline-block;
}
.logob {
  margin-right: 20px;
  padding-right: 20px;
  border-right: solid 1px #000;
}
.logo-img {
  width: 30%;
  max-width: 195px;
  min-width: 160px;
}
.top-padding {
  padding: 16px 0;
}
.search-box {
  padding-top: 20px;
  position: relative;
  margin: 0;
}
#search-form {
  height: 38px;
  padding-bottom: 6px;
  padding-top: 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #D9D9D9;
  overflow: hidden;
}
#search-text {
  height: 24px;
  font-size: 14px;
  color: #000;
  border-width: 0;
  padding: 8px 1em 8px 1em;
  background: transparent;
  width: 75%;
  display: inline-block;
}
.search-box input[type="search"] {
  height: 24px;
  display: block;
  padding: 8px 0.5em 8px 0.5em;
  color: #333;
  outline: none;
}
#search-button {
  height: 24px;
  width: 15%;
  font-size: 14px;
  text-align: center;
  border-width: 0;
  border-left: solid #000 2px;
  background-color: transparent;
  cursor: pointer;
}
/* Menu */
nav.top-menu {
  background: rgb(193, 64, 255);
  background: -webkit-linear-gradient(left, rgba(29, 227, 242, 1) 0%, rgba(152, 92, 255, 1) 96%);
  background: -o-linear-gradient(left, rgba(29, 227, 242, 1) 0%, rgba(152, 92, 255, 1) 96%);
  background: linear-gradient(to right, rgba(29, 227, 242, 1) 0%, rgba(152, 92, 255, 1) 96%);
  color: #FFF;
  border-bottom: solid #FFF 4px;
}
.top-menu ul {
  display: flex;
}
.top-menu ul li {
  position: relative;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.20);
  display: inline-block;
  font-size: 22px;
  padding: 10px 0;
  margin: 0;
  list-style: none;
}
.top-menu a {
  display: inline-block;
  padding: 0 10px;
  text-decoration: none;
  color: #FFF;
}
.top-menu a.select, .top-menu a:hover {
  color: #000;
}
.social-top a {
  padding: 0;
}
.social-top a:first-child {
  padding-left: 10px;
}
.social-top a:last-child {
  padding-right: 10px;
}
@media only screen and (max-width: 768px) {
  .top-menu ul {
    font-size: 16px;
  }
}
@media (max-width: 510px) {
  .menu-top div {
    width: 100%;
  }
  .logo, .logob {
    max-width: 45%;
    width: auto;
  }
  .logo-img {
    max-width: inherit;
    min-width: 120px;
  }
  .top-menu ul {
    display: inline-block;
    font-size: 15px;
    text-align: center;
    width: 100%;
	  margin: 0;
	  padding: 0;
  }
}
/* slide */
.carousel-item img::after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.59) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.59) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.59) 0%, rgba(0, 0, 0, 0.2) 100%);
  z-index: -1;
}
.carousel-item .carousel-caption {
  text-align: left;
  bottom: 10rem;
}
.carousel-caption h1 {
  font-size: 65px !important;
}
.carousel-caption h1 .resalta-header {
  font-size: 80px;
  color: #01A982;
}
@media (min-width: 1200px) {
  .carousel-caption h1 {
    font-size: 60px !important;
  }
  .carousel-caption h1 .resalta-header {
    font-size: 75px;
    color: #01A982;
  }
}
@media (max-width: 768px) {
  .carousel-caption h1 {
    font-size: 45px !important;
  }
  .carousel-caption h1 .resalta-header {
    font-size: 58px;
  }
}
/* cuerpo */
.body-section {
  padding-top: 48px
}
/* catalogo */
#catalog-search {
  background: rgb(127, 249, 226);
  background: -webkit-linear-gradient(rgba(127, 249, 226, 1) 0%, rgba(254, 201, 1, 1) 100%);
  background: -o-linear-gradient(rgba(127, 249, 226, 1) 0%, rgba(254, 201, 1, 1) 100%);
  background: linear-gradient(rgba(127, 249, 226, 1) 0%, rgba(254, 201, 1, 1) 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 14px;
}
.accordion-item, .accordion-button {
  background-color: transparent;
}
.accordion-item .accordion-button.collapsed {
  color: #FFF !important;
  font-weight: 600;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.4) !important;
  border: solid #000 1px;
}
.accordion-collapse.collapse.show {
  padding: 7px 0;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #000;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}
.accordion-button:not(.collapsed) {
  color: #FFF !important;
  font-weight: 600;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.4) !important;
  border: solid #000 1px !important;
}
.accordion-collapse.collapse.show input:not([type='checkbox']):not([type="radio"]), .accordion-collapse.collapse.show input:not([type='checkbox']):not([type="radio"]):focus, .accordion-collapse.collapse.show select {
  width: 96%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: solid #000 1px;
  height: 24px;
  margin: 0 2px;
}
.accordion-collapse.collapse.show input:not([type='checkbox']):not([type="radio"]), .accordion-collapse.collapse.show input:not([type='checkbox']):not([type="radio"]):focus, .accordion-collapse.collapse.show select {
  width: 98%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: solid #000 1px;
  height: 24px;
  margin: 0 2px;
}
.accordion-collapse.collapse.show .half:not([type='checkbox']):not([type="radio"]), .accordion-collapse.collapse.show .half:not([type='checkbox']):not([type="radio"]):focus, .accordion-collapse.collapse.show select.half {
  width: 46%;
}
.accordion-collapse.collapse.show .check-list {
  width: 32%;
  height: 24px;
  margin: 0 2px;
  display: inline-block;
}
.accordion-collapse.collapse.show .check-list-short {
  width: 15.8%;
  height: 24px;
  margin: 0 2px;
  display: inline-block;
}
.accordion-collapse.collapse.show .check-list-half {
  width: 24.5%;
  height: 54px;
  margin: 0 2px;
  display: inline-block;
  float: left;
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("../img/arrow_accord.svg");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  transform: rotate(90deg);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("../img/arrow_accord.svg");
  margin-top: 4px;
  transform: rotate(0deg);
}
/* botones */
.boton-green {
  background-color: #01A982;
  color: #FFF;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  padding: 10px 21px;
  border: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
  margin-top: 26px;
}
.boton-green img {
  margin-left: 15px;
}
.banner img {
  width: 100%;
}
.banner a {
  display: block;
  padding-bottom: 30px;
  border-bottom: solid #01A982 1px;
  overflow: hidden;
}
/* articulos */
.articles {
  border: solid #D9D9D9 1px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.articles img {
  width: 100%;
}
.link-title {
  background: rgb(50, 218, 200);
  background: -webkit-linear-gradient(rgba(50, 218, 200, 1) 0%, rgba(127, 249, 226, 1) 100%);
  background: -o-linear-gradient(rgba(50, 218, 200, 1) 0%, rgba(127, 249, 226, 1) 100%);
  background: linear-gradient(rgba(50, 218, 200, 1) 0%, rgba(127, 249, 226, 1) 100%);
  padding: 17px;
}
h4 a {
  font-size: 20px;
  font-weight: bold;
  color: #0D5265;
  text-decoration: none;
}
h4 a:hover {
  color: #0D5265;
  text-decoration: underline;
}
.description p {
  padding: 17px 17px 0 17px;
}
.flex-button {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: row;
}
.boton-green-link {
  background-color: #01A982;
  color: #FFF;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  padding: 10px 21px;
  border: none;
  -webkit-border-radius: 30px 0 0;
  -moz-border-radius: 30px 0 0;
  border-radius: 10px 0 0;
  width: 54%;
  max-width: 140px;
  text-decoration: none;
}
.boton-green-link:hover {
  color: #FFF;
  text-decoration: underline;
}
.boton-green-link img {
  margin-left: 15px;
  width: 9px;
}
/* Pie de pagina */
.main-footer {
  background-color: #BEBEBE;
  padding-top: 30px;
  padding-bottom: 40px;
}
.main-footer .logo img {
  width: 60%;
  max-width: 152px;
  min-width: 100px;
}
.main-footer h5 {
  margin-bottom: 10px;
  line-height: 24px;
}
/* menu footer */
.main-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-footer li::before {
  content: url('../img/vineta.svg');
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 7px;
}
/* news */
#suscribe-form input {
  border: none;
  border-radius: 5px;
  width: 70%;
  height: 37px;
  clear: both;
}
/* contacto */
.nombre {
  color: #425563;
  font-size: 16px;
  font-weight: bold;
}
.enlace a, .main-footer li a {
  color: #425563;
  text-decoration: none;
}
.enlace a:hover, .main-footer li a:hover {
  text-decoration: underline;
}
.social-bottom {
  margin-top: 28px;
  display: flex;
}
.social-bottom a {
  display: inline-block;
  width: 34px;
  height: 34px;
  text-align: center;
  background-color: #01A982;
  margin-right: 14px;
  border-radius: 3px;
  padding-top: 2px;
}
.twitter {
  margin-top: 5px;
}
.facebook {
  margin-top: 3px;
}
.youtube {
  margin-left: 2px;
}
/* legales */
.legales {
  background-color: #425563;
  padding: 15px 0;
  color: #FFF;
}
.legales a {
  color: #FFF;
  text-decoration: underline;
  font-weight: 600;
  margin-left: 20px;
  cursor: pointer;
}
/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|||||||||||||||||||||||||| ADMIN STYLES|||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
.adminForms .accordion, .adminForms .accordion-item {
  border: none !important;
}
.adminForms .accordion-button:not(.collapsed), .adminForms .accordion-item .accordion-button.collapsed {
  color: #FFF;
  border: none !important;
  border-radius: 0 !important;
}
.accbg01 {
  background: #ff8300; /* Old browsers */
  background: -moz-linear-gradient(left, #e97008 0%, #febe00 100%);
  background: -webkit-linear-gradient(left, #e97008 0%, #febe00 100%);
  background: linear-gradient(to right, #e97008 0%, #febe00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e97008', endColorstr='#febe00', GradientType=1);
}
.accbg02 {
  background: #7FF9E2; /* Old browsers */
  background: -moz-linear-gradient(left, #28a586 0%, #e97008 100%);
  background: -webkit-linear-gradient(left, #28a586 0%, #e97008 100%);
  background: linear-gradient(to right, #28a586 0%, #e97008 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#28a586', endColorstr='#e97008', GradientType=1);
}
.accbg03 {
  background: #FEC601; /* Old browsers */
  background: -moz-linear-gradient(left, #e3b116 0%, #28a586 100%);
  background: -webkit-linear-gradient(left, #e3b116 0%, #28a586 100%);
  background: linear-gradient(to right, #e3b116 0%, #28a586 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3b116', endColorstr='#28a586', GradientType=1);
}
.adminForms label {
  color: #0D5265;
  font-weight: bold;
}
.adminForms label span {
  color: #212529;
  font-weight: 300;
}
.adminForms textarea {
  width: 99%;
}
.accordion-collapse.collapse.show input[type="file"] {
  border: none !important;
  height: auto !important;
}
@media screen and (max-width: 767px) {
  .accordion-collapse.collapse.show .check-list-half {
    width: 70%;
    height: 54px;
    margin: 0 2px;
    display: inline-block;
    float: left;
    margin-bottom: 10px
  }
  .accordion-collapse.collapse.show .check-list-short {
    width: 70%;
    height: 24px;
    margin: 0 2px;
    display: inline-block;
  }
  .accordion-collapse.collapse.show .check-list {
    width: 70%;
    height: 24px;
    margin: 0 2px;
    display: inline-block;
  }
  ul.justify-content-sm-end {
    padding: 0 !important;
  }
}