/**
* Cliente: Colegio de Ingenieros - Distrito I
* Autor: CU3IKO Servicios Audiovisuales
*/

@font-face {
  font-family: 'Airlock Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Airlock Regular'), url('../fonts/AIRLOCK.woff') format('woff');
  }


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #47b2e4;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

.airlock {
  font-family: 'Airlock Regular' !important;
  font-weight: 400;
}

.error a {
  color: #00a54f !important;
  text-decoration: none;
  background-color: transparent;
}

.error a:hover {
  color: #038b45;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Jost", sans-serif;
}

*, ::before {
  outline: none !important;
  text-decoration: none !important;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #003A74;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #003A74;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  text-decoration: none;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: #15B881;
  color: #fff;
  transition: all 0.4s;
  text-decoration: none
}

.back-to-top i:hover {
  background: #379576;
  color: #fff;
  text-decoration: none;
}

.back-to-top::before, .back-to-top::after {
  text-decoration: none !important;
  outline: none !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  background: linear-gradient(0deg,rgba(24,60,113,0.65),rgba(24,60,113,0.97) 70%);
}

#header:after {
    content: "";
    width: 100px;
    height: 100px;
    background: url('../img/transporte.jpg') top center no-repeat;
    background-position: 0px -250px;
    background-size: cover;
    position: absolute;
    display: inline-block;
}

#header.header-scrolled, #header.header-inner-pages {
  background: rgba(40, 58, 90, 0.9);
}

#header .logo {
  display: table;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 65px;
}

.social-media-container {
  position: absolute;
  right:0px;
  top: 10px;
  width:650px;
  height:35px;
  text-align: right;
}

.social-media-container i {
  color:#e6eaef;
  font-size: 1.3rem;
  margin-left: 10px;
}

.social-media-container i.fa-search {
  position: absolute;
  right: 12px;
  top: 8px;
}

.social-media-container input{
  width:120px;
  height: 35px;
  border-radius: 50px;
  border:1px solid #e6eaef;
  background-color: transparent;
  margin-left: 10px;
  transition-duration: 0.5s;
  color: #e6eaef;
  padding:0px 12px;
} 

.social-media-container input.text-full {
  width: 240px;
}

.social-media-container input:hover, #social-media-btn-search:hover{
  width: 240px;
  transition-duration: 0.5s;
}

#social-media-btn-search {
  margin-left: 0px;
  font-size: 18px !important;
}

.social-media-container input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.social-media-container input:focus{
  outline: none;
}

#carousel-colegio {
  height: 200px;
  margin-top: 175px;
}

#carousel-colegio .carousel-item {
  height: 380px !important;
}

#carousel-colegio .carousel-control-next, #carousel-colegio .carousel-control-prev {
  top: unset;
}

#carousel-colegio .carousel-indicators {
  bottom: -220px;
}

#carousel-colegio .carousel-indicators li {
  background-color: lightgray;
}

#carousel-colegio .carousel-item.dark h1 {
  color: #163564;
}

#carousel-colegio .carousel-item.dark h2 {
  color: #333;
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu {
  width: 100%;
  display: table;
}

.nav-menu ul {
  margin: 0;
  padding: 4px 20px;
  list-style: none;
  background: rgba(0,0,0,0.1);
  border-radius: 20px;
  font-size: 14.7px;
  font-family: "Open Sans", sans-serif !important;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  font-size: 14.7px;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
  text-decoration: none;
  letter-spacing: 0.2px;
  font-weight: 500;
}

.nav-menu > ul > li:first-child {
  padding-left: 0px !important;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  transition: 0.3s;
  letter-spacing: 0.2px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #47b2e4;
  text-decoration: none;
}

.nav-menu .drop-down {
  color: white;
}

.nav-menu .drop-down ul {
  border-radius: 8px;
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100%);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.6);
  border-left: 8px solid #00a34f;
  backdrop-filter: blur(0.4rem);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
  border-left: 8px solid #00a34f;
}

.nav-menu .drop-down li {
  color: #163564;
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14.5px !important;
  text-transform: none;
  color: #0c3c53;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;

}

.nav-menu .drop-down ul a i{
  font-size: 14.5px !important;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #47b2e4;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

/* Mobile: alto controlado y recorte */
@media (max-width: 768px){
  .banner-box{
    aspect-ratio: 16/9;      
  }
  .banner-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;       /* recorta manteniendo proporción */
    object-position: left;   /* alinear a la izquierda */
    display: block;
  }
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Get Startet Button */
.get-started-btn {
  margin-left: 25px;
  color: #fff;
  border-radius: 50px;
  padding: 6px 25px 7px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  border: 2px solid #47b2e4;
  font-weight: 600;
}

.get-started-btn:hover {
  background: #31a9e1;
  color: #fff;
}

@media (max-width: 768px) {
  .get-started-btn {
    margin: 0 48px 0 0;
    padding: 6px 20px 7px 20px;
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  top: 20px;
  right: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #003A74;
  padding: 0px !important;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #47b2e4;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  margin-left: 16px;
  border-left: 4px solid rgba( 0, 0, 0, 0.04);

}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(40, 58, 90, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  padding:0px !important;
}

#hero .inside {
  position:absolute;
  width: 100%;
  height: 556px;
  background: linear-gradient(0deg,rgba(24,60,113,0.65),rgba(24,60,113,0.97) 70%) no-repeat;
}

#hero .container {
  padding-top: 72px;
  
}
#hero .flex-column {
  text-align: left;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 50px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #47b2e4;
}

#hero .btn-get-started:hover {
  background: #209dd8;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: inline-block;
  padding: 10px 0 8px 40px;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  position: relative;
}

#hero .btn-watch-video i {
  color: #fff;
  font-size: 32px;
  position: absolute;
  left: 0;
  top: 7px;
  transition: 0.3s;
}

#hero .btn-watch-video:hover i {
  color: #47b2e4;
}

#hero .img-fluid {
  max-height: 280px !important;
}

.owl-internal-animated-up-down {
  animation: up-down 2.5s ease-in-out infinite alternate-reverse both;
}

.owl-internal-animated-left-right {
  animation: lateral 2.5s ease-in-out infinite alternate-reverse both;
}

.owl-internal-animated-zoom-in {
  animation: zoom-in 2s ease-in-out infinite alternate-reverse both;
}

.owl-internal-animated-zoom-in:hover {
  transform: scale(1.05);
  animation: none;
  transition: 0.6s;
}

.owl-internal-animated-atention {
  -webkit-animation-name: atention;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
}

@media (max-width: 991px) {
  #hero {
    height: 100vh;
    text-align: center;
  }
  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
  #hero .btn-watch-video {
    font-size: 16px;
    padding: 10px 0 8px 40px;
    margin-left: 20px;
  }
  #hero .btn-watch-video i {
    font-size: 32px;
    top: 7px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@-webkit-keyframes lateral {
  0% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(-10px);
  }
}

@keyframes lateral {
  0% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(-10px);
  }
}

@-webkit-keyframes zoom-in {
  0% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1.05);
  }
}

@keyframes zoom-in {
  0% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1.05);
  }
}

@-webkit-keyframes atention {
  0% {opacity: 0;}
  50%{opacity:1;}
  100%{opacity:0;}
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  overflow: hidden;
}

.section-bg {
  background-color: #f3f5fa;
}

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

.section-title h2 {
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  color: #00a44e;
}

.section-title h2 span{
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding-bottom: 5px;
  position: relative;
  color: black;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #00a44e;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Cliens
--------------------------------------------------------------*/
.cliens {
  padding: 12px 0;
  text-align: center;
}

.cliens img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}

.cliens img:hover {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .cliens img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li + li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #47b2e4;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #47b2e4;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #47b2e4;
}

.btn-learn-more:hover {
  background: #47b2e4;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #003A74;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li + li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
}

.why-us .accordion-list span {
  color: #47b2e4;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
  color: #47b2e4;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {
  .why-us .content, .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .img {
    min-height: 400px;
  }
  .why-us .content {
    padding-top: 30px;
  }
  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .why-us .img {
    min-height: 200px;
  }
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #003A74;
  font-family: "Poppins", sans-serif;
}

.skills .content ul {
  list-style: none;
  padding: 0;
}

.skills .content ul li {
  padding-bottom: 10px;
}

.skills .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #47b2e4;
}

.skills .content p:last-child {
  margin-bottom: 0;
}

.skills .progress {
  height: 50px;
  display: block;
  background: none;
}

.skills .progress .skill {
  padding: 10px 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #003A74;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e8edf5;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #4668a2;
}



#map-services {
  width:100%;
  height:100%;
  display: table;
}


.bg-space-top {
  padding-top: 180px;
}

.social-links {
  float: right;
}

@media(max-width:768px){
  .bg-space-top {
    padding-top: 115px;
  }

  #hero {
    height: 42vh !important;
    text-align: center;
  }

  .owl-carousel .item {
    text-align: center;
    width: 360px !important;
    height: 255px !important;
    overflow: hidden;
    margin: 0;
    padding: 0;
    transform: scale(1) !important;
  }

  .owl-carousel .owl-item img {
    width: 100% !important;
  }

  .main-panel {
    margin: 130px 0px 20px 0px;
  }

  .panel-login .main-panel {
    margin: 85px 0px 20px 0px;
  }

  .img-thumbnail {
    max-width: 200px !important;
    position: relative;
    left: 50%;
    transform: translateX(-100px);
    margin-bottom: 30px;
  }

  #footer, #footer .footer-top {
    text-align: center !important;
  }

  #footer .footer-top h4{
    text-align: center;
    font-size: 20px !important;
  }

  .social-links {
    float: unset !important;
    text-align: center;
    padding-top: 25px;
  }

  #footer .footer-top p, #footer .footer-contact p, #footer .footer-links p {
    text-align: center;
  }

  .mobile-nav * {
    margin: 0;
    padding: 6px 6px !important;
    color: #003A74;
    font-weight: 500;
    outline: none;
  }

  .mobile-nav .logo-sigma {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .section-title {
    text-align: center;
    padding-bottom: 16px;
  }
 
  .section-title h2 {
    font-size: 20px;
  }

  .main-panel {
    display: block !important;
  }

  .contact .info, .contact .php-email-form {
    padding: 0px !important;
  }

  #pdf-read-menu {
    margin-top: 0px;
    padding: 6px 6px;
  }

  #pdf-read-menu .float-right {
    width: 100%;
    float: right !important;
  }

  #pdf-read-canvas {
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
  }

  #pdf-read-menu h1 {
    font-size: 20px !important;
    line-height: 24px;
    margin-left: 10px;
  }

  #contact .mt-5 {
    margin-top: 0px !important;
  }

  #contact .btn-primary {
    padding: 0px 12px 0px !important;
  }

  .noticias-main h4 {
    margin-top: 20px;
    font-size: 16px !important;
  }

  .noticias-main .ml-0 {
    margin:0px 10px;
    padding: 0px !important;
  }

  .noticias-main {
    margin-bottom: 0px !important;
  }

  .noticias-main .pl-4{
    padding: 0px !important;
  }

  .noticias-main .details {
    text-align: justify;
  }

  .noticias .col-sm-12, .noticias-main .col-xs-12 {
    padding-left: 0px; padding-right: 0px;
    margin-top: 0px !important;
  }

  .noticias #form-busqueda input {
    margin-bottom: 10px;
  }

  .publication-title {
    font-size: 18px !important;
    line-height: 20px !important;
    margin-top: 6px !important;
    display: table;
    width:100%;
  }

  .publication-close {
    float: unset !important;
    width:fit-content !important;
    clear:both !important;
    text-align: left;
    margin-top: 6px !important;
    display: table !important;
    transform: scale(1);
  }

  .publication-close:hover {
    transform: scale(1);
  }

  .publication-mobile {
    font-weight: 600;
    background-color: rgba( 0, 0, 0, 0.05);
    padding: 6px 10px;
    border-radius: 10px;
    font-size: 12px;
    float: right;
    margin-bottom: 10px; 
  }

  #publication .image-left, #publication .image-right, #publication .image-center {
    float: unset !important;
    clear: both;
    margin: 10px auto !important;
    position: relative;
    display: block !important;
  }

  #publication iframe {
    width: 100% !important;
  }

  .fancybox-slide {
    padding: 4px !important;
  }

  #publication .icon-edit {
    position: absolute !important;
    right: 10px;
  }

  .dominio-territorial .mapa {
    height: 430px !important;
  }

  .dominio-territorial .panel-body .round {
    width: 30px;
    height: 30px;
    margin-right: 12px;
    margin-bottom: 10px;
  }

  .matriculado-tarjeta {
    width: 95% !important;
  }

  .fancybox-slide > * {
    width: 95% !important;
    padding: 0px !important;
    margin: 0px !important;
  }

  #c3-ventana-emergente {
    padding: 0px !important;
    margin: 0px !important;
  }

  .button-mobile {
    width: 100%;
  }

  .btn-news {
    padding: 7px 18px;
    background: #15B881;
    border-radius: 12px;
    color: white;
    border: 0px;
    margin: 12px 0px 6px 0px;
  }

}


/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
}

.cta .cta-btn:hover {
  background: #47b2e4;
  border: 2px solid #47b2e4;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  background: #47b2e4;
  color: #fff;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.6s;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all 0.3s;
  background: rgba(55, 81, 126, 0.8);
  padding: 10px 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #f9fcfe;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #47b2e4;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img {
  transform: scale(1.15);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
}

.team .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover {
  transform: translateY(-10px);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #003A74;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}

.team .member .social a i {
  color: #003A74;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #47b2e4;
}

.team .member .social a:hover i {
  color: #fff;
}

.team .member .social a + a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 60px 40px;
  box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
  background: #fff;
  height: 100%;
  border-top: 4px solid #fff;
  border-radius: 5px;
}

.pricing h3 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 20px;
  color: #003A74;
}

.pricing h4 {
  font-size: 48px;
  color: #003A74;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 sup {
  font-size: 28px;
}

.pricing h4 span {
  color: #47b2e4;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding: 10px 0 10px 30px;
  position: relative;
}

.pricing ul i {
  color: #28a745;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 6px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 50px;
  color: #47b2e4;
  transition: none;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  transition: 0.3s;
  border: 1px solid #47b2e4;
}

.pricing .buy-btn:hover {
  background: #47b2e4;
  color: #fff;
}

.pricing .featured {
  border-top-color: #47b2e4;
}

.pricing .featured .buy-btn {
  background: #47b2e4;
  color: #fff;
}

.pricing .featured .buy-btn:hover {
  background: #23a3df;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}


@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/****** MARGIN Y PADDING *******/
.pl0 { padding-left: 0px !important; }
.pl5 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl40 { padding-left: 40px !important; }
.pl50 { padding-left: 50px !important; }
.pr0 { padding-right: 5px !important; }
.pr5 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr40 { padding-right: 40px !important; }
.pr50 { padding-right: 50px !important; }
.pb0 { padding-bottom: 0px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important;  }
.pb15 { padding-bottom: 15px !important;  }
.pb20 { padding-bottom: 20px !important;  }
.pb25 { padding-bottom: 25px !important;  }
.pb30 { padding-bottom: 30px !important;  }
.pb5 { padding-bottom: 5px !important;  }
.pb10 { padding-bottom: 10px !important;  }
.pb15 { padding-bottom: 15px !important;  }
.pb20 { padding-bottom: 20px !important;  }
.pb25 { padding-bottom: 25px !important;  }
.pb30 { padding-bottom: 30px !important;  }
.pb40 { padding-bottom: 40px !important;  }
.pb50 { padding-bottom: 50px !important;  }
.pt0 { padding-top: 0px !important;  }
.pt5 { padding-top: 5px !important;  }
.pt10 { padding-top: 10px !important;  }
.pt15 { padding-top: 15px !important;  }
.pt20 { padding-top: 20px !important;  }
.pt25 { padding-top: 25px !important;  }
.pt30 { padding-top: 30px !important;  }
.pt5 { padding-top: 5px !important;  }
.pt10 { padding-top: 10px !important;  }
.pt15 { padding-top: 15px !important;  }
.pt20 { padding-top: 20px !important;  }
.pt25 { padding-top: 25px !important;  }
.pt30 { padding-top: 30px !important;  }
.pt40 { padding-top: 40px !important;  }
.pt50 { padding-top: 50px !important;  }
.ml5{ margin-left: 5px !important;  }
.ml10{ margin-left: 10px !important;  }
.ml12{ margin-left: 12px !important;  }
.ml15{ margin-left: 15px !important;  }
.ml20{ margin-left: 20px !important;  }
.ml25{ margin-left: 25px !important;  }
.ml30{ margin-left: 30px !important;  }
.ml40{ margin-left: 40px !important;  }
.ml50{ margin-left: 50px !important;  }
.ml60{ margin-left: 60px !important;  }
.ml70{ margin-left: 70px !important;  }
.ml80{ margin-left: 80px !important;  }
.ml90{ margin-left: 90px !important;  }
.mr5{ margin-right: 5px !important;  }
.mr10{ margin-right: 10px !important;  }
.mr15{ margin-right: 15px !important;  }
.mr20{ margin-right: 20px !important;  }
.mr25{ margin-right: 25px !important;  }
.mr30{ margin-right: 30px !important;  }
.mr40{ margin-right: 40px !important;  }
.mr50{ margin-right: 50px !important;  }
.mt0{ margin-top: 0px !important;  }
.mt5{ margin-top: 5px !important;  }
.mlt0{ margin-top: 10px !important;  }
.mtl2{ margin-top: 12px !important;  }
.mt15{ margin-top: 15px !important;  }
.mt20{ margin-top: 20px !important;  }
.mt25{ margin-top: 25px !important;  }
.mt30{ margin-top: 30px !important;  }
.mt40{ margin-top: 40px !important;  }
.mt50{ margin-top: 50px !important;  }
.mb0{ margin-bottom: 0px !important;  }
.mb5{ margin-bottom: 5px !important;  }
.mb10{ margin-bottom: 10px !important;  }
.mb12{ margin-bottom: 12px !important;  }
.mb15{ margin-bottom: 15px !important;  }
.mb20{ margin-bottom: 20px !important;  }
.mb25{ margin-bottom: 25px !important;  }
.mb30{ margin-bottom: 30px !important; }
.mb40{ margin-bottom: 40px !important; }
.mb50{ margin-bottom: 50px !important; }

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f3f5fa;
  min-height: 40px;
  margin-top: 72px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #003A74;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4668a2;
  content: "/";
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #47b2e4 !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: rgba(40, 58, 90, 1);
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 15px;
  color: #444444;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #003A74;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #47b2e4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #209dd8;
}

#footer .footer-top {
  border-top: 1px solid rgba( 0, 0, 0, 0.05);
  padding: 40px 0 10px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 25px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #003A74;
}

#footer .footer-top .footer-contact .logo {
  width:160px;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

#footer a {
  color:black;
}

#footer a:hover{
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #003A74;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #47b2e4;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #47b2e4;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #47b2e4;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #209dd8;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}


#footer .copyright {
  float: left;
  font-size: 15px;
  color:rgba( 255, 255, 255, 0.6 );
  font-family: "Poppins", sans-serif;
}

#footer .credits {
  float: right;
  font-size: 15px;
  color:rgba( 255, 255, 255, 0.6 );
  font-family: "Poppins", sans-serif;
}

#footer .credits a {
  transition: 0.3s;
  color:rgba( 255, 255, 255, 0.8 );
  font-weight: 700;
}

#footer .credits a:hover {
  transition: 0.3s;
  text-decoration: none;
}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer .copyright, #footer .credits {
    text-align: center;
    float: none;
  }
  #footer .credits {
    padding-top: 4px;
  }
}


.thumbnails {
  width:100%;
  height: 280px;
  overflow: hidden;
  background-color: gray;
}

.thumbnails .photo {
  width: 300px;
  height: 280px;
  float: left;
  overflow: hidden;
  background-color: rgba( 0, 0, 0, 0.02);
  text-align: center;
  overflow: hidden;
}

.thumbnails .photo.right img {
  float: right;
}
.thumbnails .photo.left img {
  float: left;
}

.onhover:hover {
  cursor: pointer;
}

.carousel-multi-item, .carousel-inner {
  overflow: visible;
}

.overflow-hidden {
  overflow: hidden !important;
}

.card {
  border:0px solid;
  border-radius: 0.3rem;
  overflow: hidden;
  transition: 0.53s;
}

.card:hover {
  transform: scale(1.05);
  transition: 0.3s;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.17); 
  box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.17);
  cursor: pointer;
}

.card .card-title{
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.card .card-text{
  font-size: 12px !important;
  margin-bottom: 20px;
}

.card-type {
  position: absolute;
  left: 0px;
  width: auto;
  height:28px;
  top: calc( 262px - 28px);
  background-color: #47b2e4;
  color: #fff;
  padding: 4px 12px;
  text-transform: uppercase;
  font-size: 14px;
}

.card-bottom-left {
  position: absolute;
  left: 10px;
  bottom: 0px;
  width: 140px;
  height:22px;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #283b5c;
}

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

.card-bottom-right {
  position: absolute;
  text-align: right;
  right: 10px;
  bottom: 0px;
  width: 47%;
  height:28px;
  color: #283b5c;
}

.card-bottom-right i{
  margin-left: 8px;
}
.owl-carousel .item {
  text-align: center;
  height: 250px;
  overflow: hidden;
  margin:0;
  padding: 0;
}
.wrapper-owl {
  position: relative;
  display: table;
  width:100%;
  height: 200px;
  margin: 180px auto;
}

.carousel-indicators {
  bottom: -45px;
}

.card-img-top {
  height: 262px;
}

.controls-top {
  margin-bottom: 20px;
}

.controls-top .title {
  display: inline-block;
  color: #47b2e4;
  font-weight: 900;
  margin-left: 6px;
}

.controls-top .btn-floating {
  margin-right: 5px;
}

.btn-floating i {
  margin-right: 5px;
  color: #47b2e4;
}



.noticias-main {
  clear: both;
  margin-bottom: 50px;
  background: #FFF !important;
}

.noticias-main .fila {
  clear: both;
  text-align:  left;
}

.noticias-main .separador {
  clear: both;
  width:100%;
  height: 24px;
  background: url(../../images/separador-noticias.jpg) center center repeat-x;
}

.noticias-main h2 {
  font-size: 16px;
  margin: 6px 0px 12px;
  line-height: 18px;
}

.noticias-main h2 a{
  font-size: 20px !important;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  line-height: 15.4px;
  color: black;
}

.noticias-main h4 {
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  color: #15B881 !important;
  margin-bottom: 3px;
}


.noticias-main .fecha {
  float: left;
  color: #15B881;
  font-weight: bold;
  color: white;
  padding: 7px 12px;
  margin-right: 16px;
  background: #15B881;
  border-radius: 12px;
}

.noticias-main .picture {
  float:left;
  height:150px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 3px 8px 0 rgb(0 0 0 / 20%);
}

.noticias-main .details {
  font-size: 13.5px;
}

@media (max-width: 600px) {
  .noticias-main h2 {
      line-height:11px;
  }
  
  .noticias-main h2 a{
      font-size: 18px !important;
      line-height: 19px !important;
  }
  
  .noticias-main .fecha {
      font-size:11px !important;
  }
}

@media (max-width: 479px) {
  h1 {
      font-size:15px !important;
  }
  
  .btn-primary {
      font-size: 12px !important;
      padding:4px 4px 4px 4px !important;
  }
  
  .space-movil {
      margin:0px !important;
      padding:0px !important;
  }
}

.fa-noticias-search-icon {
  position: absolute;
  font-size: 20px;
  margin:4px 0px 0px 4px;
}

.noticias-search-control {
  float: left;
  width: 100%;
  padding-left: 36px;
  height: 34px;
}

.btn-search-noticias {
  width: 100% !important;
}

.form-inline-noticias {
  box-shadow: 0 0 8px rgba(0,0,0,0.10);
  padding: 15px;
  border-radius: 5px;
  position: relative;
  background-color: #fff;
  margin-bottom: 25px;
}

#form-busqueda .fa-search {
  position: absolute !important;
  font-size: 20px !important;
  left: 20px;
  top: 6px;
}

#form-busqueda input[type="text"]{
  padding-left: 38px;
}


.pagination h2 {
  font-size: 20px;
  margin-right: 10px;
}
.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
  background: #209dd8;
}
.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
  background: #2c3e52;
  color: #fff;
}
.pagination ul > li > a, .pagination ul > li > span {
  background: #819f2a;
}
.pagination ul > li > a, .pagination ul > li > span {
  float: none;
  border: none;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  background: gray;
  padding: 6px 10px 6px 10px;
  font-weight: 700;
  font-size: 14px;
  text-shadow: none;
  border: none;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,0.15);
  box-shadow: inset 0 -3px 0 rgba(0,0,0,0.15);
}

.pagination ul {
  box-shadow: none;
  list-style: none;
  padding: 0;
  
}
.pagination_ul {
  margin: 0px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px !important;
}

.pagination_ul li{
  float: left;
  margin:0px 3px 6px 3px;
  padding: 3px;
}
.pagination_ul li a:hover{
  text-decoration: none;
}

#comisiones .titulo {
  color: #00a651;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 6px;
}

#comisiones .details {
  line-height: 15px;
}

.tarjetas-container {
  margin-right: 0px !important;
  padding-right: 0px !important;
}

.tarjetas-deslizables {
  padding: 0px !important;
  width: 415px !important;
  float: right !important;
  padding: 0px !important
}

@media (max-width: 768px) {
  .tarjetas-deslizables {
    width: 100% !important;
  }
}

.tarjetas-deslizables .owl-item,  .tarjetas-deslizables .item{
  width: 278px !important;
  height: 278px !important;
}

.tarjetas-deslizables .owl-nav {
  top: -28px !important;
}

.tarjetas-deslizables .owl-nav button {
  width: 42px !important;
  height: 42px !important;
  background: #283a5a !important;
  border-radius: 22px !important;
}

.tarjetas-deslizables .owl-nav button:hover {
  background: #00a651 !important;
}

.tarjetas-deslizables .owl-nav button.owl-next {
  right: 2px !important;
}

.tarjetas-deslizables .owl-nav button.owl-prev {
  left: 2px !important;
}

.tarjetas-deslizables .owl-nav button.owl-next span {
  position: absolute;
  font-size: 42px !important;
  bottom: -6px !important;
  left: 15.5px !important;
  color: white;
  outline: none;
}

.tarjetas-deslizables .owl-nav button.owl-prev span {
  position: absolute;
  font-size: 42px !important;
  bottom: -6px !important;
  left: 13.5px !important;
  color: white;
  outline: none;
}

.tarjetas-deslizables .caption {
  position: absolute;
  height: fit-content;
  bottom: 10px;
  background: rgb(229,234,245);
  background: linear-gradient(0deg, rgba(229,234,245,0.92) 0%, rgba(241,243,251,0.75) 80%, rgba(242,243,245,0) 100%);
  padding: 30px 20px;
  width: 100%;
}

.tarjetas-deslizables .caption .title {
  color: black;
  font-weight: 700;
  font-size: 14px;
  line-height: 15px;
  margin-bottom: 10px;
}

.tarjetas-deslizables .caption .description {
  color: #666;
  font-weight: 400;
  font-size: 12.5px;
  line-height: 13.5px;
}

.tarjetas-deslizables:hover {
  transform: scale(1) !important;
}

.tarjetas-deslizables .owl-nav.disabled + .owl-dots {
  bottom: -2px;
  position: absolute;
  margin: 0 auto;
  left: 57px;
}

.tarjetas-deslizables .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.5) !important;
}

.tarjetas-deslizables .owl-dots .owl-dot.active span, .tarjetas-deslizables .owl-dots .owl-dot:hover span {
  background: #00a651 !important;
}

.mosaico-tarjetas .border {
  width: 100%;
  border-radius: 16px !important;
  background: rgba(0, 0, 0, 0.01);
  display: table;
  border: 1px solid #f3f3f3 !important;
}

.mosaico-tarjetas .icon-box-4 {
  /*height: 230px !important;*/
  border-radius: 16px !important;
  border: 8px solid rgba( 255, 255, 255, 0.18 ) !important;
  box-shadow: 6px 6px 12px 0 rgb(0 0 0 / 15%);
}

.mosaico-tarjetas .icon-box-4 .icon {
  margin-bottom: 4px !important;
}

.mosaico-tarjetas .owl-carousel .owl-stage {
  overflow: hidden;
  height: auto; /* ❌ no altura fija */
  border-radius: 16px !important;
}

.mosaico-tarjetas .tarjetas-deslizables .owl-item,
.mosaico-tarjetas .tarjetas-deslizables .item {
  width: 415px !important;
  aspect-ratio: 4 / 5;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  height: 100% !important;
  margin-bottom: 32px;
}

/* 📸 Contenedor de imagen */
.mosaico-tarjetas .tarjetas-deslizables .item .image {
  width: 100%;
  height: 100%;
  object-fit: cover; /* ✅ Cubre sin deformar */
  object-position: center; /* ✅ Centra verticalmente */
  display: block;
}

@media screen and (max-width: 767px) {
  .mosaico-tarjetas  .tarjetas-deslizables .item .image {
    padding: 0px 15px;
    transform: scale(0.83);
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 23px !important;
    margin: 5px 3px !important;
  }
}

.mosaico-tarjetas .tarjetas-deslizables {
  background: #1f4275 !important;
  border-radius: 16px !important;
  overflow: hidden;
  display: table;
  box-shadow: 6px 6px 12px 0 rgb(0 0 0 / 25%);
  border: 1px solid #e9e9e9 !important;
  height:100%;
}

.mosaico-tarjetas .tarjetas-deslizables .owl-nav.disabled + .owl-dots {
  bottom: 0px !important;
  position: absolute;
  margin: 0 auto;
  left: 12px;
}

.mosaico-tarjetas .tarjetas-deslizables .caption {
  position: absolute;
  height: 100px;
  bottom: 0px;
  background: #e8e8e8;
  border-top: 4px solid #d4d4d4;
  padding: 12px 12px;
  text-align: left;
  width: 100%;
}

.mosaico-tarjetas .owl-carousel .owl-nav {
  position: absolute;
  height: 0px;
  top: 68% !important;
  width: 100%;
}

.mosaico-tarjetas .tarjetas-deslizables .owl-nav button {
  background: #00a651 !important;
}

.mosaico-tarjetas .tarjetas-deslizables .owl-nav button:hover {
  background: #283a5a !important;
}

.mosaico-tarjetas .leer-mas {
  position: absolute;
  right: 15px;
  bottom: 6px;
  z-index: 100;
}

.mosaico-tarjetas .leer-mas a {
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
}

.mosaico-tarjetas .leer-mas a:hover, .mosaico-tarjetas .leer-mas a:active {
  color: #47b2e4;
}

.mosaico-tarjetas .titulo-seccion {
  position: absolute;
  width: fit-content !important;
  background: #283a5a !important;
  color: white;
  font-size: 15px;
  z-index: 100;
  font-weight: 700;
  padding: 8px 12px 8px 12px;
  top: -22px;
  right: 0px !important;
  font-family: "Jost", sans-serif;
  box-shadow: 6px 6px 12px 0 rgb(0 0 0 / 15%);
  border-radius: 8px;
  margin-right: -16px;
}

@media (max-width: 768px) {
  .mosaico-tarjetas .titulo-seccion {
      right: 12px !important;
  }
}

.tarjetas-2x1 .icon-box-4 {
  /*height: 209px !important;*/
}

.tarjetas-2x1 .icon-box-4 h4 {
  margin-bottom: 14px;
  font-size: 18px;
}

.tarjetas-2x1 .icon-box-4 .icon i {
  color: #47b2e4;
  font-size: 48px;
}

#hero .owl-nav button {
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(0deg, rgba(0,0,0,0) 2%, rgba(0,0,0,0.50) 25%, rgba(0,0,0,0.70) 50%, rgba(0,0,0,0.50) 75%, rgba(0,0,0,0) 98%);
}

#hero .owl-nav button span{
  padding: 12px;
  font-size: 80px;
}

#hero .owl-nav button:hover span{
  color: #00a651 !important;
  font-size: 80px;
}

#hero .owl-nav button.owl-prev {
  left: -5px;
}

#hero .owl-nav button.owl-next {
  right: -5px;
}

.comentar { 
  border-left:2px solid #e1e1e1;
  padding: 12px 12px 12px 14px;
  font-size: 13px;
  color: #666;
  font-weight: 400;
  font-style: oblique;
  margin: 12px 0px;
  background: #fbfbfb;
  text-align: initial;
}

.comentar b, .comentar strong{ 
  font-weight: 600;
}

.enmarcar { 
  border-radius: 6px;
  padding: 14px;
  font-size: 13px;
  color: rgb(61, 61, 61);
  font-weight: 400;
  font-style: oblique;
  margin: 12px 0px;
  background: #dee2e6;
}

.enmarcar b, .enmarcar strong{ 
  font-weight: 600;
}

.panel-tramites-matricula .heading{
  color: #003A74;
  font-size: 22px;
}

.popup-video-scale {
  padding: 0px !important;
  margin: 0px !important;
  width: 854px !important;
  height: 480px !important;
}

#main-video {
  position:relative; width: 854px; height: 480px;
}


@media (max-width: 768px) {
  .popup-video-scale {
    padding: 0px !important;
    margin: 0px !important;
    width: 100% !important;
    height: calc(100vh/1.779) !important;
  }

  #main-video {
    position:relative; width: 100% !important; 
    height: calc(100vh/1.779) !important;
  }

  .row.tarjetas-2x1 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0px !important;
    }

  .row.tarjetas-2x1 .row{
    width: auto !important;
  }

  .tarjetas-2x1 .tarjetas-data {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

