/*------General----------*/

body,
html {
  font-family: "Open Sans", sans-serif;
  line-height: 1.7;
  color: #777;
  font-weight: 400;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  font-weight: 700;
  font-family: "Droid Sans", sans-serif;
}

h2,
h4 {
  color: #113959;
}

h3 {
  font-family: "Open Sans", sans-serif;
}

.w960 {
  max-width: 960px;
  margin: 0px auto;
}

a,
a:hover {
  color: #113959;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.img-quienes-somos {
  width: 400px; /* Ajusta el ancho según tus necesidades */
  height: auto;
  margin-bottom: 20px; /* Ajusta el margen inferior según tus necesidades */
  border-radius: 40px;
  transition: transform 0.3s ease-in-out; /* Transición suave al hacer hover */
  border: 2px solid #ddd;
  box-sizing: border-box;
}

.img-quienes-somos:hover {
  transform: scale(1.1); /* Aumenta ligeramente el tamaño al hacer hover */
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.7;
}

.item blockquote {
  border-left: none;
  margin: 0;
}

.item blockquote img {
  margin-bottom: 10px;
}

.item blockquote p:before {
  content: "\f10d";
  font-family: "Fontawesome";
  float: left;
  margin-right: 10px;
}

.box-area {
  padding: 30px;
  margin-bottom: 30px;
  background: #f0f0f0;
  border-bottom: 1px solid #000000;
  border-radius: 50px;
  border-top: 1px solid #000000;
  height: 100%; /* Asegura que todas las cajas tengan la misma altura */
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Distribuye el contenido dentro de las cajas */
}

.box-area img {
  max-height: 370px; /* Asegura que todas las imágenes tengan la misma altura */
  object-fit: cover; /* Evita que las imágenes se distorsionen */
  border-radius: 20px; /* Opción para que las imágenes tengan bordes redondeados, si lo deseas */
}

.box-area-icon i {
  font-size: 40px;
  color: #113959;
}

.news-events-box {
  padding: 20px;
  margin: 0 0 15px 0;
  position: relative;
  background: #ededed;
}

.news-events-box h2 {
  font-size: 30px;
  color: #333333;
  padding: 0 0 15px 0;
  margin: 0;
}

.news-events-box h3 {
  font-size: 14px;
  font-weight: normal;
  color: #333;
  padding: 0 0 15px 0;
  margin: 0;
}
/*-------Menu----------*/
.isFixed {
  left: 0px;
  width: 100%;
}

.menu {
  margin-top: 0px;
  position: absolute;
  z-index: 999;
  left: 0px;
  right: 0px;
}

/* .navArea {
	float:right;;
} */

.navwrapper .container {
  padding: 0;
  width: auto;
}

.nav > li > a {
  display: inline-block;
}

nav.navbar.navbar-wrapper.stuckMenu {
  border: 0px;
}

.navbar-nav > li {
  float: none;
  display: inline-block;
  padding: 0;
}

.navbar-nav {
  margin: 0 auto;
  text-align: center;
  float: none;
  background: #ffffff96;
}

.navbar-toggle {
  margin-right: 0px;
}

.navbar-header {
  margin-right: 0px !important;
}

.navbar-toggle .icon-bar {
  background: #113959;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  color: #113959;
  background-color: transparent;
}

.nav > li > a:hover:after,
.nav > li > a:focus:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: #113959;
  position: absolute;
  bottom: 0;
  left: 0;
}

.nav > li > a {
  display: inline-block;
  color: #000000;
  padding: 12px 19px;
  font-size: 13px;
  font-weight: 500;
}

.navbar {
  min-height: 0px;
}

.navbar-wrapper {
  margin-top: 0px;
  position: relative;
  z-index: 15;
}

.navbar-wrapper .container {
  padding: 0px;
}

.navbar-collapse {
  padding: 0;
}

.navbar-collapse.in {
  max-height: 100%;
}

.navbar.navbar-inverse.navbar-static-top {
  margin: 0px auto;
  background: none;
  color: #c3c8d6;
  border: none;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.navbar.navbar-inverse.navbar-static-top a {
  color: #fff;
  padding: 31px 16px;
  line-height: 18px;
  text-align: center;
}

.navbar.navbar-inverse.navbar-static-top a:hover {
  background: none;
  color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus {
  background: none;
  color: #fff !important;
}

.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
}

#main-nav ul.nav > li.active > a {
  color: #113959;
}

#main-nav ul.nav > li.active > a:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: #113959;
  position: absolute;
  bottom: 0;
  left: 0;
}

.hideClass {
  display: none;
}

.isFixed .navbar-inverse .navbar-nav > .active > a,
.isFixed .navbar-inverse .navbar-nav > .active > a:focus {
  background: #113959;
  color: #fff;
}

.isFixed .navbar.navbar-inverse.navbar-static-top a:hover {
  background: #113959;
  color: #fff;
}

.isFixed .navbar.navbar-inverse.navbar-static-top a {
  color: #fff;
}

nav.navbar.navbar-wrapper.stuckMenu.isFixed {
  border-radius: 0px;
}

.stuckMenu {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #fff;
}

.isFixed {
  background: #fff;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* logo */

/*------Intro----------*/
header {
}

.intro {
  font-size: 60px;
  line-height: 1;
  font-weight: 900;
  color: #fff;
}
/*-----------Heading-------------*/
.heading {
  padding-bottom: 0px;
  text-align: center;
  max-width: 960px;
  margin: 0px auto;
}

.heading h2 {
  font-weight: 700;
  font-size: 35px;
  color: #113959;
  margin: 0;
  padding: 5px;
  text-transform: capitalize;
}

.heading h3 {
  font-size: 16px;
  line-height: 1.7;
  font-weight: normal;
  border-bottom: 1px solid #ededed;
  margin-bottom: 30px;
}

img#site-title {
  max-width: 150px;
}

/*------- 	Gallery Events-------------*/
/* General style */
.grid-gallery ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.grid-gallery figure {
  margin: 0;
}

.grid-gallery figure img {
  display: block;
  width: 100%;
}

.grid-gallery figcaption h3 {
  margin: 0;
  padding: 0 0px 0;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
}

.grid-gallery figcaption p {
  margin: 0;
  font-size: 12px;
}
/* Grid style */
.grid-wrap {
  margin: 0 auto;
}

.grid {
  margin: 0 auto;
}

.grid li {
  width: 25%;
  float: left;
  cursor: pointer;
}

.grid figure {
  padding: 15px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.grid li:hover figure {
  opacity: 0.7;
}

.grid figcaption {
  background: #113959;
  padding: 12px 18px;
  border-top: #113959 solid 1px;
}
/* Slideshow style */
.slideshow {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

.slideshow-open .slideshow {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.slideshow ul {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 150px);
  transform: translate3d(0, 0, 150px);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

.slideshow ul.animatable li {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

.slideshow-open .slideshow ul {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slideshow li {
  width: 660px;
  height: auto;
  position: absolute;
  top: 53%;
  left: 50%;
  margin: -280px 0 0 -330px;
  visibility: hidden;
}

.slideshow li.show {
  visibility: visible;
}

.slideshow li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.slideshow li.current:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s;
}

.slideshow figure {
  width: 100%;
  height: 100%;
  background: #fff;
  border: 16px solid #fff;
  overflow: hidden;
}

.slideshow figcaption {
  padding-bottom: 20px;
  padding-top: 20px;
}

.slideshow figcaption h3 {
  font-weight: 300;
  font-size: 200%;
  color: #333;
  font-size: 23px;
  padding-bottom: 10px;
}
/* Navigation */
.slideshow nav span {
  position: fixed;
  z-index: 1000;
  color: #fff;
  text-align: center;
  padding: 2%;
  cursor: pointer;
  font-size: 2.2em;
  background: rgba(0, 0, 0, 0.1);
}

.slideshow nav span.nav-prev,
.slideshow nav span.nav-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slideshow nav span.nav-next {
  right: 0;
}

.slideshow nav span.nav-close {
  top: 75px;
  right: 0px;
  padding: 10px 25px;
  color: #999;
}

.icon:before,
.icon:after {
  font-family: "fontawesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

span.nav-prev:before {
  content: "\f104";
}

span.nav-next:before {
  content: "\f105";
}

span.nav-close:before {
  content: "\f00d";
}
/* Info on arrow key navigation */
.info-keys {
  position: fixed;
  top: 10px;
  left: 10px;
  width: 60px;
  font-size: 8px;
  padding-top: 20px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
}

.info-keys:before,
.info-keys:after {
  position: absolute;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 14px;
  font-size: 12px;
}

.info-keys:before {
  left: 10px;
  content: "\e603";
}

.info-keys:after {
  right: 10px;
  content: "\e604";
}

/*-------Contact---------*/
input.contact {
  background: #fff;
  border: solid 1px #ddd;
  color: #000;
  padding: 15px 30px;
  margin-right: 3%;
  margin-bottom: 30px;
  outline: none;
}

input.contact.noMarr {
  margin-right: 0px;
}

textarea.contact {
  background: #fff;
  color: #000;
  border: solid 1px #ddd;
  padding: 15px 30px;
  margin-bottom: 40px;
  outline: none;
  height: 150px;
}

.contact.submit {
  background: #113959;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin: 0px auto;
  border: none !important;
  border-radius: 0;
  float: none;
  display: block;
}

.contact.submit:hover {
  background: #ffffff;
  color: #113959;
}

.done {
  display: none;
}

.error input,
input.error,
.error textarea,
textarea.error {
  background-color: #ffffff;
  border: 1px solid red !important;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

/*----------------------------------------------------	 8. Footer Style------------------------------------------------------*/
.footer {
  background: #113959;
  position: relative;
}

.footer .container {
  padding: 60px 0 20px;
}

.footer ul {
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 10px;
  text-align: center;
  list-style-type: none;
  padding-left: 0;
}

.footer ul li {
  display: inline-block;
  text-align: center;
  background: #113959;
  color: #ffffff;
  line-height: 45px;
  margin: 0 4px 0px;
  width: 45px !important;
  height: 45px !important;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.footer ul li:hover {
  background: rgba(0, 0, 0, 0.2);
}

.footer ul li:hover a {
  color: #fff;
}

.footer ul li a {
  color: #fff;
  width: 42px !important;
  height: 42px !important;
}

.footer ul li a i {
  line-height: 45px;
  color: #fff;
}

.footer p {
  color: #fff;
  font-size: 13px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.gototop {
  display: inline-block;
  width: 43px;
  height: 38px;
  background: #3f3f3f;
  position: absolute;
  margin-left: -30px;
  /* top:-35px; */
  border-radius: 0;
  bottom: 14px;
  right: 0px;
}

.gototop i {
  color: #113959;
  line-height: 40px;
}

.footer a,
.footer a:hover {
  color: #fff;
}

blockquote {
  font-style: italic;
  margin: 0 0 0px 0;
  padding: 20px 70px 10px;
  position: relative;
  font-size: 13px;
  border: 0;
}

blockquote:before {
  display: block;
  content: "\201C";
  font-size: 120px;
  position: absolute;
  left: 10px;
  top: -30px;
  color: #113959;
  font-family: Georgia;
}

blockquote cite {
  color: #113959;
  font-size: 14px;
  display: block;
  margin-top: 5px;
  text-align: right;
}

blockquote cite:before {
  content: "\2014 \2009";
}

.feedback {
  background: url("../img/img3.jpg");
}

.feedback .heading h2 {
  color: #fff;
}

.feedback .heading h3 {
  color: #fff;
  border-bottom: 1px solid rgba(243, 156, 18, 0.25);
}

.item blockquote {
  color: #fff;
  font-size: 15px;
}

blockquote footer,
blockquote small,
blockquote .small {
  color: #fff;
  font-size: 14px;
}

/* Header Styles
---------------------------------*/

#header_wrapper {
  background: #0a1525;
  padding: 15px 0px;
  box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.44);
  position: relative;
}

.header_box {
  position: relative;
  /* z-index: 9999999999999999999999999999999999; */
}

.logo a {
  float: left;
  font-size: 28px;
  line-height: 50px;
  color: #ff6c71;
}

.res-nav_click {
  display: none;
}

.page-section {
  padding: 50px 0;
}

section#aboutUs {
  margin-top: 50px;
}

.infoinicio {
  position: relative;
  background: #113959;
  color: white;
  text-align: center;
  border-top-left-radius: 20px;
  width: 100%;
  top: 0;
}

.fila {
  display: flex;
  justify-content: space-between;
}

.item {
  display: flex;
  align-items: center; /* Alinea el contenido verticalmente al centro */
  text-align: center;
  margin: 5px;
}

.item i {
  margin-right: 8px; /* Ajusta el espacio entre el icono y el texto según tus preferencias */
}

.item p {
  margin: 0; /* Elimina el margen predeterminado del párrafo para alinear perfectamente el texto */
}

/**
  MEDIA QUERIES
--------------------------------*/

/* Info header */

@media (max-width: 768px) {
  .fila {
    flex-direction: column;
  }

  .item {
    margin-bottom: 10px;
    min-width: 100%;
  }

  .fa {
    font-size: 16px; /* Ajuste adicional en íconos para móviles */
  }

  .icon {
    font-size: 11px; /* Ajuste adicional en texto para móviles */
  }
  /* Centrar solo los íconos de redes sociales en pantallas pequeñas */
  .item:last-child {
    justify-content: center;
  }
}

@media screen and (min-width: 980px) {
  .hero {
    width: 980px;
  }
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  .slideshow nav span.nav-prev,
  .slideshow nav span.nav-next {
    top: 30%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .navbar-nav {
    background: #ffffff;
  }
}

@media (min-width: 991px) {
  .lu-section-title {
    font-size: 45px;
  }
}

@media screen and (max-width: 960px) {
  .grid li {
    width: 33.3%;
  }

  .slideshow li {
    width: 100%;
    height: 100%;
    top: 74px;
    left: 0;
    margin: 0;
  }

  .slideshow li figure img {
    width: auto;
    margin: 0 auto;
    max-width: 100%;
  }

  .slideshow nav span,
  .slideshow nav span.nav-close {
    font-size: 1.8em;
    padding: 0.3em;
  }

  .info-keys {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  input.contact.col-md-6 {
    width: 48.5%;
  }

  /* Estilos para el contenedor principal */
  .infoinicio {
    background-color: #113959;
    color: white;
    text-align: center;
    border-top-left-radius: 20px;
    width: 100%;
    top: 0;
  }

  /* Estilos para las filas y elementos */
  .fila {
    display: flex;
    justify-content: space-around; /* Cambia a space-around para un espaciado uniforme */
  }

  .item {
    display: flex;
    align-items: center;
    text-align: center;
  }

  .item i {
    margin-right: 8px;
  }

  .item p {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  #main-nav {
    /* background: #113959; */
    margin-right: 0px !important;
  }

  nav.navbar.navbar-wrapper.stuckMenu.isFixed {
    border: 0px;
  }

  .navbar-nav > li {
    float: none;
    display: block;
  }

  .nav > li > a {
    display: block;
    color: #000000;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 500;
  }

  .stuckMenu {
    background: #113959;
  }

  .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  p.cel {
    font-size: 11px;
  }
}

@media (max-width: 655px) {
  .collapse {
    /* background: #113959; */
  }

  .navbar.navbar-inverse.navbar-static-top a {
    padding: 15px 16px;
    line-height: 15px;
    font-size: 13px;
  }

  .stuckMenu {
    background: #113959;
  }

  .navbar-toggle .icon-bar {
    background-color: #fff;
  }
}

@media screen and (max-width: 640px) {
  .hero h1 {
    font-size: 4em;
  }

  .stuckMenu {
    background: #113959;
  }

  .navbar-toggle .icon-bar {
    background-color: #fff;
  }
}

@media screen and (max-width: 560px) {
  .grid li {
    width: 50%;
  }

  .stuckMenu {
    background: #113959;
  }

  .navbar-toggle .icon-bar {
    background-color: #fff;
  }
}

@media screen and (max-width: 384px) {
  .grid li {
    width: 100%;
  }

  .stuckMenu {
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: #113959;
  }

  .navbar-toggle .icon-bar {
    background-color: #fff;
  }
}

.contenedorBanner {
  width: 100%;
  overflow: hidden;
}

.banner img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 39px;
}

.banner {
  margin-top: -40px;
}

@media only screen and (max-width: 740px) {
  .banner {
    margin-top: -2px;
  }
}

.imagen {
  margin: 10px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.imagen img {
  width: 100%;
  height: auto;
}

.containercontact {
  display: flex;
}

.column {
  flex: 1;
  padding: 20px;
  border: 0px solid #ccc;
  margin-bottom: 30px;
  float: left;
  width: 100%;
  position: relative;
}

.column ul {
  padding: 0;
  margin: 0;
  clear: both;
}

.column ul li {
  padding: 0 0 0 50px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}

@media (max-width: 768px) {
  .containercontact {
    flex-direction: column;
  }
}

.modal-dialog {
  margin-top: 20px;
}

.modal-body {
  overflow-y: auto; /* Agrega una barra de desplazamiento vertical si es necesario */
  max-height: 530px; /* Ajusta la altura máxima según tus necesidades */
}

img.eventos {
  border-radius: 50px;
}

.download-btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  text-decoration: none;
  background-color: #ffffff;
  color: #113959;
  border-radius: 5px;
  border: 2px solid #113959;
  cursor: pointer;
  transition: background-color 0.3s;
}

.download-btn:hover {
  background-color: #113959;
  color: #fff;
}

.icon {
  color: #ffffff !important;
}

.carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 420px;
  margin: auto;
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: 100%;
}

.button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #e5e5e559;
  color: #fff;
  border: none;
  padding: 12px;
  cursor: pointer;
  font-size: 50px;
}

.prev {
  left: 0px;
}

.next {
  right: 0px;
}

/* Estilo para la barra de desplazamiento en general */
::-webkit-scrollbar {
  width: 10px; /* Ancho de la barra de desplazamiento */
}

/* Estilo del "track" (la parte gris) */
::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* Color de fondo del track */
}

/* Estilo del "thumb" (el indicador del desplazamiento) */
::-webkit-scrollbar-thumb {
  background-color: #888; /* Color del thumb */
  border-radius: 6px; /* Radio de borde del thumb */
}

/* Cambia el estilo de la barra de desplazamiento cuando está en hover */
::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* Cambia el color al hacer hover */
}

.imgNoticias {
  max-width: 70%;
}

.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999;
}

.whatsapp-btn a {
  display: block;
  background-color: #25d366; /* Color de fondo de WhatsApp */
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease-in-out;
}

.whatsapp-btn img {
  width: 30px; /* Ajusta el tamaño del icono según sea necesario */
  height: auto;
}

/* .whatsapp-btn a:hover {
  background-color: #128C7E;      Color de fondo de WhatsApp al pasar el ratón 
}*/

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.81); /* Fondo semitransparente */
  z-index: 9999; /* Asegura que el popup esté por encima de todo */
  justify-content: center; /* Alineación centrada horizontal */
  align-items: center; /* Alineación centrada vertical */
  display: flex; /* Usa flexbox para centrar */
  overflow-y: auto; /* Permite hacer scroll si el contenido es demasiado largo */
}

.popup-content {
  background-color: transparent;
  width: 50%;
  max-width: 500px;
  margin: auto; /* Margen auto para centrar en pantallas pequeñas */
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Añade sombra al popup */
  text-align: center; /* Centra el contenido */
  position: relative;
  margin-top: 80px;
}

.close {
  color: #fff;
  float: right;
  font-size: 40px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: rgb(0, 0, 0);
  text-decoration: none;
  cursor: pointer;
}

.blur {
  filter: blur(3px); /* Aplica un efecto de desenfoque al resto de la página */
  pointer-events: none; /* Evita que los elementos de la página sean clickeables */
}

/* Estilos para pantallas más grandes como laptops */
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .popup-content {
    width: 50%; /* Ajuste específico para laptops */
  }
}

@media only screen and (max-width: 767px) {
  .popup-content {
    width: 90%;
  }
}

/* Estilos de galeria */

.galeria .col-lg-4 {
  margin: 0 !important;
  padding: 15px;
}
.galeria img {
  width: 100%;
  height: 300px;
}

.galeria img:hover {
  border: 5px solid white;
}

.text-center {
  color: rgb(0, 0, 0);
}

.modal-galery-body {
  text-align: center;
}

.modal-galery-body img {
  max-width: 100%;
  padding: 20px;
  height: 400px;
  width: 450px;
}

.modal-header {
  border-bottom: 0px;
}

.hidden {
  display: none;
}

.botonGaleria {
  display: inline-block;
  padding: 5px 10px;
  font-size: 16px;
  text-decoration: none;
  background-color: #113959;
  color: #fff;
  border-radius: 5px;
  border: 2px solid #113959;
  cursor: pointer;
  transition: background-color 0.3s;
}

.botonGaleria:hover {
  background-color: #ffffff;
  color: #113959;
}

/* FONDOS DE SECCIONES */

.fondo-portafolio {
  background-image: url("/img/fondoPortafolio.webp"); /* Ruta a tu imagen de fondo */
  background-size: cover;
  background-attachment: fixed; /* Fija la imagen de fondo para que se desplace con el contenido */
}

.fondo-noticias {
  background-image: url("/img/fondoNoticias.webp"); /* Ruta a tu imagen de fondo */
  background-size: cover;
  background-attachment: fixed; /* Fija la imagen de fondo para que se desplace con el contenido */
}
