/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/poppins/Poppins-Medium.ttf'); 

}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/poppins/Poppins-Bold.ttf'); 
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url('../fonts/poppins/Poppins-SemiBold.ttf'); 
}

@font-face {
  font-family: KeepCalm-Medium;
  src: url('../css/fonts/ForPatient/KeepCalm-Medium.ttf')format('truetype');
  font-style: normal;
  font-weight: normal; 
}

@font-face {
  font-family: ProximaNova-Regular;
  src: url('../css/fonts/ForPatient/ProximaNova-Regular.ttf')format('truetype');
  font-style: normal;
  font-weight: normal; 
}

@font-face {
  font-family: ProximaNova-Semibold;
  src: url('../css/fonts/ForPatient/ProximaNova-Semibold.ttf')format('truetype');
  font-style: normal;
  font-weight: normal; 
}


@font-face {
  font-family: ProximaNova-Light;
  src: url('../css/fonts/ForPatient/ProximaNova-Light.ttf')format('truetype');
  font-style: normal;
  font-weight: normal; 
}

@font-face {
  font-family: ProximaNova-Light-Italic;
  src: url('../css/fonts/ForPatient/ProximaNova-LightIt.ttf')format('truetype');
  font-style: normal;
  font-weight: normal; 
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
  height: 100%  !important;
	font-family: ProximaNova-Light;
  background-color: rgb(235, 232, 232) 
}

/*---------------------------------------------*/
a {
	font-family: ProximaNova-Light;
	font-size: 15px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}



.link-blanco{	
  font-family: KeepCalm-Medium;
	font-size: 22px;
  color: #ffffff !important;
}




.text_blanco{
  color: #ffffff !important;
  font-size: 19px;
  font-family: ProximaNova-Light;
}



.text_blanco2{
	color: #ffffff;
  font-size: 21px;
  font-family: ProximaNova-Light;

}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
  color: #e0eeff;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: ProximaNova-Light;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}

a>.fa-envelope {
  font-size: 24px !important;
}
/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #adadad;}
input:-moz-placeholder { color: #adadad;}
input::-moz-placeholder { color: #adadad;}
input:-ms-input-placeholder { color: #adadad;}

textarea::-webkit-input-placeholder { color: #adadad;}
textarea:-moz-placeholder { color: #adadad;}
textarea::-moz-placeholder { color: #adadad;}
textarea:-ms-input-placeholder { color: #adadad;}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
  font-family: sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #666666;
}

.txt2 {
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
  text-transform: uppercase;
}

.bg1 {background-color: #3b5998}
.bg2 {background-color: #1da1f2}
.bg3 {background-color: #ea4335}



/*//////////////////////////////////////////////////////////////////
[ login ]*/
.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;  
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding: 15px;
}

.wrap-login100 {
  width: 33vw;
  background: rgba(131, 214, 255, 0.165);
  border-radius: 10px;
  min-height: 70%;
  height: 90%;
  overflow: hidden;
}


/*------------------------------------------------------------------
[ Form ]*/

.login100-form {
  width: 100%;
}

.login100-form-title {
  display: block;
  font-family: KeepCalm-Medium;
  font-size: 30px;
  color: #faf5f5;
  line-height: 1.2;
  text-align: center;
  margin: 3vh 0vh 5vh 0vh;

}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #d9d9d9;
}

.label-input100 {
  font-family: ProximaNova-Light;
  font-size: 14px;
  color: #333333;
  line-height: 1.5;
  padding-left: 7px;
}

.input100 {
  font-family: ProximaNova-Light;
  font-size: 19px;
  color: #333333;
  line-height: 1.2;

  display: block;
  width: 100%;
  height: 55px;
  background: #dde8f2;
  padding: 0 7px 0 43px;
}


/*---------------------------------------------*/
.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::after {
  content: attr(data-symbol);
  font-family: Material-Design-Iconic-Font;
  color: #adadad;
  font-size: 22px;

  border-style: solid;
  border-width: 0px 2px 0px 0px; /* 25px top, 10px right, 4px bottom and 35px left */
  border-color: rgb(167, 167, 167);

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: calc(100% - 20px);
  bottom: 6px;
  left: 0;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 3px;

  margin-right: 6px;
}


.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #7f7f7f;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}


.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}

.input100:focus + .focus-input100::after {
  color: #4ba2f4;
}

.has-val.input100 + .focus-input100::after {
  color: #4ba2f4;
}




/***************************************/
/*---------------------------------------------*/
.focus-input101 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input101::after {
  content: attr(data-symbol);
  font-family: Material-Design-Iconic-Font;
  color: #adadad;
  font-size: 22px;

  border-style: solid;
  border-width: 0px 2px 0px 0px; /* 25px top, 10px right, 4px bottom and 35px left */
  border-color: rgb(167, 167, 167);

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: calc(100% - 20px);
  bottom: 6px;
  left: 0;
  padding-left: 13px;
  padding-right: 9px;
  padding-top: 3px;
  margin-right: 6px;
}


.focus-input101::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #7f7f7f;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}


.input100:focus + .focus-input101::before {
  width: 100%;
}

.has-val.input100 + .focus-input101::before {
  width: 100%;
}

.input100:focus + .focus-input101::after {
  color: #4ba2f4;
}

.has-val.input100 + .focus-input101::after {
  color: #4ba2f4;
}


/***************************************/
/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.wrap-login100-form-btn {
  width: 35vw;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 25px;
  overflow: hidden;
  margin: 0 10px;

  box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
  -moz-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
  -webkit-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
  -o-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
  -ms-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
}

.login100-form-bgbtn {
  position: absolute;
  z-index: -1;
  width: 300%;
  height: 100%;
  background: #6991ff;
  background: -webkit-linear-gradient(right, #2d98fd, #0065a3, #5ea6f8, #007bce);
  background: -o-linear-gradient(right, #2d98fd, #0065a3, #5ea6f8, #007bce);
  background: -moz-linear-gradient(right, #2d98fd, #0065a3, #5ea6f8, #007bce);
  background: linear-gradient(right, #2d98fd, #0065a3, #5ea6f8, #007bce);
  top: 0;
  left: -100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn {
  font-family: KeepCalm-Medium;
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;
}

.wrap-login100-form-btn:hover .login100-form-bgbtn {
  left: 0;
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  bottom: calc((100% - 20px) / 2);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  right: 2px;
  pointer-events: none;

  font-family: sans-serif;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: sans-serif;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  bottom: calc((100% - 20px) / 2);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}


/*//////////////////////////////////////////////////////////////////
[ Social item ]*/
.login100-social-item {
  font-size: 25px;
  color: #fff;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 5px;
}

.login100-social-item:hover {
  color: #fff;
  background-color: #333333;
}

.gradientBlue{
  font-family: KeepCalm-Medium;
  font-size: 12px;
  color: #fff;
  line-height: 1.8;
  text-transform: uppercase;
  padding-top: 6px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  border-radius: 15px;

  background: #6991ff;
  background: -webkit-linear-gradient(right, rgb(1, 77, 148), #0c80c9, #3989e4, #47b4fd);
  background: -o-linear-gradient(right, rgb(1, 77, 148), #0c80c9, #3989e4, #47b4fd);
  background: -moz-linear-gradient(right, rgb(1, 77, 148), #0c80c9, #3989e4, #47b4fd);
  background: linear-gradient(right, rgb(1, 77, 148), #0c80c9, #3989e4, #47b4fd);
}


.gradientGrey{
  font-family: KeepCalm-Medium;
  font-size: 12px;
  color: #fff;
  line-height: 1.8;
  text-transform: uppercase;
  padding-top: 6px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  border-radius: 15px;


  background: #555557;
  background: -webkit-linear-gradient(right, #555557, #6c6c6d, #929294, #b3b3bd);
  background: -o-linear-gradient(right, #555557, #6c6c6d, #929294, #b3b3bd);
  background: -moz-linear-gradient(right, #555557, #6c6c6d, #929294, #b3b3bd);
  background: linear-gradient(right, #555557, #6c6c6d, #929294, #b3b3bd);

}

.drVertical{
  background: rgba(246, 252, 255, 0.508);
  width: 2px;
  margin-left: 1px;
  margin-right: 1px;
  min-height: 75vh;
  height: 85vh;

}

.iconCenter {
  display: block;
  font-family: KeepCalm-Medium;
  font-size: 6rem;
  color: #faf5f5;
  line-height: 1.2;
  text-align: center;
}

.iconCenter2 {
  display: block;
  font-family: KeepCalm-Medium;
  font-size: 5rem;
  color: #faf5f5;
  line-height: 1.2;
  text-align: center;
}

.bgBlanco{
  background: rgb(255, 255, 255);
  background-color: white;
}

.bgGris{
  background: rgb(235, 232, 232) !important;
}

.tituloBlue{
  font-family: KeepCalm-Medium;
	font-size: 24px;
  color: #0065a0;

}

.tituloBlue20{
  font-family: ProximaNova-Regular;
	font-size: 22px;
  color: #0065a0;
  padding-bottom: 0.5rem;
}

.tituloGrey20{
  font-family: ProximaNova-Regular;
	font-size: 22px;
  color: #0065a0;
  padding-bottom: 0.5rem;
}


.dividerBlue{
  border-bottom-style: solid;
  border-color: #0065a0;
  border-width: 0px 0px 4px 0px;
  margin-bottom: 1rem;
}

.dividerGrey{
  border-bottom-style: solid;
  border-color: #c1c1c1;
  border-width: 0px 0px 1px 0px;
  margin-bottom: 1rem;
}


.dividerblueClose{
  border-bottom-style: solid;
  border-color: #0065a0;
  border-width: 2px 0px 0px 0px;
  margin-bottom: 1rem;
}

.form-control{
  border: 1px solid #c1c1c1 !important;
}

.required{
  font-family: ProximaNova-Regular;
  font-size: 20px;
  color: #4c4c4c;
}

.required > .text_blanco{
  color: #ffffff !important;
  font-size: 19px;
  font-family: ProximaNova-Light;
}

.custom-control-label{
  font-family: ProximaNova-Regular;
  font-size: 18px;
  margin-right: 10px;  
}

.text16Italic{
	font-size: 14px;
	font-family: ProximaNova-Light-Italic !important;
	color: #4c4c4c;
	}

  .text_Grey16{
    color: #646464 !important;
    font-size: 16px;
    font-family: ProximaNova-Light;
  }

  .iconFrondL{
    height: 180px;
    width: auto;
  }

  .p_250{
    padding-left: 250px;
    padding-right: 250px;
  }
/*//////////////////////////////////////////////////////////////////
[ Responsive ]*/

@media (min-width: 578px) and (max-width: 767.98px) { 
  
  .p_250{
    padding-left: 25px;
    padding-right: 25px;
  }

 }


@media (min-width: 768px) and (max-width: 991.98px){

  .p_250{
    padding-left: 25px;
    padding-right: 25px;
  }
}



li > div {
  display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
  align-items: center;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
}


li > div >fieldset{
margin: 0px 0px;
width: 100%;
}

li > div >fieldset{

  margin: 0px 0px;
  width: 100%;
  }

li > div > fieldset > div > select{
    margin: 0px 1px;
}

li > div >div{
  margin: 0px 0px;
  width: 100%;
}

.title-dataPersonal{
  color: #ffffff !important;
  font-size: 22px;
  font-family: KeepCalm-Medium;
}
.subTitle-dataPersonal{
  color: #ffffff !important;
  font-size: 19px;
  font-family: ProximaNova-Regular;
}

.nome-in-title{
  color: white !important;
  font-size: 19px;
  font-weight: bold;
  font-family:ProximaNova-Semibold;
}

.marginT-35{
  margin-top: 35px;
}

.dataPersonal-ligth{
  color: #444343 !important;
  font-size: 16px;
  font-family:ProximaNova-Light;
}

.labelSemiBold{
  color: #444343 !important;
  font-size: 16px;
  font-weight: bold;
  font-family:ProximaNova-Semibold;
}

.boder-blue{
  border-bottom:  3px solid #0d63c5;
  margin-bottom:  15px;
  display: flex;
  justify-content: space-between;

}

.rowForm {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 15px;
  margin-left: 15px;
  }
.p-register{
  padding: 20px 30px 10px 30px !important;
}

.col-l{
  max-width: 33.333333%;
  text-align: left;
}

.col-r{
  max-width: 66.6%;
  min-width: 66.4%;
}

.col-tfl-l{
  padding-left: 15px;
  max-width: 39.333333%;
  width: 22.3%;
}

.col-tfl-r{
  max-width: 100%;
  width: 75.6%;
}

.rowFormTlf {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: -15px;
  justify-content: space-between
  }

.iconRegister{
  height: 160px;
  width: auto;
}

.iconPersonL{
  height: 140px;
  width: auto;
}

.flex-Movile-dotto{
  height: 100%;
}

.iconReportTable{
height: 50px;
width: auto;

}
.visblemovile{
  visibility: hidden;
  display: none;
}

.ml-5,
.dotto-mx-5 {
  margin-left: 3rem !important;
}

.mr-5,
.dotto-mx-5 {
  margin-right: 3rem !important;
}

.dotto-mb-3{
  margin-bottom: 1rem !important;
}

.dotto-col-6{

  display:flex;
  width: 90%;
  align-items: center;
  justify-content: center;
  margin-left: 8vw;
  margin-right: 8vw;

}



.visualizar-r > form > div > .hidden-total{
  visibility: hidden;
  display: none !important;
}

@media (max-width: 575.98px) {

  .dotto-col-6{

    display:flex;
    width: 90%;
    align-items: center;
    justify-content: center;
    margin-left: 8vw;
    margin-right: 8vw;
  
  }

  .ml-5,
  .dotto-mx-5 {
    margin-left: 0.2rem !important;
  }
  
  .mr-5,
  .dotto-mx-5 {
    margin-right: 0.2rem !important;
  }
  
  .dotto-mb-3{
    margin-bottom: 1rem !important;
  }
  .iconReportTable{
    height: 20px;
    width: auto;
    }
  
  .hiddenMovile{
    visibility: hidden;
    display: none !important;
  }

  .visblemovile{
    width: 100%;
    visibility: visible;
    display: flex;
    justify-content: space-between;
  }

    .container-login100 {
      width: 100%;  
      min-height: 70%;
      height: 90%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      padding: 5px;
    }

    .drVertical {
      display: none;     
      visibility: hidden;
      background: rgba(255, 255, 255, 0);
      width: 0px;
      margin-left: 0px;
      margin-right: 10vh;
      min-height: 0px;
      height:0px;
    }

    .p-b-31 {
      padding-bottom: 15px;
    }

    .label-input100 {
      font-family: ProximaNova-Light;
      font-size: 12px;
      color: #333333;
      line-height: 1.3;
      padding-left: 7px;
    }
    
    .input100 {
      font-family: ProximaNova-Light;
      font-size: 17px;
      color: #333333;
      line-height: 1.0;
    
      display: block;
      width: 100%;
      height: 34px;
      background: #dde8f2;
      padding: 0 7px 0 43px;
    }


    .p-register{
      padding: 10px 12px 10px 12px !important;
      width: 99%;
      max-width: 100%;
      margin: 10px 15px 10px 15px !important;
    }

    .col-lateral{
      display: none;
      width: 2%;
      max-width: 3%;
    }

    .rowForm {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    }

    .iconRegister{
      height: 100px;
      width: auto;
    }

    .iconPersonL{
      height: 80px;
      width: auto;
    }

    .iconFrondL{
      height: 120px;
      width: auto;
    }
    
    .tituloBlue{
      font-family: KeepCalm-Medium;
      font-size: 20px;
      color: #0065a0;
    
    }

    .col-l{
      max-width: 100%;
    }

    .col-r{
      max-width: 100%;
    }
    


    #patient_Cirugias{
      display: inline-flex;
      margin-right: 1rem;
    }

    #patient_ConsumeMedicamentos{
      display: inline-flex;
      margin-right: 1rem;
    }

    .p_250{
      padding-left: 10px;
      padding-right: 10px;
    }

    .custom-control-label{
      font-family: ProximaNova-Regular;
      font-size: 16px;
      margin-right: 10px;  
    }

    .login100-form-title {
      display: block;
      font-family: KeepCalm-Medium;
      font-size: 20px;
      color: #faf5f5;
      line-height: 1.2;
      text-align: center;
      padding-bottom: 15px;
      margin-top: 4px;
  }

  .text_blanco {
    color: #ffffff !important;
    font-size: 16px;
    font-family: ProximaNova-Light;
  }

  .link-blanco {
    font-family: KeepCalm-Medium;
    font-size: 18px;
    color: #ffffff !important;
  }

  .marginT-35{
    margin-top: 20px;
  }

}

@media (max-width: 575.98px) {
  .wrap-login100 {
    padding-left: 6vw;
    padding-right: 6vw;
    width: 80vw;
    height: 90%;
    background: rgba(131, 214, 255, 0.165);
    border-radius: 10px;
    min-height: 60vh;
    padding-top: 20px !important;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .flex-Movile-dotto{
    height: 100%;
    display: flex;
    flex-direction: column;
  }

} 

@media (min-width: 576px) and (max-width: 1199.98px)  {
  .drVertical {
    background: rgba(246, 252, 255, 0.508);
    width: 2px;
    margin-left: 2vh;
    margin-right: 2vh;
    min-height: 75vh;
    height: 85vh;
  }

  .wrap-login100 {
    padding-left: 6vw;
    padding-right: 6vw;
    width: 80vw;
    height: 90%;
    background: rgba(131, 214, 255, 0.165);
    border-radius: 10px;
    min-height: 60vh;
    padding-top: 20px !important;
    overflow: hidden;
    display: flex;
    align-items: center;
  }

  .flex-Movile-dotto{
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .container-login100 {
    width: 100%;  
    min-height: 70%;
    height: 90%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 5px;
  }

  .drVertical {
    display: none;     
    visibility: hidden;
    background: rgba(255, 255, 255, 0);
    width: 0px;
    margin-left: 0px;
    margin-right: 10vh;
    min-height: 0px;
    height:0px;
  }

  .p-b-31 {
    padding-bottom: 15px;
  }

  .label-input100 {
    font-family: ProximaNova-Light;
    font-size: 12px;
    color: #333333;
    line-height: 1.3;
    padding-left: 7px;
  }
  
  .input100 {
    font-family: ProximaNova-Light;
    font-size: 17px;
    color: #333333;
    line-height: 1.0;
  
    display: block;
    width: 100%;
    height: 34px;
    background: #dde8f2;
    padding: 0 7px 0 43px;
  }


  .p-register{
    padding: 10px 12px 10px 12px !important;
    width: 99%;
    max-width: 100%;
    margin: 10px 15px 10px 15px !important;
  }

  .col-lateral{
    display: none;
    width: 2%;
    max-width: 3%;
  }

  .rowForm {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  }

  .iconRegister{
    height: 100px;
    width: auto;
  }

  .iconPersonL{
    height: 80px;
    width: auto;
  }

  .iconFrondL{
    height: 120px;
    width: auto;
  }
  
  .tituloBlue{
    font-family: KeepCalm-Medium;
    font-size: 20px;
    color: #0065a0;
  
  }

  .col-l{
    max-width: 100%;
  }

  .col-r{
    max-width: 100%;
  }
  


  #patient_Cirugias{
    display: inline-flex;
    margin-right: 1rem;
  }

  #patient_ConsumeMedicamentos{
    display: inline-flex;
    margin-right: 1rem;
  }

  .p_250{
    padding-left: 10px;
    padding-right: 10px;
  }

  .custom-control-label{
    font-family: ProximaNova-Regular;
    font-size: 16px;
    margin-right: 10px;  
  }

  .login100-form-title {
    display: block;
    font-family: KeepCalm-Medium;
    font-size: 20px;
    color: #faf5f5;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 15px;
    margin-top: 4px;
  }

  .text_blanco {
    color: #ffffff !important;
    font-size: 16px;
    font-family: ProximaNova-Light;
  }

  .link-blanco {
    font-family: KeepCalm-Medium;
    font-size: 18px;
    color: #ffffff !important;
  }

  .marginT-35{
    margin-top: 20px;
  }

  .wrap-login100 {
    padding-left: 6vw;
    padding-right: 6vw;
    width: 45vw;
    height: 90%;
    background: rgba(131, 214, 255, 0.165);
    border-radius: 10px;
    min-height: 60vh;
    padding-top: 20px !important;
    overflow: hidden;
    display: flex;
    align-items: center;
  }

  .flex-Movile-dotto{
    height: 100%;
    display: flex;
    flex-direction: column;
  }



} 


.lista-pdf {
  overflow-x: scroll;
  text-align-last: center;
  display: flex;
  flex-direction: column;
}