html {
    scroll-behavior: smooth;
}


.logo-tamano{

    width: 200px;
}

/* modificar el banner en style.css en linea  3155 "Banner Section Two" */


.header-style-two .main-menu .navigation > li > a { /* color del texto del menu */
  color: #fff;
}

.main-menu .navigation > li > a { /* *menu tamaño de la fuente del texto  */
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}

 /* espacio entre opciones del *menu */
.header-style-two .main-menu .navigation > li {
  /* margin-right: 0px; */
}



.banner-section-two .content-box .title {  /* color de texto del banner */
color: #0f0f0f;
} 

.subtitulo{  
       font-family: 'Product Sans Light Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    color: #0f0f0f;
}

.banner-section-two .content-box .title {  /* color de texto del banner */
color: #0f0f0f;
}

.margen-banner{
    padding-top: 100px;
}




.iconoproceso {

  padding-bottom: 0px;
  border:0px;
 margin: 0px;

}


.iconoproceso .icon {
 position:static;
   font-size: 40px;

}


.main-menu .navigation > li > ul > li > a { /* menu */
  text-transform: none;
;
}






.header-style-two { /* color de fondo del menu */
 /* background-color: #001F54; */
background-color: #002a68;
  
}
.banner-section-two { /* color de fondo del banner */ 
 background-color: #fff;
}

.services-section-two {  /* color de fondo tipo de servicios */
background-color: #f7f7f7;
}

/* color del texto del menu de cuando se hace scroll */

/* COLOR AZUL CUANDO EL HEADER ES FIJO */
/* Texto azul cuando aparece el menú sticky */
.sticky-header .main-menu .navigation > li > a{
    color:#0f0f0f !important;
}


.main-footer {
  position: relative;

  padding-top: 0px;
  
}

.fondofinal{ /* footer */

  /* background-color: #001F54; */
  background-color: #002a68;
   color:#fff;
}
.footer-bottom .copyright-text {
  position: relative;
  font-size: 16px;
  line-height: 0px;
  color: #fff;
}



/* banner del proyecto */
.page-title {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 0 50px;
  min-height: 200px;
  background-color: #f5f5f5;

}

.page-title:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #f5f5f5;
  opacity: 0.8;
  content: "";
}
.page-title .title {
  font-size: 64px;
  color: #ffffff;
  margin-bottom: 17px;
}
.page-title .text {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
  max-width: 520px;
}
/* fin banner del proyecto */




.espaciobanner{
padding-top: 65px !important;
padding-bottom: 0px !important;
}

.banner-section-two .content-box .title {  /* espacio entre el titulo y el subtitulo en los banners */
  font-size: 46px;
  line-height: 55px;
  color: var(--theme-color1);
  font-weight: 700;
  margin-bottom: 20px;
}

.titulos{
font-size: 46px !important;
line-height:55px !important;
color:#0f0f0f !important;
}

.margenes{
  padding-top: 65px!important;
  padding-bottom: 65px !important;
}

/* WHATSAPP */

.whatsapp-container {
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 1000;
}

/* BOTÓN */
.whatsapp-float {
    width: 60px;
    height: 60px;
    background-color: #25D366;
    color: #FFF;
    border-radius: 50%;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
}

/* PULSO */
.whatsapp-float::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(37, 211, 102, 0.5);
    animation: pulse 1.8s infinite;
    z-index: -1;
}

/* BURBUJA */
.whatsapp-bubble {
    display: none;
    position: absolute;
    bottom: 75px;
    left: 0;
    background: #fff;
    color: #333;
    padding: 10px 14px;
    border-radius: 20px;
    font-size: 14px;
    white-space: nowrap;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    animation: fadeInUp 0.6s ease;
}

/* Flechita */
.whatsapp-bubble::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 15px;
    width: 12px;
    height: 12px;
    background: #fff;
    transform: rotate(45deg);
}

/* Animaciones */
@keyframes pulse {
    0% { transform: scale(1); opacity: 0.7; }
    70% { transform: scale(1.6); opacity: 0; }
    100% { transform: scale(1.6); opacity: 0; }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/ProductSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}