/* Montserrat */
@font-face {
   font-family: "Montserrat";
   src: url("fonts/Montserrat-SemiBold.ttf") format("truetype");
   font-weight: 600;
   font-style: normal;
}

@font-face {
   font-family: "Montserrat";
   src: url("fonts/Montserrat-SemiBoldItalic.ttf") format("truetype");
   font-weight: 600;
   font-style: italic;
}

/* Open Sans */
@font-face {
   font-family: "Open Sans";
   src: url("fonts/OpenSans-ExtraBold.ttf") format("truetype");
   font-weight: 800;
   font-style: normal;
}

@font-face {
   font-family: "Open Sans";
   src: url("fonts/OpenSans-ExtraBoldItalic.ttf") format("truetype");
   font-weight: 800;
   font-style: italic;
}

@font-face {
   font-family: "Open Sans";
   src: url("fonts/OpenSans-SemiBold.ttf") format("truetype");
   font-weight: 600;
   font-style: normal;
}

@font-face {
   font-family: "Open Sans";
   src: url("fonts/OpenSans-VariableFont_wdth,wght.ttf") format("truetype");
   font-weight: 100 900;
   font-style: normal;
}

@media (min-width: 991px) {
   .logo {
      width: 300px;
   }
   .text-container-label {
      height: 110px;
      clip-path: polygon(
         0 0,
         calc(100% - 40px) 0,
         100% 50%,
         calc(100% - 40px) 100%,
         0 100%
      );
   }
   section {
      scroll-margin-top: 80px;
   }
   #carouselExampleIndicators .carousel-inner .carousel-item {
      height: calc(100vw * 7 / 16);
   }
   .slider-text {
      width: 650px;
   }
   .text-banner {
      font-size: 26px;
      line-height: 30px;
   }
   #carouselPhotos .carousel-inner .carousel-item .row div {
      height: 300px;
   }

   #carouselCompanies .carousel-inner .carousel-item .row div {
      height: 300px;
   }
}
@media (max-width: 991px) {
   .logo {
      height: 50px;
   }
   .text-container-label {
      width: 280px;
      height: 55px;
      clip-path: polygon(
         0 0,
         calc(100% - 10px) 0,
         100% 50%,
         calc(100% - 10px) 100%,
         0 100%
      );
   }
   #carouselExampleIndicators .carousel-inner .carousel-item {
      height: calc(100vw * 9 / 16);
   }

   .slider-text {
      width: 100%;
   }
   .text-banner {
      font-size: 16px;
      line-height: 16px;
      margin-bottom: 0px;
   }
}
.container-fluid {
   padding-left: 0px;
}
body {
   background: #fff;
   font-family: "Open Sans", sans-serif;
   font-weight: 300;
   position: relative;
   width: 100%;
   height: 100%;
   overflow-x: hidden;
}

.tm-white a {
   color: #fff;
}

/* start h1 group */
h1,
h2,
h3,
h4 {
   font-weight: bold;
}
/* end h1 group */
p {
   line-height: 1.6em;
   font-family: "Open Sans", sans-serif;
   font-size: 21px;
}

/* start navigation */
.text-container-label {
   background-color: #35328a;
   display: flex;
   align-items: center;
}
.text-container {
   margin-right: 30px;
   display: flex;
   height: 70%;
   flex-wrap: nowrap;
   align-items: center;
}
.container {
   padding-inline: 0px !important;
   width: 100%;
   height: 100%;
}
.title {
   font-size: 18px;
   font-weight: bold;
   margin: 0;
}

.subtitle {
   font-size: 14px;
   margin: 0;
}
.navbar {
   background: #000000;
   border: none;
   box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
}
.navbar .navbar-brand .navbar-brand-custom-lg {
   color: #ffffff;
   font-size: 30px;
   /* height: 30px; */
   position: fixed;
   top: 0px;
}
.navbar .nav li a {
   color: #666;
   font-size: 13px;
   font-weight: bold;
   line-height: 20px;
}
.navbar .nav li a:hover,
.navbar .nav li a:focus,
.navbar .nav li a.current {
   color: #28a7e9;
}

.navbar .navbar-toggle {
   border: none;
   padding-top: 20px;
}
.navbar .navbar-toggle .icon-bar {
   background: #28a7e9;
   border-color: transparent;
}
.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
   background-color: transparent;
}
/* end navigation */

/* start home */
#home {
   background: url("../images/home-bg.jpg") no-repeat;
   background-size: cover;
   color: #fff;
   margin-top: 70px;
   text-align: center;
   width: 100%;
}
#home p {
   font-weight: 400;
   font-style: italic;
   line-height: 2em;
}
#home img {
   display: inline-block;
   margin-top: 30px;
}
/* end home */

/* start unidades */
/* #unidades {
   padding-top: 10px;
} */
#unidades .presentacion {
   display: flex;
   justify-content: center;
   position: relative;
   width: 100%;
}
#unidades .presentacion p {
   font-size: larger;
   margin-block: 30px;
}

#contenedor-prueba {
   display: flex;
   justify-content: center;
   position: relative;
   width: 100%;
}
#unidades-container {
   width: 90%;
   margin-top: -50px;
   background-color: #ebeff2;
   box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
   border-radius: 10px;
   padding: 30px;
}

#unidades-container .unidades-card .logo-unid {
   display: flex;
   justify-content: center;
   margin: 20px;
}
#unidades-container .unidades-card .logo-unid img {
   width: 70%;
}
#unidades .hero {
   position: relative;
   text-align: center;
   color: white;
   padding-right: 0px;
   padding-left: 0px;
}

#unidades .hero img {
   width: 100%;
   height: 100%;
}

#unidades .hero .overlay {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: rgba(0, 0, 0, 0.5);
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}
#unidades .container .unidades-container .unidades-card {
   padding: 25px auto 25px auto;
}
#unidades .container .unidades-container .unidades-card img {
   width: 300px;
   height: 300px;
   text-align: center;
   border-radius: 5px;
}
#unidades .container .unidades-container .unidades-card p {
   font-size: 12px;
}
/* end unidades */

/* start contact */
#contact .container {
   background-color: #858585;
}
#contact address {
   padding-top: 20px;
}
#contact address .fa {
   background: #35328a;
   border-radius: 50%;
   width: 40px;
   height: 40px;
   line-height: 40px;
   text-align: center;
   margin-top: 6px;
   margin-right: 10px;
}

#contact .contact-form {
   width: 90%;
   background: rgb(237, 237, 237);
   box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
   border-radius: 10px;
   padding: 30px;
}
#contact .form-control {
   border: none;
   border-radius: 0px;
   box-shadow: none;
   margin-bottom: 20px;
}
#contact input {
   height: 50px;
}
.btn-custom {
   background: #35328a;
   color: #fff;
   font-weight: bold;
   transition: all 0.3s ease;
}
.btn-custom:hover {
   background: #107db6;
}
/* end contact */

/* start footer */
footer {
   background: #fff;
   font-weight: 400;
   text-align: center;
   padding: 20px;
}
/* end footer */

#carouselPhotos {
   width: 88%;
}

@media screen and (max-width: 991px) {
   .templatemo-box {
      margin-bottom: 30px;
   }
   #clientes .active {
      bottom: 0;
   }
   .clientes {
      margin-bottom: 20px;
   }
   #feature img,
   #unidades img {
      margin-top: 10px;
   }
   #feature1 img {
      margin-bottom: 30px;
   }

   #carouselPhotos .carousel-inner .carousel-item .row div {
      height: 260px;
   }

   #carouselCompanies .carousel-inner .carousel-item .row div {
      height: 260px;
   }
}
@media screen and (max-width: 767px) {
   #feature,
   #clientes,
   #unidades {
      padding-top: 20px;
      padding-bottom: 40px;
   }
   #carouselPhotos .carousel-inner .carousel-item .row div {
      height: 360px;
   }
   #carouselCompanies .carousel-inner .carousel-item .row div {
      height: 180px;
   }
}
/* start media 360 */
@media screen and (max-width: 360px) {
   .clientes {
      padding-bottom: 40px;
   }
   #carouselPhotos .carousel-inner .carousel-item .row div {
      height: 180px;
   }
   #carouselCompanies .carousel-inner .carousel-item .row div {
      height: 180px;
   }
}

/* end media 360 */

/* Features Section */

.image-circle {
   width: 150px;
   height: 150px;
   box-shadow: 0 0 0 4px #fff, 0 0 0 5px #2d088c;
   border-radius: 50%;
   overflow: hidden;
   margin: 5px auto 5px auto;
}

.image-circle img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.feature-item p {
   color: #000080;
   font-size: 14px;
   margin-top: 20px;
   font-weight: 600;
   font-family: "Open Sans", sans-serif;
   color: #35328a;
}
.companies-container,
.photos-container {
   flex-wrap: wrap;
}

#carouselExampleIndicators {
   width: 100%;
   height: auto;
}
#carouselExampleIndicators .carousel-inner .carousel-item {
   width: 100%;
   /* height: calc(100vw * 7 / 16); */
   object-fit: cover;
}

#carouselCompanies {
   width: 88%;
}

#carouselCompanies img {
   height: 100%;
}

#carouselPhotos img {
   height: 100%;
}
.photos-container {
   background-color: #ebeff2;
}
.bg-blue-dark {
   background-color: #35328a;
   color: #fff; /* Cambiar el color del texto para que sea legible */
}
.max-width-content {
   width: max-content;
}
.logo-blue {
   color: rgb(255, 255, 255); /* Cambiar color a azul */
}
.filter-green {
   filter: invert(58%) sepia(69%) saturate(1276%) hue-rotate(76deg)
      brightness(110%) contrast(109%);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
   width: 50%;
   height: 50%;
}
.img-fluid {
   object-fit: contain;
   height: 100%;
}
.carousel.external .carousel-control-prev {
   position: absolute;
   left: -12%;
   z-index: 1;
   color: #0a0a0a !important;
   font-weight: bold;
}

.carousel.external .carousel-control-next {
   position: absolute;
   right: -12%;
   z-index: 1;
   color: #0a0a0a !important;
   font-weight: bold;
}

#principal-container {
   margin-top: 56px;
}

.nav-item {
   padding-inline: 1rem;
}

.social-media a {
   margin-inline: 2px;
}
.social-media a image {
   margin-inline: 2px;
}

.btn-logo-footer {
   background-color: #3f454c;
   padding: 0px;
   height: 30px;
   width: 30px;
   border: 0;
}
.btn-logo-footer a {
   color: #ffffff;
   margin-inline: 0px;
   width: 28px;
   height: 28px;
   display: flex !important;
   flex-direction: column;
   justify-content: center;
   text-decoration: none;
}

.social-media .btn-logo-footer:hover {
   color: #666;
}

.slider-text {
   font-size: 1.5rem;
   z-index: 10;
   text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.semibold {
   font-weight: 600;
}

.extrabold {
   font-weight: 800;
}

.extrabold-italic {
   font-weight: 800;
   font-style: italic;
}

.text-banner {
   font-family: "Open Sans", sans-serif;
   text-shadow: 8px 8px 16px rgba(0, 0, 0, 0.6);
}

#carouselAdma .carousel-inner .carousel-item img,
#carouselplus .carousel-inner .carousel-item img {
   width: 100% !important;
}
