

/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900|Righteous&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Lato', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px;
     font-family: 'Baloo Chettan', cursive;
}

h2 {
     font-size: 22px;
     font-family: 'Baloo Chettan', cursive;
}

h3 {
     font-size: 18px;
     font-family: 'Baloo Chettan', cursive;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     font-weight: 300;
     font-size: 15px;
     line-height: 24px;
     text-align: left;
     margin: 0;
}


a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}


.logo img {
     width: 150px;     /* Ajustá este valor a tu gusto */
     height: auto;
     display: block;
     margin: 0 auto;   /* Centra la imagen */
}


.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.layout_padding {
     padding-top: 90px;
     padding-bottom: 90px;
}

.layout_padding_2 {
     padding-top: 75px;
     padding-bottom: 75px;
}

.light_silver {
     background: #f9f9f9;
}

.theme_bg {
     background: #38c8a8;
}

.margin_top_30 {
     margin-top: 30px !important;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.main-layout {
     background-color: #ffffff; /* Fondo blanco */
}


.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*-- navigation--*/

.navigation.navbar {
     padding-top: 12px;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 0 25px;
     color: #fff;
     font-size: 16px;
     line-height: 20px;
     text-transform: uppercase;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #000;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: #fdd430;
}


/*-- header area --*/


/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/

.head_top {
     background-color: #0891f8     ;
}


.header {
     width: 100%;
     background: transparent;
     padding: 30px 30px;
}

.logo a {
     font-size: 40px;
     font-weight: bold;
     text-transform: uppercase;
     color: #fff;
     line-height: 40px;
     display: block; /* Asegura que el enlace ocupa todo el contenedor */
     text-align: center; /* Centra el texto (el logo) */
}


.banner_main {
     padding: 90px 0 190px 0;
}



.text-bg {
     text-align: left;
     max-width: 561px;
     width: 100%;
     float: right;
     padding-right: 141px;
}

.text-bg h1 {
     color: #0891f8;
     font-size: 48px;
     line-height: 65px;
     font-weight: bold;
}

.text-bg p {    
     font-weight: 300;
     font-size: 15px;
     line-height: 24px;
     color: #000;
     text-align: left;;
}

.text-bg a {
     font-size: 17px;
     background-color: #fff;
     color: #0891f8;
     padding: 13px 0px;
     width: 100%;
     max-width: 190px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     border-radius: 10px;
}

.text-bg a:hover {
     background-color: #000;
     color: #fff;
     transition: ease-in all 0.5s;
     border-radius: 26px;
}

.text-img {
     padding-top: 0px;
}

.text-img figure {
     margin: 0px;
}

.text-img figure img {
     width: 6z00px;
     border-radius: 20px;
     box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.titlepage {
     text-align: center;
     padding-bottom: 60px;
}

.titlepage h2 {
     font-size: 40px;
     color: #3e3e3e;
     line-height: 35px;
     font-weight: bold;
     padding: 0;
     padding-bottom: 20px;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}


/** business section **/

.business {
     padding-top: 90px;
}

.business .titlepage span {
     color: #0891f8;
     font-size: 30px;
     font-family: 'Baloo Chettan', cursive;
     text-transform: uppercase;
     line-height: 37px;
     padding-bottom: 10px;
     display: inline-block;
}

.business .titlepage p {
     text-align: center;
     font-size: 15px;
     line-height: 28px;
}

.business .titlepage h2 {
     color: #272f43;
     font-weight: normal;
}

.business .business_box {
     text-align: center;
}

.business .business_box figure {
     margin: 0;
}

.business .business_box figure img {
     width: 100%;
     border-radius: 20px;
     box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.business .business_box p {
     color: #000;
     font-size: 17px;
     line-height: 28px;
     padding: 35px 0px;
}

.business .business_box .read_more {
     background: #252525;
     color: #fff;
}

.business .business_box .read_more:hover {
     background: #0891f8;
}


/** end business section **/

/** contact section **/

.padd_leri0 {
     padding-left: 0;
     padding-right: 0;
}

.contact .titlepage span {
     font-size: 15px;
     line-height: 28px;
}

.contact {
     padding-top: 90px;
}

.main_form {
     padding: 50px 50px;
     border: #008df3 solid 1px;
     border-radius: 40px;
     margin: 0px 80px;
}

.contact .main_form .form_contril {
     border: #008df3 solid 1px;
     margin-bottom: 20px;
     width: 100%;
     height: 45px;
     background: #fff;
     color: #008df3;
     font-size: 17px;
     border-top: 0;
     border-right: 0;
     border-left: 0;
}

.contact .main_form .textarea {
     border: #008df3 solid 1px;
     margin-bottom: 20px;
     width: 100%;
     height: 60px;
     background: #fff;
     color: #008df3;
     font-size: 17px;
     border-top: 0;
     border-right: 0;
     border-left: 0;
}

.contact .main_form .send_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #000;
     color: #fff;
     padding: 13px 0px;
     margin: 0 auto;
     display: block;
     margin-top: 30px;
     width: 100%;
     max-width: 190px;
}

.contact .main_form .send_btn:hover {
     background-color: #008df3;
     transition: ease-in all 0.5s;
     color: #fff;
     border-radius: 26px;
}

#contact *::placeholder {
     color: #008df3;
     opacity: 1;
}

.current {
     color: #fff;
     margin-top: -4px;
     position: absolute;
}

.con_img figure {
     margin: 0;
}

.con_img figure img {
     width: 100%;
}

/* empresa */
.info-empresa {
     padding: 60px 0;
     background-color: #f9f9f9;
}

.info-bloque {
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     justify-content: center;
}

.info-titulo {
     color: #0891f8;
     font-size: 30px;
     font-family: 'Baloo Chettan', cursive;
     text-transform: uppercase;
     line-height: 37px;
     padding-bottom: 10px;
     display: inline-block;
}

.info-parrafo {
     color: #000;
     font-size: 17px;
     line-height: 28px;
     padding: 20px 0px;
}

.empresa-img {
     max-width: 100%;
     height: auto;
     border-radius: 20px;
     box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

/* fin de empresa */

/* Servicios */
.precios-section {
     padding: 80px 0;
     background-color: #f9f9f9;
}

.precios-titulo {
     color: #0891f8;
     font-size: 32px;
     font-family: 'Baloo Chettan', cursive;
     margin-bottom: 50px;
}

.card-precio {
     background: #fff;
     padding: 30px;
     border-radius: 20px;
     box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
     text-align: center;
     margin-bottom: 30px;
     transition: all 0.3s ease;
}

.card-precio:hover {
     transform: translateY(-10px);
     box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.plan-titulo {
     font-size: 24px;
     color: #0891f8;
     font-weight: bold;
     margin-bottom: 10px;
}

.precio {
     font-size: 26px;
     color: #000;
     font-weight: bold;
     margin-bottom: 20px;
}

.lista-beneficios {
     list-style: none;
     padding: 0;
     color: #444;
     margin-bottom: 20px;
}

.lista-beneficios li {
     padding: 8px 0;
     border-bottom: 1px solid #eee;
}

.btn-plan {
     background-color: #0891f8;
     color: #fff;
     padding: 10px 25px;
     border-radius: 30px;
     text-decoration: none;
     transition: background 0.3s ease;
     display: inline-block;
}

.btn-plan:hover {
     background-color: #0078d4;
}

.destacado {
     border: 2px solid #0891f8;
     transform: scale(1.05);
}

/* End Servicios */
/** end contact section **/

.read_more {
     font-size: 17px;
     background-color: #fff;
     color: #000;
     padding: 13px 0px;
     width: 100%;
     max-width: 190px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     border-radius: 10px;
}

.read_more:hover {
     background: #000;
     color: #fff;
     border-radius: 26px;
     transition: ease-in all 0.5s;
}


/** footer **/

.multi {
     color: #008df3;
}

.footer {
     background: #fff;
}

.cont {
     text-align: center;
     margin-top: 80px;
}

.cont h3 {
     font-family: 'Righteous', cursive;
     font-size: 30px;
     line-height: 45px;
     color: #23262d;
     font-weight: bold;
     padding-bottom: 30px;
}

.cont span {
     color: #fff;
     font-size: 30px;
     line-height: 30px;
     padding: 30px 0px 30px 0px;
     display: inline-block;
     font-weight: bold;
}

.cont p {
     color: #fff;
     font-size: 17px;
     line-height: 30px;
     padding: 0 130px;
     padding-bottom: 60px;
}

ul.social_icon {
     text-align: center;
}

ul.social_icon li {
     display: inline-block;
     margin: 0 3px;
}

ul.social_icon li a {
     background: #fff;
     box-shadow: #ddd 0px 0px 10px 0px;
     font-size: 22px;
     padding-top: 5px;
     border-radius: 50px;
     width: 50px;
     height: 50px;
     display: inline-block;
     color: #008df3;
}

ul.social_icon li a:hover {
     background: #23262d;
}

/* Estilos para móviles - Versión corregida */
@media (max-width: 991px) {
     /* Contenedor del logo */
     .logo_section {
       position: relative;
       z-index: 1001;
     }
     
     /* Botón hamburguesa - DEBE tener el z-index más alto */
     .navbar-toggler {
       position: relative;
       z-index: 1003; /* Mayor que todo lo demás */
       background: transparent; /* Asegura que no tenga fondo que tape */
     }
     
     /* Menú desplegable */
     .navbar-collapse {
       position: absolute;
       width: 100%;
       left: 0;
       top: 100%;
       background: #fff;
       z-index: 1000;
       box-shadow: 0 10px 15px rgba(0,0,0,0.1); /* Opcional: mejor visualización */
     }
     
     /* Botones sociales */
     .social_icon {
       position: relative;
       z-index: 100;
       margin-top: 15px; /* Espacio adicional */
     }
     
     /* Asegura que todos los elementos sean clickeables */
     .logo a, 
     .social_icon a,
     .navbar-toggler {
       pointer-events: auto;
     }
     
     /* Elimina cualquier superposición accidental */
     .header::before {
       content: none !important;
     }
   }

.copyright {
     padding: 20px 0px;
     background: #0891f8;
     margin-top: 50px;
     position: relative;
}

.copyright::after {
     content: "";
     position: absolute;
     bottom: 61px;
     background: url(../images/bottom.png);
     width: 290px;
     height: 292px;
     right: 0;
}

.copyright p {
     color: #fff;
     font-size: 18px;
     line-height: 22px;
     text-align: center;
}

.copyright a {
     color: #fff;
}

.copyright a:hover {
     color: #23262d;
}

.whatsapp-button {
     position: fixed;
     bottom: 20px;
     right: 20px;
     background-color: #25D366; /* Color de WhatsApp */
     color: white;
     border-radius: 50%;
     width: 60px;
     height: 60px;
     display: flex;
     align-items: center;
     justify-content: center;
     box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
     text-decoration: none;
     font-size: 24px;
}

.whatsapp-button:hover {
     background-color: #128C7E; /* Color de WhatsApp al pasar el mouse */
}

/** end footer **/

/* --------------------------- */
/* Estilos para pantallas pequeñas (móviles) */
/* --------------------------- */
@media (max-width: 768px) {
     body, html {
          overflow-x: hidden;
     }

     .header,
     .banner_main,
     .text-bg,
     .titlepage,
     .business,
     .projects,
     .Testimonial,
     .contact,
     .footer {
          padding-left: 20px;
          padding-right: 20px;
     }

     .text-bg {
          float: none;
          padding-right: 0;
          text-align: center;
          max-width: 100%;
     }

     .text-bg h1 {
          font-size: 32px;
          line-height: 40px;
     }

     .text-bg p {
          font-size: 15px;
          line-height: 24px;
          padding: 20px 0;
     }

     .text-bg a {
          width: 100%;
          max-width: 100%;
          margin: 0 auto;
     }

     .main_form {
          margin: 0;
          padding: 30px 20px;
     }

     .contact .main_form .send_btn {
          width: 100%;
     }

     .cont p {
          padding: 0 20px;
     }

     .Testimonial_box p {
          padding-right: 0;
     }

     .logo a {
          font-size: 30px;
     }
}

/* ---------------------------------------------------------------------
   Responsive Media Queries
------------------------------------------------------------------------*/

@media screen and (max-width: 1200px) {
     .text-bg {
          padding-right: 40px;
     }
     .text-bg h1,
     .text-bg p {
          margin-left: 10%;
          margin-right: 10%;
     }
}

@media screen and (max-width: 992px) {
     .header {
          padding: 20px;
     }

     .text-bg {
          float: none;
          max-width: 100%;
          padding-right: 0;
          text-align: center;
     }

     .text-bg h1,
     .text-bg p {
          margin-left: auto;
          margin-right: auto;
          text-align: center;
     }

     .main_form {
          margin: 0 30px;
          padding: 30px;
     }

     .Testimonial_box p {
          padding-right: 0;
     }

     .cont p {
          padding: 0 30px;
     }
}

@media screen and (max-width: 768px) {
     .banner_main {
          padding: 60px 0 120px 0;
     }

     .text-bg h1 {
          font-size: 32px;
          line-height: 44px;
     }

     .text-bg a {
          width: 100%;
          max-width: none;
     }

     .main_form {
          margin: 0 20px;
     }

     .contact .main_form .send_btn {
          max-width: none;
     }

     .titlepage h2 {
          font-size: 30px;
     }

     .Testimonial_box i {
          width: 100px;
          height: 100px;
     }

     .cont h3 {
          font-size: 24px;
     }
}

@media screen and (max-width: 576px) {
     .logo a {
          font-size: 28px;
     }

     .text-bg h1 {
          font-size: 24px;
          line-height: 32px;
     }

     .titlepage h2 {
          font-size: 26px;
     }

     .main_form {
          margin: 0 15px;
          padding: 20px;
     }

     .contact .main_form .send_btn {
          font-size: 15px;
     }

     .cont p {
          font-size: 15px;
          padding: 0 15px;
     }
}

.contact-info {
     display: flex;
     align-items: center;
     gap: 15px;
     font-size: 16px; /* puedes cambiar el tamaño aquí */
     color: white;
}

.contact-info span {
     text-transform: uppercase;
     line-height: 20px;
     display: flex;
     align-items: center;
     gap: 6px;
}

.contact-info i {
     color: white;
     font-size: inherit; /* para que se escale con el texto */
}

.contact-info a {
     color: white;
     text-decoration: none;
     font-size: inherit;
}
