  ul, li {
            list-style: none;
        }


        .item {
            border: beige;
            border-style: double;
            border-color: gray;
            border-width: 1px;
            border-style: dotted;
            /* background-color: antiquewhite; */
            height: 137px;
        }

        #wrapper {
            width: 900px;
            margin: 20px auto;
        }

        .data-container {
            margin-top: 20px;
        }

        .data-container ul {
            padding: 0;
            margin: 0;
        }

        .data-container li {
            margin-bottom: 5px;
            padding: 5px 10px;
            /*background: #eee;*/
            color: #666;
        }
    </style>
<title>Consulta poliza</title>

    <script src="js/jquery-2.1.4.min.js"></script>
    <script src="http://code.jquery.com/jquery-3.6.1.js"></script>
    <script src="src/pagination.js"></script>

</head>

<style type="text/css">

    @import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');


#div_mensaje{
  display: none;
     border: 2px solid #d4d2d2;
    border-radius: 8px;
    text-align: center;
    margin-top: 30px;
}

    .box{
width:350px;
height:70px;
/*background:#999;*/
float:left;
/*border:1px solid #444;*/
}

.mensaje_vanti {
    color: white;

    font-size: 16px;
 
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    padding: 20px;
   background: radial-gradient(148.75% 692.85% at -9.09% -12.96%, #191580 0%, #035177 32.03%, #113455 68.96%, #000000 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;

}


.label_vanti3consulta{
  border: 2px solid #d4d2d2;
  border-radius: 8px;

}

.design {
    width: 25px;
    height: 25px;
    border: 1px solid var(--other);
    border-radius: 100%;
    margin-right: 25px;
    position: relative;
}



input[type=search]{

    border: none;
    border-bottom: solid;
    border-color: #8ecae9;
    width: 500px;
}


input[type=search], input:focus{
    outline: none;
}
.volver {
            width: 100px;
    color: #113455;
    font-size: 12px;
    border-radius: 15px;
    border: none;
    padding: 10px;
    background: #F6CC5C;
    cursor: pointer;
    font-size: 16px;
}
.div_content{
     font-family: 'Open Sans', sans-serif;
}
#content_consulta{
   /* background-color: #73c2e6;*/
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    height: 520px;
 
}


.content_carga{
    background-color: #73c2e6;
    width: 500px;
    font-family: 'Open Sans', sans-serif;
    height: 520px;
    position: relative;
   
}

.hijo_carga {
     width: 102px;
    height: 50px;
    /* background-color: red; */    color: white;
    position: absolute;
    top: 45%;
    left: 50%;
    margin: -25px 0 0 -50px;
        text-align: center;
}


#consulta{
 
    width: 90%;
    font-family: 'Open Sans', sans-serif;
    /* margin-left: calc(50% - 150px); */
    /* height: 231px; */
    display: flow-root;
    padding: 20px;
}
.gradient-text1{
    color: #73c2e6;
    font-family: 'Open Sans', sans-serif;
}
.label_title{
    /* height: 50px; */
    font-family: 'Open Sans', sans-serif;
    color: white;
    text-align: center;
    font-size: 25px;
  
    margin-bottom: 20px
}

.label_vanti{
    font-family: 'Open Sans', sans-serif;
    /* height: 50px; */
    width: 300px;
    color: #22529a;

    font-size: 18px;
    font-weight: bold;
}
.label_vanti2{

    color: #73c2e6;
    /* text-align: center; */
    font-size: 18px;
    font-weight: bold;
    /* border-radius: 8px; */
    /* height: 35px; */
    font-family: 'Open Sans', sans-serif;
        display: contents;
}

.label_vanti3 {

       color: #22529a;
    /* text-align: center; */
    font-size: 18px;
    /* height: 80px; */
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    padding: 20px;
    text-transform: capitalize;
}

/*-----------------------------*/
form {
    width: 100%;
    /*text-align: center;*/
}

label.container {
    height: 40px;
}




  .required_select {

     width: 50%; 
    max-width: 420px;


}

#mensaje{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}


.btn.btn-gradient_disabled {
    color: #e4e4e4;
    font-size: 12px;
    background-color: #9e9e9e;
    border-radius: 15px;
    border: none;
    padding: 10px;
}


.btn.btn-gradient {
    color: white;
    font-size: 12px;
    background-color: #73c2e6;
    border-radius: 15px;
    border: none;
    cursor: pointer;
    padding: 10px;
}


@media screen and (max-width: 800px) {
                
                    #content_consulta{
 
                       width: 100%;
     
                    }

        }
 @media screen and (max-width: 540px) {
                    form {
                        width: 345px;
                    }

                    label.container {
                        margin-bottom: 70px;
                    }

                    #content_consulta{
 
                       width: 100%;
     
                    }

                    #consulta {
                       width: 85%;

                      }

                    input[type=search]{
                       width:350px;
                    }

                    .dinamico{
                        margin-left: 50px !important;
                    }

                    .required_select {

                        width: 87%;

                    }
        }