html{
    font-family: sans-serif;
    padding: 0;
    margin: 0;

}
body{
    padding: 0;
    width: 100%;
    margin: 0;
}
header{
    height:auto;
    padding: 0;
    margin: 0;
    border-bottom: 3px solid RGB(20, 1, 91);
    display: flex;
    align-items: center;
}
header .logo{
    padding: 0;
    margin: 20px;
    display: flex;
    height: auto;
    width: 15%;
}
.logo img{
    width: 100%;
}
header h2{
    font-size: 30px;
    font-weight: 400;
    color: RGB(20, 1, 91);
    margin: 20px;
    text-align: center;
    width: 70%;
    letter-spacing: 1px;
}
.contenedor{
    height: auto;
    min-height: 540px;
    background-color: rgb(230, 229, 241);
    padding-top:40px ;
    padding-bottom: 40px;


}   
.tituloform{
    width: 100%;
    font-size: 20px;
    color: white;
    margin: auto;
    margin-bottom: 40px;
    text-align: center;
    height: 60px;
    background-color: #54509b;
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    letter-spacing: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.tituloform2{
    width: 100%;
    font-size: 20px;
    color: white;
    margin: auto;
    text-align: center;
    height: 60px;
    background-color:  RGB(20, 1, 91);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    letter-spacing: 1px;
    padding-top: 10px;
    padding-bottom: 10px;

}
.contenedor h3{
   width: 80%;
   font-weight: normal;
   


}
.formulario{
    width: 50%;
    margin: auto;
    border-radius: 10px;
    padding: 0;
    background-color: white;
    box-shadow: 0px 0px 4px 1px rgb(124, 124, 124);
    height: auto;
    margin-top: 60px;
}

.contenedor .elemento{
    margin: auto;
    margin-top: 30px;
    margin-bottom: 10px;
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.contenedor .elemento label{
    color: rgb(0, 0, 0);
    padding: 0;
    margin-bottom: 10px;
    

}
.contenedor .elemento input{

    border: solid 1px black;
    border-radius: 5px;
    width: 93%;
    padding: 10px 10px;
    color: aliceblue;
    margin: auto;
    

}
.contenedor .elemento select{

    border:none;
    border-radius: 10px;
    box-shadow: 1px 1px 6px 0px rgb(124, 124, 124);
    width: 100%;
    padding: 10px 10px;
    color: rgb(0, 0, 0);
    margin: auto;
    margin-bottom: 20px;
    cursor: pointer;
    height: 50px;
    

}

.contenedor .elemento option{
    color: black;
}
.contenedor .elemento input[type="submit"]{
    background-color:RGB(20, 1, 91);
    width: 100%;
    border: none;
    margin: auto;
    font-size: 16px;
    cursor: pointer;
    padding: 10px 10px;
    margin-bottom: 30px;
    height: 50px;
}
.formulario .paciente{
    background-color: aqua;
}
.contenedor .elemento input:hover{
    background-color: rgb(53 48 167);
}

/* Segunda pagina*/
.contenedor2{
    height: auto;
    min-height: 660px;
    background-color: rgb(230, 229, 241);
    padding-top:40px ;

}   
.tituloform{
    width: 100%;
    font-size: 20px;
    color: white;
    margin: auto;
    margin-bottom: 30px;
    text-align: center;
    height: 60px;
    background-color: RGB(20, 1, 91);
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    letter-spacing: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.contenedor2 h3{
   width: 80%;
   font-weight: normal;
   


}
.formulario2{
    width: 50%;
    margin: auto;
    border-radius: 10px;
    padding: 0;
    background-color: white;
    box-shadow: 0px 0px 20px 1px rgb(124, 124, 124);
    height: auto;
    margin-top: 60px;
}
.contenedor2 .second{
    margin: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.contenedor2 .second input{

    border: solid 1px black;
    border-radius: 5px;
    width: 93%;
    padding: 10px 10px;
    color: aliceblue;
    margin: auto;

}
.second input[type="submit"]{
    background-color:RGB(20, 1, 91);
    width: 100%;
    border: none;
    margin: auto;
    font-size: 16px;
    cursor: pointer;
    padding: 10px 10px;
    margin-bottom: 30px;
    height: 50px;
}
.second a{
    text-decoration: none;
    background-color:RGB(20, 1, 91);
    width: 100%;
    border: none;
    margin: auto;
    font-size: 16px;
    cursor: pointer;
    padding: 0;
    margin-bottom: 30px;
    height: 50px;
    border-radius: 5px;
    color: white;   
    display: flex;
    align-items: center;
    justify-content: center;

}
.second a:hover{
    background-color: rgb(53 48 167);
}
.second input:hover{
    background-color: rgb(53 48 167);
}
.second {
    width: 45%;
}
.columnas{
    display: flex;
    flex-direction: row;
    padding: 0;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    text-align: center;
}
.second i{
    font-size: 70px;
    font-style: normal;
    color:RGB(20, 1, 91);
}
.regresar{
    width: 100%;
    display: flex;
    padding: 0;
    margin: 0;
    margin-top: 30px;
    height: 60px;
    background-color: rgb(200, 200, 200);
    border-radius: 0 0 10px 10px;
    justify-content: space-between;
}
.regresar .back{
    text-decoration: none;
    color: black;
    border: none;
    width: 120px;
    height: 40px;
    margin: 10px;
    border-radius:10px ;
    box-shadow: 1px 1px 6px 0px rgb(124, 124, 124);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
}
.regresar .continue{
    text-decoration: none;
    float: right;
    border: none;
    width: 240px;
    height: 40px;
    margin: 10px;
    border-radius:10px ;
    background-color: rgb(0 154 218 / 61%);
    color: white;
    box-shadow: 1px 1px 6px 0px rgb(124, 124, 124);
    text-align:center;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.secciones{
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}
.secciones .preguntas{
    width: 100%;
    background-color: rgb(0 127 180);
    margin: 0;
    margin-bottom: 20px;
    height: 55px;
    display: flex;
    justify-content: left;
    align-items: center;
    border-bottom: solid 3px RGB(0, 0, 153);

}
.secciones .preguntas h4{
    color: rgb(255, 255, 255);
    margin-left: 40px;
    width: 100%;
}
.secciones input{
    width: 43%;
    height: 40px;
    float: unset;
    border-radius: 10px;
    border: none;
    box-shadow: 1px 1px 6px 0px rgb(124, 124, 124);
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 5px;
}
.secciones .fechamuerte{
    height: 20px;
    border-radius: 5px;
    box-shadow: 1px 1px 2px 0px rgb(124, 124, 124);
    display: block;

}
.secciones label{
    font-size: 16px;
    color: #2c0b44;
    width: 100%;
    text-align: center;
    margin: auto;
    margin-top: 20px;
}
.fechas{
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;    
}
.secciones input[type="file"]{
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: none;
    box-shadow: none;
    margin: auto;
}
.sintomas{
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
    align-items: center;

    
}
.sintomas .sintomas2{
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0;
    border: solid 1px #cfcccc;
    margin-top: 10px;
    width: 60%;
}
.sintomas input[type="checkbox"]{
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-left: 15px;
    box-shadow: none;
    
}
.sintomas2 label{
    float: left;
    margin: auto;
    margin-left: 5px;
    width: auto;
    text-align: left;
}
.fechas .sintomas2 input[type="checkbox"]{
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-left: 15px;
    box-shadow: none;
    
}
.fechas .sintomas2 label{
    float: left;
    margin: auto;
    margin-left: 5px;
    width: auto;
}
.fechas .sintomas2{
    display: flex;
    flex-direction: row;
    width: 65%;
    padding: 0;
    margin: auto;
    border: solid 1px #cfcccc;
    margin-top: 10px;
    width: 50%;
}
.resumen{
    margin-bottom: 10px;
}
.tarjeta{
    width: 100%;
    padding: 0;
    padding-bottom: 10px;
    margin: 0;
    display: flex;
    flex-direction: column;
}
.tarjeta h5{
    color: white;
    font-size: 16px;
    background-color: rgb(0 154 218 / 61%);
    border-bottom: solid 3px RGB(20, 1, 91);
    margin: 0;
    margin-bottom: 20px;
    align-items: center;
    text-align: left;
    height: 50px;
    display: flex;
    padding-left: 30px;   
}
.tarjeta .datospersona{
    width: 60%;
    margin: auto;
    background-color: rgb(247 247 247);
    display: flex;
    flex-direction: row;
}
.tarjeta .datospersona p{
    width: 50%;
    text-align: center;
    height: auto;
    min-height: 30px;
    padding: 10px;
    margin: 0;
    align-content: center;
}
.tarjeta .datospersona .categoria{
    color: grey;
}
.tarjeta .datospersona .datos{
    color: #2c0b44;
    border-left: dashed 1px rgb(186, 186, 186);
    text-align: left;
    
}
.tarjeta .even{
    background-color: rgb(237 237 237);
}
.footer{
    height: 20px;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: RGB(20, 1, 91);
    display: flex;
    align-items: center;
}
.footer a{
    color: white;
    margin: 0;
    padding: 0;
    width: 100%;
    align-items: center;
}
/*tab nav*/
.tab {
  overflow: hidden;
  background-color: #a7a5d9;
  height: 80px;
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 10px 10px 0 0;
}


/* Style the buttons that are used to open the tab content */
.tab a {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  height: 80px;
  width: 25%;
  display: flex;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  background-color: rgb(0 127 180);
  color: white;
  font-size: 18px;
  text-decoration: none;
}
.tab a svg{
    margin-right: 4px;
    width: 25px;
}

/* Change background color of buttons on hover */
.tab a:hover {
  background-color: rgba(55, 0, 255, 0.696);
}


.desconocido{
    background-color: #cfcccc89;
    width: 20%;
    margin-left: 209px;
    height: 40px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    

}
.continua{
    background-color: #cfcccc89;
    width: 20%;
    height: 40px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    margin-left: 38px;
    font-size: 14px;
    

}
.continua:hover{
    background-color: rgb(169 169 169);
}
.desconocido:hover{
    background-color: rgb(169 169 169);
}
.contenedorbotones{
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    width: 100%;
}
/* Formulario PQR*/

.contenedor .elemento {
    margin: auto;
    margin-bottom: 10px;
    width: 45%;
    display: flex
;
    flex-direction: column;
    justify-content: center;
}
.formulario3{
    width: 70%;
    margin: auto;
    height: auto;
    min-height: 600px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 0 20px 1px rgba(164, 164, 164, 0.918);
    padding-bottom: 40px;
}
.textos{
    width: 80%;
    padding: 0;
    margin: auto;
    margin-top: 0;
    letter-spacing: 1px;
    display: flex;
    flex-direction: column;
}
.textos a{
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: black;
}
.formulario3 p{
    width: 100%;
    margin: auto;
    margin-top: 40px;
    text-align: left;
    
}
.fuente{
    font-size: 10px;
}
.textos ul{
    margin-top: 40px;
}
.textos h2{
    color: #2c0b44;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: normal;
}
.textos li{
    margin-top: 15px;
    margin-bottom: 15px;
}
.textos li::marker{
    color: #54509b;
}
.botonalform{
    width: 60%;
    height: 60px;
    font-size: 16px;
    text-transform: uppercase;
    margin: auto;
    float: right;
    margin-top: 20px;
    border-radius: 15px;
    border: none;
    cursor: pointer;
    background-color: RGB(0, 0, 153);
    color: #ffffff;
    font-weight: bold;
    
}

.botonalform:hover{
    background-color: RGB(20, 1, 91);
}
.botonalform2{
    width: 30%;
    height: 40px;
    font-size: 14px;
    margin: auto;
    margin-top: 20px;
    border-radius: 15px;
    border: none;
    cursor: pointer;
    background-color: RGB(0, 0, 153);
    color: #ffffff;
    font-weight: bold ;
    
    
}

.botonalform2:hover{
    background-color: RGB(20, 1, 91);
}
.formulario3 .tituloform .farmacov{
    font-weight: bold;
    letter-spacing: normal;
    font-size: 25px;
}
.formulario p{
    width: 90%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
}
/* pop up*/
.popUp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 100;
}

.popUp-contenido {
    width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  border-radius: 5px;
}
.popUp-contenido button{
    margin: auto;   
    float: right;
    border: none;
    border-radius: 6px;
    background-color: #9593d8;
    color: white;
    align-items: center;
    text-align: center;
}
.contenedor .elemento .otherbut{
    font-size: 16px;
    cursor: pointer;
    height: 50px;
    border-radius: 5px;
    width: 100%;
    padding: 10px 10px;
    color: aliceblue;
    margin: auto;
    border:none;
}
 .farmacovig{
   padding-bottom: 20px;
   display: none;
}
   */
.farmacovig .contenedor4{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.farmacovig .contenedor5{
    width: 100%;
    padding: 0;
    padding-top: 20px;
    margin: 0;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-around;
   
}

.farmacovig .contenedor4 .tarjetas2{
    display: flex;
    flex-direction: column;
    width: 45%;
}
.tarjetas2 label{
    text-align: center;
    width: 100%;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: rgb(46 0 218);
    color: white;
    height: 17px;
    font-size: 15px;

}
.tarjetas2 input{
    height: 30px;
    border: solid 1px rgba(128, 128, 128, 0.677);
    padding-left: 5px;
}
.farmacovig .descripcion{
    display: flex;
    flex-direction: column;
    width: 95%;
    margin: auto;
    margin-bottom: 15px;
    border: solid 1px rgba(128, 128, 128, 0.677);
}
.descripcion label{
    text-align: center;
    width: 100%;
    color: white;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: rgb(46 0 218);
    height: 17px;
    font-size: 15px;    
}
.descripcion textarea{
    min-height: 150px;
    border: none;
    padding-left: 10px;
    padding-top: 10px;
}
.farmacovig input[type="button"]{
    margin:auto;
    display: flex;
    margin-top: 30px;
    height: 30px;
    background-color: rgb(46 0 218);
    color: white;
    width: 200px;
    border-radius: 10px;
    font-weight: bold;
    border: none;
    cursor: pointer;

}
.descripcion p{
    font-size: 12px;
}
.descripcion input[type="file"]{
    margin: auto;
    margin-top: 15px;
   margin-bottom: 15px;
}
.descripcion a{
    margin: auto;
    margin-top: 15px;
   margin-bottom: 15px;
}
.popUp2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 100;
}

.popUp-contenido2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  width: 180px;
}

.popUp-contenido2 button{
    margin: auto;   
    float: right;
    border: none;
    border-radius: 16px;
    background-color: RGB(20, 1, 91);
    color: white;
    align-items: center;
    text-align: center;
}
.agregarsintoma {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    display: flex;
   justify-content: space-evenly;

}
.agregarsintoma a{
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    border-radius: 10px;
    border: none;
    background-color: rgb(97 171 126);
    color: white;
    height: 40px;
    margin-right: 10px;
}
.agregarsintoma a:hover{
   background-color: rgb(44, 112, 71)
}
.agregarsintoma .cancelarotro{
    background-color: rgba(255, 0, 0, 0.344);
}
.agregarsintoma .cancelarotro:hover{
    background-color: rgba(255, 0, 0, 0.674);
}
.agregarsintoma i{
    margin: 5px;
}
.desaparecer{
    display: block;
}
.aparecer{
    display: none;
}
.tarjeta2 {
    width: 60%;
    padding: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    border: #9593d8 solid 1px;
    border-radius: 10px 10px 0 0;
    
}
.tarjeta2 h5{
    color: white;
    font-size: 16px;
    background-color: rgb(0 154 218 / 61%);
    border-bottom: solid 3px #2622656e;
    margin: 0;
    align-items: center;
    text-align: left;
    height: 50px;
    display: flex;
    padding-left: 30px;   
    border-radius: 10px 10px 0 0;
    
}
.tarjeta2 .datospersona{
    width: 100%;
    margin: auto;
    background-color: rgb(247 247 247);
    display: flex;
    flex-direction: row;
}
.tarjeta2 .datospersona p{
    width: 50%;
    text-align: center;
    height: auto;
    min-height: 30px;
    padding: 10px;
    margin: 0;
    align-content: center;
}
.tarjeta2 .datospersona .categoria{
    color: grey;
}
.tarjeta2 .datospersona .datos{
    color: RGB(20, 1, 91);
    border-left: dashed 1px rgb(186, 186, 186);
    text-align: left;
    
}
.tarjeta2 .even{
    background-color: rgb(237 237 237);
}
.whatsapp{

    position: fixed;
    right: 20px;
    bottom: 25px;
    color: RGB(0, 128, 64);
    height: 40px;
    width: 40px;
    font-size: 40px;
    cursor: pointer;
}