:root {
  --black: #000;
  --white: #fff;
  --second: #FF4600;
}
/****************************METODOS****************************/
/****************************CLASES****************************/
.arrow-tip:after {
  width: 0;
  height: 0;
  top: 100%;
  left: 50%;
  content: " ";
  position: absolute;
  pointer-events: none;
  z-index: 50;
  border: solid transparent;
  margin-left: -90px;
}
.arrow-tip.a-bottom:after {
  border-width: 30px 90px 0 90px;
  border-color: #fff transparent transparent transparent;
}
.arrow-tip.a-top:after {
  border-width: 0 90px 30px 90px;
  border-color: transparent transparent #fff transparent;
}
.arrow-tip.a-left:after {
  border-width: 15px 180px 15px 0;
  border-color: transparent #fff transparent transparent;
}
.arrow-tip.a-right:after {
  border-width: 15px 0 15px 180px;
  border-color: transparent transparent transparent #fff;
}
.arrow-direction {
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}
.arrow-direction.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.arrow-direction.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.arrow-direction.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.arrow-direction.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.btn.btn-primary {
  color: #fff;
  border-color: #FF4600;
  background-color: #FF4600;
}
.btn.btn-primary:active,
.btn.btn-primary:not(:disabled):not(.disabled):focus {
  border-color: #e63f00 !important;
  background-color: #e63f00 !important;
}
.btn.btn-primary:hover {
  border-color: #e63f00;
  background-color: #e63f00;
}
.btn.btn-outline {
  color: #FF4600;
  border-color: #FF4600;
}
.btn.btn-outline:hover {
  background-color: #FF4600;
  color: #fff;
}
.btn:active,
.btn:not(:disabled):not(.disabled):focus,
.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 70, 0, 0.5) !important;
}
.navbar-toggler {
  background: none;
}
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: 0;
}
.navbar-toggler .icon-bar {
  width: 22px;
  height: 2px;
  display: block;
  border-radius: 1px;
  margin: 4px 0 4px 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-toggler .icon-bar:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggler .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.navbar-toggler .icon-bar:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
  transform: rotate(0);
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
  transform: rotate(0);
}
/****************************FONTS****************************/
@font-face {
  font-family: 'Lato Regular';
  src: url('../fonts/lato-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato-regular.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/lato-regular.ttf') format('truetype') /* Safari, Android, iOS */;
}
@font-face {
  font-family: 'Lato Bold';
  src: url('../fonts/lato-bold.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato-bold.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/lato-bold.ttf') format('truetype') /* Safari, Android, iOS */;
}
@font-face {
  font-family: 'Gramatika';
  src: url('../fonts/gramatika-medium.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/gramatika-medium.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/gramatika-medium.ttf') format('truetype') /* Safari, Android, iOS */;
}
/****************************FONTS****************************/
html,
body {
  margin: 0px;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  height: 100%;
  padding: 0px;
  font-family: 'Lato Regular';
}
@media (max-width: 576px) {
  html,
  body {
    font-size: 14px;
  }
}
html .sl-overlay,
body .sl-overlay {
  background: #000;
}
b,
strong {
  font-family: 'Lato Bold';
}
h3.title {
  cursor: default;
  font-weight: 300;
  position: relative;
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.875rem;
  margin-bottom: 5.625rem;
  color: #391e13;
}
h3.title div {
  background-color: #ff7e4d;
  margin-top: 1.25rem;
  position: absolute;
  height: 0.125rem;
  margin-left: -5%;
  display: block;
  width: 10%;
  left: 50%;
}
h3.title div.left {
  margin-left: 0px;
  left: 0;
}
p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #4d4d4d;
}
form fieldset .form-group label {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  white-space: nowrap;
  color: #404040;
}
form fieldset .form-group label small {
  font-size: 0.688rem;
  display: inline;
}
form fieldset .form-group .input-group {
  position: relative;
}
form fieldset .form-group .input-group .icon {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  opacity: 0.7;
  display: table-cell;
  position: absolute;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  width: 1.875rem;
  height: 100%;
  z-index: 5;
  left: 0;
  top: 0;
}
form fieldset .form-group .input-group .icon img {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  position: relative;
  margin: 0 0.5rem;
  height: 100%;
  width: 50%;
}
form fieldset .form-group .input-group .form-control {
  border: solid 1px rgba(255, 70, 0, 0.4);
  font-family: 'Lato Regular';
  -webkit-border-radius: 0.75rem;
  -moz-border-radius: 0.75rem;
  border-radius: 0.75rem;
  padding-left: 1.875rem;
  font-size: 0.938rem;
  color: #000;
  resize: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
form fieldset .form-group .input-group .form-control:focus {
  border: solid 1px rgba(255, 70, 0, 0.8);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 70, 0, 0.22);
  -moz-box-shadow: 0 0 0 0.2rem rgba(255, 70, 0, 0.22);
  box-shadow: 0 0 0 0.2rem rgba(255, 70, 0, 0.22);
}
form fieldset .form-group .input-group.textarea .icon {
  border-right: solid 1px #ffc8b3;
}
form fieldset .form-group .input-group.textarea .form-control {
  padding-left: 2.188rem;
}
form fieldset:disabled .form-group label {
  color: #666666;
}
form fieldset:disabled .form-group .input-group .icon {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  filter: alpha(opacity=30);
  opacity: 0.3;
}
form fieldset:disabled .form-group .input-group input.form-control {
  border: solid 1px rgba(255, 70, 0, 0.2);
}
form.was-validated .form-control:invalid {
  background-image: none;
  padding-right: 0.75rem;
  border-color: #dc3545 !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.1);
  -moz-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.1);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.1);
}
form.was-validated .form-control:valid {
  background-image: none;
  padding-right: 0.75rem;
}
.alert {
  margin: 0px;
}
.alert strong {
  font-size: 0.875rem;
}
.alert p {
  margin: 0px;
  font-size: 0.75rem;
  line-height: 0.875rem;
  margin-bottom: 0.438rem;
}
.alert p:last-child {
  margin-bottom: 0px;
}
.alert.alert-info p {
  color: #0c5460;
}
.fieldset {
  border: solid 1px #ffa380;
  margin-bottom: 0.938rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  position: relative;
  padding: 0.938rem;
  display: block;
}
.Home {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.Home nav {
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  -khtml-opacity: 0.95;
  -moz-opacity: 0.95;
  filter: alpha(opacity=95);
  opacity: 0.95;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 0px 15px;
  z-index: 15;
  background-color: #fff;
}
.Home nav .navbar-brand {
  flex-grow: 1 !important;
  z-index: 5;
}
.Home nav .navbar-brand img {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  max-width: 140px;
}
.Home nav .navbar-brand img:last-child {
  margin-left: 15px;
}
@media (max-width: 576px) {
  .Home nav .navbar-brand img {
    max-width: 100px;
  }
  .Home nav .navbar-brand img:last-child {
    margin-left: 5px;
  }
}
.Home nav .navbar-toggler {
  border: solid 1px rgba(255, 70, 0, 0.5);
  text-align: center;
  margin: 0.625rem 0;
  outline: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.Home nav .navbar-toggler .icon-bar {
  background: #FF4600;
}
.Home nav .navbar-toggler.collapsed {
  border: solid 1px rgba(255, 70, 0, 0.1);
}
.Home nav .navbar-toggler:hover {
  border: solid 1px rgba(255, 70, 0, 0.5);
}
.Home nav .menu {
  flex-grow: 0 !important;
}
.Home nav .menu ul li a.nav-link:link,
.Home nav .menu ul li a.nav-link:active,
.Home nav .menu ul li a.nav-link:visited {
  color: #000;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: flex;
  padding: 0px;
  height: 100%;
  margin: 0px;
}
.Home nav .menu ul li a.nav-link:link span,
.Home nav .menu ul li a.nav-link:active span,
.Home nav .menu ul li a.nav-link:visited span {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  margin: 1.15625rem 0;
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  font-family: 'Gramatika';
  padding: 0.625rem 1.25rem;
  text-transform: uppercase;
  border-right: solid 1px rgba(0, 0, 0, 0.05);
}
.Home nav .menu ul li a.nav-link:link div,
.Home nav .menu ul li a.nav-link:active div,
.Home nav .menu ul li a.nav-link:visited div {
  bottom: 0;
  width: 100%;
  height: 0px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  position: absolute;
  background-color: #FF4600;
}
.Home nav .menu ul li a.nav-link:link.active,
.Home nav .menu ul li a.nav-link:active.active,
.Home nav .menu ul li a.nav-link:visited.active,
.Home nav .menu ul li a.nav-link:link:hover,
.Home nav .menu ul li a.nav-link:active:hover,
.Home nav .menu ul li a.nav-link:visited:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.Home nav .menu ul li a.nav-link:link.active span,
.Home nav .menu ul li a.nav-link:active.active span,
.Home nav .menu ul li a.nav-link:visited.active span,
.Home nav .menu ul li a.nav-link:link:hover span,
.Home nav .menu ul li a.nav-link:active:hover span,
.Home nav .menu ul li a.nav-link:visited:hover span {
  color: #FF4600;
}
.Home nav .menu ul li a.nav-link:link.active div,
.Home nav .menu ul li a.nav-link:active.active div,
.Home nav .menu ul li a.nav-link:visited.active div,
.Home nav .menu ul li a.nav-link:link:hover div,
.Home nav .menu ul li a.nav-link:active:hover div,
.Home nav .menu ul li a.nav-link:visited:hover div {
  height: 3px;
}
.Home nav .menu ul li a.nav-link:link.dropdown-toggle::after,
.Home nav .menu ul li a.nav-link:active.dropdown-toggle::after,
.Home nav .menu ul li a.nav-link:visited.dropdown-toggle::after {
  content: none;
  display: none;
}
@media (max-width: 576px) {
  .Home nav .menu ul li a.nav-link:link,
  .Home nav .menu ul li a.nav-link:active,
  .Home nav .menu ul li a.nav-link:visited {
    border-bottom: solid 1px rgba(255, 70, 0, 0.15);
  }
  .Home nav .menu ul li a.nav-link:link span,
  .Home nav .menu ul li a.nav-link:active span,
  .Home nav .menu ul li a.nav-link:visited span {
    width: 100%;
    margin: 5px 0;
    display: block;
    text-align: center;
    border-radius: 0.3125rem;
  }
  .Home nav .menu ul li a.nav-link:link:hover,
  .Home nav .menu ul li a.nav-link:active:hover,
  .Home nav .menu ul li a.nav-link:visited:hover {
    background-color: transparent;
  }
  .Home nav .menu ul li a.nav-link:link:hover span,
  .Home nav .menu ul li a.nav-link:active:hover span,
  .Home nav .menu ul li a.nav-link:visited:hover span {
    background-color: #fff4f0;
    color: #FF4600;
  }
  .Home nav .menu ul li a.nav-link:link:hover div,
  .Home nav .menu ul li a.nav-link:active:hover div,
  .Home nav .menu ul li a.nav-link:visited:hover div {
    height: 0px;
  }
  .Home nav .menu ul li a.nav-link:link.active,
  .Home nav .menu ul li a.nav-link:active.active,
  .Home nav .menu ul li a.nav-link:visited.active {
    background-color: transparent;
  }
  .Home nav .menu ul li a.nav-link:link.active span,
  .Home nav .menu ul li a.nav-link:active.active span,
  .Home nav .menu ul li a.nav-link:visited.active span {
    background-color: #FF4600;
    color: #fff;
  }
  .Home nav .menu ul li a.nav-link:link.active div,
  .Home nav .menu ul li a.nav-link:active.active div,
  .Home nav .menu ul li a.nav-link:visited.active div {
    height: 0px;
  }
}
.Home nav .menu ul li .dropdown-menu {
  margin-top: 0;
  -webkit-border-radius: 0 0 0.3125rem 0.3125rem;
  -moz-border-radius: 0 0 0.3125rem 0.3125rem;
  border-radius: 0 0 0.3125rem 0.3125rem;
  -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.2);
  border-top: none 0px transparent;
}
.Home nav .menu ul li .dropdown-menu a {
  color: #000;
  font-size: 0.8125rem;
  padding-top: 0.75rem;
  line-height: 0.8125rem;
  padding-bottom: 0.75rem;
  font-family: 'Lato Regular';
  border-bottom: solid 1px #ffece5;
}
.Home nav .menu ul li .dropdown-menu a:last-child {
  border-bottom: none 0px transparent;
}
.Home nav .menu ul li .dropdown-menu a:hover {
  color: #FF4600;
}
.Home nav .menu ul li .dropdown-menu a:active {
  color: #fff;
  background-color: #FF4600;
}
@media (max-width: 576px) {
  .Home nav .menu ul li .dropdown-menu {
    border: none 0px transparent;
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    border-bottom: solid 1px rgba(255, 70, 0, 0.15);
  }
  .Home nav .menu ul li .dropdown-menu a {
    font-size: 0.875rem;
    font-family: 'Lato Bold';
  }
}
.Home nav .menu ul li:last-child a span {
  border-right: none 0px !important;
}
.Home nav .fxLogo {
  position: absolute;
  height: 100%;
  width: 25%;
  left: 0;
  top: 0;
}
.Home nav .fxLogo svg {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 0;
  left: 0;
  top: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
  -khtml-opacity: 0.05;
  -moz-opacity: 0.05;
  filter: alpha(opacity=5);
  opacity: 0.05;
}
.Home nav .fxLogo svg polygon {
  fill: black;
  stroke: 0px;
}
.Home nav.float {
  position: fixed;
  -webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
}
@media (max-width: 576px) {
  .Home nav.a-bottom:after {
    border-width: 15px 90px 0 90px;
  }
}
.Home .alert-float {
  top: 30%;
  z-index: 2;
  display: block;
  margin-left: 5%;
  margin-top: -32%;
  position: absolute;
}
.Home .alert-float .alert {
  position: relative;
  color: #fff;
  display: inline-block;
  padding-bottom: 1.25rem;
  -webkit-border-radius: 0 10px 0 10px;
  -moz-border-radius: 0 10px 0 10px;
  border-radius: 0 10px 0 10px;
  border: solid 1px rgba(0, 128, 255, 0.95);
  background-color: rgba(0, 128, 255, 0.77);
  background: rgba(0, 128, 255, 0.77);
  background: -moz-linear-gradient(top, rgba(0, 128, 255, 0.77) 0%, rgba(0, 51, 102, 0.77) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 128, 255, 0.77)), color-stop(100%, rgba(0, 51, 102, 0.77)));
  background: -webkit-linear-gradient(top, rgba(0, 128, 255, 0.77) 0%, rgba(0, 51, 102, 0.77) 100%);
  background: -o-linear-gradient(top, rgba(0, 128, 255, 0.77) 0%, rgba(0, 51, 102, 0.77) 100%);
  background: -ms-linear-gradient(top, rgba(0, 128, 255, 0.77) 0%, rgba(0, 51, 102, 0.77) 100%);
  background: linear-gradient(to bottom, rgba(0, 128, 255, 0.77) 0%, rgba(0, 51, 102, 0.77) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 128, 255, 0.77)', endColorstr='rgba(0, 51, 102, 0.77)', GradientType=0);
}
.Home .alert-float .alert a {
  display: block;
  position: relative;
  text-decoration: none;
}
.Home .alert-float .alert a h5 {
  text-align: left;
  font-weight: 300;
  color: #fff;
  text-shadow: 1px 1px 0px #000d19;
}
.Home .alert-float .alert a p {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.2rem;
  text-align: left;
  font-weight: 500;
}
@media (max-width: 576px) {
  .Home .alert-float {
    margin-bottom: 8%;
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
    bottom: 0;
    top: auto;
    left: 0;
  }
  .Home .alert-float .col-12 {
    text-align: center;
  }
  .Home .alert-float .col-12 .alert {
    margin-left: -10%;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .Home .alert-float {
    margin-top: -22%;
  }
}
.Home .container-fluid {
  height: 90%;
  position: relative;
}
.Home .container-fluid > .row {
  height: 100%;
}
.Home .container-fluid .box-info {
  z-index: 10;
  position: relative;
}
.Home .container-fluid .box-info > div {
  display: block;
  position: relative;
  padding: 1.875rem 2.1875rem;
}
.Home .container-fluid .box-info > div .title {
  display: block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.15);
}
.Home .container-fluid .box-info > div .title span {
  display: block;
  font-weight: 100;
  color: #fff;
  font-size: 1.1875rem;
  line-height: 1.25rem;
}
.Home .container-fluid .box-info > div .title h3 {
  margin: 0px;
  display: block;
  color: #fff;
  font-size: 2.1875rem;
  line-height: 2.1875rem;
}
.Home .container-fluid .box-info > div .body span {
  display: block;
  line-height: 1.4;
  color: #fff;
  font-size: 0.9375rem;
  font-family: 'Lato Regular';
}
.Home .container-fluid .box-info .btn {
  float: right;
  position: relative;
  padding: 0.5rem 1.2rem;
  text-transform: uppercase;
}
.Home .container-fluid .box-info .btn .arrow-direction {
  margin-left: 10px;
  padding: 4px;
}
.Home .container-fluid .box-info .btn.btn-primary .arrow-direction {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-color: #fff;
}
.Home .container-fluid .box-info .btn.btn-outline .arrow-direction {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-color: #FF4600;
}
.Home .container-fluid .box-info .btn.btn-outline:hover .arrow-direction {
  border-color: #fff;
}
.Home .container-fluid .box-info .btn:hover .arrow-direction {
  margin-left: 1rem;
}
.Home .container-fluid .box-info.colored {
  width: 350px;
}
.Home .container-fluid .box-info.colored > div {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0 0.55rem 0 0.55rem;
}
.Home .container-fluid .box-info.colored .btn {
  border-radius: 0 0 0.25rem 0.25rem;
}
.Home .container-fluid .box-informe {
  -webkit-box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0 0 0.25rem 0.25rem;
  -moz-border-radius: 0 0 0.25rem 0.25rem;
  border-radius: 0 0 0.25rem 0.25rem;
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  -ms-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  margin-right: 0.625rem;
  position: relative;
  overflow: hidden;
  display: block;
  float: right;
  z-index: 2;
  right: 0;
}
@media (max-width: 576px) {
  .Home .container-fluid .box-informe {
    display: inline-table;
    margin-right: 0px;
  }
}
.Home .container-fluid .box-informe .phone {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  padding: 1.25rem;
  overflow: hidden;
  position: relative;
  background-color: #000;
  padding-top: 1.875rem;
}
.Home .container-fluid .box-informe .phone .row .col-12 {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.Home .container-fluid .box-informe .phone .row .col-12 div {
  display: inline-block;
  position: relative;
}
.Home .container-fluid .box-informe .phone .row .col-12 div img {
  height: 2.5rem;
}
.Home .container-fluid .box-informe .phone .row .col-12 div p {
  float: left;
  clear: both;
  margin: 0px;
  padding: 0px;
  top: -0.625rem;
  display: block;
  cursor: default;
  position: relative;
  font-size: 0.625rem;
  margin-left: -0.5rem;
  line-height: 0.625rem;
  text-transform: uppercase;
  color: #878787;
}
.Home .container-fluid .box-informe .phone .row .col-12 div a:link,
.Home .container-fluid .box-informe .phone .row .col-12 div a:focus,
.Home .container-fluid .box-informe .phone .row .col-12 div a:active,
.Home .container-fluid .box-informe .phone .row .col-12 div a:visited {
  margin: 0px;
  padding: 0px;
  display: block;
  font-weight: 200;
  color: #fff;
  font-size: 1.875rem;
  text-decoration: none;
  margin-left: -0.875rem;
  font-family: 'Gramatika';
  line-height: 1.875rem;
  position: relative;
  top: -0.625rem;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.Home .container-fluid .box-informe .phone .row .col-12 div a:link:hover,
.Home .container-fluid .box-informe .phone .row .col-12 div a:focus:hover,
.Home .container-fluid .box-informe .phone .row .col-12 div a:active:hover,
.Home .container-fluid .box-informe .phone .row .col-12 div a:visited:hover {
  color: #FF4600;
}
@media (min-width: 767px) and (max-width: 812px) {
  .Home .container-fluid .box-informe .phone .row .col-12 div a:link,
  .Home .container-fluid .box-informe .phone .row .col-12 div a:focus,
  .Home .container-fluid .box-informe .phone .row .col-12 div a:active,
  .Home .container-fluid .box-informe .phone .row .col-12 div a:visited {
    font-size: 1.75rem;
  }
}
.Home .container-fluid .box-informe .phone .row .col-12 div:first-child {
  display: flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.Home .container-fluid .box-informe .mail {
  background-color: #252525;
  justify-content: center;
  display: inline-flex;
  padding: 0.625rem;
  align-items: center;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
}
.Home .container-fluid .box-informe .mail img {
  margin-right: 0.625rem;
  display: inline-block;
  width: 0.9375rem;
}
.Home .container-fluid .box-informe .mail a:link,
.Home .container-fluid .box-informe .mail a:active,
.Home .container-fluid .box-informe .mail a:visited {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #fff;
  text-decoration: none;
  line-height: 0.6875rem;
  display: inline-block;
  letter-spacing: 0.2px;
  font-size: 0.6875rem;
  font-weight: 100;
}
.Home .container-fluid .box-informe .mail a:link:hover,
.Home .container-fluid .box-informe .mail a:active:hover,
.Home .container-fluid .box-informe .mail a:visited:hover {
  color: #ff9066;
}
.Home .container-fluid .box-informe:hover {
  -webkit-box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.5);
}
.Home .container-fluid .box-informe:hover .phone {
  padding-top: 2.1875rem;
}
.Home .container-fluid .box-informe:hover .mail {
  border-bottom: solid 2px #FF4600;
}
.Home .background {
  top: 0px;
  left: 0px;
  position: absolute;
  background-color: #ffb599;
  background-image: url("../images/background.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.Home .background .fx1 {
  position: absolute;
  margin-bottom: 5%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  -khtml-opacity: 0.15;
  -moz-opacity: 0.15;
  filter: alpha(opacity=15);
  opacity: 0.15;
  height: 62%;
  width: 17%;
  z-index: 1;
  bottom: 0;
  left: 0;
}
.Home .background .fx1 svg {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 0;
  left: 0;
  top: 0;
}
.Home .background .fx1 svg polygon {
  fill: #FF4600;
  stroke: 0px;
}
.Home .background .fx2 {
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  filter: alpha(opacity=20);
  opacity: 0.2;
  height: 50%;
  width: 50%;
  right: 0;
}
.Home .background .fx2 svg {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 0;
  left: 0;
  top: 0;
}
.Home .background .fx2 svg polygon {
  fill: #FF4600;
  stroke: 0px;
}
.Home .background .fx3 {
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  filter: alpha(opacity=30);
  opacity: 0.3;
  height: 25%;
  width: 80%;
  z-index: 1;
  bottom: 0;
  right: 0;
}
.Home .background .fx3 svg {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 0;
  left: 0;
  top: 0;
}
.Home .background .fx3 svg polygon {
  fill: #fff;
  stroke: 0px;
}
.Home .background .shadows {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+90,7db9e8+100&1+0,0.5+90,0+100 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdkYjllOCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0.5) 90%, rgba(125, 185, 232, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0.5) 90%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.5) 90%, rgba(125, 185, 232, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#007db9e8', GradientType=1);
  /* IE6-8 */
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  opacity: 0.5;
  height: 100%;
  width: 50%;
  left: 0;
  top: 0;
}
@media (max-width: 576px) {
  .Home .background .shadows {
    width: 100%;
  }
}
.social {
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  z-index: 10;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 0.8125rem;
  position: fixed;
  margin: 1.25rem;
  display: block;
  bottom: 0;
  right: 0;
}
.social > div {
  margin-bottom: 0.8125rem;
}
.social > div:last-child {
  margin-bottom: 0px;
}
.social #fb-root .fb_dialog {
  display: block !important;
  position: inherit !important;
}
.social:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 576px) {
  .social {
    margin: 0.625rem;
  }
}
section {
  padding: 5.625rem 0;
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 1;
}
section.quienes-somos {
  background-color: #f2f2f2;
}
section.quienes-somos .info {
  border-top: solid 1px #cccccc;
  padding-top: 3.125rem;
  margin-top: 2.5rem;
}
section.quienes-somos .info .col-12 .box {
  white-space: nowrap;
}
section.quienes-somos .info .col-12 .box .icon {
  clear: both;
  width: 50px;
  float: left;
}
section.quienes-somos .info .col-12 .box .icon div {
  margin: 0px;
  padding: 0px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  line-height: 1;
  display: block;
  padding: 0.625rem;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: solid 1px #FF4600;
}
section.quienes-somos .info .col-12 .box .icon div img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
section.quienes-somos .info .col-12 .box .col {
  -webkit-transition: padding-left 0.3s ease;
  -moz-transition: padding-left 0.3s ease;
  -o-transition: padding-left 0.3s ease;
  -ms-transition: padding-left 0.3s ease;
  transition: padding-left 0.3s ease;
}
section.quienes-somos .info .col-12 .box .col span {
  font-size: 1rem;
  line-height: 1rem;
}
section.quienes-somos .info .col-12 .box .col b {
  display: block;
  font-size: 0.95rem;
  white-space: normal;
}
section.quienes-somos .info .col-12 .box:hover .icon div {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  background-color: #fff4f0;
  -webkit-box-shadow: 0 0 4px 5px rgba(255, 70, 0, 0.07);
  -moz-box-shadow: 0 0 4px 5px rgba(255, 70, 0, 0.07);
  box-shadow: 0 0 4px 5px rgba(255, 70, 0, 0.07);
}
section.quienes-somos .info .col-12 .box:hover .col {
  padding-left: 1.25rem;
}
@media (max-width: 576px) {
  section.quienes-somos .info .col-12 .box {
    margin-bottom: 3.125rem;
  }
  section.quienes-somos .info .col-12 .box .icon {
    width: 100%;
    display: block;
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-bottom: 1.5625rem;
  }
  section.quienes-somos .info .col-12 .box .icon div {
    width: 25%;
    margin: 0 auto;
    padding: 1.125rem;
  }
  section.quienes-somos .info .col-12 .box .col {
    text-align: center;
  }
  section.quienes-somos .info .col-12 .box .col b {
    font-size: 1rem;
  }
  section.quienes-somos .info .col-12 .box:hover .icon div {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    background-color: rgba(255, 244, 240, 0.55);
  }
  section.quienes-somos .info .col-12 .box:hover .col {
    padding-left: 15px;
  }
}
@media (max-width: 576px) {
  section.quienes-somos .info .col-12:last-child .box {
    margin-bottom: 0px;
  }
}
section.salas-info .nav {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  overflow: hidden;
  margin-bottom: 1.875rem;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  border-radius: 0.375rem;
  border: solid 1px #d9d9d9;
}
section.salas-info .nav .nav-item .nav-link {
  position: relative;
  color: #4d4d4d;
}
section.salas-info .nav .nav-item .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
section.salas-info .nav .nav-item .nav-link.active {
  color: #fff;
  background-color: #FF4600;
  -webkit-border-radius: 0.375rem !important;
  -moz-border-radius: 0.375rem !important;
  border-radius: 0.375rem !important;
}
@media (min-width: 576px) and (max-width: 768px) {
  section.salas-info .nav .nav-item .nav-link {
    font-size: 0.9rem;
  }
}
@media (max-width: 576px) {
  section.salas-info .nav .nav-item {
    width: 100%;
    display: block;
    flex-basis: auto;
  }
}
section.salas-info .nav:hover {
  border-color: rgba(255, 70, 0, 0.25);
}
section.salas-info .tab-pane {
  margin: 0 1.875rem;
}
section.salas-info .tab-pane .carousel {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  overflow: hidden;
  margin-bottom: 2.5rem;
  -webkit-border-radius: 0.4375rem;
  -moz-border-radius: 0.4375rem;
  border-radius: 0.4375rem;
  border: solid 1px #cccccc;
}
section.salas-info .tab-pane .carousel .bordered {
  display: block;
  overflow: hidden;
  padding: 0.3125rem;
  -webkit-border-radius: 0.4375rem;
  -moz-border-radius: 0.4375rem;
  border-radius: 0.4375rem;
}
section.salas-info .tab-pane .carousel .bordered .carousel-inner {
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 0.4375rem;
  -moz-border-radius: 0.4375rem;
  border-radius: 0.4375rem;
}
section.salas-info .tab-pane .carousel .bordered .carousel-inner .carousel-item {
  overflow: hidden;
}
@media (max-width: 576px) {
}
@media (min-width: 576px) and (max-width: 768px) {
}
section.salas-info .tab-pane .carousel .carousel-control-prev,
section.salas-info .tab-pane .carousel .carousel-control-next {
  width: 5%;
  margin: 0.3125rem;
  background-color: transparent;
}
@media (max-width: 576px) {
  section.salas-info .tab-pane .carousel .carousel-control-prev,
  section.salas-info .tab-pane .carousel .carousel-control-next {
    width: 15%;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  section.salas-info .tab-pane .carousel .carousel-control-prev,
  section.salas-info .tab-pane .carousel .carousel-control-next {
    width: 12%;
  }
}
section.salas-info .tab-pane .carousel:hover {
  border: solid 1px transparent;
  -webkit-box-shadow: 0 0 8px 0px #bfbfbf;
  -moz-box-shadow: 0 0 8px 0px #bfbfbf;
  box-shadow: 0 0 8px 0px #bfbfbf;
}
section.salas-info .tab-pane h2 {
  font-size: 1.875rem;
  color: #FF4600;
  line-height: 1.875rem;
  margin-bottom: 1.25rem;
}
section.salas-info .tab-pane b {
  display: block;
  font-size: 1.0625rem;
  line-height: 1.0625rem;
  margin-bottom: 0.9375rem;
}
section.salas-info .tab-pane .services li {
  padding: 0.46875rem 0.9375rem;
  background-color: transparent;
  padding-left: 0.625rem;
}
section.salas-info .tab-pane .services li div {
  margin: 0px;
  margin-top: 0.25rem;
  margin-right: 0.625rem;
  border-right: solid 1px rgba(0, 0, 0, 0.125);
  padding-right: 0.625rem;
  display: inline;
  float: left;
}
section.salas-info .tab-pane .services li div svg {
  height: 15px;
  float: left;
}
section.salas-info .tab-pane .services li div svg path {
  fill: #FF4600;
}
section.salas-info .tab-pane .services li p {
  margin: 0px;
}
section.contactenos {
  background-color: #ebebeb;
  padding-bottom: 0px;
}
section.contactenos .map {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
section.contactenos .map > div {
  -webkit-border-radius: 0.625rem 0.625rem 0 0;
  -moz-border-radius: 0.625rem 0.625rem 0 0;
  border-radius: 0.625rem 0.625rem 0 0;
  border-top: solid 3px #ff6429;
}
@media (max-width: 576px) {
  section.contactenos .map {
    padding-left: 0px;
    padding-right: 0px;
  }
  section.contactenos .map > div {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-top: none 0px transparent;
  }
}
section.contactenos .btn-primary {
  margin-bottom: 2.5rem;
  padding: 0.375rem 1.5625rem;
}
section.contactenos .btn-primary .arrow-direction {
  border-color: #fff;
  margin-left: 0.625rem;
}
section > * {
  z-index: 5;
}
footer {
  border-top: solid 0.3125rem #ff7e4d;
  background-color: #252525;
}
footer .row p,
footer .row a {
  color: #bfbfbf;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  transition: color 0.4s ease;
  font-family: 'Lato Regular';
  text-decoration: none;
  font-weight: 100;
  margin: 0px;
}
footer .row a:hover {
  color: #fff;
}
footer .row span {
  color: rgba(255, 255, 255, 0.25);
  font-family: 'Lato Regular';
  line-height: 0.75rem;
  font-size: 0.75rem;
  font-weight: 100;
  display: block;
  margin: 0px;
}
footer .row span.title {
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  letter-spacing: 1px;
}
footer .row.info {
  padding-bottom: 3.4375rem;
  padding-top: 3.4375rem;
}
footer .row.info > .col-12 span {
  font-size: 0.9375rem;
}
footer .row.info > .col-12 p {
  font-size: 0.9375rem;
}
@media (max-width: 576px) {
  footer .row.info > .col-12:last-child .title {
    margin-top: 3.125rem;
  }
}
footer .row.copyright {
  border-top: solid 2px #333333;
  padding-bottom: 0.9375rem;
  padding-top: 0.9375rem;
}
footer .row.copyright span {
  cursor: default;
  text-align: center;
}
footer .row.copyright p {
  cursor: default;
  text-align: center;
  font-size: 0.8125rem;
  color: #999999;
}
footer .row .mails {
  margin: 0.938rem 0;
}
footer .row .mails a {
  font-size: 0.875rem;
}
@media (max-width: 576px), (min-width: 576px) and (max-width: 768px) {
  footer .row .mails a {
    font-size: 0.938rem;
  }
}
footer .row .fb-page {
  text-align: center;
}
footer .row .fb-page > span {
  display: inline-block;
}
@media (max-width: 576px), (min-width: 576px) and (max-width: 768px) {
  footer .row .fb-page {
    margin-top: 2.5rem;
  }
}
.modal .modal-dialog .modal-content {
  -webkit-border-radius: 0.4375rem;
  -moz-border-radius: 0.4375rem;
  border-radius: 0.4375rem;
  border: solid 1px rgba(255, 70, 0, 0.2);
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}
.modal .modal-dialog .modal-content .modal-header {
  border-bottom: solid 1px rgba(255, 70, 0, 0.17);
  background-color: #FF4600;
  position: relative;
}
.modal .modal-dialog .modal-content .modal-header h5 {
  z-index: 5;
  cursor: default;
  font-weight: 200;
  color: #fff;
  font-size: 1.0625rem;
  letter-spacing: 0.094rem;
}
.modal .modal-dialog .modal-content .modal-header .close {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline: none;
  z-index: 5;
}
.modal .modal-dialog .modal-content .modal-header .close span {
  color: #fff;
}
.modal .modal-dialog .modal-content .modal-header .close:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  -khtml-opacity: 0.85;
  -moz-opacity: 0.85;
  filter: alpha(opacity=85);
  opacity: 0.85;
}
.modal .modal-dialog .modal-content .modal-header .fx {
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  -khtml-opacity: 0.15;
  -moz-opacity: 0.15;
  filter: alpha(opacity=15);
  opacity: 0.15;
  height: 100%;
  width: 40%;
  z-index: 1;
  right: 0;
  top: 0;
}
.modal .modal-dialog .modal-content .modal-header .fx svg {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 0;
  left: 0;
  top: 0;
}
.modal .modal-dialog .modal-content .modal-header .fx svg polygon {
  fill: #fff;
  stroke: 0px;
}
.modal .modal-dialog .modal-content .modal-body {
  overflow-x: hidden;
  background-color: #ffffff;
}
.modal .modal-dialog .modal-content .modal-footer {
  border-top: solid 1px rgba(255, 70, 0, 0.12);
}
.modal .modal-dialog .modal-content .modal-footer .btn-outline {
  font-weight: 100;
  font-size: 0.938rem;
  font-family: 'Lato Bold';
}
.watermark {
  position: absolute;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  display: block;
  z-index: -1;
  bottom: 0px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=8)";
  -khtml-opacity: 0.08;
  -moz-opacity: 0.08;
  filter: alpha(opacity=8);
  opacity: 0.08;
  width: 32%;
  top: 0px;
}
.watermark.left {
  left: -7%;
}
.watermark.right {
  right: -7%;
}
.watermark img {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  height: 100%;
  width: 100%;
}
@media (max-width: 576px) {
  .watermark {
    width: 65%;
  }
}
.form-cotizar {
  margin: 0 1.25rem;
  position: relative;
  overflow: visible;
  display: block;
}
@media (max-width: 576px) {
  .form-cotizar {
    margin: 0;
  }
}
.modal-backdrop.show {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  filter: alpha(opacity=25);
  opacity: 0.25;
}
.lightbox-salas .sl-close {
  color: #fff;
}
.lightbox-salas .sl-counter {
  left: 0;
  cursor: default;
  font-size: 0.875rem;
  line-height: 0.875rem;
  padding: 0.3125rem 0.375rem;
  background-color: #FF4600;
  color: #ffece5;
  -webkit-border-radius: 0 0.25rem 0.25rem 0;
  -moz-border-radius: 0 0.25rem 0.25rem 0;
  border-radius: 0 0.25rem 0.25rem 0;
  padding-left: 0.625rem;
}
.lightbox-salas .sl-counter span {
  cursor: default;
  color: #fff;
  font-size: 0.875rem;
  line-height: 0.875rem;
  color: #ffece5;
}
.lightbox-salas .sl-counter span:first-child {
  color: #fff;
  font-family: 'Lato Bold';
}
.lightbox-salas .sl-navigation .sl-prev {
  color: #fff;
}
.lightbox-salas .sl-navigation .sl-next {
  color: #fff;
}
.lightbox-salas .sl-image {
  overflow: hidden;
  -webkit-border-radius: 0.4375rem;
  -moz-border-radius: 0.4375rem;
  border-radius: 0.4375rem;
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.3);
}
.invalid-tooltip {
  right: 0;
}
.datepicker-dropdown {
  padding: 0.625rem;
  -webkit-box-shadow: 0 5px 10px rgba(255, 70, 0, 0.25) !important;
  -moz-box-shadow: 0 5px 10px rgba(255, 70, 0, 0.25) !important;
  box-shadow: 0 5px 10px rgba(255, 70, 0, 0.25) !important;
  border: solid 1px #ff6b33 !important;
}
.datepicker-dropdown .dow {
  color: #FF4600;
}
.datepicker-dropdown .datepicker-switch,
.datepicker-dropdown .century,
.datepicker-dropdown .decade,
.datepicker-dropdown .year,
.datepicker-dropdown .month,
.datepicker-dropdown .prev,
.datepicker-dropdown .next {
  color: #FF4600;
}
.datepicker-dropdown .datepicker-switch.old,
.datepicker-dropdown .century.old,
.datepicker-dropdown .decade.old,
.datepicker-dropdown .year.old,
.datepicker-dropdown .month.old,
.datepicker-dropdown .prev.old,
.datepicker-dropdown .next.old,
.datepicker-dropdown .datepicker-switch.new,
.datepicker-dropdown .century.new,
.datepicker-dropdown .decade.new,
.datepicker-dropdown .year.new,
.datepicker-dropdown .month.new,
.datepicker-dropdown .prev.new,
.datepicker-dropdown .next.new {
  color: #ffb599;
}
.datepicker-dropdown .datepicker-switch:hover,
.datepicker-dropdown .century:hover,
.datepicker-dropdown .decade:hover,
.datepicker-dropdown .year:hover,
.datepicker-dropdown .month:hover,
.datepicker-dropdown .prev:hover,
.datepicker-dropdown .next:hover {
  background: #ffece5 !important;
}
.datepicker-dropdown .datepicker-switch.focused,
.datepicker-dropdown .century.focused,
.datepicker-dropdown .decade.focused,
.datepicker-dropdown .year.focused,
.datepicker-dropdown .month.focused,
.datepicker-dropdown .prev.focused,
.datepicker-dropdown .next.focused {
  background: #ffece5 !important;
}
.datepicker-dropdown .datepicker-switch.active,
.datepicker-dropdown .century.active,
.datepicker-dropdown .decade.active,
.datepicker-dropdown .year.active,
.datepicker-dropdown .month.active,
.datepicker-dropdown .prev.active,
.datepicker-dropdown .next.active {
  color: #fff;
  background: #ff9066 !important;
  background: -moz-linear-gradient(top, #ff9066 0%, #FF4600 100%) !important;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff9066), color-stop(100%, #FF4600)) !important;
  background: -webkit-linear-gradient(top, #ff9066 0%, #FF4600 100%) !important;
  background: -o-linear-gradient(top, #ff9066 0%, #FF4600 100%) !important;
  background: -ms-linear-gradient(top, #ff9066 0%, #FF4600 100%) !important;
  background: linear-gradient(to bottom, #ff9066 0%, #FF4600 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9066', endColorstr='#FF4600', GradientType=0) !important;
}
.datepicker-dropdown .datepicker-switch.active:hover,
.datepicker-dropdown .century.active:hover,
.datepicker-dropdown .decade.active:hover,
.datepicker-dropdown .year.active:hover,
.datepicker-dropdown .month.active:hover,
.datepicker-dropdown .prev.active:hover,
.datepicker-dropdown .next.active:hover {
  background: #ff9066 !important;
  background: -moz-linear-gradient(top, #ff9066 0%, #FF4600 100%) !important;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff9066), color-stop(100%, #FF4600)) !important;
  background: -webkit-linear-gradient(top, #ff9066 0%, #FF4600 100%) !important;
  background: -o-linear-gradient(top, #ff9066 0%, #FF4600 100%) !important;
  background: -ms-linear-gradient(top, #ff9066 0%, #FF4600 100%) !important;
  background: linear-gradient(to bottom, #ff9066 0%, #FF4600 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9066', endColorstr='#FF4600', GradientType=0) !important;
}
.datepicker-dropdown td.day {
  color: #FF4600;
}
.datepicker-dropdown td.day.old,
.datepicker-dropdown td.day.new {
  color: #ffb599;
}
.datepicker-dropdown td.day:hover {
  background: #ffece5 !important;
}
.datepicker-dropdown td.day.active {
  background: #ff9066;
  background: -moz-linear-gradient(top, #ff9066 0%, #FF4600 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff9066), color-stop(100%, #FF4600));
  background: -webkit-linear-gradient(top, #ff9066 0%, #FF4600 100%);
  background: -o-linear-gradient(top, #ff9066 0%, #FF4600 100%);
  background: -ms-linear-gradient(top, #ff9066 0%, #FF4600 100%);
  background: linear-gradient(to bottom, #ff9066 0%, #FF4600 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9066', endColorstr='#FF4600', GradientType=0);
}
.datepicker-dropdown td.day.active:hover {
  background: #ff9066 !important;
  background: -moz-linear-gradient(top, #ff9066 0%, #FF4600 100%) !important;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff9066), color-stop(100%, #FF4600)) !important;
  background: -webkit-linear-gradient(top, #ff9066 0%, #FF4600 100%) !important;
  background: -o-linear-gradient(top, #ff9066 0%, #FF4600 100%) !important;
  background: -ms-linear-gradient(top, #ff9066 0%, #FF4600 100%) !important;
  background: linear-gradient(to bottom, #ff9066 0%, #FF4600 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9066', endColorstr='#FF4600', GradientType=0) !important;
}
.datepicker-dropdown::before {
  border-top-color: #ff6b33 !important;
}
.notifyjs-bootstrap-normal {
  padding-left: 15px !important;
  -webkit-border-radius: 0.313rem !important;
  -moz-border-radius: 0.313rem !important;
  border-radius: 0.313rem !important;
  background-color: rgba(0, 0, 0, 0.9) !important;
}
.notifyjs-bootstrap-normal span {
  font-weight: 100 !important;
  color: #fff !important;
  text-shadow: none !important;
}
.jconfirm-box {
  -webkit-border-radius: 0.438rem !important;
  -moz-border-radius: 0.438rem !important;
  border-radius: 0.438rem !important;
  border-color: rgba(255, 70, 0, 0.5) !important;
}
.fb_iframe_widget {
  overflow: hidden;
  width: 100%;
}
.gm-style-iw button {
  display: none !important;
}
.alert-obs {
  margin-top: 1.25rem;
}
.alert-obs p {
  color: #721c24;
}
/****************************GENERAL****************************/
.v-center {
  align-items: center;
  display: flex;
}
@media (max-width: 576px) {
  .v-center {
    align-items: inherit;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .v-center {
    position: absolute;
    top: 30%;
  }
}
@media (max-width: 576px) {
  .center-xs {
    height: 0;
    display: flex;
    justify-content: center;
  }
}
