/* Media querys
// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... } */

img {
  width: 100%;
  height: auto;
}

.img-certificado {
  width: 100%;
  max-width: 270px;
}

.card-text__span {
  display: block;
  margin: 10px 0;
  font-size: 20px;
  text-align: left;
}

.padding-certificado {
  padding: 40px 60px;
}

.card-text__span b {
  margin-right: 8px;
}

.img-arrow {
  width: 7px;
}

body {
  font-family: 'Encode Sans';
}

.navbar-light .navbar-toggler {
  border-color: transparent;
}

.navbar-light .navbar-toggler:focus {
  outline: none !important;
}

.breadcrumb-container {
  position: absolute;
  width: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.65);


}

.d-ib {
  display: inline-block;
}

.sec-nov {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.breadcrumb-container .breadcrumb {
  padding-bottom: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: ' ';
  background-image: url('/static/images/publico/arrow.svg');
  background-size: 12px 8px;
  height: 8px;
  width: 12px;
  margin-right: 8px;
  color: #FFFFFF;
}

.breadcrumb-item a {
  color: #FFFFFF;
}

.breadcrumb-item {
  color: #FFFFFF;
}

.breadcrumb-item.active {
  color: #FFFFFF;
}

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

.text-green {
  color: #195B2C !important;
}

.text-black {
  color: #333 !important;
}

.text-strong-blue {
  color: #004A7F !important;
}

.text-link {
  cursor: pointer;
  font-weight: normal;
  text-decoration: none;
}

.padre li {
  line-height: 29px;
}


.font-bold {
  font-weight: bold;
}

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

.img-sombra {
  background-color: #eff0f6;
  border: .01rem solid #e0e1ed;
  color: #585CA1;
}

.width100 {
  width: 100%;
}

.doc-img-card {
  width: 60px;

}

.card-title {
  text-decoration: none !important;
}

.a-clean {
  text-decoration: none !important;
}

.border-radius {
  border-radius: 10px 10px 0 0;
}

.border-bottom-normativa {
  border-bottom: 8px solid #926BBC !important;
}

.border-bottom-licitaciones {
  border-bottom: 8px solid #50B8B1 !important;
}


.border-bottom-consultas,
.border-bottom-telefonos,
.border-bottom-atencion {
  border-bottom: 8px solid #0BBAEF !important;
}

.card-modal {
  cursor: pointer;
}

.lista-novedades__fecha {
  display: inline-block;
  color: rgb(136 136 136);
  margin: 0;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.4px;
}

.phone-ref {
  position: relative;
}

.titulo-seccion {
  margin-bottom: 1rem;
}

.owl-slide {
  position: relative;
}

.owlTramos {
  position: absolute;
  bottom: 0;
  background-color: #000;
  opacity: 0.5;
  width: 100%;
  height: 24%
}

.owlTramosTexto {
  position: absolute;
  bottom: 20px;
  left: 40px;

}

.owlTramosBTN {
  position: absolute;
  bottom: 35px;
  right: 40px;
}


.margin-left-tittle {
  margin-left: 20px;
  position: relative;
}

.text-mobile-align {
  text-align: left;
}


.jumbotron-banner {
  background-image: url("../images/publico/banner.jpg");
  background-size: cover;
  height: 100%;
  position: relative;
  display: flex;
  padding: 13rem 0 !important;
  align-items: center;
}

.jumbotron-banner-tarifas {
  background-image: url("../images/tarifas/peaje.png");
  background-size: cover;
  height: 100%;
  padding: 7rem 0 !important;
  position: relative;
  display: flex;
  align-items: center;
  background-position: center;
}

.aSlider {
  text-decoration: none !important;
}


.bg-strong-blue {

  background-color: #004A7F;
}

.bg-blue {
  background-color: #0BBAEF;
}


.bg-green {
  background-color: #195B2C;
}



.secTP .img-logo {
  max-width: 400px;
}

.sec140 .img-logo {
  max-width: 230px;
  display: block;
  margin: auto;
}

.btn-white {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.btn-transparent {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn-light-blue {
  color: #fff;
  background-color: #0BBAEF;
  border-color: #0BBAEF;
}


.btn-orange {
  color: #fff;
  background-color: #F7941E;
  border-color: #F7941E;
}

.btn-rose {
  color: #fff;
  background-color: #EE3D8F;
  border-color: #EE3D8F;

}


.card-title-servicio {
  border-bottom: 1px solid grey;
}

.card-title-servicio-gratuitos::after {
  height: 4px;
  background: #F7941E;
  width: 6%;
  content: "";
  position: absolute;
  left: 0;
  top: 120%;
}

.card-title-servicio-onerosos::after {
  height: 4px;
  background: #EE3D8F;
  width: 6%;
  content: "";
  position: absolute;
  left: 0;
  top: 120%;
}

section {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.withuout-top {
  padding-top: 0;
}

footer {}

.content-center {

  padding: 3em 12em;
}


footer .img-logo {
  max-width: 200px;
}

.bg-gray {
  background-color: #e5eaeb
}

.navbar-brand-style {
  font-size: 27px;
  color: #2f2f2f;
}

.alert-warning {
  color: #444;
  background-color: #fffaf3;
  border: 3px solid #f9a822;
}

/* custom cards */
.custom-cards-container {
  margin-left: -30px;
  margin-right: -30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.custom-cards-container>div {
  display: flex;
}

.custom-card {
  width: 100%;
  border: solid 1px #ddd;
  border-radius: 10px;
  box-shadow: none;
  color: #333;
  display: block;
  text-decoration: none !important;
  margin-bottom: 30px;
  margin-bottom: 20px;
}

.custom-card:hover {
  background: #f3faff;
  color: #333;
  opacity: 0.8;
}

a.custom-card {
  transition: background .15s;
}

.alert.alert-warning a {
  font-weight: 600;
}

a.custom-card .custom-card-heading {
  transition: opacity .15s;
}

.custom-card>.custom-card-heading {
  min-height: 152px;
  background-position: center center;
  background-size: cover;
  border: 0;
  min-height: 152px;
}

.custom-card>.custom-card-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.custom-card-heading {
  border-top-left-radius: 9px !important;
  border-top-right-radius: 9px !important;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.custom-card-body {
  padding: 15px 20px;
}

.custom-card-body h3 {
  color: #333;
  margin: 0 0 10px 0;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.3;
}

/* buttons */
.news-header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.news-header a {
  margin-left: 16px;
}

.volver-novedades__p {
  color: #0BBAEF;
  font-weight: bold;
  display: inline-block;
}

.link-volver img {
  width: 2%;
}

.cards-contacto {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

@media (max-width: 1100px) {
  .cards-contacto {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 580px) {
  .cards-contacto {
    grid-template-columns: 1fr;
  }
}

.btn {
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 8px 20px;
  text-transform: inherit;
  vertical-align: top;
  white-space: normal;
  word-break: initial;
  text-decoration: none;
  letter-spacing: inherit;
}

.breadcrumb {
  background-color: transparent;
  padding-left: 0;
}

.custom-card-service {
  width: 100%;
  border: solid 1px #ddd;
  border-radius: 10px;
  box-shadow: none;
  color: #333;
  display: block;
  text-decoration: none !important;
  margin-bottom: 30px;
  margin-bottom: 20px;
}

.text-service li {
  font-size: 15px;
  padding-bottom: 4px;
  margin: 0 10px;
}

.box-text-service {
  height: 135px;
}

.altura-min-card {
  min-height: 170px;
}

h5.card-title.card-title-transp.text-black.font-bold.mt-3.mb-3 {
  padding: 0 20px !important;
}

.custom-card-doc {
  width: 100%;
  border: solid 1px #ddd;

  border-radius: 10px;
  box-shadow: none;
  color: #333;
  display: block;
  text-decoration: none !important;
  margin-bottom: 30px;
  margin-bottom: 20px;
}

.custom-card-doc:hover {
  color: #333;
  opacity: 0.8;
}




body {
  background-color: transparent !important;
}

.navbar {
  border-bottom: solid 1px #ddd;
}

.breadcrumb li {
  font-size: 14px;
  line-height: 22px;
}

.content_with_aside {
  display: flex;
  flex-direction: column;
}

.content_with_aside section:last-child {
  margin-top: 8px;
}

@media (min-width: 768px) {
  .content_with_aside {
    flex-direction: row;
  }

  .content_with_aside section:last-child {
    margin-top: auto;
  }

}

.content_with_aside aside ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
  font-size: 22px;
  line-height: 26px;
}

.content_with_aside aside li a {
  padding: 13px 20px;
  border-radius: 30px;
  color: #0072bb;
  text-decoration: none;
  display: block;
}

.content_with_aside aside li a.active {
  background-color: #0072bb;
  border: 0;
  color: #fff;
  font-weight: 600;
}

.new_format p,
.new_format li {
  color: #616161;
}

.new_format h4 {
  color: #424242;
}

/* ---------------------------------------------------------------------------- */
/* Styles v2 */
/* ---------------------------------------------------------------------------- */
.dropdown-item {
  color: #000000;
  font-size: 13px;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #000000;
  text-decoration: none;
  background-color: initial;
}

.container {
  font-size: 0.95rem;
}

.navbar {
  min-height: 90px;
}

nav.navbar ul {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
}

nav.navbar ul .active {
  font-weight: bold;
}

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

.navbar-nav {
  margin-top: 8px;
}

.bg-light {
  background-color: #FFFFFF !important;
}

a.dropdown-item {
  font-size: 13px;
}



.jumbo-title h1 {
  font-family: Encode Sans;
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.35);
}

#navbarSupportedContent .dropdown-menu {
  border-width: 0px;
}

.btn-noticia-vermas {
  border-radius: 30px;
  font-size: 11px !important;
  font-weight: 600;
  padding: 6px 10px !important;
  text-transform: inherit;
  vertical-align: top;
  white-space: normal;
  word-break: initial;
  text-decoration: none;
  letter-spacing: inherit;
  margin-right: 5px;
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.14);
  border: none;
  margin: 0;
}

.d-block {
  display: block !important;
}

.texto-noticia p {
  line-height: 25px;
}

/*.texto-novedad__data {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 55% 40%;
  justify-content: center;
  align-items: baseline;
  grid-gap: 5%;
}*/



.texto-novedad__data a {
  text-align: right;
}

.btn {
  border-radius: 30px;
  font-size: 14px !important;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 10px 32px !important;
  text-transform: inherit;
  vertical-align: top;
  white-space: normal;
  word-break: initial;
  text-decoration: none;
  letter-spacing: inherit;
  margin-right: 15px;
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25);
}

/* ---------------------------------------------------------------------------- */
/* Media querys */
/* ---------------------------------------------------------------------------- */
/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

@media (max-width: 768px) {

  .jumbo-title h2 {
    font-size: 20px;
  }

  .jumbotron-banner-tarifas {
    padding: 2rem 0 !important;

  }

  .owlTramosTexto {
    bottom: 16px !important;
  }

  .btn-xs {
    font-size: 11px !important;
    padding: 5px 20px !important;
  }

  .text-rutas-tittle {
    font-size: 18px;
  }

  .text-rutas-text {
    font-size: 15px;
  }


  footer .col-md-6 {
    text-align: center !important;
    margin-bottom: 40px;
  }

  .content-center {

    padding: 3em 3em;
  }

  .text-mobile-align {
    text-align: center;
  }

  .owlTramos {
    height: 40%
  }
}

@media (max-width:550px) {
  .owlTramosTexto {
    bottom: 13px !important;
  }

  .jumbo-title h2 {
    font-size: 17px;
  }
}

@media (max-width:430px) {
  .owlTramosTexto {
    bottom: 9px !important;
  }
}


/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .navbar-nav {
    margin-top: 0px;
  }

  #navbarSupportedContent .dropdown-menu {
    border-width: 1px;
  }
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container {
    max-width: 1378px;

  }
}

.service .custom-card-service img {
  border-radius: 10px 10px 0px 0px;
  filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.25));
}

.service .custom-card-service .btn {
  font-size: 22px;
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25);
}

.secTP .letf-side {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.f-left {
  float: left;
}

/* ---------------------------------------------------------------------------- */
/* Faqs */
/* ---------------------------------------------------------------------------- */

.itemm img {
  max-width: 18px;
}

.box-empresa {
  background: #fff;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.14);
  padding: 30px;
  margin: 5px 10px;
}

.center-vertical {
  height: 100%;
}

.title {
  font-family: Encode Sans;
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 70px;
  color: #000000;
}

.question {
  border: 1px solid #C4C4C4;
  border-top: 0px;
  box-sizing: border-box;
  padding: 16px;
}

.question:first-child {
  border-top: 1px solid #C4C4C4;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.question:last-child {
  border-bottom: 1px solid #C4C4C4;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.question-title {
  font-weight: 500;
  font-size: 21px;
  line-height: 37px;
  color: #262626;
}

.question .answer {
  padding-top: 12px;
}

.collapsing {
  display: block;
  background-color: red;
  opacity: 0;
}

.collapse.show {
  -webkit-animation: 800 ease-in-out 0s normal forwards 1 fadein;
  animation: 800 ease-in-out 0s normal forwards 1 fadein;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.arrow-collapse img-arrow {
  transition: transform 0.7s;
}

.arrow-collapse img-arrow.rotate {
  transform: rotate(90deg);
}

.with-arrows .owl-prev {
  position: absolute;
  top: calc(50% - 43px/2);
  /* 43 es la altura del svg */
  margin-left: 40px !important;
  display: block !important;
}

.owl-theme.with-arrows .owl-nav [class*=owl-]:hover {
  background: none;
  color: red;
}

.with-arrows .owl-next {
  position: absolute;
  top: calc(50% - 43px/2);
  right: 40px !important;
  display: block !important;
}

.own-slide-see-more {
  width: 100%;
  max-height: 100%;
  height: 100%;
  color: #000000;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: radial-gradient(rgb(216 221 225), #e3e4e6);
  text-decoration: none;
}

.own-slide-see-more:hover {
  /* color: white; */
  /* background-image: radial-gradient( #7b7a7f , rgb(123 122 127)); */
  opacity: 0.7;
}

.own-slide-see-more .link {
  font-size: 18px;
}

.owl-item {
  max-height: 100%;
}

.owl-stage {
  display: flex;
}




/*ESTILOS AGREGADOS*/
.jumbotron {
  padding: 4rem 0;
}

.container {
  max-width: 1168px;
}

.btn-orange:hover,
.btn-rose:hover,
.btn-light-blue:hover,
.btn-transparent:hover {
  color: #efefef !important;
}

nav.navbar ul {
  font-size: 13px;
}

.custom-card-service {
  box-shadow: 0px 4px 17px rgb(0 0 0 / 14%);
}

.owl-dots {
  position: relative;
  top: -60px;
  display: flex;
}

.card-title-servicio-onerosos::after {
  height: 7px;
  background: #EE3D8F;
  width: 8%;
  content: "";
  position: absolute;
  left: 0;
  top: 125%;
}

.card-title-servicio-gratuitos::after {
  height: 7px;
  background: #F7941E;
  width: 8%;
  content: "";
  position: absolute;
  left: 0;
  top: 125%;
}

.card {
  display: inline-block;
  margin: 0 10px;
}

h3.mb-4.text-white {
  font-weight: 700;
}

.card-header p {
  margin: 0;
  font-size: 10px;
}

.card-footer.text-muted {
  padding: 2px 0;
}

::-webkit-scrollbar {
  scrollbar-width: thin;
}


ul.listado-tel:not(.scroll--default)::-webkit-scrollbar {
  width: 0.3rem;
}

:not(.scroll--default)::-webkit-scrollbar {
  width: 0.5rem;
}

:not(.scroll--default)::-webkit-scrollbar-thumb {
  background: #d0d0d0;
  border-radius: 10px;
  height: 20px;
}

.phone-number {
  text-decoration: none;
  color: #333;
}

.lista-novedades__novedad {
  background: #f7f7f7;
  border-radius: 10px;
  text-align: left;

}

.icono-atencion {
  width: 60px;
}

.bg-atencion {
  height: 100px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.h5-canales {
  font-size: 16px;
  padding: 0 10px;
  min-height: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  line-height: 25px;
  font-weight: 600;
  cursor: pointer;
}

.border-radius.bg-atencion i {
  font-size: 40px;
  color: #10baef;
}

.item-card.card-block.text-center.custom-card-doc.altura-min-card.mb-4 {
  height: 100%;
  justify-content: center;
  display: flex;
}

.item-card-contacto {
  padding: 0 10px;
  height: 200px;
}

.lista-novedades__novedad>a>.cropped>img {
  width: 100%;
  /*  height:auto;  z11 */
  height: auto;
  /*z11 */
  object-fit: fill;
  /*z11 */


  border-radius: 10px 10px 0 0;
}

.cropped2 {
  width: 100%;
  height: 540px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 10px 0 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.3;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.lista-novedades__novedad>a>.cropped2>img {
  width: 100%;
  /*  height:auto;  z11 */
  height: auto;
  /*z11 */
  object-fit: fill;
  /*z11 */


  border-radius: 10px 10px 0 0;
}

.seccion-cropped {
  background-color: transparent;
  background-image: linear-gradient(135deg, #1f2b30 50%, #1f2b30 50%);
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
}

@media only screen and (max-width: 700px) {
  .lista-novedades__novedad>img {
    height: 250px;
  }
}


a {
  text-decoration: none !important;
}

.a-noticia {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}

.titulo-seccion-noticias {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  grid-gap: 10px;
}

.linea-noticia {
  display: inline-block;
  border: 1px solid #686868;
  width: 100%;
}

.lista-novedades__novedad>.texto-novedad {
  padding: 15px;
}

@media(max-width:1114px) {
  .lista-novedades__novedad>.texto-novedad {
    height: auto;
  }
}

.cropped {
  width: 100%;
  height: 140px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 10px 0 0;
}

.lista-novedades__novedad>.texto-novedad>a>h3 {
  font-size: 21px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
}

.seccion-titulo-bienvenida {
  text-align: center;
}

.seccion-titulo-bienvenida h2 {
  color: #4CBCEC;
  font-weight: 1000;
  font-size: 48px;
  margin-bottom: 25px;
}

.seccion-titulo-bienvenida span {
  color: #4CBCEC;
  font-size: 22px;
}

.seccion-rutas {
  background-image: url("https://cvsa.com.ar/media/background-rutas_VNRdpnW.jpg");
  background-size: cover;
}

.seccion-nombre {
  color: #4CBCEC;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
}

.seccion-rutas p {
  font-size: 15px;
  color: #333;
}

.lista-novedades__novedad>.texto-novedad>p {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media (max-width:570px) {
  .lista-novedades__novedad>.texto-novedad {
    height: auto;
  }

  .lista-novedades__novedad>.texto-novedad>h3 {
    font-size: 17px;
    height: auto;
  }

  .lista-novedades__novedad>.texto-novedad>p {
    font-size: 13px;
    height: auto;
  }
}


@media only screen and (max-width: 767px) {
  .lista-novedades__novedad>.texto-novedad {
    height: auto;
  }

  .lista-novedades__novedad>.texto-novedad>h3 {
    font-size: 21px;
    height: auto;
  }

  .lista-novedades__novedad>.texto-novedad>p {
    font-size: 14px;
    height: auto;
  }
}

.detallepost h3 {
  font-size: 16px !important;
}

.detallepost p {
  font-size: 11px !important;
}

.detallepostfecha {
  font-size: 10px !important;
}

.detallebtnver {
  font-size: 8px !important;
  padding: 6px 4px !important;
}

.lista-novedades {
  padding-bottom: 15px;
}

.text-center {
  text-align: center;
}

#formulario {
  max-width: 500px;
  margin: auto;
}

.text-canales {
  font-weight: bold;
  font-size: 26px;
  padding-top: 3rem;
  padding-bottom: 2rem;
}

ul.listado-tel {
  height: 43px;
  margin: 0;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: center;
}

.close-button {
  color: #fd3f3f !important;
}

.card-header li {
  margin: 0 2px;
  font-size: 10px;
  text-decoration: none;
}

.modal-body .card-body {
  padding: 10px;
  font-weight: bold;
  font-size: 12px;
}

.grid-phones {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.close:hover,
.close:focus {
  color: #fd3f3f !important;
}

.modal-header .close {
  padding: 10px 0;
}

@media (max-width:770px) {
  .boxItems {
    grid-template-rows: 1fr 1fr !important;
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width:480px) {
  .grid-phones {
    grid-template-rows: 1fr 1fr !important;
    grid-template-columns: 1fr 1fr !important;
  }

  .boxItems {
    grid-template-rows: 1fr !important;
    grid-template-columns: 1fr !important;
  }
}

.modal-body .card-header {
  padding: 10px 20px;
}

.modal-header {
  border-bottom: 0px;
}

.card-header {
  background: #0BBAEF;
  color: white;
  font-weight: bold;
}

.btn-tramos {
  border: 1px solid #0BBAEF;
  color: #0BBAEF;
}

.selectTramos {
  font-weight: 600;
  font-size: 1.5rem;
  padding: 5px !important;
  min-width: 129px;
}

.fRight {
  float: right;
}

@media (max-width:1060px) {
  .fRight {
    float: none;
  }
}

.question .tituloSeccion {
  font-size: 1.5rem;
}

h2.tituloQuienes {
  font-size: 75px;
  font-weight: 1000;
}

.imgDescription {
  color: #818181;
  font-style: italic;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 40px;
}

.subtituloSeccion {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.tituloSeccion {
  font-size: 2.4rem;
  font-weight: 700;
  color: #333;
  padding-bottom: 10px;
  display: inline-block;
}

.tituloSeccionCropped {
  font-size: 5rem;
  font-weight: 700;
  color: #fff;
  position: absolute;
  left: 0%;
  padding: 0 40px;
  top: 20%;
  text-align: center;
}




.texto-noticia__compartir {
  text-align: left;
}

.texto-noticia__compartir p {
  font-weight: bold;
}

.share-logo {
  width: 38px;
  margin: 0 10px;
}

.titulominiSeccion {
  font-size: 2.25rem;
  font-weight: 700;
  color: #333;
  padding-bottom: 10px;
  display: inline-block;
  font-size: 23px;
}

.grid-cuadros-tarifarios {
  display: grid;
  grid-template-columns: auto 1fr;
}



.tituloSeccionCard {
  font-size: 2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px !important;
}

.card {
  margin: 10px;
}

@media (max-width: 768px) {
  .card {
    margin: 10 0px;
  }

  .mbb-1 {
    margin-bottom: 1rem !important;
  }

  .flex-image {
    margin-top: 2rem;
  }

  .tituloSeccionCropped {
    font-size: 2.25rem;
  }
}

.flex-image {
  display: flex;
  align-items: center;
}

ul.text-service.padre {
  padding-left: 10px;
}

.tituloSeccionHome {
  font-size: 2.8rem;
  font-weight: 1000;
  color: #333;
  padding-bottom: 10px;
}

.seccion-cartas {
  position: relative;
  z-index: 99;
  top: -70px;
}

.div-cartas2{
  display: flex;
    gap: 25px;
    justify-content: center;
    margin-top: 12px;
}

.div-cartas2 .card-home h4 {
    font-size: 18px;
}

.div-cartas2 .card-home {
    font-size: 11px;
}

.div-cartas2 .card-home{
  width: 266px !important;
}

.div-cartas2 .card-home i{
  font-size: 55px;
}

@media (max-width: 1170px){
  .div-cartas2 .card-home{
    width: 240px !important;
  }
}

@media (max-width: 1030px){
  .div-cartas2 .card-home{
    width: 210px !important;
  }
  .div-cartas2 {
    gap: 10px;
  }
}

.div-cartas {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
}

.card-home {
  background: #fff;
  border-radius: 0.5em;
  color: #333;
  padding: 15px 20px;
  text-align: center;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.14);
  transition: 500ms ease all;
  height: 210px;
}

.card-home:hover {
  background: #10baef;
  color: #fff;
  transition: 500ms ease all;
}

footer p {
  color: white;
}

footer a {
  font-weight: 800 !important;
}

footer h4 {
  font-size: 20px;
  font-weight: 400;
}

footer.bg-blue.invi-print {
  padding: 90px 0 40px 0;
}

.boton-flotante-telepase {
  background: #185a2e;
  cursor: pointer;
  box-shadow: 0 0 8px rgb(0 0 0 / 50%);
  position: fixed;
  border-radius: 100%;
  font-size: 11.5px;
  padding: 20px;
  text-align: center;
  right: 8.5%;
  bottom: 3%;
  color: #fff;
  margin-bottom: 20px;
  width: 60px;
  display: flex;
  height: 60px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  z-index: 100;
  transition: 500ms ease all
}

@media (max-width: 768px) {
  .boton-flotante-telepase {
    right: 19.5%;
  }
}

label.dropHeader.dropHeader-1.boton-inferior-desplegable img {
  width: 52px;
  height: 26px;
}

.boton-inferior-desplegable {
  background: #ffffff;
  cursor: pointer;
  box-shadow: 0 0 8px rgb(0 0 0 / 50%);
  position: fixed;
  border-radius: 100%;
  font-size: 10.5px;
  padding: 20px;
  text-align: center;
  right: 3%;
  bottom: 3%;
  color: #fff;
  margin-bottom: 20px;
  width: 60px;
  display: flex;
  height: 60px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  z-index: 100;
  transition: 500ms ease all
}

.list {
  position: fixed;
  z-index: 9999;
  top: 65%;
  left: 93.4%;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.itemm {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  border-radius: 100%;
  color: #fff;
  background-color: rgb(37, 214, 234);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;

}

.itemm a {
  color: #fff !important;
}

.itemm:hover {
  background-color: #10baef;
}

/**********
***********/

#drop-1:checked~.list-1 {
  visibility: visible;
  opacity: 2;
  z-index: 99999999;
}


.card-home i {
  color: #4CBCEC;
  font-size: 65px;
  transition: 500ms ease all;
}

.card-home:hover i {
  color: #fff;
  transition: 500ms ease all;
}

.separador {
  width: 100%;
  border: 1px solid #5c5c5c;
  ;
}

.under-footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 25px;
  align-items: center;
}

.videos-tramos {
  width: 70%;
  margin: 15px auto;
}

.videos-tramos video {
  max-height: 330px;
}

.under-footer img {
  max-width: 100px;
}

.tituloSeccionHome2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #333;
  padding-bottom: 10px;
}

.boton-seccion {
  background: #333;
  border: none;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  margin-top: 30px;
}

.redes-flotantes {
  position: fixed;
  z-index: 100;
  left: 1%;
  display: grid;
  gap: 10px;
  top: 30%;
}

.titulo-seccion .row {
  align-items: center;
}

.redes-flotantes img {
  max-width: 32px;
}


a.dropdown-item {
  color: #333 !important;
}

.tituloSeccionHomeWhite {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  padding-bottom: 10px;
}

.tituloSeccionSm {
  font-size: 1.5rem;
  font-weight: 500;
  color: #333;
  padding-bottom: 10px;
}

button.btn-conocer-funcionarios {
  display: block;
}


.owl-dots.container-slider {
  margin-left: 180px;
  top: -130px;
}

footer p {
  font-size: 0.85rem;
  margin-bottom: 0.3rem;
}

.rounded {
  border-radius: 10px;
}

.lists li {
  line-height: 36px;
}

.onerosos p {
  line-height: 36px;
}

.jumbotron-banner {
  background-position: center;
}

ul {
  list-style: none;
  padding: 0;
}

.listado-canales>ul>li {
  margin: 10px 0;
  line-height: 25px;
}

.boxItems {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
}

.icon-contacto-hand {
  max-width: 125px;
  margin: auto;
  padding: 14px 0;
}

.msg-contacto {
  max-width: 17px;
  margin-right: 4px;
}

.icon-lic {
  min-height: 60px;
}

.icon-lic-road {
  min-width: 80px;
}

.min-give {
  min-width: 100px;
}

.boxItems-contacto {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 55px;
}

@media (max-width: 700px) {
  .boxItems-contacto {
    grid-template-columns: 1fr;
  }
}

img.img-sombra.width100.shadow {
  border-radius: 10px;
}

.box-popup {
  text-align: center;
  padding-top: 10px;
}

.box-popup>h1 {
  font-size: 24px;
  font-weight: bold;
}

.box-popup>p {
  font-size: 14px;
}

.modal-header {
  border-bottom: 0px;
  display: block;
}

.text-no-mostrar {
  color: #0BBAEF;
  font-weight: bold;
  cursor: pointer;
  font-size: 14px;
  margin: 10px 0;
}

.boton-facturas {
  background: #10BAEF;
  box-shadow: 0 0 8px rgb(0 0 0 / 50%);
  position: fixed;
  border-radius: 100%;
  padding: 20px;
  text-align: center;
  right: 3%;
  bottom: 3%;
  margin-bottom: 20px;
  width: 60px;
  display: flex;
  height: 60px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  z-index: 9999;
}

.boton-facturas i {
  color: #fff;
  font-size: 28px;
}

@media (max-width:1380px) {
  .boton-facturas {
    width: 60px;
    height: 60px;
  }

}

img.img-responsive.img-facturaboton {
  width: 70%;
}

.boton-facturas>h1 {
  font-size: 12px;
  font-weight: bold;
}

.boxItems__box {
  text-align: left;
  padding: 20px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 20px;
}

.boxItems__box .fa {
  font-size: 40px;
  color: #0bbaef;
  padding: 8px 0;
}

.boxItems__box p {
  font-weight: 500;
  color: #333;
  font-size: 15px;
  margin: 0;
}


.listado-canales>ul {
  padding-left: 10px;
}

.btn-llamar {
  padding: 5px 15px !important;
  font-size: 13px !important;
  position: absolute;
  top: 80%;
}

.liLink {
  cursor: pointer;
}

.box-text-tarifa {
  display: inline-block;
  margin-left: 20px;
}

.liLink:hover {
  font-weight: bold;

}

.contenedor-box {
  padding: 20px;
}

.imgTramo {
  border-radius: 5px 0 0 5px !important;
}

.color-line {
  height: 7px;
  background: #F7941E;
  width: 6%;
  margin-left: 20px;
}

.icon-search {
  border: none !important;
  border-radius: 10px 0px 0px 10px;
  height: 38px;
}

.form-search {
  border: none;
  background-color: #e9ecef !important;
  border-radius: 0px 10px 10px 0px !important;
}

.form-search:focus {
  background-color: #fff;
  border: none !important;
  outline: 0;
  box-shadow: none !important;

}


@media (max-width:1110px) {

  .padre li {
    line-height: 22px;
  }

  .owlTramosTexto {
    bottom: 13px;
  }

}

@media (max-width:930px) {
  .owlTramosBTN {
    bottom: 24px;
  }

  .owlTramosTexto {
    bottom: 3px;
  }
}

@media (max-width:800px) {

  .owlTramosTexto {
    bottom: 4px;
  }

  p.text-white.text-rutas-text {
    font-size: 12px;
  }

  .owlTramosBTN {
    bottom: 12px;
  }

  .padre li {
    line-height: 20px;
  }

  .text-service li {
    font-size: 13px;
    padding-bottom: 4px;
  }

}

@media (max-width:768px) {

  p.text-white.text-rutas-text {
    display: none;
  }

  .padre li {
    line-height: 22px;
  }

  .text-service li {
    font-size: 14px;
    padding-bottom: 6px;
  }
}

iframe {
  width: 100%;
}

.MsoNormal {
  font-family: 'Encode Sans';
}

.img-qr-certificado {
  max-width: 100px;
}

.qr-bottom {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  align-items: flex-end;
  max-width: 560px;
}

.right-img-qr {
  text-align: right;
}


.MsoNormal span,
p {
  font-family: 'Encode Sans' !important;
  line-height: 25px;
}

/* ESTE YA EXISTE, HAY QUE REEMPLAZARLO*/
@media (max-width: 768px) {
  .card-text__span {
    font-size: 16px;
  }

  .right-img-qr {
    text-align: center;
  }

  .qr-bottom {
    grid-template-columns: 1fr;
  }

  .img-certificado {
    max-width: 170px;
  }

  .owlTramos {
    height: 22%;
  }

  .tituloSeccion {
    font-size: 2.25rem;
  }

  .subtituloSeccion {
    font-size: 14px;
  }
}

/* HASTA ACA*/

@media (max-width:680px) {
  .owlTramos {
    height: 30%;
  }
}

@media (max-width:680px) {


  p.text-white.text-rutas-text {
    font-size: 10px;
  }
}


@media (max-width:517px) {
  p.text-white.text-rutas-text {
    margin-bottom: 8px;
  }

  .btn-ver-tramos {
    font-size: 9px !important;
    padding: 5px 15px !important;
  }

  .owlTramosBTN {
    bottom: 3px;
    margin: 0px;
  }
}

@media (max-width:445px) {
  .text-service li {
    font-size: 13px;
    padding-bottom: 3px;
  }

  .padre li {
    line-height: 19px;
  }
}

@media (max-width:470px) {
  p.text-white.text-rutas-text {
    font-size: 8px;
  }

  .btn-ver-tramos {
    padding: 5px 12px !important;
  }
}


@media (max-width:430px) {
  .btn-ver-tramos {
    font-size: 10px !important;
  }

}

/* --------------------------------------------------------------------------------------------------------- */
/* MODAL */
/* --------------------------------------------------------------------------------------------------------- */

.item img {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.item img:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.own-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1000;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

/* Modal Content (image) */
.own-modal .modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0)
  }

  to {
    -webkit-transform: scale(1)
  }
}

@keyframes zoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}

/* --------------------------------------------------------------------------------------------------------- */

.select2-container--default .select2-selection--single {
  border: 1px solid #ced4da;
  height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
  right: 8px;
  width: 20px;
}

.page-item.active .page-link {
  background-color: #0BBAEF;
  border-color: #0BBAEF;
}

a.page-link {
  color: #0BBAEF;
}

li.page-item.disabled {
  color: #0BBAEF;
}

.page-link:hover {
  color: #0BBAEF;
}

@media print {
  .invi-print {
    visibility: hidden;
  }

  #section-print,
  #section-print * {
    visibility: visible;
  }

  #section-print {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.w400 {
  max-width: 400px;
}

.iblock {
  display: inline-block;
}

.print-buttn {
  padding: 10px;
  border-radius: 100%;
  border: none;
  background: white;
}

.three-per-row .custom-control-inline {
  min-width: 30%;
}


@media (max-width: 900px) {
  .grid-cuadros-tarifarios {
    display: block;
  }

  .tituloSeccionHome {
    font-size: 1.8rem;
  }

  .jumbo-title h1 {
    font-size: 30px;
  }

  .imgTramo {
    border-radius: 10px 10px 0 0 !important;
  }

  .w400 {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width:900px) {
  .pt-0-mb {
    padding-top: 0;
  }
}

.card-contacto__h3 {
  font-weight: bold;
  font-size: 24px;
}

.icono-box-contacto {
  font-size: 75px;
  margin-bottom: 10px;
}

@media (max-width: 500px) {
  .jumbo-title h1 {
    font-size: 25px;
  }
}

.card-title-transp {
  font-size: 1rem !important;
}

.embed-responsive video {
  height: auto !important;
  top: -100px;
}

.embed-responsive {
  height: 400px;
  position: relative;
}

.icon-estatuto {
  width: 45px;
  height: auto;
}

.navbar-nav a {
  color: white;
}

.color-navbar {
  background-color: #10BAEF;
}

.icon-incomp {
  width: 33px;
  height: auto;
}

.icon-regla {
  width: 45px;
  height: auto;
}

.icontransp2 {
  width: 60px;
  height: auto;
}

/**/

.lab-grid-cell {
  max-width: 366px;
}

.lab-grid .lab-grid-cell {
  margin-bottom: 1.5em;
}

.lab-grid-cell {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .lab-grid-cell {
    float: left;
  }
}


@media only screen and (min-width: 1024px) {
  .w-third--d {
    width: 33.33333%;
  }
}

.img-hover-zoom {
  background: #f3f3f3;
  overflow: hidden;
  border-radius: 0.5em;

}

.imgnoticia {
  min-height: 240px;
}

.imgtramos {
  max-height: 180px;
}

.texto-servicios h3 {
  font-weight: 900;
  font-size: 25px;
  margin-bottom: 40px;
}

.img-hover-zoom--brightness img {
  transition: transform 2s, filter 1.5s ease-in-out;
  transform-origin: center center;
  filter: brightness(50%);
}

.img-hover-zoom img {
  max-width: 100%;
  vertical-align: middle;
  object-fit: cover;
  height: 400px;
}

.img-hover-zoom--brightness2 img {
  transition: transform 2s, filter 1.5s ease-in-out;
  transform-origin: center center;
  filter: brightness(100%);
}

.img-hover-zoom--brightness2:hover img {
  filter: brightness(70%);
  transform: scale(1.3);
}

.lab-grid-cell p {
  text-align: center;
}

.img-hover-zoom-title {
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  h3 {
    font-size: 1.25em;
  }
}

/* Slow-motion Zoom Container */
.img-hover-zoom--slowmo img {
  transform-origin: 50% 65%;
  transition: transform 5s, filter 3s ease-in-out;
  filter: brightness(150%);
}

/* The Transformation */
.img-hover-zoom--slowmo:hover img {
  filter: brightness(100%);
  transform: scale(3);
}

.img-hover-zoom:not(.img-hover-zoom--empty):hover {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, .3));
}

.img-hover-zoom--brightness:hover img {
  filter: brightness(70%);
  transform: scale(1.3);
}

.div-contenedor-novedad {
  width: 100%;
  height: 240px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5em;
}

.div-contenedor-novedad img {
  border-radius: 0.5em;
}

.grid-servicios {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}

.cuerpo-rutas {
  background: #fff;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.14);
  border-radius: 0 0 0.5em 0.5em;
  padding: 20px;
  text-align: center;
}

.cuerpo-rutas h3 {
  font-size: 25px;
  font-weight: bold;
}

.width-img-rutas {
  border-radius: 0.5em 0.5em 0 0;
}

.width-img-rutas img {
  height: auto !important;

}

.grid-rutas {
  display: flex;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.texto-servicios {
  padding: 0 10px;
  text-align: center;
}

.boton-servicios {
  border: 1px solid white;
  background: none;
  border-radius: 5px;
  padding: 10px 20px;
  color: white;
  font-size: 13px;
  font-weight: 500;
}

.boton-rutas {
  border: 1px solid #333;
  background: none;
  border-radius: 5px;
  padding: 10px 20px;
  color: #333;
  font-size: 13px;
  font-weight: 500;
}

.img-hover-zoom--brightness:hover .boton-servicios {
  background: white !important;
  color: #333 !important;
}

.texto-servicios1 {
  position: absolute;
  top: 60%;
  left: 9%;
  color: white;
}

.texto-servicios2 {
  position: absolute;
  top: 52.5%;
  left: 0%;
  color: white;
}

.texto-servicios3 {
  position: absolute;
  top: 60%;
  left: 12%;
  color: white;
}

.texto-servicios4 {
  position: absolute;
  top: 60%;
  left: 21%;
  color: white;
}

@media (max-width: 1110px) {
  .grid-servicios {
    grid-template-columns: 1fr 1fr;
  }

  .texto-servicios2 {
    top: 39%;
    left: 15%;
  }

  .texto-servicios1 {
    top: 39%;
    left: 28%;
  }

  .texto-servicios3 {
    top: 37%;
    left: 29%;
  }

  .texto-servicios4 {
    top: 35%;
    left: 33%;
  }
}

@media (max-width: 960px) {
  .list {
    left: 91.6%;
  }
}

@media (max-width: 880px) {
  .div-cartas2{
    display: grid !important;
  }
  .grid-servicios {
    grid-template-columns: 1fr;
  }

  .list {
    left: 90.6%;
  }

  .text-left {
    text-align: center !important;
  }

  .grid-rutas {
    grid-template-columns: 1fr;
  }

  .texto-servicios2 {
    top: 39%;
    left: 32%;
  }

  .div-cartas, .div-cartas2 {
    grid-template-columns: 1fr;
  }

  .seccion-cartas {
    top: -120px;
  }

  .texto-servicios1 {
    top: 39%;
    left: 36%;
  }

  .embed-responsive video {
    top: 0;
  }

  .texto-servicios3 {
    top: 37%;
    left: 39%;
  }

  .texto-servicios4 {
    top: 35%;
    left: 41%;
  }
}

@media (max-width: 670px) {
  .texto-servicios2 {
    top: 39%;
    left: 23%;
  }

  .div-cartas {
    grid-template-columns: 1fr;
  }

  .list {
    left: 88.6%;
  }

  .texto-servicios1 {
    top: 39%;
    left: 31%;
  }

  .texto-servicios3 {
    top: 37%;
    left: 32%;
  }

  .texto-servicios4 {
    top: 35%;
    left: 35%;
  }
}

@media (max-width: 500px) {

  .texto-servicios2 {
    top: 39%;
    left: 14%;
  }

  .texto-servicios1 {
    top: 39%;
    left: 24%;
  }

  .list {
    left: 86.6%;
  }


  .texto-servicios3 {
    top: 37%;
    left: 26%;
  }

  .texto-servicios4 {
    top: 35%;
    left: 31%;
  }
}

.btn-telepase {
  background-image: linear-gradient(180deg, #185A2E 0%, #185A2E 100%);
  color: white;
  font-weight: 800;
  font-style: italic;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  margin-left: 10px;
  margin-right: 5px;
  background-color: #185a2e !important;
  background-size: cover;
  background-blend-mode: screen;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.btn-140 {
  background: #004A7F;
  color: white;
  font-weight: 800;
  padding: 10px 15px;
  border-radius: 5px;
  border: none;
  min-width: 80px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}


.padding-lista {
  padding-left: 25px;
}


.linea-seccion {
  width: 100%;
  height: 1px;
  border: 1px solid #777777;
  display: inline-block;
}

.intro-seccion {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  margin-bottom: 15px;
}

.intro-seccion span {
  font-size: 15px;
  color: #10BAEF;
  font-weight: 700;
  letter-spacing: 2px;
  margin-right: 5px;
}

.instructions {
  text-align: center;
  font-size: 20px;
  margin: 15vh;
}

.grilla-autoridades {
  display: block;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.borde-card {
  border: 2px solid #f2f2f2;
  padding: 15px 20px;
  border-radius: 0 10px 10px 0;
}

.grid-header-sustentable {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}

.grid-header-sustentable img {
  width: 100%;
  max-width: 90px;
  margin-left: 15px;
}

.borde-card h2 {
  font-size: 22px;
  margin-top: 5px;
  color: #464646;
}

.card-autoridad {
  display: grid;
  grid-template-columns: 30% 70%;
  margin-bottom: 25px;
}

.card-autoridad img {
  border-radius: 10px 0 0 10px;
  height: 230px;
  object-fit: cover;
}

.borde-card h4 {
  font-size: 15px;
  font-weight: 500;
  color: #10baef;
  margin-top: 10px;
  margin-bottom: 5px;

}

.h4-directorio {
  font-size: 25px;
  font-weight: 700;
  color: #10baef;
  margin-bottom: 20px;
}

.h4-gerencias {
  font-size: 25px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.input-group {
  align-items: center;
}

.grid-name-proc {
  display: grid;
  grid-template-columns: 60% 40%;
  align-items: center;

}

.card.item-card.card-block.text-center.custom-card-doc.altura-min-card {
  display: flex;
  align-items: center;
  justify-content: center;
}

h5.card-title.card-title-transp.text-black.font-bold.mt-3 {
  margin-bottom: 0 !important;
}

.altura-min-card i {
  font-size: 50px;
  color: #10baef;
}

.logo-sust {
  max-width: 20px;
  margin-right: 30px;
}

.borde-card p {
  font-size: 13px;
  color: #6b6b6b;
  height: 125px;
  overflow-y: scroll;
  padding-right: 10px;
  margin: 0;
}

/* tooltips*/

.tooltip-toggle {
  cursor: pointer;
  position: relative;
}

.tooltip-toggle svg {
  height: 18px;
  width: 18px;
}

.tooltip-toggle::before {
  position: absolute;
  top: -42px;
  left: -85px;
  background-color: #9fb763;
  border-radius: 5px;
  color: #fff;
  content: attr(aria-label);
  padding: 0.5rem;
  text-transform: none;
  transition: all 0.5s ease;
  width: 170px;
}

.tooltip-toggle::after {
  position: absolute;
  top: -7.5px;
  left: 39px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #9fb763;
  content: " ";
  font-size: 0;
  line-height: 0;
  margin-left: -5px;
  width: 0;
}

.tooltip-toggle::before,
.tooltip-toggle::after {
  color: #ffffff;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  text-align: center;
}

.tooltip-toggle:focus::before,
.tooltip-toggle:focus::after,
.tooltip-toggle:hover::before,
.tooltip-toggle:hover::after {
  opacity: 1;
  transition: all 0.75s ease;
}

main {
  overflow-y: hidden;
}

.td-sust {
  display: grid;
  grid-template-columns: 1fr auto;
}

.toggle2::before {
  left: -55px !important;
}

.toggle2::after {
  top: -8px !important;
  left: 59px !important;
}


@media (max-width: 768px) {
  .card-autoridad {
    display: block;
  }

  table.table.table-hover.table-responsive-lg {
    margin-top: 15px;
  }

  .grid-name-proc {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .grid-header-sustentable img {
    max-width: 60px;
  }

  .card-autoridad img {
    border-radius: 10px 10px 0 0;
  }

  .borde-card {
    border-radius: 0 0 10px 10px;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
	//   Default Modal Styles   //
////////////////////////////////////////////////////////////////////////////////////////////// */
/*   This is the background overlay   */
.backgroundOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #000000;
  opacity: .85;
  filter: alpha(opacity=85);
  -moz-opacity: .85;
  z-index: 101;
  display: none;
}

/*   This is the Popup Window   */
.delayedPopupWindow {
  display: none;
  position: fixed;
  width: 600px;
  top: 47%;
  left: 50%;
  margin-left: -300px;
  margin-top: -210px;
  z-index: 102;
  padding: 10px 20px;
}

@media (max-width: 768px) {
  .delayedPopupWindow {
    width: 400px;
    top: 50%;
    left: 65%;
  }
}

@media (max-width: 550px) {
  .delayedPopupWindow {
    left: 73%;
  }
}

@media (max-width: 430px) {
  .delayedPopupWindow {
    left: 73%;
  }
}


/*   This is the closing button  */
#btnClose {
  width: 100%;
  display: block;
  text-align: right;
  text-decoration: none;
  color: #BCBCBC;
}

/*   This is the closing button hover state  */
#btnClose:hover {
  color: #c90c12;
}

/*   This is the description headline and paragraph for the form   */
#delayedPopup>div.formDescription {
  float: left;
  display: block;
  width: 44%;
  padding: 1% 3%;
  font-size: 18px;
  color: #666;
  clear: left;
}

/*   This is the styling for the form's headline   */
#delayedPopup>div.formDescription h2 {
  color: #444444;
  font-size: 36px;
  line-height: 40px;
}

/* 
////////// MailChimp Signup Form //////////////////////////////
*/

/*   This is the signup form body  */
#delayedPopup #mc_embed_signup {
  padding: 1%;
  display: block;
  font-size: 16px;
  color: #666;
  margin-left: 1%;
}

/*   This is the styling for the signup form inputs  */
#delayedPopup #mc-embedded-subscribe-form input {
  width: 95%;
  height: 30px;
  font-size: 18px;
  padding: 3px;
  margin-bottom: 5px;
}

/*   This is the styling for the signup form inputs when they are being hovered with the mouse  */
#delayedPopup #mc-embedded-subscribe-form input:hover {
  border: solid 2px #40c348;
  box-shadow: 0 1px 3px #AAAAAA;
}

/*   This is the styling for the signup form inputs when they are focused  */
#delayedPopup #mc-embedded-subscribe-form input:focus {
  border: solid 2px #40c348;
  box-shadow: none;
}

/*   This is the styling for the signup form submit button  */
#delayedPopup #mc-embedded-subscribe {
  width: 100% !important;
  height: 40px !important;
  margin: 10px auto 0 auto;
  background: #5D9E62;
  border: none;
  color: #fff;
}

/*   This is the styling for the signup form submit button hover state  */
#delayedPopup #mc-embedded-subscribe:hover {
  background: #40c348;
  color: #fff;
  box-shadow: none !important;
  cursor: pointer;
}

.cropped-img {
  height: 250px;
  overflow: hidden;
}

.cropped-img img {
  height: 440px;
}

.grid-cards-declaraciones {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.grid-cards-declaraciones2{
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
  gap: 15px;
}

@media (max-width: 860px){
  .grid-cards-declaraciones2 {
    grid-template-columns: 1fr 1fr;
}
}

@media (max-width: 580px){
  .grid-cards-declaraciones2 {
    grid-template-columns: 1fr;
}
}

.grid-cards-actas {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.grid-cards-actas-zara{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}

.under-line {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #efefef;
  margin: 10px 0 15px 0;
}

.comision-fisca h3{
  font-size: 13px !important;
  margin-bottom: 3px; 
}

.card-actas {
  border: 1px solid #f2f2f2;
  padding: 15px 30px;
  border-radius: 15px;
  height: 190px;
  display: grid;
  align-items: center;
  grid-template-rows: 55% 5% 30%;
}

.card-actas a {
  display: block;
}

.card-declaracion{
  border: 1px solid #f2f2f2;
  padding: 15px 30px;
  border-radius: 15px;
}

.card-declaracion h3 {
  font-size: 20px;
  color: #333;
  font-weight: 600;
}

.card-actas h3 {
  font-size: 16px;
  color: #333;
  font-weight: 600;
}

.card-actas span {
  font-size: 12px;
}

.card-declaracion a {
  font-size: 15px;
  font-weight: 400;
  color: #2594E4;
  display: block;
  margin: 10px 0;
}

.card-declaracion span {
  color: #adadad;
  font-size: 14px;
}

.btn-conocer-funcionarios {
  background: #0bbaef;
  border: none;
  border-radius: 50px;
  padding: 5px 20px;
  font-weight: 600;
  margin: 20px 0;
  font-size: 14px;
}

.btn-mas-detalle {
  background: #fff;
  border: 1px solid #0bbaef;
  color: #0bbaef;
  border-radius: 50px;
  padding: 5px 20px;
  font-weight: 600;
  margin: 35px 0;
  display: block;
}

.btn-mas-detalle a {
  color: #0bbaef;
}

.btn-conocer-funcionarios a {
  color: #fff;
}

.card-declaracion i {
  margin-right: 5px;
}

@media (max-width: 880px) {
  .grid-cards-declaraciones {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .grid-cards-declaraciones {
    grid-template-columns: repeat(1, 1fr);
  }
}

#accordian::-webkit-scrollbar {
  width: 5px;
  height: 8px;
}
#accordian::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #e4e4e4;
}
#accordian::-webkit-scrollbar-thumb {
  background: #0089ff;
  border-radius: 10px;
  transition: 0.5s;
}
#accordian::-webkit-scrollbar-thumb:hover {
  background: #d5b14c;
  transition: 0.5s;
}

#accordian {
	background: #fff;
	overflow-x: hidden;
}

.show-dropdown i {
  margin-right: 10px;
}

.category-a{
  font-weight: 500;
}

ul.show-dropdown li{
  margin: 10px 0;
}

#accordian li {
	list-style-type: none;
}

ul.show-dropdown:first-child > li > a:first-child{
  font-weight: 700;
  font-size: 21px !important;
}

.a-first{
	color: #9c9c9c;
	text-decoration: none;
	font-size: 19px;
	display: block;
/* 	line-height: 34px; */
border-bottom: 1px solid #f9f9f9;
	padding: 12px 15px;
	transition: all 0.15s;
	position: relative;
	border-radius: 3px;
}

#accordian>ul.show-dropdown>li.active>a,
#accordian>ul>li>ul.show-dropdown>li.active>a,
#accordian>ul>li>ul>li>ul.show-dropdown>li.active>a,
#accordian>ul>li>ul>li>ul>li>ul.show-dropdown>li.active>a,
#accordian>ul>li>ul>li>ul>li>ul>li>ul.show-dropdown>li.active>a{
    color: #10BAEF;
}

#accordian>ul>li>ul,
#accordian>ul>li>ul>li>ul,
#accordian>ul>li>ul>li>ul>li>ul,
#accordian>ul>li>ul>li>ul>li>ul>li>ul {
	display: none;
}


#accordian>ul>li.active>ul.show-dropdown,
#accordian>ul>li>ul>li.active>ul.show-dropdown,
#accordian>ul>li>ul>li>ul>li.active>ul.show-dropdown,
#accordian>ul>li>ul>li>ul>li>ul>li.active>ul.show-dropdown {
	display: block;
}

#accordian>ul>li>ul,
#accordian>ul>li>ul>li>ul,
#accordian>ul>li>ul>li>ul>li>ul,
#accordian>ul>li>ul>li>ul>li>ul>li>ul {
	padding-left: 20px;
}

#accordian a:not(:only-child):after {
	content: "\f105";
    position: absolute;
    right: 20px;
    top: 14px;
    font-size: 15px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    transition: 0.5s;
}

#accordian .active>a:not(:only-child):after {
		transform: rotate(90deg);
}