@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
*{margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;

  background: linear-gradient(0.25turn, #71C5E8, 60%, #1B365D);
  background-size: 200% 200%; /* Aumenta el tamaño del fondo para que el gradiente se mueva */
  animation: gradient 15s ease infinite; /* Aplica la animación al gradiente */
}

.containers {
  position: relative;
  width: 100% ;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  background-color: rgba(240, 241, 241, 0.7);
}
.main-container {
  width: 75% !important;
  margin: 180px (center+100px) 0 auto !important;
  padding: 20px;
  max-width: 1370px !important;

  box-sizing: border-box;
}
.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.custom_heading {
  color: #030404;
}

/* .custom_heading span {
  color: #F5F9F8;
} */
.custom_heading span {
  background: linear-gradient(to right, #D986BA, #ECA154); /* Degradado de texto */
  -webkit-background-clip: text; /* Aplicar el degradado al texto */
  -webkit-text-fill-color: transparent; /* Hacer el texto transparente para mostrar el degradado */
}


/*header section*/
.hero_area {
  height: 98vh;
  position: relative;
}
/* area arriba del menu */
.hero_area::before {
  content: "";
  position: absolute;
  width: 100%;
  
  height: 15px;
  background-color: #D986BA;
  
  opacity: 0%;
}

.sub_page .hero_area {
  height: auto;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {
  background-color: rgba(255, 255, 255, 0.3);
  padding-top: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  border-radius: 20px; /* Redondear las esquinas */
  width: 98%;
  margin: auto;
}
.hide{
  opacity: 0;
}

.header_section .container-fluid {
  padding-right: 45px;
  padding-left: 45px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.header_section .quote_btn-container a {
  color: #ffffff;
  text-transform: uppercase;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 30px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/* Desktop */
/* CSS adicional para el círculo */
.logo-item-desktop {
  position: relative;
  z-index: 1; /* Asegura que esté por encima de otros elementos */
}

/* CSS adicional para el círculo */
.logo-item-desktop {
  position: relative;
  z-index: 1; /* Asegura que esté por encima de otros elementos */
}
.logo-item-desktop .logo-img {
  display: block; /* Mostrar imagen por defecto */
}
.logo-item-desktop a {
  display: flex;
  align-items: center;
  scale: 110%;
  justify-content: center;
  width: 120px; /* Ajusta el tamaño según sea necesario */
  height: 120px; /* Ajusta el tamaño según sea necesario */
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(0.25turn, #D986BD, 60%, #ECA154);
  background-size: 200% 200%; /* Aumenta el tamaño del fondo para que el gradiente se mueva */
  animation: gradient 15s ease infinite; /* Aplica la animación al gradiente */ /* Fondo blanco para el círculo */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra */
  transition: transform 0.3s ease-in-out;
  margin: -20px auto; /* Ajusta la posición vertical según sea necesario */
}
   
.logo-item-desktop a:hover {
  transform: scale(1.1); /* Aumenta el tamaño al pasar el mouse */
}

.logo-item-desktop .logo-content {
  align-items: center;
}


.logo-item-desktop img {
  max-width: 100%; /* Ajusta el tamaño de la imagen dentro del círculo */
  max-height: 100%;
  scale: 300%; /* Ajusta el tamaño de la imagen dentro del círculo */
}

/* mobil */
/* CSS adicional para el círculo */
.logo-item {
  position: relative;
  z-index: 1; /* Asegura que esté por encima de otros elementos */
}

/* CSS adicional para el círculo */
.logo-item {
  position: relative;
  z-index: 1; /* Asegura que esté por encima de otros elementos */
}
.logo-item .logo-img {
  display: block; /* Mostrar imagen por defecto */
}
.logo-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px; /* Ajusta el tamaño según sea necesario */
  height: 60px; /* Ajusta el tamaño según sea necesario */
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(0.25turn, #F5F9F8, 60%, #71C5E8);
  background-size: 200% 200%; /* Aumenta el tamaño del fondo para que el gradiente se mueva */
  animation: gradient 15s ease infinite; /* Aplica la animación al gradiente */ /* Fondo blanco para el círculo */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra */
  transition: transform 0.3s ease-in-out;
}

.logo-item a:hover {
  transform: scale(1); /* Aumenta el tamaño al pasar el mouse */
}

.logo-item .logo-content {
  align-items: center;
}


.logo-item img {
  max-width: 100%; /* Ajusta el tamaño de la imagen dentro del círculo */
  max-height: 100%;
  scale: 150%; /* Ajusta el tamaño de la imagen dentro del círculo */
}

/* .logo-item span {
  font-size: 14px;
  color: #000;
  margin-top: 5px;
} */

.navbar-brand,
.navbar-brand:hover {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 29px;
  color: #F5F9F8;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.navbar-brand img {
  width: 30px;
  margin-right: 5px;
}

.navbar-brand span {
  font-size: 20px;
  font-weight: 700;
  color: #191919;
  margin-top: 5px;
}

.custom_nav-container {
  z-index: 99999;
  padding: 5px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}


/*end header section*/
/* slider section */
.slider_section {
  position: relative;
  padding: 6% 0;
  overflow: hidden; /* Asegura que los pseudo-elementos no se salgan del contenedor */
}

.slider_section::before {
  content: "";
  background-color: rgba(113, 197, 232, 1); /* Ajusta el color y la opacidad según sea necesario */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2; /* Coloca el color de fondo detrás de la imagen */
}

.slider_section::after {
  content: "";
  background-image: url(../images/EdificioCentral.JPG);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2; /* Ajusta el nivel de opacidad según sea necesario */
  z-index: -1; /* Coloca la imagen detrás del contenido pero delante del color de fondo */
}

.slider_section > * {
  position: relative;
  z-index: 1; /* Coloca el contenido encima de la imagen de fondo */
}


.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_detail-box h1 {
  color: #ffffff;
  font-size: 52px;
}

.slider_detail-box h1 span {
  display: inline-block;
  color: #434242;
  font-weight: bold;
}

.slider_detail-box p {
  color: #f6f8f7;
  margin-top: 45px;
  margin-bottom: 40px;
  background-color: rgba(43, 68, 68, 0.4);
  padding: 15px;
  border-radius: 10px;
}

.slider_detail-box .btn-box .btn-1 {
  display: inline-block;
  padding: 10px 45px;
  background-color: #023b48;
  border: 1px solid #023b48;
  color: #ffffff;
  margin-right: 10px;
}

.slider_detail-box .btn-box .btn-1:hover {
  background-color: transparent;
  color: #023b48;
}

.slider_detail-box .btn-box .btn-2 {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #023b48;
}

.slider_detail-box .btn-box .btn-2:hover {
  background-color: transparent;
  color: #ffffff;
}

.slider_img-box {
  margin-right: 5%;
}

.slider_img-box img {
  width: 100%;
}

.carousel-indicators {
  bottom: -15%;
}

.carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  opacity: 1;
}

.carousel-indicators .active {
  background-color: #010106;
}

.about_section {
  background-image: url(../images/about-bg.png);
  background-size: cover;
}

.about_section .row {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.about_section .img-box img {
  width: 100%;
}

.about_section .detail-box p {
  margin: 25px 0;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #023b48;
  border: 1px solid #023b48;
  color: #ffffff;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #023b48;
}

.service_section .row .col-md-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.service_section .img_box {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  background-color: #18d3ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service_section .img_box img {
  width: 45px;
}

.service_section .detail_box {
  margin-top: 25px;
}

.service_section .detail_box h6 {
  font-weight: bold;
}

.service_section a {
  display: inline-block;
  padding: 12px 25px;
  background-color: #023b48;
  border: 1px solid #023b48;
  color: #ffffff;
}

.service_section a:hover {
  background-color: transparent;
  color: #023b48;
}

.gallery-section {
  background-color: #71C5E8;
}

.gallery-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.gallery-section .container h2 {
  color: #ffffff;
}

.gallery-section .img_box {
  margin: 15px 0;
}

.gallery-section .img_box img {
  width: 100%;
  height: 100%;
}

.gallery-section .img_box.box-1 {
  width: 28%;
}

.gallery-section .img_box.box-2 {
  width: 70%;
}

.gallery-section .img_box.box-3 {
  width: 32%;
}

.gallery-section .img_box.box-4 {
  width: 32%;
}

.gallery-section .img_box.box-5 {
  width: 32%;
}

.buy_section {
  text-align: center;
}

.buy_section p {
  margin: 25px 0;
}

.buy_section a {
  display: inline-block;
  padding: 12px 65px;
  background-color: #023b48;
  border: 1px solid #023b48;
  color: #ffffff;
}

.buy_section a:hover {
  background-color: transparent;
  color: #023b48;
}

.client_section .pl-100 {
  padding-left: 100px;
}

.client_section .client_container {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  border: 1px solid #606060;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}

.client_section .client_container .img_box {
  width: 200px;
  margin-left: -100px;
}

.client_section .client_container .img_box img {
  min-width: 100%;
}

.client_section .client_container .detail_box {
  padding: 0 35px;
}

.client_section .carousel-indicators li {
  background-color: #71C5E8;
}

.client_section .carousel-indicators .active {
  background-color: #8c8a8a;
}

.map_section {
  position: relative;
}

.map_section #map {
  position: absolute;
}

.map_section .form_container {
  position: relative;
  width: 50%;
  z-index: 9;
}

.map_section .form_container form {
  background-color: rgba(255, 255, 255, 0.98);
  padding: 45px;
  margin: 75px 0;
}

.map_section .form_container input {
  border: none;
  outline: none;
  background-color: transparent;
  border-bottom: 1px solid #111111;
  padding-top: 35px;
  width: 100%;
}

.map_section .form_container input.message-box {
  padding-top: 55px;
}

.map_section .form_container button {
  display: inline-block;
  padding: 12px 20px;
  background-color: #023b48;
  border: 1px solid #023b48;
  color: #ffffff;
  border-radius: 30px;
  width: 100%;
  margin-top: 35px;
}

.map_section .form_container button:hover {
  background-color: transparent;
  color: #023b48;
}

.info_section {
  background-color: #0dc3ff;
}

.info_items {
  width: 70%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.info_items .item {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.info_items .item .img-box {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.info_items .item .detail-box {
  margin-top: 5px;
  color: #fff;
}

.info_items {
  position: relative;
}

.info_items a {
  position: relative;
}

.info_items .item .img-box.box-1 {
  background-image: url(../images/location-white.png);
}

.info_items .item .img-box.box-2 {
  background-image: url(../images/telephone-white.png);
}

.info_items .item .img-box.box-3 {
  background-image: url(../images/envelope-white.png);
}

/* footer section*/
.footer_section {
  background-color: #fbfdfd;
  padding: 20px;
  font-weight: 500;
}

.footer_section p {
  color: #292929;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #292929;
}

/* end footer section*/
/*# sourceMappingURL=style.css.map */



 /* Estilo personalizado para el menú desplegable */
 .navbar .dropdown-menu {
  background-color: #F5F9F8;
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.navbar .dropdown-item {
  color: #434242;
  padding: 10px 20px;
}

.navbar .dropdown-item:hover {
  background-color: #F5F9F8;
  color: #fff;
}

/* Socialbar config */



.toggle-button {
  width: 50px;
  height: 50px;
  background-color: #007bff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}

.toggle-button img {
  width: 24px;
  height: 24px;
}


.toggle-button {
  width: 50px;
  height: 50px;
  background-color: #007bff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}

.toggle-button img {
  width: 24px;
  height: 24px;
}



.toggle-button {
  width: 50px;
  height: 50px;
  background-color: #007bff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}

.toggle-button img {
  width: 24px;
  height: 24px;
}



.toggle-button {
  width: 50px;
  height: 50px;
  background-color: #007bff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}

.toggle-button img {
  width: 24px;
  height: 24px;
}





.toggle-button {
  width: 50px;
  height: 50px;
  background-color: #007bff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}

.toggle-button img {
  width: 24px;
  height: 24px;
}


.toggle-button {
  width: 50px;
  height: 50px;
  background-color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}

.toggle-button img {
  width: 24px;
  height: 24px;
}




