body{
  background-attachment: fixed;
  height: 100vh;
  margin: 0;
  font: normal normal normal 12px/19px Montserrat,Arial,sans-serif;
}


.w90{width: 90%;}
.font2{font-family: 'Open Sans', sans-serif;}
.font2c{font-family: 'Open Sans Condensed', sans-serif;}
.font3{font-family: 'Cabin', sans-serif;}
.mybtn, .mybtnV{
	font-size: 0.7rem;
	padding: 0.5rem;
	border-radius: 5px;
	cursor: pointer;
}
.mybtn:hover{background-color: #01579b;box-shadow: 2px 2px 2px rgba(0,0,0,0.4);color:white;}
.mybtnV:hover{background-color: #1b5e20;box-shadow: 2px 2px 2px rgba(0,0,0,0.4)}
.mybtnFloat{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 3.875rem;
    height: 3.875rem;
    line-height: 3.8125rem;
    line-height: calc(3.875rem - 3px);
    font-size: 1.5rem;
    text-align: center;
    color: #cbcbcb;
    background-color: #850345;
    border-radius: 50%;
}
.mybtnRedondo{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 4.875rem;
    height: 4.875rem;
    line-height: 4.8125rem;
    line-height: calc(4.875rem - 3px);
    font-size: 2.5rem;
    text-align: center;
    color: #ffff;
    background-color: #850345;
    border-radius: 50%;
}

.fondoServicios{
	background-image: url(../imagenes/fotos/fonfo-bg.jpg);
	background-size: cover;
}
.fondoPie{
	background-image: url(../imagenes/fotos/fondoPie.jpg);
	background-size: cover;
}
.fondoNegro{
	background-color: rgba(0,0,0,0.4);
}
.cardHover:hover{
	background-color: #003F98;
	color: white;
	overflow: hidden;
}
.relativo{
    position: relative;
    height: 100px;
}


.card-image img {
-webkit-transition:all .9s ease; /* Safari y Chrome */
-moz-transition:all .9s ease; /* Firefox */
-o-transition:all .9s ease; /* IE 9 */
-ms-transition:all .9s ease; /* Opera */
width:100%;
}

.img-contenedor:hover .card-image img {
-webkit-transform:scale(1.25);
-moz-transform:scale(1.25);
-ms-transform:scale(1.25);
-o-transform:scale(1.25);
transform:scale(1.25);
}

.imagenContenida {height: 200px;}

.imgCont2{
	position: relative;
  left: -50%;
  width: 200%;
  height: 28rem;
  margin-top: -18.25rem;
  border-radius: 50%;
  overflow: hidden;
}
.imgCont3{
    position: absolute;
    bottom: 0;
    left: 25%;
    width: 50%;
    height: 9.75rem;
    -o-object-fit: cover;
    object-fit: cover;
}

.imgCont3 img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}	

.myIcono{
	position: relative;
    width: 3rem;
    height: 3rem;
    line-height: 3.9375rem;
    line-height: calc(3rem - 1px);
    margin: .75rem auto -1rem;
    font-size: 3.5rem;
    text-align: center;
    color: #850345;
}
.myIconoMenu{
	position: relative;
	height: 2rem;
	top: 0.5rem;
	margin-right: 1.5rem;
}
.contenedorP{
	margin-bottom: 2rem;
	overflow: hidden;
	background-color: white;
}
.slides{height: 450px !important}
.slider{height: 480px !important}

.tamTxt{font-size: 10px;line-height: 14px;}
.tamTxt2{font-size: 18px;line-height: 30px;}
.tamTxtH4{font-size: 1.8rem;line-height: 2.5rem;}




input{
	border: 1px solid rgba(0,0,0,0.1);
	line-height: 1.3rem !important;
}

input:disabled{
	background-color: transparent !important;
	border-color: transparent !important;
}

label {font-size: 0.9rem; color: #757575 !important}

textarea { height: unset !important; }	

td, th { padding-bottom: 5px !important;
				 padding-top: 5px !important;}

input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;

}
select{
 height: unset;
}


.btnPq{
	height: 25px;
  line-height: 25px;
  font-size: 12px;
}
.modalHa{
	top: 3% !important;
}
.noBorderB {
		border-bottom: 0px !important;
}
.noBordes{
	border: 0px !important;
}

.fondoIng{
	height: 100vh;
	background: radial-gradient(circle, #3F9EF9, #3367B5, #1F3D80, #041547);
}
.borde1{border: 1px solid red;}
.borde2{border: 1px solid green;}
.borde3{border: 2px solid black;}
.borde4{border: 1px solid white;}
.borde5{border: 1px solid #D9D7D7;border-radius: 5px 5px 5px 5px;}
.borde6{border: 1px solid rgba(0,0,0,0.1); background-color: white;}
.bordeRight{border-bottom: 1px solid white;}
.bordeR1{border-right: 1px solid white;}
.w100{width: 100%;}
.w50{width: 50%;}
.w75{width: 12.5%;}
.mb1{margin-bottom: 1rem;}
.mb2{margin-bottom: 2rem;}
.mb05{margin-bottom: 0.5rem !important;}
.mb2px{margin-bottom: 2px !important;}
.mt05{margin-top: 0.5rem;}
.mt1{margin-top: 1rem !important;}
.mt3{margin-top: 3rem;}
.mr05{margin-right: 0.5rem !important;}

.mr1{margin-right: 1rem !important;}
.mr2{margin-right: 2rem !important;}
.ml1{margin-left: 1rem;}
.ml2{margin-left: 2rem;}
.ml05{margin-left: 1px !important;}

.m02{margin-right: 2px;margin-left: 2px;}
.m00{margin-right: 0px !important;margin-left:0px !important;margin-bottom: 0px !important;margin-top: 0px !important}
.pr2px{padding-right: 5px !important;}
.p00{padding-right: 0px !important;padding-left:0px !important; }
.pt00{padding-bottom: 0px !important;padding-top: 0px !important; }
.pr05{padding-right: 0.5rem !important;}
.pr1{padding-right: 1rem !important;}
.pr2{padding-right: 2rem !important;}
.pr1_5{padding-right: 1.5rem !important;}
.pl05{padding-left:  0.5rem !important;}
.pl1{padding-left:  1rem !important;}
.pl2{padding-left:  2rem !important;}
.pl1_5{padding-left: 1.5rem !important;}
.pt1{padding-top: 1rem !important;}
.pt2{padding-top: 2rem !important;}
.pt05{padding-top: 0.5rem !important;}
.pb1{padding-bottom: 1rem !important;}
.pb2{padding-bottom: 2rem;}
.ptodo5{padding: 2px !important;}
.ptodo075{padding: 0.75rem !important;}
.ptodo2rem{padding-left: 2rem; padding-right: 2rem;}
.txtInicio{margin: 0;}
.btnNormal {
	font-size: 1rem;
	padding: 10px;
	color: white;
	border-radius: 5px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	margin-right: 10px;
}
.btnNormal:hover {
	background-color: #590263;
}
.botonOdo{
	padding: 0 10px;
	background-color: #D6FAF2;
	border: 1px solid #96ECFB;
	border-radius: 5px !important;
}
/*.botonOdo:hover{
	background-color: rgba(70,200,170,0.7);
	border: 2px solid #96ECFB;
	color: white;
}*/
.pFlex{display: flex !important;}
.pWrap{flex-wrap: wrap;}
.tit5{font-size: 1.1rem; line-height: 2rem;}
.txtBtn1{
	font-size: 0.8em;
	border-left: 2px solid #e0e0e0;
	border-right: 2px solid #e0e0e0;
}
.txtBtn1:hover{background-color: rgba(0,0,0,0.5);}

.txtTablas{
	font-weight: unset !important;
	  font-family: "Montserrat" !important;
background-color: 
}
#tabla8 th {
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: 200;
}
.select8{
	height: 2rem;
}
.imgXC{
	margin-top: 1rem;
	opacity: 0.08;
	height: 2rem;
}
.imgHLL{
	width: 2.5rem;
	height: 2.8rem !important;
}
.titAgenda{
	background-color: #2196F3;
	line-height: 35px;
}
.pdTitAg{
	padding: unset !important;
}
.sombrita{text-shadow: 1px 1px 2px #001D7A;}

.titModal{
	font-size: 20px;
	font-weight: 500;
	text-shadow: 1px 1px 2px #001D7A;
	margin-top: -8px;
	margin-bottom: 5px;
}
.imgModal{
	font-size: 30px;
	color: white;
}

.division_panel {
    width: 100%;
    border: 1px solid white;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.54), 0 1px 10px 0 rgba(0, 0, 0, 0.32), 0 2px 4px -1px rgba(0, 0, 0, 0.13);
}    
.txtFechaAg{
	/*font-family: 'Roboto', sans-serif;*/
	font-weight: 600;
	font-size: 2em;
	/*margin-top: 3px !important;*/
	margin-bottom: -10px !important;
}
.txtFechaAg1{
	/*font-family: 'Roboto', sans-serif;*/
	font-weight: 600;
	font-size: 1.1em;
	/*margin-top: 3px !important;*/
	/*margin-bottom: -10px !important;*/
}
.txtIngresar{
	font-weight: 500;
	font-size: 1.2rem;
	color: #F8F8F8;
}
.txtModal{
	font-size: 0.9rem;
	line-height: 1.5rem;
}

.txtSubtxt{color: #757575;}
.diaMes{
	font-size: 3.3em;
/*	margin-top: 0px;*/
	margin-bottom: 1rem;
}
.fondoAg{background-color: #F8F8F8;	border-right: 1px solid white;}
.fondoAzul2{background-color: #0085ad}
.fondoRojo2{background-color: #e4002b}
.fondoCancelar{background-color: #8db9ca}

.contenedor {
  margin: 0 auto;
  max-width: 1280px;
  width: 95%;
}
.contenedor2{width: 97%;}
.lineh00{line-height: unset !important;}
.lineh33{line-height: 25px !important;}
.lineh48{line-height: 48px !important;}
.lineh55{line-height: 55px !important;}
.lineH2{line-height: 2rem !important;}
.justificar{display: flex; justify-content: space-around;}
.justificarL{display: flex; justify-content: space-between;}
.btnDisabled{display: none;}
.disabledCampo {pointer-events: none;}

.btnActivo{cursor: pointer;display: block; color: blue;}
.cursorNO{pointer-events: none;}
.cursorP{cursor: pointer;}
.cursorP:hover{
	position: relative;
	z-index: 99;
	background-color: rgba(0,0,0,0.2) !important;
	outline: 2px solid rgba(0,255,255,0.2) !important;
}
.altoPanelAG{
	height: calc(100vh - 290px);
	overflow-y: auto;
	border: 1px solid #E1E4E4;
}
.altoBodyModal{height: calc(100vh - 350px);  overflow-y: auto;}
.altoTrabajo{height: calc(100vh - 450px);}
.altoPanel{height:auto;max-height: 300px; overflow-y: auto;}
.centrar{
	margin-right: auto !important;
	margin-left: auto !important;
}
.ocultoMsg{
  margin-top: -1.5rem;
}

.btnChevron{
	font-size: 2.2em;
	cursor: pointer;
}
.btnChevron:hover{color: #E2F007;}
.fontS08rem{font-size: 0.8rem;}
.fontS09rem{font-size: 1rem;}
.fontS1rem{font-size: 1.5rem;}
.font2rem{font-size: 1.5rem !important;}
.font25rem{font-size: 3rem !important;}
.font3rem{font-size: 50px !important;}
.fontWeight700{font-weight: 700;}
.subFecha{
	background-color: #E2E0E0;
	padding: 5px 0px 5px 0px;
	margin: 8px 0px 8px 0px;
	border-radius: 5px;
	font-weight: 400;
	color: #818080;
}
.subFecha1{
	background-color: rgba(240,240,240,0.8);
	padding: 1px 0px 1px 0px;
	margin: 8px 0px 8px 0px;
	border-radius: 5px;
	font-weight: 400;
	color: #818080;
}

.pIngreso{
	position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 25rem;
}
.pIngreso2{
  background: rgba(0,190,255,0.3);
  padding: 0.63rem 1.25rem;
  box-sizing: border-box;
  margin-top: 0%;
  border-radius: 0.44rem;
}

.areaBlanca{
	background-color: rgba(255,255,255,1);
	border-radius: 0.5rem;
	margin-bottom: 0.8rem;
	padding: 0px;
	line-height: 3rem;
}
.inputBlanco{
	background-color: white !important;
	border: 0px;
	line-height: 3rem;
	border-radius: 0.3rem;
	padding-left: 1rem;
	margin: 0px;
	width: 100%;
}
.inputTransp{
	background-color: transparent !important;
	border-color: transparent !important;
	margin: 0px;
	width: 100%;

}
.texto_input_date{
  font-size: 1rem !important;
  line-height: 1rem !important;
  color: #757575;
  border: 1px solid white;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}


#usringreso input, #passingreso input{
	line-height: 3rem !important;
	font-size: 1rem !important;
}
.btningreso{
	width: 100%;
	line-height: 2.8rem;
	border-radius: 0.5rem;
	border: 0px;
	background-color: rgba(25,170,0,0.7);
	cursor: pointer;
}
.btningreso:hover{
	background-color: rgba(25,170,0,1);
	box-shadow: 2px 2px 3px;
}
.iconoIngreso{
	position: absolute;
	color: white;
	font-size: 2.5rem;
	padding: 1rem;
	background-color: rgba(25,170,0,0.7);
	border-radius: 50%;
	box-shadow: 2px 2px 3px rgb(25,170,1);
	top: -50px;
}
.imgSobre {
		position: absolute;
    height: 20vh;
    width: 80%;
    background-image: url(../imagenes/logos/arteDentalBlanco.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    opacity: 0.1;
    z-index: 0;
     -moz-transform: rotate(-10deg);
     -o-transform: rotate(-10deg);
     -webkit-transform: rotate(-10deg);
     transform: rotate(-15deg);
     z-index: -1;
}

.tamanocirculo{
	margin-top: 5px;
	margin-right: 20px;
  height: 50px;
}
.rowPrin{
	overflow-y: auto;
	max-height: calc(100vh - 120px);
}
.overflowY{
	overflow-y: scroll;
}


nav{
	background-color: #F8F8F8;
	height: unset !important;
	line-height: unset !important;
}
/*li, a, ul{
	height: unset !important;
	line-height: unset !important;	
}
*/
.menuusr{

    width: 240px !important; 
    /*left: calc(100vh - 300px );*/
    top: 61px !important; 
    height: 264px;
    transform-origin: 0px 0px;
    opacity: 1;
    transform: scaleX(1) scaleY(1);
}

.fondoP{
	/*background-color: #F7FBFE; */
	background-image: url(../imagenes/fondos/fondo_odo.png); 
	background-repeat: all;
	
	height: calc(100vh - 50px);
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 0px 0px 10px 10px;
}
.row{margin-bottom: 0px !important;}
.bLateral{
	height: calc(100vh - 110px);
	background-color: #013953;
	box-shadow: 2px 0px 5px rgba(0,0,0,0.5);
	color: white; 
	border-radius: 0px 0px 0px 10px;
}
.ficha{
	background-color: #013953;
	color: white;
	padding-left: 2rem;
	line-height: 2.5rem;
	border-radius: 4px 4px 0 0;
}

.ficha1{
	color: white;
	border-radius: 4px 4px 0 0;
}
.bordeGris{
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 0px 0px 4px 4px;	
}
.iconoApp{width: 60%;}
.iconoAppMovil{width: 15%;}

.appHover:hover {
	color: blue;
	text-shadow: 1px 1px 1px yellow;
	font-weight: 800;
}
.p0movil{
	padding: 0 !important;
}
.posbtnFixed{
	right: 23px) !important;
}

.imgPaciente{
	height: 100px !important;
	max-width: 100px !important;
}

#HigieneOS th{
	padding: 1px !important;
	text-align: center;
}
#HigieneOS td, #Periodontal td{
	border: 1px solid rgba(0,0,0,0.1);
	text-align: center;
}








@media only screen and (min-width: 993px) {
	.ml05{margin-left: 0.5rem !important;}
	.imgSobre {
    height: 20vh;
    width: 80%;
    margin-top: unset;
    margin-left: auto;
    margin-right: auto;
    background-size: 100%;
    z-index: -1;
	}
	.iconoApp{
		width: 50%;
	}
	.p0movil{
		padding: 1rem !important;
	}
	.pdTitAg{
		padding: 0px 20px 0px 0px !important;
	}
	.titModal{
		font-size: 25px;
		font-weight: 900;
	}
	.imgModal{
		font-size: 45px;
	}
	.titAgenda{
		line-height: 40px;
	}
	.subFecha, .subFecha1{
		font-weight: 600;
	}
	.tit5{font-size: 1.2em; line-height: 2em;}
	.bordeRight{border: 1px solid white;}
	.posbtnFixed{right: 5% !important;}
	.font2rem{font-size: 2rem !important;}
	/*.txtModal{font-size: 1.05rem; padding: 5px;}*/
	.txtIngreso{font-size: 0.9rem; line-height: 1.5rem;}
	.lineH2{line-height: 1.5rem !important;}
}

@media only screen and (min-width: 600px) {
	.tam86{height: 14vh;}
	.posbtnFixed{right: calc(50% - 610px) !important;}	
	.tamTxtH4{font-size: 2rem;line-height: 2.5rem;}
	.lineh33{line-height: 33px !important;}
	.mybtn, .mybtnV{font-size: 0.7rem;	padding: 0.8rem;}
	.ptodo5{padding: 20px 20px 20px 20px !important;}
}



@media only screen and (min-width: 1020px) {
	.tamTxt{font-size: 12px;line-height: 24px;}
	.tam86{height: 14vh;}
	.posbtnFixed{right: calc(50% - 610px) !important;}	
	.tamTxtH4{font-size: 2rem;line-height: 2.5rem;}
	.lineh33{line-height: 33px !important;}
	.imagenContenida {margin-left: -70%;height: unset;}
	.mybtn, .mybtnV{font-size: 0.7rem;padding: 0.8rem;}
	.ptodo5{padding: 20px 20px 20px 20px !important;}
}

