/*
  Template Name: solutech 
  Version: 1.0
*/


/* === common css class end here === */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&family=Rajdhani:wght@300;400;500;600;700&display=swap');
* {
    margin: 0;
    padding: 0;
    outline: 0;
}
 * {
     margin: 0;
     padding: 0;
     outline: 0;
}
 body, html{
     overflow-x:hidden;
}
 ul, ol {
     list-style-type: none;
     margin-bottom: 0;
}
 p {
     line-height: 24px;
     margin-bottom: 0;
}
 a:focus {
     outline: 0;
}
 .form-control:focus {
     border-color: transparent 
}
 h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
     font-family: 'Rajdhani', sans-serif;
     font-style: normal;
     margin-bottom: 0;
     line-height: 1.2;
     font-weight: 700;
     transition: .5s;
     font-size: 24px;
     color: #1b1a1a;
     margin: 0px;
     transition: .5s;
}
 body {
     color: #797979;
     font-family: 'Open Sans', sans-serif;
     font-weight: 400;
     font-style: normal;
     font-size: 16px;
     line-height: 1.6;
}
/* === common css class end here === */
 a {
     text-decoration: none!important;
}
/* === top menu css == */
.top_menu_area {
    background: #00247e;
}
.top_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.top_menu a {
    background: #fff;
    padding: 4px 10px;
    font-weight: 500;
    color: #1b1a1a;
    transition: .5s;
}
.top_menu a:hover{
    background: #ed5e3e;
    color: #fff;
}
.top_menu a.heilight{
    background: #ed5e3e;
    color: #fff;
}
.top_menu a.heilight:hover{
    background: #0c5adb;
}

/* === to-top css == */
 .totop {
     background: #fff;
     height: 50px;
     width: 50px;
     line-height: 50px;
     cursor: pointer;
     position: absolute;
     left: 50%;
     text-align: center;
     top: -30px;
     color: white;
     z-index: 999;
     transform: translateX(-50%);
     border-radius: 50%;
     box-shadow: 0px 0px 50px 0px #00000040;
}
 .totop i {
     color: #0c5adb;
     font-size: 32px;
     margin-top: 6px;
}
/* ===== START CSS FOR HOME-PAGE ===== */
 .banner_slider_full {
}
 .banner_slider_thumb{
     position: relative;
     left: 50%;
     right: 50%;
     transform: translate(-50%);
}
 .banner_slider_thumb:before {
     position: absolute;
     content: "";
     left: 0;
     top: 0;
     height: 100%;
     width: 100%;
    /* background:#0000003d;
     */
     z-index: 1;
}
 .banner_info_text {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     z-index: 2;
     text-align: center;
     width: 100%;
}
 .logo img {
     display: inline-block;
     margin-bottom: 10px;
}
 .banner_info_text p {
     font-size: 18px;
     font-weight: 600;
     color: #1b1a1a;
     width: 53%;
     margin: auto;
     padding-bottom:30px;
}
 .banner_info_text h2{
     font-size: 75px;
     color: #1b1a1a;
}
 .wp_main_btn{
     position: absolute;
     left: 0;
     right: 0;
     bottom: 0px;
}
 .wp_main_btn.card_btn{
     right: 0;
     left: auto;
}
 .wp_main_btn a, .main_btn a {
     background: #0c5adb;
     color: #fff;
     padding: 15px 20px;
     display: inline-block;
     font-size: 16px;
     font-weight:600;
     position: relative;
     z-index: 1;
     transition: .5s;
}
 .wp_main_btn a::before, .main_btn a::before {
     content: "";
     position: absolute;
     z-index: -1;
     top: 0;
     left: 0;
     right: 0;
     bottom: 60px;
     background: #02101e;
     transition: .5s;
}
 .wp_main_btn a:hover, .main_btn a:hover {
     color: #fff;
}
 .wp_main_btn a:hover::before, .main_btn a:hover::before {
     bottom: 0px;
}
 #demo_part {
     padding: 90px 0 100px;
}
 .demo_title h2 {
     margin-bottom: 20px;
     font-size: 35px;
     color: #0c5adb;
}
 .demo_preview {
     text-align: center;
}
 .demo_preview img {
     display: inline-block;
     margin: 80px 0;
     box-shadow: -1px 10px 30px -12px rgba(0, 0, 0, 0.5);
}
 .demo_title img {
     display: inline-block;
     transition: .3s ease-in-out;
}
 .single_demo {
     margin-top: 30px;
}
 .demo_more_theme, .demo_img {
     position: relative;
     width: 100%;
     height: 253px;
     overflow: hidden;
     z-index: 1;
     box-shadow: 0px 13px 74px -37px rgba(0, 0, 0, 0.75);
}
 .demo_img img {
     width: 100%;
}
 .demo_img:before {
     position: absolute;
     content: "";
     top: 0;
     left: 0;
     height: 100%;
     width: 100%;
     border-left: 0px solid transparent;
     border-top: 253px solid transparent;
     border-right: 361px solid rgba(0, 0, 0, 0.79);
     -webkit-transition: .3s ease-in-out;
     transition: .3s ease-in-out;
}

 .img_overlay {
     position: absolute;
     top: 50%;
     z-index: 9;
     left: 50%;
     top: 50%;
     transform: translateY(-50%) translateX(-50%);
     -webkit-transition: .8s ease-in-out;
     transition: .8s ease-in-out;
}
.img_overlay a {
    display: block;
    padding: 10px 30px;
    border-radius: 10px;
    background: #0c59dd;
    color: #fff;
}
.img_overlay a:hover {
    background: #ed5e3e;
}

/* .img_overlay a i {
     height: 43px;
     width: 43px;
     line-height: 43px;
     text-align: center;
     color: #fff;
     font-size: 20px;
     background-color: #0c5adb;
     border-radius: 50%;
}
 .img_overlay a :hover{
     background: #000;
}*/
 .demo_more_text {
     position: absolute;
     top: 50%;
     left: 0;
     right: 0;
     text-align: center;
     transform: translateY(-50%);
}
 .demo_more_text a h2:hover {
     color: #0c5adb;
}
 .demo_des {
     font-size: 20px;
     color: #222;
     margin-top: 20px;
}
/* ==== footer ==== */
 .footer_copyright {
     height: 55px;
     line-height: 55px;
     background-color: #555;
     text-align: center 
}
 .footer_text p {
     line-height: 55px;
     font-weight: 400;
     color: #fff;
}
 .footer_text p a {
     text-transform: uppercase;
     color: #ff5a5a;
}
 #feature_part {
     padding: 90px 0 100px;
     background: #f9f9f9;
}
 .feature_list ul li {
     color: #353535;
     font-size: 18px;
     padding: 7px 0;
     display: block;
     transition: .5s linear;
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     position: relative;
     background-image: linear-gradient(to right, #0c5adb, #0c5adb, 50%, #353535 50%);
     background-size: 200% 100%;
     background-position: 100%;
}
 .feature_list ul li:hover {
     background-position: 0% 100%;
}
 .feature_list ul li:hover span {
     padding-left: 5px;
     transition: .5s linear;
}
 .feature_list ul li i {
     padding-right: 6px;
}
/** footer part css **/
 #footer_part {
     padding: 50px 0 0px 0;
     position: relative;
     background: #ffffff;
}
 .footer_col p {
     color: #000;
     font-size: 20px;
     font-weight: 500;
     margin: 20px 0;
     text-transform: capitalize;
}
 .buy_now {
     color: #0c5adb;
     background: #fff;
     padding: 13px 30px;
     border-radius: 5px;
     display: inline-block;
     font-size: 20px;
     transition:.5s;
}
 .buy_now:hover{
     color: #fff;
     background: #232323;
}
 .footer_col img {
     display: inline-block 
}
 .footer_col ul li a {
     height: 40px;
     width: 40px;
     line-height: 40px;
     transition: all 0.3s linear;
     background-color: #fff;
     color: #0c5adb;
     text-align: center;
     display: block;
     border-radius: 50%;
     -webkit-transition: .3s linear;
     transition: .3s linear;
}
 .footer_col ul li a:hover {
     background-color: #0a2643;
     border-color: transparent;
     -webkit-transform: scale(1.3);
     transform: scale(1.3);
     color: #fff;
}
 .footer_col ul li a i {
     font-size: 20px;
}
 .footer_col ul li {
     padding: 0 15px 30px 0;
}
 #footer_copyright {
     background-color: #fff;
     padding: 20px 0;
}
 #footer_copyright ul li {
     border-right: 1px solid #777777;
     font-size: 16px;
     color: #777;
     padding: 0 10px;
	display: inline-block;	 
}
 #footer_copyright ul li:last-child {
     border-right-style: none 
}
 #footer_copyright ul li a {
     color: #444;
     text-transform: capitalize;
     font-weight: 600 
}

/*========= Product area css =============*/
.more_area{
    padding: 100px 0px;	
}
.theme_pages_area {
    margin-top: 50px;
    padding: 0 250px;
}
.witr_section_title h2{
	font-size:45px;
}
.witr_section_title p {
    font-size: 18px;
    width: 82%;
    margin: auto;
}
.witr_section_title span{
	color:#0c5adb;
}
.witr_single_best{
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
    border-radius: 3px;
    margin-bottom: 30px;
}
.witr_star_padding {
    padding: 10px 15px 15px;
}
.witr_best_img{
	position:relative;
}
.witr_best_img img{
	width:100%;
}

.witr_new{
    position: absolute;
    bottom: 0;
    color: #fff;
    background: #0c5adb;
    padding: 5px 10px;	
}
.witr_demo_link {
    display: flex;
    vertical-align: top;
}
.witr_demo_link a h3{
    font-size: 17px;
    transition:.5s;	
}
.witr_demo_link a h3:hover{
    color: #0c5adb;	
}
.witr_demo_link i {
    color: #0c5adb;
    margin-right: 10px;
    font-size: 20px;
}

/* star icon */
.star_author_place {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;	
}
.star_solution_icon{}
.star_solution_icon ul {}
.star_solution_icon ul li {
    display: inline-block;
}
.star_solution_icon ul li a i{
    font-size: 17px;
    color: #0c5adb;
}
/* witr_profile_name */
.witr_profile_name{}
.witr_profile_name span{
	font-size: 14px;
    color: #818282;	
}
.witr_profile_name span a{
    color: #818282;	
}
.witr_profile_name span a:hover{
    color: #0c5adb;	
}


.coming_soon {
    font-size: 20px;
    margin-top: 0;
    color: #fff;
}


/* ==== responsive css start ==== */
 @media(min-width:1200px) and (max-width:1600px) {
.theme_pages_area {
    padding: 0 40px;
}	 
	 
 }
 @media(min-width:992px) and (max-width:1199px) {
.theme_pages_area {
    padding: 0 15px;
}	 
     .banner_info_text h2 {
         font-size: 70px;
    }
     .banner_info_text p {
         width: 88%;
    }
}
 @media(min-width:768px) and (max-width:991px) {
.theme_pages_area {
    padding: 0 15px;
}
.witr_section_title p {
    width: 100%;
}	 
     .banner_info_text h2 {
         font-size: 46px;
    }
     .banner_info_text p {
         width: 98%;
    }
     .demo_img {
         height: 280px;
    }
     .demo_img::before {
         border-left: 0px solid transparent;
         border-top: 280px solid transparent;
         border-right: 345px solid rgba(0, 0, 0, 0.79);
    }
}
 @media(max-width:536px) {
.top_menu a {
    margin-bottom: 2px;
}
     
 }


 @media(max-width:767px) {
.theme_pages_area {
    padding: 0 10px;
}
.witr_section_title h2 {
    font-size: 28px;
}
.witr_section_title p {
    width: 100%;
}	 
.banner_info_text{
    max-width: 98%;
}
     .banner_info_text h2 {
         font-size: 30px;
    }
     .banner_info_text p {
         font-size: 16px;
         width: 98%;
    }
     .main_btn a {
         padding: 10px 15px;
         font-size: 12px;
    }
     .demo_preview img {
         margin: 30px 0;
    }
     .footer_col p {
         font-size: 18px;
    }
     #footer_copyright ul li {
         font-size: 13px;
         padding: 0 7px;
    }
     .totop {
         top: -27px;
    }
     .demo_img {
         height: 234px;
    }
     .demo_img::before {
         border-left: 0px solid transparent;
         border-top: 234px solid transparent;
         border-right: 290px solid rgba(0, 0, 0, 0.79);
    }
    .carousel-indicators{
        display: none;
    }
}
 @media (min-width: 481px) and (max-width: 767px) {
}


.navbar-nav .nav-link:hover {
    font-weight: bold; /* Cambia el texto a negritas al hacer hover */
}

.aire-acondicionado-section {
    padding: 50px 0;
}

.rounded-image {
    border-radius: 20px;
    margin: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.section-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.section-text {
    font-size: 1.2rem;
    line-height: 1.8;
}

/* Fondos y colores alternados */
.bg-light {
    background-color: #f9f9f9;
}

.bg-secondary {
    background-color: #6c757d;
}

.bg-dark {
    background-color: #343a40;
}

.bg-primary {
    background-color: #007bff;
}

.section-header {
    padding: 50px 0;
    background: linear-gradient(135deg, #3f3f3f, #000000);
    color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.section-header .main-title {
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #fff;
    letter-spacing: 2px;
}

.section-header .subtitle {
    font-size: 1.2rem;
    font-weight: 300;
    color: #e0e0e0;
    margin-bottom: 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}


.sobre-nosotros-section {
    padding: 50px 0;
    background-color: #f9f9f9;
}

.sobre-nosotros-section .rounded-image {
    border-radius: 20px;
    margin: 20px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.sobre-nosotros-section .section-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.sobre-nosotros-section .section-text {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #555;
}

.mision-vision-section {
    padding: 50px 0;
    background: linear-gradient(135deg, #0047ab, #007bff);
    color: #fff;
}

.mision-vision-section .card {
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 15px;
    padding: 30px;
    margin: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mision-vision-section .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.mision-vision-section .section-subtitle {
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #fff;
}

.mision-vision-section .section-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #e0e0e0;
}


.client-logos-section {
    padding: 50px 0;
    background-color: #f8f9fa;
    overflow: hidden;
  }
  
  .logos-wrapper {
    display: flex;
    animation: scroll-left 10s linear infinite;
  }
  
  .logo-item {
    flex: 0 0 auto;
    margin: 0 20px;
  }
  
  .logo-img {
    max-width: 100px; /* Ajusta el tamaño de los logos según tu preferencia */
    object-fit: contain;
  }
  
  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  


  .client-logos-section {
    padding: 50px 0;
    background-color: #f8f9fa;
  }
  
  .client-carousel-item img {
    max-height: 100px; /* Ajusta la altura de los logos */
    object-fit: contain;
  }
  
  .client-carousel-inner .client-carousel-item {
    display: flex;
    justify-content: center;
  }
  
  .client-carousel-control-prev-icon, .client-carousel-control-next-icon {
    background-color: black; /* Cambiar color de los controles */
  }
  
  .client-logos-section {
    padding: 50px 0;
    background-color: #fff;
  }



/*Carousel Clients*/
:root {
    --items-per-page: 4;
}

.carousel2 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.carousel2-container {
    /* Prevent logos from wrapping to the next line */
    white-space: nowrap;
}

.carousel2-item {
    display: inline-block;
    min-width: calc(100% / var(--items-per-page));
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    background-color: #fff;
}

.social-float {
    position: fixed;
    top: 60%;
    left: 0;
    display: flex;
    flex-direction: column;
    z-index: 1000;
  }
  
  .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    color: white;
    font-size: 20px;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }
  
  .facebook { background: #3b5998; }
  .tiktok { background: #020202; }
  .instagram { background: #e1306c; }
  .whatsapp { background: #00c732; }
  
  .social-icon:hover {
    opacity: 0.8;
  }
  