@charset "UTF-8";
/*// EDITADO DE BOOTSTRAP */
b,
strong {
  font-weight: bold; }

.container {
  max-width: 1200px;
  /*// HE AÑADIDO 48PX PARA COMPENSAR EL PADDING ASIGNADO DESDE EL DOCUMENTO HTML*/
  padding: 0; }

.navbar {
  z-index: 1040;
  min-height: 70px;
  padding: 0;
  line-height: 20px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1); }

.nav-link {
  display: block;
  padding: .5rem .75rem; }

.navbar-light .navbar-nav .nav-link {
  color: #888; }

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: .6rem;
  padding-left: .6rem;
  text-align: center; }

.navbar-brand {
  min-height: 70px;
  padding-left: 20px;
  padding-top: 9px; }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border: none; }

.navbar-toggler {
  padding: 2rem 2rem;
  font-size: 1rem;
  line-height: 1;
  background: 0 0;
  border: none !important;
  border-radius: 0 !important; }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffcc00' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffcc00' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-indicators li {
  background-color: #999;
  background-color: rgba(70, 70, 70, 0.25); }

.carousel-indicators .active {
  background-color: #ffcc00; }

/*// FIN EDITADO DE BOOTSTRAP */
label {
  color: #333; }

.help-block, .with-errors {
  color: #ff5050;
  margin-top: 5px; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/*// CLASSES DE CONTROL */
.blue {
  background-color: blue; }

.red {
  background-color: red; }

.green {
  background-color: green; }

.white {
  background-color: white; }

.bf-italic {
  font-style: italic; }

.no-border {
  border: 0 !important; }

.frabelOrange a {
  color: #ff7f41; }

.frabelOrange a:hover {
  text-decoration: underline; }

.frabelBlue a {
  color: #0085ca; }

.frabelBlue a:hover {
  text-decoration: underline; }

.frabelGreen a {
  color: #70c94b; }

.frabelGreen a:hover {
  text-decoration: underline; }

.frabelRed a {
  color: #c9123a; }

.frabelRed a:hover {
  text-decoration: underline; }

.ruler {
  height: 100%;
  width: 1px;
  background-color: green;
  position: absolute;
  z-index: 999999999;
  top: 0px;
  left: 376px; }

/* LANDING PAGE */
body {
  font-family: 'Roboto', sans-serif; }

.headerWrapper {
  background-color: #fff; }

@media (max-width: 767px) {
  .headerLogo {
    width: 30%; } }

.header {
  height: 140px;
  width: 100%; }
  @media (max-width: 767px) {
    .header {
      height: 100px; } }

.headerItems {
  display: inline; }
  .headerItems a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.6); }
  .headerItems a:hover {
    color: rgba(0, 0, 0, 0.87); }
  @media (max-width: 767px) {
    .headerItems {
      font-size: .8em; } }

.headerItems:first-of-type {
  padding-right: 16px; }

.footerWrapper {
  background-color: #d5d5e0; }

.footer {
  height: 100px;
  width: 100%; }

.footerItems {
  display: inline;
  color: rgba(0, 0, 0, 0.6); }
  .footerItems a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.6); }
  .footerItems a:hover {
    color: rgba(0, 0, 0, 0.87); }

.footerItems {
  padding-right: 16px; }

.footerItems:last-childe {
  padding-right: 0px; }

.mainMenuWrapper {
  width: 100%;
  background-color: #db4242; }

.mainMenu {
  width: 100%; }
  .mainMenu a {
    display: block;
    height: 70px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.68); }
  .mainMenu a:hover {
    color: rgba(255, 255, 255, 0.87);
    background-color: rgba(255, 255, 255, 0.1); }

.mainSliderWrapper {
  width: 100%;
  background-color: #f7f7fa; }

.mainSlider a {
  text-decoration: none; }

.mainSlider a :hover {
  opacity: .8; }

.sectionHeader {
  color: rgba(0, 0, 0, 0.38);
  font-size: 32px;
  display: block; }
  .sectionHeader:before {
    content: "";
    z-index: -100;
    position: relative;
    top: 26px;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.38); }

.sectionHeaderText {
  background-color: white;
  padding: 0 30px;
  font-weight: 300; }

.servicesImage a {
  text-decoration: none; }

.servicesImage a :hover {
  opacity: .8; }

.servicesTitle h5 {
  font-weight: 700; }

.servicesTitle a {
  text-decoration: none; }

.servicesTitle a :hover {
  text-decoration: underline; }

.servicesItems a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6); }

.servicesItems a:hover {
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.87); }

.pageHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .pageHeader a {
    text-decoration: none; }
  .pageHeader a :hover {
    opacity: .8; }

.section-title {
  pointer-events: none;
  color: rgba(0, 0, 0, 0.38);
  text-align: center;
  font-weight: 700;
  z-index: 100;
  padding: 30px 40px;
  margin: 20px; }
  @media (max-width: 767px) {
    .section-title {
      font-size: 160%;
      padding: 0 0; } }

.pageContent {
  padding: 40px 10%; }
  .pageContent p, .pageContent li {
    color: rgba(0, 0, 0, 0.6); }
  .pageContent p :last-child {
    margin-bottom: 0px; }
  .pageContent img {
    margin-bottom: 40px; }
  @media (max-width: 767px) {
    .pageContent {
      padding: 40px 5%; } }

.categories {
  border: 1px solid rgba(0, 0, 0, 0.38);
  margin: 5px; }
  .categories img {
    margin: 0px; }

.contentPaginatorWrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.38); }

.contentPaginatorItem a {
  line-height: 36px;
  color: rgba(0, 0, 0, 0.38);
  display: block;
  padding: 20px; }

.contentPaginatorItem :hover {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  background-color: #f7f7fa; }
  .contentPaginatorItem :hover .cls-1 {
    stroke: rgba(0, 0, 0, 0.6); }

.arrow {
  margin-top: -3px;
  width: 22px; }
  .arrow .cls-1 {
    fill: none;
    stroke: rgba(0, 0, 0, 0.38);
    stroke-width: 1.2;
    stroke-linecap: round; }

svg {
  overflow: visible; }

.categoriesText a {
  padding: 40px !important;
  color: rgba(0, 0, 0, 0.38);
  display: block;
  height: 100%;
  padding: 0; }

.categoriesText :hover {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  background-color: #f7f7fa; }
  .categoriesText :hover .cls-1 {
    stroke: rgba(0, 0, 0, 0.6); }

@media (max-width: 767px) {
  .categoriesText a {
    font-size: .8em; } }

.mainMenu .frb-width {
  width: 100%; }

.mainMenu .nav-item {
  width: 100%; }

.mainMenu .navbar {
  z-index: 1040;
  min-height: 70px;
  padding: 0;
  line-height: 20px;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .mainMenu .navbar a {
    padding-top: 14px; }

.mainMenu .navbar-toggler {
  width: 100%;
  padding: 1.3rem 1.6rem;
  text-align: left; }

.mainMenu .mobileMenu {
  position: relative;
  line-height: 27px;
  left: 50px; }

.carousel-inner {
  max-height: 512px; }
  @media (max-width: 991px) {
    .carousel-inner {
      max-height: 400px; } }
  @media (max-width: 767px) {
    .carousel-inner {
      max-height: 160px; } }

.carousel-image {
  position: relative;
  top: -80px; }
  @media (max-width: 991px) {
    .carousel-image {
      top: -60px; } }
  @media (max-width: 767px) {
    .carousel-image {
      top: -40px; } }

.carousel-image-fix {
  position: relative;
  top: 0px; }
  @media (max-width: 991px) {
    .carousel-image-fix {
      top: 0px; } }
  @media (max-width: 767px) {
    .carousel-image-fix {
      top: 0px; } }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important; }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important; }

.carousel-indicators .active {
  background-color: #fff; }
