@charset "UTF-8";
/*------------------------------------------------------------------
[Indice]

0. Temas
1. RFS
2. Variables y mixins
3. Estructura
4. Páginas
5. Componentes
6. Plugins

/*------------------------------------------------------------------
[1. RFS]
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[2. Variables y mixins]
-------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,700|Work+Sans:300,400,500,600,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,700|Work+Sans:300,400,500,600,700,900&display=swap");
:root {
  /*===Imágenes===*/
  --relacionAspecto186: 18/6;
  --relacionAspecto1610: 16/10;
  --relacionAspecto1015: 10/15; }

.flex-center-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start; }

.overlay::before {
  background-color: rgba(197, 197, 197, 0.15); }

/* Normal desktop :1200px. */
/* Normal desktop :992px. */
/* Tablet desktop :768px. */
/* small mobile :320px. */
/* Large Mobile :480px. */
/*------------------------------------------------------------------
[3. Estructura]
-------------------------------------------------------------------*/
.header-area {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 9;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); }
  .header-area ul,
  .header-area li {
    list-style: none; }
  .header-area ul {
    margin: 0;
    padding: 0;
    line-height: 1rem; }
  @media (max-width: 767px) {
    .header-area {
      padding-top: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .header-area {
      padding-top: 0; } }
  .header-area .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .header-area .oculto {
    display: none; }
  .header-area .navbar {
    padding: 0;
    position: relative; }
  .header-area .navbar-toggler {
    color: #3a455d; }
  .header-area .lupa {
    padding-left: 20px;
    padding-right: 40px; }
  .header-area #buscar {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 3;
    background: #444;
    opacity: 1; }
    .header-area #buscar input.form-control {
      background-color: transparent;
      border: none;
      border-bottom: 1px solid #ddd;
      color: #fff;
      border-radius: 0; }
      .header-area #buscar input.form-control::placeholder {
        color: #fff; }
      .header-area #buscar input.form-control:-ms-input-placeholder {
        color: #fff; }
      .header-area #buscar input.form-control::-ms-input-placeholder {
        color: #fff; }
      .header-area #buscar input.form-control:focus {
        box-shadow: none; }
  @media (max-width: 992px) {
    .header-area #buscar {
      top: 118%; }
    .header-area .lupa {
      padding-left: 5px; } }
  .header-area .container .navbar .navbar-collapse ul {
    align-items: center; }
  @media (max-width: 1200px) {
    .header-area .container .navbar .navbar-collapse {
      position: absolute;
      background-color: #0ba3b6;
      text-align: left;
      padding-left: 1rem;
      top: 120%;
      width: 100%;
      right: 0; }
      .header-area .container .navbar .navbar-collapse ul li a i {
        display: inline-block !important; }
      .header-area .container .navbar .navbar-collapse .submenu {
        position: relative;
        background-color: #eeeeee;
        display: none; }
        .header-area .container .navbar .navbar-collapse .submenu a {
          color: #3a465e; }
        .header-area .container .navbar .navbar-collapse .submenu.interno a {
          color: #fff; }
      .header-area .container .navbar .navbar-collapse ul li:hover > .submenu {
        display: block; }
      .header-area .container .navbar .navbar-collapse ul {
        align-items: flex-start; }
      .header-area .container .navbar .navbar-collapse a {
        padding: 0.5rem !important; } }
  .header-area .main-header-area {
    background: #fff; }
    @media (max-width: 767px) {
      .header-area .main-header-area {
        padding: 10px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .header-area .main-header-area {
        padding: 10px 0; } }
    @media (min-width: 992px) and (max-width: 1200px) {
      .header-area .main-header-area {
        padding: 10px 0; } }
    .header-area .main-header-area .navbar-brand {
      padding-left: 25px; }
      @media (max-width: 767px) {
        .header-area .main-header-area .navbar-brand {
          text-align: left; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .header-area .main-header-area .navbar-brand {
          text-align: left; } }
      @media (min-width: 992px) and (max-width: 1200px) {
        .header-area .main-header-area .navbar-brand {
          text-align: left; } }
      .header-area .main-header-area .navbar-brand img {
        width: 200px; }
    @media (min-width: 1200px) {
      .header-area .main-header-area .navbar-expand-xl {
        justify-content: space-between; } }
    .header-area .main-header-area .navbar-collapse {
      justify-content: flex-end; }
    .header-area .main-header-area .navbar-collapse {
      text-align: center; }
      .header-area .main-header-area .navbar-collapse ul li {
        display: inline-block;
        position: relative;
        margin-right: 33px; }
        .header-area .main-header-area .navbar-collapse ul li:last-child {
          margin-right: 0; }
        @media (min-width: 992px) and (max-width: 1200px) {
          .header-area .main-header-area .navbar-collapse ul li {
            margin-right: 10px; } }
        @media (min-width: 1200px) and (max-width: 1500px) {
          .header-area .main-header-area .navbar-collapse ul li {
            margin-right: 25px; } }
        .header-area .main-header-area .navbar-collapse ul li .lupa {
          position: relative; }
          .header-area .main-header-area .navbar-collapse ul li .lupa i {
            font-size: 15px; }
        .header-area .main-header-area .navbar-collapse ul li a {
          color: #3a455d;
          font-size: 15px;
          font-weight: 400;
          display: inline-block;
          padding: 2rem 0;
          font-family: "Work Sans", sans-serif;
          position: relative; }
          .header-area .main-header-area .navbar-collapse ul li a.activo {
            font-weight: 600; }
          @media (min-width: 992px) and (max-width: 1200px) {
            .header-area .main-header-area .navbar-collapse ul li a {
              color: #fff; } }
          @media (max-width: 767px) {
            .header-area .main-header-area .navbar-collapse ul li a {
              color: #fff; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .header-area .main-header-area .navbar-collapse ul li a {
              color: #fff; } }
          @media (min-width: 1200px) and (max-width: 1500px) {
            .header-area .main-header-area .navbar-collapse ul li a {
              font-size: 13.5px; } }
          .header-area .main-header-area .navbar-collapse ul li a i {
            font-size: 9px; }
            @media (max-width: 767px) {
              .header-area .main-header-area .navbar-collapse ul li a i {
                display: none !important; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .header-area .main-header-area .navbar-collapse ul li a i {
                display: none !important; } }
          .header-area .main-header-area .navbar-collapse ul li a:hover {
            opacity: 0.4; }
        .header-area .main-header-area .navbar-collapse ul li .submenu {
          position: absolute;
          left: 0;
          top: 140%;
          background: #0ba3b6;
          width: 250px;
          z-index: 4;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
          opacity: 0;
          visibility: hidden;
          text-align: left;
          -webkit-transition: 0.6s;
          -moz-transition: 0.6s;
          -o-transition: 0.6s;
          transition: 0.6s; }
          .header-area .main-header-area .navbar-collapse ul li .submenu li {
            display: block;
            width: 100%; }
            .header-area .main-header-area .navbar-collapse ul li .submenu li a {
              padding: 10px 15px;
              position: inherit;
              -webkit-transition: 0.3s;
              -moz-transition: 0.3s;
              -o-transition: 0.3s;
              transition: 0.3s;
              display: block;
              color: #fff; }
              .header-area .main-header-area .navbar-collapse ul li .submenu li a::before {
                display: none; }
            .header-area .main-header-area .navbar-collapse ul li .submenu li:hover a {
              opacity: 0.8; }
          .header-area .main-header-area .navbar-collapse ul li .submenu.interno {
            background: #3a455d;
            color: #fff;
            left: 250px;
            width: 325px; }
        .header-area .main-header-area .navbar-collapse ul li:hover > .submenu {
          opacity: 1;
          visibility: visible;
          top: 100%; }
        .header-area .main-header-area .navbar-collapse ul li:hover > .submenu.interno {
          opacity: 1;
          visibility: visible;
          top: 0; }
        .header-area .main-header-area .navbar-collapse ul li:hover > a::before {
          opacity: 1;
          transform: scaleX(1); }
        .header-area .main-header-area .navbar-collapse ul li:first-child a {
          padding-left: 0; }
    .header-area .main-header-area.sticky {
      box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
      position: fixed;
      width: 100%;
      top: -70px;
      left: 0;
      right: 0;
      z-index: 999;
      transform: translateY(70px);
      transition: transform 500ms ease, background 500ms ease;
      -webkit-transition: transform 500ms ease, background 500ms ease;
      box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
      background: #0aa4b7;
      background: linear-gradient(90deg, #4a515f 0%, #3a455d 100%); }
      .header-area .main-header-area.sticky .navbar-toggler {
        color: #fff; }
      .header-area .main-header-area.sticky #buscar {
        background: #444; }
      .header-area .main-header-area.sticky a {
        color: #fff !important; }
      .header-area .main-header-area.sticky .main-menu {
        padding: 0; }
      .header-area .main-header-area.sticky .navbar-toggler .icon-bar {
        background-color: #fff; }

@media (max-width: 1200px) {
  .header-area .main-header-area .navbar-collapse ul .nav-item.dropdown {
    width: 100%;
    padding-right: 1rem; }
  .header-area .container .navbar .navbar-collapse ul li:hover > .submenu {
    width: 100%; }
  .header-area .main-header-area .navbar-collapse ul li:hover > .submenu.interno {
    left: 0;
    width: 100%; } }

.navbar-toggler .icon-bar {
  height: 2px;
  width: 22px;
  border-radius: 1px;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #3a455d; }

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px; }

/*---Animation menu (create X)---*/
.navbar-toggler.x .icon-bar:nth-of-type(1) {
  -webkit-transform: translateX(3px) rotate(45deg);
  /* Safari 3-8 & Chrome 4-35 & Opera 15-22 */
  -ms-transform: translateX(3px) rotate(45deg);
  /* IE 9 */
  -moz-transform: translateX(3px) rotate(45deg);
  /* Firefox 3-15 */
  -o-transform: translateX(3px) rotate(45deg);
  /* Opera 10-14 */
  transform: translateX(3px) rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  -moz-transform-origin: 10% 10%;
  -o-transform-origin: 10% 10%;
  transform-origin: 10% 10%; }

.navbar-toggler.x .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
  /* For IE8 and earlier */
  -moz-opacity: 0;
  /* Older Firefox 1 */ }

.navbar-toggler.x .icon-bar:nth-of-type(3) {
  -webkit-transform: translateX(3px) rotate(-45deg);
  -ms-transform: translateX(3px) rotate(-45deg);
  -moz-transform: translateX(3px) rotate(-45deg);
  -o-transform: translateX(3px) rotate(-45deg);
  transform: translateX(3px) rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  -moz-transform-origin: 10% 90%;
  -o-transform-origin: 10% 90%;
  transform-origin: 10% 90%; }

.navbar-toggler.x.collapsed .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0); }

.navbar-toggler.x.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1; }

.navbar-toggler.x.collapsed .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0); }

#pie {
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background: #3A455D;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0; }
  #pie a {
    color: #fff; }
    #pie a:hover {
      opacity: 0.7; }
  #pie .footer_top {
    padding-top: 20px;
    padding-bottom: 20px; }
    @media (max-width: 767px) {
      #pie .footer_top {
        padding-top: 60px;
        padding-bottom: 30px; } }
    #pie .footer_top .footer_widget {
      overflow: hidden; }
      #pie .footer_top .footer_widget .address_text {
        font-size: 16px;
        font-weight: 400;
        color: #b8bdc3;
        line-height: 30px; }
      @media (max-width: 767px) {
        #pie .footer_top .footer_widget {
          margin-bottom: 40px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        #pie .footer_top .footer_widget {
          margin-bottom: 30px; } }
      #pie .footer_top .footer_widget .links {
        position: relative; }
        #pie .footer_top .footer_widget .links li {
          width: 50%;
          float: left; }
      #pie .footer_top .footer_widget i {
        color: #fff;
        font-size: 25px; }
        #pie .footer_top .footer_widget i:hover {
          color: #a1e8f1; }
      #pie .footer_top .footer_widget .meting_time li span {
        color: #b8bdc3;
        font-size: 16px;
        line-height: 40px;
        font-family: "Roboto", sans-serif; }
      #pie .footer_top .footer_widget .footer_title {
        font-size: 20px;
        font-weight: 500;
        color: #fff;
        text-transform: capitalize;
        margin-bottom: 38px;
        font-family: "Work Sans", sans-serif;
        position: relative;
        margin-bottom: 15px;
        padding-bottom: 28px; }
        #pie .footer_top .footer_widget .footer_title::before {
          position: absolute;
          left: 0;
          bottom: 0;
          content: '';
          width: 30px;
          height: 2px;
          background: #fff;
          z-index: 1; }
        @media (max-width: 767px) {
          #pie .footer_top .footer_widget .footer_title {
            margin-bottom: 20px; } }
      #pie .footer_top .footer_widget p {
        color: #AAB1B7;
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
        color: #AAB1B7; }
        #pie .footer_top .footer_widget p a {
          color: #AAB1B7; }
          #pie .footer_top .footer_widget p a:hover {
            color: #0aa4b7; }
      #pie .footer_top .footer_widget p.footer_text {
        font-size: 16px;
        color: #B2B2B2;
        margin-bottom: 23px;
        font-weight: 400;
        line-height: 26px; }
        #pie .footer_top .footer_widget p.footer_text a.domain {
          color: #B2B2B2;
          font-weight: 400; }
          #pie .footer_top .footer_widget p.footer_text a.domain:hover {
            color: #0aa4b7;
            border-bottom: 1px solid #0aa4b7; }
      #pie .footer_top .footer_widget ul li {
        color: #b8bdc3;
        font-size: 16px;
        line-height: 40px; }
        #pie .footer_top .footer_widget ul li a {
          color: #b8bdc3;
          font-weight: 400;
          font-family: "Roboto", sans-serif; }
          #pie .footer_top .footer_widget ul li a:hover {
            color: #0aa4b7; }
      #pie .footer_top .footer_widget .instagram_feed {
        margin: -7.5px -7.5px 0 -7.5px; }
        #pie .footer_top .footer_widget .instagram_feed .single_insta {
          width: 33.33%;
          float: left;
          padding: 7.5px;
          overflow: hidden; }
          #pie .footer_top .footer_widget .instagram_feed .single_insta img {
            width: 100%;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px; }
  #pie .copy-right_text p {
    color: #fff; }
  #pie .copy-right_text .copy_right {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 400; }
    #pie .copy-right_text .copy_right a {
      color: #0aa4b7; }
  #pie .socail_links {
    margin-top: 26px; }
    @media (max-width: 767px) {
      #pie .socail_links {
        margin-top: 20px; } }
    #pie .socail_links ul li {
      display: inline-block; }
      #pie .socail_links ul li a {
        font-size: 15px;
        color: #C3B2F0;
        width: 30px;
        display: inline-block;
        text-align: center;
        background: transparent;
        margin-right: 7px;
        color: #FFFFFF;
        line-height: 40px !important;
        color: #E8E8E8; }
        #pie .socail_links ul li a:hover {
          color: #0aa4b7 !important;
          border-color: transparent; }

.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0; }

.text-heading {
  margin-bottom: 30px;
  font-size: 24px; }

html {
  min-height: 100%;
  position: relative; }

.oculto {
  display: none; }

b,
sup,
sub,
u,
del {
  color: #ff5e13; }

h1 {
  font-size: calc(1.35rem + 1.2vw); }
  @media (min-width: 1200px) {
    h1 {
      font-size: 2.25rem; } }

h2 {
  font-size: calc(1.3125rem + 0.75vw); }
  @media (min-width: 1200px) {
    h2 {
      font-size: 1.875rem; } }

h3 {
  font-size: calc(1.275rem + 0.3vw); }
  @media (min-width: 1200px) {
    h3 {
      font-size: 1.5rem; } }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 0.875rem; }

.texto-lg {
  font-size: calc(1.275rem + 0.3vw); }
  @media (min-width: 1200px) {
    .texto-lg {
      font-size: 1.5rem; } }

.colorPrimario {
  color: #3a455d; }

.contenedor {
  padding-top: 5.8rem;
  padding-bottom: 3rem; }

@media (max-width: 991px) {
  .contenedor {
    padding-top: 5rem; } }

.imagen img {
  max-width: 500px; }

.grid {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  grid-column-gap: 2rem;
  grid-template-rows: auto; }
  .grid .imagenes img {
    border-radius: 8px; }
  .grid .texto {
    grid-area: 1 / 2 / span 5 / span 5; }

@media (max-width: 768px) {
  .grid {
    grid-template-columns: auto; }
    .grid .texto {
      grid-area: auto;
      order: 2; }
    .grid .imagenes:first-child {
      order: 1; }
    .grid .imagenes:nth-child(2) {
      order: 3; }
    .grid .imagenes:nth-child(3) {
      order: 4; }
    .grid .imagenes:nth-child(4) {
      order: 5; }
    .grid .imagenes:nth-child(5) {
      order: 6; } }

textarea {
  resize: none; }

.nav-tabs .nav-link.active {
  background-color: #ddd;
  font-weight: 600; }

/*===Loader===*/
.overlayLoader {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #fcfbfb;
  position: absolute;
  z-index: 999999; }

#loader {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9999999;
  width: 120px;
  height: 120px;
  margin: -76px 0 0 -76px;
  border-radius: 50%;
  background-image: url(../img/loader/loader.gif);
  background-position: center;
  background-size: cover;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite; }

.migas {
  padding: 1rem 0;
  background-color: #fcfbfb;
  border-bottom: 1px solid #3a455d; }
  .migas a:hover {
    opacity: 0.8;
    color: #3a455d; }

@media (max-width: 720px) {
  .d-md-block {
    display: block; } }

.overflowHidden {
  overflow: hidden; }

/*===Paginacion===*/
.pagination .page-item .page-link.active {
  background-color: #3a455d;
  border: 1px solid #3a455d;
  color: #fff;
  font-weight: 600; }

.pagination .page-item .page-link {
  color: #3a455d; }

/*===Paginacion===*/
.etiqueta {
  font-size: 0.9rem;
  background-color: #ddd;
  padding: 0.4rem;
  border-radius: 4px;
  display: inline-block;
  border: 2px solid transparent;
  margin-top: 0.4rem;
  min-width: 7.5rem;
  text-align: center; }
  .etiqueta:not(:last-of-type) {
    margin-right: 0.3rem; }
  .etiqueta:hover {
    border: 2px solid #ddd;
    background-color: transparent;
    opacity: 1; }
  .etiqueta.active {
    border: 2px solid #3a455d;
    background-color: #3a455d;
    color: #fff;
    opacity: 1;
    font-weight: 600; }

/*===ScrollUp===*/
#scrollUp {
  padding: 0.4rem 0.9rem;
  position: fixed;
  bottom: 2.5rem;
  right: 2%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: none;
  z-index: 9999;
  background-color: #0ba3b6;
  cursor: pointer; }
  #scrollUp a {
    color: #fff;
    display: inline-block;
    padding-left: 2px;
    margin-top: 3px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em; }

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #828bb2; }

.button-area {
  background: #fff; }
  .button-area .border-top-generic {
    padding: 70px 15px;
    border-top: 1px dotted #eee; }

.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px; }
  .button-group-area .genric-btn:last-child {
    margin-right: 0; }

.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px; }

strong {
  font-weight: bold; }

.requerido {
  color: #eb6b55; }

.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px; }
  .single-input:focus {
    outline: none; }

li {
  line-height: 1.8rem; }

.input-group-icon {
  position: relative; }
  .input-group-icon .icon {
    position: absolute;
    left: 20px;
    top: 0;
    line-height: 40px;
    z-index: 3; }
    .input-group-icon .icon i {
      color: #797979; }
  .input-group-icon .single-input {
    padding-left: 45px; }

.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none; }
  .single-textarea:focus {
    outline: none; }

.custom-control-label:before,
.custom-control-label:after {
  cursor: pointer; }

.colorSecundario {
  color: #0ba3b6; }

.tablaResponsive {
  overflow: auto; }
  .tablaResponsive thead tr {
    background-color: #3a455d; }
    .tablaResponsive thead tr th {
      border-bottom: none;
      color: #fff; }

.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px; }
  .single-input-primary:focus {
    outline: none;
    border: 1px solid #ff5e13; }

.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px; }
  .single-input-accent:focus {
    outline: none;
    border: 1px solid #eb6b55; }

.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px; }
  .single-input-secondary:focus {
    outline: none;
    border: 1px solid #f09359; }

.mt-10 {
  margin-top: 10px; }

.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee; }

.mb-30 {
  margin-bottom: 30px; }

.mt-30 {
  margin-top: 30px; }

.switch-wrap {
  margin-bottom: 10px; }

/*===Checkboxes===*/
input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  left: -9999px; }

.customCheck {
  position: relative;
  padding: 10px 0 0 28px;
  font-size: 1rem;
  cursor: pointer; }

.tablaResponsive .customCheck {
  padding: 0 0 0 20px; }
  .tablaResponsive .customCheck::before {
    top: -12px;
    left: 4px; }

.customCheck::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 19px;
  content: "\f0c8";
  display: block;
  position: absolute;
  opacity: 1;
  top: 7px;
  left: 0;
  color: #c8cacc;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.form-group .customCheck {
  padding-top: 0; }

.form-group .customCheck:before {
  top: -3px; }

.jq_oculto {
  display: none; }

.subtitulo.seccion {
  color: #3a455d; }

span.customSpan.checked + .customCheck::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f14a";
  color: #0ba3b6;
  opacity: 1; }

span.aspNetDisabled.checked + .customCheck::before,
input:checked + .customCheck::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f14a";
  color: #0ba3b6;
  opacity: 1; }

span.aspNetDisabled.checked + .customCheck::before,
input:disabled + .customCheck::before {
  opacity: 0.4; }

span.aspNetDisabled.checked.colorPrimario + .customCheck::before,
input:disabled + .customCheck::before {
  opacity: 1; }

span.aspNetDisabled.checked + .customCheck::before,
input:disabled + .customCheck::before {
  cursor: no-drop; }

span.aspNetDisabled + .customCheck::before,
input:disabled + .customCheck::before {
  cursor: no-drop; }

span.aspNetDisabled + .customCheck {
  cursor: default; }

.cardRecursos {
  display: flex;
  height: 100%;
  flex-wrap: nowrap;
  padding: 2rem;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  background-color: #e7ecfb; }

.cardRecursosPie {
  padding: 2rem 1rem 0 2rem;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  background-color: #d1e6ef; }

/*============ calendario ==============*/
.gridSemana,
.gridFechas {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  padding: 0.5rem; }

.encabezado {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  font-weight: 600;
  font-size: 1.3rem; }

.gridSemana {
  background: linear-gradient(90deg, #4a515f 0%, #3a455d 100%);
  color: #fff;
  font-weight: 600; }

.gridFechas a:first-child {
  grid-column: 4; }

.gridFechas a {
  width: 2rem;
  height: 2rem;
  line-height: 2;
  max-width: 4rem;
  border-radius: 50%;
  margin: 0.5rem auto; }
  .gridFechas a.disponible {
    background-color: #3A455D;
    color: #fff;
    font-weight: 600; }

.horas .botonSecundario {
  padding: 0.4rem; }

/*------------------------------------------------------------------
[4. Páginas]
-------------------------------------------------------------------*/
/*=================== contact form end ====================*/
/* Zona contacto
============================================================================================ */
.welcome_thumb {
  position: relative;
  z-index: 0; }
  .welcome_thumb .thumb_1 {
    left: 0;
    margin-left: 0px;
    position: relative;
    margin-left: 30px; }
    .welcome_thumb .thumb_1::before {
      background-color: #eeeeee;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 80%;
      height: 100%;
      content: '';
      z-index: -1;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      left: 8px;
      bottom: -20px; }
    .welcome_thumb .thumb_1 img {
      width: 90%;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
      @media (max-width: 767px) {
        .welcome_thumb .thumb_1 img {
          width: 80%; } }

.presentacion {
  padding-top: 80px; }
  @media (max-width: 767px) {
    .presentacion {
      padding-top: 70px;
      padding-bottom: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .presentacion {
      padding-top: 100px;
      padding-bottom: 0; } }
  .presentacion .welcome_docmed_info {
    padding-left: 40px; }
    @media (max-width: 767px) {
      .presentacion .welcome_docmed_info {
        padding-left: 0;
        margin-top: 80px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .presentacion .welcome_docmed_info {
        padding-left: 0;
        margin-top: 100px; } }
    .presentacion .welcome_docmed_info h3 {
      font-weight: 300;
      font-size: calc(1.4375rem + 2.25vw);
      margin-bottom: 40px;
      line-height: 60px; }
      @media (min-width: 1200px) {
        .presentacion .welcome_docmed_info h3 {
          font-size: 3.125rem; } }
      .presentacion .welcome_docmed_info h3 span {
        display: block;
        font-weight: 700; }
      @media (max-width: 767px) {
        .presentacion .welcome_docmed_info h3 {
          font-size: 30px;
          line-height: 1.2; } }
      @media (max-width: 767px) {
        .presentacion .welcome_docmed_info h3 br {
          display: none; } }
    .presentacion .welcome_docmed_info ul {
      margin-bottom: 46px;
      margin-top: 20px; }
      .presentacion .welcome_docmed_info ul li {
        font-size: 1.2rem;
        line-height: 2.1rem;
        position: relative;
        padding-left: 40px; }
        .presentacion .welcome_docmed_info ul li .flaticon-verified {
          color: #3A455D; }
        @media (max-width: 767px) {
          .presentacion .welcome_docmed_info ul li {
            line-height: 30px; } }
        .presentacion .welcome_docmed_info ul li i {
          margin-right: 15px;
          font-size: 20px;
          position: absolute;
          top: 1rem;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          left: 0; }
          @media (max-width: 767px) {
            .presentacion .welcome_docmed_info ul li i {
              top: 0px;
              -webkit-transform: translateY(0%);
              -moz-transform: translateY(0%);
              -ms-transform: translateY(0%);
              -o-transform: translateY(0%);
              transform: translateY(0%); } }

.logos {
  background: linear-gradient(90deg, #e0eef0 0%, #d4d4d4 100%); }

/*=================== contact form end ====================*/
/* Contacto 2
============================================================================================ */
.Emergency_contact {
  position: relative;
  z-index: 1; }
  .Emergency_contact::before, .Emergency_contact::after {
    background-image: url(../temp/banner/emergency_1.jpg);
    content: '';
    width: 50%;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: -1; }
  .Emergency_contact::before {
    left: 0;
    top: 0; }
  .Emergency_contact::after {
    right: 0;
    top: 0;
    background-image: url(../temp/banner/emergency_2.jpg); }
  .Emergency_contact .Emergency_contact_inner {
    padding: 100px 0;
    position: relative;
    z-index: 1; }
    .Emergency_contact .Emergency_contact_inner::before, .Emergency_contact .Emergency_contact_inner::after {
      background-color: rgba(0, 171, 231, 0.8);
      content: '';
      width: 50%;
      top: 0;
      height: 100%;
      position: absolute;
      z-index: -1; }
      @media (max-width: 767px) {
        .Emergency_contact .Emergency_contact_inner::before, .Emergency_contact .Emergency_contact_inner::after {
          width: 100%; } }
    .Emergency_contact .Emergency_contact_inner::before {
      left: 0;
      top: 0; }
    .Emergency_contact .Emergency_contact_inner::after {
      right: 0;
      top: 0;
      background-color: rgba(0, 113, 253, 0.8); }
    .Emergency_contact .Emergency_contact_inner .single_emergency {
      position: relative;
      z-index: 87; }
      @media (max-width: 767px) {
        .Emergency_contact .Emergency_contact_inner .single_emergency {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: start !important;
          -ms-flex-pack: start !important;
          justify-content: start !important; } }
      .Emergency_contact .Emergency_contact_inner .single_emergency .icon {
        font-size: 100px;
        line-height: 1;
        color: #fff;
        margin-right: 40px; }
        @media (max-width: 767px) {
          .Emergency_contact .Emergency_contact_inner .single_emergency .icon {
            font-size: 45px;
            margin-right: 10px; } }
      .Emergency_contact .Emergency_contact_inner .single_emergency .info span {
        display: block;
        font-size: 18px;
        color: #fff;
        margin-bottom: 4px;
        font-family: "Work Sans", sans-serif; }
        @media (max-width: 767px) {
          .Emergency_contact .Emergency_contact_inner .single_emergency .info span {
            font-size: 15px; } }
      .Emergency_contact .Emergency_contact_inner .single_emergency .info h3 {
        color: #fff;
        font-size: 50px;
        font-weight: 600; }
        @media (max-width: 767px) {
          .Emergency_contact .Emergency_contact_inner .single_emergency .info h3 {
            font-size: 30px; } }
      @media (max-width: 767px) {
        .Emergency_contact .Emergency_contact_inner .single_emergency .info_button {
          margin-bottom: 30px; } }
      .Emergency_contact .Emergency_contact_inner .single_emergency .info_button a {
        margin-top: 20px; }

@media (min-width: 768px) and (max-width: 991px) {
  .single_emergency.align-items-center.d-flex.justify-content-end {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: start !important;
    margin-top: 37px; } }

/*=================== contact banner start ====================*/
.dropdown .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.contact-info {
  margin-bottom: 25px; }
  .contact-info__icon {
    margin-right: 20px; }
    .contact-info__icon i, .contact-info__icon span {
      color: #8f9195;
      font-size: 27px; }
  .contact-info .media-body h3 {
    font-size: 16px;
    margin-bottom: 0;
    font-size: 16px;
    color: #2a2a2a; }
    .contact-info .media-body h3 a:hover {
      color: #ff5e13; }
  .contact-info .media-body p {
    color: #8a8a8a; }

/*=================== contact banner end ====================*/
/*=================== contact form start ====================*/
.contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px; }

.form-contact label {
  font-size: 1.05rem; }

.form-contact input {
  font-family: 'Roboto', sans-serif; }

.form-contact .form-group {
  margin-bottom: 30px; }

.form-contact .form-control {
  border: 1px solid #e5e6e9;
  border-radius: 0px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent; }
  .form-contact .form-control:focus {
    outline: 0;
    box-shadow: none; }
  .form-contact .form-control::placeholder {
    font-weight: 300;
    color: #999999; }

.form-contact textarea {
  border-radius: 0px;
  height: 100% !important; }

/*=================== contact form end ====================*/
/* Contact Success and error Area css
============================================================================================ */
.contact-section {
  padding: 130px 0 100px; }
  @media (max-width: 991px) {
    .contact-section {
      padding: 70px 0 40px; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .contact-section {
      padding: 80px 0 50px; } }
  .contact-section .btn_2 {
    background-color: #191d34;
    padding: 18px 60px;
    border-radius: 50px;
    margin-top: 0; }
    .contact-section .btn_2:hover {
      background-color: #ff5e13; }

/*------------------------------------------------------------------
[5. Componentes]
-------------------------------------------------------------------*/
.botonPrimario, .botonSecundario {
  padding: 17px 44px;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  background-position: 100% 0;
  text-transform: capitalize; }

.botonPrimario {
  color: #3a465e;
  border: 1px solid #eeeeee;
  background: linear-gradient(90deg, #e0eef0 0%, #d4d4d4 100%); }
  .botonPrimario:hover {
    background: none;
    border: 1px solid #eeeeee;
    color: #fff; }
  .botonPrimario:focus {
    outline: none; }
  .botonPrimario.boton-sm {
    padding: 0.7rem 1rem; }

.botonSecundario {
  color: #fff;
  border: 1px solid #0ba3b6;
  background: #0ba3b6; }
  .botonSecundario:hover {
    background: none;
    border: 1px solid #3a455d;
    color: #3a455d; }
  .botonSecundario.boton-sm {
    padding: 0.7rem 1rem; }

.modal-header {
  background-color: #0ba3b6; }
  .modal-header .modal-title {
    color: #fff;
    font-size: 1.2rem; }
  .modal-header .close {
    color: #fff;
    text-shadow: none; }

.modal-content {
  border: none; }

.modal-footer .botonPrimario:hover {
  color: #0ba3b6; }

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #3a455d;
  border-color: #3a455d; }

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #eb6b55;
  border: 1px solid #eb6b55;
  cursor: no-drop; }

.conBorde {
  border: 2px solid #0ba3b6; }

.botones .blog_item {
  background-color: #fcfbfb; }
  .botones .blog_item:hover {
    box-shadow: 0px 10px 20px 0px #3a455d3d;
    transform: translateY(-0.2rem);
    transition: all 0.5s;
    cursor: pointer; }
  .botones .blog_item.activo {
    box-shadow: 0px 10px 20px 0px #3a455d3d;
    transform: translateY(-0.2rem);
    transition: all 0.5s;
    cursor: pointer;
    background-color: #0ba3b6;
    color: #fff; }
    .botones .blog_item.activo p {
      color: #fff; }
  .botones .blog_item img {
    max-width: 500px; }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background-color: transparent;
  border: 1px solid #3a455d;
  color: #3a455d; }

/* Start Blog Area css
============================================================================================ */
.latest-blog-area .area-heading {
  margin-bottom: 70px; }

.noticias a {
  color: #3a465e !important;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .noticias a:hover,
  .noticias a :hover {
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s; }

/*============ cardOnco ==============*/
.cardOnco {
  height: 100%;
  box-shadow: 0px 10px 10px 0px #3a455d12;
  background-color: #fcfbfb; }

.imagen img {
  border-radius: 8px; }

.contenedor16-10, .contenedor18-6, .contenedor10-15 {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .contenedor16-10 > img, .contenedor18-6 > img, .contenedor10-15 > img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover; }

.contenedor16-10 {
  content: "";
  display: block;
  padding-bottom: calc(100% / (var(--relacionAspecto1610))); }

.contenedor18-6 {
  content: "";
  display: block;
  padding-bottom: calc(100% / (var(--relacionAspecto186))); }

.contenedor10-15 {
  content: "";
  display: block;
  padding-bottom: calc(100% / (var(--relacionAspecto1015))); }

.blog_item {
  display: flex;
  height: 100%;
  flex-wrap: nowrap;
  width: 100%;
  flex-direction: column;
  justify-content: space-between; }
  .blog_item .card-body {
    padding: 0; }
  .blog_item .blog_item_img {
    width: 100%; }
  .blog_item img {
    width: 100%; }
  .blog_item .texto {
    margin: 1rem 0; }
    .blog_item .texto p {
      margin-bottom: 0; }
  .blog_item .botonSecundario {
    padding: 0.5rem; }
  .blog_item .card-footer {
    width: 100%;
    border-top: 0;
    margin-top: 1.2rem; }
    .blog_item .card-footer .enlaces {
      display: inline-block;
      list-style: none;
      margin-bottom: 0;
      padding-left: 0; }
      .blog_item .card-footer .enlaces a {
        border-right: 1px solid #3a455d;
        padding-right: 0.8rem;
        margin-right: 0.5rem; }
        .blog_item .card-footer .enlaces a:hover {
          color: inherit;
          opacity: 0.7; }
      .blog_item .card-footer .enlaces li {
        display: inline-block;
        font-size: 0.85rem;
        font-weight: 600; }
        .blog_item .card-footer .enlaces li:last-child a {
          border-right: 0;
          padding-right: 0; }
  .blog_item .imagenFondo {
    background-size: cover;
    background-position: center;
    height: 220px;
    width: 100%; }
  .blog_item .imagenPrueba1 {
    background-image: url(../temp/noticias/noticia1.jpg);
    background-position: center;
    background-size: cover;
    height: 220px;
    width: 100%; }
  .blog_item .css_imagen1 {
    background-image: url(../temp/noticias/noticia1.jpg); }
  .blog_item .css_grupo1 {
    background-image: url(../temp/noticias/grupo1.jpg); }
  .blog_item .css_actividad1 {
    background-image: url(../temp/noticias/actividad1.jpg); }
  .blog_item .css_actividad2 {
    background-image: url(../temp/noticias/actividad2.jpg); }
  .blog_item .css_actividad3 {
    background-image: url(../temp/noticias/actividad3.jpg); }
  .blog_item .css_actividad4 {
    background-image: url(../temp/noticias/actividad4.jpg); }
  .blog_item .imagenPrueba2 {
    background-image: url(../temp/noticias/noticia2.jpg);
    background-position: center;
    height: 220px;
    width: 100%; }
  .blog_item .css_imagen2 {
    background-image: url(../temp/noticias/noticia2.jpg); }
  .blog_item .imagenPrueba3 {
    background-image: url(../temp/noticias/noticia3.jpg);
    background-position: center;
    height: 220px;
    width: 100%; }
  .blog_item .css_imagen3 {
    background-image: url(../temp/noticias/noticia3.jpg); }
  .blog_item .imagenPrueba4 {
    background-image: url(../temp/noticias/noticia4.jpg);
    background-position: center;
    height: 220px;
    width: 100%; }
  .blog_item .css_imagen4 {
    background-image: url(../temp/noticias/noticia4.jpg); }
  .blog_item .imagenPrueba5 {
    background-image: url(../temp/noticias/noticia5.jpg);
    background-position: center;
    height: 220px;
    width: 100%; }
  .blog_item .imagenPrueba6 {
    background-image: url(../temp/noticias/dormir.jpg);
    background-position: center;
    height: 220px;
    width: 100%; }

.blog_details {
  padding: 0.7rem 0.8rem; }
  .blog_details .estado {
    display: inline-block;
    padding: 0.4rem;
    border-radius: 4px; }
  .blog_details .rrss i {
    margin-right: 0.2rem; }
  .blog_details .rrss a:hover {
    opacity: 0.7;
    color: inherit; }
  .blog_details .botonSecundario {
    display: block; }
  @media (min-width: 768px) {
    .blog_details {
      padding: 1rem 1rem; } }
  .blog_details p {
    margin-bottom: 30px; }
  .blog_details h2 {
    font-weight: 600;
    margin-bottom: 8px; }
    @media (min-width: 768px) {
      .blog_details h2 {
        font-size: 1.5rem;
        margin-bottom: 15px; } }

.blog-info-link li {
  float: left;
  font-size: 14px; }
  .blog-info-link li a {
    color: #999999; }
  .blog-info-link li i,
  .blog-info-link li span {
    font-size: 13px;
    margin-right: 5px; }
  .blog-info-link li::after {
    content: "|";
    padding-left: 10px;
    padding-right: 10px; }
  .blog-info-link li:last-child::after {
    display: none; }

.blog-info-link::after {
  content: "";
  display: block;
  clear: both;
  display: table; }

.blog_item_img {
  position: relative; }
  .blog_item_img .blog_item_date {
    position: absolute;
    bottom: -10px;
    left: 10px;
    display: block;
    color: #fff;
    background-color: #009dff;
    padding: 8px 15px;
    border-radius: 5px; }
    @media (min-width: 768px) {
      .blog_item_img .blog_item_date {
        bottom: -20px;
        left: 40px;
        padding: 13px 30px; } }
    .blog_item_img .blog_item_date h3 {
      font-size: 22px;
      font-weight: 600;
      color: #fff;
      margin-bottom: 0;
      line-height: 1.2; }
      @media (min-width: 768px) {
        .blog_item_img .blog_item_date h3 {
          font-size: 30px; } }
    .blog_item_img .blog_item_date p {
      font-size: 18px;
      margin-bottom: 0;
      color: #fff; }
      @media (min-width: 768px) {
        .blog_item_img .blog_item_date p {
          font-size: 18px; } }

.blog-pagination {
  margin-top: 80px; }

.blog-pagination .page-link {
  font-size: 14px;
  position: relative;
  display: block;
  padding: 0;
  text-align: center;
  margin-left: -1px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  border-radius: 0 !important;
  color: #8a8a8a;
  border: 1px solid #f0e9ff;
  margin-right: 10px; }
  .blog-pagination .page-link i,
  .blog-pagination .page-link span {
    font-size: 13px; }

.blog-pagination .page-item.active .page-link {
  background-color: #fbf9ff;
  border-color: #f0e9ff;
  color: #888888; }

.blog-pagination .page-item:last-child .page-link {
  margin-right: 0; }

.descripcion {
  padding-top: 80px;
  padding-bottom: 60px; }
  .descripcion.minus_padd {
    padding-top: 125px; }
    @media (max-width: 767px) {
      .descripcion.minus_padd {
        padding-top: 0; } }
  @media (max-width: 767px) {
    .descripcion {
      padding-top: 20px;
      padding-bottom: 40px; } }
  .descripcion .single_quality {
    border: 2px solid rgba(10, 164, 183, 0.2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 70px 45px 63px 45px;
    margin-bottom: 30px;
    text-align: center; }
    .descripcion .single_quality .icon {
      background: linear-gradient(90deg, #17acc0 0%, #0BA3B6 100%);
      width: 90px;
      height: 90px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      color: #fff;
      display: inline-block;
      font-size: 40px;
      text-align: center;
      line-height: 90px; }
      .descripcion .single_quality .icon i {
        line-height: 90px; }
    .descripcion .single_quality h3 {
      font-size: 26px;
      font-weight: 400;
      margin-top: 32px;
      margin-bottom: 24px; }
    .descripcion .single_quality p {
      margin-bottom: 0; }
  .descripcion .col-lg-4:nth-child(2) .single_quality .icon i {
    position: relative;
    left: 6px; }

.section_title h3 {
  font-size: calc(1.4375rem + 2.25vw);
  font-weight: 600;
  line-height: 48px;
  position: relative;
  z-index: 1;
  padding-bottom: 15px; }
  @media (min-width: 1200px) {
    .section_title h3 {
      font-size: 3.125rem; } }
  @media (max-width: 767px) {
    .section_title h3 {
      font-size: 30px;
      line-height: 36px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .section_title h3 {
      font-size: 36px;
      line-height: 42px; } }
  @media (max-width: 767px) {
    .section_title h3 br {
      display: none; } }

.section_title p {
  font-size: 16px;
  color: #6b6a6a;
  line-height: 30px;
  margin-bottom: 0; }
  @media (max-width: 767px) {
    .section_title p br {
      display: none; } }

.mb-100 {
  margin-bottom: 100px; }
  @media (max-width: 767px) {
    .mb-100 {
      margin-bottom: 40px; } }

.texto-lg {
  font-size: 1.3rem; }

/*------------------------------------------------------------------
[6. Plugins]
-------------------------------------------------------------------*/
.slider_bg_1 {
  background-image: url(../temp/banner/banner3.jpg); }

.slider_bg_2 {
  background-image: url(../temp/banner/banner2.png); }

.slider_bg_3 {
  background-image: url(../temp/banner/banner2.jpg); }

.slider .single_slider {
  padding-top: 50px;
  min-height: 800px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  @media (max-width: 767px) {
    .slider .single_slider {
      min-height: 600px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .slider .single_slider {
      height: auto; } }
  .slider .single_slider .textoSlider > span {
    text-transform: uppercase;
    font-size: 18px;
    color: #3a455d;
    font-weight: 400;
    font-family: "Work Sans", sans-serif;
    display: block; }
  .slider .single_slider .textoSlider h3 {
    color: #3a455d;
    font-family: "Work Sans", sans-serif;
    font-size: calc(1.5625rem + 3.75vw);
    font-weight: 300;
    line-height: 85px;
    margin-top: 22px;
    margin-bottom: 42px; }
    @media (min-width: 1200px) {
      .slider .single_slider .textoSlider h3 {
        font-size: 4.375rem; } }
    .slider .single_slider .textoSlider h3 span {
      font-weight: 700; }
    @media (max-width: 767px) {
      .slider .single_slider .textoSlider h3 {
        font-size: 33px;
        line-height: 1.2;
        margin-bottom: 20px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .slider .single_slider .textoSlider h3 {
        font-size: 55px;
        line-height: 65px; } }
  .slider .single_slider .textoSlider p {
    font-size: 18px;
    font-weight: 400;
    color: #727272;
    margin-bottom: 40px;
    margin-top: 10px; }
    @media (min-width: 992px) and (max-width: 1200px) {
      .slider .single_slider .textoSlider p {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .slider .single_slider .textoSlider p {
        font-size: 16px; } }

.slider .owl-prev:hover, .slider .owl-next:hover {
  background: linear-gradient(90deg, #a1e8f1 0%, #95bfd6 100%); }

.bootstrap-select .btn-light {
  background: #fff;
  border-radius: 0;
  border: 1px solid #ced4da;
  font-size: 13px;
  height: 38px;
  border-radius: 4px; }

.bootstrap-select .dropdown-toggle .filter-option {
  height: auto; }

.bootstrap-select .dropdown-item.active {
  background-color: #3A455D; }

.swiper-button-prev:after, .swiper-button-next:after {
  font-size: 1.5rem;
  color: #3a455d; }

.swiper-button-prev {
  left: 0; }

.swiper-button-next {
  right: 0; }

/*------------------------------------------------------------------
[6. File input]
-------------------------------------------------------------------*/
.btn-file.btn-primary {
  color: #fff;
  border: 1px solid #3a455d;
  background: linear-gradient(90deg, #4a515f 0%, #3a455d 100%);
  font-family: "Work Sans", sans-serif; }
  .btn-file.btn-primary:hover {
    background: none;
    border: 1px solid #3a455d;
    color: #3a455d; }
  .btn-file.btn-primary:active {
    background: none;
    border: 1px solid #3a455d;
    color: #3a455d; }

.btn-file input[type="file"] {
  text-indent: -999px; }

.btn-file .file-caption-icon::before {
  content: "\f093";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.8rem;
  margin-right: .5rem; }

.btn-default {
  font-family: "Work Sans", sans-serif; }

/*------------------------------------------------------------------
[0. Temas]
-------------------------------------------------------------------*/
/* 1. Theme default css */
:root {
  /*===Imágenes===*/
  --relacionAspecto186: 18/6;
  --relacionAspecto1610: 16/10;
  --relacionAspecto1015: 10/15; }

.flex-center-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start; }

.overlay::before {
  background-color: rgba(197, 197, 197, 0.15); }

body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3a465e; }

@media (min-width: 992px) {
  .container {
    max-width: 1400px;
    padding: 0 2rem; } }

a:hover {
  color: inherit;
  opacity: 0.7; }

img {
  max-width: 100%; }

.img {
  max-width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

a,
.button,
button {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

a:focus,
.button:focus,
button:focus {
  text-decoration: none;
  outline: none; }

a:focus {
  text-decoration: none; }

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none; }

a,
button {
  outline: medium none; }

a {
  color: #3a455d; }

h1,
h2,
h3,
h4,
h5 {
  font-family: "Work Sans", sans-serif;
  color: #3a455d; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit; }

p {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 30px;
  color: #3a465e;
  margin-bottom: 13px;
  font-family: "Roboto", sans-serif; }

ul {
  list-style-type: disc;
  font-family: "roboto", sans-serif;
  font-weight: 300;
  line-height: 1.5rem; }

ul.sinEstilo {
  list-style: none;
  margin: 0;
  padding: 0; }

label {
  font-weight: 400; }

*::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none; }

::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #444;
  color: #fff;
  text-shadow: none; }

*::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1; }

*::-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1; }

*::placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1; }

h3 {
  font-size: 24px; }

.mb-65 {
  margin-bottom: 67px; }

.black-bg {
  background: #020c26 !important; }

.white-bg {
  background: #ffffff; }

.gray-bg {
  background: #f5f5f5; }

.white-color {
  color: #ffffff; }

.bg-img-1 {
  background-image: url(../img/slider/slider-img-1.jpg); }

.bg-img-2 {
  background-image: url(../img/background-img/bg-img-2.jpg); }

.cta-bg-1 {
  background-image: url(../img/background-img/bg-img-3.jpg); }

.overlay {
  position: relative;
  z-index: 0; }

.overlay::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.section-padding {
  padding-top: 120px;
  padding-bottom: 120px; }

.pt-120 {
  padding-top: 120px; }

/* button style */
.owl-carousel .owl-nav div {
  background: transparent;
  height: 50px;
  left: 0px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 50px;
  color: #fff;
  background-color: transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  left: 50px;
  font-size: 15px;
  line-height: 50px;
  border: 1px solid #fff;
  left: 140px; }

.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: 140px; }
  .owl-carousel .owl-nav div.owl-next i {
    position: relative;
    right: 0; }

.owl-carousel .owl-nav div.owl-prev i {
  position: relative;
  top: 0px; }

.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible; }
  .owl-carousel:hover .owl-nav div:hover {
    color: #fff;
    background: #009dff;
    border: 1px solid transparent; }

.mb-20px {
  margin-bottom: 20px; }

.mb-55 {
  margin-bottom: 55px; }

.mb-40 {
  margin-bottom: 40px; }

input[type=text]:not(.error):focus,
input[type=password]:not(.error):focus,
textarea:not(.error):focus,
select:not(.error):focus {
	border-color: #e5edeb;
	box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
	opacity: 0.8;
	outline: 0 none;
}

input[type=text].error:focus,
input[type=password].error:focus,
textarea.error:focus,
select.error:focus {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 8px rgba(221, 75, 57, 0.6);
	opacity: 0.8;
	outline: 0 none;
}

.bootstrap-tagsinput input[type=text]:not(.error):focus {
	box-shadow: none;
}

.input-group.error .file-caption,
input[type=text].error,
input[type=password].error,
textarea.error,
select.error,
.dropdown-toggle.error,
.dropdown-toggle-error,
.bootstrap-select .btn.dropdown-toggle.btn-light.dropdown-toggle-error {
	border-color: #aa0000;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 8px rgba(221, 75, 57, 0.6);
	color: #333333;
	outline: 0 none;
}

div.error, span.error {
	color: #cc0000;
	line-height: normal;
	font-size: 11px;
	font-weight: normal;
}

.checkbox.checkbox-switch label input,
.checkbox-inline.checkbox-switch input {
	display: none;
}

.checkbox.checkbox-switch label span,
.checkbox-inline.checkbox-switch span {
	width: 35px;
	border-radius: 20px;
	height: 18px;
	border: 1px solid #dbdbdb;
	background-color: rgb(180, 182, 183);
	border-color: rgb(180, 182, 183);
	box-shadow: rgb(180, 182, 183) 0px 0px 0px 0px inset;
	transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	padding-left: 0;
}

	.checkbox.checkbox-switch label span:before,
	.checkbox-inline.checkbox-switch span:before {
		display: inline-block;
		width: 16px;
		height: 16px;
		border-radius: 50%;
		background: rgb(255, 255, 255);
		content: " ";
		top: 0;
		position: relative;
		left: 0;
		transition: all 0.3s ease;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	}

.checkbox.checkbox-switch label > input:checked + span:before,
.checkbox-inline.checkbox-switch > input:checked + span:before {
	left: 17px;
}

.checkbox.checkbox-switch label > input:checked + span,
.checkbox-inline.checkbox-switch > input:checked + span {
	background-color: #47a847;
	border-color: #47a847;
	box-shadow: #47a847 0px 0px 0px 8px inset;
	transition: #47a847 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.checkbox.checkbox-switch label > input:checked:disabled + span,
.checkbox-inline.checkbox-switch > input:checked:disabled + span {
	background-color: #c74848;
	border-color: #c74848;
	box-shadow: #c74848 0px 0px 0px 8px inset;
	transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
	cursor: no-drop;
	opacity: 0.8;
}

.checkbox.checkbox-switch label > input:disabled + span,
.checkbox-inline.checkbox-switch > input:disabled + span {
	background-color: rgb(232, 235, 238);
	border-color: rgb(255, 255, 255);
}

	.checkbox.checkbox-switch label > input:disabled + span:before,
	.checkbox-inline.checkbox-switch > input:disabled + span:before {
		background-color: rgb(248, 249, 250);
		border-color: rgb(243, 243, 243);
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	}

.checkbox {
	padding-left: 25px;
	margin-top: 30px;
}

span.activo {
	font-weight: 500;
}

.cortarTexto {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.gridFechas a:first-child {
	grid-column: auto;
}

.spinner {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	background: #9E9E9E;
	opacity: 0.8;
}

.loader-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	content-alignment: center;
	align-items: center;
	background-color: rgba(15,15,15,0.5);
	border-radius: 5px;
	height: 150px;
	width: 150px;
	box-shadow: 1px 1px 1px 0px darkslategrey;
}

.loader {
	border: 3px solid white;
	border-radius: 50%;
	border-right-color: transparent;
	border-bottom-color: transparent;
	width: 60px;
	height: 60px;
	animation-name: loading;
	animation-duration: 700ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.loader-text {
	margin-top: 10px;
	padding-top: 10px;
	color: white;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	animation-name: fading;
	animation-duration: 1500ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes loading {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes fading {
	0%, 100% {
		opacity: 0.05;
	}

	50% {
		opacity: 0.95;
	}
}


.clndr-previous-button.inactive {
	display: none;
}



.botonesXL a:hover > .cardOnco > .blog_item {
	display: block;
	background-color: #3a455d;
	opacity: 1;
	color: #fff;
}

.botonesXL a.activo > .cardOnco > .blog_item {
	display: block;
	background-color: #3a455d;
	opacity: 1;
	color: #fff;
}

.botonesXL a:hover p {
	color: #fff;
}
.botonesXL a.activo i {
	color: #fff;
}
.botonesXL a.activo p {
	color: #fff;
}

.horas .botonera:first-of-type{
	display:none;
}

.encabezado span {
	text-transform: capitalize;
}
