td {
    cursor: pointer;
}

.demo{
    top: 120px;
    position: fixed;
    width: 100%;
    max-width: 1px;
    background: white;
    z-index: 1600;
    right: 80px;
    box-shadow: 0px 0px 40px #798FA324;
    opacity: 0;
    border-radius: 10px;
    border-top: 7px solid #87D172;
    overflow: scroll;
    height: calc(100vh - 100px);
    

}

.demo .container-fluid{
    padding: 0 60px;
}

.tit-demo h2{
    text-align: center;
    font-size: 42px;
font-weight: 700;
letter-spacing: 1.1px;
}



.opcionCheck .col{
    display: flex;
    flex-wrap: wrap;
}


.opcionCheck  .form-check{
    width: 140px;
    padding-bottom: 10px;
}

.opcionCheck .col .form-check label{
    /* color: #0b4358a2; */
    font-size: 16px;
    /* font-weight: 700; */
}

.tit-demo p{
    text-align: center;
max-width: 600px;
font-weight: 400;
letter-spacing: 1.1px;
font-size: 18px;
margin: auto;
margin-bottom: 50px;
}

.DatoConctact{
    margin-left: -25px;
    margin-bottom: 30px;
    color: #929FC7;
    font-weight: 700;
}

.cont-close{
	height: 50px;
display: flex;
align-items: center;
justify-content: flex-end;
margin-right: 20px;
width: 100%;
}

.demo .wrap-input100{
    padding-bottom: 0px;
    margin-bottom: 25px;

}

span.textBlueGreen{
    font-weight: 500;
}

.Email{
    border: none;
}
.msjError{
    display: none;
    font-size: 12px;
    color: red;
    position: absolute;
    background: white;
}

.canvasConfirm{
    display: none;
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center;
    background:#282c332e;
    position: fixed;
    z-index: 1700;
}

.confirm{
    width: 100%;
    max-width: 600px;
    background: rgb(255, 255, 255);
    z-index: 1800;
    transition: .5s;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 30px;
    box-shadow: 0px 0px 15px #50577C26;

}

.confirm img {

    width: 180px;

}

.confirm h4 {

    text-align: center;
    font-weight: 900;
    letter-spacing: 1.05px;
    padding-bottom: 5px;
}

.contentClose .p1 {

    text-align: center;
    font-weight: 400;
    font-size: 15px;
    padding-bottom: 5px;

}

.contentClose .redes_close{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
}

.contentClose .redes_close a i{
    font-size: 35px;
}

.contentClose .p2 {

    text-align: center;
    font-weight: 400;
    letter-spacing: 1.05px;
    padding-bottom: 5px;
    padding-bottom: 20px;
}







@keyframes transicionartres {
    0% {
         transition: 1s;
      transform: translateX(10vw);
      opacity: 0
      
    }
    
    100% {
         transform: translateX(0);
      
      opacity: 1;
    }
    
  }

  @keyframes transicionarOut {
    0% {
         transition: 1s;
      transform: translateX(0);
      opacity: 1
      
    }

    
    
    100% {
         transform: translateX(20vw);
      
      opacity: 0;
    }
    
  }

  @keyframes transicionarClosein {
    0% {
        transition: 1s;
      transform: scale(0);
      opacity: 0
      
    }

    
    
    100% {
         transform: scale(1);
      
      opacity: 1;
    }
    
  }

  @media screen and (max-width: 850px){

    .demo{
        right: 0px;
    }
  }

  @media screen and (max-width: 500px){

    .demo{
        top: 0px;
        height: 100vh;
    }
    .demo .container-fluid {
        padding: 0 15px;
    }

    .DatoConctact {
        margin-left: 0px;
        
    }
    small{
        font-size: 65%!important;
    }

    .table td{
        padding: .5rem 0;   
    }
  }

