#condicionesUsuario .container .card {
	width: 100%;
	height:480px;
}

#condicionesUsuario #terms-title {

	font-weight: bold;
	font-size: 20px;
	background-color: rgba(0,0,0,.03);
	border-bottom: 0;
	padding: 2.375rem 2rem;

}

#condicionesUsuario #terms-text {
	padding-left: 60px;
	padding-right: 75px;
	text-align: justify;
}
/****************PARA EL SCROLLBAR TERMINOS Y SERVICIOS********************/
#condicionesUsuario #terms-text::-webkit-scrollbar {
    width: 8px;     /* Tamaño del scroll en vertical */
    height: 8px;    /* Tamaño del scroll en horizontal */
    /*display: none;*/  /* Ocultar scroll */
}
#condicionesUsuario #terms-text::-webkit-scrollbar-thumb {
	background: #ccc;
    border-radius: 4px;
}

#condicionesUsuario #terms-text::-webkit-scrollbar-thumb:hover {
	background: #b3b3b3;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

#condicionesUsuario #terms-text::-webkit-scrollbar-thumb:active {
	background-color: #999999;
}

/* Ponemos un color de fondo y redondeamos las esquinas del track */
#condicionesUsuario #terms-text::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 4px;
}

/* Cambiamos el fondo cuando esté en active o hover */
#condicionesUsuario #terms-text::-webkit-scrollbar-track:hover,
#condicionesUsuario #terms-text::-webkit-scrollbar-track:active {
  background: #d4d4d4;
}

/************************.end scrollbar***********************************/