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

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


body{
margin:0;
  scroll-behavior: smooth;
}


#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;
}



/* 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
{

  width:100vw;
  min-height:90vh;
    margin:  0 auto;
    padding: 0;
    background-size: cover;
    background-position:bottom ;
    background-repeat: no-repeat;
    background-image:var(--bg-desk) ;
/*    background-color: var(--color-primario);*/
}

.columna
{
    display: grid;
    grid-template-columns: repeat(2,1fr);
     max-width: 1400px;
  width:90vw;
    margin: 0 auto;
  min-height:90vh;
}


.textos
{
    display: flex;
  flex-flow:column;
justify-content:center;
  padding:0 2vw 0 0;
}

.copypro {

    color: #fff;
  font-size:2rem;
  line-height:1.2;
      font-weight: 400;
    margin:16px 0;
}

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





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

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

#formSubmitLp h3
{
    text-align: center;
color:#ea5329;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 auto;
}


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

#formSubmitLp input, #formSubmitLp select
{
        color:#13427A;
        width: 100%;
        height: 2.9rem;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 1px solid #0070B9;
        border-radius: 5px;
        opacity: 1;
}
#formSubmitLp input:focus , #formSubmitLp select:focus {


    outline: 1px solid #13427A;
    
}

#formSubmitLp p
{
text-align: center;
  color: #fff;
  font-size:1rem;
  line-height:1;
  margin:16px 0 24px;
}

#formSubmitLp .disclaim
{
text-align: left;
   
    font-size: 1em;
    padding-bottom: 3.5%;
}

#formSubmitLp button {
    width:100%;
    height: 2.9rem;
    border-radius: 5px;
    border: 0;
    background: #ea5329;
        border-radius: 5px;
        color: #FFF;
        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;

}

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

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



/*Laptos dimensiones*/
@media screen and (max-width:1650px) {



/*Formulario*/
#formSubmitLp {
    max-width: 70%;
}
}

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

.sec-inicial {
     
        background:linear-gradient(150deg, #161616, var(--color-primario) );
 
 }
     
.columna {
        grid-template-columns: repeat(1, 1fr);
  justify-items:center;
    }
        
  .textos
{
  padding:88px 0 0 0;
}
        .copypro {
          
text-align:center;
           font-size:1rem;
           margin:16px 0 24px;
        }
         .titulopro {
           
           margin: 0 auto;
text-align:center;
           font-size:30px;
            
        }

                #formSubmitLp {
                    max-width: 100%;
                    margin: 0 auto !important;
                    border-radius: 10px;
                }

 
}

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

    /* Barra navegacion */
#navBar {

    left: 25%;
    width: 50%;
 
}
  
  
#navBar img {
    max-height: 80px;
    padding: 10px 0 12px;
}
  


#formSubmitLp label {
   
    font-size: 1em;
   
}

 
  
 .columna {
        
  justify-items:normal;
   padding-bottom:32px;
    }
  
  .dock {
  display:grid;
  }
}