/*------------------------------------------------------------------
    [Loading]
------------------------------------------------------------------*/
.marca-agua {
    position: fixed;
    background-color: red;
    z-index: 10;
    width: 30px;
    height: 10px;
    bottom: 0px;
    visibility: hidden;
}

.marca-loading {
    display: none;
    width: 200px;
    position: fixed;
    left: 40%;
    top: 30%;
    z-index: 10;
}

@media (max-width: 480px) {

    .marca-loading {
        left: 15%;
        top: 40%;
    }
}


/*------------------------------------------------------------------
    [navbar]
------------------------------------------------------------------*/

/* color de texto de vinculos navbar y color de :hover */
.navbar-nav > .nav-item {
    font-size: 0.9em;
} 

.navbar-light .navbar-nav .nav-link {
    color: var(--Color5);
  }

  .navbar-light .navbar-nav .nav-link:hover {
    color: var(--Color1);
  }

  

.submenu-navbar{
    position: fixed;
    top:50px;
    z-index: 100;
    background-color: #fff;
    height: 100vh;
}
.submenu-link{
    padding: 10px;
}
.submenu-link:hover{
    background-color: var(--Color1);
    color:#fff;
}
.submenu-link:hover div{
    background-color: var(--Color1);
    color:#fff;
}

/* Nueva clase para mantener siempre el color azul */
.submenu-link-blue {
    padding: 10px;
    background-color: var(--Color1);

    color: #fff;  /* Color del texto en blanco */
}

.submenu-link-blue div {
    background-color: var(--Color1);
    color: #fff;  /* Color del texto en blanco para el div */
}

/*------------------------------------------------------------------
    [badge]
------------------------------------------------------------------*/
.badge {
    padding: .25em .6em;
    border-radius: .5rem;
    font-weight: 400;
    vertical-align: top;
}

@media (max-width: 480px) {
    .badge {
        font-size: 100%;
    }
}
/*------------------------------------------------------------------
    [barras horizontales]
------------------------------------------------------------------*/
.barra1 {
    height: 100px;
}

.barra2 {
    height: 25px;
}

.barra3 {
    height: 3px;
}


/*------------------------------------------------------------------
    [carusel slide]
------------------------------------------------------------------*/
.caru-centered {
    position: absolute;
    top: 23%;
    left: 7%;
    right: 7%;
    /*text-align: center;*/
    /*margin: auto;*/
    color: var(--Color2);
}

.carousel-indicators1 li {
    background-color: var(--Color2);
  }
.carousel-indicators2 li {
background-color: var(--Color9);
}
.caru2{
    padding-bottom: 50px;
} 

.caru-next2 {
    padding-right: 10px;
    justify-content:flex-end;
}
.caru-prev2 {
    padding-left: 10px;
    justify-content: flex-start; 
}

@media (max-width: 992px) {
    .caru-sombra {
        text-shadow: 1px 3px 2px var(--Color2);
    }
    .caru-centered {
        color: var(--Color6);
       
    }
    .caru-indicators {
        bottom: 0;
    }
    
}

@media (max-width: 767px) {
    .caru1{
        padding-bottom: 30px;
    }
    .caru-centered {
        position: relative;
        top:0;
        margin-top: 40px;
        left: 10px;
        right: 10px;
        color: var(--Color5);
       
    }
    .carousel-indicators1 li {
        background-color: var(--Color9);
      }
}



/*------------------------------------------------------------------
    [colapsable]
------------------------------------------------------------------*/
.colla-btn-link {
    font-size: 1em !important;
}

    .colla-btn-link:hover {
        color: #ffffff;
        text-decoration: none;
    }

    .colla-btn-link:focus, .colla-btn-link.focus {
        text-decoration: none;
    }

/*------------------------------------------------------------------
    [mapas]
------------------------------------------------------------------*/
.mapa {
    width: 100%;
    height: 400px;
}


/*------------------------------------------------------------------
    [flotantes]
------------------------------------------------------------------*/
.flo-wasap {
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 140px;
    right: 10px;
}

    .flo-wasap:hover {
        box-shadow: 0 4px 16px rgba(49, 138, 172, 1);
        transition: all 0.2s ease;
    }

.boton-wasap {
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 110px;
    right: 5px;
}

.flo-1 {
    position: absolute;
    top: 30%;
    left: 10%;
}
@media (max-width: 992px) {
    .flo-1 {
        position: relative;
        top: 20px;
        left: 10px;
        right: 20px;
    }
}

.flo-2 {
    position: absolute;
    top: 80%;
    left: 10%;
}
@media (max-width: 992px) {
    .flo-2 {
        position: relative;
        top: 10px;
        left: 10px;
        right: 20px;
        
    }
}

/*------------------------------------------------------------------
    [link]
------------------------------------------------------------------*/
.link-text-none {
    text-decoration: none;
}

    .link-text-none:hover {
        text-decoration: none;
    }

    .link-text-none:focus {
        text-decoration: none;
    }


/*------------------------------------------------------------------
    [botones]
------------------------------------------------------------------*/
    /* boton 'Demos el sgte paso' (en banner azul) */

.button-white {
    text-align: center;
    font-size: auto;
    justify-content: center;
    font-weight: auto;
    cursor: pointer;
    position: inline;
    transition: all 0.1s ease;
    color: #fff;
    border: 2px solid white;
    font-family:'Montserrat', sans-serif;
    font-weight: 300;
    text-align: center;
    background-color : transparent;
    outline: none;
    max-width: auto;
    height: 100;
    max-height: max-content;
    width: 380px;    
}
@media (max-width: 880px){
    /* button blue */
.button-white {
 
  max-width: 300px;
  height: 100;
  min-height: 120px;
  max-height: 150px;
  width: 300px;  
  
  
}

.button-blue:hover span {
    padding-right: 25px;
  }


}


.button-white:hover {
    color: #000;
    background-color: #fff;       
}

.button-white span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.1s;
           
  }
  
  .button-white span:after {
 
    font-size: auto;
    position: absolute;
    justify-content: center;
    transition: 0.5s;
    right: -10;
    top: auto;
  }
  
  .button-white:hover span {
    padding-right: 35px;
  }
  
  .button-white:hover span:after {
    opacity: 1;
    right: 00;

  }

  /* button blue */
  .button-blue {
    text-align: center;
    font-size: auto;
    justify-content: center;
    font-weight: auto;
    cursor: pointer;
    position: inline;
    transition: all 0.1s ease;
    color: #294368;
    border: 1px solid #294368;
    font-family:'Montserrat', sans-serif;
    font-weight: 300;
    text-align: center;
    background-color : transparent;
    padding: 20px;
    padding-left: 20px;
    outline: none;
    max-width: auto;
    height: 100;
    min-height: 120px;
    max-height: max-content;
    width: 380px;  
    
    
}
@media (max-width: 880px){
    /* button blue */
.button-blue {
 
  max-width: 300px;
  height: 100;
  min-height: 120px;
  max-height: max-content;
  width: 300px;  
  
  
}
.button-blue:hover span {
    padding-right: 25px;
  }
}




.button-blue:hover {
    color: #ffffff;
    background-color:#3b8ad1; 
    border: 1px solid #3b8ad1;

}

.button-blue span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.1s;
           
  }
  
  .button-blue span:after {
 
    font-size: auto;
    position: absolute;
    justify-content: center;
    transition: 0.5s;
    right: -10;
    top: auto;
  }
  
  .button-blue:hover span {
    padding-right: 25px;
  }
  
  .button-blue:hover span:after {
    opacity: 1;
    right: 00;

  }

  /* button black */
  .button-sm-black {
    text-align: center;
    font-size: auto;
    justify-content: center;
    font-weight: auto;
    cursor: pointer;
    position: inline;
    transition: all 0.1s ease;
    color: #ffffff;
    font-family:'Montserrat', sans-serif;
    outline: none;
    max-width: auto;
    height: 40px;
    max-height: max-content;
    width: 260px;  
    border: #000 1px solid;
    background-color: #000;

}
.button-sm-black:hover {
    color: #ffffff;
    background-color:#000000; 
    border: 1px solid #000000;

}

.button-sm-black span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.1s;
  }
  
  .button-sm-black span:after {
    font-size: auto;
    position: absolute;
    justify-content: center;
    transition: 0.5s;
    right: -20;
    top: auto;
  }
  
  .button-sm-black:hover span {
    padding-left: 10px;
  }
  
  .button-sm-black:hover span:after {
    opacity: 1;
    left: 10;
  }

   /* button black mini */
   .button-sm-black-mini {
    text-align: center;
    font-size:0.8em;
    justify-content: center;
    font-weight: auto;
    cursor: pointer;
    position: inline;
    transition: all 0.1s ease;
    color: #ffffff;
    font-family:'Montserrat', sans-serif;
    outline: none;
    width: 160px;  
    border: #000 1px solid;
    background-color: #000;

}
.button-sm-black-mini:hover {
    color: #ffffff;
    background-color:#000000; 
    border: 1px solid #000000;
    

}

.button-sm-black-mini span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.1s;
  }
  
  .button-sm-black-mini span:after {
    font-size: auto;
    position: absolute;
    justify-content: center;
    transition: 0.5s;
    right: -5;
    top: auto;
    
  }
  
  .button-sm-black-mini:hover span {
    padding-left: 10px;
  }
  
  .button-sm-black-mini:hover span:after {
    opacity: 1;
    left: 10;
  }


  @media (max-width: 989px) { 

    
   /* button black mini */
   .button-sm-black-mini {
    text-align: center;
    font-size:0.65em;
    justify-content: center;
    font-weight: auto;
    cursor: pointer;
    position: inline;
    transition: all 0.1s ease;
    color: #ffffff;
    font-family:'Montserrat', sans-serif;
    outline: none;
    min-width: 133px;
    width: auto;  
    border: #000 1px solid;
    background-color: #000;

}
.button-sm-black-mini:hover {
    color: #ffffff;
    background-color:#000000; 
    border: 1px solid #000000;
    

}

.button-sm-black-mini span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.1s;
  }
  
  .button-sm-black-mini span:after {
    font-size: auto;
    position: absolute;
    justify-content: center;
    transition: 0.5s;
    right: -5;
    top: auto;
    
  }
  
  .button-sm-black-mini:hover span {
    padding-left: 10px;
  }
  
  .button-sm-black-mini:hover span:after {
    opacity: 1;
    left: 8;
  }
        
  }


    /* button more info */
    .button-more-info {
        text-align: left;
        font-size: auto;
        font-weight: auto;
        cursor: pointer;
        position: inline;
        transition: all 0.1s ease;
        color: #3b8ad1;
        font-family:'Montserrat', sans-serif; 
        background-color: transparent;
    
    }
    .button-more-info:hover {
        color: #3b8ad1;
        background-color:transparent;
       
    
    }
    
    .button-more-info span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.1s;
      }
      
      .button-more-info span:after {
        font-size: auto;
        position: absolute;
        justify-content: center;
        transition: 0.5s;
        right: -20;
        top: auto;
      }
      
      .button-more-info:hover span {
        padding-left: 10px;
      }
      
      .button-more-info:hover span:after {
        opacity: 1;
        left: 10;
      }


/*------------------------------------------------------------------
    [ popover]
------------------------------------------------------------------*/



.popover {
    display: none;
    position: absolute;
    z-index: 10000;
    width: 300px;
    height: auto;
    top: 21px;
    left: 8.5vw;
    background-color: var(--Color1);
    transform: translate(80%, -0%);
    color: white;
    border-radius: 5px;
    border: 30px solid var(--Color1);
    border-radius: 10px 15px 15px 15px;

}

    .popover::after {
      content: "";
      position: absolute;
      top: -3.9vh;
      left: -50px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 30px 30px 0;
      border-color: transparent var(--Color1) transparent transparent;
    }

    @media (min-width: 768px) and (max-width: 990px) {
        .popover {
        
            z-index: 9999;
            width: 90%;
            left: 40%;
            top: 45%;
            width: 250px;
            height: auto;
            transform: translate(10%, -0%);
            }
            
    
            .popover::after {
                content: "";
                position: absolute;
                top: -29px;
                left: -50px;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 30px 30px 0;
                border-color: transparent var(--Color1) transparent transparent;
            }
    }
    
    @media (max-width: 767px) {
        .popover {
        
            z-index: 9999;
            width: 90%;
            left: 40%;
            top: 65%;
            width: 250px;
            height: auto;
            transform: translate(10%, -0%);
            }
            
    
            .popover::after {
                content: "";
                position: absolute;
                top: -29px;
                left: -50px;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 30px 30px 0;
                border-color: transparent var(--Color1) transparent transparent;
            }
    }
    
    @media (min-width:350px) and (max-width: 480px) {
        .popover {
        
            z-index: 9999;
            width: 90%;
            left: 30%;
            top: 75%;
            width: 200px;
            height: auto;
            transform: translate(10%, -0%);
            }
            
    
            .popover::after {
                content: "";
                position: absolute;
                top: -29px;
                left: -50px;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 30px 30px 0;
                border-color: transparent var(--Color1) transparent transparent;
            }
    }

/*------------------------------------------------------------------
[css para la seccion de precios y planes]
------------------------------------------------------------------*/

  
  .botonera {
    position: sticky;
    top: 0;
    z-index: 999;
    }
    
    @media (min-width: 576px) {
    .botonera {
    position: sticky;
    top: 50px; /* altura del navbar */
    z-index: 999;
    }
    }
    
    @media (min-width: 768px) {
    .botonera {
    position: sticky;
    top: 64px; /* altura del navbar */
    z-index: 999;
    }
    }
    
    @media (max-width: 767.98px) {
    .botonera {
    position: sticky;
    top: 64px; /* altura del navbar */
    z-index: 999;
    }
    }
    
    .popover-btn{
        cursor: pointer;
    }
/*------------------------------------------------------------------
    [white  placeholder]
------------------------------------------------------------------*/
    .white-placeholder ::placeholder {
        color: #fff !important;
    }
/*------------------------------------------------------------------
    [publicidad]
------------------------------------------------------------------*/

/*------------------------------------------------------------------
    [modal]
------------------------------------------------------------------*/

/*------------------------------------------------------------------
    [paralax]
------------------------------------------------------------------*/
.para-largo {
    height: 750px;
}

.para-img {
    background: url(../img/efectos/parallax.jpg);
    background-repeat: no-repeat; /* Indicamos que no se repetira */
    background-size: cover; /* Encajamos la imagen al 100% del ancho */
    background-attachment: fixed; /* Establecemos una posicion fija para la imagen */
}

.para-center {
    padding-top: 15%;
}

@media (max-width: 768px) {
    .para-largo {
        height: 650px;
    }
}

@media (max-width: 480px) {
    .para-largo {
        height: 500px;
    }

    .para-icono {
        width: 40px;
    }
}

/*------------------------------------------------------------------
    [pie]
------------------------------------------------------------------*/
.pie-logo {
    width: 200px;
}

.pie-right-l {
    text-align: right;
}

.pie-left-r {
    text-align: left;
}

.pie-link {
    color: var(--Color8) !important;
    transition: 300ms;
}

    .pie-link:hover {
        color: var(--Color1) !important;
    }

@media (max-width: 768px) {
    .pie-logo {
        width: 120px;
    }

    .pie-right-l {
        text-align: left !important;
    }

    .pie-left-r {
        text-align: right !important;
    }
}

@media (max-width: 480px) {
    .pie-logo {
        width: 120px;
    }
}



/*------------------------------------------------------------------
    [tamaños iconos]
------------------------------------------------------------------*/
.ico-16 {
    font-size: 16px;
}

.ico-18 {
    font-size: 18px;
}

.ico-20 {
    font-size: 20px;
}

.ico-22 {
    font-size: 22px;
}

.ico-24 {
    font-size: 24px;
}

.ico-26 {
    font-size: 26px;
}

.ico-28 {
    font-size: 28px;
}

/*------------------------------------------------------------------
    [opacidad]
------------------------------------------------------------------*/
.opacity-0 {
    opacity: 0;
}
/*------------------------------------------------------------------
    [lineas hr]
------------------------------------------------------------------*/
.hr-a {
    height: 0.5px;
    margin-left: 0%;
    margin-right: 90%;
  }
/*------------------------------------------------------------------
    [display none]
------------------------------------------------------------------*/
.off {
    display: none;
}
.on {
    display: block;
}

@media (max-width: 992px) {
    .off-992 {
        display: none;
    }

    .on-992 {
        display: block;
    }
}

@media (max-width: 768px) {
    .off-768 {
        display: none;
    }

    .on-768 {
        display: block;
    }
}

@media (max-width: 480px) {
    .off-480 {
        display: none;
    }

    .on-480 {
        display: block;
    }
}


/*------------------------------------------------------------------
    [navs]
------------------------------------------------------------------*/


.nav-link-tab {
    padding-left: 100px;
    padding-right: 100px;
    color: var(#000) !important;
    font-size: 1.2em;
    transition: 300ms;
    background-color: #fff;
    border: 1px solid #020202;
}
.nav-link-tab.active {
   
    background-color: var(--Color4) !important;
    border-bottom: 2px solid var(--Color1) !important;
    
}

    .nav-link-tab:hover {
        color: var(#000) !important;
    }
@media (max-width: 992px) {/*tablet horizontal y vertical*/
    .nav-link-tab {
        padding-left: 80px;
        padding-right: 80px;
        font-size: 1em;
    } 
}
@media (max-width: 768px) {/*celular horizontal y vertical - tablet vertical hasta 10"*/
    .nav-link-tab {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 1em;
    }
}
    
@media (max-width: 480px) {/*celular vertical*/
    .nav-link-tab {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 1em;
    }
}


/*------------------------------------------------------------------
    [input form text size]
------------------------------------------------------------------*/
.smaller-text {
    font-size: 2.4vh;
  }

  @media (max-width: 992px) {
    .smaller-text {
        font-size: 2.4vh;
      }
 
}

@media (max-width: 768px) {
   
    .smaller-text {
        font-size: 2.5vh;
      }
}

@media (max-width: 480px) {
 
    .smaller-text {
        font-size: 2.8vh;
      }
}

.triangle-container {
    position: relative;
    width: 100%;
    height: 100px;
    background: #ffffff;
  }
  
  .triangle {
    position: absolute;
    max-width: 30px;
    width: 0;
    height: 0;
    border-style:solid;
  }
  
  .triangle-1 {
    border-color: transparent transparent #3289EA transparent;
    border-width: 0 36vw 6.6vw 3.8vw;
    bottom:0;
    right: auto;
    transform-origin: center bottom;
    transform: skewX(30deg);
    
    
  }

  .triangle-2 {
    border-color: transparent transparent #0D4169 transparent;
    border-width: 0 3.8vw 6.6vw 70.6vw;
    bottom: 0;
    left: auto;
    transform-origin: center bottom;
    transform: skewX(-30deg);
  }
  
  

  