  @import url('https://fonts.googleapis.com/css?family=Muli:300,700|Nunito');

  body {
    background: #ffffff;
    font-family: 'Nunito', sans-serif;
    overflow-x: hidden;
    padding-top: 70px;
  }


  /*---------------------------------------
    TYPOGRAPHY
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-family: 'Muli', sans-serif;
    font-weight: bold;
    line-height: inherit;
  }

  h1 {
    color: #252a40;
    font-size: 3em;
    line-height: normal;
  }

  h2 {
    color: #252a40;
    font-size: 2em;
    padding-bottom: 10px;
  }

  h3 {
    font-size: 1.5em;
    margin-bottom: 0;
  }

  h3,
  h3 a {
    color: #454545;
  }

  p {
    color: #757575;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
  }



  /*---------------------------------------
     GENERAL
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a,
  input, button,
  .form-control {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  a:hover, a:active, a:focus {
    color: #252a40;
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }

  .section-title {
    padding-bottom: 40px;
  }

  .section-title_2 {
    text-align: center;
    padding-bottom: 30px;
  }

  .section-title-3 {
    text-align: center;
    padding-bottom: 30px;
    margin-top: -70px;
  }

  .section-title h2 {
    margin: 0;
  }

  .section-title small {
    display: block;
  }

  .overlay {
    background: rgba(20,20,20,0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .entry-form {
    background: #252020;
    border-radius: 100%;
    text-align: center;
    padding: 6em;
    width: 450px;
    height: 450px;
  }

  .entry-form h2 {
    color: #ffffff;
    margin: 0;
  }

  .entry-form .form-control {
    background: transparent;
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    margin: 10px 0;
  }

  .entry-form .submit-btn {
    background: #ffffff;
    border-radius: 50px;
    border: 0;
    color: #252020;
    width: 50%;
    height: 50px;
    margin: 30px auto;
    margin-bottom: 10px;
  }

  .entry-form .submit-btn:hover {
    background: #6184bf;
    color: #ffffff;
  }

  section {
    position: relative;
    padding: 50px 0;
  }

  #tramites,
  #vencimientos,
  #crecemos,
  #contacto {
    background: rgba(64, 111, 179, 0.1);
    /* background-image: url('http://127.0.0.1:8000/imagenes/fondo.png'); */
    background-image: url('/imagenes/fondo.png');
    background-size: 100% 100%;
  }

  #institucional,
  #testimonial {
    text-align: center;
  }

  #google-map iframe {
    border: 0;
    width: 100%;
    height: 390px;
  }

  .navbar-brand>img{
      display:block;
      margin-top: -2px;
  }

  /*---------------------------------------
     BUTTONS
  -----------------------------------------*/

  .section-btn {
    background: transparent;
    border-radius: 50px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: inherit;
    font-weight: normal;
    padding: 15px 30px;
    transition: 0.5s;
  }

  .section-btn:hover {
    background: #ffffff;
    border-color: transparent;
  }



  /*---------------------------------------
       PRE LOADER
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }



  /*---------------------------------------
      MENU
  -----------------------------------------*/

  .custom-navbar {
    background: #ffffff;
    /*border-top: 5px solid #252a40;*/
    border-bottom: 0;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
    margin-bottom: 0;
    padding: 0;
    position: sticky !important;
  }

  .custom-navbar .navbar-brand {
    color: #454545;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    margin-top: -10px;
  }

  .custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: 8em;
  }

  .custom-navbar .navbar-nav.navbar-right li a {
    padding-right: 12px;
    padding-left: 12px;
  }

  .custom-navbar .navbar-nav.navbar-right li a .fa {
    background: #252a40;
    border-radius: 100%;
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
  }

  .custom-navbar .nav li a {
    line-height: 40px;
    color: #575757;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: -1px !important;
  }

  .custom-navbar .navbar-nav > li > a:hover,
  .custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
  }

  .custom-navbar .nav li a:hover {
    background-color: #6184bf;
    color: #ffffff;
  }

  .custom-navbar .nav li.active > a {
    background-color: #252a40;
    color: #ffffff;
  }

  .custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .custom-navbar .navbar-toggle {
    background-color: transparent;
  }

  .custom-navbar .navbar-toggle .icon-bar {
    background: #252525;
    border-color: transparent;
  }

  /*---------------------------------------
      HOME  & SLIDER
  -----------------------------------------*/

  #home {
    padding: 0;
  }

  #home h1 {
    color: #ffffff;
  }

  #home h3 {
    color: #f9f9f9;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    padding: 5px 0 40px 0;
  }

  @media (min-width: 768px) {
    .home-slider .col-md-6 {
      padding-left: 0;
    }
  }

  .home-slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    background-color: rgba(20,20,20,0.2);
    height: 100%;
    color: #fff;
    cursor: e-resize;
  }

  .home-slider .item {
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 650px;
  }

  .caption h3 a { color: #FFF; }
  .caption h3 a:hover { color: #FF3; }

  /*---------------------------------------
      FEATURE
  -----------------------------------------*/

  .feature-thumb {
    border: 1px solid #f0f0f0;
    padding: 5em 3em;
    background-color: #faffff;
  }

  .feature-thumb span {
    background: #6184bf;
    border-radius: 50px;
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 5px;
  }

  .feature-thumb h3 {
    margin: 10px 0;
  }


  /*---------------------------------------
      ABOUT
  -----------------------------------------*/

  #about figure {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
  }

  #about figure span {
    float: left;
    margin-left: -15px;
    padding: 15px 20px;
    position: relative;
    top: 20px;
  }

  #about figure span i {
    background: #252a40;
    border-radius: 50px;
    color: #ffffff;
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
  }


  /*---------------------------------------
      institucional
  -----------------------------------------*/

  .institucional-thumb {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    text-align: left;
  }

  .institucional-info {
    padding: 20px 30px;
  }

  .institucional-image img {
    width: 100%;
  }

  .institucional-thumb .social-icon {
    border-top: 1px solid #f0f0f0;
    padding: 4px 20px 0 20px;
  }

  .institucional-thumb .social-icon li a {
    background: #ffffff;
    color: #252020;
  }

  .institucional-info h3 {
    margin: 0;
  }


  /*---------------------------------------
      novedades
  -----------------------------------------*/

  #novedades .section-title {
    text-align: center;
  }

  #novedades .owl-theme .owl-nav {
    margin-top: 30px;
  }

  #novedades .owl-theme .owl-nav [class*=owl-] {
    border-radius: 2px;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
  }

  .novedades-thumb {
    background: #f9f9f9;
    position: relative;
  }

  .novedades-top {
    position: relative;
  }

  .novedades-image {
    background: linear-gradient(to right, #202020, #101010);
  }

  .novedades-date {
    background: linear-gradient(rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.6));
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 8px 18px;
  }

  .novedades-date span,
  .novedades-author span {
    font-size: 14px;
    font-weight: bold;
  }

  .novedades-date span {
    color: #ffffff;
    display: inline-block;
    margin-right: 10px;
  }

  .novedades-detail {
    padding: 25px 25px 15px 25px;
    min-height: 570px;
  }

  .novedades-detail h3 {
    margin: 0 0 2px 0;
  }

  .novedades-info {
    border-top: 1px solid #252a40;
  }

  .novedades-author,
  .novedades-author span {
    display: inline-block;
    vertical-align: middle;
  }

  .novedades-author img {
    display: inline-block !important;
    border-radius: 50px;
    width: 50px !important;
    height: 50px;
    margin-right: 10px;
  }

  .novedades-leer {
    float: right;
    margin-top: 10px;
  }

  .novedades-leer span {
    background: #252a40;
    border-radius: 2px;
    color: #ffffff;
    display: block;
    padding: 5px 10px;
  }

  .noticias-leer {
    margin-top: 10px;
  }

  .noticias-leer span {
    border-radius: 2px;
    display: block;
    text-align: justify;
  }

  .noticias-leer img{
    float: left;
    margin-right: 17px;
  }

  /*---------------------------------------
      vencimientos
  -----------------------------------------*/

  #vencimientos .section-title {
    text-align: center;
  }

  #vencimientos .owl-theme .owl-nav {
    margin-top: 30px;
  }

  #vencimientos .owl-theme .owl-nav [class*=owl-] {
    border-radius: 2px;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
  }

  .vencimientos-thumb {
    background: #f9f9f9;
    position: relative;
  }

  .vencimientos-top {
    position: relative;
  }

  .vencimientos-image {
    background: linear-gradient(to right, #101010, #101010);
  }

  /*---------------------------------------
     NEWS
  -----------------------------------------*/

  .news-thumb {
    clear: both;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
  }

  .news-thumb .news-image {
    float: left;
    width: 40%;
    margin-right: 30px;
  }

  .news-info h3 {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .news-date span {
    color: #909090;
    font-weight: bold;
  }

  /*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
    padding: 50px 30px;
    transition: all ease-in-out 0.4s;
    background: #fff;
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 5px 8px 7px 4px rgb(0 0 0 / 20%);
  }

  .services .icon-box .icon {
    margin-bottom: 10px;
  }

  .services .icon-box .icon i {
    color: #47b2e4;
    font-size: 36px;
    transition: 0.3s;
  }

  .services .icon-box h4 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 14px;
  }

  .services .icon-box h4 a {
    color: #37517e;
    transition: ease-in-out 0.3s;
  }

  .services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
  }

  .services .icon-box:hover {
    transform: translateY(-10px);
  }

  .services .icon-box:hover h4 a {
    color: #47b2e4;
  }

  .acceder{
      border-radius:30px;
      font-size: 15px;
  }

  /*---------------------------------------
      TESTIMONIAL
  -----------------------------------------*/

  #testimonial .item {
    background: #ffffff;
    margin: 20px 0;
    padding: 4em 3em;
    text-align: left;
  }

  #novedades .col-md-4,
  #vencimientos .col-md-4,
  #testimonial .col-md-4 {
    display: block;
    width: 100%;
  }

  #testimonial .item > p {
    font-size: 16px;
    line-height: 26px;
  }

  .tst-rating {
    margin-bottom: 15px;
  }

  .tst-rating .fa {
    color: #6184bf;
  }

  .tst-image,
  .tst-author {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
    text-align: left;
  }

  .tst-image img {
    border-radius: 50px;
    width: 60px !important;
    height: 60px;
    margin-right: 15px;
  }

  .tst-author h4 {
    margin: 0;
  }

  .tst-author span {
    color: #808080;
    font-size: 14px;
  }

  /*---------------------------------------
      contacto
  -----------------------------------------*/
  #contacto h2 {
    color: #252a40;
  }

  #contacto .section-title {
    padding-bottom: 20px;
  }

  #contacto h2 > small,
  #contacto p,
  #contacto a {
    color: #252a40;
  }

  #contacto-form {
    padding: 1em 0;
  }

  #contacto-form .col-md-12,
  #contacto-form .col-md-4 {
    padding-left: 0;
  }

  #contacto-form .form-control {
    border: 1;
    border-radius: 5px;
    box-shadow: none;
    margin: 10px 0;
    background: #ecf0f7;
  }

  #contacto-form input {
    height: 50px;
  }

  #contacto-form select {
    height: 50px;
  }

  #contacto-form input[type='submit'] {
    border-radius: 50px;
    border: 2px solid;
  }

  #contacto-form input[type='submit']:hover {
    background: #4171b4;
    border-color: #252a40;
    color: #ffffff;
  }

  /*---------------------------------------
  FOOTER
  -----------------------------------------*/

  footer {
    padding: 50px 0;
    background-color: #1f263e;
  }

  footer .section-title {
    padding-bottom: 10px;
  }

  footer h2 {
    font-size: 20px;
  }

  footer a,
  footer p {
    color: #d1cbcb;
  }

  footer a:hover {
    color: #739d3d;
  }

  footer strong {
    color: #d9d9d9;
  }

  footer address p {
    margin-bottom: 0;
  }

  footer .social-icon {
    margin-top: 25px;
  }

  .footer-info {
    margin-right: 2em;
  }

  .footer-info h2 {
    color: #ffffff;
    padding: 0;
  }

  .footer_menu h2 {
    margin-top: 2em;
  }

  .footer_menu ul {
    margin: 0;
    padding: 0;
  }

  .footer_menu li {
    display: inline-block;
    list-style: none;
    margin: 5px 10px 5px 0;
  }
  .newsletter-form .form-control {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #303030;
    height: 50px;
    margin: 5px 0;
  }

  .newsletter-form input[type="submit"] {
    background: transparent;
    border: 1px solid #f9f9f9;
    border-radius: 50px;
    color: #ffffff;
    display: block;
    margin-top: 20px;
    outline: none;
    width: 50%;
  }

  .newsletter-form input[type="submit"]:hover {
    background: #252a40;
    border-color: transparent;
  }

  .newsletter-form .form-group span {
    color: #909090;
    display: block;
    font-size: 12px;
    margin-top: 20px;
  }

  /*---------------------------------------
     SOCIAL ICON
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
  }

  .social-icon li a {
    border-radius: 100px;
    color: #252a40;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
    margin: 5px 5px 5px 0;
  }

  .social-icon li a:hover {
    background: #252a40;
    color: #ffffff;
  }

  /*---------------------------------------
     RESPONSIVE STYLES
  -----------------------------------------*/

  @media screen and (max-width: 1170px) {
    .custom-navbar .navbar-nav.navbar-nav-first {
      margin-left: inherit;
    }
  }

  @media only screen and (max-width: 992px) {
    section,
    footer {
      padding: 60px 0;
    }

    .home-slider .item {
      background-position: center center;
    }

    .feature-thumb,
    .about-info,
    .institucional-thumb,
    .footer-info {
      margin-bottom: 50px;
    }

    .contacto-image {
      margin-top: 50px;
    }

  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {

    #home{
      margin-top: -18px
    }

    .custom-navbar .nav li a {
      padding-right: 10px;
      padding-left: 10px;
    }
    
    .logo{
      width: 60px;
      height: auto;
    }

    .custom-navbar{
      position: fixed !important;
    }
    
    .navbar-header {
      float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        text-align: center;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .collapse.in{
        display:block !important;
    }

  }

  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 2.5em;
    }

    h1,h2,h3 {
      line-height: normal;
    }

    .img-responsive-center{
      display: flex;
      justify-content: center;
    }
    
    .custom-navbar {
      position: fixed !important;
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
      text-align: center;
    }

    .custom-navbar .navbar-brand,
    .custom-navbar .nav li a {
      line-height: normal;
    }

    .custom-navbar .nav li a {
      padding: 10px;
    }

    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
      color: #252525;
      font-weight: 600;
      margin-top: -22px;
    }

    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
      color: #575757;
    }

    .custom-navbar .navbar-nav.navbar-right li {
      display: inline-block;
    }

    .footer-info {
      margin-right: 0;
    }

    .footer-info.newsletter-form {
      margin-bottom: 0;
    }

    .entry-form {
      display: block;
      margin: 0 auto;
    }

    .btn-whatsapp {
      position:fixed;
      width:94px;
      height:94px;
      bottom:75px;
      right:10px;
      text-align:center;
      z-index:100;
    }
  }


  @media only screen and (max-width: 580px) {
    h2 {
      font-size: 1.8em;
    }

    #testimonial .item {
      padding: 2em;
    }

    .contacto-image {
      margin-top: 0;
    }
  }

  @media only screen and (max-width: 480px) {
    h1 {
      font-size: 2em;
    }

    #home h3 {
      font-size: 14px;
    }

    .entry-form {
      border-radius: 0;
      padding: 2em;
      max-width: 100%;
      max-height: 100%;
      width: inherit;
      height: inherit;
    }


    .btn-whatsapp {
      position:fixed;
      width:90px;
      height:90px;
      bottom:75px;
      right:10px;
      text-align:center;
      z-index:100;
    }
  }

.btn-whatsapp {
  position:fixed;
	width:90px;
	height:90px;
	bottom:25px;
	right:10px;
	text-align:center;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

.btn-whatsapp:hover {
	transform: scale(1.2);
}

.profile-card-3 {
  font-family: 'Open Sans', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  text-align: center;
  border: 2px groove;
  box-shadow: 0px 0px 1px gray;
}
.profile-card-3 .background-block {
    float: left;
    width: 100%;
    height: 180px;
    overflow: hidden;
}
.profile-card-3 .background-block .background {
  width:100%;
  vertical-align: top;
  opacity: 0.9;
  -webkit-filter: blur(0.5px);
  filter: blur(0.5px);
  -webkit-transform: scale(1.8);
  transform: scale(2.8);
}
.profile-card-3 .card-content {
  width: 100%;
  padding: 15px 25px;
  color:#232323;
  float:left;
  background:#efefef;
  height:50%;
  border-radius:0 0 5px 5px;
  position: relative;
  z-index: 9999;
}
.profile-card-3 .card-content::before {
    content: '';
    background: white;
    width: 120%;
    height: 100%;
    left: 0px;
    bottom: 51px;
    position: absolute;
    z-index: -1;
}
.profile-card-3 .profile {
  border-radius: 50%;
  position: absolute;
  bottom: 50%;
  left: 50%;
  max-width: 100px;
  opacity: 1;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 1);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index:99999;
}
.profile-card-3 h2 {
  margin: -214px 0 5px;
  font-weight: bolder;
  text-shadow: 3px 4px 4px #0a051f;
  font-size: 105px;
  color: white;
  -webkit-text-stroke: 2px white;
}

.profile-card-3 h2 small {
  display: block;
  font-weight: bolder;
  margin-top: 5px;
  font-size: 4rem;
  color: black;
}
.profile-card-3 p {
  font-size: 2rem;
  color: #252a40;
}

  /*------------------------------------------------------------------
        [Text Colors]
  ------------------------------------------------------------------*/
  .color-base {
    color: #17bed2 !important;
  }

  .color-white {
    color: #fff !important;
  }

  .color-heading {
    color: #515769 !important;
  }

  .color-subtitle {
    color: #a6a7aa !important;
  }

  .color-link {
    color: #81848f !important;
  }

  .color-link-hover {
    color: #999caa !important;
  }

  .color-sky-light {
    color: #fafafa !important;
  }

  /*------------------------------------------------------------------
        [Background Colors]
  ------------------------------------------------------------------*/
  .bg-color-base {
    background: #17bed2 !important;
  }

  .bg-color-white {
    background: #fff !important;
  }

  .bg-color-heading {
    background: #515769 !important;
  }

  .bg-color-subtitle {
    background: #a6a7aa !important;
  }

  .bg-color-link {
    background: #81848f !important;
  }

  .bg-color-link-hover {
    background: #999caa !important;
  }

  .bg-color-sky-light {
    background: #fafafa !important;
    padding: 82px 10px;
  }


  /*------------------------------------------------------------------
      [Row]
  ------------------------------------------------------------------*/
  .row-space-1 {
    margin-right: -1px;
    margin-left: -1px;
  }

  .row-space-1 > [class*="col-"] {
    padding-left: 1px;
    padding-right: 1px;
  }

  /*------------------------------------------------------------------
        [Content]
  ------------------------------------------------------------------*/
  .content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-sm {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content-md {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .content-lg {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  /*------------------------------------------------------------------
      [Full Width]
  ------------------------------------------------------------------*/
  .full-width {
    width: 100%;
    height: auto;
  }

  /*--------------------------------------------------
      [Font Weight]
  ----------------------------------------------------*/
  .fweight-300 {
    font-weight: 300 !important;
  }

  .fweight-400 {
    font-weight: 400 !important;
  }

  .fweight-500 {
    font-weight: 500 !important;
  }

  .fweight-600 {
    font-weight: 600 !important;
  }

  .fweight-700 {
    font-weight: 700 !important;
  }

  /*------------------------------------------------------------------
      [Left margin]
  ------------------------------------------------------------------*/
  .margin-l-0 {
    margin-left: 0 !important;
  }

  .margin-l-5 {
    margin-left: 5px !important;
  }

  .margin-l-10 {
    margin-left: 10px !important;
  }

  .margin-l-20 {
    margin-left: 20px !important;
  }

  /*------------------------------------------------------------------
      [Right margin]
  ------------------------------------------------------------------*/
  .margin-r-0 {
    margin-right: 0 !important;
  }

  .margin-r-5 {
    margin-right: 5px !important;
  }

  .margin-r-10 {
    margin-right: 10px !important;
  }

  .margin-r-20 {
    margin-right: 20px !important;
  }

  /*------------------------------------------------------------------
      [Top margin]
  ------------------------------------------------------------------*/
  .margin-t-0 {
    margin-top: 0 !important;
  }

  .margin-t-5 {
    margin-top: 5px !important;
  }

  .margin-t-10 {
    margin-top: 10px !important;
  }

  .margin-t-20 {
    margin-top: 20px !important;
  }

  .margin-t-30 {
    margin-top: 30px !important;
  }

  .margin-t-40 {
    margin-top: 40px !important;
  }

  .margin-t-50 {
    margin-top: 50px !important;
  }

  .margin-t-60 {
    margin-top: 60px !important;
  }

  @media (max-width: 992px) {
    .md-margin-t-0 {
      margin-top: 0 !important;
    }
    .md-margin-t-5 {
      margin-top: 5px !important;
    }
    .md-margin-t-10 {
      margin-top: 10px !important;
    }
    .md-margin-t-20 {
      margin-top: 20px !important;
    }
    .md-margin-t-30 {
      margin-top: 30px !important;
    }
    .md-margin-t-40 {
      margin-top: 40px !important;
    }
    .md-margin-t-50 {
      margin-top: 50px !important;
    }
    .md-margin-t-60 {
      margin-top: 60px !important;
    }
  }

  @media (max-width: 768px) {
    .sm-margin-t-0 {
      margin-top: 0 !important;
    }
    .sm-margin-t-5 {
      margin-top: 5px !important;
    }
    .sm-margin-t-10 {
      margin-top: 10px !important;
    }
    .sm-margin-t-20 {
      margin-top: 20px !important;
    }
    .sm-margin-t-30 {
      margin-top: 30px !important;
    }
    .sm-margin-t-40 {
      margin-top: 40px !important;
    }
    .sm-margin-t-50 {
      margin-top: 50px !important;
    }
    .sm-margin-t-60 {
      margin-top: 60px !important;
    }
  }

  @media (max-width: 480px) {
    .xs-margin-t-0 {
      margin-top: 0 !important;
    }
    .xs-margin-t-5 {
      margin-top: 5px !important;
    }
    .xs-margin-t-10 {
      margin-top: 10px !important;
    }
    .xs-margin-t-20 {
      margin-top: 20px !important;
    }
    .xs-margin-t-30 {
      margin-top: 30px !important;
    }
    .xs-margin-t-40 {
      margin-top: 40px !important;
    }
    .xs-margin-t-50 {
      margin-top: 50px !important;
    }
    .xs-margin-t-60 {
      margin-top: 60px !important;
    }
  }

  /*------------------------------------------------------------------
      [Bottom margin]
  ------------------------------------------------------------------*/
  .margin-b-0 {
    margin-bottom: 0 !important;
  }

  .margin-b-2 {
    margin-bottom: 2px !important;
  }

  .margin-b-5 {
    margin-bottom: 5px !important;
  }

  .margin-b-10 {
    margin-bottom: 10px !important;
  }

  .margin-b-20 {
    margin-bottom: 20px !important;
  }

  .margin-b-30 {
    margin-bottom: 30px !important;
  }

  .margin-b-40 {
    margin-bottom: 40px !important;
  }

  .margin-b-50 {
    margin-bottom: 50px !important;
  }

  .margin-b-60 {
    margin-bottom: 60px !important;
  }

  .margin-b-70 {
    margin-bottom: 70px !important;
  }

  .margin-b-80 {
    margin-bottom: 80px !important;
  }

  .margin-b-90 {
    margin-bottom: 90px !important;
  }

  .margin-b-100 {
    margin-bottom: 100px !important;
  }

  /*------------------------------------------------------------------
      [Top margin below 992px]
  ------------------------------------------------------------------*/
  @media (max-width: 992px) {
    .md-margin-b-0 {
      margin-bottom: 0 !important;
    }
    .md-margin-b-2 {
      margin-bottom: 2px !important;
    }
    .md-margin-b-5 {
      margin-bottom: 5px !important;
    }
    .md-margin-b-10 {
      margin-bottom: 10px !important;
    }
    .md-margin-b-20 {
      margin-bottom: 20px !important;
    }
    .md-margin-b-30 {
      margin-bottom: 30px !important;
    }
    .md-margin-b-40 {
      margin-bottom: 40px !important;
    }
    .md-margin-b-50 {
      margin-bottom: 50px !important;
    }
    .md-margin-b-60 {
      margin-bottom: 60px !important;
    }
    .md-margin-b-70 {
      margin-bottom: 70px !important;
    }
    .md-margin-b-80 {
      margin-bottom: 80px !important;
    }
    .md-margin-b-90 {
      margin-bottom: 90px !important;
    }
    .md-margin-b-100 {
      margin-bottom: 100px !important;
    }
  }

  /*------------------------------------------------------------------
      [Top margin below 768px]
  ------------------------------------------------------------------*/
  @media (max-width: 768px) {
    .sm-margin-b-0 {
      margin-bottom: 0 !important;
    }
    .sm-margin-b-2 {
      margin-bottom: 2px !important;
    }
    .sm-margin-b-5 {
      margin-bottom: 5px !important;
    }
    .sm-margin-b-10 {
      margin-bottom: 10px !important;
    }
    .sm-margin-b-20 {
      margin-bottom: 20px !important;
    }
    .sm-margin-b-30 {
      margin-bottom: 30px !important;
    }
    .sm-margin-b-40 {
      margin-bottom: 40px !important;
    }
    .sm-margin-b-50 {
      margin-bottom: 50px !important;
    }
    .sm-margin-b-60 {
      margin-bottom: 60px !important;
    }
    .sm-margin-b-70 {
      margin-bottom: 70px !important;
    }
    .sm-margin-b-80 {
      margin-bottom: 80px !important;
    }
    .sm-margin-b-90 {
      margin-bottom: 90px !important;
    }
    .sm-margin-b-100 {
      margin-bottom: 100px !important;
    }
  }

  /*------------------------------------------------------------------
      [Top margin below 480px]
  ------------------------------------------------------------------*/
  @media (max-width: 480px) {
    .xs-margin-b-0 {
      margin-bottom: 0 !important;
    }
    .xs-margin-b-2 {
      margin-bottom: 2px !important;
    }
    .xs-margin-b-5 {
      margin-bottom: 5px !important;
    }
    .xs-margin-b-10 {
      margin-bottom: 10px !important;
    }
    .xs-margin-b-20 {
      margin-bottom: 20px !important;
    }
    .xs-margin-b-30 {
      margin-bottom: 30px !important;
    }
    .xs-margin-b-40 {
      margin-bottom: 40px !important;
    }
    .xs-margin-b-50 {
      margin-bottom: 50px !important;
    }
    .xs-margin-b-60 {
      margin-bottom: 60px !important;
    }
    .xs-margin-b-70 {
      margin-bottom: 70px !important;
    }
    .xs-margin-b-80 {
      margin-bottom: 80px !important;
    }
    .xs-margin-b-90 {
      margin-bottom: 90px !important;
    }
    .xs-margin-b-100 {
      margin-bottom: 100px !important;
    }
  }

  /*--------------------------------------------------
      [Height]
  ----------------------------------------------------*/
  .height-100 {
    height: 100px !important;
  }

  .height-200 {
    height: 200px !important;
  }

  .height-300 {
    height: 300px !important;
  }

.h4-custom{
    color : black;
    font-size: 20px;
}

h5-custom,.h5-custom {
    margin-top:20px;margin-bottom: 8px;font-family:"Nunito",sans-serif;font-weight:600;line-height:1.2;color:#181d38; display: block;
}
@media (min-width: 1200px){
    h5-custom,.h5-custom{
        font-size:14px;
    }
}

:root {
    --primary: #06BBCC;
    --light: #F0FBFC;
    --dark: #181d38;
}
.text-celeste {color: #06BBCC !important}
.mb-3{margin-bottom:16px !important}
.mb-4{margin-bottom:24px !important}
.p-4{padding:1.5rem !important}
.pt-3{padding-top:16px !important}
.py-5{padding-top:48px !important;padding-bottom:48px !important}
.g-4,.gx-4{--bs-gutter-x: 24px}.g-4,.gy-4{--bs-gutter-y: 24px}
        /*** Service ***/
.service-item {
    background: var(--light);
    transition: .5s;
    margin-top: 20px;
    height: 210px;
    box-shadow: 5px 8px 7px 4px rgb(0 0 0 / 20%);
    transition: all ease-in-out 0.4s;
    border-radius: 10px;
}

.service-item:hover {
    background: var(--primary);
    transform: translateY(-10px);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}

.pswp__caption__center {text-align: center;}
        figure {
          display: inline-block;
          width: 100%;
        }
        .mapa {width: 100%;}
        .my-gallery {
            width: 100%;
          }
          .my-gallery img {
            width: 100%;
            height: auto;
          }
          .my-gallery figure {
            display: block;
            margin: 0 5px 5px 0;
          }
          .my-gallery figcaption {
            display: none;
          }

/*Autoridades*/

.separador {
  width: 100%;
  border-bottom: 1.5px solid #b1b1b1;
  height: 1px;
  margin-top: 17px;
  margin-bottom: 17px;
  clear: both
}

#autoridades .section-header {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  #autoridades .autoridades-item {
      text-align: center;
  }
}

#autoridades .autoridades-item .autoridades-img {
  width: 21%;
  border-radius: 5px;
  float: left;
  margin-right: 10px;
  box-shadow: grey 2px 3px 7px 3px;
}

@media (max-width: 767px) {
  #autoridades .autoridades-item .autoridades-img {
      float: none;
      margin: auto;
      width: 35%;
  }
}

#autoridades .autoridades-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
  margin-left: 205px;
}

#autoridades .autoridades-item h4 {
  font-size: 18px;
  color: black;
  margin: 0 0 15px 0;
  margin-left: 205px;
}

#autoridades .autoridades-item p {
  /*font-style: italic;*/
  margin: 0 0 15px 205px;
}

@media (min-width: 992px) {
  #autoridades .autoridades-item p {
      width: 80%;
  }
}

@media (max-width: 767px) {
  #autoridades .autoridades-item h3,
  #autoridades .autoridades-item h4,
  #autoridades .autoridades-item p {
      margin-left: 0;
  }
}

.autoridades-item {
  height: 230px;
}

.flex-container .row {
  display: flex;
  flex-wrap: wrap;
}
.flex-container .row .col-sm-6,
.flex-container .row .col-md-4,
.flex-container .row .col-lg-3 {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}
.flex-container .row .col-sm-6, .text-center,
.flex-container .row .col-md-4, .text-center,
.flex-container .row .col-lg-3 {
  margin-bottom: 10px;
}

/*Vencimientos*/

.dia {
  display: inline-block;
  font-size: 15pt;
  line-height: 1;
  margin: 0 15px 0 15px;
}

.mes {
  /*display: block;*/
  font-size: 24pt;
  font-weight: 900;
  line-height: 1;
  margin: 0 15px 0 15px;
}
/*Eventos*/

.event-slide-list {
  list-style: none;
  font-family: 'Lato', sans-serif;
  margin: 0px;
  padding: 0px;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}


.event-slide-list>li {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 5px rgb(51, 51, 51);
  box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
  padding: 0px;
}

.event-slide-list>li>time {
  display: inline-block;
  width: 100%;
  color: rgb(255, 255, 255);
  background-color: #214370;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
}

.event-slide-list>li:nth-child(even)>time {
  background-color: rgb(103, 184, 222);
  /*rgb(165, 82, 167);*/
}

.event-slide-list>li>time>span {
  display: none;
}

.event-slide-list>li>time>.day {
  display: block;
  font-size: 33pt;
  font-weight: 100;
  line-height: 1;
}

.event-slide-list>li time>.month {
  display: block;
  font-size: 17pt;
  font-weight: 100;
  line-height: 1;
}

.event-slide-list>li>img {
  width: 100%;
}

.event-slide-list>li>.info {
  padding-top: 5px;
  text-align: center;
}

.event-slide-list>li>.info>.title {
  font-size: 10pt;
  font-weight: 700;
  margin: 0px;
}

.event-slide-list>li>.info>.desc {
  font-size: 10pt;
  font-weight: 100;
  margin: 0px;
  color: #000;
}

.event-slide-list>li>.info>ul,
.event-slide-list>li>.social>ul {
  display: table;
  list-style: none;
  margin: 10px 0px 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
}

.event-slide-list>li>.social>ul {
  margin: 0px;
}

.event-slide-list>li>.info>ul>li,
.event-slide-list>li>.social>ul>li {
  display: table-cell;
  cursor: pointer;
  color: rgb(30, 30, 30);
  font-size: 11pt;
  font-weight: 300;
  padding: 3px 0px;
}

.event-slide-list>li>.info>ul>li>a {
  display: block;
  width: 100%;
  color: rgb(30, 30, 30);
  text-decoration: none;
}

.event-slide-list>li>.social>ul>li {
  padding: 0px;
}

.event-slide-list>li>.social>ul>li>a {
  padding: 3px 0px;
}

.event-slide-list>li>.info>ul>li:hover,
.event-slide-list>li>.social>ul>li:hover {
  color: rgb(30, 30, 30);
  background-color: rgb(200, 200, 200);
}

@media (min-width: 768px) {
  .event-slide-list{
      columns: 2;
      -webkit-columns: 2;
      -moz-columns: 2;
  }
  .event-slide-list>li {
      position: relative;
      display: block;
      width: 100%;
      height: 120px;
      padding: 0px;
  }
  .event-slide-list>li>time,
  .event-slide-list>li>img {
      display: inline-block;
  }
  .event-slide-list>li>time,
  .event-slide-list>li>img {
      width: 120px;
      float: left;
  }
  .event-slide-list>li>.info {
      background-color: rgb(245, 245, 245);
      overflow: hidden;
  }
  .event-slide-list>li>time,
  .event-slide-list>li>img {
      width: 75px;
      height: 120px;
      padding: 0px;
      margin: 0px;
  }
  .event-slide-list>li>.info {
      position: relative;
      height: 120px;
      text-align: left;
      page-break-inside: avoid;
  }
  .event-slide-list>li>.info>.title,
  .event-slide-list>li>.info>.desc {
      padding: 0px 10px;
  }
  .event-slide-list>li>.info>ul {
      position: absolute;
      left: 0px;
      bottom: 0px;
  }
  .event-slide-list>li>.social {
      position: absolute;
      top: 0px;
      right: 0px;
      display: block;
      width: 40px;
  }
  .event-slide-list>li>.social>ul {
      border-left: 1px solid rgb(230, 230, 230);
  }
  .event-slide-list>li>.social>ul>li {
      display: block;
      padding: 0px;
  }
  .event-slide-list>li>.social>ul>li>a {
      display: block;
      width: 40px;
      padding: 10px 0px 9px;
  }
}

.event-slide-list>li>.info>.title{
  font-size: 10pt;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1;
  color: #1f354c;
  position: relative;
  left: 4px;
  top: 0;
  background: #f5f5f5;
  padding: 0px;
  margin: 0;
}

.section-venc-bg{
  /*background-image: url('../../assets/img/novedades/5.jpg');*/
  background-repeat: round;
  background-color: #f5f8fd;
}

@media (max-width: 768px) {
  .event-slide-list{
      columns: 1;
      -webkit-columns: 1;
      -moz-columns: 1;
  }
}

/*Box para Vencimientos*/

.boxed {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  /*margin: 0 10px 40px 10px;*/
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  /*transition: all 0.3s ease-in-out;*/
  /*text-align: center;*/
}

.boxed-white {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 25px;
  /*background: #f5f8fd;*/
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  /*transition: all 0.3s ease-in-out;*/
  /*text-align: center;*/
}

.boxed-white h4 {
  font-weight: 700;
}

:root {
  --red: hsl(0, 78%, 62%);
  --cyan: hsl(180, 62%, 55%);
  --orange: hsl(34, 97%, 64%);
  --blue: hsl(212, 86%, 64%);
  --varyDarkBlue: hsl(234, 12%, 34%);
  --grayishBlue: hsl(229, 6%, 66%);
  --veryLightGray: hsl(0, 0%, 98%);
  --weight1: 200;
  --weight2: 400;
  --weight3: 600;
}

body {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  background-color: var(--veryLightGray);
}

.attribution {
  font-size: 11px; text-align: center;
}
.attribution a {
  color: hsl(228, 45%, 44%);
}

h1:first-of-type {
  font-weight: var(--weight1);
  color: var(--varyDarkBlue);

}

h1:last-of-type {
  color: var(--varyDarkBlue);
}

@media (max-width: 400px) {
  h1 {
      font-size: 1.5rem;
  }
}

.header {
  text-align: center;
  line-height: 0.8;
  margin-bottom: 50px;
  margin-top: 100px;
}

.header p {
  margin: 0 auto;
  line-height: 2;
  color: var(--grayishBlue);
}


.box p {
  color: var(--grayishBlue);
}

.box {
  border-radius: 5px;
  box-shadow: 0px 30px 40px -20px var(--grayishBlue);
  padding: 30px;
  margin: 20px;
}

img {
  float: right;
}

@media (max-width: 450px) {
  .box {
      height: 200px;
  }
}

@media (max-width: 950px) and (min-width: 450px) {
  .box {
      text-align: center;
      height: 180px;
  }
}

.cyan {
  border-top: 3px solid var(--cyan);
}
.red {
  border-top: 3px solid var(--red);
}
.blue {
  border-top: 3px solid var(--blue);
}
.orange {
  border-top: 3px solid var(--orange);
}

h2 {
  color: var(--varyDarkBlue);
  font-weight: var(--weight3);
}


@media (min-width: 950px) {
  .row1-container {
      display: flex;
      justify-content: center;
      align-items: center;
  }

}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 14px !important;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: 1tr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/*Top bar nuevo*/

#superior {
    background: #252a40;
    text-align: right;
/*     color: #1bb1dc; */
    position: sticky;
    transition: all 0.5s;
    z-index: 999;
    margin-top: -72px;
}

@media (max-width: 991px) {
  #superior {
      display: none;
  }
}

#header.header-scrolled #superior,
#header.header-pages #superior {
  display: none;
}

#superior a {
  color: #FFF !important;
  text-decoration: none;
  text-transform: uppercase;
}

.cbp-hrmenu>ul>li {
  display: inline-block;
/*   border-right: 1px solid #47a3da;
  border-left: 1px solid #47a3da; */
  margin: 0;
}

.cbp-hrmenu a.btncbp {
  padding: 9px 8px 10px 8px;
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
}

.cbp-hrmenu .iconosAccBarraSuperior {
  padding: 7px 10px 5px 7px !important;
}

.cbp-hrmenu .iconosAccBarraSuperior img {
  height: 18px !important;
  width: 18px !important;
  vertical-align: middle !important;
}

#header {
  padding: 0;
}

#footer .copyright {
  color: #fff;
}

#faq {
  padding-top: 0px;
}

#call-to-action .cta-btn {
  height: 65px;
  min-width: 200px;
  /*180*/
  max-width: 200px;
  font-size: 14px;
  padding: 8px 16px;
  /*8x20x*/
}

#header .logo img {
  margin-top: 10px;
  max-width: 235px;
}

.navSuperior {
  margin-bottom: 0px;
}

.acordion-tramites{
  background: rgb(78,137,198);
  background: linear-gradient(90deg, rgba(120,158,44,1) 0%, rgba(78,137,198,1) 100%);
  padding: 5px 5px 5px 15px;
}

/* video institucional */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}