  /**
* Template Name: Squadfree - v4.8.1
* Template URL: https://bootstrapmade.com/squadfree-free-bootstrap-template-creative/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

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


body {
  font-family: "Open Sans", sans-serif;
  color: #082A40 ;
}

a {
  text-decoration: none;
  color: #082A40;
}

a:hover {
  color: #67b0d1;
  text-decoration: none;
}

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

#main {
  margin-top: 90px;
}

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

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

.back-to-top:hover {
  background: #73B2D9;
  color: #fff;
}

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

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 24px 0;
  background: #000000; /* Fondo negro */
}

#header.header-scrolled {
  background: #000000; /* Fondo negro cuando se desplaza */
  padding: 12px;
}

#header .logo h1 {
  font-size: 24px;
  margin: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  color: #ffffff; /* Letras blancas */
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #ffffff; /* Letras blancas en el logo */
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

@media (max-width: 768px) {
  #header.header-scrolled {
    padding: 15px 0;
  }
}

/* Cambia los colores del encabezado */
#header {
    background-color: #000000; /* Fondo negro */
    color: #ffffff; /* Texto blanco */
}

#header .text-light a {
    color: #000000; /* Color blanco para el texto del logo */
}

#header .navbar a {
    color: #ffffff; /* Color blanco para los enlaces de navegación */
}

#header .navbar a:hover {
    color: #d1d1d1; /* Color gris claro para el hover */
}

/* Estilo para el selector de idioma */
#language-switcher img {
    width: 32px; /* Ajusta el tamaño según tus necesidades */
    height: auto; /* Mantiene la proporción original de la imagen */
    color: #ffffff;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  margin-left: 10px;
  font-family: "Lobster", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff; /* Letras blancas en el menú de navegación */
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  background: #000000; /* Color gris para el destaque */
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 10px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #000000; /* Fondo negro en el menú desplegable */
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
  color: #ffffff; /* Letras blancas en el menú desplegable */
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #d1d1d1; /* Color gris para el destaque en el menú desplegable */
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh; /* Ajusta la altura del Hero al 100% de la ventana */
  background: url("../img/hero-bg.mp4") top center;
  background-size: cover;
  position: relative;
  margin-bottom: -90px;
  
}

#video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ajusta el video para cubrir todo el contenedor */
  z-index: -1;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding-top: 20vh; /* Ajusta el espacio superior para centrar el contenido verticalmente */
}

#hero h1 {
  margin: 0 0 20px 0;
  font-size: 80px;
  font-weight: 1500;
  line-height: 80px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase bold;
  color: #ffffff;
}

#hero h2 {
  color: #ffffff;
  margin-bottom: 80px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;

}

#hero .btn-get-started {
  font-size: 36px;
  display: inline-block;
  padding: 4px 0;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
  margin: 10px;
  width: 64px;
  height: 64px;
  text-align: center;
  border: 2px solid #ffffff;
  color: #ffffff;
}

#hero .btn-get-started:hover {
  padding-top: 8px;
  background: #ffffff;
}

body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* Evita la barra de desplazamiento horizontal */
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

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


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

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

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
  z-index: 2;
}

.section-title h2::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 122px;
  height: 66px;
  background: url(../img/section-title-bg.png) no-repeat;
  z-index: -1;
}

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

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #f8fbfd;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 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: #ffffff;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  background: url("../img/about-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}

.foto2 { 
  height: 150px;
  left: 600px;
  position: relative;
  top: 0px;
  width: 150px;
  z-index: 1; 
}

.about::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}

.about .container {
  position: relative;
  z-index: 10;
}

.about .content {
  padding: 30px 30px 30px 30px;
  text-align: justify; /* Justify text alignment */
  background-color: rgba(0, 0, 0, 0.5); /* Fondo negro para el texto */
  color: #ffffff; /* Letras blancas */
}

.about .content h3 {
      font-family: "Raleway", sans-serif;
      font-weight: 300;
      font-size: 50px;
      text-transform: capitalize;
      color: #ffffff;  
      margin-bottom: 30px;
}

}

.about .content p {
  margin-bottom: 30px;
  color: #000000; 
}

.about .content .about-btn {
  display: inline-block;
  background: #ffffff;
  padding: 6px 44px 8px 30px;
  color: #184a69;
  border-radius: 50px;
  transition: 0.3s;
  position: relative;
}

.about .content .about-btn i {
  font-size: 18px;
  position: absolute;
  right: 18px;
  top: 9px;
}

.about .content .about-btn:hover {
  background: #ffffff;
}

@media (max-width: 1200px) {
  .about .content {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .about {
    text-align: center;
  }

  .about .content {
    text-align: center; /* Center text on smaller screens */
  }
}

/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/
.cta {
  background: url("../img/cta-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}

.foto2 { 
  height: 150px;
  left: 600px;
  position: relative;
  top: 0px;
  width: 150px;
  z-index: 1; 
}

.cta::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}

.cta .container {
  position: relative;
  z-index: 10;
}

.cta .content {
  padding: 30px 30px 30px 30px;
  text-align: justify; /* Justify text alignment */
  background-color: rgba(0, 0, 0, 0.5); /* Fondo negro para el texto */
  color: #ffffff; /* Letras blancas */
}

.cta .content h3 {
      font-family: "Raleway", sans-serif;
      font-weight: 300;
      font-size: 50px;
      text-transform: capitalize;
      color: #ffffff;  
      margin-bottom: 30px;
}



.cta .content p {
  margin-bottom: 30px;
  color: #ffffff; 
}

.cta .content .cta-btn {
  display: inline-block;
  background: #ffffff;
  padding: 6px 44px 8px 30px;
  color: #184a69;
  border-radius: 50px;
  transition: 0.3s;
  position: relative;
}

.cta .content .cta-btn i {
  font-size: 18px;
  position: absolute;
  right: 18px;
  top: 9px;
}

.cta .content .cta-btn:hover {
  background: #ffffff;
}

@media (max-width: 1200px) {
  .cta .content {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .cta {
    text-align: center;
  }

  .cta .content {
    text-align: center; /* Center text on smaller screens */
  }
}

/*--------------------------------------------------------------
# Servicio
--------------------------------------------------------------*/
.serv {
  background: url("../img/serv.jpg") center center no-repeat;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}

.foto2 { 
  height: 150px;
  left: 600px;
  position: relative;
  top: 0px;
  width: 150px;
  z-index: 1; 
}

.serv::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}

.serv .container {
  position: relative;
  z-index: 10;
}

.serv .content {
  padding: 30px 30px 30px 30px;
  text-align: justify; /* Justify text alignment */
  background-color: rgba(0, 0, 0, 0.5); /* Fondo negro para el texto */
  color: #ffffff; /* Letras blancas */
}

.serv .content h3 {
      font-family: "Raleway", sans-serif;
      font-weight: 300;
      font-size: 50px;
      text-transform: capitalize;
      color: #ffffff;  
      margin-bottom: 30px;
}

}

.serv .content p {
  margin-bottom: 30px;
  color: #000000; 
}

.serv .content .serv-btn {
  display: inline-block;
  background: #ffffff;
  padding: 6px 44px 8px 30px;
  color: #184a69;
  border-radius: 50px;
  transition: 0.3s;
  position: relative;
}

.serv .content .serv-btn i {
  font-size: 18px;
  position: absolute;
  right: 18px;
  top: 9px;
}

.serv .content .serv-btn:hover {
  background: #ffffff;
}

@media (max-width: 1200px) {
  .serv .content {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .serv {
    text-align: center;
  }

  .serv .content {
    text-align: center; /* Center text on smaller screens */
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {background-color: #312237;}

.team .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.team .member .pic {
  overflow: hidden;
}

.team .member .member-info {
  position: absolute;
  top: 85%;
  left: 20px;
  right: 20px;
  background: #BFB093;
  padding: 20px 0;
  color: #392840;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  max-height: 95px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.team .member:hover .member-info {
  max-height: 300px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #392840;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b1cbd7;
  bottom: 0;
  left: calc(50% - 25px);
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #392840;
}

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

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

@media (max-width: 992px) {
  .team .member {
    margin-bottom: 110px;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  padding-bottom: 80px;
}

.contact .section-title {
  text-align: center;
  margin-bottom: 40px;
}

.contact .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Centra los .info-box en la fila */
}

.contact .col-lg-3, .contact .col-md-6 {
  display: flex;
  justify-content: center; /* Centra .info-box dentro de cada columna */
  margin-bottom: 20px; /* Espacio entre filas si hay múltiples líneas */
}

.contact .info-box {
  color: #000000;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px 20px; /* Aumenta el padding para hacer el box más grande */
  margin: 20px; /* Espacio entre los .info-box */
  max-width: 100%; /* Asegura que no se desborde en pantallas pequeñas */
  flex: 1 1 300px; /* Ajusta el tamaño mínimo de los .info-box */
  min-height: 250px; /* Establece una altura mínima */
  border-radius: 15px; /* Redondea los bordes */
}

.contact .info-box i {
  font-size: 32px;
  color: #000000;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #f0f7fa;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  background: #fff;
}

.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;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

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

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
  background-color: #9BDAF2 ;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

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

.contact .php-email-form button[type=submit] {
  background: #9BDAF2;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

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

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

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

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

  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #082A40;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-top: -90px;
  margin-bottom: 15px;
  background: white;
  color: #082A40;
  border-top: 4px solid #9BDAF2;
  text-align: center;
  padding: 30px 20px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #082A40;
  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: #082A40;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  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: #b5d9e9;
  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: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #082A40;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}

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

#footer .footer-top .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: #082A40;
  color: #fff;
  transition: 0.3s;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #082A40;
}

#footer .copyright {
  border-top: 1px solid #082A40;
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}