#botoneraForm, #botonWpForm
{
 display:none !important ; 
} 

div.container-fluid
{
  padding-right: 0 !important;
    padding-left:  0 !important;
   margin:0 !important;
} 



#cargando {
    background:rgba(229, 232, 234, 0.992) !important;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999;

}

#cargando img {
    position: fixed;
    width: 70px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.rotate {
    animation: rotation 1.4s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.resaltes {
    color: #212529;
    background-color: #fff;
    border: 1px solid #ec2f2f !important;
    outline: 1px solid #ec2f2f !important;
    box-shadow: 0 1rem 3rem rgba(89, 83, 83, 0.175) !important;
}

.error {
    color: #ec2f2f !important;
}

/* componentes generales*/

body
{
    background-color: #F9FCFF;
       font-family: Montserrat !important;
  margin:0;
}


/* Barra navegacion */
#navBar {

    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  position: absolute;
    left: 40%;
    height: auto;
  top:0;
    width: 20%;
   display:flex;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #ffffff;
    border-top: 5px solid;
    border-image-slice: 1;
   border-radius: 0 0 30px 30px;
    border-image-source: linear-gradient(90deg, #0070b9 16.6%, #ef4438 16.6% 33.3%, #5091cd 33.3% 49.6%, #ea5329 49.6% 66.2%, #52b9e9 66.2% 82.8%, #f99b1c 82.8%);
}

#navBar img {
   
    height: auto;
    z-index: 1;
    margin: auto;
  padding: 14px 0 16px;
    width:70%;
}

/* Seccion inicial */
.sec-inicial
{
    max-width: 100%;
  min-height:70vh;
    margin:  0 auto;
    padding: 0;
     background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;

}

.columna
{
    display: grid;
    grid-template-columns: repeat(9,1fr);
    width:90%;
  max-width:1400px;
    margin: 0 auto;
  min-height:90vh;
  align-items:center;
  position:relative;
}

/*div 1*/

.copypro {
   grid-column: 3 / 7;
    padding: 0;
    box-sizing: border-box;
  width:90%;
  display:flex;
  flex-flow:column;
  align-items:center;
}

.copypro img {
  width:100%;
  max-width:450px;
}


.copypro h1{
    color: #fff;
    text-align: center;
  font-size:2rem;
  line-height:1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
      font-weight: 600;
}


.discla {
    text-align: left;
    color: #fff;
    font-size: .9rem;
      position: absolute;
    left: 0;
    top: 88%;
    width: 45vw;
}
/*div 2*/

.columna > div:nth-child(2) {

    padding: 0;
    box-sizing: border-box;
   grid-column: 7 / 10;
}



/*Formulario*/
#formSubmitLp
{
   background: rgba(0, 0, 0, 0.5);
  margin:0;
    box-sizing: border-box;
    padding: 4% 6%;
      height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.form-div {
    display: grid;
  margin:8px 0;
}

#formSubmitLp h3
{
    text-align: center;
    color:var(--color-primario);
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0 auto;
}

#formSubmitLp p {
    text-align: center;
    color:#fff;
    font-size: 1rem;
    padding-bottom: 1%;
}

#formSubmitLp label {
    text-align: left;
    color:#fff;
    font-size: 1rem;
    padding-bottom: 1.5%;
    font-weight: 500;
}

#formSubmitLp input, #formSubmitLp select
{
        color:#13427A;
        width: 100%;
        height: 48px;
        background: #FFF;
        border: 1px solid #0070B9;
        border-radius: 5px;
        opacity: 1;
  padding:0 16px;
}
#formSubmitLp input:focus , #formSubmitLp select:focus {


    outline: 1px solid #13427A;
    
}

#formSubmitLp span
{
text-align: left;
    color:#fff;
    font-size: 1em;
    padding-bottom: 3.5%;
}

#formSubmitLp button {
    width:100%;
    height: 56px;
    border-radius: 5px;
    border: 0;
    background: var(--color-primario);
        border-radius: 5px;
        color: #FFFFFF;
        font-weight: 600;
  text-transform:uppercase;
}


 /* DOCK INFERIOR */
    .dock {
      position: fixed;
      inset: auto 0 0 0;
      height: 56px;
      display: none;
      padding: 0 12px calc(8px + env(safe-area-inset-bottom)); /* respeta el notch/home */
      box-sizing: border-box;
      background: transparent;
      transform: translateY(100%);
      transition: transform 200ms ease;
      z-index:50;
       grid-template-columns: repeat(5, 1fr);
  gap: 16px;
    }
    .dock a { background: rgba(0,34,59,.9); text-decoration: none; padding: 8px; border-radius: 8px; display:flex; align-items:center; justify-content:center; }
 .dock a svg{ fill:#fff; height:32px; width:auto; }
.dock .contador, .dock .logodock { padding: 8px 16px;  grid-column: 2 / 5; color:#fff; }
   .dock .logodock img { max-height:32px; }
   
/* Solo para WebKit (Safari/Chrome en iOS) */
@supports (-webkit-touch-callout: none) and (not (-ms-ime-align: auto)) {
     .dock {
    
      height: 72px;
     
      padding: 0 12px calc(24px + env(safe-area-inset-bottom)); /* respeta el notch/home */
   
    }
    .dock a:nth-child(1) { border-radius: 8px 8px 8px 24px; }
  .dock a:nth-child(4) { border-radius: 8px 8px 24px 8px; }
}

    /* aparece después del umbral */
    .show-dock .dock { transform: translateY(0); }


    @media (prefers-reduced-motion: reduce) {
      .dock { transition: none; }
    }

#toform{
background-color: color-mix(in srgb, var(--color-primario) 90%, transparent);
}

 /*.dock a:hover, #toform:hover { background:  rgba(0,0,0,.9); }*/

.contador {
 display:flex;
  align-items:center;
  justify-content:space-around !important;
  color:#fff;
  font-size:1.3rem;

}

#contform {
 width:70%;
  margin:16px auto;
}

.contador .num {
  font-weight:600;
  font-size:1.2rem;
}
.nara {
  color:#ea5329;
}



/*Tablets dimensiones*/
@media screen and (max-width:1100px) {

.sec-inicial {
     
        background:linear-gradient(150deg, #161616, var(--color-primario) ) !important;
 
 }
     
.columna {
        grid-template-columns: repeat(1, 1fr);
       width: 90%;
        margin: 0 auto;
  justify-items:center;
  padding-top:80px;
    }
     
     
    
        .columna>div:nth-child(2) {
          
            padding: 8px 0; 
            grid-column: 1 / 2;
    
        }
              

     .copypro {

              grid-column: 1 / 2;
          margin:0 auto;
       
}
  
  .copypro h1{
  
  font-size:1.3rem;
}
  

  
  #formSubmitLp {
   border-radius:25px;
    height:auto;
}
  
   .discla {
  
    position: relative;
    left: 0;
    top: 0;
     width: 100%;
  text-align:center;
  }
  
}

/*Celulares dimensiones*/
@media screen and (max-width:700px) {
 

#navBar {

    left: 25%;
    width: 50%;
}
  
  
#navBar img {
    max-height: 90px;
}
  

 
  
 .columna {
        
  justify-items:normal;
    }
  
   .dock {
  display:grid;
  }
  
 .copypro img {
  width:80%;
}

}