/**
* Template Name: MyResume
* Template URL: https://bootstrapmade.com/free-html-bootstrap-template-my-videos/
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

:root {
  --primario: #0aa9d8;
  --secundario: #7855df;
}

@font-face {
  font-family: fuenteCustom;
  src: url(assets/fonts/Metropolis-Regular.otf);
}

body {
  /* font-family: "Open Sans", sans-serif; */
  font-family: fuenteCustom;
  color: #fff;
  background: rgb(10,169,216);
  background: linear-gradient(110deg, rgba(51,147,176,1) 0%, rgba(72,48,142,1) 39%);
}

a {
  color: #0563bb;
  text-decoration: none;
}

a:hover {
  color: #067ded;
  text-decoration: none;
}

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

.salto-seccion {
  background: black;
}

/* --------- VI --------- */


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #0563bb;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #0678e3;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

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

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

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

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9997;
  transition: all 0.5s;
  padding: 15px;
  overflow-y: auto;
}

@media (max-width: 991px) {
  #header {
    width: 300px;
    background: #fff;
    border-right: 1px solid #e6e9ec;
    left: -300px;
  }
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.nav-menu {
  padding: 0;
  display: block;
}

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

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
}

.nav-menu a,
.nav-menu a:focus {
  display: flex;
  align-items: center;
  color: #45505b;
  padding: 10px 18px;
  margin-bottom: 8px;
  transition: 0.3s;
  font-size: 15px;
  border-radius: 50px;
  background: #f2f3f5;
  height: 56px;
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
}

.nav-menu a i,
.nav-menu a:focus i {
  font-size: 20px;
}

.nav-menu a span,
.nav-menu a:focus span {
  padding: 0 5px 0 7px;
  color: #45505b;
}

@media (min-width: 992px) {

  .nav-menu a,
  .nav-menu a:focus {
    width: 56px;
  }

  .nav-menu a span,
  .nav-menu a:focus span {
    display: none;
    color: #fff;
  }
}

.nav-menu a:hover,
.nav-menu .active,
.nav-menu .active:focus,
.nav-menu li:hover>a {
  color: #fff;
  background: #0563bb;
}

.nav-menu a:hover span,
.nav-menu .active span,
.nav-menu .active:focus span,
.nav-menu li:hover>a span {
  color: #fff;
}

.nav-menu a:hover,
.nav-menu li:hover>a {
  width: 100%;
  color: #fff;
}

.nav-menu a:hover span,
.nav-menu li:hover>a span {
  display: block;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 28px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 0;
  cursor: pointer;
  border-radius: 50px;
  padding: 5px;
}

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

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

.mobile-nav-active #header {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle {
  color: #fff;
  background-color: #0563bb;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#inicio {
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative;
}

/*--------------------------------------------------------------
# Custom video inicio
--------------------------------------------------------------*/
#videoDiv {
  position: relative;
}

#muralVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#hero:before {
  background: rgb(0,70,128) !important;
  background: linear-gradient(0deg, rgba(0,70,128,1) 0%, rgba(0,70,128,0) 80%) !important;
  z-index: 200 !important;
}



/* Estilos CSS para el logo */
#videoDiv {
  position: relative;
}

.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0; /* La imagen estará inicialmente oculta */
  transition: opacity 5s ease-in-out; /* Transición suave de opacidad */
  width: 30%; /* Ancho del logo ajustado al 30% del contenedor padre */
  height: auto; /* Altura ajustada automáticamente para mantener la proporción */
  max-width: 100%; /* Para hacer el logo responsivo */
  max-height: 100%; /* Para hacer el logo responsivo */
  z-index: 3;
}

 /* Al cargar la página, mostramos la imagen gradualmente */
 .loaded .logo {
  opacity: 1; /* La imagen estará completamente visible */
}


@media (max-width: 900px) {
  .logo {
    width: 120%; 
  }
}

@media (max-width: 400px) {
  .logo {
    width: 150%; 
  }
}

@media (max-width: 500px) {
  .logo {
    width: 150%;
  }
}
@media (max-width: 300px) {
  .logo {
    width: 120%; 
  }
}
@media (max-width: 200px) {
  .logo {
    width: 120%; 
  }
}


/*--------------------------------------------------------------
# Custom video inicio
--------------------------------------------------------------*/


@media (min-width: 992px) {
  #inicio {
    padding-left: 160px;
  }
}

/* #inicio:before {
  content: "";
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
} */

#inicio h1 {
  margin: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 56px;
  color: #45505b;
}

#inicio p {
  color: #45505b;
  margin: 15px 0 0 0;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
}

#inicio p span {
  color: #0563bb;
  letter-spacing: 1px;
}

#inicio .social-links {
  margin-top: 30px;
}

#inicio .social-links a {
  font-size: 24px;
  display: inline-block;
  color: #45505b;
  line-height: 1;
  margin-right: 20px;
  transition: 0.3s;
}

#inicio .social-links a:hover {
  color: #0563bb;
}

@media (max-width: 992px) {
  #inicio {
    text-align: center;
  }

  #inicio h1 {
    font-size: 32px;
    line-height: 36px;
  }

  #inicio p {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

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

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: var(--primario);
}

.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: #0563bb;
  bottom: 0;
  left: calc(50% - 20px);
}

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

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.transmision .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #728394;
}

.transmisionfondo {
  background-image: url(../img/obscura1.jpg);
  background-size: cover; /* Establece el tamaño de la imagen para cubrir todo el contenedor */
  background-position: center; /* Centra la imagen de fondo */
  background-repeat: no-repeat; /* Evita que la imagen se repita */
}

@media (max-width: 768px) {
  .transmisionfondo {
    background-image:url(../img/obscurat2.jpg); /* Elimina la imagen de fondo en dispositivos más pequeños */
  }

  /* Ajusta el tamaño del cuadro del video en dispositivos más pequeños */
  .transmision .content iframe {
    width: 100vw; /* Establece el ancho al 100% del viewport */
    height: 100vh; /* Establece la altura al 100% del viewport */
  }
}

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

.transmision .content ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.transmision .content ul strong {
  margin-right: 10px;
}

.transmision .content ul i {
  font-size: 16px;
  margin-right: 5px;
  color: #0563bb;
  line-height: 0;
}

.transmision .content p:last-child {
  margin-bottom: 0;
}
.transmision .video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* Proporción de aspecto 16:9 para videos de YouTube */
}

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

/*--------------------------------------------------------------
# Facts
--------------------------------------------------------------*/
.mensaje .count-box {
  padding: 30px 30px 25px 30px;
  margin-top: 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
}

.mensaje .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #0563bb;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}

.mensajefondo{
    background-image: url(../img/blanca1.jpg);
    background-size: 100% 100%; /* Establece el tamaño de la imagen al 100% */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media screen and (max-width: 768px) {
  .mensajefondo {
    background-image: url(../img/blancat2.jpg); /* Nueva imagen para dispositivos responsivos */
   
  }
}
.mensaje .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #011426;
}

.mensaje .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

.mensaje .mensaje-box {
  overflow-x: hidden;
  overflow-y: scroll;
  background: rgb(255, 255, 255);
  padding: 2rem;
  height: 691px;
  color: #000;
  font-size: 1.3em;
  text-align: justify;
}

.att {
  text-align: right;
  font-family: Georgia, serif;
  font-weight: 900;
}

/*--------------------------------------------------------------
# Akills
--------------------------------------------------------------*/f
.series-historicas .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.seriesFondo{
    background-image: url(../img/blanca2.jpg);
    background-size: cover; /* 100% 100%;  Establece el tamaño de la imagen al 100% */
    background-repeat: no-repeat; /* Evita que la imagen se repita */

}

@media (max-width: 400x) {
  .series-historicas .pdf-container {
    padding-bottom: 100%; /* Ajusta este valor para pantallas pequeñas si es necesario */
  }
}


.series-historicas .progress .skill {
  padding: 10px 0;
  margin: 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #45505b;
}

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

.series-historicas .progress-bar-wrap {
  background: #f2f3f5;
}

.series-historicas .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #0563bb;
}

/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/
.videos .videos-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #45505b;
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.reporte-tecnico .reporte-tecnico-item {
  margin-bottom: 30px;
}

.galeriafondo{
  background-image: url(../img/blanca4.jpg);
  background-size: cover; /* Establece el tamaño de la imagen al 100% */
  background-repeat: no-repeat; /* Evita que la imagen se repita */ 
  padding: 50px 0; /* Ajuste de espaciado */
}
@media (max-width: 768px) {
  .galeriafondo {
    background-image: url(../img/blancat3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.galeriafondo2{
  background-color: #004680;
  padding: 50px 0; /* Ajuste de espaciado */
}

@media (max-width: 768px) {
  .galeriafondo2 {
      background-image: none; /* Elimina la imagen de fondo */
  }
}





.reporte-tecnico #reporte-tecnico-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  padding: 2px 15px;
}

.reporte-tecnico #reporte-tecnico-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #272829;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.reporte-tecnico #reporte-tecnico-flters li:hover,
.reporte-tecnico #reporte-tecnico-flters li.filter-active {
  color: #0563bb;
}

.reporte-tecnico #reporte-tecnico-flters li:last-child {
  margin-right: 0;
}

.reporte-tecnico .reporte-tecnico-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(69, 80, 91, 0.8);
}

.reporte-tecnico .reporte-tecnico-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.reporte-tecnico .reporte-tecnico-wrap .reporte-tecnico-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.reporte-tecnico .reporte-tecnico-wrap .reporte-tecnico-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #d7dce1;
  border-left: 3px solid #d7dce1;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.reporte-tecnico .reporte-tecnico-wrap .reporte-tecnico-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #d7dce1;
  border-right: 3px solid #d7dce1;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.reporte-tecnico .reporte-tecnico-wrap .reporte-tecnico-info h4 {
  font-size: 20px;
  color: #45505b;
  font-weight: 600;
}

.reporte-tecnico .reporte-tecnico-wrap .reporte-tecnico-info p {
  color: #45505b;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.reporte-tecnico .reporte-tecnico-wrap .reporte-tecnico-links {
  text-align: center;
  z-index: 4;
}

.reporte-tecnico .reporte-tecnico-wrap .reporte-tecnico-links a {
  color: #45505b;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.reporte-tecnico .reporte-tecnico-wrap .reporte-tecnico-links a:hover {
  color: #148af9;
}

.reporte-tecnico .reporte-tecnico-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.reporte-tecnico .reporte-tecnico-wrap:hover .reporte-tecnico-info {
  opacity: 1;
}

.reporte-tecnico .reporte-tecnico-wrap:hover .reporte-tecnico-info::before {
  top: 15px;
  left: 15px;
}

.reporte-tecnico .reporte-tecnico-wrap:hover .reporte-tecnico-info::after {
  bottom: 15px;
  right: 15px;
}

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

.reporte-tecnico-details .reporte-tecnico-details-slider img {
  width: 100%;
}

.reporte-tecnico-details .reporte-tecnico-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.reporte-tecnico-details .reporte-tecnico-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0563bb;
}

.reporte-tecnico-details .reporte-tecnico-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0563bb;
}

.reporte-tecnico-details .reporte-tecnico-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(69, 80, 91, 0.08);
}

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

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

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

.reporte-tecnico-details .reporte-tecnico-description {
  padding-top: 30px;
}

.reporte-tecnico-details .reporte-tecnico-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.reporte-tecnico-details .reporte-tecnico-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.galeria .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
}

.galeria .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.galeriafondo{
  background-color: #004680;
}

.galeria .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.galeria .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.galeria .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.galeria .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.galeria .icon-box h4 a {
  color: #45505b;
  transition: ease-in-out 0.3s;
}

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

.galeria .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.galeria .iconbox-blue i {
  color: #47aeff;
}

.galeria .iconbox-blue:hover .icon i {
  color: #fff;
}

.galeria .iconbox-blue:hover .icon path {
  fill: #47aeff;
}

.galeria .iconbox-orange i {
  color: #ffa76e;
}

.galeria .iconbox-orange:hover .icon i {
  color: #fff;
}

.galeria .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}

.galeria .iconbox-pink i {
  color: #e80368;
}

.galeria .iconbox-pink:hover .icon i {
  color: #fff;
}

.galeria .iconbox-pink:hover .icon path {
  fill: #e80368;
}

.galeria .iconbox-yellow i {
  color: #ffbb2c;
}

.galeria .iconbox-yellow:hover .icon i {
  color: #fff;
}

.galeria .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}

.galeria .iconbox-red i {
  color: #ff5828;
}

.galeria .iconbox-red:hover .icon i {
  color: #fff;
}

.galeria .iconbox-red:hover .icon path {
  fill: #ff5828;
}

.galeria .iconbox-teal i {
  color: #11dbcf;
}

.galeria .iconbox-teal:hover .icon i {
  color: #fff;
}

.galeria .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.descargas .archivo:hover {
  opacity: 0.65;
  cursor: pointer;
}

.descargas_fondo {
  background-image: url(../img/descargas_fondo.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Styles for the Download Items */
.descargas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* Responsivo, 2 por fila mínimo 300px */
  gap: 1rem;
  justify-content: center;
}

.archivo {
  position: relative;
  width: 100%;
  max-width: 350px; /* Ajusta el máximo ancho según tus necesidades */
  height: 250px; /* Ajusta la altura según tus necesidades */
  text-decoration: none;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  overflow: hidden; /* Asegura que los contenidos no sobresalgan */
}

.descarga-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: brightness(0.7); /* Oscurece un poco la imagen para el filtro */
}

.archivo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 255, 0.15); /* Filtro azul rey menos intenso */
  z-index: 2;
  pointer-events: none; /* Asegura que el filtro no interfiera con los clics */
}



/* Filtro de saturación solo para las dos últimas imágenes */
.extra-filtro .descarga-img {
  filter: saturate(150%); /* Ajusta la saturación según tus necesidades */
}

.archivo i {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 3;
  font-size: 3rem;
}

.archivo p {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  font-size: 1.5rem;
  padding: 1rem;
}

/* Additional Styles for Swiper and Testimonials (if needed) */
.descargas .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.descargas .descargas-carousel,
.descargas .descargas-slider {
  overflow: hidden;
}

.descargas .testimonial-item {
  text-align: center;
}

.descargas .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

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

.descargas .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}

.descargas .testimonial-item .quote-icon-left,
.descargas .testimonial-item .quote-icon-right {
  color: #fff;
  font-size: 26px;
}

.descargas .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.descargas .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.descargas .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.descargas .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.descargas .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #fff;
}

.descargas .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

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

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #0563bb;
  float: left;
  width: 44px;
  height: 44px;
  background: #eef7ff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #45505b;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #728394;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #0563bb;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email] {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #0563bb;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #0678e3;
}

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

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #f7f8f9;
  color: #45505b;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #0563bb;
  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 .social-links a:hover {
  background: #0678e3;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 13px;
}

.contenedor {
  overflow: hidden;
  border-radius: 6px;
}

.imagen {

  height: auto;
  transition: transform 0.3s ease;
}

.contenedor:hover .imagen {
  transform: scale(1.1);
}

.pdf-container {
  position: relative;
  width: 100%;
  padding-top: 60%; /* Proporción 16:9 */
  overflow: hidden; /* Evitar desbordamiento del contenido */
  max-width: 800px; /* Opcional: Limitar el ancho máximo del contenedor */
  margin: 0 auto; /* Centrar el contenedor horizontalmente */
}

@media (max-width: 768px) {
  .pdf-container {
    position: relative;
    width: 100%;
    padding-top: 40%; /* Proporción 16:9 */
    overflow: hidden; /* Evitar desbordamiento del contenido */
    max-width: 800px; /* Opcional: Limitar el ancho máximo del contenedor */
    margin: 0 auto; /* Centrar el contenedor horizontalmente */
  
  }
}

@media (max-width: 480px) {
  .pdf-container {
    position: relative;
    width: 100%;
    padding-top: 40%; /* Proporción 16:9 */
    overflow: hidden; /* Evitar desbordamiento del contenido */
    max-width: 800px; /* Opcional: Limitar el ancho máximo del contenedor */
    margin: 0 auto; /* Centrar el contenedor horizontalmente */
  
  }
}
.pdf {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1200px) {
  .pdf-container {
    position: relative;
    width: 100%;
    padding-top: 40%; /* Proporción 16:9 */
    overflow: hidden; /* Evitar desbordamiento del contenido */
    max-width: 800px; /* Opcional: Limitar el ancho máximo del contenedor */
    margin: 0 auto; /* Centrar el contenedor horizontalmente */
  
  }
}













/* Estilos para la sección de videos */
.videos .videos-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #45505b;
}

.videosfondo {
  background-image: url(../img/obscura3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .videosfondo {
    background-image: url(../img/oscurat1.jpg); /* Nueva imagen para dispositivos responsivos */
  }
}
.videos .videos-item {
  padding: 10px;
  position: relative;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.videos .video-content {
  text-align: center;
}

.videos .videos-item h4 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #0563bb;
  margin-bottom: 0;
  margin-top: 10px;
}

.videos .videos-item p {
  margin-bottom: 10px;
  font-size: 14px;
  color: #45505b;
}

.videos .videos-item a {
  display: block;
}

.videos-carousel {
  max-width: 1400px;
  margin: 0 auto;
}

.videos-carousel .videos-item img {
  width: 100%;
  height: 250px; /* Fija la altura para todas las imágenes */
  object-fit: cover; /* Asegura que la imagen se ajuste bien dentro del contenedor */
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.slick-slide {
  opacity: 0.5;
  transform: scale(0.9);
}

.slick-center {
  opacity: 1;
  transform: scale(1.2);
}

.slick-prev, .slick-next {
  z-index: 1;
  background: #fff;
  border-radius: 50%;
  padding: 15px;
  font-size: 24px;
  color: #0563bb;
  transition: background 0.3s, color 0.3s;
}

.slick-prev:hover, .slick-next:hover {
  background: #0563bb;
  color: #fff;
}

@media (max-width: 992px) {
  .videos .videos-item h4 {
    font-size: 16px;
  }
  .videos .videos-item p {
    font-size: 12px;
  }
  .slick-slide {
    transform: scale(0.85);
  }
  .slick-center {
    transform: scale(1.1);
  }
}

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

  .videos-carousel .videos-item {
    padding: 5px;
    width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .videos-carousel .videos-item img {
    width: 100%;
    max-width: 300px;
    z-index: 0;
    height: auto; /* Ajusta la altura automáticamente en pantallas pequeñas */
  }

  .videos-carousel .videos-item h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #0563bb;
    margin: 10px 0 0 0;
  }

  .slick-list, .slick-track, .slick-slide {
    width: 100% !important;
    height: auto !important;
  }

  .slick-slide {
    opacity: 1;
    transform: scale(1);
  }

  .slick-prev, .slick-next {
    display: none !important;
  }
}



























#about .div-img-bg {
  padding-bottom: 30px;
  border: 20px solid #b8a07e;
  height: auto; /* Ajuste automático de altura */
  margin-top: 10px; /* Ajusta el margen superior para mover la imagen más abajo */
  margin-left: 120px; /* Ajusta el margen izquierdo para mover la imagen más a la izquierda */
}

#about .div-img-bg .about-img img {
  width: 100%;
  box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
  /* margin-top: -60px;
  margin-left: 40px; */
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

#about .about-descr .p-heading {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  text-align: left;
}

#about .about-descr .separator {
  max-width: 80%;
  margin-bottom: 0;
  text-align: left;
}
#about .div-img-bg {
  padding-bottom: 0;
  border: 20px solid #b8a07e;
  height: auto; /* Ajuste automÃ¡tico de altura */
  margin-top: 0; /* Ajusta el margen superior para mover la imagen mÃ¡s abajo */
  /* height: 100%; */
  /* margin-left: 20px; */ /* Ajusta el margen izquierdo para mover la imagen mÃ¡s a la izquierda */
  width: 100%;
  margin: auto;
}
#about .div-img-bg .about-img {
  width: 100%; /* Ajusta el ancho del contenedor de la imagen */
  height: auto; /* Ajuste automático de altura */
}

#about .div-img-bg .about-img img {
  width: 200%; /* Ajusta el ancho de la imagen para que ocupe todo el contenedor */
  box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
  height: auto; /* Ajuste automático de altura */
  -o-object-fit: cover;
  object-fit: cover;
}
#about .div-img-bg .about-img {
  width: 100%; /* Ajusta el ancho del contenedor de la imagen */
  height: auto; /* Ajuste automático de altura */
}

@media only screen and (max-width: 768px) {
  #about .div-img-bg .about-img {
    width: 100%; /* Ajusta el ancho del contenedor de la imagen al 100% en dispositivos más pequeños */
  }

  #about .div-img-bg .about-img img {
    width: 100%; /* Ajusta el ancho de la imagen al 100% en dispositivos más pequeños */
  }
  #about .div-img-bg {
    margin-bottom: 10px; /* Ajusta el margen inferior en dispositivos más pequeños */
  }
}

@media only screen and (max-width: 608px) {
  #about .div-img-bg .about-img {
    width: 100%; /* Ajusta el ancho del contenedor de la imagen al 100% en dispositivos más pequeños */
  }

  #about .div-img-bg .about-img img {
    width: 100%; /* Ajusta el ancho de la imagen al 100% en dispositivos más pequeños */
  }
  #about .div-img-bg {
    margin-bottom: 10px; /* Ajusta el margen inferior en dispositivos más pequeños */
  }
}

#about {
  display: flex;
  align-items: center;
  justify-content: center;
}









.embed-pdf {
  display: block;
  width: 100%;
  height: 600px;
}

.download-pdf {
  display: none;
  text-align: center;
  padding: 10px 20px;
  margin-top: 20px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

.responsive-image {
  display: none;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

/* Media query to hide embed and show button and image on small screens */
@media (max-width: 768px) {
  .embed-pdf {
    display: none;
  }

  .download-pdf {
    display: block;
  }

  .responsive-image {
    display: block;
  }
}
.embed-pdf {
  display: block;
  width: 100%;
  height: 600px;
}

.responsive-image {
  display: none;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

/* Media query to hide embed and show image on small screens */
@media (max-width: 768px) {
  .embed-pdf {
    display: none;
  }

  .responsive-image {
    display: block;
  }
}

/* CODIGO PARA VIDEO DE YOUTUBE */
#hero {
  padding: 0;
}
.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
.iframe-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 70, 104);
  background: -moz-linear-gradient(0deg, rgba(0, 70, 104, 1) 0%, rgba(0, 70, 104, 0.5) 50%, rgba(0, 70, 104, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 70, 104, 1) 0%, rgba(0, 70, 104, 0.5) 50%, rgba(0, 70, 104, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 70, 104, 1) 0%, rgba(0, 70, 104, 0.5) 50%, rgba(0, 70, 104, 0) 100%);
  z-index: 1; /* Position the gradient above the video but below other content */
}
.iframe-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  object-fit: cover; /* Asegura que el video llene el contenedor */

}
@media (min-aspect-ratio: 16/9) {
  .iframe-container iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
    
  }
}
@media (max-aspect-ratio: 16/9) {
  .iframe-container iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}
#scroll-down {
  cursor: pointer;
  position: absolute;
  left: 49.4%;
  bottom: 10%;
  display: block;
  text-align: center;
  font-size: 3rem;
  text-decoration: none;
  text-shadow: 0;
  width: 2rem;
  height: 2rem;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 210;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  -moz-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg);
  -webkit-animation: fade_move_down 1.5s ease-in-out infinite;
  -moz-animation: fade_move_down 1.5s ease-in-out infinite;
  animation: fade_move_down 1.5s ease-in-out infinite;
}
@keyframes fade_move_down {
  0% {
      transform: translate(0,-1.2rem) rotate(45deg);
      opacity: 0
  }

  50% {
      opacity: 1
  }

  100% {
      transform: translate(0,1.2rem) rotate(45deg);
      opacity: 0
  }
}
/* FIN DE CODIGO PARA VIDEO DE YOUTUBE */
.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0; /* La imagen estará inicialmente oculta */
  transition: opacity 5s ease-in-out; /* Transición suave de opacidad */
  width: 30%; /* Ancho del logo ajustado al 30% del contenedor padre */
  height: auto; /* Altura ajustada automáticamente para mantener la proporción */
  max-width: 100%; /* Para hacer el logo responsivo */
  max-height: 100%; /* Para hacer el logo responsivo */
  z-index: 1;
}
/* Al cargar la página, mostramos la imagen gradualmente */
.loaded .logo {
  opacity: 1; /* La imagen estará completamente visible */
}
@media (max-width: 900px) {
  .logo {
    width: 50%; 
  }
}

@media (max-width: 500px) {
  .logo {
    width: 90%;
  }
}

@media (max-width: 300px) {
  .logo {
    width: 90%; 
  }
}

/* #reporte-tecnico-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  justify-content: space-evenly;
}

#reporte-tecnico-container a{
  width: 300px;
}

#reporte-tecnico-container a:hover{
  opacity: 0.65;
} */

#reporte-tecnico-container {
  /* Prevent vertical gaps */
  line-height: 0;
  -webkit-column-count: 5;
  -webkit-column-gap:   0;
  -moz-column-count:    5;
  -moz-column-gap:      0;
  column-count:         5;
  column-gap:           10px;
}

#reporte-tecnico-container a {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}

#reporte-tecnico-container a:hover{
  opacity: 0.65;
}

#reporte-tecnico-container a img{
  border: 1rem solid transparent;
}

@media (max-width: 1200px) {
  #reporte-tecnico-container {
  -moz-column-count:    4;
  -webkit-column-count: 4;
  column-count:         4;
  }
}
@media (max-width: 1000px) {
  #reporte-tecnico-container {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 800px) {
  #reporte-tecnico-container {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 400px) {
  #reporte-tecnico-container {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}
.oculto {
  display: none;
}