
body{
    background-color: #8550cfbd;
    font-family: 'Lexend Mega', sans-serif;

   
}
.div1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    
    margin-top: 40px;
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 40px;
    border-radius: 15px;
    border-color:  #c6c6c6;
    color: #8550cf;
    
}
@media screen and (max-width:1080px){
    .div1 
    {

        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: auto;
        margin-right:auto;
        margin-bottom: 60px;
        align-items: center;
       

    }
    .div3{
        margin-top: 200px;
        background-color: #8550cf;
    }
    .div6{
        margin-top: 400px;
    }
    #tablaresultados{
        font-size: 1px;
        width: 10px;
    }
    
    
    
}
.spanletra1{
    color: aliceblue;
}
.btncolor:hover{
    background: #8550cf;
    color: #ffffff;
}
.btncolor{
    background: #f4aa35;
    color: #ffffff;
    font-size: small;
}
.btncolor2:hover{
    background: #f4aa35;
    color: #ffffff;
    font-size: small;
}
.btncolor2{
    background: #8550cf;
    font-size: small;
    
}



h3{
    margin-top: 15px;
    color: #8550cf;
}


.div2{
    display: grid;
    grid-template-columns: 800px 1fr;
    margin-left: 100px;
    margin-right: 100px;
    background-color: white;
    height: 230px;
    border-radius: 15px;
    

}
@media  screen and  (max-width:1200px){
    .div2{
        
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: auto;
      
    }
    .ocultar{
        display: none;
    }
}
.div3{
    background-color: white;
    border-radius: 15px;
}
.div4{
    background-color: #8550cf;
    border-top-left-radius: 200px;
    
}
@media  screen and  (max-width:1000px){
    .dv4{
        margin: auto;
    }
}

.div6{
    margin-top: 10px;
    background-color: #ffffff;
    margin-left: 200px;
    border-top-left-radius: 50px;
    margin-bottom: 20px;
    margin-right: 100px;
   
    
}


@media  screen and  (max-width:1300px){
    
    .div6{
        margin-top: 180px;
        display: flex;
        flex-direction: column ;
        align-items:center;
        background-color: #ffffff;
        margin-left: auto;
        margin-right: auto;
        color: #8550cf;
        border-radius: 15px;

        
    }
    .ico2{
        color:#8550cf;
        font-size: 10px;
    }
    h2{
        margin-bottom: 20px;
        color:white;
    }
    #numoffice{
        display: none;
    }
    
}
.imglogo{
    width: 300px;
    height: 150px;
   
}

@media  screen and  (max-width:1000px){
    #divform{

        
        display: flex;
        flex-direction: column;
        
        align-items: center;
        padding-top: 20px;
    }

    .prueba{
        padding-top: 20px;
        
    }
    
    #ico1, #ico2,#ico3{
        display: none;
        
    }
    .ayuda{
        color: #ffffff;
    }

}

.ptexto{
    width: 250px;
     height: 100px;
     -moz-border-radius: 0 50% / 0 100%;
     -webkit-border-radius: 0 50% / 0 100%;
     border-radius: 0 50% / 0 100%;
     background: #f4aa35;
     border: 3px solid #555;
     color: white;
}

.container {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
  }
  
  p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  
  .icon {
    margin-bottom: 20px;
  }
  
  .icon img {
    max-width: 100px;
  }
  
  .links {
    display: flex;
    justify-content: space-around;
    
  }
  
  .links a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .links img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 10px;
    border-color: #f4aa35;
   
  }
  
  .links p {
    font-size: 14px;
  }

  .icopago{
    font-size: 50px;
    color:white;
    
  }
  h4{
    color: white;
    margin-left: 80px;
  }
.icotamano{
    font-size:22px ;
    color: white;

}
.logowompi{
    width: 150px;
    height: 100px;
}
.see{
    font-size: 30px;
    color:#F4511E;
    border: 15px;
    margin-left: 25px;
}
.see1{
    color: #1E88E5;
    font-size: 30px;
    border: 100px;
    margin-left: 25px;

}
.ayuda{
    margin-top: 20px;
    margin-left:50px;
    color: #8550cf;
    height: auto;
}

.ico2{
    font-size: 30px;
    color: #8550cf;
}
.icoletra{
    display: flex;
    flex-direction: column;
    
    align-items: center;
}
.marginico{
    margin-bottom: 1px;

}
.fondop{
    
    background-image: url(../img/img5.jpg) ;
    background-size:contain;
    background-repeat: no-repeat;
    background-position-x: center;
    
}


/* Codigo css para la ventana modal  */
.modal1{
    position: fixed;
    top:0;
    bottom: 0;
    left:0;
    right: 0;
    background-color: #111111bd;
    display: flex;
    opacity: 0; /*Pra que no se muestre el modal activo*/
    pointer-events: none; /*Desactivamos los eventos del mouses*/
    transition: opacity .6s .9s;
    --transform: translateY(-100vh);
    --transition:transform .8s;
}
.modal__container{
    width: 90%;
    background-color: #ffff;
    margin: auto;
    max-width: 1000px; /*Maximo de ancho*/
    max-height: 90%; /* Maximo de altura*/
    display: grid;
    gap: 1em; /* Interlineado */
    place-items: center; /*Centrar columnas con CSS*/
    grid-auto-columns: 100%; /* ancho de todas las columnas*/
    transform: var(--transform);
    transition: var(--transition);
}

.modal__title{
    font-size: 1.5rem;

}
.modal__paragraph{
    margin-bottom: 10px;
    font-size: 0.8rem;
}
.modal__img{
    width: 90%;
    max-width: 800px ;

}

.modal__close{
    text-decoration: none;
    color: #ffffff;
    font-size:medium;
    
    background-color: #8550cfbd;
    padding:  1em 2em;
    border: 1px solid;
    border-radius: 16px;
    font-weight: 300;
    transition: background-color .3s;
}
.modal__close:hover{
    color:#ffffff;
    background-color: #f4aa35bd;
    transition: opacity .6s;
}


/*Clase en css*/
.modal--show{
    pointer-events:unset ;
    opacity: 1;
    transition: opacity .6s;
    --transform:translateY(0);
    --transition: transform .8s .8s;
}

.row{
    display: flex;
    flex-direction: row;
    justify-content: center;

    

}
@media screen  and(max-width:900px){
    .row{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    h4{
        color: white;
    }
    
    
}

@media screen  and(max-width:900px){
    h1{
        color: #ffffff;
    }
}
.ttt{
    display: flex;
    flex-direction: column;
}
.nit{
    width: 200px;
}
.btntamano{
    font-size: small;
}
@media screen and (max-width:1080px){
    td{
        font-size: 0.5em;
    }
    #txtnit{
        display: none;
    }
}

.ocultarbtn{
    display: none;
}